@fairmint/canton-node-sdk 0.0.48 → 0.0.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/build/src/clients/ledger-json-api/operations/v2/authenticated-user/get.d.ts +1 -1
  2. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts +2 -6
  3. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts.map +1 -1
  4. package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts +2 -14
  5. package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts.map +1 -1
  6. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-reassignment.d.ts +16 -16
  7. package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.d.ts +2 -8
  8. package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.d.ts.map +1 -1
  9. package/build/src/clients/ledger-json-api/operations/v2/idps/delete-idp.d.ts +1 -1
  10. package/build/src/clients/ledger-json-api/operations/v2/idps/get.d.ts +1 -1
  11. package/build/src/clients/ledger-json-api/operations/v2/idps/patch-idp.d.ts +3 -3
  12. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/allocate-party.d.ts +1 -1
  13. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/create-user.d.ts +6 -6
  14. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.d.ts +2 -2
  15. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.d.ts +1 -1
  16. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/upload-dar.d.ts +2 -2
  17. package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.d.ts +1 -6
  18. package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.d.ts.map +1 -1
  19. package/build/src/clients/ledger-json-api/operations/v2/packages/post.d.ts +3 -11
  20. package/build/src/clients/ledger-json-api/operations/v2/packages/post.d.ts.map +1 -1
  21. package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.d.ts +1 -1
  22. package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts +1 -7
  23. package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts.map +1 -1
  24. package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts +2 -25
  25. package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts.map +1 -1
  26. package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts +2 -2
  27. package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.d.ts +44 -44
  28. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts +3 -11
  29. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts.map +1 -1
  30. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts +3 -11
  31. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts.map +1 -1
  32. package/build/src/clients/ledger-json-api/operations/v2/updates/get-trees.d.ts +22 -22
  33. package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts +1 -5
  34. package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts.map +1 -1
  35. package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts +1 -7
  36. package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts.map +1 -1
  37. package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts +1 -7
  38. package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts.map +1 -1
  39. package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts +1 -7
  40. package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts.map +1 -1
  41. package/build/src/clients/ledger-json-api/schemas/api/command-responses.d.ts +3 -47
  42. package/build/src/clients/ledger-json-api/schemas/api/command-responses.d.ts.map +1 -1
  43. package/build/src/clients/ledger-json-api/schemas/api/command-responses.js +1 -1
  44. package/build/src/clients/ledger-json-api/schemas/api/command-responses.js.map +1 -1
  45. package/build/src/clients/ledger-json-api/schemas/api/commands.d.ts +81 -800
  46. package/build/src/clients/ledger-json-api/schemas/api/commands.d.ts.map +1 -1
  47. package/build/src/clients/ledger-json-api/schemas/api/completions.d.ts +67 -1261
  48. package/build/src/clients/ledger-json-api/schemas/api/completions.d.ts.map +1 -1
  49. package/build/src/clients/ledger-json-api/schemas/api/errors.d.ts +180 -1241
  50. package/build/src/clients/ledger-json-api/schemas/api/errors.d.ts.map +1 -1
  51. package/build/src/clients/ledger-json-api/schemas/api/errors.js +2 -2
  52. package/build/src/clients/ledger-json-api/schemas/api/errors.js.map +1 -1
  53. package/build/src/clients/ledger-json-api/schemas/api/event-details.d.ts +14 -156
  54. package/build/src/clients/ledger-json-api/schemas/api/event-details.d.ts.map +1 -1
  55. package/build/src/clients/ledger-json-api/schemas/api/event-details.js +1 -1
  56. package/build/src/clients/ledger-json-api/schemas/api/event-details.js.map +1 -1
  57. package/build/src/clients/ledger-json-api/schemas/api/events.d.ts +76 -1162
  58. package/build/src/clients/ledger-json-api/schemas/api/events.d.ts.map +1 -1
  59. package/build/src/clients/ledger-json-api/schemas/api/events.js +1 -1
  60. package/build/src/clients/ledger-json-api/schemas/api/events.js.map +1 -1
  61. package/build/src/clients/ledger-json-api/schemas/api/idps.d.ts +16 -206
  62. package/build/src/clients/ledger-json-api/schemas/api/idps.d.ts.map +1 -1
  63. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.d.ts +25 -289
  64. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.d.ts.map +1 -1
  65. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.js +2 -2
  66. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.js.map +1 -1
  67. package/build/src/clients/ledger-json-api/schemas/api/packages.d.ts +17 -171
  68. package/build/src/clients/ledger-json-api/schemas/api/packages.d.ts.map +1 -1
  69. package/build/src/clients/ledger-json-api/schemas/api/reassignment.d.ts +103 -2005
  70. package/build/src/clients/ledger-json-api/schemas/api/reassignment.d.ts.map +1 -1
  71. package/build/src/clients/ledger-json-api/schemas/api/state.d.ts +123 -2093
  72. package/build/src/clients/ledger-json-api/schemas/api/state.d.ts.map +1 -1
  73. package/build/src/clients/ledger-json-api/schemas/api/transactions.d.ts +106 -2149
  74. package/build/src/clients/ledger-json-api/schemas/api/transactions.d.ts.map +1 -1
  75. package/build/src/clients/ledger-json-api/schemas/api/transactions.js +1 -1
  76. package/build/src/clients/ledger-json-api/schemas/api/transactions.js.map +1 -1
  77. package/build/src/clients/ledger-json-api/schemas/api/updates.d.ts +445 -11374
  78. package/build/src/clients/ledger-json-api/schemas/api/updates.d.ts.map +1 -1
  79. package/build/src/clients/ledger-json-api/schemas/api/updates.js +1 -1
  80. package/build/src/clients/ledger-json-api/schemas/api/updates.js.map +1 -1
  81. package/build/src/clients/ledger-json-api/schemas/api/users.d.ts +169 -1741
  82. package/build/src/clients/ledger-json-api/schemas/api/users.d.ts.map +1 -1
  83. package/build/src/clients/ledger-json-api/schemas/api/users.js +1 -1
  84. package/build/src/clients/ledger-json-api/schemas/api/users.js.map +1 -1
  85. package/build/src/clients/ledger-json-api/schemas/base.d.ts +1 -1
  86. package/build/src/clients/ledger-json-api/schemas/base.d.ts.map +1 -1
  87. package/build/src/clients/ledger-json-api/schemas/base.js +2 -2
  88. package/build/src/clients/ledger-json-api/schemas/base.js.map +1 -1
  89. package/build/src/clients/ledger-json-api/schemas/common.d.ts +30 -323
  90. package/build/src/clients/ledger-json-api/schemas/common.d.ts.map +1 -1
  91. package/build/src/clients/ledger-json-api/schemas/common.js +4 -4
  92. package/build/src/clients/ledger-json-api/schemas/common.js.map +1 -1
  93. package/build/src/clients/ledger-json-api/schemas/operations/base.d.ts +1 -1
  94. package/build/src/clients/ledger-json-api/schemas/operations/base.d.ts.map +1 -1
  95. package/build/src/clients/ledger-json-api/schemas/operations/commands.d.ts +71 -348
  96. package/build/src/clients/ledger-json-api/schemas/operations/commands.d.ts.map +1 -1
  97. package/build/src/clients/ledger-json-api/schemas/operations/idps.d.ts +13 -87
  98. package/build/src/clients/ledger-json-api/schemas/operations/idps.d.ts.map +1 -1
  99. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts +25 -250
  100. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts.map +1 -1
  101. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.js +1 -1
  102. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.js.map +1 -1
  103. package/build/src/clients/ledger-json-api/schemas/operations/packages.d.ts +9 -61
  104. package/build/src/clients/ledger-json-api/schemas/operations/packages.d.ts.map +1 -1
  105. package/build/src/clients/ledger-json-api/schemas/operations/parties.d.ts +12 -126
  106. package/build/src/clients/ledger-json-api/schemas/operations/parties.d.ts.map +1 -1
  107. package/build/src/clients/ledger-json-api/schemas/operations/parties.js +2 -2
  108. package/build/src/clients/ledger-json-api/schemas/operations/parties.js.map +1 -1
  109. package/build/src/clients/ledger-json-api/schemas/operations/state.d.ts +6 -31
  110. package/build/src/clients/ledger-json-api/schemas/operations/state.d.ts.map +1 -1
  111. package/build/src/clients/ledger-json-api/schemas/operations/updates.d.ts +298 -6270
  112. package/build/src/clients/ledger-json-api/schemas/operations/updates.d.ts.map +1 -1
  113. package/build/src/clients/ledger-json-api/schemas/operations/updates.js +3 -3
  114. package/build/src/clients/ledger-json-api/schemas/operations/updates.js.map +1 -1
  115. package/build/src/clients/ledger-json-api/schemas/operations/users.d.ts +65 -594
  116. package/build/src/clients/ledger-json-api/schemas/operations/users.d.ts.map +1 -1
  117. package/build/src/clients/ledger-json-api/schemas/operations/users.js +2 -2
  118. package/build/src/clients/ledger-json-api/schemas/operations/users.js.map +1 -1
  119. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-mining-round-details.d.ts +1 -1
  120. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-featured-app-right.d.ts +1 -1
  121. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-preapproval-by-party.d.ts +1 -1
  122. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.d.ts +1 -7
  123. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.d.ts.map +1 -1
  124. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.js +1 -1
  125. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.js.map +1 -1
  126. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.d.ts +1 -7
  127. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.d.ts.map +1 -1
  128. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.js +1 -1
  129. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.js.map +1 -1
  130. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.d.ts +1 -7
  131. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.d.ts.map +1 -1
  132. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.js +1 -1
  133. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.js.map +1 -1
  134. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.d.ts +1 -7
  135. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.d.ts.map +1 -1
  136. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.js +1 -1
  137. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.js.map +1 -1
  138. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.d.ts +1 -5
  139. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.d.ts.map +1 -1
  140. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.d.ts +1 -7
  141. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.d.ts.map +1 -1
  142. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.d.ts +1 -7
  143. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.d.ts.map +1 -1
  144. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.js +1 -1
  145. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.js.map +1 -1
  146. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.d.ts +1 -7
  147. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.d.ts.map +1 -1
  148. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.js +1 -1
  149. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.js.map +1 -1
  150. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.d.ts +1 -7
  151. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.d.ts.map +1 -1
  152. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.js +1 -1
  153. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.js.map +1 -1
  154. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.d.ts +1 -7
  155. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.d.ts.map +1 -1
  156. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.js +1 -1
  157. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.js.map +1 -1
  158. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/create.d.ts +2 -2
  159. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.d.ts +2 -1
  160. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.d.ts.map +1 -1
  161. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.js.map +1 -1
  162. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/create.d.ts +1 -1
  163. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.d.ts +2 -1
  164. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.d.ts.map +1 -1
  165. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.js.map +1 -1
  166. package/build/src/clients/validator-api/schemas/api/ans.d.ts +11 -55
  167. package/build/src/clients/validator-api/schemas/api/ans.d.ts.map +1 -1
  168. package/build/src/clients/validator-api/schemas/api/scan-proxy.d.ts +66 -734
  169. package/build/src/clients/validator-api/schemas/api/scan-proxy.d.ts.map +1 -1
  170. package/build/src/clients/validator-api/schemas/api/scan-proxy.js +4 -4
  171. package/build/src/clients/validator-api/schemas/api/scan-proxy.js.map +1 -1
  172. package/build/src/clients/validator-api/schemas/api/wallet.d.ts +38 -250
  173. package/build/src/clients/validator-api/schemas/api/wallet.d.ts.map +1 -1
  174. package/build/src/clients/validator-api/schemas/operations/ans.d.ts +5 -31
  175. package/build/src/clients/validator-api/schemas/operations/ans.d.ts.map +1 -1
  176. package/build/src/clients/validator-api/schemas/operations/scan-proxy.d.ts +17 -107
  177. package/build/src/clients/validator-api/schemas/operations/scan-proxy.d.ts.map +1 -1
  178. package/build/src/clients/validator-api/schemas/operations/scan-proxy.js +8 -8
  179. package/build/src/clients/validator-api/schemas/operations/scan-proxy.js.map +1 -1
  180. package/build/src/clients/validator-api/schemas/operations/wallet.d.ts +8 -62
  181. package/build/src/clients/validator-api/schemas/operations/wallet.d.ts.map +1 -1
  182. package/build/src/core/operations/ApiOperation.js +1 -1
  183. package/build/src/utils/amulet/transfer-to-preapproved.js +1 -1
  184. package/build/src/utils/amulet/transfer-to-preapproved.js.map +1 -1
  185. package/package.json +2 -2
