@@ -1679,7 +1679,7 @@ References:
16791679
16801680- ControllerRecordSchema
16811681
1682- [ :link : Source] ( https://github.com/junobuild/juno-js/tree/main/packages/functions/src/sdk/schemas/controllers.ts#L79 )
1682+ [ :link : Source] ( https://github.com/junobuild/juno-js/tree/main/packages/functions/src/sdk/schemas/controllers.ts#L78 )
16831683
16841684#### :gear : ControllersSchema
16851685
@@ -1691,7 +1691,7 @@ References:
16911691
16921692- ControllersSchema
16931693
1694- [ :link : Source] ( https://github.com/junobuild/juno-js/tree/main/packages/functions/src/sdk/schemas/controllers.ts#L89 )
1694+ [ :link : Source] ( https://github.com/junobuild/juno-js/tree/main/packages/functions/src/sdk/schemas/controllers.ts#L88 )
16951695
16961696#### :gear : ControllerCheckParamsSchema
16971697
@@ -1703,7 +1703,7 @@ References:
17031703
17041704- ControllerCheckParamsSchema
17051705
1706- [ :link : Source] ( https://github.com/junobuild/juno-js/tree/main/packages/functions/src/sdk/schemas/controllers.ts#L99 )
1706+ [ :link : Source] ( https://github.com/junobuild/juno-js/tree/main/packages/functions/src/sdk/schemas/controllers.ts#L98 )
17071707
17081708#### :gear : CollectionParamsSchema
17091709
@@ -2311,13 +2311,13 @@ List results, parameterized by type of returned item.
23112311
23122312Represents a controller with access scope and associated metadata.
23132313
2314- | Property | Type | Description |
2315- | ------------ | -------------------------------- | -------------------------------------------------------------------------------------------------- |
2316- | ` metadata ` | ` [string, string][] ` | A list of key-value metadata pairs associated with the controller. |
2317- | ` created_at ` | ` bigint ` | The timestamp when the controller was created. |
2318- | ` updated_at ` | ` bigint ` | The timestamp when the controller was last updated. |
2319- | ` expires_at ` | ` bigint or undefined ` | Optional expiration timestamp for the controller. 👉 It's a placeholder for future implementation. |
2320- | ` scope ` | ` "write" or "admin" or "submit" ` | The scope assigned to the controller. |
2314+ | Property | Type | Description |
2315+ | ------------ | -------------------------------- | ------------------------------------------------------------------ |
2316+ | ` metadata ` | ` [string, string][] ` | A list of key-value metadata pairs associated with the controller. |
2317+ | ` created_at ` | ` bigint ` | The timestamp when the controller was created. |
2318+ | ` updated_at ` | ` bigint ` | The timestamp when the controller was last updated. |
2319+ | ` expires_at ` | ` bigint or undefined ` | Optional expiration timestamp for the controller. |
2320+ | ` scope ` | ` "write" or "admin" or "submit" ` | The scope assigned to the controller. |
23212321
23222322[ :link : Source] ( https://github.com/junobuild/juno-js/tree/main/packages/functions/src/sdk/schemas/controllers.ts#L48 )
23232323
@@ -2330,7 +2330,7 @@ Represents the parameters required to perform controller checks.
23302330| ` caller ` | ` any ` | The identity of the caller to verify against the controller list. |
23312331| ` controllers ` | ` [Uint8Array<ArrayBufferLike>, { metadata: [string, string][]; created_at: bigint; updated_at: bigint; scope: "write" or "admin" or "submit"; expires_at?: bigint or undefined; }][] ` | The list of controllers to check against. |
23322332
2333- [ :link : Source] ( https://github.com/junobuild/juno-js/tree/main/packages/functions/src/sdk/schemas/controllers.ts#L107 )
2333+ [ :link : Source] ( https://github.com/junobuild/juno-js/tree/main/packages/functions/src/sdk/schemas/controllers.ts#L106 )
23342334
23352335#### :gear : CollectionParams
23362336
@@ -3193,7 +3193,7 @@ Represents a tuple containing the principal ID and associated controller data.
31933193| ------------------ | ---------------------------------------- |
31943194| ` ControllerRecord ` | ` z.infer<typeof ControllerRecordSchema> ` |
31953195
3196- [ :link : Source] ( https://github.com/junobuild/juno-js/tree/main/packages/functions/src/sdk/schemas/controllers.ts#L84 )
3196+ [ :link : Source] ( https://github.com/junobuild/juno-js/tree/main/packages/functions/src/sdk/schemas/controllers.ts#L83 )
31973197
31983198#### :gear : Controllers
31993199
@@ -3203,7 +3203,7 @@ Represents a list of controllers.
32033203| ------------- | ----------------------------------- |
32043204| ` Controllers ` | ` z.infer<typeof ControllersSchema> ` |
32053205
3206- [ :link : Source] ( https://github.com/junobuild/juno-js/tree/main/packages/functions/src/sdk/schemas/controllers.ts#L94 )
3206+ [ :link : Source] ( https://github.com/junobuild/juno-js/tree/main/packages/functions/src/sdk/schemas/controllers.ts#L93 )
32073207
32083208#### :gear : ListStoreParams
32093209
0 commit comments