@milaboratories/pl-client 2.17.6 → 2.17.8

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 (274) hide show
  1. package/dist/_virtual/_rolldown/runtime.cjs +43 -0
  2. package/dist/_virtual/_rolldown/runtime.js +18 -0
  3. package/dist/core/PromiseTracker.cjs +33 -33
  4. package/dist/core/PromiseTracker.cjs.map +1 -1
  5. package/dist/core/PromiseTracker.d.ts +10 -7
  6. package/dist/core/PromiseTracker.js +33 -31
  7. package/dist/core/PromiseTracker.js.map +1 -1
  8. package/dist/core/StatefulPromise.cjs +60 -61
  9. package/dist/core/StatefulPromise.cjs.map +1 -1
  10. package/dist/core/StatefulPromise.js +60 -60
  11. package/dist/core/StatefulPromise.js.map +1 -1
  12. package/dist/core/abstract_stream.d.ts +18 -15
  13. package/dist/core/advisory_locks.cjs +42 -49
  14. package/dist/core/advisory_locks.cjs.map +1 -1
  15. package/dist/core/advisory_locks.js +42 -48
  16. package/dist/core/advisory_locks.js.map +1 -1
  17. package/dist/core/auth.cjs +10 -15
  18. package/dist/core/auth.cjs.map +1 -1
  19. package/dist/core/auth.d.ts +7 -3
  20. package/dist/core/auth.js +10 -13
  21. package/dist/core/auth.js.map +1 -1
  22. package/dist/core/cache.d.ts +11 -7
  23. package/dist/core/client.cjs +255 -306
  24. package/dist/core/client.cjs.map +1 -1
  25. package/dist/core/client.d.ts +72 -68
  26. package/dist/core/client.js +253 -285
  27. package/dist/core/client.js.map +1 -1
  28. package/dist/core/config.cjs +81 -99
  29. package/dist/core/config.cjs.map +1 -1
  30. package/dist/core/config.d.ts +93 -90
  31. package/dist/core/config.js +81 -98
  32. package/dist/core/config.js.map +1 -1
  33. package/dist/core/default_client.cjs +84 -125
  34. package/dist/core/default_client.cjs.map +1 -1
  35. package/dist/core/default_client.d.ts +9 -6
  36. package/dist/core/default_client.js +78 -103
  37. package/dist/core/default_client.js.map +1 -1
  38. package/dist/core/driver.cjs +12 -16
  39. package/dist/core/driver.cjs.map +1 -1
  40. package/dist/core/driver.d.ts +18 -14
  41. package/dist/core/driver.js +12 -15
  42. package/dist/core/driver.js.map +1 -1
  43. package/dist/core/error_resource.cjs +5 -4
  44. package/dist/core/error_resource.cjs.map +1 -1
  45. package/dist/core/error_resource.js +5 -3
  46. package/dist/core/error_resource.js.map +1 -1
  47. package/dist/core/errors.cjs +104 -140
  48. package/dist/core/errors.cjs.map +1 -1
  49. package/dist/core/errors.d.ts +34 -30
  50. package/dist/core/errors.js +102 -137
  51. package/dist/core/errors.js.map +1 -1
  52. package/dist/core/final.cjs +63 -89
  53. package/dist/core/final.cjs.map +1 -1
  54. package/dist/core/final.d.ts +8 -4
  55. package/dist/core/final.js +63 -87
  56. package/dist/core/final.js.map +1 -1
  57. package/dist/core/ll_client.cjs +416 -521
  58. package/dist/core/ll_client.cjs.map +1 -1
  59. package/dist/core/ll_client.d.ts +100 -97
  60. package/dist/core/ll_client.js +415 -519
  61. package/dist/core/ll_client.js.map +1 -1
  62. package/dist/core/ll_transaction.cjs +206 -240
  63. package/dist/core/ll_transaction.cjs.map +1 -1
  64. package/dist/core/ll_transaction.d.ts +50 -52
  65. package/dist/core/ll_transaction.js +205 -238
  66. package/dist/core/ll_transaction.js.map +1 -1
  67. package/dist/core/stat.cjs +64 -63
  68. package/dist/core/stat.cjs.map +1 -1
  69. package/dist/core/stat.d.ts +35 -36
  70. package/dist/core/stat.js +64 -62
  71. package/dist/core/stat.js.map +1 -1
  72. package/dist/core/transaction.cjs +613 -650
  73. package/dist/core/transaction.cjs.map +1 -1
  74. package/dist/core/transaction.d.ts +165 -162
  75. package/dist/core/transaction.js +612 -648
  76. package/dist/core/transaction.js.map +1 -1
  77. package/dist/core/type_conversion.cjs +62 -83
  78. package/dist/core/type_conversion.cjs.map +1 -1
  79. package/dist/core/type_conversion.js +61 -81
  80. package/dist/core/type_conversion.js.map +1 -1
  81. package/dist/core/types.cjs +56 -86
  82. package/dist/core/types.cjs.map +1 -1
  83. package/dist/core/types.d.ts +63 -62
  84. package/dist/core/types.js +54 -83
  85. package/dist/core/types.js.map +1 -1
  86. package/dist/core/unauth_client.cjs +35 -41
  87. package/dist/core/unauth_client.cjs.map +1 -1
  88. package/dist/core/unauth_client.d.ts +18 -14
  89. package/dist/core/unauth_client.js +34 -39
  90. package/dist/core/unauth_client.js.map +1 -1
  91. package/dist/core/websocket_stream.cjs +277 -349
  92. package/dist/core/websocket_stream.cjs.map +1 -1
  93. package/dist/core/websocket_stream.js +275 -347
  94. package/dist/core/websocket_stream.js.map +1 -1
  95. package/dist/core/wire.d.ts +21 -17
  96. package/dist/helpers/pl.cjs +71 -73
  97. package/dist/helpers/pl.cjs.map +1 -1
  98. package/dist/helpers/pl.d.ts +40 -41
  99. package/dist/helpers/pl.js +66 -46
  100. package/dist/helpers/pl.js.map +1 -1
  101. package/dist/helpers/poll.cjs +99 -134
  102. package/dist/helpers/poll.cjs.map +1 -1
  103. package/dist/helpers/poll.d.ts +37 -34
  104. package/dist/helpers/poll.js +97 -113
  105. package/dist/helpers/poll.js.map +1 -1
  106. package/dist/helpers/retry_strategy.cjs +82 -87
  107. package/dist/helpers/retry_strategy.cjs.map +1 -1
  108. package/dist/helpers/retry_strategy.js +83 -86
  109. package/dist/helpers/retry_strategy.js.map +1 -1
  110. package/dist/helpers/tx_helpers.cjs +21 -20
  111. package/dist/helpers/tx_helpers.cjs.map +1 -1
  112. package/dist/helpers/tx_helpers.d.ts +11 -7
  113. package/dist/helpers/tx_helpers.js +20 -18
  114. package/dist/helpers/tx_helpers.js.map +1 -1
  115. package/dist/index.cjs +117 -106
  116. package/dist/index.d.ts +17 -17
  117. package/dist/index.js +17 -19
  118. package/dist/proto-grpc/github.com/googleapis/googleapis/google/rpc/status.cjs +72 -66
  119. package/dist/proto-grpc/github.com/googleapis/googleapis/google/rpc/status.cjs.map +1 -1
  120. package/dist/proto-grpc/github.com/googleapis/googleapis/google/rpc/status.d.ts +35 -37
  121. package/dist/proto-grpc/github.com/googleapis/googleapis/google/rpc/status.js +71 -64
  122. package/dist/proto-grpc/github.com/googleapis/googleapis/google/rpc/status.js.map +1 -1
  123. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.cjs +12611 -12866
  124. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.cjs.map +1 -1
  125. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.cjs +226 -226
  126. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.cjs.map +1 -1
  127. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts +281 -330
  128. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.js +225 -224
  129. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.js.map +1 -1
  130. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts +2640 -4294
  131. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.js +12608 -12706
  132. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.js.map +1 -1
  133. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.cjs +1230 -1089
  134. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.cjs.map +1 -1
  135. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts +393 -420
  136. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.js +1228 -1083
  137. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.js.map +1 -1
  138. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.cjs +142 -143
  139. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.cjs.map +1 -1
  140. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts +62 -64
  141. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.js +140 -141
  142. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.js.map +1 -1
  143. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/resource_types.cjs +572 -487
  144. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/resource_types.cjs.map +1 -1
  145. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts +125 -228
  146. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/resource_types.js +572 -485
  147. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/resource_types.js.map +1 -1
  148. package/dist/proto-grpc/google/protobuf/any.cjs +131 -146
  149. package/dist/proto-grpc/google/protobuf/any.cjs.map +1 -1
  150. package/dist/proto-grpc/google/protobuf/any.d.ts +78 -84
  151. package/dist/proto-grpc/google/protobuf/any.js +130 -144
  152. package/dist/proto-grpc/google/protobuf/any.js.map +1 -1
  153. package/dist/proto-grpc/google/protobuf/duration.cjs +92 -100
  154. package/dist/proto-grpc/google/protobuf/duration.cjs.map +1 -1
  155. package/dist/proto-grpc/google/protobuf/duration.d.ts +38 -43
  156. package/dist/proto-grpc/google/protobuf/duration.js +91 -98
  157. package/dist/proto-grpc/google/protobuf/duration.js.map +1 -1
  158. package/dist/proto-grpc/google/protobuf/timestamp.cjs +117 -128
  159. package/dist/proto-grpc/google/protobuf/timestamp.cjs.map +1 -1
  160. package/dist/proto-grpc/google/protobuf/timestamp.d.ts +50 -55
  161. package/dist/proto-grpc/google/protobuf/timestamp.js +116 -126
  162. package/dist/proto-grpc/google/protobuf/timestamp.js.map +1 -1
  163. package/dist/proto-grpc/google/rpc/code.cjs +223 -238
  164. package/dist/proto-grpc/google/rpc/code.cjs.map +1 -1
  165. package/dist/proto-grpc/google/rpc/code.d.ts +209 -206
  166. package/dist/proto-grpc/google/rpc/code.js +221 -237
  167. package/dist/proto-grpc/google/rpc/code.js.map +1 -1
  168. package/dist/proto-rest/index.cjs +67 -66
  169. package/dist/proto-rest/index.cjs.map +1 -1
  170. package/dist/proto-rest/index.d.ts +24 -18
  171. package/dist/proto-rest/index.js +61 -65
  172. package/dist/proto-rest/index.js.map +1 -1
  173. package/dist/proto-rest/plapi.d.ts +1400 -1477
  174. package/dist/test/tcp-proxy.cjs +100 -126
  175. package/dist/test/tcp-proxy.cjs.map +1 -1
  176. package/dist/test/tcp-proxy.d.ts +17 -13
  177. package/dist/test/tcp-proxy.js +97 -104
  178. package/dist/test/tcp-proxy.js.map +1 -1
  179. package/dist/test/test_config.cjs +145 -194
  180. package/dist/test/test_config.cjs.map +1 -1
  181. package/dist/test/test_config.d.ts +34 -30
  182. package/dist/test/test_config.js +138 -166
  183. package/dist/test/test_config.js.map +1 -1
  184. package/dist/util/pl.cjs +4 -3
  185. package/dist/util/pl.cjs.map +1 -1
  186. package/dist/util/pl.js +4 -2
  187. package/dist/util/pl.js.map +1 -1
  188. package/dist/util/util.cjs +7 -10
  189. package/dist/util/util.cjs.map +1 -1
  190. package/dist/util/util.js +7 -9
  191. package/dist/util/util.js.map +1 -1
  192. package/package.json +10 -10
  193. package/src/core/transaction.ts +123 -133
  194. package/dist/__external/.pnpm/@rollup_plugin-typescript@12.3.0_rollup@4.52.4_tslib@2.8.1_typescript@5.6.3/__external/tslib/tslib.es6.cjs +0 -61
  195. package/dist/__external/.pnpm/@rollup_plugin-typescript@12.3.0_rollup@4.52.4_tslib@2.8.1_typescript@5.6.3/__external/tslib/tslib.es6.cjs.map +0 -1
  196. package/dist/__external/.pnpm/@rollup_plugin-typescript@12.3.0_rollup@4.52.4_tslib@2.8.1_typescript@5.6.3/__external/tslib/tslib.es6.js +0 -58
  197. package/dist/__external/.pnpm/@rollup_plugin-typescript@12.3.0_rollup@4.52.4_tslib@2.8.1_typescript@5.6.3/__external/tslib/tslib.es6.js.map +0 -1
  198. package/dist/core/PromiseTracker.d.ts.map +0 -1
  199. package/dist/core/StatefulPromise.d.ts +0 -39
  200. package/dist/core/StatefulPromise.d.ts.map +0 -1
  201. package/dist/core/abstract_stream.d.ts.map +0 -1
  202. package/dist/core/advisory_locks.d.ts +0 -10
  203. package/dist/core/advisory_locks.d.ts.map +0 -1
  204. package/dist/core/auth.d.ts.map +0 -1
  205. package/dist/core/cache.d.ts.map +0 -1
  206. package/dist/core/client.d.ts.map +0 -1
  207. package/dist/core/config.d.ts.map +0 -1
  208. package/dist/core/default_client.d.ts.map +0 -1
  209. package/dist/core/driver.d.ts.map +0 -1
  210. package/dist/core/error_resource.d.ts +0 -6
  211. package/dist/core/error_resource.d.ts.map +0 -1
  212. package/dist/core/errors.d.ts.map +0 -1
  213. package/dist/core/final.d.ts.map +0 -1
  214. package/dist/core/ll_client.d.ts.map +0 -1
  215. package/dist/core/ll_transaction.d.ts.map +0 -1
  216. package/dist/core/stat.d.ts.map +0 -1
  217. package/dist/core/transaction.d.ts.map +0 -1
  218. package/dist/core/type_conversion.d.ts +0 -8
  219. package/dist/core/type_conversion.d.ts.map +0 -1
  220. package/dist/core/types.d.ts.map +0 -1
  221. package/dist/core/unauth_client.d.ts.map +0 -1
  222. package/dist/core/websocket_stream.d.ts +0 -67
  223. package/dist/core/websocket_stream.d.ts.map +0 -1
  224. package/dist/core/wire.d.ts.map +0 -1
  225. package/dist/helpers/pl.d.ts.map +0 -1
  226. package/dist/helpers/poll.d.ts.map +0 -1
  227. package/dist/helpers/retry_strategy.d.ts +0 -24
  228. package/dist/helpers/retry_strategy.d.ts.map +0 -1
  229. package/dist/helpers/state_helpers.d.ts +0 -3
  230. package/dist/helpers/state_helpers.d.ts.map +0 -1
  231. package/dist/helpers/tx_helpers.d.ts.map +0 -1
  232. package/dist/index.cjs.map +0 -1
  233. package/dist/index.d.ts.map +0 -1
  234. package/dist/index.js.map +0 -1
  235. package/dist/proto-grpc/github.com/googleapis/googleapis/google/rpc/status.d.ts.map +0 -1
  236. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts.map +0 -1
  237. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts.map +0 -1
  238. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts.map +0 -1
  239. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts.map +0 -1
  240. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts +0 -106
  241. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts.map +0 -1
  242. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts.map +0 -1
  243. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/ws-test.d.ts +0 -73
  244. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/ws-test.d.ts.map +0 -1
  245. package/dist/proto-grpc/google/api/http.d.ts +0 -456
  246. package/dist/proto-grpc/google/api/http.d.ts.map +0 -1
  247. package/dist/proto-grpc/google/protobuf/any.d.ts.map +0 -1
  248. package/dist/proto-grpc/google/protobuf/descriptor.d.ts +0 -2340
  249. package/dist/proto-grpc/google/protobuf/descriptor.d.ts.map +0 -1
  250. package/dist/proto-grpc/google/protobuf/duration.d.ts.map +0 -1
  251. package/dist/proto-grpc/google/protobuf/empty.d.ts +0 -32
  252. package/dist/proto-grpc/google/protobuf/empty.d.ts.map +0 -1
  253. package/dist/proto-grpc/google/protobuf/struct.d.ts +0 -187
  254. package/dist/proto-grpc/google/protobuf/struct.d.ts.map +0 -1
  255. package/dist/proto-grpc/google/protobuf/timestamp.d.ts.map +0 -1
  256. package/dist/proto-grpc/google/protobuf/wrappers.d.ts +0 -308
  257. package/dist/proto-grpc/google/protobuf/wrappers.d.ts.map +0 -1
  258. package/dist/proto-grpc/google/rpc/code.d.ts.map +0 -1
  259. package/dist/proto-grpc/google/rpc/error_details.d.ts +0 -654
  260. package/dist/proto-grpc/google/rpc/error_details.d.ts.map +0 -1
  261. package/dist/proto-grpc/google/rpc/http.d.ts +0 -121
  262. package/dist/proto-grpc/google/rpc/http.d.ts.map +0 -1
  263. package/dist/proto-grpc/google/rpc/status.d.ts +0 -55
  264. package/dist/proto-grpc/google/rpc/status.d.ts.map +0 -1
  265. package/dist/proto-rest/index.d.ts.map +0 -1
  266. package/dist/proto-rest/plapi.d.ts.map +0 -1
  267. package/dist/test/tcp-proxy.d.ts.map +0 -1
  268. package/dist/test/test_config.d.ts.map +0 -1
  269. package/dist/util/branding.d.ts +0 -7
  270. package/dist/util/branding.d.ts.map +0 -1
  271. package/dist/util/pl.d.ts +0 -9
  272. package/dist/util/pl.d.ts.map +0 -1
  273. package/dist/util/util.d.ts +0 -2
  274. package/dist/util/util.d.ts.map +0 -1