@@ -3,2006 +3,434 @@ import { z } from 'zod';
3
3
  * Object metadata for resources.
4
4
  */
5
5
  export declare const ObjectMetaSchema: z.ZodObject<{
6
- /** Resource version for concurrent change detection. */
7
6
  resourceVersion: z.ZodString;
8
- /** Annotations for the resource. */
9
7
  annotations: z.ZodRecord<z.ZodString, z.ZodString>;
10
- }, "strip", z.ZodTypeAny, {
11
- resourceVersion: string;
12
- annotations: Record<string, string>;
13
- }, {
14
- resourceVersion: string;
15
- annotations: Record<string, string>;
16
- }>;
8
+ }, z.core.$strip>;
17
9
  /**
18
10
  * User rights types.
19
11
  */
20
12
  export declare const CanActAsSchema: z.ZodObject<{
21
- /** The party the user can act as. */
22
13
  party: z.ZodString;
23
- }, "strip", z.ZodTypeAny, {
24
- party: string;
25
- }, {
26
- party: string;
27
- }>;
14
+ }, z.core.$strip>;
28
15
  export declare const CanReadAsSchema: z.ZodObject<{
29
- /** The party the user can read as. */
30
16
  party: z.ZodString;
31
- }, "strip", z.ZodTypeAny, {
32
- party: string;
33
- }, {
34
- party: string;
35
- }>;
36
- export declare const CanReadAsAnyPartySchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
37
- export declare const IdentityProviderAdminSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
38
- export declare const ParticipantAdminSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
17
+ }, z.core.$strip>;
18
+ export declare const CanReadAsAnyPartySchema: z.ZodObject<{}, z.core.$strip>;
19
+ export declare const IdentityProviderAdminSchema: z.ZodObject<{}, z.core.$strip>;
20
+ export declare const ParticipantAdminSchema: z.ZodObject<{}, z.core.$strip>;
39
21
  /**
40
22
  * User right kind (oneOf all right types).
41
23
  */
42
- export declare const RightKindSchema: z.ZodUnion<[z.ZodObject<{
24
+ export declare const RightKindSchema: z.ZodUnion<readonly [z.ZodObject<{
43
25
  CanActAs: z.ZodObject<{
44
- /** The party the user can act as. */
45
26
  party: z.ZodString;
46
- }, "strip", z.ZodTypeAny, {
47
- party: string;
48
- }, {
49
- party: string;
50
- }>;
51
- }, "strip", z.ZodTypeAny, {
52
- CanActAs: {
53
- party: string;
54
- };
55
- }, {
56
- CanActAs: {
57
- party: string;
58
- };
59
- }>, z.ZodObject<{
27
+ }, z.core.$strip>;
28
+ }, z.core.$strip>, z.ZodObject<{
60
29
  CanReadAs: z.ZodObject<{
61
- /** The party the user can read as. */
62
30
  party: z.ZodString;
63
- }, "strip", z.ZodTypeAny, {
64
- party: string;
65
- }, {
66
- party: string;
67
- }>;
68
- }, "strip", z.ZodTypeAny, {
69
- CanReadAs: {
70
- party: string;
71
- };
72
- }, {
73
- CanReadAs: {
74
- party: string;
75
- };
76
- }>, z.ZodObject<{
77
- CanReadAsAnyParty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
78
- }, "strip", z.ZodTypeAny, {
79
- CanReadAsAnyParty: {};
80
- }, {
81
- CanReadAsAnyParty: {};
82
- }>, z.ZodObject<{
83
- Empty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
84
- }, "strip", z.ZodTypeAny, {
85
- Empty: {};
86
- }, {
87
- Empty: {};
88
- }>, z.ZodObject<{
89
- IdentityProviderAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
90
- }, "strip", z.ZodTypeAny, {
91
- IdentityProviderAdmin: {};
92
- }, {
93
- IdentityProviderAdmin: {};
94
- }>, z.ZodObject<{
95
- ParticipantAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
96
- }, "strip", z.ZodTypeAny, {
97
- ParticipantAdmin: {};
98
- }, {
99
- ParticipantAdmin: {};
100
- }>]>;
31
+ }, z.core.$strip>;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ CanReadAsAnyParty: z.ZodObject<{}, z.core.$strip>;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ Empty: z.ZodObject<{}, z.core.$strip>;
36
+ }, z.core.$strip>, z.ZodObject<{
37
+ IdentityProviderAdmin: z.ZodObject<{}, z.core.$strip>;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ ParticipantAdmin: z.ZodObject<{}, z.core.$strip>;
40
+ }, z.core.$strip>]>;
101
41
  /**
102
42
  * User right.
103
43
  */
104
44
  export declare const RightSchema: z.ZodObject<{
105
- /** The kind of right. */
106
- kind: z.ZodUnion<[z.ZodObject<{
45
+ kind: z.ZodUnion<readonly [z.ZodObject<{
107
46
  CanActAs: z.ZodObject<{
108
- /** The party the user can act as. */
109
47
  party: z.ZodString;
110
- }, "strip", z.ZodTypeAny, {
111
- party: string;
112
- }, {
113
- party: string;
114
- }>;
115
- }, "strip", z.ZodTypeAny, {
116
- CanActAs: {
117
- party: string;
118
- };
119
- }, {
120
- CanActAs: {
121
- party: string;
122
- };
123
- }>, z.ZodObject<{
48
+ }, z.core.$strip>;
49
+ }, z.core.$strip>, z.ZodObject<{
124
50
  CanReadAs: z.ZodObject<{
125
- /** The party the user can read as. */
126
51
  party: z.ZodString;
127
- }, "strip", z.ZodTypeAny, {
128
- party: string;
129
- }, {
130
- party: string;
131
- }>;
132
- }, "strip", z.ZodTypeAny, {
133
- CanReadAs: {
134
- party: string;
135
- };
136
- }, {
137
- CanReadAs: {
138
- party: string;
139
- };
140
- }>, z.ZodObject<{
141
- CanReadAsAnyParty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
142
- }, "strip", z.ZodTypeAny, {
143
- CanReadAsAnyParty: {};
144
- }, {
145
- CanReadAsAnyParty: {};
146
- }>, z.ZodObject<{
147
- Empty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
148
- }, "strip", z.ZodTypeAny, {
149
- Empty: {};
150
- }, {
151
- Empty: {};
152
- }>, z.ZodObject<{
153
- IdentityProviderAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
154
- }, "strip", z.ZodTypeAny, {
155
- IdentityProviderAdmin: {};
156
- }, {
157
- IdentityProviderAdmin: {};
158
- }>, z.ZodObject<{
159
- ParticipantAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
160
- }, "strip", z.ZodTypeAny, {
161
- ParticipantAdmin: {};
162
- }, {
163
- ParticipantAdmin: {};
164
- }>]>;
165
- }, "strip", z.ZodTypeAny, {
166
- kind: {
167
- CanActAs: {
168
- party: string;
169
- };
170
- } | {
171
- CanReadAs: {
172
- party: string;
173
- };
174
- } | {
175
- CanReadAsAnyParty: {};
176
- } | {
177
- Empty: {};
178
- } | {
179
- IdentityProviderAdmin: {};
180
- } | {
181
- ParticipantAdmin: {};
182
- };
183
- }, {
184
- kind: {
185
- CanActAs: {
186
- party: string;
187
- };
188
- } | {
189
- CanReadAs: {
190
- party: string;
191
- };
192
- } | {
193
- CanReadAsAnyParty: {};
194
- } | {
195
- Empty: {};
196
- } | {
197
- IdentityProviderAdmin: {};
198
- } | {
199
- ParticipantAdmin: {};
200
- };
201
- }>;
52
+ }, z.core.$strip>;
53
+ }, z.core.$strip>, z.ZodObject<{
54
+ CanReadAsAnyParty: z.ZodObject<{}, z.core.$strip>;
55
+ }, z.core.$strip>, z.ZodObject<{
56
+ Empty: z.ZodObject<{}, z.core.$strip>;
57
+ }, z.core.$strip>, z.ZodObject<{
58
+ IdentityProviderAdmin: z.ZodObject<{}, z.core.$strip>;
59
+ }, z.core.$strip>, z.ZodObject<{
60
+ ParticipantAdmin: z.ZodObject<{}, z.core.$strip>;
61
+ }, z.core.$strip>]>;
62
+ }, z.core.$strip>;
202
63
  /**
203
64
  * User details.
204
65
  */
205
66
  export declare const UserSchema: z.ZodObject<{
206
- /** User identifier. */
207
67
  id: z.ZodString;
208
- /** Primary party for the user (optional). */
209
68
  primaryParty: z.ZodOptional<z.ZodString>;
210
- /** Whether the user is deactivated. */
211
69
  isDeactivated: z.ZodBoolean;
212
- /** User metadata (optional). */
213
70
  metadata: z.ZodOptional<z.ZodObject<{
214
- /** Resource version for concurrent change detection. */
215
71
  resourceVersion: z.ZodString;
216
- /** Annotations for the resource. */
217
72
  annotations: z.ZodRecord<z.ZodString, z.ZodString>;
218
- }, "strip", z.ZodTypeAny, {
219
- resourceVersion: string;
220
- annotations: Record<string, string>;
221
- }, {
222
- resourceVersion: string;
223
- annotations: Record<string, string>;
224
- }>>;
225
- /** Identity provider ID (optional). */
73
+ }, z.core.$strip>>;
226
74
  identityProviderId: z.ZodOptional<z.ZodString>;
