@milaboratories/pl-client 2.17.7 → 2.17.9

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 (276) 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 +280 -349
  92. package/dist/core/websocket_stream.cjs.map +1 -1
  93. package/dist/core/websocket_stream.js +278 -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 +8 -8
  193. package/src/core/errors.ts +1 -1
  194. package/src/core/transaction.ts +123 -133
  195. package/src/core/websocket_stream.ts +10 -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.cjs +0 -61
  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.cjs.map +0 -1
  198. 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
  199. 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
  200. package/dist/core/PromiseTracker.d.ts.map +0 -1
  201. package/dist/core/StatefulPromise.d.ts +0 -39
  202. package/dist/core/StatefulPromise.d.ts.map +0 -1
  203. package/dist/core/abstract_stream.d.ts.map +0 -1
  204. package/dist/core/advisory_locks.d.ts +0 -10
  205. package/dist/core/advisory_locks.d.ts.map +0 -1
  206. package/dist/core/auth.d.ts.map +0 -1
  207. package/dist/core/cache.d.ts.map +0 -1
  208. package/dist/core/client.d.ts.map +0 -1
  209. package/dist/core/config.d.ts.map +0 -1
  210. package/dist/core/default_client.d.ts.map +0 -1
  211. package/dist/core/driver.d.ts.map +0 -1
  212. package/dist/core/error_resource.d.ts +0 -6
  213. package/dist/core/error_resource.d.ts.map +0 -1
  214. package/dist/core/errors.d.ts.map +0 -1
  215. package/dist/core/final.d.ts.map +0 -1
  216. package/dist/core/ll_client.d.ts.map +0 -1
  217. package/dist/core/ll_transaction.d.ts.map +0 -1
  218. package/dist/core/stat.d.ts.map +0 -1
  219. package/dist/core/transaction.d.ts.map +0 -1
  220. package/dist/core/type_conversion.d.ts +0 -8
  221. package/dist/core/type_conversion.d.ts.map +0 -1
  222. package/dist/core/types.d.ts.map +0 -1
  223. package/dist/core/unauth_client.d.ts.map +0 -1
  224. package/dist/core/websocket_stream.d.ts +0 -67
  225. package/dist/core/websocket_stream.d.ts.map +0 -1
  226. package/dist/core/wire.d.ts.map +0 -1
  227. package/dist/helpers/pl.d.ts.map +0 -1
  228. package/dist/helpers/poll.d.ts.map +0 -1
  229. package/dist/helpers/retry_strategy.d.ts +0 -24
  230. package/dist/helpers/retry_strategy.d.ts.map +0 -1
  231. package/dist/helpers/state_helpers.d.ts +0 -3
  232. package/dist/helpers/state_helpers.d.ts.map +0 -1
  233. package/dist/helpers/tx_helpers.d.ts.map +0 -1
  234. package/dist/index.cjs.map +0 -1
  235. package/dist/index.d.ts.map +0 -1
  236. package/dist/index.js.map +0 -1
  237. package/dist/proto-grpc/github.com/googleapis/googleapis/google/rpc/status.d.ts.map +0 -1
  238. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts.map +0 -1
  239. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts.map +0 -1
  240. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts.map +0 -1
  241. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts.map +0 -1
  242. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts +0 -106
  243. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts.map +0 -1
  244. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts.map +0 -1
  245. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/ws-test.d.ts +0 -73
  246. package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/ws-test.d.ts.map +0 -1
  247. package/dist/proto-grpc/google/api/http.d.ts +0 -456
  248. package/dist/proto-grpc/google/api/http.d.ts.map +0 -1
  249. package/dist/proto-grpc/google/protobuf/any.d.ts.map +0 -1
  250. package/dist/proto-grpc/google/protobuf/descriptor.d.ts +0 -2340
  251. package/dist/proto-grpc/google/protobuf/descriptor.d.ts.map +0 -1
  252. package/dist/proto-grpc/google/protobuf/duration.d.ts.map +0 -1
  253. package/dist/proto-grpc/google/protobuf/empty.d.ts +0 -32
  254. package/dist/proto-grpc/google/protobuf/empty.d.ts.map +0 -1
  255. package/dist/proto-grpc/google/protobuf/struct.d.ts +0 -187
  256. package/dist/proto-grpc/google/protobuf/struct.d.ts.map +0 -1
  257. package/dist/proto-grpc/google/protobuf/timestamp.d.ts.map +0 -1
  258. package/dist/proto-grpc/google/protobuf/wrappers.d.ts +0 -308
  259. package/dist/proto-grpc/google/protobuf/wrappers.d.ts.map +0 -1
  260. package/dist/proto-grpc/google/rpc/code.d.ts.map +0 -1
  261. package/dist/proto-grpc/google/rpc/error_details.d.ts +0 -654
  262. package/dist/proto-grpc/google/rpc/error_details.d.ts.map +0 -1
  263. package/dist/proto-grpc/google/rpc/http.d.ts +0 -121
  264. package/dist/proto-grpc/google/rpc/http.d.ts.map +0 -1
  265. package/dist/proto-grpc/google/rpc/status.d.ts +0 -55
  266. package/dist/proto-grpc/google/rpc/status.d.ts.map +0 -1
  267. package/dist/proto-rest/index.d.ts.map +0 -1
  268. package/dist/proto-rest/plapi.d.ts.map +0 -1
  269. package/dist/test/tcp-proxy.d.ts.map +0 -1
  270. package/dist/test/test_config.d.ts.map +0 -1
  271. package/dist/util/branding.d.ts +0 -7
  272. package/dist/util/branding.d.ts.map +0 -1
  273. package/dist/util/pl.d.ts +0 -9
  274. package/dist/util/pl.d.ts.map +0 -1
  275. package/dist/util/util.d.ts +0 -2
  276. package/dist/util/util.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"resource_types.js","sources":["../../../../../../../src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/resource_types.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none\n// @generated from protobuf file \"github.com/milaboratory/pl/plapi/plapiproto/resource_types.proto\" (package \"MiLaboratories.PL.RTypes\", syntax proto3)\n// tslint:disable\nimport type { BinaryWriteOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryWriter } from \"@protobuf-ts/runtime\";\nimport { WireType } from \"@protobuf-ts/runtime\";\nimport type { BinaryReadOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryReader } from \"@protobuf-ts/runtime\";\nimport { UnknownFieldHandler } from \"@protobuf-ts/runtime\";\nimport type { PartialMessage } from \"@protobuf-ts/runtime\";\nimport { reflectionMergePartial } from \"@protobuf-ts/runtime\";\nimport { MessageType } from \"@protobuf-ts/runtime\";\nimport { ResourceType } from \"./base_types\";\n/**\n * @generated from protobuf message MiLaboratories.PL.RTypes.Number\n */\nexport interface Number$ {\n /**\n * @generated from protobuf oneof: value\n */\n value: {\n oneofKind: \"int32\";\n /**\n * @generated from protobuf field: int32 int32 = 1\n */\n int32: number;\n } | {\n oneofKind: \"uint32\";\n /**\n * @generated from protobuf field: uint32 uint32 = 2\n */\n uint32: number;\n } | {\n oneofKind: \"int64\";\n /**\n * @generated from protobuf field: int64 int64 = 3\n */\n int64: bigint;\n } | {\n oneofKind: \"uint64\";\n /**\n * @generated from protobuf field: uint64 uint64 = 4\n */\n uint64: bigint;\n } | {\n oneofKind: \"float\";\n /**\n * @generated from protobuf field: float float = 5\n */\n float: number;\n } | {\n oneofKind: \"double\";\n /**\n * @generated from protobuf field: double double = 6\n */\n double: number;\n } | {\n oneofKind: undefined;\n };\n}\n/**\n * @generated from protobuf message MiLaboratories.PL.RTypes.ControllerSettings\n */\nexport interface ControllerSettings {\n /**\n * @generated from protobuf field: string type = 1\n */\n type: string;\n}\n/**\n * @generated from protobuf message MiLaboratories.PL.RTypes.SubscriptionSettings\n */\nexport interface SubscriptionSettings {\n /**\n * @generated from protobuf field: bool blocking = 1\n */\n blocking: boolean;\n /**\n * FIXME: drop this hack once we allow Data in Structural resources\n *\n * @generated from protobuf field: uint64 randomizer = 2\n */\n randomizer: bigint; // dirty hack that makes subscription settings resources unique\n}\n/**\n * @generated from protobuf message MiLaboratories.PL.RTypes.NotificationFilter\n */\nexport interface NotificationFilter {\n /**\n * @generated from protobuf oneof: resource_filter\n */\n resourceFilter: {\n oneofKind: \"resourceType\";\n /**\n * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType resource_type = 1\n */\n resourceType: ResourceType;\n } | {\n oneofKind: \"resourceId\";\n /**\n * @generated from protobuf field: uint64 resource_id = 7\n */\n resourceId: bigint;\n } | {\n oneofKind: undefined;\n };\n /**\n * @generated from protobuf field: MiLaboratories.PL.RTypes.NotificationFilter.EventFilter event_filter = 8\n */\n eventFilter?: NotificationFilter_EventFilter;\n /**\n * @generated from protobuf field: MiLaboratories.PL.RTypes.NotificationFilter.Payload payload = 9\n */\n payload?: NotificationFilter_Payload;\n}\n/**\n * @generated from protobuf message MiLaboratories.PL.RTypes.NotificationFilter.EventFilter\n */\nexport interface NotificationFilter_EventFilter {\n /**\n * @generated from protobuf field: optional bool all = 1\n */\n all?: boolean;\n // \n // Resource events\n // \n\n /**\n * @generated from protobuf field: optional bool resource_created = 2\n */\n resourceCreated?: boolean;\n /**\n * @generated from protobuf field: optional bool resource_deleted = 3\n */\n resourceDeleted?: boolean;\n /**\n * @generated from protobuf field: optional bool resource_ready = 5\n */\n resourceReady?: boolean;\n /**\n * @generated from protobuf field: optional bool resource_duplicate = 6\n */\n resourceDuplicate?: boolean;\n /**\n * @generated from protobuf field: optional bool resource_error = 16\n */\n resourceError?: boolean;\n /**\n *\n * Field events\n *\n *\n * @generated from protobuf field: optional bool inputs_locked = 13\n */\n inputsLocked?: boolean;\n /**\n * @generated from protobuf field: optional bool outputs_locked = 14\n */\n outputsLocked?: boolean;\n /**\n * @generated from protobuf field: optional bool field_created = 12\n */\n fieldCreated?: boolean;\n /**\n * @generated from protobuf field: optional bool field_got_error = 17\n */\n fieldGotError?: boolean;\n /**\n * @generated from protobuf field: optional bool input_set = 7\n */\n inputSet?: boolean;\n /**\n * @generated from protobuf field: optional bool all_inputs_set = 8\n */\n allInputsSet?: boolean;\n /**\n * @generated from protobuf field: optional bool output_set = 9\n */\n outputSet?: boolean;\n /**\n * @generated from protobuf field: optional bool all_outputs_set = 10\n */\n allOutputsSet?: boolean;\n /**\n * @generated from protobuf field: optional bool generic_otw_set = 15\n */\n genericOtwSet?: boolean;\n /**\n * @generated from protobuf field: optional bool dynamic_changed = 11\n */\n dynamicChanged?: boolean;\n}\n/**\n * @generated from protobuf message MiLaboratories.PL.RTypes.NotificationFilter.Payload\n */\nexport interface NotificationFilter_Payload {\n /**\n * @generated from protobuf field: map<string, bytes> values = 1\n */\n values: {\n [key: string]: Uint8Array;\n };\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass Number$$Type extends MessageType<Number$> {\n constructor() {\n super(\"MiLaboratories.PL.RTypes.Number\", [\n { no: 1, name: \"int32\", kind: \"scalar\", oneof: \"value\", T: 5 /*ScalarType.INT32*/ },\n { no: 2, name: \"uint32\", kind: \"scalar\", oneof: \"value\", T: 13 /*ScalarType.UINT32*/ },\n { no: 3, name: \"int64\", kind: \"scalar\", oneof: \"value\", T: 3 /*ScalarType.INT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 4, name: \"uint64\", kind: \"scalar\", oneof: \"value\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 5, name: \"float\", kind: \"scalar\", oneof: \"value\", T: 2 /*ScalarType.FLOAT*/ },\n { no: 6, name: \"double\", kind: \"scalar\", oneof: \"value\", T: 1 /*ScalarType.DOUBLE*/ }\n ]);\n }\n create(value?: PartialMessage<Number$>): Number$ {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.value = { oneofKind: undefined };\n if (value !== undefined)\n reflectionMergePartial<Number$>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Number$): Number$ {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* int32 int32 */ 1:\n message.value = {\n oneofKind: \"int32\",\n int32: reader.int32()\n };\n break;\n case /* uint32 uint32 */ 2:\n message.value = {\n oneofKind: \"uint32\",\n uint32: reader.uint32()\n };\n break;\n case /* int64 int64 */ 3:\n message.value = {\n oneofKind: \"int64\",\n int64: reader.int64().toBigInt()\n };\n break;\n case /* uint64 uint64 */ 4:\n message.value = {\n oneofKind: \"uint64\",\n uint64: reader.uint64().toBigInt()\n };\n break;\n case /* float float */ 5:\n message.value = {\n oneofKind: \"float\",\n float: reader.float()\n };\n break;\n case /* double double */ 6:\n message.value = {\n oneofKind: \"double\",\n double: reader.double()\n };\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: Number$, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* int32 int32 = 1; */\n if (message.value.oneofKind === \"int32\")\n writer.tag(1, WireType.Varint).int32(message.value.int32);\n /* uint32 uint32 = 2; */\n if (message.value.oneofKind === \"uint32\")\n writer.tag(2, WireType.Varint).uint32(message.value.uint32);\n /* int64 int64 = 3; */\n if (message.value.oneofKind === \"int64\")\n writer.tag(3, WireType.Varint).int64(message.value.int64);\n /* uint64 uint64 = 4; */\n if (message.value.oneofKind === \"uint64\")\n writer.tag(4, WireType.Varint).uint64(message.value.uint64);\n /* float float = 5; */\n if (message.value.oneofKind === \"float\")\n writer.tag(5, WireType.Bit32).float(message.value.float);\n /* double double = 6; */\n if (message.value.oneofKind === \"double\")\n writer.tag(6, WireType.Bit64).double(message.value.double);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.Number\n */\nexport const Number$ = new Number$$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ControllerSettings$Type extends MessageType<ControllerSettings> {\n constructor() {\n super(\"MiLaboratories.PL.RTypes.ControllerSettings\", [\n { no: 1, name: \"type\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ }\n ]);\n }\n create(value?: PartialMessage<ControllerSettings>): ControllerSettings {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.type = \"\";\n if (value !== undefined)\n reflectionMergePartial<ControllerSettings>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ControllerSettings): ControllerSettings {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* string type */ 1:\n message.type = reader.string();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ControllerSettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* string type = 1; */\n if (message.type !== \"\")\n writer.tag(1, WireType.LengthDelimited).string(message.type);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.ControllerSettings\n */\nexport const ControllerSettings = new ControllerSettings$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass SubscriptionSettings$Type extends MessageType<SubscriptionSettings> {\n constructor() {\n super(\"MiLaboratories.PL.RTypes.SubscriptionSettings\", [\n { no: 1, name: \"blocking\", kind: \"scalar\", T: 8 /*ScalarType.BOOL*/ },\n { no: 2, name: \"randomizer\", kind: \"scalar\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ }\n ]);\n }\n create(value?: PartialMessage<SubscriptionSettings>): SubscriptionSettings {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.blocking = false;\n message.randomizer = 0n;\n if (value !== undefined)\n reflectionMergePartial<SubscriptionSettings>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SubscriptionSettings): SubscriptionSettings {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* bool blocking */ 1:\n message.blocking = reader.bool();\n break;\n case /* uint64 randomizer */ 2:\n message.randomizer = reader.uint64().toBigInt();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: SubscriptionSettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* bool blocking = 1; */\n if (message.blocking !== false)\n writer.tag(1, WireType.Varint).bool(message.blocking);\n /* uint64 randomizer = 2; */\n if (message.randomizer !== 0n)\n writer.tag(2, WireType.Varint).uint64(message.randomizer);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.SubscriptionSettings\n */\nexport const SubscriptionSettings = new SubscriptionSettings$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass NotificationFilter$Type extends MessageType<NotificationFilter> {\n constructor() {\n super(\"MiLaboratories.PL.RTypes.NotificationFilter\", [\n { no: 1, name: \"resource_type\", kind: \"message\", oneof: \"resourceFilter\", T: () => ResourceType },\n { no: 7, name: \"resource_id\", kind: \"scalar\", oneof: \"resourceFilter\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 8, name: \"event_filter\", kind: \"message\", T: () => NotificationFilter_EventFilter },\n { no: 9, name: \"payload\", kind: \"message\", T: () => NotificationFilter_Payload }\n ]);\n }\n create(value?: PartialMessage<NotificationFilter>): NotificationFilter {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.resourceFilter = { oneofKind: undefined };\n if (value !== undefined)\n reflectionMergePartial<NotificationFilter>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: NotificationFilter): NotificationFilter {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* MiLaboratories.PL.Base.ResourceType resource_type */ 1:\n message.resourceFilter = {\n oneofKind: \"resourceType\",\n resourceType: ResourceType.internalBinaryRead(reader, reader.uint32(), options, (message.resourceFilter as any).resourceType)\n };\n break;\n case /* uint64 resource_id */ 7:\n message.resourceFilter = {\n oneofKind: \"resourceId\",\n resourceId: reader.uint64().toBigInt()\n };\n break;\n case /* MiLaboratories.PL.RTypes.NotificationFilter.EventFilter event_filter */ 8:\n message.eventFilter = NotificationFilter_EventFilter.internalBinaryRead(reader, reader.uint32(), options, message.eventFilter);\n break;\n case /* MiLaboratories.PL.RTypes.NotificationFilter.Payload payload */ 9:\n message.payload = NotificationFilter_Payload.internalBinaryRead(reader, reader.uint32(), options, message.payload);\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: NotificationFilter, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* MiLaboratories.PL.Base.ResourceType resource_type = 1; */\n if (message.resourceFilter.oneofKind === \"resourceType\")\n ResourceType.internalBinaryWrite(message.resourceFilter.resourceType, writer.tag(1, WireType.LengthDelimited).fork(), options).join();\n /* uint64 resource_id = 7; */\n if (message.resourceFilter.oneofKind === \"resourceId\")\n writer.tag(7, WireType.Varint).uint64(message.resourceFilter.resourceId);\n /* MiLaboratories.PL.RTypes.NotificationFilter.EventFilter event_filter = 8; */\n if (message.eventFilter)\n NotificationFilter_EventFilter.internalBinaryWrite(message.eventFilter, writer.tag(8, WireType.LengthDelimited).fork(), options).join();\n /* MiLaboratories.PL.RTypes.NotificationFilter.Payload payload = 9; */\n if (message.payload)\n NotificationFilter_Payload.internalBinaryWrite(message.payload, writer.tag(9, WireType.LengthDelimited).fork(), options).join();\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.NotificationFilter\n */\nexport const NotificationFilter = new NotificationFilter$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass NotificationFilter_EventFilter$Type extends MessageType<NotificationFilter_EventFilter> {\n constructor() {\n super(\"MiLaboratories.PL.RTypes.NotificationFilter.EventFilter\", [\n { no: 1, name: \"all\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 2, name: \"resource_created\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 3, name: \"resource_deleted\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 5, name: \"resource_ready\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 6, name: \"resource_duplicate\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 16, name: \"resource_error\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 13, name: \"inputs_locked\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 14, name: \"outputs_locked\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 12, name: \"field_created\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 17, name: \"field_got_error\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 7, name: \"input_set\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 8, name: \"all_inputs_set\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 9, name: \"output_set\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 10, name: \"all_outputs_set\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 15, name: \"generic_otw_set\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 11, name: \"dynamic_changed\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ }\n ]);\n }\n create(value?: PartialMessage<NotificationFilter_EventFilter>): NotificationFilter_EventFilter {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<NotificationFilter_EventFilter>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: NotificationFilter_EventFilter): NotificationFilter_EventFilter {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* optional bool all */ 1:\n message.all = reader.bool();\n break;\n case /* optional bool resource_created */ 2:\n message.resourceCreated = reader.bool();\n break;\n case /* optional bool resource_deleted */ 3:\n message.resourceDeleted = reader.bool();\n break;\n case /* optional bool resource_ready */ 5:\n message.resourceReady = reader.bool();\n break;\n case /* optional bool resource_duplicate */ 6:\n message.resourceDuplicate = reader.bool();\n break;\n case /* optional bool resource_error */ 16:\n message.resourceError = reader.bool();\n break;\n case /* optional bool inputs_locked */ 13:\n message.inputsLocked = reader.bool();\n break;\n case /* optional bool outputs_locked */ 14:\n message.outputsLocked = reader.bool();\n break;\n case /* optional bool field_created */ 12:\n message.fieldCreated = reader.bool();\n break;\n case /* optional bool field_got_error */ 17:\n message.fieldGotError = reader.bool();\n break;\n case /* optional bool input_set */ 7:\n message.inputSet = reader.bool();\n break;\n case /* optional bool all_inputs_set */ 8:\n message.allInputsSet = reader.bool();\n break;\n case /* optional bool output_set */ 9:\n message.outputSet = reader.bool();\n break;\n case /* optional bool all_outputs_set */ 10:\n message.allOutputsSet = reader.bool();\n break;\n case /* optional bool generic_otw_set */ 15:\n message.genericOtwSet = reader.bool();\n break;\n case /* optional bool dynamic_changed */ 11:\n message.dynamicChanged = reader.bool();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: NotificationFilter_EventFilter, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* optional bool all = 1; */\n if (message.all !== undefined)\n writer.tag(1, WireType.Varint).bool(message.all);\n /* optional bool resource_created = 2; */\n if (message.resourceCreated !== undefined)\n writer.tag(2, WireType.Varint).bool(message.resourceCreated);\n /* optional bool resource_deleted = 3; */\n if (message.resourceDeleted !== undefined)\n writer.tag(3, WireType.Varint).bool(message.resourceDeleted);\n /* optional bool resource_ready = 5; */\n if (message.resourceReady !== undefined)\n writer.tag(5, WireType.Varint).bool(message.resourceReady);\n /* optional bool resource_duplicate = 6; */\n if (message.resourceDuplicate !== undefined)\n writer.tag(6, WireType.Varint).bool(message.resourceDuplicate);\n /* optional bool input_set = 7; */\n if (message.inputSet !== undefined)\n writer.tag(7, WireType.Varint).bool(message.inputSet);\n /* optional bool all_inputs_set = 8; */\n if (message.allInputsSet !== undefined)\n writer.tag(8, WireType.Varint).bool(message.allInputsSet);\n /* optional bool output_set = 9; */\n if (message.outputSet !== undefined)\n writer.tag(9, WireType.Varint).bool(message.outputSet);\n /* optional bool all_outputs_set = 10; */\n if (message.allOutputsSet !== undefined)\n writer.tag(10, WireType.Varint).bool(message.allOutputsSet);\n /* optional bool dynamic_changed = 11; */\n if (message.dynamicChanged !== undefined)\n writer.tag(11, WireType.Varint).bool(message.dynamicChanged);\n /* optional bool field_created = 12; */\n if (message.fieldCreated !== undefined)\n writer.tag(12, WireType.Varint).bool(message.fieldCreated);\n /* optional bool inputs_locked = 13; */\n if (message.inputsLocked !== undefined)\n writer.tag(13, WireType.Varint).bool(message.inputsLocked);\n /* optional bool outputs_locked = 14; */\n if (message.outputsLocked !== undefined)\n writer.tag(14, WireType.Varint).bool(message.outputsLocked);\n /* optional bool generic_otw_set = 15; */\n if (message.genericOtwSet !== undefined)\n writer.tag(15, WireType.Varint).bool(message.genericOtwSet);\n /* optional bool resource_error = 16; */\n if (message.resourceError !== undefined)\n writer.tag(16, WireType.Varint).bool(message.resourceError);\n /* optional bool field_got_error = 17; */\n if (message.fieldGotError !== undefined)\n writer.tag(17, WireType.Varint).bool(message.fieldGotError);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.NotificationFilter.EventFilter\n */\nexport const NotificationFilter_EventFilter = new NotificationFilter_EventFilter$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass NotificationFilter_Payload$Type extends MessageType<NotificationFilter_Payload> {\n constructor() {\n super(\"MiLaboratories.PL.RTypes.NotificationFilter.Payload\", [\n { no: 1, name: \"values\", kind: \"map\", K: 9 /*ScalarType.STRING*/, V: { kind: \"scalar\", T: 12 /*ScalarType.BYTES*/ } }\n ]);\n }\n create(value?: PartialMessage<NotificationFilter_Payload>): NotificationFilter_Payload {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.values = {};\n if (value !== undefined)\n reflectionMergePartial<NotificationFilter_Payload>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: NotificationFilter_Payload): NotificationFilter_Payload {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* map<string, bytes> values */ 1:\n this.binaryReadMap1(message.values, reader, options);\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n private binaryReadMap1(map: NotificationFilter_Payload[\"values\"], reader: IBinaryReader, options: BinaryReadOptions): void {\n let len = reader.uint32(), end = reader.pos + len, key: keyof NotificationFilter_Payload[\"values\"] | undefined, val: NotificationFilter_Payload[\"values\"][any] | undefined;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case 1:\n key = reader.string();\n break;\n case 2:\n val = reader.bytes();\n break;\n default: throw new globalThis.Error(\"unknown map entry field for MiLaboratories.PL.RTypes.NotificationFilter.Payload.values\");\n }\n }\n map[key ?? \"\"] = val ?? new Uint8Array(0);\n }\n internalBinaryWrite(message: NotificationFilter_Payload, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* map<string, bytes> values = 1; */\n for (let k of globalThis.Object.keys(message.values))\n writer.tag(1, WireType.LengthDelimited).fork().tag(1, WireType.LengthDelimited).string(k).tag(2, WireType.LengthDelimited).bytes(message.values[k]).join();\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.NotificationFilter.Payload\n */\nexport const NotificationFilter_Payload = new NotificationFilter_Payload$Type();\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"resource_types.js","names":[],"sources":["../../../../../../../src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/resource_types.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none\n// @generated from protobuf file \"github.com/milaboratory/pl/plapi/plapiproto/resource_types.proto\" (package \"MiLaboratories.PL.RTypes\", syntax proto3)\n// tslint:disable\nimport type { BinaryWriteOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryWriter } from \"@protobuf-ts/runtime\";\nimport { WireType } from \"@protobuf-ts/runtime\";\nimport type { BinaryReadOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryReader } from \"@protobuf-ts/runtime\";\nimport { UnknownFieldHandler } from \"@protobuf-ts/runtime\";\nimport type { PartialMessage } from \"@protobuf-ts/runtime\";\nimport { reflectionMergePartial } from \"@protobuf-ts/runtime\";\nimport { MessageType } from \"@protobuf-ts/runtime\";\nimport { ResourceType } from \"./base_types\";\n/**\n * @generated from protobuf message MiLaboratories.PL.RTypes.Number\n */\nexport interface Number$ {\n /**\n * @generated from protobuf oneof: value\n */\n value: {\n oneofKind: \"int32\";\n /**\n * @generated from protobuf field: int32 int32 = 1\n */\n int32: number;\n } | {\n oneofKind: \"uint32\";\n /**\n * @generated from protobuf field: uint32 uint32 = 2\n */\n uint32: number;\n } | {\n oneofKind: \"int64\";\n /**\n * @generated from protobuf field: int64 int64 = 3\n */\n int64: bigint;\n } | {\n oneofKind: \"uint64\";\n /**\n * @generated from protobuf field: uint64 uint64 = 4\n */\n uint64: bigint;\n } | {\n oneofKind: \"float\";\n /**\n * @generated from protobuf field: float float = 5\n */\n float: number;\n } | {\n oneofKind: \"double\";\n /**\n * @generated from protobuf field: double double = 6\n */\n double: number;\n } | {\n oneofKind: undefined;\n };\n}\n/**\n * @generated from protobuf message MiLaboratories.PL.RTypes.ControllerSettings\n */\nexport interface ControllerSettings {\n /**\n * @generated from protobuf field: string type = 1\n */\n type: string;\n}\n/**\n * @generated from protobuf message MiLaboratories.PL.RTypes.SubscriptionSettings\n */\nexport interface SubscriptionSettings {\n /**\n * @generated from protobuf field: bool blocking = 1\n */\n blocking: boolean;\n /**\n * FIXME: drop this hack once we allow Data in Structural resources\n *\n * @generated from protobuf field: uint64 randomizer = 2\n */\n randomizer: bigint; // dirty hack that makes subscription settings resources unique\n}\n/**\n * @generated from protobuf message MiLaboratories.PL.RTypes.NotificationFilter\n */\nexport interface NotificationFilter {\n /**\n * @generated from protobuf oneof: resource_filter\n */\n resourceFilter: {\n oneofKind: \"resourceType\";\n /**\n * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType resource_type = 1\n */\n resourceType: ResourceType;\n } | {\n oneofKind: \"resourceId\";\n /**\n * @generated from protobuf field: uint64 resource_id = 7\n */\n resourceId: bigint;\n } | {\n oneofKind: undefined;\n };\n /**\n * @generated from protobuf field: MiLaboratories.PL.RTypes.NotificationFilter.EventFilter event_filter = 8\n */\n eventFilter?: NotificationFilter_EventFilter;\n /**\n * @generated from protobuf field: MiLaboratories.PL.RTypes.NotificationFilter.Payload payload = 9\n */\n payload?: NotificationFilter_Payload;\n}\n/**\n * @generated from protobuf message MiLaboratories.PL.RTypes.NotificationFilter.EventFilter\n */\nexport interface NotificationFilter_EventFilter {\n /**\n * @generated from protobuf field: optional bool all = 1\n */\n all?: boolean;\n // \n // Resource events\n // \n\n /**\n * @generated from protobuf field: optional bool resource_created = 2\n */\n resourceCreated?: boolean;\n /**\n * @generated from protobuf field: optional bool resource_deleted = 3\n */\n resourceDeleted?: boolean;\n /**\n * @generated from protobuf field: optional bool resource_ready = 5\n */\n resourceReady?: boolean;\n /**\n * @generated from protobuf field: optional bool resource_duplicate = 6\n */\n resourceDuplicate?: boolean;\n /**\n * @generated from protobuf field: optional bool resource_error = 16\n */\n resourceError?: boolean;\n /**\n *\n * Field events\n *\n *\n * @generated from protobuf field: optional bool inputs_locked = 13\n */\n inputsLocked?: boolean;\n /**\n * @generated from protobuf field: optional bool outputs_locked = 14\n */\n outputsLocked?: boolean;\n /**\n * @generated from protobuf field: optional bool field_created = 12\n */\n fieldCreated?: boolean;\n /**\n * @generated from protobuf field: optional bool field_got_error = 17\n */\n fieldGotError?: boolean;\n /**\n * @generated from protobuf field: optional bool input_set = 7\n */\n inputSet?: boolean;\n /**\n * @generated from protobuf field: optional bool all_inputs_set = 8\n */\n allInputsSet?: boolean;\n /**\n * @generated from protobuf field: optional bool output_set = 9\n */\n outputSet?: boolean;\n /**\n * @generated from protobuf field: optional bool all_outputs_set = 10\n */\n allOutputsSet?: boolean;\n /**\n * @generated from protobuf field: optional bool generic_otw_set = 15\n */\n genericOtwSet?: boolean;\n /**\n * @generated from protobuf field: optional bool dynamic_changed = 11\n */\n dynamicChanged?: boolean;\n}\n/**\n * @generated from protobuf message MiLaboratories.PL.RTypes.NotificationFilter.Payload\n */\nexport interface NotificationFilter_Payload {\n /**\n * @generated from protobuf field: map<string, bytes> values = 1\n */\n values: {\n [key: string]: Uint8Array;\n };\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass Number$$Type extends MessageType<Number$> {\n constructor() {\n super(\"MiLaboratories.PL.RTypes.Number\", [\n { no: 1, name: \"int32\", kind: \"scalar\", oneof: \"value\", T: 5 /*ScalarType.INT32*/ },\n { no: 2, name: \"uint32\", kind: \"scalar\", oneof: \"value\", T: 13 /*ScalarType.UINT32*/ },\n { no: 3, name: \"int64\", kind: \"scalar\", oneof: \"value\", T: 3 /*ScalarType.INT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 4, name: \"uint64\", kind: \"scalar\", oneof: \"value\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 5, name: \"float\", kind: \"scalar\", oneof: \"value\", T: 2 /*ScalarType.FLOAT*/ },\n { no: 6, name: \"double\", kind: \"scalar\", oneof: \"value\", T: 1 /*ScalarType.DOUBLE*/ }\n ]);\n }\n create(value?: PartialMessage<Number$>): Number$ {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.value = { oneofKind: undefined };\n if (value !== undefined)\n reflectionMergePartial<Number$>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Number$): Number$ {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* int32 int32 */ 1:\n message.value = {\n oneofKind: \"int32\",\n int32: reader.int32()\n };\n break;\n case /* uint32 uint32 */ 2:\n message.value = {\n oneofKind: \"uint32\",\n uint32: reader.uint32()\n };\n break;\n case /* int64 int64 */ 3:\n message.value = {\n oneofKind: \"int64\",\n int64: reader.int64().toBigInt()\n };\n break;\n case /* uint64 uint64 */ 4:\n message.value = {\n oneofKind: \"uint64\",\n uint64: reader.uint64().toBigInt()\n };\n break;\n case /* float float */ 5:\n message.value = {\n oneofKind: \"float\",\n float: reader.float()\n };\n break;\n case /* double double */ 6:\n message.value = {\n oneofKind: \"double\",\n double: reader.double()\n };\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: Number$, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* int32 int32 = 1; */\n if (message.value.oneofKind === \"int32\")\n writer.tag(1, WireType.Varint).int32(message.value.int32);\n /* uint32 uint32 = 2; */\n if (message.value.oneofKind === \"uint32\")\n writer.tag(2, WireType.Varint).uint32(message.value.uint32);\n /* int64 int64 = 3; */\n if (message.value.oneofKind === \"int64\")\n writer.tag(3, WireType.Varint).int64(message.value.int64);\n /* uint64 uint64 = 4; */\n if (message.value.oneofKind === \"uint64\")\n writer.tag(4, WireType.Varint).uint64(message.value.uint64);\n /* float float = 5; */\n if (message.value.oneofKind === \"float\")\n writer.tag(5, WireType.Bit32).float(message.value.float);\n /* double double = 6; */\n if (message.value.oneofKind === \"double\")\n writer.tag(6, WireType.Bit64).double(message.value.double);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.Number\n */\nexport const Number$ = new Number$$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ControllerSettings$Type extends MessageType<ControllerSettings> {\n constructor() {\n super(\"MiLaboratories.PL.RTypes.ControllerSettings\", [\n { no: 1, name: \"type\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ }\n ]);\n }\n create(value?: PartialMessage<ControllerSettings>): ControllerSettings {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.type = \"\";\n if (value !== undefined)\n reflectionMergePartial<ControllerSettings>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ControllerSettings): ControllerSettings {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* string type */ 1:\n message.type = reader.string();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ControllerSettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* string type = 1; */\n if (message.type !== \"\")\n writer.tag(1, WireType.LengthDelimited).string(message.type);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.ControllerSettings\n */\nexport const ControllerSettings = new ControllerSettings$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass SubscriptionSettings$Type extends MessageType<SubscriptionSettings> {\n constructor() {\n super(\"MiLaboratories.PL.RTypes.SubscriptionSettings\", [\n { no: 1, name: \"blocking\", kind: \"scalar\", T: 8 /*ScalarType.BOOL*/ },\n { no: 2, name: \"randomizer\", kind: \"scalar\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ }\n ]);\n }\n create(value?: PartialMessage<SubscriptionSettings>): SubscriptionSettings {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.blocking = false;\n message.randomizer = 0n;\n if (value !== undefined)\n reflectionMergePartial<SubscriptionSettings>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SubscriptionSettings): SubscriptionSettings {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* bool blocking */ 1:\n message.blocking = reader.bool();\n break;\n case /* uint64 randomizer */ 2:\n message.randomizer = reader.uint64().toBigInt();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: SubscriptionSettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* bool blocking = 1; */\n if (message.blocking !== false)\n writer.tag(1, WireType.Varint).bool(message.blocking);\n /* uint64 randomizer = 2; */\n if (message.randomizer !== 0n)\n writer.tag(2, WireType.Varint).uint64(message.randomizer);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.SubscriptionSettings\n */\nexport const SubscriptionSettings = new SubscriptionSettings$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass NotificationFilter$Type extends MessageType<NotificationFilter> {\n constructor() {\n super(\"MiLaboratories.PL.RTypes.NotificationFilter\", [\n { no: 1, name: \"resource_type\", kind: \"message\", oneof: \"resourceFilter\", T: () => ResourceType },\n { no: 7, name: \"resource_id\", kind: \"scalar\", oneof: \"resourceFilter\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 8, name: \"event_filter\", kind: \"message\", T: () => NotificationFilter_EventFilter },\n { no: 9, name: \"payload\", kind: \"message\", T: () => NotificationFilter_Payload }\n ]);\n }\n create(value?: PartialMessage<NotificationFilter>): NotificationFilter {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.resourceFilter = { oneofKind: undefined };\n if (value !== undefined)\n reflectionMergePartial<NotificationFilter>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: NotificationFilter): NotificationFilter {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* MiLaboratories.PL.Base.ResourceType resource_type */ 1:\n message.resourceFilter = {\n oneofKind: \"resourceType\",\n resourceType: ResourceType.internalBinaryRead(reader, reader.uint32(), options, (message.resourceFilter as any).resourceType)\n };\n break;\n case /* uint64 resource_id */ 7:\n message.resourceFilter = {\n oneofKind: \"resourceId\",\n resourceId: reader.uint64().toBigInt()\n };\n break;\n case /* MiLaboratories.PL.RTypes.NotificationFilter.EventFilter event_filter */ 8:\n message.eventFilter = NotificationFilter_EventFilter.internalBinaryRead(reader, reader.uint32(), options, message.eventFilter);\n break;\n case /* MiLaboratories.PL.RTypes.NotificationFilter.Payload payload */ 9:\n message.payload = NotificationFilter_Payload.internalBinaryRead(reader, reader.uint32(), options, message.payload);\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: NotificationFilter, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* MiLaboratories.PL.Base.ResourceType resource_type = 1; */\n if (message.resourceFilter.oneofKind === \"resourceType\")\n ResourceType.internalBinaryWrite(message.resourceFilter.resourceType, writer.tag(1, WireType.LengthDelimited).fork(), options).join();\n /* uint64 resource_id = 7; */\n if (message.resourceFilter.oneofKind === \"resourceId\")\n writer.tag(7, WireType.Varint).uint64(message.resourceFilter.resourceId);\n /* MiLaboratories.PL.RTypes.NotificationFilter.EventFilter event_filter = 8; */\n if (message.eventFilter)\n NotificationFilter_EventFilter.internalBinaryWrite(message.eventFilter, writer.tag(8, WireType.LengthDelimited).fork(), options).join();\n /* MiLaboratories.PL.RTypes.NotificationFilter.Payload payload = 9; */\n if (message.payload)\n NotificationFilter_Payload.internalBinaryWrite(message.payload, writer.tag(9, WireType.LengthDelimited).fork(), options).join();\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.NotificationFilter\n */\nexport const NotificationFilter = new NotificationFilter$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass NotificationFilter_EventFilter$Type extends MessageType<NotificationFilter_EventFilter> {\n constructor() {\n super(\"MiLaboratories.PL.RTypes.NotificationFilter.EventFilter\", [\n { no: 1, name: \"all\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 2, name: \"resource_created\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 3, name: \"resource_deleted\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 5, name: \"resource_ready\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 6, name: \"resource_duplicate\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 16, name: \"resource_error\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 13, name: \"inputs_locked\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 14, name: \"outputs_locked\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 12, name: \"field_created\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 17, name: \"field_got_error\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 7, name: \"input_set\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 8, name: \"all_inputs_set\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 9, name: \"output_set\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 10, name: \"all_outputs_set\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 15, name: \"generic_otw_set\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ },\n { no: 11, name: \"dynamic_changed\", kind: \"scalar\", opt: true, T: 8 /*ScalarType.BOOL*/ }\n ]);\n }\n create(value?: PartialMessage<NotificationFilter_EventFilter>): NotificationFilter_EventFilter {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<NotificationFilter_EventFilter>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: NotificationFilter_EventFilter): NotificationFilter_EventFilter {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* optional bool all */ 1:\n message.all = reader.bool();\n break;\n case /* optional bool resource_created */ 2:\n message.resourceCreated = reader.bool();\n break;\n case /* optional bool resource_deleted */ 3:\n message.resourceDeleted = reader.bool();\n break;\n case /* optional bool resource_ready */ 5:\n message.resourceReady = reader.bool();\n break;\n case /* optional bool resource_duplicate */ 6:\n message.resourceDuplicate = reader.bool();\n break;\n case /* optional bool resource_error */ 16:\n message.resourceError = reader.bool();\n break;\n case /* optional bool inputs_locked */ 13:\n message.inputsLocked = reader.bool();\n break;\n case /* optional bool outputs_locked */ 14:\n message.outputsLocked = reader.bool();\n break;\n case /* optional bool field_created */ 12:\n message.fieldCreated = reader.bool();\n break;\n case /* optional bool field_got_error */ 17:\n message.fieldGotError = reader.bool();\n break;\n case /* optional bool input_set */ 7:\n message.inputSet = reader.bool();\n break;\n case /* optional bool all_inputs_set */ 8:\n message.allInputsSet = reader.bool();\n break;\n case /* optional bool output_set */ 9:\n message.outputSet = reader.bool();\n break;\n case /* optional bool all_outputs_set */ 10:\n message.allOutputsSet = reader.bool();\n break;\n case /* optional bool generic_otw_set */ 15:\n message.genericOtwSet = reader.bool();\n break;\n case /* optional bool dynamic_changed */ 11:\n message.dynamicChanged = reader.bool();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: NotificationFilter_EventFilter, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* optional bool all = 1; */\n if (message.all !== undefined)\n writer.tag(1, WireType.Varint).bool(message.all);\n /* optional bool resource_created = 2; */\n if (message.resourceCreated !== undefined)\n writer.tag(2, WireType.Varint).bool(message.resourceCreated);\n /* optional bool resource_deleted = 3; */\n if (message.resourceDeleted !== undefined)\n writer.tag(3, WireType.Varint).bool(message.resourceDeleted);\n /* optional bool resource_ready = 5; */\n if (message.resourceReady !== undefined)\n writer.tag(5, WireType.Varint).bool(message.resourceReady);\n /* optional bool resource_duplicate = 6; */\n if (message.resourceDuplicate !== undefined)\n writer.tag(6, WireType.Varint).bool(message.resourceDuplicate);\n /* optional bool input_set = 7; */\n if (message.inputSet !== undefined)\n writer.tag(7, WireType.Varint).bool(message.inputSet);\n /* optional bool all_inputs_set = 8; */\n if (message.allInputsSet !== undefined)\n writer.tag(8, WireType.Varint).bool(message.allInputsSet);\n /* optional bool output_set = 9; */\n if (message.outputSet !== undefined)\n writer.tag(9, WireType.Varint).bool(message.outputSet);\n /* optional bool all_outputs_set = 10; */\n if (message.allOutputsSet !== undefined)\n writer.tag(10, WireType.Varint).bool(message.allOutputsSet);\n /* optional bool dynamic_changed = 11; */\n if (message.dynamicChanged !== undefined)\n writer.tag(11, WireType.Varint).bool(message.dynamicChanged);\n /* optional bool field_created = 12; */\n if (message.fieldCreated !== undefined)\n writer.tag(12, WireType.Varint).bool(message.fieldCreated);\n /* optional bool inputs_locked = 13; */\n if (message.inputsLocked !== undefined)\n writer.tag(13, WireType.Varint).bool(message.inputsLocked);\n /* optional bool outputs_locked = 14; */\n if (message.outputsLocked !== undefined)\n writer.tag(14, WireType.Varint).bool(message.outputsLocked);\n /* optional bool generic_otw_set = 15; */\n if (message.genericOtwSet !== undefined)\n writer.tag(15, WireType.Varint).bool(message.genericOtwSet);\n /* optional bool resource_error = 16; */\n if (message.resourceError !== undefined)\n writer.tag(16, WireType.Varint).bool(message.resourceError);\n /* optional bool field_got_error = 17; */\n if (message.fieldGotError !== undefined)\n writer.tag(17, WireType.Varint).bool(message.fieldGotError);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.NotificationFilter.EventFilter\n */\nexport const NotificationFilter_EventFilter = new NotificationFilter_EventFilter$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass NotificationFilter_Payload$Type extends MessageType<NotificationFilter_Payload> {\n constructor() {\n super(\"MiLaboratories.PL.RTypes.NotificationFilter.Payload\", [\n { no: 1, name: \"values\", kind: \"map\", K: 9 /*ScalarType.STRING*/, V: { kind: \"scalar\", T: 12 /*ScalarType.BYTES*/ } }\n ]);\n }\n create(value?: PartialMessage<NotificationFilter_Payload>): NotificationFilter_Payload {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.values = {};\n if (value !== undefined)\n reflectionMergePartial<NotificationFilter_Payload>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: NotificationFilter_Payload): NotificationFilter_Payload {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* map<string, bytes> values */ 1:\n this.binaryReadMap1(message.values, reader, options);\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n private binaryReadMap1(map: NotificationFilter_Payload[\"values\"], reader: IBinaryReader, options: BinaryReadOptions): void {\n let len = reader.uint32(), end = reader.pos + len, key: keyof NotificationFilter_Payload[\"values\"] | undefined, val: NotificationFilter_Payload[\"values\"][any] | undefined;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case 1:\n key = reader.string();\n break;\n case 2:\n val = reader.bytes();\n break;\n default: throw new globalThis.Error(\"unknown map entry field for MiLaboratories.PL.RTypes.NotificationFilter.Payload.values\");\n }\n }\n map[key ?? \"\"] = val ?? new Uint8Array(0);\n }\n internalBinaryWrite(message: NotificationFilter_Payload, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* map<string, bytes> values = 1; */\n for (let k of globalThis.Object.keys(message.values))\n writer.tag(1, WireType.LengthDelimited).fork().tag(1, WireType.LengthDelimited).string(k).tag(2, WireType.LengthDelimited).bytes(message.values[k]).join();\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.NotificationFilter.Payload\n */\nexport const NotificationFilter_Payload = new NotificationFilter_Payload$Type();\n"],"mappings":"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"}
@@ -1,151 +1,136 @@
1
- 'use strict';
1
+ const require_runtime = require('../../../_virtual/_rolldown/runtime.cjs');
2
+ let _protobuf_ts_runtime = require("@protobuf-ts/runtime");
2
3
 
3
- var runtime = require('@protobuf-ts/runtime');
4
-
5
- // @generated message type with reflection information, may provide speed optimized methods
6
- class Any$Type extends runtime.MessageType {
7
- constructor() {
8
- super("google.protobuf.Any", [
9
- { no: 1, name: "type_url", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
10
- { no: 2, name: "value", kind: "scalar", T: 12 /*ScalarType.BYTES*/ }
11
- ]);
12
- }
13
- /**
14
- * Pack the message into a new `Any`.
15
- *
16
- * Uses 'type.googleapis.com/full.type.name' as the type URL.
17
- */
18
- pack(message, type) {
19
- return {
20
- typeUrl: this.typeNameToUrl(type.typeName), value: type.toBinary(message),
21
- };
22
- }
23
- /**
24
- * Unpack the message from the `Any`.
25
- */
26
- unpack(any, type, options) {
27
- if (!this.contains(any, type))
28
- throw new Error("Cannot unpack google.protobuf.Any with typeUrl '" + any.typeUrl + "' as " + type.typeName + ".");
29
- return type.fromBinary(any.value, options);
30
- }
31
- /**
32
- * Does the given `Any` contain a packed message of the given type?
33
- */
34
- contains(any, type) {
35
- if (!any.typeUrl.length)
36
- return false;
37
- let wants = typeof type == "string" ? type : type.typeName;
38
- let has = this.typeUrlToName(any.typeUrl);
39
- return wants === has;
40
- }
41
- /**
42
- * Convert the message to canonical JSON value.
43
- *
44
- * You have to provide the `typeRegistry` option so that the
45
- * packed message can be converted to JSON.
46
- *
47
- * The `typeRegistry` option is also required to read
48
- * `google.protobuf.Any` from JSON format.
49
- */
50
- internalJsonWrite(any, options) {
51
- if (any.typeUrl === "")
52
- return {};
53
- let typeName = this.typeUrlToName(any.typeUrl);
54
- let opt = runtime.jsonWriteOptions(options);
55
- let type = opt.typeRegistry?.find(t => t.typeName === typeName);
56
- if (!type)
57
- throw new globalThis.Error("Unable to convert google.protobuf.Any with typeUrl '" + any.typeUrl + "' to JSON. The specified type " + typeName + " is not available in the type registry.");
58
- let value = type.fromBinary(any.value, { readUnknownField: false });
59
- let json = type.internalJsonWrite(value, opt);
60
- if (typeName.startsWith("google.protobuf.") || !runtime.isJsonObject(json))
61
- json = { value: json };
62
- json["@type"] = any.typeUrl;
63
- return json;
64
- }
65
- internalJsonRead(json, options, target) {
66
- if (!runtime.isJsonObject(json))
67
- throw new globalThis.Error("Unable to parse google.protobuf.Any from JSON " + runtime.typeofJsonValue(json) + ".");
68
- if (typeof json["@type"] != "string" || json["@type"] == "")
69
- return this.create();
70
- let typeName = this.typeUrlToName(json["@type"]);
71
- let type = options?.typeRegistry?.find(t => t.typeName == typeName);
72
- if (!type)
73
- throw new globalThis.Error("Unable to parse google.protobuf.Any from JSON. The specified type " + typeName + " is not available in the type registry.");
74
- let value;
75
- if (typeName.startsWith("google.protobuf.") && json.hasOwnProperty("value"))
76
- value = type.fromJson(json["value"], options);
77
- else {
78
- let copy = Object.assign({}, json);
79
- delete copy["@type"];
80
- value = type.fromJson(copy, options);
81
- }
82
- if (target === undefined)
83
- target = this.create();
84
- target.typeUrl = json["@type"];
85
- target.value = type.toBinary(value);
86
- return target;
87
- }
88
- typeNameToUrl(name) {
89
- if (!name.length)
90
- throw new Error("invalid type name: " + name);
91
- return "type.googleapis.com/" + name;
92
- }
93
- typeUrlToName(url) {
94
- if (!url.length)
95
- throw new Error("invalid type url: " + url);
96
- let slash = url.lastIndexOf("/");
97
- let name = slash > 0 ? url.substring(slash + 1) : url;
98
- if (!name.length)
99
- throw new Error("invalid type url: " + url);
100
- return name;
101
- }
102
- create(value) {
103
- const message = globalThis.Object.create((this.messagePrototype));
104
- message.typeUrl = "";
105
- message.value = new Uint8Array(0);
106
- if (value !== undefined)
107
- runtime.reflectionMergePartial(this, message, value);
108
- return message;
109
- }
110
- internalBinaryRead(reader, length, options, target) {
111
- let message = target ?? this.create(), end = reader.pos + length;
112
- while (reader.pos < end) {
113
- let [fieldNo, wireType] = reader.tag();
114
- switch (fieldNo) {
115
- case /* string type_url */ 1:
116
- message.typeUrl = reader.string();
117
- break;
118
- case /* bytes value */ 2:
119
- message.value = reader.bytes();
120
- break;
121
- default:
122
- let u = options.readUnknownField;
123
- if (u === "throw")
124
- throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
125
- let d = reader.skip(wireType);
126
- if (u !== false)
127
- (u === true ? runtime.UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
128
- }
129
- }
130
- return message;
131
- }
132
- internalBinaryWrite(message, writer, options) {
133
- /* string type_url = 1; */
134
- if (message.typeUrl !== "")
135
- writer.tag(1, runtime.WireType.LengthDelimited).string(message.typeUrl);
136
- /* bytes value = 2; */
137
- if (message.value.length)
138
- writer.tag(2, runtime.WireType.LengthDelimited).bytes(message.value);
139
- let u = options.writeUnknownFields;
140
- if (u !== false)
141
- (u == true ? runtime.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
142
- return writer;
143
- }
144
- }
4
+ //#region src/proto-grpc/google/protobuf/any.ts
5
+ var Any$Type = class extends _protobuf_ts_runtime.MessageType {
6
+ constructor() {
7
+ super("google.protobuf.Any", [{
8
+ no: 1,
9
+ name: "type_url",
10
+ kind: "scalar",
11
+ T: 9
12
+ }, {
13
+ no: 2,
14
+ name: "value",
15
+ kind: "scalar",
16
+ T: 12
17
+ }]);
18
+ }
19
+ /**
20
+ * Pack the message into a new `Any`.
21
+ *
22
+ * Uses 'type.googleapis.com/full.type.name' as the type URL.
23
+ */
24
+ pack(message, type) {
25
+ return {
26
+ typeUrl: this.typeNameToUrl(type.typeName),
27
+ value: type.toBinary(message)
28
+ };
29
+ }
30
+ /**
31
+ * Unpack the message from the `Any`.
32
+ */
33
+ unpack(any, type, options) {
34
+ if (!this.contains(any, type)) throw new Error("Cannot unpack google.protobuf.Any with typeUrl '" + any.typeUrl + "' as " + type.typeName + ".");
35
+ return type.fromBinary(any.value, options);
36
+ }
37
+ /**
38
+ * Does the given `Any` contain a packed message of the given type?
39
+ */
40
+ contains(any, type) {
41
+ if (!any.typeUrl.length) return false;
42
+ return (typeof type == "string" ? type : type.typeName) === this.typeUrlToName(any.typeUrl);
43
+ }
44
+ /**
45
+ * Convert the message to canonical JSON value.
46
+ *
47
+ * You have to provide the `typeRegistry` option so that the
48
+ * packed message can be converted to JSON.
49
+ *
50
+ * The `typeRegistry` option is also required to read
51
+ * `google.protobuf.Any` from JSON format.
52
+ */
53
+ internalJsonWrite(any, options) {
54
+ if (any.typeUrl === "") return {};
55
+ let typeName = this.typeUrlToName(any.typeUrl);
56
+ let opt = (0, _protobuf_ts_runtime.jsonWriteOptions)(options);
57
+ let type = opt.typeRegistry?.find((t) => t.typeName === typeName);
58
+ if (!type) throw new globalThis.Error("Unable to convert google.protobuf.Any with typeUrl '" + any.typeUrl + "' to JSON. The specified type " + typeName + " is not available in the type registry.");
59
+ let value = type.fromBinary(any.value, { readUnknownField: false });
60
+ let json = type.internalJsonWrite(value, opt);
61
+ if (typeName.startsWith("google.protobuf.") || !(0, _protobuf_ts_runtime.isJsonObject)(json)) json = { value: json };
62
+ json["@type"] = any.typeUrl;
63
+ return json;
64
+ }
65
+ internalJsonRead(json, options, target) {
66
+ if (!(0, _protobuf_ts_runtime.isJsonObject)(json)) throw new globalThis.Error("Unable to parse google.protobuf.Any from JSON " + (0, _protobuf_ts_runtime.typeofJsonValue)(json) + ".");
67
+ if (typeof json["@type"] != "string" || json["@type"] == "") return this.create();
68
+ let typeName = this.typeUrlToName(json["@type"]);
69
+ let type = options?.typeRegistry?.find((t) => t.typeName == typeName);
70
+ if (!type) throw new globalThis.Error("Unable to parse google.protobuf.Any from JSON. The specified type " + typeName + " is not available in the type registry.");
71
+ let value;
72
+ if (typeName.startsWith("google.protobuf.") && json.hasOwnProperty("value")) value = type.fromJson(json["value"], options);
73
+ else {
74
+ let copy = Object.assign({}, json);
75
+ delete copy["@type"];
76
+ value = type.fromJson(copy, options);
77
+ }
78
+ if (target === void 0) target = this.create();
79
+ target.typeUrl = json["@type"];
80
+ target.value = type.toBinary(value);
81
+ return target;
82
+ }
83
+ typeNameToUrl(name) {
84
+ if (!name.length) throw new Error("invalid type name: " + name);
85
+ return "type.googleapis.com/" + name;
86
+ }
87
+ typeUrlToName(url) {
88
+ if (!url.length) throw new Error("invalid type url: " + url);
89
+ let slash = url.lastIndexOf("/");
90
+ let name = slash > 0 ? url.substring(slash + 1) : url;
91
+ if (!name.length) throw new Error("invalid type url: " + url);
92
+ return name;
93
+ }
94
+ create(value) {
95
+ const message = globalThis.Object.create(this.messagePrototype);
96
+ message.typeUrl = "";
97
+ message.value = new Uint8Array(0);
98
+ if (value !== void 0) (0, _protobuf_ts_runtime.reflectionMergePartial)(this, message, value);
99
+ return message;
100
+ }
101
+ internalBinaryRead(reader, length, options, target) {
102
+ let message = target ?? this.create(), end = reader.pos + length;
103
+ while (reader.pos < end) {
104
+ let [fieldNo, wireType] = reader.tag();
105
+ switch (fieldNo) {
106
+ case 1:
107
+ message.typeUrl = reader.string();
108
+ break;
109
+ case 2:
110
+ message.value = reader.bytes();
111
+ break;
112
+ default:
113
+ let u = options.readUnknownField;
114
+ if (u === "throw") throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
115
+ let d = reader.skip(wireType);
116
+ if (u !== false) (u === true ? _protobuf_ts_runtime.UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
117
+ }
118
+ }
119
+ return message;
120
+ }
121
+ internalBinaryWrite(message, writer, options) {
122
+ if (message.typeUrl !== "") writer.tag(1, _protobuf_ts_runtime.WireType.LengthDelimited).string(message.typeUrl);
123
+ if (message.value.length) writer.tag(2, _protobuf_ts_runtime.WireType.LengthDelimited).bytes(message.value);
124
+ let u = options.writeUnknownFields;
125
+ if (u !== false) (u == true ? _protobuf_ts_runtime.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
126
+ return writer;
127
+ }
128
+ };
145
129
  /**
146
- * @generated MessageType for protobuf message google.protobuf.Any
147
- */
130
+ * @generated MessageType for protobuf message google.protobuf.Any
131
+ */
148
132
  const Any = new Any$Type();
149
133
 
134
+ //#endregion
150
135
  exports.Any = Any;
151
- //# sourceMappingURL=any.cjs.map
136
+ //# sourceMappingURL=any.cjs.map