@canton-network/core-ledger-proto 0.1.0

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 (218) hide show
  1. package/README.md +1 -0
  2. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.client.d.ts +58 -0
  3. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.client.d.ts.map +1 -0
  4. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.client.js +34 -0
  5. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.d.ts +232 -0
  6. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.d.ts.map +1 -0
  7. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.js +560 -0
  8. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.client.d.ts +144 -0
  9. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.client.d.ts.map +1 -0
  10. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.client.js +85 -0
  11. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.d.ts +291 -0
  12. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.d.ts.map +1 -0
  13. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.js +663 -0
  14. package/dist/_proto/com/daml/ledger/api/v2/admin/object_meta.d.ts +76 -0
  15. package/dist/_proto/com/daml/ledger/api/v2/admin/object_meta.d.ts.map +1 -0
  16. package/dist/_proto/com/daml/ledger/api/v2/admin/object_meta.js +96 -0
  17. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.client.d.ts +106 -0
  18. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.client.d.ts.map +1 -0
  19. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.client.js +62 -0
  20. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.d.ts +199 -0
  21. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.d.ts.map +1 -0
  22. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.js +427 -0
  23. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.client.d.ts +56 -0
  24. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.client.d.ts.map +1 -0
  25. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.client.js +35 -0
  26. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.d.ts +81 -0
  27. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.d.ts.map +1 -0
  28. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.js +135 -0
  29. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.client.d.ts +196 -0
  30. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.client.d.ts.map +1 -0
  31. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.client.js +113 -0
  32. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.d.ts +413 -0
  33. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.d.ts.map +1 -0
  34. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.js +867 -0
  35. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.client.d.ts +210 -0
  36. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.client.d.ts.map +1 -0
  37. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.client.js +126 -0
  38. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.d.ts +758 -0
  39. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.d.ts.map +1 -0
  40. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.js +1580 -0
  41. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.client.d.ts +66 -0
  42. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.client.d.ts.map +1 -0
  43. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.client.js +38 -0
  44. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.d.ts +90 -0
  45. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.d.ts.map +1 -0
  46. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.js +178 -0
  47. package/dist/_proto/com/daml/ledger/api/v2/command_service.client.d.ts +99 -0
  48. package/dist/_proto/com/daml/ledger/api/v2/command_service.client.d.ts.map +1 -0
  49. package/dist/_proto/com/daml/ledger/api/v2/command_service.client.js +61 -0
  50. package/dist/_proto/com/daml/ledger/api/v2/command_service.d.ts +210 -0
  51. package/dist/_proto/com/daml/ledger/api/v2/command_service.d.ts.map +1 -0
  52. package/dist/_proto/com/daml/ledger/api/v2/command_service.js +436 -0
  53. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.client.d.ts +80 -0
  54. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.client.d.ts.map +1 -0
  55. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.client.js +47 -0
  56. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.d.ts +91 -0
  57. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.d.ts.map +1 -0
  58. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.js +200 -0
  59. package/dist/_proto/com/daml/ledger/api/v2/commands.d.ts +491 -0
  60. package/dist/_proto/com/daml/ledger/api/v2/commands.d.ts.map +1 -0
  61. package/dist/_proto/com/daml/ledger/api/v2/commands.js +828 -0
  62. package/dist/_proto/com/daml/ledger/api/v2/completion.d.ts +149 -0
  63. package/dist/_proto/com/daml/ledger/api/v2/completion.d.ts.map +1 -0
  64. package/dist/_proto/com/daml/ledger/api/v2/completion.js +196 -0
  65. package/dist/_proto/com/daml/ledger/api/v2/event.d.ts +495 -0
  66. package/dist/_proto/com/daml/ledger/api/v2/event.d.ts.map +1 -0
  67. package/dist/_proto/com/daml/ledger/api/v2/event.js +723 -0
  68. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.client.d.ts +52 -0
  69. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.client.d.ts.map +1 -0
  70. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.client.js +31 -0
  71. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.d.ts +150 -0
  72. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.d.ts.map +1 -0
  73. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.js +291 -0
  74. package/dist/_proto/com/daml/ledger/api/v2/experimental_features.d.ts +96 -0
  75. package/dist/_proto/com/daml/ledger/api/v2/experimental_features.d.ts.map +1 -0
  76. package/dist/_proto/com/daml/ledger/api/v2/experimental_features.js +225 -0
  77. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_common_data.d.ts +43 -0
  78. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_common_data.d.ts.map +1 -0
  79. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_common_data.js +85 -0
  80. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.client.d.ts +100 -0
  81. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.client.d.ts.map +1 -0
  82. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.client.js +59 -0
  83. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.d.ts +877 -0
  84. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.d.ts.map +1 -0
  85. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.js +1768 -0
  86. package/dist/_proto/com/daml/ledger/api/v2/interactive/transaction/v1/interactive_submission_data.d.ts +259 -0
  87. package/dist/_proto/com/daml/ledger/api/v2/interactive/transaction/v1/interactive_submission_data.d.ts.map +1 -0
  88. package/dist/_proto/com/daml/ledger/api/v2/interactive/transaction/v1/interactive_submission_data.js +667 -0
  89. package/dist/_proto/com/daml/ledger/api/v2/offset_checkpoint.d.ts +69 -0
  90. package/dist/_proto/com/daml/ledger/api/v2/offset_checkpoint.d.ts.map +1 -0
  91. package/dist/_proto/com/daml/ledger/api/v2/offset_checkpoint.js +133 -0
  92. package/dist/_proto/com/daml/ledger/api/v2/package_reference.d.ts +41 -0
  93. package/dist/_proto/com/daml/ledger/api/v2/package_reference.d.ts.map +1 -0
  94. package/dist/_proto/com/daml/ledger/api/v2/package_reference.js +84 -0
  95. package/dist/_proto/com/daml/ledger/api/v2/package_service.client.d.ts +68 -0
  96. package/dist/_proto/com/daml/ledger/api/v2/package_service.client.d.ts.map +1 -0
  97. package/dist/_proto/com/daml/ledger/api/v2/package_service.client.js +43 -0
  98. package/dist/_proto/com/daml/ledger/api/v2/package_service.d.ts +181 -0
  99. package/dist/_proto/com/daml/ledger/api/v2/package_service.d.ts.map +1 -0
  100. package/dist/_proto/com/daml/ledger/api/v2/package_service.js +395 -0
  101. package/dist/_proto/com/daml/ledger/api/v2/reassignment.d.ts +308 -0
  102. package/dist/_proto/com/daml/ledger/api/v2/reassignment.d.ts.map +1 -0
  103. package/dist/_proto/com/daml/ledger/api/v2/reassignment.js +521 -0
  104. package/dist/_proto/com/daml/ledger/api/v2/reassignment_commands.d.ts +193 -0
  105. package/dist/_proto/com/daml/ledger/api/v2/reassignment_commands.d.ts.map +1 -0
  106. package/dist/_proto/com/daml/ledger/api/v2/reassignment_commands.js +350 -0
  107. package/dist/_proto/com/daml/ledger/api/v2/state_service.client.d.ts +91 -0
  108. package/dist/_proto/com/daml/ledger/api/v2/state_service.client.d.ts.map +1 -0
  109. package/dist/_proto/com/daml/ledger/api/v2/state_service.client.js +56 -0
  110. package/dist/_proto/com/daml/ledger/api/v2/state_service.d.ts +448 -0
  111. package/dist/_proto/com/daml/ledger/api/v2/state_service.d.ts.map +1 -0
  112. package/dist/_proto/com/daml/ledger/api/v2/state_service.js +874 -0
  113. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.client.d.ts +54 -0
  114. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.client.d.ts.map +1 -0
  115. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.client.js +34 -0
  116. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.d.ts +78 -0
  117. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.d.ts.map +1 -0
  118. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.js +168 -0
  119. package/dist/_proto/com/daml/ledger/api/v2/topology_transaction.d.ts +211 -0
  120. package/dist/_proto/com/daml/ledger/api/v2/topology_transaction.d.ts.map +1 -0
  121. package/dist/_proto/com/daml/ledger/api/v2/topology_transaction.js +447 -0
  122. package/dist/_proto/com/daml/ledger/api/v2/trace_context.d.ts +33 -0
  123. package/dist/_proto/com/daml/ledger/api/v2/trace_context.d.ts.map +1 -0
  124. package/dist/_proto/com/daml/ledger/api/v2/trace_context.js +69 -0
  125. package/dist/_proto/com/daml/ledger/api/v2/transaction.d.ts +252 -0
  126. package/dist/_proto/com/daml/ledger/api/v2/transaction.d.ts.map +1 -0
  127. package/dist/_proto/com/daml/ledger/api/v2/transaction.js +410 -0
  128. package/dist/_proto/com/daml/ledger/api/v2/transaction_filter.d.ts +453 -0
  129. package/dist/_proto/com/daml/ledger/api/v2/transaction_filter.d.ts.map +1 -0
  130. package/dist/_proto/com/daml/ledger/api/v2/transaction_filter.js +815 -0
  131. package/dist/_proto/com/daml/ledger/api/v2/update_service.client.d.ts +199 -0
  132. package/dist/_proto/com/daml/ledger/api/v2/update_service.client.d.ts.map +1 -0
  133. package/dist/_proto/com/daml/ledger/api/v2/update_service.client.js +121 -0
  134. package/dist/_proto/com/daml/ledger/api/v2/update_service.d.ts +424 -0
  135. package/dist/_proto/com/daml/ledger/api/v2/update_service.d.ts.map +1 -0
  136. package/dist/_proto/com/daml/ledger/api/v2/update_service.js +853 -0
  137. package/dist/_proto/com/daml/ledger/api/v2/value.d.ts +500 -0
  138. package/dist/_proto/com/daml/ledger/api/v2/value.d.ts.map +1 -0
  139. package/dist/_proto/com/daml/ledger/api/v2/value.js +937 -0
  140. package/dist/_proto/com/daml/ledger/api/v2/version_service.client.d.ts +40 -0
  141. package/dist/_proto/com/daml/ledger/api/v2/version_service.client.d.ts.map +1 -0
  142. package/dist/_proto/com/daml/ledger/api/v2/version_service.client.js +25 -0
  143. package/dist/_proto/com/daml/ledger/api/v2/version_service.d.ts +190 -0
  144. package/dist/_proto/com/daml/ledger/api/v2/version_service.d.ts.map +1 -0
  145. package/dist/_proto/com/daml/ledger/api/v2/version_service.js +400 -0
  146. package/dist/_proto/com/digitalasset/canton/crypto/v30/crypto.d.ts +1028 -0
  147. package/dist/_proto/com/digitalasset/canton/crypto/v30/crypto.d.ts.map +1 -0
  148. package/dist/_proto/com/digitalasset/canton/crypto/v30/crypto.js +2110 -0
  149. package/dist/_proto/com/digitalasset/canton/protocol/v30/sequencing_parameters.d.ts +30 -0
  150. package/dist/_proto/com/digitalasset/canton/protocol/v30/sequencing_parameters.d.ts.map +1 -0
  151. package/dist/_proto/com/digitalasset/canton/protocol/v30/sequencing_parameters.js +62 -0
  152. package/dist/_proto/com/digitalasset/canton/protocol/v30/synchronizer_parameters.d.ts +168 -0
  153. package/dist/_proto/com/digitalasset/canton/protocol/v30/synchronizer_parameters.d.ts.map +1 -0
  154. package/dist/_proto/com/digitalasset/canton/protocol/v30/synchronizer_parameters.js +395 -0
  155. package/dist/_proto/com/digitalasset/canton/protocol/v30/topology.d.ts +1105 -0
  156. package/dist/_proto/com/digitalasset/canton/protocol/v30/topology.d.ts.map +1 -0
  157. package/dist/_proto/com/digitalasset/canton/protocol/v30/topology.js +2294 -0
  158. package/dist/_proto/com/digitalasset/canton/protocol/v30/traffic_control_parameters.d.ts +278 -0
  159. package/dist/_proto/com/digitalasset/canton/protocol/v30/traffic_control_parameters.d.ts.map +1 -0
  160. package/dist/_proto/com/digitalasset/canton/protocol/v30/traffic_control_parameters.js +654 -0
  161. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/common.d.ts +166 -0
  162. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/common.d.ts.map +1 -0
  163. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/common.js +379 -0
  164. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.client.d.ts +199 -0
  165. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.client.d.ts.map +1 -0
  166. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.client.js +136 -0
  167. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.d.ts +1195 -0
  168. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.d.ts.map +1 -0
  169. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.js +3342 -0
  170. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.client.d.ts +119 -0
  171. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.client.d.ts.map +1 -0
  172. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.client.js +76 -0
  173. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.d.ts +607 -0
  174. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.d.ts.map +1 -0
  175. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.js +1292 -0
  176. package/dist/_proto/google/protobuf/any.d.ts +177 -0
  177. package/dist/_proto/google/protobuf/any.d.ts.map +1 -0
  178. package/dist/_proto/google/protobuf/any.js +175 -0
  179. package/dist/_proto/google/protobuf/descriptor.d.ts +1638 -0
  180. package/dist/_proto/google/protobuf/descriptor.d.ts.map +1 -0
  181. package/dist/_proto/google/protobuf/descriptor.js +2999 -0
  182. package/dist/_proto/google/protobuf/duration.d.ts +114 -0
  183. package/dist/_proto/google/protobuf/duration.d.ts.map +1 -0
  184. package/dist/_proto/google/protobuf/duration.js +113 -0
  185. package/dist/_proto/google/protobuf/empty.d.ts +33 -0
  186. package/dist/_proto/google/protobuf/empty.d.ts.map +1 -0
  187. package/dist/_proto/google/protobuf/empty.js +41 -0
  188. package/dist/_proto/google/protobuf/field_mask.d.ts +240 -0
  189. package/dist/_proto/google/protobuf/field_mask.d.ts.map +1 -0
  190. package/dist/_proto/google/protobuf/field_mask.js +95 -0
  191. package/dist/_proto/google/protobuf/struct.d.ts +187 -0
  192. package/dist/_proto/google/protobuf/struct.d.ts.map +1 -0
  193. package/dist/_proto/google/protobuf/struct.js +417 -0
  194. package/dist/_proto/google/protobuf/timestamp.d.ts +159 -0
  195. package/dist/_proto/google/protobuf/timestamp.d.ts.map +1 -0
  196. package/dist/_proto/google/protobuf/timestamp.js +157 -0
  197. package/dist/_proto/google/rpc/code.d.ts +219 -0
  198. package/dist/_proto/google/rpc/code.d.ts.map +1 -0
  199. package/dist/_proto/google/rpc/code.js +237 -0
  200. package/dist/_proto/google/rpc/context/attribute_context.d.ts +594 -0
  201. package/dist/_proto/google/rpc/context/attribute_context.d.ts.map +1 -0
  202. package/dist/_proto/google/rpc/context/attribute_context.js +1007 -0
  203. package/dist/_proto/google/rpc/context/audit_context.d.ts +62 -0
  204. package/dist/_proto/google/rpc/context/audit_context.d.ts.map +1 -0
  205. package/dist/_proto/google/rpc/context/audit_context.js +111 -0
  206. package/dist/_proto/google/rpc/error_details.d.ts +549 -0
  207. package/dist/_proto/google/rpc/error_details.d.ts.map +1 -0
  208. package/dist/_proto/google/rpc/error_details.js +918 -0
  209. package/dist/_proto/google/rpc/status.d.ts +55 -0
  210. package/dist/_proto/google/rpc/status.d.ts.map +1 -0
  211. package/dist/_proto/google/rpc/status.js +79 -0
  212. package/dist/_proto/scalapb/scalapb.d.ts +779 -0
  213. package/dist/_proto/scalapb/scalapb.d.ts.map +1 -0
  214. package/dist/_proto/scalapb/scalapb.js +1658 -0
  215. package/dist/index.d.ts +13 -0
  216. package/dist/index.d.ts.map +1 -0
  217. package/dist/index.js +12 -0
  218. package/package.json +29 -0