227
- }, "strip", z.ZodTypeAny, {
228
- id: string;
229
- isDeactivated: boolean;
230
- identityProviderId?: string | undefined;
231
- primaryParty?: string | undefined;
232
- metadata?: {
233
- resourceVersion: string;
234
- annotations: Record<string, string>;
235
- } | undefined;
236
- }, {
237
- id: string;
238
- isDeactivated: boolean;
239
- identityProviderId?: string | undefined;
240
- primaryParty?: string | undefined;
241
- metadata?: {
242
- resourceVersion: string;
243
- annotations: Record<string, string>;
244
- } | undefined;
245
- }>;
75
+ }, z.core.$strip>;
246
76
  /**
247
77
  * Party details.
248
78
  */
249
79
  export declare const PartyDetailsSchema: z.ZodObject<{
250
- /** Party identifier. */
251
80
  party: z.ZodString;
252
- /** Whether the party is local. */
253
81
  isLocal: z.ZodBoolean;
254
- /** Local metadata (optional). */
255
82
  localMetadata: z.ZodOptional<z.ZodObject<{
256
- /** Resource version for concurrent change detection. */
257
83
  resourceVersion: z.ZodString;
258
- /** Annotations for the resource. */
259
84
  annotations: z.ZodRecord<z.ZodString, z.ZodString>;
260
- }, "strip", z.ZodTypeAny, {
261
- resourceVersion: string;
262
- annotations: Record<string, string>;
263
- }, {
264
- resourceVersion: string;
265
- annotations: Record<string, string>;
266
- }>>;
267
- /** Identity provider ID (optional). */
85
+ }, z.core.$strip>>;
268
86
  identityProviderId: z.ZodOptional<z.ZodString>;
269
- }, "strip", z.ZodTypeAny, {
270
- party: string;
271
- isLocal: boolean;
272
- localMetadata?: {
273
- resourceVersion: string;
274
- annotations: Record<string, string>;
275
- } | undefined;
276
- identityProviderId?: string | undefined;
277
- }, {
278
- party: string;
279
- isLocal: boolean;
280
- localMetadata?: {
281
- resourceVersion: string;
282
- annotations: Record<string, string>;
283
- } | undefined;
284
- identityProviderId?: string | undefined;
285
- }>;
87
+ }, z.core.$strip>;
286
88
  /**
287
89
  * Create user request.
288
90
  */
289
91
  export declare const CreateUserRequestSchema: z.ZodObject<{
290
- /** The user to create. */
291
92
  user: z.ZodObject<{
292
- /** User identifier. */
293
93
  id: z.ZodString;
294
- /** Primary party for the user (optional). */
295
94
  primaryParty: z.ZodOptional<z.ZodString>;
296
- /** Whether the user is deactivated. */
297
95
  isDeactivated: z.ZodBoolean;
298
- /** User metadata (optional). */
299
96
  metadata: z.ZodOptional<z.ZodObject<{
300
- /** Resource version for concurrent change detection. */
301
97
  resourceVersion: z.ZodString;
302
- /** Annotations for the resource. */
303
98
  annotations: z.ZodRecord<z.ZodString, z.ZodString>;
304
- }, "strip", z.ZodTypeAny, {
305
- resourceVersion: string;
306
- annotations: Record<string, string>;
307
- }, {
308
- resourceVersion: string;
309
- annotations: Record<string, string>;
310
- }>>;
311
- /** Identity provider ID (optional). */
99
+ }, z.core.$strip>>;
312
100
  identityProviderId: z.ZodOptional<z.ZodString>;
313
- }, "strip", z.ZodTypeAny, {
314
- id: string;
315
- isDeactivated: boolean;
316
- identityProviderId?: string | undefined;
317
- primaryParty?: string | undefined;
318
- metadata?: {
319
- resourceVersion: string;
320
- annotations: Record<string, string>;
321
- } | undefined;
322
- }, {
323
- id: string;
324
- isDeactivated: boolean;
325
- identityProviderId?: string | undefined;
326
- primaryParty?: string | undefined;
327
- metadata?: {
328
- resourceVersion: string;
329
- annotations: Record<string, string>;
330
- } | undefined;
331
- }>;
332
- /** Rights to assign to the user (optional). */
101
+ }, z.core.$strip>;
333
102
  rights: z.ZodOptional<z.ZodArray<z.ZodObject<{
334
- /** The kind of right. */
335
- kind: z.ZodUnion<[z.ZodObject<{
103
+ kind: z.ZodUnion<readonly [z.ZodObject<{
336
104
  CanActAs: z.ZodObject<{
337
- /** The party the user can act as. */
338
105
  party: z.ZodString;
339
- }, "strip", z.ZodTypeAny, {
340
- party: string;
341
- }, {
342
- party: string;
343
- }>;
344
- }, "strip", z.ZodTypeAny, {
345
- CanActAs: {
346
- party: string;
347
- };
348
- }, {
349
- CanActAs: {
350
- party: string;
351
- };
352
- }>, z.ZodObject<{
106
+ }, z.core.$strip>;
107
+ }, z.core.$strip>, z.ZodObject<{
353
108
  CanReadAs: z.ZodObject<{
354
- /** The party the user can read as. */
355
109
  party: z.ZodString;
356
- }, "strip", z.ZodTypeAny, {
357
- party: string;
358
- }, {
359
- party: string;
360
- }>;
361
- }, "strip", z.ZodTypeAny, {
362
- CanReadAs: {
363
- party: string;
364
- };
365
- }, {
366
- CanReadAs: {
367
- party: string;
368
- };
369
- }>, z.ZodObject<{
370
- CanReadAsAnyParty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
371
- }, "strip", z.ZodTypeAny, {
372
- CanReadAsAnyParty: {};
373
- }, {
374
- CanReadAsAnyParty: {};
375
- }>, z.ZodObject<{
376
- Empty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
377
- }, "strip", z.ZodTypeAny, {
378
- Empty: {};
379
- }, {
380
- Empty: {};
381
- }>, z.ZodObject<{
382
- IdentityProviderAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
383
- }, "strip", z.ZodTypeAny, {
384
- IdentityProviderAdmin: {};
385
- }, {
386
- IdentityProviderAdmin: {};
387
- }>, z.ZodObject<{
388
- ParticipantAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
389
- }, "strip", z.ZodTypeAny, {
390
- ParticipantAdmin: {};
391
- }, {
392
- ParticipantAdmin: {};
393
- }>]>;
394
- }, "strip", z.ZodTypeAny, {
395
- kind: {
396
- CanActAs: {
397
- party: string;
398
- };
399
- } | {
400
- CanReadAs: {
401
- party: string;
402
- };
403
- } | {
404
- CanReadAsAnyParty: {};
405
- } | {
406
- Empty: {};
407
- } | {
408
- IdentityProviderAdmin: {};
409
- } | {
410
- ParticipantAdmin: {};
411
- };
412
- }, {
413
- kind: {
414
- CanActAs: {
415
- party: string;
416
- };
417
- } | {
418
- CanReadAs: {
419
- party: string;
420
- };
421
- } | {
422
- CanReadAsAnyParty: {};
423
- } | {
424
- Empty: {};
425
- } | {
426
- IdentityProviderAdmin: {};
427
- } | {
428
- ParticipantAdmin: {};
429
- };
430
- }>, "many">>;
431
- }, "strip", z.ZodTypeAny, {
432
- user: {
433
- id: string;
434
- isDeactivated: boolean;
435
- identityProviderId?: string | undefined;
436
- primaryParty?: string | undefined;
437
- metadata?: {
438
- resourceVersion: string;
439
- annotations: Record<string, string>;
440
- } | undefined;
441
- };
442
- rights?: {
443
- kind: {
444
- CanActAs: {
445
- party: string;
446
- };
447
- } | {
448
- CanReadAs: {
449
- party: string;
450
- };
451
- } | {
452
- CanReadAsAnyParty: {};
453
- } | {
454
- Empty: {};
455
- } | {
456
- IdentityProviderAdmin: {};
457
- } | {
458
- ParticipantAdmin: {};
459
- };
460
- }[] | undefined;
461
- }, {
462
- user: {
463
- id: string;
464
- isDeactivated: boolean;
465
- identityProviderId?: string | undefined;
466
- primaryParty?: string | undefined;
467
- metadata?: {
468
- resourceVersion: string;
469
- annotations: Record<string, string>;
470
- } | undefined;
471
- };
472
- rights?: {
473
- kind: {
474
- CanActAs: {
475
- party: string;
476
- };
477
- } | {
478
- CanReadAs: {
479
- party: string;
480
- };
481
- } | {
482
- CanReadAsAnyParty: {};
483
- } | {
484
- Empty: {};
485
- } | {
486
- IdentityProviderAdmin: {};
487
- } | {
488
- ParticipantAdmin: {};
489
- };
490
- }[] | undefined;
491
- }>;
110
+ }, z.core.$strip>;
111
+ }, z.core.$strip>, z.ZodObject<{
112
+ CanReadAsAnyParty: z.ZodObject<{}, z.core.$strip>;
113
+ }, z.core.$strip>, z.ZodObject<{
114
+ Empty: z.ZodObject<{}, z.core.$strip>;
115
+ }, z.core.$strip>, z.ZodObject<{
116
+ IdentityProviderAdmin: z.ZodObject<{}, z.core.$strip>;
117
+ }, z.core.$strip>, z.ZodObject<{
118
+ ParticipantAdmin: z.ZodObject<{}, z.core.$strip>;
119
+ }, z.core.$strip>]>;
120
+ }, z.core.$strip>>>;
121
+ }, z.core.$strip>;
492
122
  /**
493
123
  * Create user response.
494
124
  */
495
125
  export declare const CreateUserResponseSchema: z.ZodObject<{
496
- /** Created user. */
497
126
  user: z.ZodObject<{
498
- /** User identifier. */
499
127
  id: z.ZodString;
500
- /** Primary party for the user (optional). */
501
128
  primaryParty: z.ZodOptional<z.ZodString>;
502
- /** Whether the user is deactivated. */
503
129
  isDeactivated: z.ZodBoolean;
504
- /** User metadata (optional). */
505
130
  metadata: z.ZodOptional<z.ZodObject<{
506
- /** Resource version for concurrent change detection. */
507
131
  resourceVersion: z.ZodString;
508
- /** Annotations for the resource. */
509
132
  annotations: z.ZodRecord<z.ZodString, z.ZodString>;
510
- }, "strip", z.ZodTypeAny, {
511
- resourceVersion: string;
512
- annotations: Record<string, string>;
513
- }, {
514
- resourceVersion: string;
515
- annotations: Record<string, string>;
516
- }>>;
517
- /** Identity provider ID (optional). */
133
+ }, z.core.$strip>>;
518
134
  identityProviderId: z.ZodOptional<z.ZodString>;
519
- }, "strip", z.ZodTypeAny, {
520
- id: string;
521
- isDeactivated: boolean;
522
- identityProviderId?: string | undefined;
523
- primaryParty?: string | undefined;
524
- metadata?: {
525
- resourceVersion: string;
526
- annotations: Record<string, string>;
527
- } | undefined;
528
- }, {
529
- id: string;
530
- isDeactivated: boolean;
531
- identityProviderId?: string | undefined;
532
- primaryParty?: string | undefined;
533
- metadata?: {
534
- resourceVersion: string;
535
- annotations: Record<string, string>;
536
- } | undefined;
537
- }>;
538
- }, "strip", z.ZodTypeAny, {
539
- user: {
540
- id: string;
541
- isDeactivated: boolean;
542
- identityProviderId?: string | undefined;
543
- primaryParty?: string | undefined;
544
- metadata?: {
545
- resourceVersion: string;
546
- annotations: Record<string, string>;
547
- } | undefined;
548
- };
549
- }, {
550
- user: {
551
- id: string;
552
- isDeactivated: boolean;
553
- identityProviderId?: string | undefined;
554
- primaryParty?: string | undefined;
555
- metadata?: {
556
- resourceVersion: string;
557
- annotations: Record<string, string>;
558
- } | undefined;
559
- };
560
- }>;
135
+ }, z.core.$strip>;
136
+ }, z.core.$strip>;
561
137
  /**
562
138
  * Update user request.
563
139
  */
