@milaboratories/pl-client 2.7.14 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/client.d.ts +4 -1
- package/dist/core/client.d.ts.map +1 -1
- package/dist/core/ll_client.d.ts +12 -2
- package/dist/core/ll_client.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4341 -4316
- package/dist/index.mjs.map +1 -1
- package/dist/proto/github.com/googleapis/googleapis/google/rpc/status.d.ts +15 -15
- package/dist/proto/github.com/googleapis/googleapis/google/rpc/status.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.d.ts +4 -4
- package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts +59 -59
- package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts +72 -72
- package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts +152 -152
- package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts +156 -156
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts +790 -773
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts +163 -163
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts +22 -22
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts +32 -32
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts +78 -78
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts.map +1 -1
- package/dist/proto/google/protobuf/any.d.ts +52 -52
- package/dist/proto/google/protobuf/any.d.ts.map +1 -1
- package/dist/proto/google/protobuf/duration.d.ts +19 -19
- package/dist/proto/google/protobuf/duration.d.ts.map +1 -1
- package/dist/proto/google/protobuf/empty.d.ts.map +1 -1
- package/dist/proto/google/protobuf/struct.d.ts +56 -56
- package/dist/proto/google/protobuf/struct.d.ts.map +1 -1
- package/dist/proto/google/protobuf/timestamp.d.ts +25 -25
- package/dist/proto/google/protobuf/timestamp.d.ts.map +1 -1
- package/dist/proto/google/protobuf/wrappers.d.ts +72 -72
- package/dist/proto/google/protobuf/wrappers.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/core/client.ts +31 -35
- package/src/core/ll_client.ts +48 -23
- package/src/proto/github.com/googleapis/googleapis/google/rpc/status.ts +72 -75
- package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.ts +21 -22
- package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.ts +276 -291
- package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.ts +54 -59
- package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.ts +470 -491
- package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.ts +238 -263
- package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api.ts +11058 -11752
- package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.ts +1115 -1156
- package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.ts +126 -132
- package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/import.ts +201 -204
- package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.ts +541 -560
- package/src/proto/google/protobuf/any.ts +140 -150
- package/src/proto/google/protobuf/duration.ts +103 -108
- package/src/proto/google/protobuf/empty.ts +39 -42
- package/src/proto/google/protobuf/struct.ts +323 -337
- package/src/proto/google/protobuf/timestamp.ts +124 -132
- package/src/proto/google/protobuf/wrappers.ts +492 -537
|
@@ -64,34 +64,34 @@ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, Pa
|
|
|
64
64
|
*/
|
|
65
65
|
export interface Duration {
|
|
66
66
|
/**
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
67
|
+
* Signed seconds of the span of time. Must be from -315,576,000,000
|
|
68
|
+
* to +315,576,000,000 inclusive. Note: these bounds are computed from:
|
|
69
|
+
* 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
|
|
70
|
+
*
|
|
71
|
+
* @generated from protobuf field: int64 seconds = 1;
|
|
72
|
+
*/
|
|
73
73
|
seconds: bigint;
|
|
74
74
|
/**
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
75
|
+
* Signed fractions of a second at nanosecond resolution of the span
|
|
76
|
+
* of time. Durations less than one second are represented with a 0
|
|
77
|
+
* `seconds` field and a positive or negative `nanos` field. For durations
|
|
78
|
+
* of one second or more, a non-zero value for the `nanos` field must be
|
|
79
|
+
* of the same sign as the `seconds` field. Must be from -999,999,999
|
|
80
|
+
* to +999,999,999 inclusive.
|
|
81
|
+
*
|
|
82
|
+
* @generated from protobuf field: int32 nanos = 2;
|
|
83
|
+
*/
|
|
84
84
|
nanos: number;
|
|
85
85
|
}
|
|
86
86
|
declare class Duration$Type extends MessageType<Duration> {
|
|
87
87
|
constructor();
|
|
88
88
|
/**
|
|
89
|
-
|
|
90
|
-
|
|
89
|
+
* Encode `Duration` to JSON string like "3.000001s".
|
|
90
|
+
*/
|
|
91
91
|
internalJsonWrite(message: Duration, options: JsonWriteOptions): JsonValue;
|
|
92
92
|
/**
|
|
93
|
-
|
|
94
|
-
|
|
93
|
+
* Decode `Duration` from JSON string like "3.000001s"
|
|
94
|
+
*/
|
|
95
95
|
internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: Duration): Duration;
|
|
96
96
|
create(value?: PartialMessage<Duration>): Duration;
|
|
97
97
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Duration): Duration;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"duration.d.ts","sourceRoot":"","sources":["../../../../src/proto/google/protobuf/duration.ts"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAG3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,MAAM,WAAW,QAAQ;
|
|
1
|
+
{"version":3,"file":"duration.d.ts","sourceRoot":"","sources":["../../../../src/proto/google/protobuf/duration.ts"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAG3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,MAAM,WAAW,QAAQ;IACrB;;;;;;OAMG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;;;;;;OASG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,cAAM,aAAc,SAAQ,WAAW,CAAC,QAAQ,CAAC;;IAO7C;;OAEG;IACH,iBAAiB,CAAC,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,gBAAgB,GAAG,SAAS;IAkB1E;;OAEG;IACH,gBAAgB,CAAC,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,CAAC,EAAE,QAAQ,GAAG,QAAQ;IAmBxF,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,QAAQ;IAQlD,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,QAAQ,GAAG,QAAQ;IAsBlH,mBAAmB,CAAC,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAY5G;AACD;;GAEG;AACH,eAAO,MAAM,QAAQ,eAAsB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"empty.d.ts","sourceRoot":"","sources":["../../../../src/proto/google/protobuf/empty.ts"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,KAAK;CACrB;AAED,cAAM,UAAW,SAAQ,WAAW,CAAC,KAAK,CAAC;;
|
|
1
|
+
{"version":3,"file":"empty.d.ts","sourceRoot":"","sources":["../../../../src/proto/google/protobuf/empty.ts"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,KAAK;CACrB;AAED,cAAM,UAAW,SAAQ,WAAW,CAAC,KAAK,CAAC;;IAIvC,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK;IAM5C,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,KAAK,GAAG,KAAK;IAgB5G,mBAAmB,CAAC,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAMzG;AACD;;GAEG;AACH,eAAO,MAAM,KAAK,YAAmB,CAAC"}
|
|
@@ -13,10 +13,10 @@ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, Pa
|
|
|
13
13
|
*/
|
|
14
14
|
export interface Struct {
|
|
15
15
|
/**
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
* Unordered map of dynamically typed values.
|
|
17
|
+
*
|
|
18
|
+
* @generated from protobuf field: map<string, google.protobuf.Value> fields = 1;
|
|
19
|
+
*/
|
|
20
20
|
fields: {
|
|
21
21
|
[key: string]: Value;
|
|
22
22
|
};
|
|
@@ -33,55 +33,55 @@ export interface Struct {
|
|
|
33
33
|
*/
|
|
34
34
|
export interface Value {
|
|
35
35
|
/**
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
* @generated from protobuf oneof: kind
|
|
37
|
+
*/
|
|
38
38
|
kind: {
|
|
39
|
-
oneofKind:
|
|
39
|
+
oneofKind: "nullValue";
|
|
40
40
|
/**
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
41
|
+
* Represents a null value.
|
|
42
|
+
*
|
|
43
|
+
* @generated from protobuf field: google.protobuf.NullValue null_value = 1;
|
|
44
|
+
*/
|
|
45
45
|
nullValue: NullValue;
|
|
46
46
|
} | {
|
|
47
|
-
oneofKind:
|
|
47
|
+
oneofKind: "numberValue";
|
|
48
48
|
/**
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
* Represents a double value.
|
|
50
|
+
*
|
|
51
|
+
* @generated from protobuf field: double number_value = 2;
|
|
52
|
+
*/
|
|
53
53
|
numberValue: number;
|
|
54
54
|
} | {
|
|
55
|
-
oneofKind:
|
|
55
|
+
oneofKind: "stringValue";
|
|
56
56
|
/**
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
57
|
+
* Represents a string value.
|
|
58
|
+
*
|
|
59
|
+
* @generated from protobuf field: string string_value = 3;
|
|
60
|
+
*/
|
|
61
61
|
stringValue: string;
|
|
62
62
|
} | {
|
|
63
|
-
oneofKind:
|
|
63
|
+
oneofKind: "boolValue";
|
|
64
64
|
/**
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
65
|
+
* Represents a boolean value.
|
|
66
|
+
*
|
|
67
|
+
* @generated from protobuf field: bool bool_value = 4;
|
|
68
|
+
*/
|
|
69
69
|
boolValue: boolean;
|
|
70
70
|
} | {
|
|
71
|
-
oneofKind:
|
|
71
|
+
oneofKind: "structValue";
|
|
72
72
|
/**
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
* Represents a structured value.
|
|
74
|
+
*
|
|
75
|
+
* @generated from protobuf field: google.protobuf.Struct struct_value = 5;
|
|
76
|
+
*/
|
|
77
77
|
structValue: Struct;
|
|
78
78
|
} | {
|
|
79
|
-
oneofKind:
|
|
79
|
+
oneofKind: "listValue";
|
|
80
80
|
/**
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
81
|
+
* Represents a repeated `Value`.
|
|
82
|
+
*
|
|
83
|
+
* @generated from protobuf field: google.protobuf.ListValue list_value = 6;
|
|
84
|
+
*/
|
|
85
85
|
listValue: ListValue;
|
|
86
86
|
} | {
|
|
87
87
|
oneofKind: undefined;
|
|
@@ -96,10 +96,10 @@ export interface Value {
|
|
|
96
96
|
*/
|
|
97
97
|
export interface ListValue {
|
|
98
98
|
/**
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
99
|
+
* Repeated field of dynamically typed values.
|
|
100
|
+
*
|
|
101
|
+
* @generated from protobuf field: repeated google.protobuf.Value values = 1;
|
|
102
|
+
*/
|
|
103
103
|
values: Value[];
|
|
104
104
|
}
|
|
105
105
|
/**
|
|
@@ -112,21 +112,21 @@ export interface ListValue {
|
|
|
112
112
|
*/
|
|
113
113
|
export declare enum NullValue {
|
|
114
114
|
/**
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
115
|
+
* Null value.
|
|
116
|
+
*
|
|
117
|
+
* @generated from protobuf enum value: NULL_VALUE = 0;
|
|
118
|
+
*/
|
|
119
119
|
NULL_VALUE = 0
|
|
120
120
|
}
|
|
121
121
|
declare class Struct$Type extends MessageType<Struct> {
|
|
122
122
|
constructor();
|
|
123
123
|
/**
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
* Encode `Struct` to JSON object.
|
|
125
|
+
*/
|
|
126
126
|
internalJsonWrite(message: Struct, options: JsonWriteOptions): JsonValue;
|
|
127
127
|
/**
|
|
128
|
-
|
|
129
|
-
|
|
128
|
+
* Decode `Struct` from JSON object.
|
|
129
|
+
*/
|
|
130
130
|
internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: Struct): Struct;
|
|
131
131
|
create(value?: PartialMessage<Struct>): Struct;
|
|
132
132
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Struct): Struct;
|
|
@@ -140,12 +140,12 @@ export declare const Struct: Struct$Type;
|
|
|
140
140
|
declare class Value$Type extends MessageType<Value> {
|
|
141
141
|
constructor();
|
|
142
142
|
/**
|
|
143
|
-
|
|
144
|
-
|
|
143
|
+
* Encode `Value` to JSON value.
|
|
144
|
+
*/
|
|
145
145
|
internalJsonWrite(message: Value, options: JsonWriteOptions): JsonValue;
|
|
146
146
|
/**
|
|
147
|
-
|
|
148
|
-
|
|
147
|
+
* Decode `Value` from JSON value.
|
|
148
|
+
*/
|
|
149
149
|
internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: Value): Value;
|
|
150
150
|
create(value?: PartialMessage<Value>): Value;
|
|
151
151
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Value): Value;
|
|
@@ -158,12 +158,12 @@ export declare const Value: Value$Type;
|
|
|
158
158
|
declare class ListValue$Type extends MessageType<ListValue> {
|
|
159
159
|
constructor();
|
|
160
160
|
/**
|
|
161
|
-
|
|
162
|
-
|
|
161
|
+
* Encode `ListValue` to JSON array.
|
|
162
|
+
*/
|
|
163
163
|
internalJsonWrite(message: ListValue, options: JsonWriteOptions): JsonValue;
|
|
164
164
|
/**
|
|
165
|
-
|
|
166
|
-
|
|
165
|
+
* Decode `ListValue` from JSON array.
|
|
166
|
+
*/
|
|
167
167
|
internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: ListValue): ListValue;
|
|
168
168
|
create(value?: PartialMessage<ListValue>): ListValue;
|
|
169
169
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListValue): ListValue;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"struct.d.ts","sourceRoot":"","sources":["../../../../src/proto/google/protobuf/struct.ts"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAI3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,MAAM;
|
|
1
|
+
{"version":3,"file":"struct.d.ts","sourceRoot":"","sources":["../../../../src/proto/google/protobuf/struct.ts"],"names":[],"mappings":"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"}
|
|
@@ -95,46 +95,46 @@ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, Pa
|
|
|
95
95
|
*/
|
|
96
96
|
export interface Timestamp {
|
|
97
97
|
/**
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
98
|
+
* Represents seconds of UTC time since Unix epoch
|
|
99
|
+
* 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
|
|
100
|
+
* 9999-12-31T23:59:59Z inclusive.
|
|
101
|
+
*
|
|
102
|
+
* @generated from protobuf field: int64 seconds = 1;
|
|
103
|
+
*/
|
|
104
104
|
seconds: bigint;
|
|
105
105
|
/**
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
106
|
+
* Non-negative fractions of a second at nanosecond resolution. Negative
|
|
107
|
+
* second values with fractions must still have non-negative nanos values
|
|
108
|
+
* that count forward in time. Must be from 0 to 999,999,999
|
|
109
|
+
* inclusive.
|
|
110
|
+
*
|
|
111
|
+
* @generated from protobuf field: int32 nanos = 2;
|
|
112
|
+
*/
|
|
113
113
|
nanos: number;
|
|
114
114
|
}
|
|
115
115
|
declare class Timestamp$Type extends MessageType<Timestamp> {
|
|
116
116
|
constructor();
|
|
117
117
|
/**
|
|
118
|
-
|
|
119
|
-
|
|
118
|
+
* Creates a new `Timestamp` for the current time.
|
|
119
|
+
*/
|
|
120
120
|
now(): Timestamp;
|
|
121
121
|
/**
|
|
122
|
-
|
|
123
|
-
|
|
122
|
+
* Converts a `Timestamp` to a JavaScript Date.
|
|
123
|
+
*/
|
|
124
124
|
toDate(message: Timestamp): Date;
|
|
125
125
|
/**
|
|
126
|
-
|
|
127
|
-
|
|
126
|
+
* Converts a JavaScript Date to a `Timestamp`.
|
|
127
|
+
*/
|
|
128
128
|
fromDate(date: Date): Timestamp;
|
|
129
129
|
/**
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
130
|
+
* In JSON format, the `Timestamp` type is encoded as a string
|
|
131
|
+
* in the RFC 3339 format.
|
|
132
|
+
*/
|
|
133
133
|
internalJsonWrite(message: Timestamp, options: JsonWriteOptions): JsonValue;
|
|
134
134
|
/**
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
135
|
+
* In JSON format, the `Timestamp` type is encoded as a string
|
|
136
|
+
* in the RFC 3339 format.
|
|
137
|
+
*/
|
|
138
138
|
internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: Timestamp): Timestamp;
|
|
139
139
|
create(value?: PartialMessage<Timestamp>): Timestamp;
|
|
140
140
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Timestamp): Timestamp;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timestamp.d.ts","sourceRoot":"","sources":["../../../../src/proto/google/protobuf/timestamp.ts"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAG3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6FG;AACH,MAAM,WAAW,SAAS;
|
|
1
|
+
{"version":3,"file":"timestamp.d.ts","sourceRoot":"","sources":["../../../../src/proto/google/protobuf/timestamp.ts"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAG3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6FG;AACH,MAAM,WAAW,SAAS;IACtB;;;;;;OAMG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;;;;OAOG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,cAAM,cAAe,SAAQ,WAAW,CAAC,SAAS,CAAC;;IAO/C;;OAEG;IACH,GAAG,IAAI,SAAS;IAOhB;;OAEG;IACH,MAAM,CAAC,OAAO,EAAE,SAAS,GAAG,IAAI;IAGhC;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,IAAI,GAAG,SAAS;IAO/B;;;OAGG;IACH,iBAAiB,CAAC,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,gBAAgB,GAAG,SAAS;IAkB3E;;;OAGG;IACH,gBAAgB,CAAC,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS;IAmB1F,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS;IAQpD,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS;IAsBpH,mBAAmB,CAAC,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAY7G;AACD;;GAEG;AACH,eAAO,MAAM,SAAS,gBAAuB,CAAC"}
|
|
@@ -8,10 +8,10 @@ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, Pa
|
|
|
8
8
|
*/
|
|
9
9
|
export interface DoubleValue {
|
|
10
10
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
* The double value.
|
|
12
|
+
*
|
|
13
|
+
* @generated from protobuf field: double value = 1;
|
|
14
|
+
*/
|
|
15
15
|
value: number;
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
@@ -23,10 +23,10 @@ export interface DoubleValue {
|
|
|
23
23
|
*/
|
|
24
24
|
export interface FloatValue {
|
|
25
25
|
/**
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
26
|
+
* The float value.
|
|
27
|
+
*
|
|
28
|
+
* @generated from protobuf field: float value = 1;
|
|
29
|
+
*/
|
|
30
30
|
value: number;
|
|
31
31
|
}
|
|
32
32
|
/**
|
|
@@ -38,10 +38,10 @@ export interface FloatValue {
|
|
|
38
38
|
*/
|
|
39
39
|
export interface Int64Value {
|
|
40
40
|
/**
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
41
|
+
* The int64 value.
|
|
42
|
+
*
|
|
43
|
+
* @generated from protobuf field: int64 value = 1;
|
|
44
|
+
*/
|
|
45
45
|
value: bigint;
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
@@ -53,10 +53,10 @@ export interface Int64Value {
|
|
|
53
53
|
*/
|
|
54
54
|
export interface UInt64Value {
|
|
55
55
|
/**
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
56
|
+
* The uint64 value.
|
|
57
|
+
*
|
|
58
|
+
* @generated from protobuf field: uint64 value = 1;
|
|
59
|
+
*/
|
|
60
60
|
value: bigint;
|
|
61
61
|
}
|
|
62
62
|
/**
|
|
@@ -68,10 +68,10 @@ export interface UInt64Value {
|
|
|
68
68
|
*/
|
|
69
69
|
export interface Int32Value {
|
|
70
70
|
/**
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
71
|
+
* The int32 value.
|
|
72
|
+
*
|
|
73
|
+
* @generated from protobuf field: int32 value = 1;
|
|
74
|
+
*/
|
|
75
75
|
value: number;
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
@@ -83,10 +83,10 @@ export interface Int32Value {
|
|
|
83
83
|
*/
|
|
84
84
|
export interface UInt32Value {
|
|
85
85
|
/**
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
86
|
+
* The uint32 value.
|
|
87
|
+
*
|
|
88
|
+
* @generated from protobuf field: uint32 value = 1;
|
|
89
|
+
*/
|
|
90
90
|
value: number;
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
@@ -98,10 +98,10 @@ export interface UInt32Value {
|
|
|
98
98
|
*/
|
|
99
99
|
export interface BoolValue {
|
|
100
100
|
/**
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
101
|
+
* The bool value.
|
|
102
|
+
*
|
|
103
|
+
* @generated from protobuf field: bool value = 1;
|
|
104
|
+
*/
|
|
105
105
|
value: boolean;
|
|
106
106
|
}
|
|
107
107
|
/**
|
|
@@ -113,10 +113,10 @@ export interface BoolValue {
|
|
|
113
113
|
*/
|
|
114
114
|
export interface StringValue {
|
|
115
115
|
/**
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
116
|
+
* The string value.
|
|
117
|
+
*
|
|
118
|
+
* @generated from protobuf field: string value = 1;
|
|
119
|
+
*/
|
|
120
120
|
value: string;
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
@@ -128,21 +128,21 @@ export interface StringValue {
|
|
|
128
128
|
*/
|
|
129
129
|
export interface BytesValue {
|
|
130
130
|
/**
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
131
|
+
* The bytes value.
|
|
132
|
+
*
|
|
133
|
+
* @generated from protobuf field: bytes value = 1;
|
|
134
|
+
*/
|
|
135
135
|
value: Uint8Array;
|
|
136
136
|
}
|
|
137
137
|
declare class DoubleValue$Type extends MessageType<DoubleValue> {
|
|
138
138
|
constructor();
|
|
139
139
|
/**
|
|
140
|
-
|
|
141
|
-
|
|
140
|
+
* Encode `DoubleValue` to JSON number.
|
|
141
|
+
*/
|
|
142
142
|
internalJsonWrite(message: DoubleValue, options: JsonWriteOptions): JsonValue;
|
|
143
143
|
/**
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
* Decode `DoubleValue` from JSON number.
|
|
145
|
+
*/
|
|
146
146
|
internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: DoubleValue): DoubleValue;
|
|
147
147
|
create(value?: PartialMessage<DoubleValue>): DoubleValue;
|
|
148
148
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DoubleValue): DoubleValue;
|
|
@@ -155,12 +155,12 @@ export declare const DoubleValue: DoubleValue$Type;
|
|
|
155
155
|
declare class FloatValue$Type extends MessageType<FloatValue> {
|
|
156
156
|
constructor();
|
|
157
157
|
/**
|
|
158
|
-
|
|
159
|
-
|
|
158
|
+
* Encode `FloatValue` to JSON number.
|
|
159
|
+
*/
|
|
160
160
|
internalJsonWrite(message: FloatValue, options: JsonWriteOptions): JsonValue;
|
|
161
161
|
/**
|
|
162
|
-
|
|
163
|
-
|
|
162
|
+
* Decode `FloatValue` from JSON number.
|
|
163
|
+
*/
|
|
164
164
|
internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: FloatValue): FloatValue;
|
|
165
165
|
create(value?: PartialMessage<FloatValue>): FloatValue;
|
|
166
166
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FloatValue): FloatValue;
|
|
@@ -173,12 +173,12 @@ export declare const FloatValue: FloatValue$Type;
|
|
|
173
173
|
declare class Int64Value$Type extends MessageType<Int64Value> {
|
|
174
174
|
constructor();
|
|
175
175
|
/**
|
|
176
|
-
|
|
177
|
-
|
|
176
|
+
* Encode `Int64Value` to JSON string.
|
|
177
|
+
*/
|
|
178
178
|
internalJsonWrite(message: Int64Value, options: JsonWriteOptions): JsonValue;
|
|
179
179
|
/**
|
|
180
|
-
|
|
181
|
-
|
|
180
|
+
* Decode `Int64Value` from JSON string.
|
|
181
|
+
*/
|
|
182
182
|
internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: Int64Value): Int64Value;
|
|
183
183
|
create(value?: PartialMessage<Int64Value>): Int64Value;
|
|
184
184
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Int64Value): Int64Value;
|
|
@@ -191,12 +191,12 @@ export declare const Int64Value: Int64Value$Type;
|
|
|
191
191
|
declare class UInt64Value$Type extends MessageType<UInt64Value> {
|
|
192
192
|
constructor();
|
|
193
193
|
/**
|
|
194
|
-
|
|
195
|
-
|
|
194
|
+
* Encode `UInt64Value` to JSON string.
|
|
195
|
+
*/
|
|
196
196
|
internalJsonWrite(message: UInt64Value, options: JsonWriteOptions): JsonValue;
|
|
197
197
|
/**
|
|
198
|
-
|
|
199
|
-
|
|
198
|
+
* Decode `UInt64Value` from JSON string.
|
|
199
|
+
*/
|
|
200
200
|
internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: UInt64Value): UInt64Value;
|
|
201
201
|
create(value?: PartialMessage<UInt64Value>): UInt64Value;
|
|
202
202
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: UInt64Value): UInt64Value;
|
|
@@ -209,12 +209,12 @@ export declare const UInt64Value: UInt64Value$Type;
|
|
|
209
209
|
declare class Int32Value$Type extends MessageType<Int32Value> {
|
|
210
210
|
constructor();
|
|
211
211
|
/**
|
|
212
|
-
|
|
213
|
-
|
|
212
|
+
* Encode `Int32Value` to JSON string.
|
|
213
|
+
*/
|
|
214
214
|
internalJsonWrite(message: Int32Value, options: JsonWriteOptions): JsonValue;
|
|
215
215
|
/**
|
|
216
|
-
|
|
217
|
-
|
|
216
|
+
* Decode `Int32Value` from JSON string.
|
|
217
|
+
*/
|
|
218
218
|
internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: Int32Value): Int32Value;
|
|
219
219
|
create(value?: PartialMessage<Int32Value>): Int32Value;
|
|
220
220
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Int32Value): Int32Value;
|
|
@@ -227,12 +227,12 @@ export declare const Int32Value: Int32Value$Type;
|
|
|
227
227
|
declare class UInt32Value$Type extends MessageType<UInt32Value> {
|
|
228
228
|
constructor();
|
|
229
229
|
/**
|
|
230
|
-
|
|
231
|
-
|
|
230
|
+
* Encode `UInt32Value` to JSON string.
|
|
231
|
+
*/
|
|
232
232
|
internalJsonWrite(message: UInt32Value, options: JsonWriteOptions): JsonValue;
|
|
233
233
|
/**
|
|
234
|
-
|
|
235
|
-
|
|
234
|
+
* Decode `UInt32Value` from JSON string.
|
|
235
|
+
*/
|
|
236
236
|
internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: UInt32Value): UInt32Value;
|
|
237
237
|
create(value?: PartialMessage<UInt32Value>): UInt32Value;
|
|
238
238
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: UInt32Value): UInt32Value;
|
|
@@ -245,12 +245,12 @@ export declare const UInt32Value: UInt32Value$Type;
|
|
|
245
245
|
declare class BoolValue$Type extends MessageType<BoolValue> {
|
|
246
246
|
constructor();
|
|
247
247
|
/**
|
|
248
|
-
|
|
249
|
-
|
|
248
|
+
* Encode `BoolValue` to JSON bool.
|
|
249
|
+
*/
|
|
250
250
|
internalJsonWrite(message: BoolValue, options: JsonWriteOptions): JsonValue;
|
|
251
251
|
/**
|
|
252
|
-
|
|
253
|
-
|
|
252
|
+
* Decode `BoolValue` from JSON bool.
|
|
253
|
+
*/
|
|
254
254
|
internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: BoolValue): BoolValue;
|
|
255
255
|
create(value?: PartialMessage<BoolValue>): BoolValue;
|
|
256
256
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: BoolValue): BoolValue;
|
|
@@ -263,12 +263,12 @@ export declare const BoolValue: BoolValue$Type;
|
|
|
263
263
|
declare class StringValue$Type extends MessageType<StringValue> {
|
|
264
264
|
constructor();
|
|
265
265
|
/**
|
|
266
|
-
|
|
267
|
-
|
|
266
|
+
* Encode `StringValue` to JSON string.
|
|
267
|
+
*/
|
|
268
268
|
internalJsonWrite(message: StringValue, options: JsonWriteOptions): JsonValue;
|
|
269
269
|
/**
|
|
270
|
-
|
|
271
|
-
|
|
270
|
+
* Decode `StringValue` from JSON string.
|
|
271
|
+
*/
|
|
272
272
|
internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: StringValue): StringValue;
|
|
273
273
|
create(value?: PartialMessage<StringValue>): StringValue;
|
|
274
274
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StringValue): StringValue;
|
|
@@ -281,12 +281,12 @@ export declare const StringValue: StringValue$Type;
|
|
|
281
281
|
declare class BytesValue$Type extends MessageType<BytesValue> {
|
|
282
282
|
constructor();
|
|
283
283
|
/**
|
|
284
|
-
|
|
285
|
-
|
|
284
|
+
* Encode `BytesValue` to JSON string.
|
|
285
|
+
*/
|
|
286
286
|
internalJsonWrite(message: BytesValue, options: JsonWriteOptions): JsonValue;
|
|
287
287
|
/**
|
|
288
|
-
|
|
289
|
-
|
|
288
|
+
* Decode `BytesValue` from JSON string.
|
|
289
|
+
*/
|
|
290
290
|
internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: BytesValue): BytesValue;
|
|
291
291
|
create(value?: PartialMessage<BytesValue>): BytesValue;
|
|
292
292
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: BytesValue): BytesValue;
|