@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,177 @@
1
+ import type { BinaryWriteOptions } from '@protobuf-ts/runtime';
2
+ import type { IBinaryWriter } from '@protobuf-ts/runtime';
3
+ import type { IBinaryReader } from '@protobuf-ts/runtime';
4
+ import type { PartialMessage } from '@protobuf-ts/runtime';
5
+ import type { JsonValue } from '@protobuf-ts/runtime';
6
+ import type { JsonReadOptions } from '@protobuf-ts/runtime';
7
+ import type { JsonWriteOptions } from '@protobuf-ts/runtime';
8
+ import type { BinaryReadOptions } from '@protobuf-ts/runtime';
9
+ import type { IMessageType } from '@protobuf-ts/runtime';
10
+ import { MessageType } from '@protobuf-ts/runtime';
11
+ /**
12
+ * `Any` contains an arbitrary serialized protocol buffer message along with a
13
+ * URL that describes the type of the serialized message.
14
+ *
15
+ * Protobuf library provides support to pack/unpack Any values in the form
16
+ * of utility functions or additional generated methods of the Any type.
17
+ *
18
+ * Example 1: Pack and unpack a message in C++.
19
+ *
20
+ * Foo foo = ...;
21
+ * Any any;
22
+ * any.PackFrom(foo);
23
+ * ...
24
+ * if (any.UnpackTo(&foo)) {
25
+ * ...
26
+ * }
27
+ *
28
+ * Example 2: Pack and unpack a message in Java.
29
+ *
30
+ * Foo foo = ...;
31
+ * Any any = Any.pack(foo);
32
+ * ...
33
+ * if (any.is(Foo.class)) {
34
+ * foo = any.unpack(Foo.class);
35
+ * }
36
+ *
37
+ * Example 3: Pack and unpack a message in Python.
38
+ *
39
+ * foo = Foo(...)
40
+ * any = Any()
41
+ * any.Pack(foo)
42
+ * ...
43
+ * if any.Is(Foo.DESCRIPTOR):
44
+ * any.Unpack(foo)
45
+ * ...
46
+ *
47
+ * Example 4: Pack and unpack a message in Go
48
+ *
49
+ * foo := &pb.Foo{...}
50
+ * any, err := anypb.New(foo)
51
+ * if err != nil {
52
+ * ...
53
+ * }
54
+ * ...
55
+ * foo := &pb.Foo{}
56
+ * if err := any.UnmarshalTo(foo); err != nil {
57
+ * ...
58
+ * }
59
+ *
60
+ * The pack methods provided by protobuf library will by default use
61
+ * 'type.googleapis.com/full.type.name' as the type URL and the unpack
62
+ * methods only use the fully qualified type name after the last '/'
63
+ * in the type URL, for example "foo.bar.com/x/y.z" will yield type
64
+ * name "y.z".
65
+ *
66
+ *
67
+ * JSON
68
+ * ====
69
+ * The JSON representation of an `Any` value uses the regular
70
+ * representation of the deserialized, embedded message, with an
71
+ * additional field `@type` which contains the type URL. Example:
72
+ *
73
+ * package google.profile;
74
+ * message Person {
75
+ * string first_name = 1;
76
+ * string last_name = 2;
77
+ * }
78
+ *
79
+ * {
80
+ * "@type": "type.googleapis.com/google.profile.Person",
81
+ * "firstName": <string>,
82
+ * "lastName": <string>
83
+ * }
84
+ *
85
+ * If the embedded message type is well-known and has a custom JSON
86
+ * representation, that representation will be embedded adding a field
87
+ * `value` which holds the custom JSON in addition to the `@type`
88
+ * field. Example (for message [google.protobuf.Duration][]):
89
+ *
90
+ * {
91
+ * "@type": "type.googleapis.com/google.protobuf.Duration",
92
+ * "value": "1.212s"
93
+ * }
94
+ *
95
+ *
96
+ * @generated from protobuf message google.protobuf.Any
97
+ */
98
+ export interface Any {
99
+ /**
100
+ * A URL/resource name that uniquely identifies the type of the serialized
101
+ * protocol buffer message. This string must contain at least
102
+ * one "/" character. The last segment of the URL's path must represent
103
+ * the fully qualified name of the type (as in
104
+ * `path/google.protobuf.Duration`). The name should be in a canonical form
105
+ * (e.g., leading "." is not accepted).
106
+ *
107
+ * In practice, teams usually precompile into the binary all types that they
108
+ * expect it to use in the context of Any. However, for URLs which use the
109
+ * scheme `http`, `https`, or no scheme, one can optionally set up a type
110
+ * server that maps type URLs to message definitions as follows:
111
+ *
112
+ * * If no scheme is provided, `https` is assumed.
113
+ * * An HTTP GET on the URL must yield a [google.protobuf.Type][]
114
+ * value in binary format, or produce an error.
115
+ * * Applications are allowed to cache lookup results based on the
116
+ * URL, or have them precompiled into a binary to avoid any
117
+ * lookup. Therefore, binary compatibility needs to be preserved
118
+ * on changes to types. (Use versioned type names to manage
119
+ * breaking changes.)
120
+ *
121
+ * Note: this functionality is not currently available in the official
122
+ * protobuf release, and it is not used for type URLs beginning with
123
+ * type.googleapis.com.
124
+ *
125
+ * Schemes other than `http`, `https` (or the empty scheme) might be
126
+ * used with implementation specific semantics.
127
+ *
128
+ *
129
+ * @generated from protobuf field: string type_url = 1
130
+ */
131
+ typeUrl: string;
132
+ /**
133
+ * Must be a valid serialized protocol buffer of the above specified type.
134
+ *
135
+ * @generated from protobuf field: bytes value = 2
136
+ */
137
+ value: Uint8Array;
138
+ }
139
+ declare class Any$Type extends MessageType<Any> {
140
+ constructor();
141
+ /**
142
+ * Pack the message into a new `Any`.
143
+ *
144
+ * Uses 'type.googleapis.com/full.type.name' as the type URL.
145
+ */
146
+ pack<T extends object>(message: T, type: IMessageType<T>): Any;
147
+ /**
148
+ * Unpack the message from the `Any`.
149
+ */
150
+ unpack<T extends object>(any: Any, type: IMessageType<T>, options?: Partial<BinaryReadOptions>): T;
151
+ /**
152
+ * Does the given `Any` contain a packed message of the given type?
153
+ */
154
+ contains(any: Any, type: IMessageType<any> | string): boolean;
155
+ /**
156
+ * Convert the message to canonical JSON value.
157
+ *
158
+ * You have to provide the `typeRegistry` option so that the
159
+ * packed message can be converted to JSON.
160
+ *
161
+ * The `typeRegistry` option is also required to read
162
+ * `google.protobuf.Any` from JSON format.
163
+ */
164
+ internalJsonWrite(any: Any, options: JsonWriteOptions): JsonValue;
165
+ internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: Any): Any;
166
+ typeNameToUrl(name: string): string;
167
+ typeUrlToName(url: string): string;
168
+ create(value?: PartialMessage<Any>): Any;
169
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Any): Any;
170
+ internalBinaryWrite(message: Any, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
171
+ }
172
+ /**
173
+ * @generated MessageType for protobuf message google.protobuf.Any
174
+ */
175
+ export declare const Any: Any$Type;
176
+ export {};
177
+ //# sourceMappingURL=any.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"any.d.ts","sourceRoot":"","sources":["../../../../src/_proto/google/protobuf/any.ts"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEzD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAI1D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAErD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAC3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAC5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAC7D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAClD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsFG;AACH,MAAM,WAAW,GAAG;IAChB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+BG;IACH,OAAO,EAAE,MAAM,CAAA;IACf;;;;OAIG;IACH,KAAK,EAAE,UAAU,CAAA;CACpB;AAED,cAAM,QAAS,SAAQ,WAAW,CAAC,GAAG,CAAC;;IAiBnC;;;;OAIG;IACH,IAAI,CAAC,CAAC,SAAS,MAAM,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,YAAY,CAAC,CAAC,CAAC,GAAG,GAAG;IAM9D;;OAEG;IACH,MAAM,CAAC,CAAC,SAAS,MAAM,EACnB,GAAG,EAAE,GAAG,EACR,IAAI,EAAE,YAAY,CAAC,CAAC,CAAC,EACrB,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GACrC,CAAC;IAWJ;;OAEG;IACH,QAAQ,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,GAAG,MAAM,GAAG,OAAO;IAM7D;;;;;;;;OAQG;IACH,iBAAiB,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,gBAAgB,GAAG,SAAS;IAoBjE,gBAAgB,CACZ,IAAI,EAAE,SAAS,EACf,OAAO,EAAE,eAAe,EACxB,MAAM,CAAC,EAAE,GAAG,GACb,GAAG;IAiCN,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IAInC,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAOlC,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,GAAG,CAAC,GAAG,GAAG;IAQxC,kBAAkB,CACd,MAAM,EAAE,aAAa,EACrB,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,iBAAiB,EAC1B,MAAM,CAAC,EAAE,GAAG,GACb,GAAG;IA+BN,mBAAmB,CACf,OAAO,EAAE,GAAG,EACZ,MAAM,EAAE,aAAa,EACrB,OAAO,EAAE,kBAAkB,GAC5B,aAAa;CAgBnB;AACD;;GAEG;AACH,eAAO,MAAM,GAAG,UAAiB,CAAA"}
@@ -0,0 +1,175 @@
1
+ import { WireType } from '@protobuf-ts/runtime';
2
+ import { UnknownFieldHandler } from '@protobuf-ts/runtime';
3
+ import { reflectionMergePartial } from '@protobuf-ts/runtime';
4
+ import { isJsonObject } from '@protobuf-ts/runtime';
5
+ import { typeofJsonValue } from '@protobuf-ts/runtime';
6
+ import { jsonWriteOptions } from '@protobuf-ts/runtime';
7
+ import { MessageType } from '@protobuf-ts/runtime';
8
+ // @generated message type with reflection information, may provide speed optimized methods
9
+ class Any$Type extends MessageType {
10
+ constructor() {
11
+ super('google.protobuf.Any', [
12
+ {
13
+ no: 1,
14
+ name: 'type_url',
15
+ kind: 'scalar',
16
+ T: 9 /*ScalarType.STRING*/,
17
+ },
18
+ {
19
+ no: 2,
20
+ name: 'value',
21
+ kind: 'scalar',
22
+ T: 12 /*ScalarType.BYTES*/,
23
+ },
24
+ ]);
25
+ }
26
+ /**
27
+ * Pack the message into a new `Any`.
28
+ *
29
+ * Uses 'type.googleapis.com/full.type.name' as the type URL.
30
+ */
31
+ pack(message, type) {
32
+ return {
33
+ typeUrl: this.typeNameToUrl(type.typeName),
34
+ value: type.toBinary(message),
35
+ };
36
+ }
37
+ /**
38
+ * Unpack the message from the `Any`.
39
+ */
40
+ unpack(any, type, options) {
41
+ if (!this.contains(any, type))
42
+ throw new Error("Cannot unpack google.protobuf.Any with typeUrl '" +
43
+ any.typeUrl +
44
+ "' as " +
45
+ type.typeName +
46
+ '.');
47
+ return type.fromBinary(any.value, options);
48
+ }
49
+ /**
50
+ * Does the given `Any` contain a packed message of the given type?
51
+ */
52
+ contains(any, type) {
53
+ if (!any.typeUrl.length)
54
+ return false;
55
+ let wants = typeof type == 'string' ? type : type.typeName;
56
+ let has = this.typeUrlToName(any.typeUrl);
57
+ return wants === has;
58
+ }
59
+ /**
60
+ * Convert the message to canonical JSON value.
61
+ *
62
+ * You have to provide the `typeRegistry` option so that the
63
+ * packed message can be converted to JSON.
64
+ *
65
+ * The `typeRegistry` option is also required to read
66
+ * `google.protobuf.Any` from JSON format.
67
+ */
68
+ internalJsonWrite(any, options) {
69
+ if (any.typeUrl === '')
70
+ return {};
71
+ let typeName = this.typeUrlToName(any.typeUrl);
72
+ let opt = jsonWriteOptions(options);
73
+ let type = opt.typeRegistry?.find((t) => t.typeName === typeName);
74
+ if (!type)
75
+ throw new globalThis.Error("Unable to convert google.protobuf.Any with typeUrl '" +
76
+ any.typeUrl +
77
+ "' to JSON. The specified type " +
78
+ typeName +
79
+ ' is not available in the type registry.');
80
+ let value = type.fromBinary(any.value, { readUnknownField: false });
81
+ let json = type.internalJsonWrite(value, opt);
82
+ if (typeName.startsWith('google.protobuf.') || !isJsonObject(json))
83
+ json = { value: json };
84
+ json['@type'] = any.typeUrl;
85
+ return json;
86
+ }
87
+ internalJsonRead(json, options, target) {
88
+ if (!isJsonObject(json))
89
+ throw new globalThis.Error('Unable to parse google.protobuf.Any from JSON ' +
90
+ typeofJsonValue(json) +
91
+ '.');
92
+ if (typeof json['@type'] != 'string' || json['@type'] == '')
93
+ return this.create();
94
+ let typeName = this.typeUrlToName(json['@type']);
95
+ let type = options?.typeRegistry?.find((t) => t.typeName == typeName);
96
+ if (!type)
97
+ throw new globalThis.Error('Unable to parse google.protobuf.Any from JSON. The specified type ' +
98
+ typeName +
99
+ ' is not available in the type registry.');
100
+ let value;
101
+ if (typeName.startsWith('google.protobuf.') &&
102
+ json.hasOwnProperty('value'))
103
+ value = type.fromJson(json['value'], options);
104
+ else {
105
+ let copy = Object.assign({}, json);
106
+ delete copy['@type'];
107
+ value = type.fromJson(copy, options);
108
+ }
109
+ if (target === undefined)
110
+ target = this.create();
111
+ target.typeUrl = json['@type'];
112
+ target.value = type.toBinary(value);
113
+ return target;
114
+ }
115
+ typeNameToUrl(name) {
116
+ if (!name.length)
117
+ throw new Error('invalid type name: ' + name);
118
+ return 'type.googleapis.com/' + name;
119
+ }
120
+ typeUrlToName(url) {
121
+ if (!url.length)
122
+ throw new Error('invalid type url: ' + url);
123
+ let slash = url.lastIndexOf('/');
124
+ let name = slash > 0 ? url.substring(slash + 1) : url;
125
+ if (!name.length)
126
+ throw new Error('invalid type url: ' + url);
127
+ return name;
128
+ }
129
+ create(value) {
130
+ const message = globalThis.Object.create(this.messagePrototype);
131
+ message.typeUrl = '';
132
+ message.value = new Uint8Array(0);
133
+ if (value !== undefined)
134
+ reflectionMergePartial(this, message, value);
135
+ return message;
136
+ }
137
+ internalBinaryRead(reader, length, options, target) {
138
+ let message = target ?? this.create(), end = reader.pos + length;
139
+ while (reader.pos < end) {
140
+ let [fieldNo, wireType] = reader.tag();
141
+ switch (fieldNo) {
142
+ case /* string type_url */ 1:
143
+ message.typeUrl = reader.string();
144
+ break;
145
+ case /* bytes value */ 2:
146
+ message.value = reader.bytes();
147
+ break;
148
+ default:
149
+ let u = options.readUnknownField;
150
+ if (u === 'throw')
151
+ throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
152
+ let d = reader.skip(wireType);
153
+ if (u !== false)
154
+ (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
155
+ }
156
+ }
157
+ return message;
158
+ }
159
+ internalBinaryWrite(message, writer, options) {
160
+ /* string type_url = 1; */
161
+ if (message.typeUrl !== '')
162
+ writer.tag(1, WireType.LengthDelimited).string(message.typeUrl);
163
+ /* bytes value = 2; */
164
+ if (message.value.length)
165
+ writer.tag(2, WireType.LengthDelimited).bytes(message.value);
166
+ let u = options.writeUnknownFields;
167
+ if (u !== false)
168
+ (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
169
+ return writer;
170
+ }
171
+ }
172
+ /**
173
+ * @generated MessageType for protobuf message google.protobuf.Any
174
+ */
175
+ export const Any = new Any$Type();