564
140
  export declare const UpdateUserRequestSchema: z.ZodObject<{
565
- /** The user to update. */
566
141
  user: z.ZodObject<{
567
- /** User identifier. */
568
142
  id: z.ZodString;
569
- /** Primary party for the user (optional). */
570
143
  primaryParty: z.ZodOptional<z.ZodString>;
571
- /** Whether the user is deactivated. */
572
144
  isDeactivated: z.ZodBoolean;
573
- /** User metadata (optional). */
574
145
  metadata: z.ZodOptional<z.ZodObject<{
575
- /** Resource version for concurrent change detection. */
576
146
  resourceVersion: z.ZodString;
577
- /** Annotations for the resource. */
578
147
  annotations: z.ZodRecord<z.ZodString, z.ZodString>;
579
- }, "strip", z.ZodTypeAny, {
580
- resourceVersion: string;
581
- annotations: Record<string, string>;
582
- }, {
583
- resourceVersion: string;
584
- annotations: Record<string, string>;
585
- }>>;
586
- /** Identity provider ID (optional). */
148
+ }, z.core.$strip>>;
587
149
  identityProviderId: z.ZodOptional<z.ZodString>;
588
- }, "strip", z.ZodTypeAny, {
589
- id: string;
590
- isDeactivated: boolean;
591
- identityProviderId?: string | undefined;
592
- primaryParty?: string | undefined;
593
- metadata?: {
594
- resourceVersion: string;
595
- annotations: Record<string, string>;
596
- } | undefined;
597
- }, {
598
- id: string;
599
- isDeactivated: boolean;
600
- identityProviderId?: string | undefined;
601
- primaryParty?: string | undefined;
602
- metadata?: {
603
- resourceVersion: string;
604
- annotations: Record<string, string>;
605
- } | undefined;
606
- }>;
607
- /** Update mask for partial updates. */
150
+ }, z.core.$strip>;
608
151
  updateMask: z.ZodObject<{
609
- paths: z.ZodArray<z.ZodString, "many">;
610
- }, "strip", z.ZodTypeAny, {
611
- paths: string[];
612
- }, {
613
- paths: string[];
614
- }>;
615
- }, "strip", z.ZodTypeAny, {
616
- updateMask: {
617
- paths: string[];
618
- };
619
- user: {
620
- id: string;
621
- isDeactivated: boolean;
622
- identityProviderId?: string | undefined;
623
- primaryParty?: string | undefined;
624
- metadata?: {
625
- resourceVersion: string;
626
- annotations: Record<string, string>;
627
- } | undefined;
628
- };
629
- }, {
630
- updateMask: {
631
- paths: string[];
632
- };
633
- user: {
634
- id: string;
635
- isDeactivated: boolean;
636
- identityProviderId?: string | undefined;
637
- primaryParty?: string | undefined;
638
- metadata?: {
639
- resourceVersion: string;
640
- annotations: Record<string, string>;
641
- } | undefined;
642
- };
643
- }>;
152
+ paths: z.ZodArray<z.ZodString>;
153
+ }, z.core.$strip>;
154
+ }, z.core.$strip>;
644
155
  /**
645
156
  * Update user response.
646
157
  */
647
158
  export declare const UpdateUserResponseSchema: z.ZodObject<{
648
- /** Updated user. */
649
159
  user: z.ZodObject<{
650
- /** User identifier. */
651
160
  id: z.ZodString;
652
- /** Primary party for the user (optional). */
653
161
  primaryParty: z.ZodOptional<z.ZodString>;
654
- /** Whether the user is deactivated. */
655
162
  isDeactivated: z.ZodBoolean;
656
- /** User metadata (optional). */
657
163
  metadata: z.ZodOptional<z.ZodObject<{
658
- /** Resource version for concurrent change detection. */
659
164
  resourceVersion: z.ZodString;
660
- /** Annotations for the resource. */
661
165
  annotations: z.ZodRecord<z.ZodString, z.ZodString>;
662
- }, "strip", z.ZodTypeAny, {
663
- resourceVersion: string;
664
- annotations: Record<string, string>;
665
- }, {
666
- resourceVersion: string;
667
- annotations: Record<string, string>;
668
- }>>;
669
- /** Identity provider ID (optional). */
166
+ }, z.core.$strip>>;
670
167
  identityProviderId: z.ZodOptional<z.ZodString>;
671
- }, "strip", z.ZodTypeAny, {
672
- id: string;
673
- isDeactivated: boolean;
674
- identityProviderId?: string | undefined;
675
- primaryParty?: string | undefined;
676
- metadata?: {
677
- resourceVersion: string;
678
- annotations: Record<string, string>;
679
- } | undefined;
680
- }, {
681
- id: string;
682
- isDeactivated: boolean;
683
- identityProviderId?: string | undefined;
684
- primaryParty?: string | undefined;
685
- metadata?: {
686
- resourceVersion: string;
687
- annotations: Record<string, string>;
688
- } | undefined;
689
- }>;
690
- }, "strip", z.ZodTypeAny, {
691
- user: {
692
- id: string;
693
- isDeactivated: boolean;
694
- identityProviderId?: string | undefined;
695
- primaryParty?: string | undefined;
696
- metadata?: {
697
- resourceVersion: string;
698
- annotations: Record<string, string>;
699
- } | undefined;
700
- };
701
- }, {
702
- user: {
703
- id: string;
704
- isDeactivated: boolean;
705
- identityProviderId?: string | undefined;
706
- primaryParty?: string | undefined;
707
- metadata?: {
708
- resourceVersion: string;
709
- annotations: Record<string, string>;
710
- } | undefined;
711
- };
712
- }>;
168
+ }, z.core.$strip>;
169
+ }, z.core.$strip>;
713
170
  /**
714
171
  * Get user response.
715
172
  */
716
173
  export declare const GetUserResponseSchema: z.ZodObject<{
717
- /** Retrieved user. */
718
174
  user: z.ZodObject<{
719
- /** User identifier. */
720
175
  id: z.ZodString;
721
- /** Primary party for the user (optional). */
722
176
  primaryParty: z.ZodOptional<z.ZodString>;
723
- /** Whether the user is deactivated. */
724
177
  isDeactivated: z.ZodBoolean;
725
- /** User metadata (optional). */
726
178
  metadata: z.ZodOptional<z.ZodObject<{
727
- /** Resource version for concurrent change detection. */
728
179
  resourceVersion: z.ZodString;
729
- /** Annotations for the resource. */
730
180
  annotations: z.ZodRecord<z.ZodString, z.ZodString>;
731
- }, "strip", z.ZodTypeAny, {
732
- resourceVersion: string;
733
- annotations: Record<string, string>;
734
- }, {
735
- resourceVersion: string;
736
- annotations: Record<string, string>;
737
- }>>;
738
- /** Identity provider ID (optional). */
181
+ }, z.core.$strip>>;
739
182
  identityProviderId: z.ZodOptional<z.ZodString>;
740
- }, "strip", z.ZodTypeAny, {
741
- id: string;
742
- isDeactivated: boolean;
743
- identityProviderId?: string | undefined;
744
- primaryParty?: string | undefined;
745
- metadata?: {
746
- resourceVersion: string;
747
- annotations: Record<string, string>;
748
- } | undefined;
749
- }, {
750
- id: string;
751
- isDeactivated: boolean;
752
- identityProviderId?: string | undefined;
753
- primaryParty?: string | undefined;
754
- metadata?: {
755
- resourceVersion: string;
756
- annotations: Record<string, string>;
757
- } | undefined;
758
- }>;
759
- }, "strip", z.ZodTypeAny, {
760
- user: {
761
- id: string;
762
- isDeactivated: boolean;
763
- identityProviderId?: string | undefined;
764
- primaryParty?: string | undefined;
765
- metadata?: {
766
- resourceVersion: string;
767
- annotations: Record<string, string>;
768
- } | undefined;
769
- };
770
- }, {
771
- user: {
772
- id: string;
773
- isDeactivated: boolean;
774
- identityProviderId?: string | undefined;
775
- primaryParty?: string | undefined;
776
- metadata?: {
777
- resourceVersion: string;
778
- annotations: Record<string, string>;
779
- } | undefined;
780
- };
781
- }>;
183
+ }, z.core.$strip>;
184
+ }, z.core.$strip>;
782
185
  /**
783
186
  * List users response.
784
187
  */
785
188
  export declare const ListUsersResponseSchema: z.ZodObject<{
786
- /** List of users. */
787
189
  users: z.ZodArray<z.ZodObject<{
788
- /** User identifier. */
789
190
  id: z.ZodString;
790
- /** Primary party for the user (optional). */
791
191
  primaryParty: z.ZodOptional<z.ZodString>;
792
- /** Whether the user is deactivated. */
793
192
  isDeactivated: z.ZodBoolean;
794
- /** User metadata (optional). */
795
193
  metadata: z.ZodOptional<z.ZodObject<{
796
- /** Resource version for concurrent change detection. */
797
194
  resourceVersion: z.ZodString;
798
- /** Annotations for the resource. */
799
195
  annotations: z.ZodRecord<z.ZodString, z.ZodString>;
800
- }, "strip", z.ZodTypeAny, {
801
- resourceVersion: string;
802
- annotations: Record<string, string>;
803
- }, {
804
- resourceVersion: string;
805
- annotations: Record<string, string>;
806
- }>>;
807
- /** Identity provider ID (optional). */
196
+ }, z.core.$strip>>;
808
197
  identityProviderId: z.ZodOptional<z.ZodString>;
809
- }, "strip", z.ZodTypeAny, {
810
- id: string;
811
- isDeactivated: boolean;
812
- identityProviderId?: string | undefined;
813
- primaryParty?: string | undefined;
814
- metadata?: {
815
- resourceVersion: string;
816
- annotations: Record<string, string>;
817
- } | undefined;
818
- }, {
819
- id: string;
820
- isDeactivated: boolean;
821
- identityProviderId?: string | undefined;
822
- primaryParty?: string | undefined;
823
- metadata?: {
824
- resourceVersion: string;
825
- annotations: Record<string, string>;
826
- } | undefined;
827
- }>, "many">;
828
- /** Pagination token. */
198
+ }, z.core.$strip>>;
829
199
  nextPageToken: z.ZodString;