@@ -0,0 +1,758 @@
1
+ import { ServiceType } from '@protobuf-ts/runtime-rpc';
2
+ import type { BinaryWriteOptions } from '@protobuf-ts/runtime';
3
+ import type { IBinaryWriter } from '@protobuf-ts/runtime';
4
+ import type { BinaryReadOptions } from '@protobuf-ts/runtime';
5
+ import type { IBinaryReader } from '@protobuf-ts/runtime';
6
+ import type { PartialMessage } from '@protobuf-ts/runtime';
7
+ import { MessageType } from '@protobuf-ts/runtime';
8
+ import { FieldMask } from '../../../../../../google/protobuf/field_mask.js';
9
+ import { ObjectMeta } from './object_meta.js';
10
+ /**
11
+ * Users are used to dynamically manage the rights given to Daml applications.
12
+ * They are stored and managed per participant node.
13
+ *
14
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.User
15
+ */
16
+ export interface User {
17
+ /**
18
+ * The user identifier, which must be a non-empty string of at most 128
19
+ * characters that are either alphanumeric ASCII characters or one of the symbols "@^$.!`-#+'~_|:".
20
+ * Required
21
+ *
22
+ * @generated from protobuf field: string id = 1
23
+ */
24
+ id: string;
25
+ /**
26
+ * The primary party as which this user reads and acts by default on the ledger
27
+ * *provided* it has the corresponding ``CanReadAs(primary_party)`` or
28
+ * ``CanActAs(primary_party)`` rights.
29
+ * Ledger API clients SHOULD set this field to a non-empty value for all users to
30
+ * enable the users to act on the ledger using their own Daml party.
31
+ * Users for participant administrators MAY have an associated primary party.
32
+ * Optional,
33
+ * Modifiable
34
+ *
35
+ * @generated from protobuf field: string primary_party = 2
36
+ */
37
+ primaryParty: string;
38
+ /**
39
+ * When set, then the user is denied all access to the Ledger API.
40
+ * Otherwise, the user has access to the Ledger API as per the user's rights.
41
+ * Optional,
42
+ * Modifiable
43
+ *
44
+ * @generated from protobuf field: bool is_deactivated = 3
45
+ */
46
+ isDeactivated: boolean;
47
+ /**
48
+ * The metadata of this user.
49
+ * Note that the ``metadata.resource_version`` tracks changes to the properties described by the ``User`` message and not the user's rights.
50
+ * Optional,
51
+ * Modifiable
52
+ *
53
+ * @generated from protobuf field: com.daml.ledger.api.v2.admin.ObjectMeta metadata = 4
54
+ */
55
+ metadata?: ObjectMeta;
56
+ /**
57
+ * The ID of the identity provider configured by ``Identity Provider Config``
58
+ * Optional, if not set, assume the user is managed by the default identity provider.
59
+ *
60
+ * @generated from protobuf field: string identity_provider_id = 5
61
+ */
62
+ identityProviderId: string;
63
+ }
64
+ /**
65
+ * A right granted to a user.
66
+ *
67
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.Right
68
+ */
69
+ export interface Right {
70
+ /**
71
+ * Required
72
+ *
73
+ * @generated from protobuf oneof: kind
74
+ */
75
+ kind: {
76
+ oneofKind: 'participantAdmin';
77
+ /**
78
+ * The user can administer the participant node.
79
+ *
80
+ * @generated from protobuf field: com.daml.ledger.api.v2.admin.Right.ParticipantAdmin participant_admin = 1
81
+ */
82
+ participantAdmin: Right_ParticipantAdmin;
83
+ } | {
84
+ oneofKind: 'canActAs';
85
+ /**
86
+ * The user can act as a specific party.
87
+ *
88
+ * @generated from protobuf field: com.daml.ledger.api.v2.admin.Right.CanActAs can_act_as = 2
89
+ */
90
+ canActAs: Right_CanActAs;
91
+ } | {
92
+ oneofKind: 'canReadAs';
93
+ /**
94
+ * The user can read ledger data visible to a specific party.
95
+ *
96
+ * @generated from protobuf field: com.daml.ledger.api.v2.admin.Right.CanReadAs can_read_as = 3
97
+ */
98
+ canReadAs: Right_CanReadAs;
99
+ } | {
100
+ oneofKind: 'identityProviderAdmin';
101
+ /**
102
+ * The user can administer users and parties assigned to the same identity provider as the one of the user.
103
+ *
104
+ * @generated from protobuf field: com.daml.ledger.api.v2.admin.Right.IdentityProviderAdmin identity_provider_admin = 4
105
+ */
106
+ identityProviderAdmin: Right_IdentityProviderAdmin;
107
+ } | {
108
+ oneofKind: 'canReadAsAnyParty';
109
+ /**
110
+ * The user can read as any party on a participant
111
+ *
112
+ * @generated from protobuf field: com.daml.ledger.api.v2.admin.Right.CanReadAsAnyParty can_read_as_any_party = 5
113
+ */
114
+ canReadAsAnyParty: Right_CanReadAsAnyParty;
115
+ } | {
116
+ oneofKind: undefined;
117
+ };
118
+ }
119
+ /**
120
+ * The right to administer the participant node.
121
+ *
122
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.Right.ParticipantAdmin
123
+ */
124
+ export interface Right_ParticipantAdmin {
125
+ }
126
+ /**
127
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.Right.CanActAs
128
+ */
129
+ export interface Right_CanActAs {
130
+ /**
131
+ * The right to authorize commands for this party.
132
+ *
133
+ * @generated from protobuf field: string party = 1
134
+ */
135
+ party: string;
136
+ }
137
+ /**
138
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.Right.CanReadAs
139
+ */
140
+ export interface Right_CanReadAs {
141
+ /**
142
+ * The right to read ledger data visible to this party.
143
+ *
144
+ * @generated from protobuf field: string party = 1
145
+ */
146
+ party: string;
147
+ }
148
+ /**
149
+ * The right to administer the identity provider that the user is assigned to.
150
+ * It means, being able to manage users and parties that are also assigned
151
+ * to the same identity provider.
152
+ *
153
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.Right.IdentityProviderAdmin
154
+ */
155
+ export interface Right_IdentityProviderAdmin {
156
+ }
157
+ /**
158
+ * The rights of a participant's super reader. Its utility is predominantly for
159
+ * feeding external tools, such as PQS, continually without the need to change subscriptions
160
+ * as new parties pop in and out of existence.
161
+ *
162
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.Right.CanReadAsAnyParty
163
+ */
164
+ export interface Right_CanReadAsAnyParty {
165
+ }
166
+ /**
167
+ * Required authorization: ``HasRight(ParticipantAdmin) OR IsAuthenticatedIdentityProviderAdmin(user.identity_provider_id)``
168
+ *
169
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.CreateUserRequest
170
+ */
171
+ export interface CreateUserRequest {
172
+ /**
173
+ * The user to create.
174
+ * Required
175
+ *
176
+ * @generated from protobuf field: com.daml.ledger.api.v2.admin.User user = 1
177
+ */
178
+ user?: User;
179
+ /**
180
+ * The rights to be assigned to the user upon creation,
181
+ * which SHOULD include appropriate rights for the ``user.primary_party``.
182
+ * Optional
183
+ *
184
+ * @generated from protobuf field: repeated com.daml.ledger.api.v2.admin.Right rights = 2
185
+ */
186
+ rights: Right[];
187
+ }
188
+ /**
189
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.CreateUserResponse
190
+ */
191
+ export interface CreateUserResponse {
192
+ /**
193
+ * Created user.
194
+ *
195
+ * @generated from protobuf field: com.daml.ledger.api.v2.admin.User user = 1
196
+ */
197
+ user?: User;
198
+ }
199
+ /**
200
+ * Required authorization: ``HasRight(ParticipantAdmin) OR IsAuthenticatedIdentityProviderAdmin(identity_provider_id) OR IsAuthenticatedUser(user_id)``
201
+ *
202
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.GetUserRequest
203
+ */
204
+ export interface GetUserRequest {
205
+ /**
206
+ * The user whose data to retrieve.
207
+ * If set to empty string (the default), then the data for the authenticated user will be retrieved.
208
+ * Optional
209
+ *
210
+ * @generated from protobuf field: string user_id = 1
211
+ */
212
+ userId: string;
213
+ /**
214
+ * The id of the ``Identity Provider``
215
+ * Optional, if not set, assume the user is managed by the default identity provider.
216
+ *
217
+ * @generated from protobuf field: string identity_provider_id = 2
218
+ */
219
+ identityProviderId: string;
220
+ }
221
+ /**
222
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.GetUserResponse
223
+ */
224
+ export interface GetUserResponse {
225
+ /**
226
+ * Retrieved user.
227
+ *
228
+ * @generated from protobuf field: com.daml.ledger.api.v2.admin.User user = 1
229
+ */
230
+ user?: User;
231
+ }
232
+ /**
233
+ * Required authorization: ``HasRight(ParticipantAdmin) OR IsAuthenticatedIdentityProviderAdmin(user.identity_provider_id)``
234
+ *
235
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.UpdateUserRequest
236
+ */
237
+ export interface UpdateUserRequest {
238
+ /**
239
+ * The user to update.
240
+ * Required,
241
+ * Modifiable
242
+ *
243
+ * @generated from protobuf field: com.daml.ledger.api.v2.admin.User user = 1
244
+ */
245
+ user?: User;
246
+ /**
247
+ * An update mask specifies how and which properties of the ``User`` message are to be updated.
248
+ * An update mask consists of a set of update paths.
249
+ * A valid update path points to a field or a subfield relative to the ``User`` message.
250
+ * A valid update mask must:
251
+ *
252
+ * 1. contain at least one update path,
253
+ * 2. contain only valid update paths.
254
+ *
255
+ * Fields that can be updated are marked as ``Modifiable``.
256
+ * An update path can also point to a non-``Modifiable`` fields such as 'id' and 'metadata.resource_version'
257
+ * because they are used:
258
+ *
259
+ * 1. to identify the user resource subject to the update,
260
+ * 2. for concurrent change control.
261
+ *
262
+ * Examples of valid update paths: 'primary_party', 'metadata', 'metadata.annotations'.
263
+ * For additional information see the documentation for standard protobuf3's ``google.protobuf.FieldMask``.
264
+ * For similar Ledger API see ``com.daml.ledger.api.v2.admin.UpdatePartyDetailsRequest``.
265
+ * Required
266
+ *
267
+ * @generated from protobuf field: google.protobuf.FieldMask update_mask = 2
268
+ */
269
+ updateMask?: FieldMask;
270
+ }
271
+ /**
272
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.UpdateUserResponse
273
+ */
274
+ export interface UpdateUserResponse {
275
+ /**
276
+ * Updated user
277
+ *
278
+ * @generated from protobuf field: com.daml.ledger.api.v2.admin.User user = 1
279
+ */
280
+ user?: User;
281
+ }
282
+ /**
283
+ * Required authorization: ``HasRight(ParticipantAdmin) OR IsAuthenticatedIdentityProviderAdmin(identity_provider_id)``
284
+ *
285
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.DeleteUserRequest
286
+ */
287
+ export interface DeleteUserRequest {
288
+ /**
289
+ * The user to delete.
290
+ * Required
291
+ *
292
+ * @generated from protobuf field: string user_id = 1
293
+ */
294
+ userId: string;
295
+ /**
296
+ * The id of the ``Identity Provider``
297
+ * Optional, if not set, assume the user is managed by the default identity provider.
298
+ *
299
+ * @generated from protobuf field: string identity_provider_id = 2
300
+ */
301
+ identityProviderId: string;
302
+ }
303
+ /**
304
+ * Does not (yet) contain any data.
305
+ *
306
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.DeleteUserResponse
307
+ */
308
+ export interface DeleteUserResponse {
309
+ }
310
+ /**
311
+ * Required authorization: ``HasRight(ParticipantAdmin) OR IsAuthenticatedIdentityProviderAdmin(identity_provider_id)``
312
+ *
313
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.ListUsersRequest
314
+ */
315
+ export interface ListUsersRequest {
316
+ /**
317
+ * Pagination token to determine the specific page to fetch.
318
+ * Leave empty to fetch the first page.
319
+ * Optional
320
+ *
321
+ * @generated from protobuf field: string page_token = 2
322
+ */
323
+ pageToken: string;
324
+ /**
325
+ * Maximum number of results to be returned by the server. The server will return no more than that many results, but it might return fewer.
326
+ * If 0, the server will decide the number of results to be returned.
327
+ * Optional
328
+ *
329
+ * @generated from protobuf field: int32 page_size = 3
330
+ */
331
+ pageSize: number;
332
+ /**
333
+ * The id of the ``Identity Provider``
334
+ * Optional, if not set, assume the user is managed by the default identity provider.
335
+ *
336
+ * @generated from protobuf field: string identity_provider_id = 4
337
+ */
338
+ identityProviderId: string;
339
+ }
340
+ /**
341
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.ListUsersResponse
342
+ */
343
+ export interface ListUsersResponse {
344
+ /**
345
+ * A subset of users of the participant node that fit into this page.
346
+ *
347
+ * @generated from protobuf field: repeated com.daml.ledger.api.v2.admin.User users = 1
348
+ */
349
+ users: User[];
350
+ /**
351
+ * Pagination token to retrieve the next page.
352
+ * Empty, if there are no further results.
353
+ *
354
+ * @generated from protobuf field: string next_page_token = 2
355
+ */
356
+ nextPageToken: string;
357
+ }
358
+ /**
359
+ * Add the rights to the set of rights granted to the user.
360
+ *
361
+ * Required authorization: ``HasRight(ParticipantAdmin) OR IsAuthenticatedIdentityProviderAdmin(identity_provider_id)``
362
+ *
363
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.GrantUserRightsRequest
364
+ */
365
+ export interface GrantUserRightsRequest {
366
+ /**
367
+ * The user to whom to grant rights.
368
+ * Required
369
+ *
370
+ * @generated from protobuf field: string user_id = 1
371
+ */
372
+ userId: string;
373
+ /**
374
+ * The rights to grant.
375
+ * Optional
376
+ *
377
+ * @generated from protobuf field: repeated com.daml.ledger.api.v2.admin.Right rights = 2
378
+ */
379
+ rights: Right[];
380
+ /**
381
+ * The id of the ``Identity Provider``
382
+ * Optional, if not set, assume the user is managed by the default identity provider.
383
+ *
384
+ * @generated from protobuf field: string identity_provider_id = 3
385
+ */
386
+ identityProviderId: string;
387
+ }
388
+ /**
389
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.GrantUserRightsResponse
390
+ */
391
+ export interface GrantUserRightsResponse {
392
+ /**
393
+ * The rights that were newly granted by the request.
394
+ *
395
+ * @generated from protobuf field: repeated com.daml.ledger.api.v2.admin.Right newly_granted_rights = 1
396
+ */
397
+ newlyGrantedRights: Right[];
398
+ }
399
+ /**
400
+ * Remove the rights from the set of rights granted to the user.
401
+ *
402
+ * Required authorization: ``HasRight(ParticipantAdmin) OR IsAuthenticatedIdentityProviderAdmin(identity_provider_id)``
403
+ *
404
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.RevokeUserRightsRequest
405
+ */
406
+ export interface RevokeUserRightsRequest {
407
+ /**
408
+ * The user from whom to revoke rights.
409
+ * Required
410
+ *
411
+ * @generated from protobuf field: string user_id = 1
412
+ */
413
+ userId: string;
414
+ /**
415
+ * The rights to revoke.
416
+ * Optional
417
+ *
418
+ * @generated from protobuf field: repeated com.daml.ledger.api.v2.admin.Right rights = 2
419
+ */
420
+ rights: Right[];
421
+ /**
422
+ * The id of the ``Identity Provider``
423
+ * Optional, if not set, assume the user is managed by the default identity provider.
424
+ *
425
+ * @generated from protobuf field: string identity_provider_id = 3
426
+ */
427
+ identityProviderId: string;
428
+ }
429
+ /**
430
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.RevokeUserRightsResponse
431
+ */
432
+ export interface RevokeUserRightsResponse {
433
+ /**
434
+ * The rights that were actually revoked by the request.
435
+ *
436
+ * @generated from protobuf field: repeated com.daml.ledger.api.v2.admin.Right newly_revoked_rights = 1
437
+ */
438
+ newlyRevokedRights: Right[];
439
+ }
440
+ /**
441
+ * Required authorization: ``HasRight(ParticipantAdmin) OR IsAuthenticatedIdentityProviderAdmin(identity_provider_id) OR IsAuthenticatedUser(user_id)``
442
+ *
443
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.ListUserRightsRequest
444
+ */
445
+ export interface ListUserRightsRequest {
446
+ /**
447
+ * The user for which to list the rights.
448
+ * If set to empty string (the default), then the rights for the authenticated user will be listed.
449
+ * Required
450
+ *
451
+ * @generated from protobuf field: string user_id = 1
452
+ */
453
+ userId: string;
454
+ /**
455
+ * The id of the ``Identity Provider``
456
+ * Optional, if not set, assume the user is managed by the default identity provider.
457
+ *
458
+ * @generated from protobuf field: string identity_provider_id = 2
459
+ */
460
+ identityProviderId: string;
461
+ }
462
+ /**
463
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.ListUserRightsResponse
464
+ */
465
+ export interface ListUserRightsResponse {
466
+ /**
467
+ * All rights of the user.
468
+ *
469
+ * @generated from protobuf field: repeated com.daml.ledger.api.v2.admin.Right rights = 1
470
+ */
471
+ rights: Right[];
472
+ }
473
+ /**
474
+ * Required authorization: ``HasRight(ParticipantAdmin)``
475
+ *
476
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.UpdateUserIdentityProviderIdRequest
477
+ */
478
+ export interface UpdateUserIdentityProviderIdRequest {
479
+ /**
480
+ * User to update
481
+ *
482
+ * @generated from protobuf field: string user_id = 1
483
+ */
484
+ userId: string;
485
+ /**
486
+ * Current identity provider ID of the user
487
+ *
488
+ * @generated from protobuf field: string source_identity_provider_id = 2
489
+ */
490
+ sourceIdentityProviderId: string;
491
+ /**
492
+ * Target identity provider ID of the user
493
+ *
494
+ * @generated from protobuf field: string target_identity_provider_id = 3
495
+ */
496
+ targetIdentityProviderId: string;
497
+ }
498
+ /**
499
+ * @generated from protobuf message com.daml.ledger.api.v2.admin.UpdateUserIdentityProviderIdResponse
500
+ */
501
+ export interface UpdateUserIdentityProviderIdResponse {
502
+ }
503
+ declare class User$Type extends MessageType<User> {
504
+ constructor();
505
+ create(value?: PartialMessage<User>): User;
506
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: User): User;
507
+ internalBinaryWrite(message: User, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
508
+ }
509
+ /**
510
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.User
511
+ */
512
+ export declare const User: User$Type;
513
+ declare class Right$Type extends MessageType<Right> {
514
+ constructor();
515
+ create(value?: PartialMessage<Right>): Right;
516
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Right): Right;
517
+ internalBinaryWrite(message: Right, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
518
+ }
519
+ /**
520
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.Right
521
+ */
522
+ export declare const Right: Right$Type;
523
+ declare class Right_ParticipantAdmin$Type extends MessageType<Right_ParticipantAdmin> {
524
+ constructor();
525
+ create(value?: PartialMessage<Right_ParticipantAdmin>): Right_ParticipantAdmin;
526
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Right_ParticipantAdmin): Right_ParticipantAdmin;
527
+ internalBinaryWrite(message: Right_ParticipantAdmin, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
528
+ }
529
+ /**
530
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.Right.ParticipantAdmin
531
+ */
532
+ export declare const Right_ParticipantAdmin: Right_ParticipantAdmin$Type;
533
+ declare class Right_CanActAs$Type extends MessageType<Right_CanActAs> {
534
+ constructor();
535
+ create(value?: PartialMessage<Right_CanActAs>): Right_CanActAs;
536
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Right_CanActAs): Right_CanActAs;
537
+ internalBinaryWrite(message: Right_CanActAs, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
538
+ }
539
+ /**
540
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.Right.CanActAs
541
+ */
542
+ export declare const Right_CanActAs: Right_CanActAs$Type;
543
+ declare class Right_CanReadAs$Type extends MessageType<Right_CanReadAs> {
544
+ constructor();
545
+ create(value?: PartialMessage<Right_CanReadAs>): Right_CanReadAs;
546
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Right_CanReadAs): Right_CanReadAs;
547
+ internalBinaryWrite(message: Right_CanReadAs, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
548
+ }
549
+ /**
550
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.Right.CanReadAs
551
+ */
552
+ export declare const Right_CanReadAs: Right_CanReadAs$Type;
553
+ declare class Right_IdentityProviderAdmin$Type extends MessageType<Right_IdentityProviderAdmin> {
554
+ constructor();
555
+ create(value?: PartialMessage<Right_IdentityProviderAdmin>): Right_IdentityProviderAdmin;
556
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Right_IdentityProviderAdmin): Right_IdentityProviderAdmin;
557
+ internalBinaryWrite(message: Right_IdentityProviderAdmin, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
558
+ }
559
+ /**
560
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.Right.IdentityProviderAdmin
561
+ */
562
+ export declare const Right_IdentityProviderAdmin: Right_IdentityProviderAdmin$Type;
563
+ declare class Right_CanReadAsAnyParty$Type extends MessageType<Right_CanReadAsAnyParty> {
564
+ constructor();
565
+ create(value?: PartialMessage<Right_CanReadAsAnyParty>): Right_CanReadAsAnyParty;
566
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Right_CanReadAsAnyParty): Right_CanReadAsAnyParty;
567
+ internalBinaryWrite(message: Right_CanReadAsAnyParty, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
568
+ }
569
+ /**
570
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.Right.CanReadAsAnyParty
571
+ */
572
+ export declare const Right_CanReadAsAnyParty: Right_CanReadAsAnyParty$Type;
573
+ declare class CreateUserRequest$Type extends MessageType<CreateUserRequest> {
574
+ constructor();
575
+ create(value?: PartialMessage<CreateUserRequest>): CreateUserRequest;
576
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreateUserRequest): CreateUserRequest;
577
+ internalBinaryWrite(message: CreateUserRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
578
+ }
579
+ /**
580
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.CreateUserRequest
581
+ */
582
+ export declare const CreateUserRequest: CreateUserRequest$Type;
583
+ declare class CreateUserResponse$Type extends MessageType<CreateUserResponse> {
584
+ constructor();
585
+ create(value?: PartialMessage<CreateUserResponse>): CreateUserResponse;
586
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreateUserResponse): CreateUserResponse;
587
+ internalBinaryWrite(message: CreateUserResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
588
+ }
589
+ /**
590
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.CreateUserResponse
591
+ */
592
+ export declare const CreateUserResponse: CreateUserResponse$Type;
593
+ declare class GetUserRequest$Type extends MessageType<GetUserRequest> {
594
+ constructor();
595
+ create(value?: PartialMessage<GetUserRequest>): GetUserRequest;
596
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GetUserRequest): GetUserRequest;
597
+ internalBinaryWrite(message: GetUserRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
598
+ }
599
+ /**
600
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.GetUserRequest
601
+ */
602
+ export declare const GetUserRequest: GetUserRequest$Type;
603
+ declare class GetUserResponse$Type extends MessageType<GetUserResponse> {
604
+ constructor();
605
+ create(value?: PartialMessage<GetUserResponse>): GetUserResponse;
606
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GetUserResponse): GetUserResponse;
607
+ internalBinaryWrite(message: GetUserResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
608
+ }
609
+ /**
610
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.GetUserResponse
611
+ */
612
+ export declare const GetUserResponse: GetUserResponse$Type;
613
+ declare class UpdateUserRequest$Type extends MessageType<UpdateUserRequest> {
614
+ constructor();
615
+ create(value?: PartialMessage<UpdateUserRequest>): UpdateUserRequest;
616
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: UpdateUserRequest): UpdateUserRequest;
617
+ internalBinaryWrite(message: UpdateUserRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
618
+ }
619
+ /**
620
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.UpdateUserRequest
621
+ */
622
+ export declare const UpdateUserRequest: UpdateUserRequest$Type;
623
+ declare class UpdateUserResponse$Type extends MessageType<UpdateUserResponse> {
624
+ constructor();
625
+ create(value?: PartialMessage<UpdateUserResponse>): UpdateUserResponse;
626
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: UpdateUserResponse): UpdateUserResponse;
627
+ internalBinaryWrite(message: UpdateUserResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
628
+ }
629
+ /**
630
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.UpdateUserResponse
631
+ */
632
+ export declare const UpdateUserResponse: UpdateUserResponse$Type;
633
+ declare class DeleteUserRequest$Type extends MessageType<DeleteUserRequest> {
634
+ constructor();
635
+ create(value?: PartialMessage<DeleteUserRequest>): DeleteUserRequest;
636
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DeleteUserRequest): DeleteUserRequest;
637
+ internalBinaryWrite(message: DeleteUserRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
638
+ }
639
+ /**
640
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.DeleteUserRequest
641
+ */
642
+ export declare const DeleteUserRequest: DeleteUserRequest$Type;
643
+ declare class DeleteUserResponse$Type extends MessageType<DeleteUserResponse> {
644
+ constructor();
645
+ create(value?: PartialMessage<DeleteUserResponse>): DeleteUserResponse;
646
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DeleteUserResponse): DeleteUserResponse;
647
+ internalBinaryWrite(message: DeleteUserResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
648
+ }
649
+ /**
650
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.DeleteUserResponse
651
+ */
652
+ export declare const DeleteUserResponse: DeleteUserResponse$Type;
653
+ declare class ListUsersRequest$Type extends MessageType<ListUsersRequest> {
654
+ constructor();
655
+ create(value?: PartialMessage<ListUsersRequest>): ListUsersRequest;
656
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListUsersRequest): ListUsersRequest;
657
+ internalBinaryWrite(message: ListUsersRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
658
+ }
659
+ /**
660
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.ListUsersRequest
661
+ */
662
+ export declare const ListUsersRequest: ListUsersRequest$Type;
663
+ declare class ListUsersResponse$Type extends MessageType<ListUsersResponse> {
664
+ constructor();
665
+ create(value?: PartialMessage<ListUsersResponse>): ListUsersResponse;
666
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListUsersResponse): ListUsersResponse;
667
+ internalBinaryWrite(message: ListUsersResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
668
+ }
669
+ /**
670
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.ListUsersResponse
671
+ */
672
+ export declare const ListUsersResponse: ListUsersResponse$Type;
673
+ declare class GrantUserRightsRequest$Type extends MessageType<GrantUserRightsRequest> {
674
+ constructor();
675
+ create(value?: PartialMessage<GrantUserRightsRequest>): GrantUserRightsRequest;
676
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GrantUserRightsRequest): GrantUserRightsRequest;
677
+ internalBinaryWrite(message: GrantUserRightsRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
678
+ }
679
+ /**
680
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.GrantUserRightsRequest
681
+ */
682
+ export declare const GrantUserRightsRequest: GrantUserRightsRequest$Type;
683
+ declare class GrantUserRightsResponse$Type extends MessageType<GrantUserRightsResponse> {
684
+ constructor();
685
+ create(value?: PartialMessage<GrantUserRightsResponse>): GrantUserRightsResponse;
686
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GrantUserRightsResponse): GrantUserRightsResponse;
687
+ internalBinaryWrite(message: GrantUserRightsResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
688
+ }
689
+ /**
690
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.GrantUserRightsResponse
691
+ */
692
+ export declare const GrantUserRightsResponse: GrantUserRightsResponse$Type;
693
+ declare class RevokeUserRightsRequest$Type extends MessageType<RevokeUserRightsRequest> {
694
+ constructor();
695
+ create(value?: PartialMessage<RevokeUserRightsRequest>): RevokeUserRightsRequest;
696
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: RevokeUserRightsRequest): RevokeUserRightsRequest;
697
+ internalBinaryWrite(message: RevokeUserRightsRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
698
+ }
699
+ /**
700
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.RevokeUserRightsRequest
701
+ */
702
+ export declare const RevokeUserRightsRequest: RevokeUserRightsRequest$Type;
703
+ declare class RevokeUserRightsResponse$Type extends MessageType<RevokeUserRightsResponse> {
704
+ constructor();
705
+ create(value?: PartialMessage<RevokeUserRightsResponse>): RevokeUserRightsResponse;
706
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: RevokeUserRightsResponse): RevokeUserRightsResponse;
707
+ internalBinaryWrite(message: RevokeUserRightsResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
708
+ }
709
+ /**
710
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.RevokeUserRightsResponse
711
+ */
712
+ export declare const RevokeUserRightsResponse: RevokeUserRightsResponse$Type;
713
+ declare class ListUserRightsRequest$Type extends MessageType<ListUserRightsRequest> {
714
+ constructor();
715
+ create(value?: PartialMessage<ListUserRightsRequest>): ListUserRightsRequest;
716
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListUserRightsRequest): ListUserRightsRequest;
717
+ internalBinaryWrite(message: ListUserRightsRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
718
+ }
719
+ /**
720
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.ListUserRightsRequest
721
+ */
722
+ export declare const ListUserRightsRequest: ListUserRightsRequest$Type;
723
+ declare class ListUserRightsResponse$Type extends MessageType<ListUserRightsResponse> {
724
+ constructor();
725
+ create(value?: PartialMessage<ListUserRightsResponse>): ListUserRightsResponse;
726
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListUserRightsResponse): ListUserRightsResponse;
727
+ internalBinaryWrite(message: ListUserRightsResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
728
+ }
729
+ /**
730
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.ListUserRightsResponse
731
+ */
732
+ export declare const ListUserRightsResponse: ListUserRightsResponse$Type;
733
+ declare class UpdateUserIdentityProviderIdRequest$Type extends MessageType<UpdateUserIdentityProviderIdRequest> {
734
+ constructor();
735
+ create(value?: PartialMessage<UpdateUserIdentityProviderIdRequest>): UpdateUserIdentityProviderIdRequest;
736
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: UpdateUserIdentityProviderIdRequest): UpdateUserIdentityProviderIdRequest;
737
+ internalBinaryWrite(message: UpdateUserIdentityProviderIdRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
738
+ }
739
+ /**
740
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.UpdateUserIdentityProviderIdRequest
741
+ */
742
+ export declare const UpdateUserIdentityProviderIdRequest: UpdateUserIdentityProviderIdRequest$Type;
743
+ declare class UpdateUserIdentityProviderIdResponse$Type extends MessageType<UpdateUserIdentityProviderIdResponse> {
744
+ constructor();
745
+ create(value?: PartialMessage<UpdateUserIdentityProviderIdResponse>): UpdateUserIdentityProviderIdResponse;
746
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: UpdateUserIdentityProviderIdResponse): UpdateUserIdentityProviderIdResponse;
747
+ internalBinaryWrite(message: UpdateUserIdentityProviderIdResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
748
+ }
749
+ /**
750
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.admin.UpdateUserIdentityProviderIdResponse
751
+ */
752
+ export declare const UpdateUserIdentityProviderIdResponse: UpdateUserIdentityProviderIdResponse$Type;
753
+ /**
754
+ * @generated ServiceType for protobuf service com.daml.ledger.api.v2.admin.UserManagementService
755
+ */
756
+ export declare const UserManagementService: ServiceType;
757
+ export {};
758
+ //# sourceMappingURL=user_management_service.d.ts.map