@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.
- package/dist/_virtual/_rolldown/runtime.cjs +43 -0
- package/dist/_virtual/_rolldown/runtime.js +18 -0
- package/dist/core/PromiseTracker.cjs +33 -33
- package/dist/core/PromiseTracker.cjs.map +1 -1
- package/dist/core/PromiseTracker.d.ts +10 -7
- package/dist/core/PromiseTracker.js +33 -31
- package/dist/core/PromiseTracker.js.map +1 -1
- package/dist/core/StatefulPromise.cjs +60 -61
- package/dist/core/StatefulPromise.cjs.map +1 -1
- package/dist/core/StatefulPromise.js +60 -60
- package/dist/core/StatefulPromise.js.map +1 -1
- package/dist/core/abstract_stream.d.ts +18 -15
- package/dist/core/advisory_locks.cjs +42 -49
- package/dist/core/advisory_locks.cjs.map +1 -1
- package/dist/core/advisory_locks.js +42 -48
- package/dist/core/advisory_locks.js.map +1 -1
- package/dist/core/auth.cjs +10 -15
- package/dist/core/auth.cjs.map +1 -1
- package/dist/core/auth.d.ts +7 -3
- package/dist/core/auth.js +10 -13
- package/dist/core/auth.js.map +1 -1
- package/dist/core/cache.d.ts +11 -7
- package/dist/core/client.cjs +255 -306
- package/dist/core/client.cjs.map +1 -1
- package/dist/core/client.d.ts +72 -68
- package/dist/core/client.js +253 -285
- package/dist/core/client.js.map +1 -1
- package/dist/core/config.cjs +81 -99
- package/dist/core/config.cjs.map +1 -1
- package/dist/core/config.d.ts +93 -90
- package/dist/core/config.js +81 -98
- package/dist/core/config.js.map +1 -1
- package/dist/core/default_client.cjs +84 -125
- package/dist/core/default_client.cjs.map +1 -1
- package/dist/core/default_client.d.ts +9 -6
- package/dist/core/default_client.js +78 -103
- package/dist/core/default_client.js.map +1 -1
- package/dist/core/driver.cjs +12 -16
- package/dist/core/driver.cjs.map +1 -1
- package/dist/core/driver.d.ts +18 -14
- package/dist/core/driver.js +12 -15
- package/dist/core/driver.js.map +1 -1
- package/dist/core/error_resource.cjs +5 -4
- package/dist/core/error_resource.cjs.map +1 -1
- package/dist/core/error_resource.js +5 -3
- package/dist/core/error_resource.js.map +1 -1
- package/dist/core/errors.cjs +104 -140
- package/dist/core/errors.cjs.map +1 -1
- package/dist/core/errors.d.ts +34 -30
- package/dist/core/errors.js +102 -137
- package/dist/core/errors.js.map +1 -1
- package/dist/core/final.cjs +63 -89
- package/dist/core/final.cjs.map +1 -1
- package/dist/core/final.d.ts +8 -4
- package/dist/core/final.js +63 -87
- package/dist/core/final.js.map +1 -1
- package/dist/core/ll_client.cjs +416 -521
- package/dist/core/ll_client.cjs.map +1 -1
- package/dist/core/ll_client.d.ts +100 -97
- package/dist/core/ll_client.js +415 -519
- package/dist/core/ll_client.js.map +1 -1
- package/dist/core/ll_transaction.cjs +206 -240
- package/dist/core/ll_transaction.cjs.map +1 -1
- package/dist/core/ll_transaction.d.ts +50 -52
- package/dist/core/ll_transaction.js +205 -238
- package/dist/core/ll_transaction.js.map +1 -1
- package/dist/core/stat.cjs +64 -63
- package/dist/core/stat.cjs.map +1 -1
- package/dist/core/stat.d.ts +35 -36
- package/dist/core/stat.js +64 -62
- package/dist/core/stat.js.map +1 -1
- package/dist/core/transaction.cjs +613 -650
- package/dist/core/transaction.cjs.map +1 -1
- package/dist/core/transaction.d.ts +165 -162
- package/dist/core/transaction.js +612 -648
- package/dist/core/transaction.js.map +1 -1
- package/dist/core/type_conversion.cjs +62 -83
- package/dist/core/type_conversion.cjs.map +1 -1
- package/dist/core/type_conversion.js +61 -81
- package/dist/core/type_conversion.js.map +1 -1
- package/dist/core/types.cjs +56 -86
- package/dist/core/types.cjs.map +1 -1
- package/dist/core/types.d.ts +63 -62
- package/dist/core/types.js +54 -83
- package/dist/core/types.js.map +1 -1
- package/dist/core/unauth_client.cjs +35 -41
- package/dist/core/unauth_client.cjs.map +1 -1
- package/dist/core/unauth_client.d.ts +18 -14
- package/dist/core/unauth_client.js +34 -39
- package/dist/core/unauth_client.js.map +1 -1
- package/dist/core/websocket_stream.cjs +277 -349
- package/dist/core/websocket_stream.cjs.map +1 -1
- package/dist/core/websocket_stream.js +275 -347
- package/dist/core/websocket_stream.js.map +1 -1
- package/dist/core/wire.d.ts +21 -17
- package/dist/helpers/pl.cjs +71 -73
- package/dist/helpers/pl.cjs.map +1 -1
- package/dist/helpers/pl.d.ts +40 -41
- package/dist/helpers/pl.js +66 -46
- package/dist/helpers/pl.js.map +1 -1
- package/dist/helpers/poll.cjs +99 -134
- package/dist/helpers/poll.cjs.map +1 -1
- package/dist/helpers/poll.d.ts +37 -34
- package/dist/helpers/poll.js +97 -113
- package/dist/helpers/poll.js.map +1 -1
- package/dist/helpers/retry_strategy.cjs +82 -87
- package/dist/helpers/retry_strategy.cjs.map +1 -1
- package/dist/helpers/retry_strategy.js +83 -86
- package/dist/helpers/retry_strategy.js.map +1 -1
- package/dist/helpers/tx_helpers.cjs +21 -20
- package/dist/helpers/tx_helpers.cjs.map +1 -1
- package/dist/helpers/tx_helpers.d.ts +11 -7
- package/dist/helpers/tx_helpers.js +20 -18
- package/dist/helpers/tx_helpers.js.map +1 -1
- package/dist/index.cjs +117 -106
- package/dist/index.d.ts +17 -17
- package/dist/index.js +17 -19
- package/dist/proto-grpc/github.com/googleapis/googleapis/google/rpc/status.cjs +72 -66
- package/dist/proto-grpc/github.com/googleapis/googleapis/google/rpc/status.cjs.map +1 -1
- package/dist/proto-grpc/github.com/googleapis/googleapis/google/rpc/status.d.ts +35 -37
- package/dist/proto-grpc/github.com/googleapis/googleapis/google/rpc/status.js +71 -64
- package/dist/proto-grpc/github.com/googleapis/googleapis/google/rpc/status.js.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.cjs +12611 -12866
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.cjs.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.cjs +226 -226
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.cjs.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts +281 -330
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.js +225 -224
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.js.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts +2640 -4294
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.js +12608 -12706
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.js.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.cjs +1230 -1089
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.cjs.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts +393 -420
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.js +1228 -1083
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.js.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.cjs +142 -143
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.cjs.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts +62 -64
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.js +140 -141
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.js.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/resource_types.cjs +572 -487
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/resource_types.cjs.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts +125 -228
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/resource_types.js +572 -485
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/resource_types.js.map +1 -1
- package/dist/proto-grpc/google/protobuf/any.cjs +131 -146
- package/dist/proto-grpc/google/protobuf/any.cjs.map +1 -1
- package/dist/proto-grpc/google/protobuf/any.d.ts +78 -84
- package/dist/proto-grpc/google/protobuf/any.js +130 -144
- package/dist/proto-grpc/google/protobuf/any.js.map +1 -1
- package/dist/proto-grpc/google/protobuf/duration.cjs +92 -100
- package/dist/proto-grpc/google/protobuf/duration.cjs.map +1 -1
- package/dist/proto-grpc/google/protobuf/duration.d.ts +38 -43
- package/dist/proto-grpc/google/protobuf/duration.js +91 -98
- package/dist/proto-grpc/google/protobuf/duration.js.map +1 -1
- package/dist/proto-grpc/google/protobuf/timestamp.cjs +117 -128
- package/dist/proto-grpc/google/protobuf/timestamp.cjs.map +1 -1
- package/dist/proto-grpc/google/protobuf/timestamp.d.ts +50 -55
- package/dist/proto-grpc/google/protobuf/timestamp.js +116 -126
- package/dist/proto-grpc/google/protobuf/timestamp.js.map +1 -1
- package/dist/proto-grpc/google/rpc/code.cjs +223 -238
- package/dist/proto-grpc/google/rpc/code.cjs.map +1 -1
- package/dist/proto-grpc/google/rpc/code.d.ts +209 -206
- package/dist/proto-grpc/google/rpc/code.js +221 -237
- package/dist/proto-grpc/google/rpc/code.js.map +1 -1
- package/dist/proto-rest/index.cjs +67 -66
- package/dist/proto-rest/index.cjs.map +1 -1
- package/dist/proto-rest/index.d.ts +24 -18
- package/dist/proto-rest/index.js +61 -65
- package/dist/proto-rest/index.js.map +1 -1
- package/dist/proto-rest/plapi.d.ts +1400 -1477
- package/dist/test/tcp-proxy.cjs +100 -126
- package/dist/test/tcp-proxy.cjs.map +1 -1
- package/dist/test/tcp-proxy.d.ts +17 -13
- package/dist/test/tcp-proxy.js +97 -104
- package/dist/test/tcp-proxy.js.map +1 -1
- package/dist/test/test_config.cjs +145 -194
- package/dist/test/test_config.cjs.map +1 -1
- package/dist/test/test_config.d.ts +34 -30
- package/dist/test/test_config.js +138 -166
- package/dist/test/test_config.js.map +1 -1
- package/dist/util/pl.cjs +4 -3
- package/dist/util/pl.cjs.map +1 -1
- package/dist/util/pl.js +4 -2
- package/dist/util/pl.js.map +1 -1
- package/dist/util/util.cjs +7 -10
- package/dist/util/util.cjs.map +1 -1
- package/dist/util/util.js +7 -9
- package/dist/util/util.js.map +1 -1
- package/package.json +10 -10
- package/src/core/transaction.ts +123 -133
- 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
- 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
- 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
- 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
- package/dist/core/PromiseTracker.d.ts.map +0 -1
- package/dist/core/StatefulPromise.d.ts +0 -39
- package/dist/core/StatefulPromise.d.ts.map +0 -1
- package/dist/core/abstract_stream.d.ts.map +0 -1
- package/dist/core/advisory_locks.d.ts +0 -10
- package/dist/core/advisory_locks.d.ts.map +0 -1
- package/dist/core/auth.d.ts.map +0 -1
- package/dist/core/cache.d.ts.map +0 -1
- package/dist/core/client.d.ts.map +0 -1
- package/dist/core/config.d.ts.map +0 -1
- package/dist/core/default_client.d.ts.map +0 -1
- package/dist/core/driver.d.ts.map +0 -1
- package/dist/core/error_resource.d.ts +0 -6
- package/dist/core/error_resource.d.ts.map +0 -1
- package/dist/core/errors.d.ts.map +0 -1
- package/dist/core/final.d.ts.map +0 -1
- package/dist/core/ll_client.d.ts.map +0 -1
- package/dist/core/ll_transaction.d.ts.map +0 -1
- package/dist/core/stat.d.ts.map +0 -1
- package/dist/core/transaction.d.ts.map +0 -1
- package/dist/core/type_conversion.d.ts +0 -8
- package/dist/core/type_conversion.d.ts.map +0 -1
- package/dist/core/types.d.ts.map +0 -1
- package/dist/core/unauth_client.d.ts.map +0 -1
- package/dist/core/websocket_stream.d.ts +0 -67
- package/dist/core/websocket_stream.d.ts.map +0 -1
- package/dist/core/wire.d.ts.map +0 -1
- package/dist/helpers/pl.d.ts.map +0 -1
- package/dist/helpers/poll.d.ts.map +0 -1
- package/dist/helpers/retry_strategy.d.ts +0 -24
- package/dist/helpers/retry_strategy.d.ts.map +0 -1
- package/dist/helpers/state_helpers.d.ts +0 -3
- package/dist/helpers/state_helpers.d.ts.map +0 -1
- package/dist/helpers/tx_helpers.d.ts.map +0 -1
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/proto-grpc/github.com/googleapis/googleapis/google/rpc/status.d.ts.map +0 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts.map +0 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts.map +0 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts.map +0 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts.map +0 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts +0 -106
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts.map +0 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts.map +0 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/ws-test.d.ts +0 -73
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/ws-test.d.ts.map +0 -1
- package/dist/proto-grpc/google/api/http.d.ts +0 -456
- package/dist/proto-grpc/google/api/http.d.ts.map +0 -1
- package/dist/proto-grpc/google/protobuf/any.d.ts.map +0 -1
- package/dist/proto-grpc/google/protobuf/descriptor.d.ts +0 -2340
- package/dist/proto-grpc/google/protobuf/descriptor.d.ts.map +0 -1
- package/dist/proto-grpc/google/protobuf/duration.d.ts.map +0 -1
- package/dist/proto-grpc/google/protobuf/empty.d.ts +0 -32
- package/dist/proto-grpc/google/protobuf/empty.d.ts.map +0 -1
- package/dist/proto-grpc/google/protobuf/struct.d.ts +0 -187
- package/dist/proto-grpc/google/protobuf/struct.d.ts.map +0 -1
- package/dist/proto-grpc/google/protobuf/timestamp.d.ts.map +0 -1
- package/dist/proto-grpc/google/protobuf/wrappers.d.ts +0 -308
- package/dist/proto-grpc/google/protobuf/wrappers.d.ts.map +0 -1
- package/dist/proto-grpc/google/rpc/code.d.ts.map +0 -1
- package/dist/proto-grpc/google/rpc/error_details.d.ts +0 -654
- package/dist/proto-grpc/google/rpc/error_details.d.ts.map +0 -1
- package/dist/proto-grpc/google/rpc/http.d.ts +0 -121
- package/dist/proto-grpc/google/rpc/http.d.ts.map +0 -1
- package/dist/proto-grpc/google/rpc/status.d.ts +0 -55
- package/dist/proto-grpc/google/rpc/status.d.ts.map +0 -1
- package/dist/proto-rest/index.d.ts.map +0 -1
- package/dist/proto-rest/plapi.d.ts.map +0 -1
- package/dist/test/tcp-proxy.d.ts.map +0 -1
- package/dist/test/test_config.d.ts.map +0 -1
- package/dist/util/branding.d.ts +0 -7
- package/dist/util/branding.d.ts.map +0 -1
- package/dist/util/pl.d.ts +0 -9
- package/dist/util/pl.d.ts.map +0 -1
- package/dist/util/util.d.ts +0 -2
- package/dist/util/util.d.ts.map +0 -1
|
@@ -1,537 +1,510 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
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
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
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
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
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
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
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
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
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
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
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
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
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
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
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
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
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
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
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
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
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
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
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
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
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
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
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
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
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
|
-
|
|
395
|
+
declare const Tx: Tx$Type;
|
|
414
396
|
declare class Resource$Type extends MessageType<Resource> {
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
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
|
-
|
|
405
|
+
declare const Resource: Resource$Type;
|
|
424
406
|
declare class Resource_Features$Type extends MessageType<Resource_Features> {
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
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
|
-
|
|
415
|
+
declare const Resource_Features: Resource_Features$Type;
|
|
434
416
|
declare class Field$Type extends MessageType<Field> {
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
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
|
-
|
|
425
|
+
declare const Field: Field$Type;
|
|
444
426
|
declare class Notification$Type extends MessageType<Notification> {
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
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
|
-
|
|
436
|
+
declare const Notification: Notification$Type;
|
|
455
437
|
declare class Notification_Events$Type extends MessageType<Notification_Events> {
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
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
|
-
|
|
446
|
+
declare const Notification_Events: Notification_Events$Type;
|
|
465
447
|
declare class Notification_FieldChange$Type extends MessageType<Notification_FieldChange> {
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
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
|
-
|
|
456
|
+
declare const Notification_FieldChange: Notification_FieldChange$Type;
|
|
475
457
|
declare class SpanInfo$Type extends MessageType<SpanInfo> {
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
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
|
-
|
|
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
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
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
|
-
|
|
477
|
+
declare const Controller: Controller$Type;
|
|
506
478
|
declare class ResourceSchema$Type extends MessageType<ResourceSchema> {
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
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
|
-
|
|
487
|
+
declare const ResourceSchema: ResourceSchema$Type;
|
|
516
488
|
declare class FieldSchema$Type extends MessageType<FieldSchema> {
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
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
|
-
|
|
497
|
+
declare const FieldSchema: FieldSchema$Type;
|
|
526
498
|
declare class ResourceAPIFeature$Type extends MessageType<ResourceAPIFeature> {
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
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
|
-
|
|
536
|
-
|
|
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
|