830
- }, "strip", z.ZodTypeAny, {
831
- users: {
832
- id: string;
833
- isDeactivated: boolean;
834
- identityProviderId?: string | undefined;
835
- primaryParty?: string | undefined;
836
- metadata?: {
837
- resourceVersion: string;
838
- annotations: Record<string, string>;
839
- } | undefined;
840
- }[];
841
- nextPageToken: string;
842
- }, {
843
- users: {
844
- id: string;
845
- isDeactivated: boolean;
846
- identityProviderId?: string | undefined;
847
- primaryParty?: string | undefined;
848
- metadata?: {
849
- resourceVersion: string;
850
- annotations: Record<string, string>;
851
- } | undefined;
852
- }[];
853
- nextPageToken: string;
854
- }>;
200
+ }, z.core.$strip>;
855
201
  /**
856
202
  * List user rights response.
857
203
  */
858
204
  export declare const ListUserRightsResponseSchema: z.ZodObject<{
859
- /** All rights of the user. */
860
205
  rights: z.ZodArray<z.ZodObject<{
861
- /** The kind of right. */
862
- kind: z.ZodUnion<[z.ZodObject<{
206
+ kind: z.ZodUnion<readonly [z.ZodObject<{
863
207
  CanActAs: z.ZodObject<{
864
- /** The party the user can act as. */
865
208
  party: z.ZodString;
866
- }, "strip", z.ZodTypeAny, {
867
- party: string;
868
- }, {
869
- party: string;
870
- }>;
871
- }, "strip", z.ZodTypeAny, {
872
- CanActAs: {
873
- party: string;
874
- };
875
- }, {
876
- CanActAs: {
877
- party: string;
878
- };
879
- }>, z.ZodObject<{
209
+ }, z.core.$strip>;
210
+ }, z.core.$strip>, z.ZodObject<{
880
211
  CanReadAs: z.ZodObject<{
881
- /** The party the user can read as. */
882
212
  party: z.ZodString;
883
- }, "strip", z.ZodTypeAny, {
884
- party: string;
885
- }, {
886
- party: string;
887
- }>;
888
- }, "strip", z.ZodTypeAny, {
889
- CanReadAs: {
890
- party: string;
891
- };
892
- }, {
893
- CanReadAs: {
894
- party: string;
895
- };
896
- }>, z.ZodObject<{
897
- CanReadAsAnyParty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
898
- }, "strip", z.ZodTypeAny, {
899
- CanReadAsAnyParty: {};
900
- }, {
901
- CanReadAsAnyParty: {};
902
- }>, z.ZodObject<{
903
- Empty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
904
- }, "strip", z.ZodTypeAny, {
905
- Empty: {};
906
- }, {
907
- Empty: {};
908
- }>, z.ZodObject<{
909
- IdentityProviderAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
910
- }, "strip", z.ZodTypeAny, {
911
- IdentityProviderAdmin: {};
912
- }, {
913
- IdentityProviderAdmin: {};
914
- }>, z.ZodObject<{
915
- ParticipantAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
916
- }, "strip", z.ZodTypeAny, {
917
- ParticipantAdmin: {};
918
- }, {
919
- ParticipantAdmin: {};
920
- }>]>;
921
- }, "strip", z.ZodTypeAny, {
922
- kind: {
923
- CanActAs: {
924
- party: string;
925
- };
926
- } | {
927
- CanReadAs: {
928
- party: string;
929
- };
930
- } | {
931
- CanReadAsAnyParty: {};
932
- } | {
933
- Empty: {};
934
- } | {
935
- IdentityProviderAdmin: {};
936
- } | {
937
- ParticipantAdmin: {};
938
- };
939
- }, {
940
- kind: {
941
- CanActAs: {
942
- party: string;
943
- };
944
- } | {
945
- CanReadAs: {
946
- party: string;
947
- };
948
- } | {
949
- CanReadAsAnyParty: {};
950
- } | {
951
- Empty: {};
952
- } | {
953
- IdentityProviderAdmin: {};
954
- } | {
955
- ParticipantAdmin: {};
956
- };
957
- }>, "many">;
958
- }, "strip", z.ZodTypeAny, {
959
- rights: {
960
- kind: {
961
- CanActAs: {
962
- party: string;
963
- };
964
- } | {
965
- CanReadAs: {
966
- party: string;
967
- };
968
- } | {
969
- CanReadAsAnyParty: {};
970
- } | {
971
- Empty: {};
972
- } | {
973
- IdentityProviderAdmin: {};
974
- } | {
975
- ParticipantAdmin: {};
976
- };
977
- }[];
978
- }, {
979
- rights: {
980
- kind: {
981
- CanActAs: {
982
- party: string;
983
- };
984
- } | {
985
- CanReadAs: {
986
- party: string;
987
- };
988
- } | {
989
- CanReadAsAnyParty: {};
990
- } | {
991
- Empty: {};
992
- } | {
993
- IdentityProviderAdmin: {};
994
- } | {
995
- ParticipantAdmin: {};
996
- };
997
- }[];
998
- }>;
213
+ }, z.core.$strip>;
214
+ }, z.core.$strip>, z.ZodObject<{
215
+ CanReadAsAnyParty: z.ZodObject<{}, z.core.$strip>;
216
+ }, z.core.$strip>, z.ZodObject<{
217
+ Empty: z.ZodObject<{}, z.core.$strip>;
218
+ }, z.core.$strip>, z.ZodObject<{
219
+ IdentityProviderAdmin: z.ZodObject<{}, z.core.$strip>;
220
+ }, z.core.$strip>, z.ZodObject<{
221
+ ParticipantAdmin: z.ZodObject<{}, z.core.$strip>;
222
+ }, z.core.$strip>]>;
223
+ }, z.core.$strip>>;
224
+ }, z.core.$strip>;
999
225
  /**
1000
226
  * Grant user rights request.
1001
227
  */
1002
228
  export declare const GrantUserRightsRequestSchema: z.ZodObject<{
1003
- /** User ID to grant rights to. */
1004
229
  userId: z.ZodString;
1005
- /** Rights to grant (optional). */
1006
230
  rights: z.ZodOptional<z.ZodArray<z.ZodObject<{
1007
- /** The kind of right. */
1008
- kind: z.ZodUnion<[z.ZodObject<{
231
+ kind: z.ZodUnion<readonly [z.ZodObject<{
1009
232
  CanActAs: z.ZodObject<{
1010
- /** The party the user can act as. */
1011
233
  party: z.ZodString;
1012
- }, "strip", z.ZodTypeAny, {
1013
- party: string;
1014
- }, {
1015
- party: string;
1016
- }>;
1017
- }, "strip", z.ZodTypeAny, {
1018
- CanActAs: {
1019
- party: string;
1020
- };
1021
- }, {
1022
- CanActAs: {
1023
- party: string;
1024
- };
1025
- }>, z.ZodObject<{
234
+ }, z.core.$strip>;
235
+ }, z.core.$strip>, z.ZodObject<{
1026
236
  CanReadAs: z.ZodObject<{
1027
- /** The party the user can read as. */
1028
237
  party: z.ZodString;
1029
- }, "strip", z.ZodTypeAny, {
1030
- party: string;
1031
- }, {
1032
- party: string;
1033
- }>;
1034
- }, "strip", z.ZodTypeAny, {
1035
- CanReadAs: {
1036
- party: string;
1037
- };
1038
- }, {
1039
- CanReadAs: {
1040
- party: string;
1041
- };
1042
- }>, z.ZodObject<{
1043
- CanReadAsAnyParty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1044
- }, "strip", z.ZodTypeAny, {
1045
- CanReadAsAnyParty: {};
1046
- }, {
1047
- CanReadAsAnyParty: {};
1048
- }>, z.ZodObject<{
1049
- Empty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1050
- }, "strip", z.ZodTypeAny, {
1051
- Empty: {};
1052
- }, {
1053
- Empty: {};
1054
- }>, z.ZodObject<{
1055
- IdentityProviderAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1056
- }, "strip", z.ZodTypeAny, {
1057
- IdentityProviderAdmin: {};
1058
- }, {
1059
- IdentityProviderAdmin: {};
1060
- }>, z.ZodObject<{
1061
- ParticipantAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1062
- }, "strip", z.ZodTypeAny, {
1063
- ParticipantAdmin: {};
1064
- }, {
1065
- ParticipantAdmin: {};
1066
- }>]>;
1067
- }, "strip", z.ZodTypeAny, {
1068
- kind: {
1069
- CanActAs: {
1070
- party: string;
1071
- };
1072
- } | {
1073
- CanReadAs: {
1074
- party: string;
1075
- };
1076
- } | {
1077
- CanReadAsAnyParty: {};
1078
- } | {
1079
- Empty: {};
1080
- } | {
1081
- IdentityProviderAdmin: {};
1082
- } | {
1083
- ParticipantAdmin: {};
1084
- };
1085
- }, {
1086
- kind: {
1087
- CanActAs: {
1088
- party: string;
1089
- };
1090
- } | {
1091
- CanReadAs: {
1092
- party: string;
1093
- };
1094
- } | {
1095
- CanReadAsAnyParty: {};
1096
- } | {
1097
- Empty: {};
1098
- } | {
1099
- IdentityProviderAdmin: {};
1100
- } | {
1101
- ParticipantAdmin: {};
1102
- };
1103
- }>, "many">>;
1104
- /** Identity provider ID (optional). */
238
+ }, z.core.$strip>;
239
+ }, z.core.$strip>, z.ZodObject<{
240
+ CanReadAsAnyParty: z.ZodObject<{}, z.core.$strip>;
241
+ }, z.core.$strip>, z.ZodObject<{
242
+ Empty: z.ZodObject<{}, z.core.$strip>;
243
+ }, z.core.$strip>, z.ZodObject<{
244
+ IdentityProviderAdmin: z.ZodObject<{}, z.core.$strip>;
245
+ }, z.core.$strip>, z.ZodObject<{
246
+ ParticipantAdmin: z.ZodObject<{}, z.core.$strip>;
247
+ }, z.core.$strip>]>;
248
+ }, z.core.$strip>>>;
1105
249
  identityProviderId: z.ZodOptional<z.ZodString>;
1106
- }, "strip", z.ZodTypeAny, {
1107
- userId: string;
1108
- identityProviderId?: string | undefined;
1109
- rights?: {
1110
- kind: {
1111
- CanActAs: {
1112
- party: string;
1113
- };
1114
- } | {
1115
- CanReadAs: {
1116
- party: string;
1117
- };
1118
- } | {
1119
- CanReadAsAnyParty: {};
1120
- } | {
1121
- Empty: {};
1122
- } | {
1123
- IdentityProviderAdmin: {};
1124
- } | {
1125
- ParticipantAdmin: {};
1126
- };
1127
- }[] | undefined;
1128
- }, {
1129
- userId: string;
1130
- identityProviderId?: string | undefined;
1131
- rights?: {
1132
- kind: {
1133
- CanActAs: {
1134
- party: string;
1135
- };
1136
- } | {
1137
- CanReadAs: {
1138
- party: string;
1139
- };
1140
- } | {
1141
- CanReadAsAnyParty: {};
1142
- } | {
1143
- Empty: {};
1144
- } | {
1145
- IdentityProviderAdmin: {};
1146
- } | {
1147
- ParticipantAdmin: {};
1148
- };
1149
- }[] | undefined;
1150
- }>;
250
+ }, z.core.$strip>;
1151
251
  /**
1152
252
  * Grant user rights response.
1153
253
  */