@@ -1,456 +0,0 @@
1
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
2
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
3
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
4
- import type { IBinaryReader } from "@protobuf-ts/runtime";
5
- import type { PartialMessage } from "@protobuf-ts/runtime";
6
- import { MessageType } from "@protobuf-ts/runtime";
7
- /**
8
- * Defines the HTTP configuration for an API service. It contains a list of
9
- * [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method
10
- * to one or more HTTP REST API methods.
11
- *
12
- * @generated from protobuf message google.api.Http
13
- */
14
- export interface Http {
15
- /**
16
- * A list of HTTP configuration rules that apply to individual API methods.
17
- *
18
- * **NOTE:** All service configuration rules follow "last one wins" order.
19
- *
20
- * @generated from protobuf field: repeated google.api.HttpRule rules = 1
21
- */
22
- rules: HttpRule[];
23
- /**
24
- * When set to true, URL path parameters will be fully URI-decoded except in
25
- * cases of single segment matches in reserved expansion, where "%2F" will be
26
- * left encoded.
27
- *
28
- * The default behavior is to not decode RFC 6570 reserved characters in multi
29
- * segment matches.
30
- *
31
- * @generated from protobuf field: bool fully_decode_reserved_expansion = 2
32
- */
33
- fullyDecodeReservedExpansion: boolean;
34
- }
35
- /**
36
- * gRPC Transcoding
37
- *
38
- * gRPC Transcoding is a feature for mapping between a gRPC method and one or
39
- * more HTTP REST endpoints. It allows developers to build a single API service
40
- * that supports both gRPC APIs and REST APIs. Many systems, including [Google
41
- * APIs](https://github.com/googleapis/googleapis),
42
- * [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC
43
- * Gateway](https://github.com/grpc-ecosystem/grpc-gateway),
44
- * and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature
45
- * and use it for large scale production services.
46
- *
47
- * `HttpRule` defines the schema of the gRPC/REST mapping. The mapping specifies
48
- * how different portions of the gRPC request message are mapped to the URL
49
- * path, URL query parameters, and HTTP request body. It also controls how the
50
- * gRPC response message is mapped to the HTTP response body. `HttpRule` is
51
- * typically specified as an `google.api.http` annotation on the gRPC method.
52
- *
53
- * Each mapping specifies a URL path template and an HTTP method. The path
54
- * template may refer to one or more fields in the gRPC request message, as long
55
- * as each field is a non-repeated field with a primitive (non-message) type.
56
- * The path template controls how fields of the request message are mapped to
57
- * the URL path.
58
- *
59
- * Example:
60
- *
61
- * service Messaging {
62
- * rpc GetMessage(GetMessageRequest) returns (Message) {
63
- * option (google.api.http) = {
64
- * get: "/v1/{name=messages/*}"
65
- * };
66
- * }
67
- * }
68
- * message GetMessageRequest {
69
- * string name = 1; // Mapped to URL path.
70
- * }
71
- * message Message {
72
- * string text = 1; // The resource content.
73
- * }
74
- *
75
- * This enables an HTTP REST to gRPC mapping as below:
76
- *
77
- * - HTTP: `GET /v1/messages/123456`
78
- * - gRPC: `GetMessage(name: "messages/123456")`
79
- *
80
- * Any fields in the request message which are not bound by the path template
81
- * automatically become HTTP query parameters if there is no HTTP request body.
82
- * For example:
83
- *
84
- * service Messaging {
85
- * rpc GetMessage(GetMessageRequest) returns (Message) {
86
- * option (google.api.http) = {
87
- * get:"/v1/messages/{message_id}"
88
- * };
89
- * }
90
- * }
91
- * message GetMessageRequest {
92
- * message SubMessage {
93
- * string subfield = 1;
94
- * }
95
- * string message_id = 1; // Mapped to URL path.
96
- * int64 revision = 2; // Mapped to URL query parameter `revision`.
97
- * SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`.
98
- * }
99
- *
100
- * This enables a HTTP JSON to RPC mapping as below:
101
- *
102
- * - HTTP: `GET /v1/messages/123456?revision=2&sub.subfield=foo`
103
- * - gRPC: `GetMessage(message_id: "123456" revision: 2 sub:
104
- * SubMessage(subfield: "foo"))`
105
- *
106
- * Note that fields which are mapped to URL query parameters must have a
107
- * primitive type or a repeated primitive type or a non-repeated message type.
108
- * In the case of a repeated type, the parameter can be repeated in the URL
109
- * as `...?param=A&param=B`. In the case of a message type, each field of the
110
- * message is mapped to a separate parameter, such as
111
- * `...?foo.a=A&foo.b=B&foo.c=C`.
112
- *
113
- * For HTTP methods that allow a request body, the `body` field
114
- * specifies the mapping. Consider a REST update method on the
115
- * message resource collection:
116
- *
117
- * service Messaging {
118
- * rpc UpdateMessage(UpdateMessageRequest) returns (Message) {
119
- * option (google.api.http) = {
120
- * patch: "/v1/messages/{message_id}"
121
- * body: "message"
122
- * };
123
- * }
124
- * }
125
- * message UpdateMessageRequest {
126
- * string message_id = 1; // mapped to the URL
127
- * Message message = 2; // mapped to the body
128
- * }
129
- *
130
- * The following HTTP JSON to RPC mapping is enabled, where the
131
- * representation of the JSON in the request body is determined by
132
- * protos JSON encoding:
133
- *
134
- * - HTTP: `PATCH /v1/messages/123456 { "text": "Hi!" }`
135
- * - gRPC: `UpdateMessage(message_id: "123456" message { text: "Hi!" })`
136
- *
137
- * The special name `*` can be used in the body mapping to define that
138
- * every field not bound by the path template should be mapped to the
139
- * request body. This enables the following alternative definition of
140
- * the update method:
141
- *
142
- * service Messaging {
143
- * rpc UpdateMessage(Message) returns (Message) {
144
- * option (google.api.http) = {
145
- * patch: "/v1/messages/{message_id}"
146
- * body: "*"
147
- * };
148
- * }
149
- * }
150
- * message Message {
151
- * string message_id = 1;
152
- * string text = 2;
153
- * }
154
- *
155
- *
156
- * The following HTTP JSON to RPC mapping is enabled:
157
- *
158
- * - HTTP: `PATCH /v1/messages/123456 { "text": "Hi!" }`
159
- * - gRPC: `UpdateMessage(message_id: "123456" text: "Hi!")`
160
- *
161
- * Note that when using `*` in the body mapping, it is not possible to
162
- * have HTTP parameters, as all fields not bound by the path end in
163
- * the body. This makes this option more rarely used in practice when
164
- * defining REST APIs. The common usage of `*` is in custom methods
165
- * which don't use the URL at all for transferring data.
166
- *
167
- * It is possible to define multiple HTTP methods for one RPC by using
168
- * the `additional_bindings` option. Example:
169
- *
170
- * service Messaging {
171
- * rpc GetMessage(GetMessageRequest) returns (Message) {
172
- * option (google.api.http) = {
173
- * get: "/v1/messages/{message_id}"
174
- * additional_bindings {
175
- * get: "/v1/users/{user_id}/messages/{message_id}"
176
- * }
177
- * };
178
- * }
179
- * }
180
- * message GetMessageRequest {
181
- * string message_id = 1;
182
- * string user_id = 2;
183
- * }
184
- *
185
- * This enables the following two alternative HTTP JSON to RPC mappings:
186
- *
187
- * - HTTP: `GET /v1/messages/123456`
188
- * - gRPC: `GetMessage(message_id: "123456")`
189
- *
190
- * - HTTP: `GET /v1/users/me/messages/123456`
191
- * - gRPC: `GetMessage(user_id: "me" message_id: "123456")`
192
- *
193
- * Rules for HTTP mapping
194
- *
195
- * 1. Leaf request fields (recursive expansion nested messages in the request
196
- * message) are classified into three categories:
197
- * - Fields referred by the path template. They are passed via the URL path.
198
- * - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They
199
- * are passed via the HTTP
200
- * request body.
201
- * - All other fields are passed via the URL query parameters, and the
202
- * parameter name is the field path in the request message. A repeated
203
- * field can be represented as multiple query parameters under the same
204
- * name.
205
- * 2. If [HttpRule.body][google.api.HttpRule.body] is "*", there is no URL
206
- * query parameter, all fields
207
- * are passed via URL path and HTTP request body.
208
- * 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP
209
- * request body, all
210
- * fields are passed via URL path and URL query parameters.
211
- *
212
- * Path template syntax
213
- *
214
- * Template = "/" Segments [ Verb ] ;
215
- * Segments = Segment { "/" Segment } ;
216
- * Segment = "*" | "**" | LITERAL | Variable ;
217
- * Variable = "{" FieldPath [ "=" Segments ] "}" ;
218
- * FieldPath = IDENT { "." IDENT } ;
219
- * Verb = ":" LITERAL ;
220
- *
221
- * The syntax `*` matches a single URL path segment. The syntax `**` matches
222
- * zero or more URL path segments, which must be the last part of the URL path
223
- * except the `Verb`.
224
- *
225
- * The syntax `Variable` matches part of the URL path as specified by its
226
- * template. A variable template must not contain other variables. If a variable
227
- * matches a single path segment, its template may be omitted, e.g. `{var}`
228
- * is equivalent to `{var=*}`.
229
- *
230
- * The syntax `LITERAL` matches literal text in the URL path. If the `LITERAL`
231
- * contains any reserved character, such characters should be percent-encoded
232
- * before the matching.
233
- *
234
- * If a variable contains exactly one path segment, such as `"{var}"` or
235
- * `"{var=*}"`, when such a variable is expanded into a URL path on the client
236
- * side, all characters except `[-_.~0-9a-zA-Z]` are percent-encoded. The
237
- * server side does the reverse decoding. Such variables show up in the
238
- * [Discovery
239
- * Document](https://developers.google.com/discovery/v1/reference/apis) as
240
- * `{var}`.
241
- *
242
- * If a variable contains multiple path segments, such as `"{var=foo/*}"`
243
- * or `"{var=**}"`, when such a variable is expanded into a URL path on the
244
- * client side, all characters except `[-_.~/0-9a-zA-Z]` are percent-encoded.
245
- * The server side does the reverse decoding, except "%2F" and "%2f" are left
246
- * unchanged. Such variables show up in the
247
- * [Discovery
248
- * Document](https://developers.google.com/discovery/v1/reference/apis) as
249
- * `{+var}`.
250
- *
251
- * Using gRPC API Service Configuration
252
- *
253
- * gRPC API Service Configuration (service config) is a configuration language
254
- * for configuring a gRPC service to become a user-facing product. The
255
- * service config is simply the YAML representation of the `google.api.Service`
256
- * proto message.
257
- *
258
- * As an alternative to annotating your proto file, you can configure gRPC
259
- * transcoding in your service config YAML files. You do this by specifying a
260
- * `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same
261
- * effect as the proto annotation. This can be particularly useful if you
262
- * have a proto that is reused in multiple services. Note that any transcoding
263
- * specified in the service config will override any matching transcoding
264
- * configuration in the proto.
265
- *
266
- * The following example selects a gRPC method and applies an `HttpRule` to it:
267
- *
268
- * http:
269
- * rules:
270
- * - selector: example.v1.Messaging.GetMessage
271
- * get: /v1/messages/{message_id}/{sub.subfield}
272
- *
273
- * Special notes
274
- *
275
- * When gRPC Transcoding is used to map a gRPC to JSON REST endpoints, the
276
- * proto to JSON conversion must follow the [proto3
277
- * specification](https://developers.google.com/protocol-buffers/docs/proto3#json).
278
- *
279
- * While the single segment variable follows the semantics of
280
- * [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String
281
- * Expansion, the multi segment variable **does not** follow RFC 6570 Section
282
- * 3.2.3 Reserved Expansion. The reason is that the Reserved Expansion
283
- * does not expand special characters like `?` and `#`, which would lead
284
- * to invalid URLs. As the result, gRPC Transcoding uses a custom encoding
285
- * for multi segment variables.
286
- *
287
- * The path variables **must not** refer to any repeated or mapped field,
288
- * because client libraries are not capable of handling such variable expansion.
289
- *
290
- * The path variables **must not** capture the leading "/" character. The reason
291
- * is that the most common use case "{var}" does not capture the leading "/"
292
- * character. For consistency, all path variables must share the same behavior.
293
- *
294
- * Repeated message fields must not be mapped to URL query parameters, because
295
- * no client library can support such complicated mapping.
296
- *
297
- * If an API needs to use a JSON array for request or response body, it can map
298
- * the request or response body to a repeated field. However, some gRPC
299
- * Transcoding implementations may not support this feature.
300
- *
301
- * @generated from protobuf message google.api.HttpRule
302
- */
303
- export interface HttpRule {
304
- /**
305
- * Selects a method to which this rule applies.
306
- *
307
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax
308
- * details.
309
- *
310
- * @generated from protobuf field: string selector = 1
311
- */
312
- selector: string;
313
- /**
314
- * Determines the URL pattern is matched by this rules. This pattern can be
315
- * used with any of the {get|put|post|delete|patch} methods. A custom method
316
- * can be defined using the 'custom' field.
317
- *
318
- * @generated from protobuf oneof: pattern
319
- */
320
- pattern: {
321
- oneofKind: "get";
322
- /**
323
- * Maps to HTTP GET. Used for listing and getting information about
324
- * resources.
325
- *
326
- * @generated from protobuf field: string get = 2
327
- */
328
- get: string;
329
- } | {
330
- oneofKind: "put";
331
- /**
332
- * Maps to HTTP PUT. Used for replacing a resource.
333
- *
334
- * @generated from protobuf field: string put = 3
335
- */
336
- put: string;
337
- } | {
338
- oneofKind: "post";
339
- /**
340
- * Maps to HTTP POST. Used for creating a resource or performing an action.
341
- *
342
- * @generated from protobuf field: string post = 4
343
- */
344
- post: string;
345
- } | {
346
- oneofKind: "delete";
347
- /**
348
- * Maps to HTTP DELETE. Used for deleting a resource.
349
- *
350
- * @generated from protobuf field: string delete = 5
351
- */
352
- delete: string;
353
- } | {
354
- oneofKind: "patch";
355
- /**
356
- * Maps to HTTP PATCH. Used for updating a resource.
357
- *
358
- * @generated from protobuf field: string patch = 6
359
- */
360
- patch: string;
361
- } | {
362
- oneofKind: "custom";
363
- /**
364
- * The custom pattern is used for specifying an HTTP method that is not
365
- * included in the `pattern` field, such as HEAD, or "*" to leave the
366
- * HTTP method unspecified for this rule. The wild-card rule is useful
367
- * for services that provide content to Web (HTML) clients.
368
- *
369
- * @generated from protobuf field: google.api.CustomHttpPattern custom = 8
370
- */
371
- custom: CustomHttpPattern;
372
- } | {
373
- oneofKind: undefined;
374
- };
375
- /**
376
- * The name of the request field whose value is mapped to the HTTP request
377
- * body, or `*` for mapping all request fields not captured by the path
378
- * pattern to the HTTP body, or omitted for not having any HTTP request body.
379
- *
380
- * NOTE: the referred field must be present at the top-level of the request
381
- * message type.
382
- *
383
- * @generated from protobuf field: string body = 7
384
- */
385
- body: string;
386
- /**
387
- * Optional. The name of the response field whose value is mapped to the HTTP
388
- * response body. When omitted, the entire response message will be used
389
- * as the HTTP response body.
390
- *
391
- * NOTE: The referred field must be present at the top-level of the response
392
- * message type.
393
- *
394
- * @generated from protobuf field: string response_body = 12
395
- */
396
- responseBody: string;
397
- /**
398
- * Additional HTTP bindings for the selector. Nested bindings must
399
- * not contain an `additional_bindings` field themselves (that is,
400
- * the nesting may only be one level deep).
401
- *
402
- * @generated from protobuf field: repeated google.api.HttpRule additional_bindings = 11
403
- */
404
- additionalBindings: HttpRule[];
405
- }
406
- /**
407
- * A custom pattern is used for defining custom HTTP verb.
408
- *
409
- * @generated from protobuf message google.api.CustomHttpPattern
410
- */
411
- export interface CustomHttpPattern {
412
- /**
413
- * The name of this custom HTTP verb.
414
- *
415
- * @generated from protobuf field: string kind = 1
416
- */
417
- kind: string;
418
- /**
419
- * The path matched by this custom verb.
420
- *
421
- * @generated from protobuf field: string path = 2
422
- */
423
- path: string;
424
- }
425
- declare class Http$Type extends MessageType<Http> {
426
- constructor();
427
- create(value?: PartialMessage<Http>): Http;
428
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Http): Http;
429
- internalBinaryWrite(message: Http, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
430
- }
431
- /**
432
- * @generated MessageType for protobuf message google.api.Http
433
- */
434
- export declare const Http: Http$Type;
435
- declare class HttpRule$Type extends MessageType<HttpRule> {
436
- constructor();
437
- create(value?: PartialMessage<HttpRule>): HttpRule;
438
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: HttpRule): HttpRule;
439
- internalBinaryWrite(message: HttpRule, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
440
- }
441
- /**
442
- * @generated MessageType for protobuf message google.api.HttpRule
443
- */
444
- export declare const HttpRule: HttpRule$Type;
445
- declare class CustomHttpPattern$Type extends MessageType<CustomHttpPattern> {
446
- constructor();
447
- create(value?: PartialMessage<CustomHttpPattern>): CustomHttpPattern;
448
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CustomHttpPattern): CustomHttpPattern;
449
- internalBinaryWrite(message: CustomHttpPattern, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
450
- }
451
- /**
452
- * @generated MessageType for protobuf message google.api.CustomHttpPattern
453
- */
454
- export declare const CustomHttpPattern: CustomHttpPattern$Type;
455
- export {};
456
- //# sourceMappingURL=http.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"http.d.ts","sourceRoot":"","sources":["../../../../src/proto-grpc/google/api/http.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD;;;;;;GAMG;AACH,MAAM,WAAW,IAAI;IACjB;;;;;;OAMG;IACH,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB;;;;;;;;;OASG;IACH,4BAA4B,EAAE,OAAO,CAAC;CACzC;AACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2QG;AACH,MAAM,WAAW,QAAQ;IACrB;;;;;;;OAOG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;OAMG;IACH,OAAO,EAAE;QACL,SAAS,EAAE,KAAK,CAAC;QACjB;;;;;WAKG;QACH,GAAG,EAAE,MAAM,CAAC;KACf,GAAG;QACA,SAAS,EAAE,KAAK,CAAC;QACjB;;;;WAIG;QACH,GAAG,EAAE,MAAM,CAAC;KACf,GAAG;QACA,SAAS,EAAE,MAAM,CAAC;QAClB;;;;WAIG;QACH,IAAI,EAAE,MAAM,CAAC;KAChB,GAAG;QACA,SAAS,EAAE,QAAQ,CAAC;QACpB;;;;WAIG;QACH,MAAM,EAAE,MAAM,CAAC;KAClB,GAAG;QACA,SAAS,EAAE,OAAO,CAAC;QACnB;;;;WAIG;QACH,KAAK,EAAE,MAAM,CAAC;KACjB,GAAG;QACA,SAAS,EAAE,QAAQ,CAAC;QACpB;;;;;;;WAOG;QACH,MAAM,EAAE,iBAAiB,CAAC;KAC7B,GAAG;QACA,SAAS,EAAE,SAAS,CAAC;KACxB,CAAC;IACF;;;;;;;;;OASG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;;;;;;OASG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;;;OAMG;IACH,kBAAkB,EAAE,QAAQ,EAAE,CAAC;CAClC;AACD;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,cAAM,SAAU,SAAQ,WAAW,CAAC,IAAI,CAAC;;IAOrC,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI;IAQ1C,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI;IAsB1G,mBAAmB,CAAC,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAYxG;AACD;;GAEG;AACH,eAAO,MAAM,IAAI,WAAkB,CAAC;AAEpC,cAAM,aAAc,SAAQ,WAAW,CAAC,QAAQ,CAAC;;IAe7C,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,QAAQ;IAWlD,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,QAAQ,GAAG,QAAQ;IAgElH,mBAAmB,CAAC,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAoC5G;AACD;;GAEG;AACH,eAAO,MAAM,QAAQ,eAAsB,CAAC;AAE5C,cAAM,sBAAuB,SAAQ,WAAW,CAAC,iBAAiB,CAAC;;IAO/D,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,iBAAiB,CAAC,GAAG,iBAAiB;IAQpE,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,iBAAiB,GAAG,iBAAiB;IAsBpI,mBAAmB,CAAC,OAAO,EAAE,iBAAiB,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAYrH;AACD;;GAEG;AACH,eAAO,MAAM,iBAAiB,wBAA+B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"any.d.ts","sourceRoot":"","sources":["../../../../src/proto-grpc/google/protobuf/any.ts"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAI3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEtD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyFG;AACH,MAAM,WAAW,GAAG;IAChB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgCG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,KAAK,EAAE,UAAU,CAAC;CACrB;AAED,cAAM,QAAS,SAAQ,WAAW,CAAC,GAAG,CAAC;;IAOnC;;;;OAIG;IACH,IAAI,CAAC,CAAC,SAAS,MAAM,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,YAAY,CAAC,CAAC,CAAC,GAAG,GAAG;IAK9D;;OAEG;IACH,MAAM,CAAC,CAAC,SAAS,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,CAAC;IAKlG;;OAEG;IACH,QAAQ,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,GAAG,MAAM,GAAG,OAAO;IAO7D;;;;;;;;OAQG;IACH,iBAAiB,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,gBAAgB,GAAG,SAAS;IAejE,gBAAgB,CAAC,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,CAAC,EAAE,GAAG,GAAG,GAAG;IAuB9E,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IAKnC,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASlC,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,GAAG,CAAC,GAAG,GAAG;IAQxC,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,GAAG,GAAG,GAAG;IAsBxG,mBAAmB,CAAC,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAYvG;AACD;;GAEG;AACH,eAAO,MAAM,GAAG,UAAiB,CAAC"}