@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,537 +1,510 @@
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
- import { NotificationFilter_Payload } from "./resource_types";
8
- import { FieldType } from "./base_types";
9
- import { FieldRef } from "./base_types";
10
- import { Timestamp } from "../../../../../google/protobuf/timestamp";
11
- import { ResourceType } from "./base_types";
1
+ import { FieldRef, FieldType, ResourceType } from "./base_types.js";
2
+ import { NotificationFilter_Payload } from "./resource_types.js";
3
+ import { Timestamp } from "../../../../../google/protobuf/timestamp.js";
4
+ import { BinaryReadOptions, BinaryWriteOptions, IBinaryReader, IBinaryWriter, MessageType, PartialMessage } from "@protobuf-ts/runtime";
5
+
6
+ //#region src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts
12
7
  /**
13
8
  * @generated from protobuf message MiLaboratories.PL.API.Tx
14
9
  */
15
- export interface Tx {
16
- /**
17
- * @generated from protobuf field: bool is_valid = 1
18
- */
19
- isValid: boolean;
20
- /**
21
- * @generated from protobuf field: uint64 id = 2
22
- */
23
- id: bigint;
10
+ interface Tx {
11
+ /**
12
+ * @generated from protobuf field: bool is_valid = 1
13
+ */
14
+ isValid: boolean;
15
+ /**
16
+ * @generated from protobuf field: uint64 id = 2
17
+ */
18
+ id: bigint;
24
19
  }
25
20
  /**
26
21
  * @generated from protobuf message MiLaboratories.PL.API.Resource
27
22
  */
28
- export interface Resource {
29
- /**
30
- * @generated from protobuf field: uint64 id = 2
31
- */
32
- id: bigint;
33
- /**
34
- * @generated from protobuf field: bytes canonical_id = 17
35
- */
36
- canonicalId: Uint8Array;
37
- /**
38
- * @generated from protobuf field: MiLaboratories.PL.API.Resource.Kind kind = 3
39
- */
40
- kind: Resource_Kind;
41
- /**
42
- * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType type = 4
43
- */
44
- type?: ResourceType;
45
- /**
46
- * @generated from protobuf field: bytes data = 5
47
- */
48
- data: Uint8Array;
49
- /**
50
- * @generated from protobuf field: MiLaboratories.PL.API.Resource.Features features = 16
51
- */
52
- features?: Resource_Features;
53
- /**
54
- * @generated from protobuf field: repeated MiLaboratories.PL.API.Field fields = 6
55
- */
56
- fields: Field[];
57
- /**
58
- * Resource has at least one field with error
59
- *
60
- * @generated from protobuf field: bool has_errors = 7
61
- */
62
- hasErrors: boolean;
63
- /**
64
- * @generated from protobuf field: bool inputs_locked = 8
65
- */
66
- inputsLocked: boolean;
67
- /**
68
- * @generated from protobuf field: bool outputs_locked = 9
69
- */
70
- outputsLocked: boolean;
71
- /**
72
- * @generated from protobuf field: bool resource_ready = 14
73
- */
74
- resourceReady: boolean;
75
- /**
76
- * @generated from protobuf field: bool is_final = 15
77
- */
78
- isFinal: boolean;
79
- /**
80
- * @generated from protobuf field: uint64 original_resource_id = 10
81
- */
82
- originalResourceId: bigint;
83
- /**
84
- * @generated from protobuf field: uint64 parent_resource_id = 11
85
- */
86
- parentResourceId: bigint;
87
- /**
88
- * @generated from protobuf field: google.protobuf.Timestamp created_time = 12
89
- */
90
- createdTime?: Timestamp;
91
- /**
92
- * @generated from protobuf field: google.protobuf.Timestamp deleted_time = 13
93
- */
94
- deletedTime?: Timestamp;
23
+ interface Resource {
24
+ /**
25
+ * @generated from protobuf field: uint64 id = 2
26
+ */
27
+ id: bigint;
28
+ /**
29
+ * @generated from protobuf field: bytes canonical_id = 17
30
+ */
31
+ canonicalId: Uint8Array;
32
+ /**
33
+ * @generated from protobuf field: MiLaboratories.PL.API.Resource.Kind kind = 3
34
+ */
35
+ kind: Resource_Kind;
36
+ /**
37
+ * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType type = 4
38
+ */
39
+ type?: ResourceType;
40
+ /**
41
+ * @generated from protobuf field: bytes data = 5
42
+ */
43
+ data: Uint8Array;
44
+ /**
45
+ * @generated from protobuf field: MiLaboratories.PL.API.Resource.Features features = 16
46
+ */
47
+ features?: Resource_Features;
48
+ /**
49
+ * @generated from protobuf field: repeated MiLaboratories.PL.API.Field fields = 6
50
+ */
51
+ fields: Field[];
52
+ /**
53
+ * Resource has at least one field with error
54
+ *
55
+ * @generated from protobuf field: bool has_errors = 7
56
+ */
57
+ hasErrors: boolean;
58
+ /**
59
+ * @generated from protobuf field: bool inputs_locked = 8
60
+ */
61
+ inputsLocked: boolean;
62
+ /**
63
+ * @generated from protobuf field: bool outputs_locked = 9
64
+ */
65
+ outputsLocked: boolean;
66
+ /**
67
+ * @generated from protobuf field: bool resource_ready = 14
68
+ */
69
+ resourceReady: boolean;
70
+ /**
71
+ * @generated from protobuf field: bool is_final = 15
72
+ */
73
+ isFinal: boolean;
74
+ /**
75
+ * @generated from protobuf field: uint64 original_resource_id = 10
76
+ */
77
+ originalResourceId: bigint;
78
+ /**
79
+ * @generated from protobuf field: uint64 parent_resource_id = 11
80
+ */
81
+ parentResourceId: bigint;
82
+ /**
83
+ * @generated from protobuf field: google.protobuf.Timestamp created_time = 12
84
+ */
85
+ createdTime?: Timestamp;
86
+ /**
87
+ * @generated from protobuf field: google.protobuf.Timestamp deleted_time = 13
88
+ */
89
+ deletedTime?: Timestamp;
95
90
  }
96
91
  /**
97
92
  * @generated from protobuf message MiLaboratories.PL.API.Resource.Features
98
93
  */
99
- export interface Resource_Features {
100
- /**
101
- * @generated from protobuf field: bool ephemeral = 1
102
- */
103
- ephemeral: boolean;
94
+ interface Resource_Features {
95
+ /**
96
+ * @generated from protobuf field: bool ephemeral = 1
97
+ */
98
+ ephemeral: boolean;
104
99
  }
105
100
  /**
106
101
  * @generated from protobuf enum MiLaboratories.PL.API.Resource.Kind
107
102
  */
108
- export declare enum Resource_Kind {
109
- /**
110
- * @generated from protobuf enum value: KIND_INVALID = 0;
111
- */
112
- INVALID = 0,
113
- /**
114
- * @generated from protobuf enum value: KIND_STRUCTURAL = 1;
115
- */
116
- STRUCTURAL = 1,
117
- /**
118
- * @generated from protobuf enum value: KIND_VALUE = 2;
119
- */
120
- VALUE = 2
103
+ declare enum Resource_Kind {
104
+ /**
105
+ * @generated from protobuf enum value: KIND_INVALID = 0;
106
+ */
107
+ INVALID = 0,
108
+ /**
109
+ * @generated from protobuf enum value: KIND_STRUCTURAL = 1;
110
+ */
111
+ STRUCTURAL = 1,
112
+ /**
113
+ * @generated from protobuf enum value: KIND_VALUE = 2;
114
+ */
115
+ VALUE = 2
121
116
  }
122
117
  /**
123
118
  * @generated from protobuf message MiLaboratories.PL.API.Field
124
119
  */
125
- export interface Field {
126
- /**
127
- * field ID is always combination of parent resource ID and field name
128
- *
129
- * @generated from protobuf field: MiLaboratories.PL.Base.FieldRef id = 1
130
- */
131
- id?: FieldRef;
132
- /**
133
- * @generated from protobuf field: MiLaboratories.PL.Base.FieldType type = 2
134
- */
135
- type: FieldType;
136
- /**
137
- * @generated from protobuf field: MiLaboratories.PL.API.Resource.Features features = 3
138
- */
139
- features?: Resource_Features;
140
- /**
141
- * _resolved_ value of field or _assigned_ if the field was assigned to a resource.
142
- * If field refers to another field, it will get
143
- * value only when this chain of references ends up with direct resource
144
- * reference. At that moment all fields in the chain will get their values
145
- * resolved and will start to refer to the same resource directly.
146
- *
147
- * @generated from protobuf field: uint64 value = 5
148
- */
149
- value: bigint;
150
- /**
151
- * If the value was empty, assigned or finally resolved.
152
- *
153
- * @generated from protobuf field: MiLaboratories.PL.API.Field.ValueStatus value_status = 7
154
- */
155
- valueStatus: Field_ValueStatus;
156
- /**
157
- * If the value is in its final state (ready, duplicate or error)
158
- *
159
- * @generated from protobuf field: bool value_is_final = 8
160
- */
161
- valueIsFinal: boolean;
162
- /**
163
- * Resource error resource id if any.
164
- * Is intended to report problems _from_ platform to client.
165
- *
166
- * @generated from protobuf field: uint64 error = 6
167
- */
168
- error: bigint;
120
+ interface Field {
121
+ /**
122
+ * field ID is always combination of parent resource ID and field name
123
+ *
124
+ * @generated from protobuf field: MiLaboratories.PL.Base.FieldRef id = 1
125
+ */
126
+ id?: FieldRef;
127
+ /**
128
+ * @generated from protobuf field: MiLaboratories.PL.Base.FieldType type = 2
129
+ */
130
+ type: FieldType;
131
+ /**
132
+ * @generated from protobuf field: MiLaboratories.PL.API.Resource.Features features = 3
133
+ */
134
+ features?: Resource_Features;
135
+ /**
136
+ * _resolved_ value of field or _assigned_ if the field was assigned to a resource.
137
+ * If field refers to another field, it will get
138
+ * value only when this chain of references ends up with direct resource
139
+ * reference. At that moment all fields in the chain will get their values
140
+ * resolved and will start to refer to the same resource directly.
141
+ *
142
+ * @generated from protobuf field: uint64 value = 5
143
+ */
144
+ value: bigint;
145
+ /**
146
+ * If the value was empty, assigned or finally resolved.
147
+ *
148
+ * @generated from protobuf field: MiLaboratories.PL.API.Field.ValueStatus value_status = 7
149
+ */
150
+ valueStatus: Field_ValueStatus;
151
+ /**
152
+ * If the value is in its final state (ready, duplicate or error)
153
+ *
154
+ * @generated from protobuf field: bool value_is_final = 8
155
+ */
156
+ valueIsFinal: boolean;
157
+ /**
158
+ * Resource error resource id if any.
159
+ * Is intended to report problems _from_ platform to client.
160
+ *
161
+ * @generated from protobuf field: uint64 error = 6
162
+ */
163
+ error: bigint;
169
164
  }
170
165
  /**
171
166
  * @generated from protobuf enum MiLaboratories.PL.API.Field.ValueStatus
172
167
  */
173
- export declare enum Field_ValueStatus {
174
- /**
175
- * @generated from protobuf enum value: INVALID = 0;
176
- */
177
- INVALID = 0,
178
- /**
179
- * @generated from protobuf enum value: EMPTY = 1;
180
- */
181
- EMPTY = 1,
182
- /**
183
- * @generated from protobuf enum value: ASSIGNED = 2;
184
- */
185
- ASSIGNED = 2,
186
- /**
187
- * @generated from protobuf enum value: RESOLVED = 3;
188
- */
189
- RESOLVED = 3
168
+ declare enum Field_ValueStatus {
169
+ /**
170
+ * @generated from protobuf enum value: INVALID = 0;
171
+ */
172
+ INVALID = 0,
173
+ /**
174
+ * @generated from protobuf enum value: EMPTY = 1;
175
+ */
176
+ EMPTY = 1,
177
+ /**
178
+ * @generated from protobuf enum value: ASSIGNED = 2;
179
+ */
180
+ ASSIGNED = 2,
181
+ /**
182
+ * @generated from protobuf enum value: RESOLVED = 3;
183
+ */
184
+ RESOLVED = 3
190
185
  }
191
186
  /**
192
187
  * @generated from protobuf message MiLaboratories.PL.API.Notification
193
188
  */
194
- export interface Notification {
195
- /**
196
- * @generated from protobuf field: uint64 subscription_id = 1
197
- */
198
- subscriptionId: bigint;
199
- /**
200
- * @generated from protobuf field: uint64 event_id = 2
201
- */
202
- eventId: bigint;
203
- /**
204
- * @generated from protobuf field: uint64 resource_id = 3
205
- */
206
- resourceId: bigint;
207
- /**
208
- * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType resource_type = 4
209
- */
210
- resourceType?: ResourceType;
211
- /**
212
- * @generated from protobuf field: MiLaboratories.PL.API.Notification.Events events = 5
213
- */
214
- events?: Notification_Events;
215
- /**
216
- * @generated from protobuf field: map<string, MiLaboratories.PL.API.Notification.FieldChange> field_changes = 6
217
- */
218
- fieldChanges: {
219
- [key: string]: Notification_FieldChange;
220
- };
221
- /**
222
- * @generated from protobuf field: MiLaboratories.PL.RTypes.NotificationFilter.Payload payload = 7
223
- */
224
- payload?: NotificationFilter_Payload;
225
- /**
226
- * @generated from protobuf field: string filter_name = 8
227
- */
228
- filterName: string;
229
- /**
230
- * @generated from protobuf field: MiLaboratories.PL.API.SpanInfo tx_span = 9
231
- */
232
- txSpan?: SpanInfo;
189
+ interface Notification {
190
+ /**
191
+ * @generated from protobuf field: uint64 subscription_id = 1
192
+ */
193
+ subscriptionId: bigint;
194
+ /**
195
+ * @generated from protobuf field: uint64 event_id = 2
196
+ */
197
+ eventId: bigint;
198
+ /**
199
+ * @generated from protobuf field: uint64 resource_id = 3
200
+ */
201
+ resourceId: bigint;
202
+ /**
203
+ * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType resource_type = 4
204
+ */
205
+ resourceType?: ResourceType;
206
+ /**
207
+ * @generated from protobuf field: MiLaboratories.PL.API.Notification.Events events = 5
208
+ */
209
+ events?: Notification_Events;
210
+ /**
211
+ * @generated from protobuf field: map<string, MiLaboratories.PL.API.Notification.FieldChange> field_changes = 6
212
+ */
213
+ fieldChanges: {
214
+ [key: string]: Notification_FieldChange;
215
+ };
216
+ /**
217
+ * @generated from protobuf field: MiLaboratories.PL.RTypes.NotificationFilter.Payload payload = 7
218
+ */
219
+ payload?: NotificationFilter_Payload;
220
+ /**
221
+ * @generated from protobuf field: string filter_name = 8
222
+ */
223
+ filterName: string;
224
+ /**
225
+ * @generated from protobuf field: MiLaboratories.PL.API.SpanInfo tx_span = 9
226
+ */
227
+ txSpan?: SpanInfo;
233
228
  }
234
229
  /**
235
230
  * @generated from protobuf message MiLaboratories.PL.API.Notification.Events
236
231
  */
237
- export interface Notification_Events {
238
- /**
239
- * @generated from protobuf field: bool resource_created = 1
240
- */
241
- resourceCreated: boolean;
242
- /**
243
- * @generated from protobuf field: bool resource_deleted = 2
244
- */
245
- resourceDeleted: boolean;
246
- /**
247
- * @generated from protobuf field: bool resource_ready = 4
248
- */
249
- resourceReady: boolean;
250
- /**
251
- * @generated from protobuf field: bool resource_duplicate = 5
252
- */
253
- resourceDuplicate: boolean;
254
- /**
255
- * @generated from protobuf field: bool resource_error = 15
256
- */
257
- resourceError: boolean;
258
- /**
259
- * @generated from protobuf field: bool inputs_locked = 12
260
- */
261
- inputsLocked: boolean;
262
- /**
263
- * @generated from protobuf field: bool outputs_locked = 13
264
- */
265
- outputsLocked: boolean;
266
- /**
267
- * @generated from protobuf field: bool field_created = 11
268
- */
269
- fieldCreated: boolean;
270
- /**
271
- * @generated from protobuf field: bool field_got_error = 16
272
- */
273
- fieldGotError: boolean;
274
- /**
275
- * @generated from protobuf field: bool input_set = 6
276
- */
277
- inputSet: boolean;
278
- /**
279
- * @generated from protobuf field: bool all_inputs_set = 7
280
- */
281
- allInputsSet: boolean;
282
- /**
283
- * @generated from protobuf field: bool output_set = 8
284
- */
285
- outputSet: boolean;
286
- /**
287
- * @generated from protobuf field: bool all_outputs_set = 9
288
- */
289
- allOutputsSet: boolean;
290
- /**
291
- * @generated from protobuf field: bool generic_otw_set = 14
292
- */
293
- genericOtwSet: boolean;
294
- /**
295
- * @generated from protobuf field: bool dynamic_changed = 10
296
- */
297
- dynamicChanged: boolean;
232
+ interface Notification_Events {
233
+ /**
234
+ * @generated from protobuf field: bool resource_created = 1
235
+ */
236
+ resourceCreated: boolean;
237
+ /**
238
+ * @generated from protobuf field: bool resource_deleted = 2
239
+ */
240
+ resourceDeleted: boolean;
241
+ /**
242
+ * @generated from protobuf field: bool resource_ready = 4
243
+ */
244
+ resourceReady: boolean;
245
+ /**
246
+ * @generated from protobuf field: bool resource_duplicate = 5
247
+ */
248
+ resourceDuplicate: boolean;
249
+ /**
250
+ * @generated from protobuf field: bool resource_error = 15
251
+ */
252
+ resourceError: boolean;
253
+ /**
254
+ * @generated from protobuf field: bool inputs_locked = 12
255
+ */
256
+ inputsLocked: boolean;
257
+ /**
258
+ * @generated from protobuf field: bool outputs_locked = 13
259
+ */
260
+ outputsLocked: boolean;
261
+ /**
262
+ * @generated from protobuf field: bool field_created = 11
263
+ */
264
+ fieldCreated: boolean;
265
+ /**
266
+ * @generated from protobuf field: bool field_got_error = 16
267
+ */
268
+ fieldGotError: boolean;
269
+ /**
270
+ * @generated from protobuf field: bool input_set = 6
271
+ */
272
+ inputSet: boolean;
273
+ /**
274
+ * @generated from protobuf field: bool all_inputs_set = 7
275
+ */
276
+ allInputsSet: boolean;
277
+ /**
278
+ * @generated from protobuf field: bool output_set = 8
279
+ */
280
+ outputSet: boolean;
281
+ /**
282
+ * @generated from protobuf field: bool all_outputs_set = 9
283
+ */
284
+ allOutputsSet: boolean;
285
+ /**
286
+ * @generated from protobuf field: bool generic_otw_set = 14
287
+ */
288
+ genericOtwSet: boolean;
289
+ /**
290
+ * @generated from protobuf field: bool dynamic_changed = 10
291
+ */
292
+ dynamicChanged: boolean;
298
293
  }
299
294
  /**
300
295
  * @generated from protobuf message MiLaboratories.PL.API.Notification.FieldChange
301
296
  */
302
- export interface Notification_FieldChange {
303
- /**
304
- * @generated from protobuf field: MiLaboratories.PL.API.Field old = 1
305
- */
306
- old?: Field;
307
- /**
308
- * @generated from protobuf field: MiLaboratories.PL.API.Field new = 2
309
- */
310
- new?: Field;
297
+ interface Notification_FieldChange {
298
+ /**
299
+ * @generated from protobuf field: MiLaboratories.PL.API.Field old = 1
300
+ */
301
+ old?: Field;
302
+ /**
303
+ * @generated from protobuf field: MiLaboratories.PL.API.Field new = 2
304
+ */
305
+ new?: Field;
311
306
  }
312
307
  /**
313
308
  * @generated from protobuf message MiLaboratories.PL.API.SpanInfo
314
309
  */
315
- export interface SpanInfo {
316
- /**
317
- * @generated from protobuf field: string path = 1
318
- */
319
- path: string;
320
- /**
321
- * @generated from protobuf field: map<string, string> carrier = 2
322
- */
323
- carrier: {
324
- [key: string]: string;
325
- };
326
- }
327
- /**
328
- * @generated from protobuf message MiLaboratories.PL.API.Subscription
329
- */
330
- export interface Subscription {
331
- /**
332
- * @generated from protobuf field: uint64 id = 1
333
- */
334
- id: bigint;
335
- /**
336
- * @generated from protobuf field: bool blocking = 3
337
- */
338
- blocking: boolean;
310
+ interface SpanInfo {
311
+ /**
312
+ * @generated from protobuf field: string path = 1
313
+ */
314
+ path: string;
315
+ /**
316
+ * @generated from protobuf field: map<string, string> carrier = 2
317
+ */
318
+ carrier: {
319
+ [key: string]: string;
320
+ };
339
321
  }
340
322
  /**
341
323
  * @generated from protobuf message MiLaboratories.PL.API.Controller
342
324
  */
343
- export interface Controller {
344
- /**
345
- * @generated from protobuf field: string type = 1
346
- */
347
- type: string;
348
- /**
349
- * @generated from protobuf field: uint64 id = 2
350
- */
351
- id: bigint;
352
- /**
353
- * @generated from protobuf field: uint64 subscriptionID = 3
354
- */
355
- subscriptionID: bigint;
325
+ interface Controller {
326
+ /**
327
+ * @generated from protobuf field: string type = 1
328
+ */
329
+ type: string;
330
+ /**
331
+ * @generated from protobuf field: uint64 id = 2
332
+ */
333
+ id: bigint;
334
+ /**
335
+ * @generated from protobuf field: uint64 subscriptionID = 3
336
+ */
337
+ subscriptionID: bigint;
356
338
  }
357
339
  /**
358
340
  * @generated from protobuf message MiLaboratories.PL.API.ResourceSchema
359
341
  */
360
- export interface ResourceSchema {
361
- /**
362
- * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType type = 1
363
- */
364
- type?: ResourceType;
365
- /**
366
- * @generated from protobuf field: repeated MiLaboratories.PL.API.FieldSchema fields = 2
367
- */
368
- fields: FieldSchema[];
342
+ interface ResourceSchema {
343
+ /**
344
+ * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType type = 1
345
+ */
346
+ type?: ResourceType;
347
+ /**
348
+ * @generated from protobuf field: repeated MiLaboratories.PL.API.FieldSchema fields = 2
349
+ */
350
+ fields: FieldSchema[];
369
351
  }
370
352
  /**
371
353
  * @generated from protobuf message MiLaboratories.PL.API.FieldSchema
372
354
  */
373
- export interface FieldSchema {
374
- /**
375
- * @generated from protobuf field: MiLaboratories.PL.Base.FieldType type = 1
376
- */
377
- type: FieldType;
378
- /**
379
- * @generated from protobuf field: string name = 2
380
- */
381
- name: string;
355
+ interface FieldSchema {
356
+ /**
357
+ * @generated from protobuf field: MiLaboratories.PL.Base.FieldType type = 1
358
+ */
359
+ type: FieldType;
360
+ /**
361
+ * @generated from protobuf field: string name = 2
362
+ */
363
+ name: string;
382
364
  }
383
365
  /**
384
366
  * @generated from protobuf message MiLaboratories.PL.API.ResourceAPIFeature
385
367
  */
386
- export interface ResourceAPIFeature {
387
- /**
388
- * @generated from protobuf field: string controller_type = 1
389
- */
390
- controllerType: string;
391
- /**
392
- * @generated from protobuf field: string feature_name = 2
393
- */
394
- featureName: string;
395
- /**
396
- * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType resource_type = 3
397
- */
398
- resourceType?: ResourceType;
399
- /**
400
- * @generated from protobuf field: string endpoint = 4
401
- */
402
- endpoint: string;
368
+ interface ResourceAPIFeature {
369
+ /**
370
+ * @generated from protobuf field: string controller_type = 1
371
+ */
372
+ controllerType: string;
373
+ /**
374
+ * @generated from protobuf field: string feature_name = 2
375
+ */
376
+ featureName: string;
377
+ /**
378
+ * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType resource_type = 3
379
+ */
380
+ resourceType?: ResourceType;
381
+ /**
382
+ * @generated from protobuf field: string endpoint = 4
383
+ */
384
+ endpoint: string;
403
385
  }
404
386
  declare class Tx$Type extends MessageType<Tx> {
405
- constructor();
406
- create(value?: PartialMessage<Tx>): Tx;
407
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Tx): Tx;
408
- internalBinaryWrite(message: Tx, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
387
+ constructor();
388
+ create(value?: PartialMessage<Tx>): Tx;
389
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Tx): Tx;
390
+ internalBinaryWrite(message: Tx, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
409
391
  }
410
392
  /**
411
393
  * @generated MessageType for protobuf message MiLaboratories.PL.API.Tx
412
394
  */
413
- export declare const Tx: Tx$Type;
395
+ declare const Tx: Tx$Type;
414
396
  declare class Resource$Type extends MessageType<Resource> {
415
- constructor();
416
- create(value?: PartialMessage<Resource>): Resource;
417
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Resource): Resource;
418
- internalBinaryWrite(message: Resource, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
397
+ constructor();
398
+ create(value?: PartialMessage<Resource>): Resource;
399
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Resource): Resource;
400
+ internalBinaryWrite(message: Resource, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
419
401
  }
420
402
  /**
421
403
  * @generated MessageType for protobuf message MiLaboratories.PL.API.Resource
422
404
  */
423
- export declare const Resource: Resource$Type;
405
+ declare const Resource: Resource$Type;
424
406
  declare class Resource_Features$Type extends MessageType<Resource_Features> {
425
- constructor();
426
- create(value?: PartialMessage<Resource_Features>): Resource_Features;
427
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Resource_Features): Resource_Features;
428
- internalBinaryWrite(message: Resource_Features, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
407
+ constructor();
408
+ create(value?: PartialMessage<Resource_Features>): Resource_Features;
409
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Resource_Features): Resource_Features;
410
+ internalBinaryWrite(message: Resource_Features, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
429
411
  }
430
412
  /**
431
413
  * @generated MessageType for protobuf message MiLaboratories.PL.API.Resource.Features
432
414
  */
433
- export declare const Resource_Features: Resource_Features$Type;
415
+ declare const Resource_Features: Resource_Features$Type;
434
416
  declare class Field$Type extends MessageType<Field> {
435
- constructor();
436
- create(value?: PartialMessage<Field>): Field;
437
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Field): Field;
438
- internalBinaryWrite(message: Field, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
417
+ constructor();
418
+ create(value?: PartialMessage<Field>): Field;
419
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Field): Field;
420
+ internalBinaryWrite(message: Field, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
439
421
  }
440
422
  /**
441
423
  * @generated MessageType for protobuf message MiLaboratories.PL.API.Field
442
424
  */
443
- export declare const Field: Field$Type;
425
+ declare const Field: Field$Type;
444
426
  declare class Notification$Type extends MessageType<Notification> {
445
- constructor();
446
- create(value?: PartialMessage<Notification>): Notification;
447
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Notification): Notification;
448
- private binaryReadMap6;
449
- internalBinaryWrite(message: Notification, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
427
+ constructor();
428
+ create(value?: PartialMessage<Notification>): Notification;
429
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Notification): Notification;
430
+ private binaryReadMap6;
431
+ internalBinaryWrite(message: Notification, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
450
432
  }
451
433
  /**
452
434
  * @generated MessageType for protobuf message MiLaboratories.PL.API.Notification
453
435
  */
454
- export declare const Notification: Notification$Type;
436
+ declare const Notification: Notification$Type;
455
437
  declare class Notification_Events$Type extends MessageType<Notification_Events> {
456
- constructor();
457
- create(value?: PartialMessage<Notification_Events>): Notification_Events;
458
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Notification_Events): Notification_Events;
459
- internalBinaryWrite(message: Notification_Events, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
438
+ constructor();
439
+ create(value?: PartialMessage<Notification_Events>): Notification_Events;
440
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Notification_Events): Notification_Events;
441
+ internalBinaryWrite(message: Notification_Events, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
460
442
  }
461
443
  /**
462
444
  * @generated MessageType for protobuf message MiLaboratories.PL.API.Notification.Events
463
445
  */
464
- export declare const Notification_Events: Notification_Events$Type;
446
+ declare const Notification_Events: Notification_Events$Type;
465
447
  declare class Notification_FieldChange$Type extends MessageType<Notification_FieldChange> {
466
- constructor();
467
- create(value?: PartialMessage<Notification_FieldChange>): Notification_FieldChange;
468
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Notification_FieldChange): Notification_FieldChange;
469
- internalBinaryWrite(message: Notification_FieldChange, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
448
+ constructor();
449
+ create(value?: PartialMessage<Notification_FieldChange>): Notification_FieldChange;
450
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Notification_FieldChange): Notification_FieldChange;
451
+ internalBinaryWrite(message: Notification_FieldChange, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
470
452
  }
471
453
  /**
472
454
  * @generated MessageType for protobuf message MiLaboratories.PL.API.Notification.FieldChange
473
455
  */
474
- export declare const Notification_FieldChange: Notification_FieldChange$Type;
456
+ declare const Notification_FieldChange: Notification_FieldChange$Type;
475
457
  declare class SpanInfo$Type extends MessageType<SpanInfo> {
476
- constructor();
477
- create(value?: PartialMessage<SpanInfo>): SpanInfo;
478
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SpanInfo): SpanInfo;
479
- private binaryReadMap2;
480
- internalBinaryWrite(message: SpanInfo, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
458
+ constructor();
459
+ create(value?: PartialMessage<SpanInfo>): SpanInfo;
460
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SpanInfo): SpanInfo;
461
+ private binaryReadMap2;
462
+ internalBinaryWrite(message: SpanInfo, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
481
463
  }
482
464
  /**
483
465
  * @generated MessageType for protobuf message MiLaboratories.PL.API.SpanInfo
484
466
  */
485
- export declare const SpanInfo: SpanInfo$Type;
486
- declare class Subscription$Type extends MessageType<Subscription> {
487
- constructor();
488
- create(value?: PartialMessage<Subscription>): Subscription;
489
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Subscription): Subscription;
490
- internalBinaryWrite(message: Subscription, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
491
- }
492
- /**
493
- * @generated MessageType for protobuf message MiLaboratories.PL.API.Subscription
494
- */
495
- export declare const Subscription: Subscription$Type;
467
+ declare const SpanInfo: SpanInfo$Type;
496
468
  declare class Controller$Type extends MessageType<Controller> {
497
- constructor();
498
- create(value?: PartialMessage<Controller>): Controller;
499
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Controller): Controller;
500
- internalBinaryWrite(message: Controller, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
469
+ constructor();
470
+ create(value?: PartialMessage<Controller>): Controller;
471
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Controller): Controller;
472
+ internalBinaryWrite(message: Controller, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
501
473
  }
502
474
  /**
503
475
  * @generated MessageType for protobuf message MiLaboratories.PL.API.Controller
504
476
  */
505
- export declare const Controller: Controller$Type;
477
+ declare const Controller: Controller$Type;
506
478
  declare class ResourceSchema$Type extends MessageType<ResourceSchema> {
507
- constructor();
508
- create(value?: PartialMessage<ResourceSchema>): ResourceSchema;
509
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ResourceSchema): ResourceSchema;
510
- internalBinaryWrite(message: ResourceSchema, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
479
+ constructor();
480
+ create(value?: PartialMessage<ResourceSchema>): ResourceSchema;
481
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ResourceSchema): ResourceSchema;
482
+ internalBinaryWrite(message: ResourceSchema, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
511
483
  }
512
484
  /**
513
485
  * @generated MessageType for protobuf message MiLaboratories.PL.API.ResourceSchema
514
486
  */
515
- export declare const ResourceSchema: ResourceSchema$Type;
487
+ declare const ResourceSchema: ResourceSchema$Type;
516
488
  declare class FieldSchema$Type extends MessageType<FieldSchema> {
517
- constructor();
518
- create(value?: PartialMessage<FieldSchema>): FieldSchema;
519
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FieldSchema): FieldSchema;
520
- internalBinaryWrite(message: FieldSchema, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
489
+ constructor();
490
+ create(value?: PartialMessage<FieldSchema>): FieldSchema;
491
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FieldSchema): FieldSchema;
492
+ internalBinaryWrite(message: FieldSchema, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
521
493
  }
522
494
  /**
523
495
  * @generated MessageType for protobuf message MiLaboratories.PL.API.FieldSchema
524
496
  */
525
- export declare const FieldSchema: FieldSchema$Type;
497
+ declare const FieldSchema: FieldSchema$Type;
526
498
  declare class ResourceAPIFeature$Type extends MessageType<ResourceAPIFeature> {
527
- constructor();
528
- create(value?: PartialMessage<ResourceAPIFeature>): ResourceAPIFeature;
529
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ResourceAPIFeature): ResourceAPIFeature;
530
- internalBinaryWrite(message: ResourceAPIFeature, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
499
+ constructor();
500
+ create(value?: PartialMessage<ResourceAPIFeature>): ResourceAPIFeature;
501
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ResourceAPIFeature): ResourceAPIFeature;
502
+ internalBinaryWrite(message: ResourceAPIFeature, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
531
503
  }
532
504
  /**
533
505
  * @generated MessageType for protobuf message MiLaboratories.PL.API.ResourceAPIFeature
534
506
  */
535
- export declare const ResourceAPIFeature: ResourceAPIFeature$Type;
536
- export {};
507
+ declare const ResourceAPIFeature: ResourceAPIFeature$Type;
508
+ //#endregion
509
+ export { Controller, Field, Notification, Resource, ResourceAPIFeature, ResourceSchema, Tx };
537
510
  //# sourceMappingURL=api_types.d.ts.map