1154
254
  export declare const GrantUserRightsResponseSchema: z.ZodObject<{
1155
- /** Rights that were newly granted. */
1156
255
  newlyGrantedRights: z.ZodArray<z.ZodObject<{
1157
- /** The kind of right. */
1158
- kind: z.ZodUnion<[z.ZodObject<{
256
+ kind: z.ZodUnion<readonly [z.ZodObject<{
1159
257
  CanActAs: z.ZodObject<{
1160
- /** The party the user can act as. */
1161
258
  party: z.ZodString;
1162
- }, "strip", z.ZodTypeAny, {
1163
- party: string;
1164
- }, {
1165
- party: string;
1166
- }>;
1167
- }, "strip", z.ZodTypeAny, {
1168
- CanActAs: {
1169
- party: string;
1170
- };
1171
- }, {
1172
- CanActAs: {
1173
- party: string;
1174
- };
1175
- }>, z.ZodObject<{
259
+ }, z.core.$strip>;
260
+ }, z.core.$strip>, z.ZodObject<{
1176
261
  CanReadAs: z.ZodObject<{
1177
- /** The party the user can read as. */
1178
262
  party: z.ZodString;
1179
- }, "strip", z.ZodTypeAny, {
1180
- party: string;
1181
- }, {
1182
- party: string;
1183
- }>;
1184
- }, "strip", z.ZodTypeAny, {
1185
- CanReadAs: {
1186
- party: string;
1187
- };
1188
- }, {
1189
- CanReadAs: {
1190
- party: string;
1191
- };
1192
- }>, z.ZodObject<{
1193
- CanReadAsAnyParty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1194
- }, "strip", z.ZodTypeAny, {
1195
- CanReadAsAnyParty: {};
1196
- }, {
1197
- CanReadAsAnyParty: {};
1198
- }>, z.ZodObject<{
1199
- Empty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1200
- }, "strip", z.ZodTypeAny, {
1201
- Empty: {};
1202
- }, {
1203
- Empty: {};
1204
- }>, z.ZodObject<{
1205
- IdentityProviderAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1206
- }, "strip", z.ZodTypeAny, {
1207
- IdentityProviderAdmin: {};
1208
- }, {
1209
- IdentityProviderAdmin: {};
1210
- }>, z.ZodObject<{
1211
- ParticipantAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1212
- }, "strip", z.ZodTypeAny, {
1213
- ParticipantAdmin: {};
1214
- }, {
1215
- ParticipantAdmin: {};
1216
- }>]>;
1217
- }, "strip", z.ZodTypeAny, {
1218
- kind: {
1219
- CanActAs: {
1220
- party: string;
1221
- };
1222
- } | {
1223
- CanReadAs: {
1224
- party: string;
1225
- };
1226
- } | {
1227
- CanReadAsAnyParty: {};
1228
- } | {
1229
- Empty: {};
1230
- } | {
1231
- IdentityProviderAdmin: {};
1232
- } | {
1233
- ParticipantAdmin: {};
1234
- };
1235
- }, {
1236
- kind: {
1237
- CanActAs: {
1238
- party: string;
1239
- };
1240
- } | {
1241
- CanReadAs: {
1242
- party: string;
1243
- };
1244
- } | {
1245
- CanReadAsAnyParty: {};
1246
- } | {
1247
- Empty: {};
1248
- } | {
1249
- IdentityProviderAdmin: {};
1250
- } | {
1251
- ParticipantAdmin: {};
1252
- };
1253
- }>, "many">;
1254
- }, "strip", z.ZodTypeAny, {
1255
- newlyGrantedRights: {
1256
- kind: {
1257
- CanActAs: {
1258
- party: string;
1259
- };
1260
- } | {
1261
- CanReadAs: {
1262
- party: string;
1263
- };
1264
- } | {
1265
- CanReadAsAnyParty: {};
1266
- } | {
1267
- Empty: {};
1268
- } | {
1269
- IdentityProviderAdmin: {};
1270
- } | {
1271
- ParticipantAdmin: {};
1272
- };
1273
- }[];
1274
- }, {
1275
- newlyGrantedRights: {
1276
- kind: {
1277
- CanActAs: {
1278
- party: string;
1279
- };
1280
- } | {
1281
- CanReadAs: {
1282
- party: string;
1283
- };
1284
- } | {
1285
- CanReadAsAnyParty: {};
1286
- } | {
1287
- Empty: {};
1288
- } | {
1289
- IdentityProviderAdmin: {};
1290
- } | {
1291
- ParticipantAdmin: {};
1292
- };
1293
- }[];
1294
- }>;
263
+ }, z.core.$strip>;
264
+ }, z.core.$strip>, z.ZodObject<{
265
+ CanReadAsAnyParty: z.ZodObject<{}, z.core.$strip>;
266
+ }, z.core.$strip>, z.ZodObject<{
267
+ Empty: z.ZodObject<{}, z.core.$strip>;
268
+ }, z.core.$strip>, z.ZodObject<{
269
+ IdentityProviderAdmin: z.ZodObject<{}, z.core.$strip>;
270
+ }, z.core.$strip>, z.ZodObject<{
271
+ ParticipantAdmin: z.ZodObject<{}, z.core.$strip>;
272
+ }, z.core.$strip>]>;
273
+ }, z.core.$strip>>;
274
+ }, z.core.$strip>;
1295
275
  /**
1296
276
  * Revoke user rights request.
1297
277
  */
1298
278
  export declare const RevokeUserRightsRequestSchema: z.ZodObject<{
1299
- /** User ID to revoke rights from. */
1300
279
  userId: z.ZodString;
1301
- /** Rights to revoke (optional). */
1302
280
  rights: z.ZodOptional<z.ZodArray<z.ZodObject<{
1303
- /** The kind of right. */
1304
- kind: z.ZodUnion<[z.ZodObject<{
281
+ kind: z.ZodUnion<readonly [z.ZodObject<{
1305
282
  CanActAs: z.ZodObject<{
1306
- /** The party the user can act as. */
1307
283
  party: z.ZodString;
1308
- }, "strip", z.ZodTypeAny, {
1309
- party: string;
1310
- }, {
1311
- party: string;
1312
- }>;
1313
- }, "strip", z.ZodTypeAny, {
1314
- CanActAs: {
1315
- party: string;
1316
- };
1317
- }, {
1318
- CanActAs: {
1319
- party: string;
1320
- };
1321
- }>, z.ZodObject<{
284
+ }, z.core.$strip>;
285
+ }, z.core.$strip>, z.ZodObject<{
1322
286
  CanReadAs: z.ZodObject<{
1323
- /** The party the user can read as. */
1324
287
  party: z.ZodString;
1325
- }, "strip", z.ZodTypeAny, {
1326
- party: string;
1327
- }, {
1328
- party: string;
1329
- }>;
1330
- }, "strip", z.ZodTypeAny, {
1331
- CanReadAs: {
1332
- party: string;
1333
- };
1334
- }, {
1335
- CanReadAs: {
1336
- party: string;
1337
- };
1338
- }>, z.ZodObject<{
1339
- CanReadAsAnyParty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1340
- }, "strip", z.ZodTypeAny, {
1341
- CanReadAsAnyParty: {};
1342
- }, {
1343
- CanReadAsAnyParty: {};
1344
- }>, z.ZodObject<{
1345
- Empty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1346
- }, "strip", z.ZodTypeAny, {
1347
- Empty: {};
1348
- }, {
1349
- Empty: {};
1350
- }>, z.ZodObject<{
1351
- IdentityProviderAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1352
- }, "strip", z.ZodTypeAny, {
1353
- IdentityProviderAdmin: {};
1354
- }, {
1355
- IdentityProviderAdmin: {};
1356
- }>, z.ZodObject<{
1357
- ParticipantAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1358
- }, "strip", z.ZodTypeAny, {
1359
- ParticipantAdmin: {};
1360
- }, {
1361
- ParticipantAdmin: {};
1362
- }>]>;
1363
- }, "strip", z.ZodTypeAny, {
1364
- kind: {
1365
- CanActAs: {
1366
- party: string;
1367
- };
1368
- } | {
1369
- CanReadAs: {
1370
- party: string;
1371
- };
1372
- } | {
1373
- CanReadAsAnyParty: {};
1374
- } | {
1375
- Empty: {};
1376
- } | {
1377
- IdentityProviderAdmin: {};
1378
- } | {
1379
- ParticipantAdmin: {};
1380
- };
1381
- }, {
1382
- kind: {
1383
- CanActAs: {
1384
- party: string;
1385
- };
1386
- } | {
1387
- CanReadAs: {
1388
- party: string;
1389
- };
1390
- } | {
1391
- CanReadAsAnyParty: {};
1392
- } | {
1393
- Empty: {};
1394
- } | {
1395
- IdentityProviderAdmin: {};
1396
- } | {
1397
- ParticipantAdmin: {};
1398
- };
1399
- }>, "many">>;
1400
- /** Identity provider ID (optional). */
288
+ }, z.core.$strip>;
289
+ }, z.core.$strip>, z.ZodObject<{
290
+ CanReadAsAnyParty: z.ZodObject<{}, z.core.$strip>;
291
+ }, z.core.$strip>, z.ZodObject<{
292
+ Empty: z.ZodObject<{}, z.core.$strip>;
293
+ }, z.core.$strip>, z.ZodObject<{
294
+ IdentityProviderAdmin: z.ZodObject<{}, z.core.$strip>;
295
+ }, z.core.$strip>, z.ZodObject<{
296
+ ParticipantAdmin: z.ZodObject<{}, z.core.$strip>;
297
+ }, z.core.$strip>]>;
298
+ }, z.core.$strip>>>;
1401
299
  identityProviderId: z.ZodOptional<z.ZodString>;
1402
- }, "strip", z.ZodTypeAny, {
1403
- userId: string;
1404
- identityProviderId?: string | undefined;
1405
- rights?: {
1406
- kind: {
1407
- CanActAs: {
1408
- party: string;
1409
- };
1410
- } | {
1411
- CanReadAs: {
1412
- party: string;
1413
- };
1414
- } | {
1415
- CanReadAsAnyParty: {};
1416
- } | {
1417
- Empty: {};
1418
- } | {
1419
- IdentityProviderAdmin: {};
1420
- } | {
1421
- ParticipantAdmin: {};
1422
- };
1423
- }[] | undefined;
1424
- }, {
1425
- userId: string;
1426
- identityProviderId?: string | undefined;
1427
- rights?: {
1428
- kind: {
1429
- CanActAs: {
1430
- party: string;
1431
- };
1432
- } | {
1433
- CanReadAs: {
1434
- party: string;
1435
- };
1436
- } | {
1437
- CanReadAsAnyParty: {};
1438
- } | {
1439
- Empty: {};
1440
- } | {
1441
- IdentityProviderAdmin: {};
1442
- } | {
1443
- ParticipantAdmin: {};
1444
- };
1445
- }[] | undefined;
1446
- }>;
300
+ }, z.core.$strip>;
1447
301
  /**
1448
302
  * Revoke user rights response.
1449
303
  */
1450
304
  export declare const RevokeUserRightsResponseSchema: z.ZodObject<{
1451
- /** Rights that were actually revoked. */
1452
305
  newlyRevokedRights: z.ZodArray<z.ZodObject<{
1453
- /** The kind of right. */
1454
- kind: z.ZodUnion<[z.ZodObject<{
306
+ kind: z.ZodUnion<readonly [z.ZodObject<{
1455
307
  CanActAs: z.ZodObject<{
1456
- /** The party the user can act as. */
1457
308
  party: z.ZodString;
1458
- }, "strip", z.ZodTypeAny, {
1459
- party: string;
1460
- }, {
1461
- party: string;
1462
- }>;
1463
- }, "strip", z.ZodTypeAny, {
1464
- CanActAs: {
1465
- party: string;
1466
- };
1467
- }, {
1468
- CanActAs: {
1469
- party: string;
1470
- };
1471
- }>, z.ZodObject<{
309
+ }, z.core.$strip>;
310
+ }, z.core.$strip>, z.ZodObject<{
1472
311
  CanReadAs: z.ZodObject<{
1473
- /** The party the user can read as. */
1474
312
  party: z.ZodString;
1475
- }, "strip", z.ZodTypeAny, {
1476
- party: string;
1477
- }, {
1478
- party: string;
1479
- }>;
1480
- }, "strip", z.ZodTypeAny, {
1481
- CanReadAs: {
1482
- party: string;
1483
- };
1484
- }, {
1485
- CanReadAs: {
1486
- party: string;
1487
- };
1488
- }>, z.ZodObject<{
1489
- CanReadAsAnyParty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1490
- }, "strip", z.ZodTypeAny, {
1491
- CanReadAsAnyParty: {};
1492
- }, {
1493
- CanReadAsAnyParty: {};
1494
- }>, z.ZodObject<{
1495
- Empty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1496
- }, "strip", z.ZodTypeAny, {
1497
- Empty: {};
1498
- }, {
1499
- Empty: {};
1500
- }>, z.ZodObject<{
1501
- IdentityProviderAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1502
- }, "strip", z.ZodTypeAny, {
1503
- IdentityProviderAdmin: {};
1504
- }, {
1505
- IdentityProviderAdmin: {};
1506
- }>, z.ZodObject<{
1507
- ParticipantAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1508
- }, "strip", z.ZodTypeAny, {
1509
- ParticipantAdmin: {};
1510
- }, {
1511
- ParticipantAdmin: {};
1512
- }>]>;
1513
- }, "strip", z.ZodTypeAny, {
1514
- kind: {
1515
- CanActAs: {
1516
- party: string;
1517
- };
1518
- } | {
1519
- CanReadAs: {
1520
- party: string;
1521
- };
1522
- } | {
1523
- CanReadAsAnyParty: {};
1524
- } | {
1525
- Empty: {};
1526
- } | {
1527
- IdentityProviderAdmin: {};
1528
- } | {
1529
- ParticipantAdmin: {};
1530
- };
1531
- }, {
1532
- kind: {
1533
- CanActAs: {
1534
- party: string;
1535
- };
1536
- } | {
1537
- CanReadAs: {
1538
- party: string;
1539
- };
1540
- } | {
1541
- CanReadAsAnyParty: {};
1542
- } | {
1543
- Empty: {};
1544
- } | {
1545
- IdentityProviderAdmin: {};
1546
- } | {
1547
- ParticipantAdmin: {};
1548
- };
1549
- }>, "many">;
1550
- }, "strip", z.ZodTypeAny, {
1551
- newlyRevokedRights: {
1552
- kind: {
1553
- CanActAs: {
1554
- party: string;
1555
- };
1556
- } | {
1557
- CanReadAs: {
1558
- party: string;
1559
- };
1560
- } | {
1561
- CanReadAsAnyParty: {};
1562
- } | {
1563
- Empty: {};
1564
- } | {
1565
- IdentityProviderAdmin: {};
1566
- } | {
1567
- ParticipantAdmin: {};
1568
- };
1569
- }[];
1570
- }, {
1571
- newlyRevokedRights: {
1572
- kind: {
1573
- CanActAs: {
1574
- party: string;
1575
- };
1576
- } | {
1577
- CanReadAs: {
1578
- party: string;
1579
- };
1580
- } | {
1581
- CanReadAsAnyParty: {};
1582
- } | {
1583
- Empty: {};
1584
- } | {
1585
- IdentityProviderAdmin: {};
1586
- } | {
1587
- ParticipantAdmin: {};
1588
- };
1589
- }[];
1590
- }>;
313
+ }, z.core.$strip>;
314
+ }, z.core.$strip>, z.ZodObject<{
315
+ CanReadAsAnyParty: z.ZodObject<{}, z.core.$strip>;
316
+ }, z.core.$strip>, z.ZodObject<{
317
+ Empty: z.ZodObject<{}, z.core.$strip>;
318
+ }, z.core.$strip>, z.ZodObject<{
319
+ IdentityProviderAdmin: z.ZodObject<{}, z.core.$strip>;
320
+ }, z.core.$strip>, z.ZodObject<{
321
+ ParticipantAdmin: z.ZodObject<{}, z.core.$strip>;
322
+ }, z.core.$strip>]>;
323
+ }, z.core.$strip>>;
324
+ }, z.core.$strip>;
1591
325
  /**
1592
326
  * Update user identity provider request.
1593
327
  */
1594
328
  export declare const UpdateUserIdentityProviderIdRequestSchema: z.ZodObject<{
1595
- /** User ID to update. */
1596
329
  userId: z.ZodString;
1597
- /** Current identity provider ID. */
1598
330
  sourceIdentityProviderId: z.ZodString;
1599
- /** Target identity provider ID. */
1600
331
  targetIdentityProviderId: z.ZodString;
1601
- }, "strip", z.ZodTypeAny, {
1602
- userId: string;
1603
- sourceIdentityProviderId: string;
1604
- targetIdentityProviderId: string;
1605
- }, {
1606
- userId: string;
1607
- sourceIdentityProviderId: string;
1608
- targetIdentityProviderId: string;
1609
- }>;
332
+ }, z.core.$strip>;
1610
333
  /**
1611
334
  * Update user identity provider response.
1612
335
  */
1613
- export declare const UpdateUserIdentityProviderIdResponseSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
336
+ export declare const UpdateUserIdentityProviderIdResponseSchema: z.ZodObject<{}, z.core.$strip>;
1614
337
  /**
1615
338
  * Delete user response.
1616
339
  */
1617
- export declare const DeleteUserResponseSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
340
+ export declare const DeleteUserResponseSchema: z.ZodObject<{}, z.core.$strip>;
1618
341
  /**
1619
342
  * Allocate party request.
1620
343
  */
1621
344
  export declare const AllocatePartyRequestSchema: z.ZodObject<{
1622
- /** Party ID hint (optional). */
1623
345
  partyIdHint: z.ZodOptional<z.ZodString>;
1624
- /** Local metadata (optional). */
1625
346
  localMetadata: z.ZodOptional<z.ZodObject<{
1626
- /** Resource version for concurrent change detection. */
1627
347
  resourceVersion: z.ZodString;
1628
- /** Annotations for the resource. */
1629
348
  annotations: z.ZodRecord<z.ZodString, z.ZodString>;
1630
- }, "strip", z.ZodTypeAny, {
1631
- resourceVersion: string;
1632
- annotations: Record<string, string>;
1633
- }, {
1634
- resourceVersion: string;
1635
- annotations: Record<string, string>;
1636
- }>>;
1637
- /** Identity provider ID (optional). */
349
+ }, z.core.$strip>>;
1638
350
  identityProviderId: z.ZodOptional<z.ZodString>;
1639
- /** Synchronizer ID (optional). */
1640
351
  synchronizerId: z.ZodOptional<z.ZodString>;
1641
- /** User ID to grant rights to (optional). */
1642
352
  userId: z.ZodOptional<z.ZodString>;
1643
- }, "strip", z.ZodTypeAny, {
1644
- userId?: string | undefined;
1645
- synchronizerId?: string | undefined;
1646
- partyIdHint?: string | undefined;
1647
- localMetadata?: {
1648
- resourceVersion: string;
1649
- annotations: Record<string, string>;
1650
- } | undefined;
1651
- identityProviderId?: string | undefined;
1652
- }, {
1653
- userId?: string | undefined;
1654
- synchronizerId?: string | undefined;
1655
- partyIdHint?: string | undefined;
1656
- localMetadata?: {
1657
- resourceVersion: string;
1658
- annotations: Record<string, string>;
1659
- } | undefined;
1660
- identityProviderId?: string | undefined;
1661
- }>;
353
+ }, z.core.$strip>;
1662
354
  /**
1663
355
  * Allocate party response.
1664
356
  */
1665
357
  export declare const AllocatePartyResponseSchema: z.ZodObject<{
1666
- /** Party details. */
1667
358
  partyDetails: z.ZodObject<{
1668
- /** Party identifier. */
1669
359
  party: z.ZodString;
1670
- /** Whether the party is local. */
1671
360
  isLocal: z.ZodBoolean;
1672
- /** Local metadata (optional). */
1673
361
  localMetadata: z.ZodOptional<z.ZodObject<{
1674
- /** Resource version for concurrent change detection. */
1675
362
  resourceVersion: z.ZodString;
1676
- /** Annotations for the resource. */
1677
363
  annotations: z.ZodRecord<z.ZodString, z.ZodString>;
1678
- }, "strip", z.ZodTypeAny, {
1679
- resourceVersion: string;
1680
- annotations: Record<string, string>;
1681
- }, {
1682
- resourceVersion: string;
1683
- annotations: Record<string, string>;
1684
- }>>;
1685
- /** Identity provider ID (optional). */
364
+ }, z.core.$strip>>;
1686
365
  identityProviderId: z.ZodOptional<z.ZodString>;
1687
- }, "strip", z.ZodTypeAny, {
1688
- party: string;
1689
- isLocal: boolean;
1690
- localMetadata?: {
1691
- resourceVersion: string;
1692
- annotations: Record<string, string>;
1693
- } | undefined;
1694
- identityProviderId?: string | undefined;
1695
- }, {
1696
- party: string;
1697
- isLocal: boolean;
1698
- localMetadata?: {
1699
- resourceVersion: string;
1700
- annotations: Record<string, string>;
1701
- } | undefined;
1702
- identityProviderId?: string | undefined;
1703
- }>;
1704
- }, "strip", z.ZodTypeAny, {
1705
- partyDetails: {
1706
- party: string;
1707
- isLocal: boolean;
1708
- localMetadata?: {
1709
- resourceVersion: string;
1710
- annotations: Record<string, string>;
1711
- } | undefined;
1712
- identityProviderId?: string | undefined;
1713
- };
1714
- }, {
1715
- partyDetails: {
1716
- party: string;
1717
- isLocal: boolean;
1718
- localMetadata?: {
1719
- resourceVersion: string;
1720
- annotations: Record<string, string>;
1721
- } | undefined;
1722
- identityProviderId?: string | undefined;
1723
- };
1724
- }>;
366
+ }, z.core.$strip>;
367
+ }, z.core.$strip>;
1725
368
  /**
1726
369
  * Update party details request.
1727
370
  */
1728
371
  export declare const UpdatePartyDetailsRequestSchema: z.ZodObject<{
1729
- /** Party details to update. */
1730
372
  partyDetails: z.ZodObject<{
1731
- /** Party identifier. */
1732
373
  party: z.ZodString;
1733
- /** Whether the party is local. */
1734
374
  isLocal: z.ZodBoolean;
1735
- /** Local metadata (optional). */
1736
375
  localMetadata: z.ZodOptional<z.ZodObject<{
1737
- /** Resource version for concurrent change detection. */
1738
376
  resourceVersion: z.ZodString;
1739
- /** Annotations for the resource. */
1740
377
  annotations: z.ZodRecord<z.ZodString, z.ZodString>;
1741
- }, "strip", z.ZodTypeAny, {
1742
- resourceVersion: string;
1743
- annotations: Record<string, string>;
1744
- }, {
1745
- resourceVersion: string;
1746
- annotations: Record<string, string>;
1747
- }>>;
1748
- /** Identity provider ID (optional). */
378
+ }, z.core.$strip>>;
1749
379
  identityProviderId: z.ZodOptional<z.ZodString>;
1750
- }, "strip", z.ZodTypeAny, {
1751
- party: string;
1752
- isLocal: boolean;
1753
- localMetadata?: {
1754
- resourceVersion: string;
1755
- annotations: Record<string, string>;
1756
- } | undefined;
1757
- identityProviderId?: string | undefined;
1758
- }, {
1759
- party: string;
1760
- isLocal: boolean;
1761
- localMetadata?: {
1762
- resourceVersion: string;
1763
- annotations: Record<string, string>;
1764
- } | undefined;
1765
- identityProviderId?: string | undefined;
1766
- }>;
1767
- /** Update mask for partial updates. */
380
+ }, z.core.$strip>;
1768
381
  updateMask: z.ZodObject<{
1769
- paths: z.ZodArray<z.ZodString, "many">;
1770
- }, "strip", z.ZodTypeAny, {
1771
- paths: string[];
1772
- }, {
1773
- paths: string[];
1774
- }>;
1775
- }, "strip", z.ZodTypeAny, {
1776
- partyDetails: {
1777
- party: string;
1778
- isLocal: boolean;
1779
- localMetadata?: {
1780
- resourceVersion: string;
1781
- annotations: Record<string, string>;
1782
- } | undefined;
1783
- identityProviderId?: string | undefined;
1784
- };
1785
- updateMask: {
1786
- paths: string[];
1787
- };
1788
- }, {
1789
- partyDetails: {
1790
- party: string;
1791
- isLocal: boolean;
1792
- localMetadata?: {
1793
- resourceVersion: string;
1794
- annotations: Record<string, string>;
1795
- } | undefined;
1796
- identityProviderId?: string | undefined;
1797
- };
1798
- updateMask: {
1799
- paths: string[];
1800
- };
1801
- }>;
382
+ paths: z.ZodArray<z.ZodString>;
383
+ }, z.core.$strip>;
384
+ }, z.core.$strip>;
1802
385
  /**
1803
386
  * Update party details response.
1804
387
  */
1805
388
  export declare const UpdatePartyDetailsResponseSchema: z.ZodObject<{
1806
- /** Updated party details. */
1807
389
  partyDetails: z.ZodObject<{
1808
- /** Party identifier. */
1809
390
  party: z.ZodString;
1810
- /** Whether the party is local. */
1811
391
  isLocal: z.ZodBoolean;
1812
- /** Local metadata (optional). */
1813
392
  localMetadata: z.ZodOptional<z.ZodObject<{
1814
- /** Resource version for concurrent change detection. */
1815
393
  resourceVersion: z.ZodString;
1816
- /** Annotations for the resource. */
1817
394
  annotations: z.ZodRecord<z.ZodString, z.ZodString>;
1818
- }, "strip", z.ZodTypeAny, {
1819
- resourceVersion: string;
1820
- annotations: Record<string, string>;
1821
- }, {
1822
- resourceVersion: string;
1823
- annotations: Record<string, string>;
1824
- }>>;
1825
- /** Identity provider ID (optional). */
395
+ }, z.core.$strip>>;
1826
396
  identityProviderId: z.ZodOptional<z.ZodString>;
1827
- }, "strip", z.ZodTypeAny, {
1828
- party: string;
1829
- isLocal: boolean;
1830
- localMetadata?: {
1831
- resourceVersion: string;
1832
- annotations: Record<string, string>;
1833
- } | undefined;
1834
- identityProviderId?: string | undefined;
1835
- }, {
1836
- party: string;
1837
- isLocal: boolean;
1838
- localMetadata?: {
1839
- resourceVersion: string;
1840
- annotations: Record<string, string>;
1841
- } | undefined;
1842
- identityProviderId?: string | undefined;
1843
- }>;
1844
- }, "strip", z.ZodTypeAny, {
1845
- partyDetails: {
1846
- party: string;
1847
- isLocal: boolean;
1848
- localMetadata?: {
1849
- resourceVersion: string;
1850
- annotations: Record<string, string>;
1851
- } | undefined;
1852
- identityProviderId?: string | undefined;
1853
- };
1854
- }, {
1855
- partyDetails: {
1856
- party: string;
1857
- isLocal: boolean;
1858
- localMetadata?: {
1859
- resourceVersion: string;
1860
- annotations: Record<string, string>;
1861
- } | undefined;
1862
- identityProviderId?: string | undefined;
1863
- };
1864
- }>;
397
+ }, z.core.$strip>;
398
+ }, z.core.$strip>;
1865
399
  /**
1866
400
  * List known parties response.
1867
401
  */
1868
402
  export declare const ListKnownPartiesResponseSchema: z.ZodObject<{
1869
- /** List of party details. */
1870
403
  partyDetails: z.ZodArray<z.ZodObject<{
1871
- /** Party identifier. */
1872
404
  party: z.ZodString;
1873
- /** Whether the party is local. */
1874
405
  isLocal: z.ZodBoolean;
1875
- /** Local metadata (optional). */
1876
406
  localMetadata: z.ZodOptional<z.ZodObject<{
1877
- /** Resource version for concurrent change detection. */
1878
407
  resourceVersion: z.ZodString;
1879
- /** Annotations for the resource. */
1880
408
  annotations: z.ZodRecord<z.ZodString, z.ZodString>;
1881
- }, "strip", z.ZodTypeAny, {
1882
- resourceVersion: string;
1883
- annotations: Record<string, string>;
1884
- }, {
1885
- resourceVersion: string;
1886
- annotations: Record<string, string>;
1887
- }>>;
1888
- /** Identity provider ID (optional). */
409
+ }, z.core.$strip>>;
1889
410
  identityProviderId: z.ZodOptional<z.ZodString>;
1890
- }, "strip", z.ZodTypeAny, {
1891
- party: string;
1892
- isLocal: boolean;
1893
- localMetadata?: {
1894
- resourceVersion: string;
1895
- annotations: Record<string, string>;
1896
- } | undefined;
1897
- identityProviderId?: string | undefined;
1898
- }, {
1899
- party: string;
1900
- isLocal: boolean;
1901
- localMetadata?: {
1902
- resourceVersion: string;
1903
- annotations: Record<string, string>;
1904
- } | undefined;
1905
- identityProviderId?: string | undefined;
1906
- }>, "many">;
1907
- /** Pagination token. */
411
+ }, z.core.$strip>>;
1908
412
  nextPageToken: z.ZodString;
1909
- }, "strip", z.ZodTypeAny, {
1910
- partyDetails: {
1911
- party: string;
1912
- isLocal: boolean;
1913
- localMetadata?: {
1914
- resourceVersion: string;
1915
- annotations: Record<string, string>;
1916
- } | undefined;
1917
- identityProviderId?: string | undefined;
1918
- }[];
1919
- nextPageToken: string;
1920
- }, {
1921
- partyDetails: {
1922
- party: string;
1923
- isLocal: boolean;
1924
- localMetadata?: {
1925
- resourceVersion: string;
1926
- annotations: Record<string, string>;
1927
- } | undefined;
1928
- identityProviderId?: string | undefined;
1929
- }[];
1930
- nextPageToken: string;
1931
- }>;
413
+ }, z.core.$strip>;
1932
414
  /**
1933
415
  * Get parties response.
1934
416
  */
1935
417
  export declare const GetPartiesResponseSchema: z.ZodObject<{
1936
- /** Party details. */
1937
418
  partyDetails: z.ZodArray<z.ZodObject<{
1938
- /** Party identifier. */
1939
419
  party: z.ZodString;
1940
- /** Whether the party is local. */
1941
420
  isLocal: z.ZodBoolean;
1942
- /** Local metadata (optional). */
1943
421
  localMetadata: z.ZodOptional<z.ZodObject<{
1944
- /** Resource version for concurrent change detection. */
1945
422
  resourceVersion: z.ZodString;
1946
- /** Annotations for the resource. */
1947
423
  annotations: z.ZodRecord<z.ZodString, z.ZodString>;
1948
- }, "strip", z.ZodTypeAny, {
1949
- resourceVersion: string;
1950
- annotations: Record<string, string>;
1951
- }, {
1952
- resourceVersion: string;
1953
- annotations: Record<string, string>;
1954
- }>>;
1955
- /** Identity provider ID (optional). */
424
+ }, z.core.$strip>>;
1956
425
  identityProviderId: z.ZodOptional<z.ZodString>;
1957
- }, "strip", z.ZodTypeAny, {
1958
- party: string;
1959
- isLocal: boolean;
1960
- localMetadata?: {
1961
- resourceVersion: string;
1962
- annotations: Record<string, string>;
1963
- } | undefined;
1964
- identityProviderId?: string | undefined;
1965
- }, {
1966
- party: string;
1967
- isLocal: boolean;
1968
- localMetadata?: {
1969
- resourceVersion: string;
1970
- annotations: Record<string, string>;
1971
- } | undefined;
1972
- identityProviderId?: string | undefined;
1973
- }>, "many">;
1974
- }, "strip", z.ZodTypeAny, {
1975
- partyDetails: {
1976
- party: string;
1977
- isLocal: boolean;
1978
- localMetadata?: {
1979
- resourceVersion: string;
1980
- annotations: Record<string, string>;
1981
- } | undefined;
1982
- identityProviderId?: string | undefined;
1983
- }[];
1984
- }, {
1985
- partyDetails: {
1986
- party: string;
1987
- isLocal: boolean;
1988
- localMetadata?: {
1989
- resourceVersion: string;
1990
- annotations: Record<string, string>;
1991
- } | undefined;
1992
- identityProviderId?: string | undefined;
1993
- }[];
1994
- }>;
426
+ }, z.core.$strip>>;
427
+ }, z.core.$strip>;
1995
428
  /**
1996
429
  * Get participant ID response.
1997
430
  */
1998
431
  export declare const GetParticipantIdResponseSchema: z.ZodObject<{
1999
- /** Participant identifier. */
2000
432
  participantId: z.ZodString;
2001
- }, "strip", z.ZodTypeAny, {
2002
- participantId: string;
2003
- }, {
2004
- participantId: string;
2005
- }>;
433
+ }, z.core.$strip>;
2006
434
  export type ObjectMeta = z.infer<typeof ObjectMetaSchema>;
2007
435
  export type CanActAs = z.infer<typeof CanActAsSchema>;
2008
436
  export type CanReadAs = z.infer<typeof CanReadAsSchema>;