@milaboratories/pl-drivers 1.6.4 → 1.6.5

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 (82) hide show
  1. package/dist/index.js +2 -2
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +2026 -2480
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/proto/github.com/googleapis/googleapis/google/rpc/status.d.ts +48 -0
  6. package/dist/proto/github.com/googleapis/googleapis/google/rpc/status.d.ts.map +1 -0
  7. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.d.ts +2 -2
  8. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.d.ts.map +1 -1
  9. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.d.ts +13 -5
  10. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.d.ts.map +1 -1
  11. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.d.ts +2 -2
  12. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.d.ts.map +1 -1
  13. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts +11 -11
  14. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts.map +1 -1
  15. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.d.ts +4 -4
  16. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.d.ts.map +1 -1
  17. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.d.ts +10 -10
  18. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.d.ts.map +1 -1
  19. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts +10 -10
  20. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts.map +1 -1
  21. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts +25 -25
  22. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts.map +1 -1
  23. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.d.ts +8 -8
  24. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.d.ts.map +1 -1
  25. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.d.ts +24 -16
  26. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.d.ts.map +1 -1
  27. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts +277 -0
  28. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts.map +1 -0
  29. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts +5344 -0
  30. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts.map +1 -0
  31. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts +530 -0
  32. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts.map +1 -0
  33. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts +82 -0
  34. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts.map +1 -0
  35. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts +91 -0
  36. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts.map +1 -0
  37. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts +251 -0
  38. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts.map +1 -0
  39. package/dist/proto/google/api/http.d.ts +46 -42
  40. package/dist/proto/google/api/http.d.ts.map +1 -1
  41. package/dist/proto/google/protobuf/any.d.ts +172 -0
  42. package/dist/proto/google/protobuf/any.d.ts.map +1 -0
  43. package/dist/proto/google/protobuf/descriptor.d.ts +1003 -170
  44. package/dist/proto/google/protobuf/descriptor.d.ts.map +1 -1
  45. package/dist/proto/google/protobuf/duration.d.ts +2 -3
  46. package/dist/proto/google/protobuf/duration.d.ts.map +1 -1
  47. package/dist/proto/google/protobuf/empty.d.ts +27 -0
  48. package/dist/proto/google/protobuf/empty.d.ts.map +1 -0
  49. package/dist/proto/google/protobuf/struct.d.ts +179 -0
  50. package/dist/proto/google/protobuf/struct.d.ts.map +1 -0
  51. package/dist/proto/google/protobuf/timestamp.d.ts +3 -6
  52. package/dist/proto/google/protobuf/timestamp.d.ts.map +1 -1
  53. package/dist/proto/google/protobuf/wrappers.d.ts +327 -0
  54. package/dist/proto/google/protobuf/wrappers.d.ts.map +1 -0
  55. package/package.json +5 -5
  56. package/src/clients/download.ts +1 -1
  57. package/src/clients/upload.ts +1 -1
  58. package/src/proto/github.com/googleapis/googleapis/google/rpc/status.ts +125 -0
  59. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.ts +25 -40
  60. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.ts +252 -396
  61. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.ts +25 -37
  62. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.ts +341 -453
  63. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.ts +39 -65
  64. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.ts +398 -630
  65. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.ts +126 -194
  66. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.ts +626 -964
  67. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.ts +102 -153
  68. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.ts +741 -1082
  69. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.ts +406 -0
  70. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api.ts +14986 -0
  71. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.ts +1474 -0
  72. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.ts +181 -0
  73. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/import.ts +251 -0
  74. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.ts +693 -0
  75. package/src/proto/google/api/http.ts +336 -492
  76. package/src/proto/google/protobuf/any.ts +326 -0
  77. package/src/proto/google/protobuf/descriptor.ts +4383 -4772
  78. package/src/proto/google/protobuf/duration.ts +122 -169
  79. package/src/proto/google/protobuf/empty.ts +94 -0
  80. package/src/proto/google/protobuf/struct.ts +484 -0
  81. package/src/proto/google/protobuf/timestamp.ts +150 -225
  82. package/src/proto/google/protobuf/wrappers.ts +785 -0
@@ -0,0 +1,91 @@
1
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
2
+ import { Struct, ListValue, Value } from '../../../../../google/protobuf/struct';
3
+ import { Timestamp } from '../../../../../google/protobuf/timestamp';
4
+ import { Duration } from '../../../../../google/protobuf/duration';
5
+ import { DoubleValue, FloatValue, UInt64Value, Int64Value, UInt32Value, Int32Value, StringValue, BoolValue, BytesValue } from '../../../../../google/protobuf/wrappers';
6
+ import { Any } from '../../../../../google/protobuf/any';
7
+ import { Empty } from '../../../../../google/protobuf/empty';
8
+ /**
9
+ * Makes protobuf to forcefully compile all well-known types into code (for TS)
10
+ * or just add dependencies on them (for go)
11
+ *
12
+ * @generated from protobuf message MiLaboratories.PL._Stub._ImportWellKnown
13
+ */
14
+ export interface _ImportWellKnown {
15
+ /**
16
+ * @generated from protobuf field: google.protobuf.Empty empty = 1
17
+ */
18
+ empty?: Empty;
19
+ /**
20
+ * @generated from protobuf field: google.protobuf.Any any = 2
21
+ */
22
+ any?: Any;
23
+ /**
24
+ * @generated from protobuf field: google.protobuf.BytesValue bytes = 3
25
+ */
26
+ bytes?: BytesValue;
27
+ /**
28
+ * @generated from protobuf field: google.protobuf.BoolValue bool = 4
29
+ */
30
+ bool?: BoolValue;
31
+ /**
32
+ * @generated from protobuf field: google.protobuf.StringValue string = 5
33
+ */
34
+ string?: StringValue;
35
+ /**
36
+ * @generated from protobuf field: google.protobuf.Int32Value int32 = 6
37
+ */
38
+ int32?: Int32Value;
39
+ /**
40
+ * @generated from protobuf field: google.protobuf.UInt32Value uint32 = 7
41
+ */
42
+ uint32?: UInt32Value;
43
+ /**
44
+ * @generated from protobuf field: google.protobuf.Int64Value int64 = 8
45
+ */
46
+ int64?: Int64Value;
47
+ /**
48
+ * @generated from protobuf field: google.protobuf.UInt64Value uint64 = 9
49
+ */
50
+ uint64?: UInt64Value;
51
+ /**
52
+ * @generated from protobuf field: google.protobuf.FloatValue float = 10
53
+ */
54
+ float?: FloatValue;
55
+ /**
56
+ * @generated from protobuf field: google.protobuf.DoubleValue double = 11
57
+ */
58
+ double?: DoubleValue;
59
+ /**
60
+ * @generated from protobuf field: google.protobuf.Duration duration = 12
61
+ */
62
+ duration?: Duration;
63
+ /**
64
+ * @generated from protobuf field: google.protobuf.Timestamp timestamp = 13
65
+ */
66
+ timestamp?: Timestamp;
67
+ /**
68
+ * @generated from protobuf field: google.protobuf.Value value = 14
69
+ */
70
+ value?: Value;
71
+ /**
72
+ * @generated from protobuf field: google.protobuf.ListValue list = 15
73
+ */
74
+ list?: ListValue;
75
+ /**
76
+ * @generated from protobuf field: google.protobuf.Struct struct = 16
77
+ */
78
+ struct?: Struct;
79
+ }
80
+ declare class _ImportWellKnown$Type extends MessageType<_ImportWellKnown> {
81
+ constructor();
82
+ create(value?: PartialMessage<_ImportWellKnown>): _ImportWellKnown;
83
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: _ImportWellKnown): _ImportWellKnown;
84
+ internalBinaryWrite(message: _ImportWellKnown, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
85
+ }
86
+ /**
87
+ * @generated MessageType for protobuf message MiLaboratories.PL._Stub._ImportWellKnown
88
+ */
89
+ export declare const _ImportWellKnown: _ImportWellKnown$Type;
90
+ export {};
91
+ //# sourceMappingURL=import.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"import.d.ts","sourceRoot":"","sources":["../../../../../../../src/proto/github.com/milaboratory/pl/plapi/plapiproto/import.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,251 @@
1
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
2
+ import { ResourceType } from './base_types';
3
+ /**
4
+ * @generated from protobuf message MiLaboratories.PL.RTypes.Number
5
+ */
6
+ export interface Number$ {
7
+ /**
8
+ * @generated from protobuf oneof: value
9
+ */
10
+ value: {
11
+ oneofKind: "int32";
12
+ /**
13
+ * @generated from protobuf field: int32 int32 = 1
14
+ */
15
+ int32: number;
16
+ } | {
17
+ oneofKind: "uint32";
18
+ /**
19
+ * @generated from protobuf field: uint32 uint32 = 2
20
+ */
21
+ uint32: number;
22
+ } | {
23
+ oneofKind: "int64";
24
+ /**
25
+ * @generated from protobuf field: int64 int64 = 3
26
+ */
27
+ int64: bigint;
28
+ } | {
29
+ oneofKind: "uint64";
30
+ /**
31
+ * @generated from protobuf field: uint64 uint64 = 4
32
+ */
33
+ uint64: bigint;
34
+ } | {
35
+ oneofKind: "float";
36
+ /**
37
+ * @generated from protobuf field: float float = 5
38
+ */
39
+ float: number;
40
+ } | {
41
+ oneofKind: "double";
42
+ /**
43
+ * @generated from protobuf field: double double = 6
44
+ */
45
+ double: number;
46
+ } | {
47
+ oneofKind: undefined;
48
+ };
49
+ }
50
+ /**
51
+ * @generated from protobuf message MiLaboratories.PL.RTypes.ControllerSettings
52
+ */
53
+ export interface ControllerSettings {
54
+ /**
55
+ * @generated from protobuf field: string type = 1
56
+ */
57
+ type: string;
58
+ }
59
+ /**
60
+ * @generated from protobuf message MiLaboratories.PL.RTypes.SubscriptionSettings
61
+ */
62
+ export interface SubscriptionSettings {
63
+ /**
64
+ * @generated from protobuf field: bool blocking = 1
65
+ */
66
+ blocking: boolean;
67
+ /**
68
+ * FIXME: drop this hack once we allow Data in Structural resources
69
+ *
70
+ * @generated from protobuf field: uint64 randomizer = 2
71
+ */
72
+ randomizer: bigint;
73
+ }
74
+ /**
75
+ * @generated from protobuf message MiLaboratories.PL.RTypes.NotificationFilter
76
+ */
77
+ export interface NotificationFilter {
78
+ /**
79
+ * @generated from protobuf oneof: resource_filter
80
+ */
81
+ resourceFilter: {
82
+ oneofKind: "resourceType";
83
+ /**
84
+ * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType resource_type = 1
85
+ */
86
+ resourceType: ResourceType;
87
+ } | {
88
+ oneofKind: "resourceId";
89
+ /**
90
+ * @generated from protobuf field: uint64 resource_id = 7
91
+ */
92
+ resourceId: bigint;
93
+ } | {
94
+ oneofKind: undefined;
95
+ };
96
+ /**
97
+ * @generated from protobuf field: MiLaboratories.PL.RTypes.NotificationFilter.EventFilter event_filter = 8
98
+ */
99
+ eventFilter?: NotificationFilter_EventFilter;
100
+ /**
101
+ * @generated from protobuf field: MiLaboratories.PL.RTypes.NotificationFilter.Payload payload = 9
102
+ */
103
+ payload?: NotificationFilter_Payload;
104
+ }
105
+ /**
106
+ * @generated from protobuf message MiLaboratories.PL.RTypes.NotificationFilter.EventFilter
107
+ */
108
+ export interface NotificationFilter_EventFilter {
109
+ /**
110
+ * @generated from protobuf field: optional bool all = 1
111
+ */
112
+ all?: boolean;
113
+ /**
114
+ * @generated from protobuf field: optional bool resource_created = 2
115
+ */
116
+ resourceCreated?: boolean;
117
+ /**
118
+ * @generated from protobuf field: optional bool resource_deleted = 3
119
+ */
120
+ resourceDeleted?: boolean;
121
+ /**
122
+ * @generated from protobuf field: optional bool resource_ready = 5
123
+ */
124
+ resourceReady?: boolean;
125
+ /**
126
+ * @generated from protobuf field: optional bool resource_duplicate = 6
127
+ */
128
+ resourceDuplicate?: boolean;
129
+ /**
130
+ * @generated from protobuf field: optional bool resource_error = 16
131
+ */
132
+ resourceError?: boolean;
133
+ /**
134
+ *
135
+ * Field events
136
+ *
137
+ *
138
+ * @generated from protobuf field: optional bool inputs_locked = 13
139
+ */
140
+ inputsLocked?: boolean;
141
+ /**
142
+ * @generated from protobuf field: optional bool outputs_locked = 14
143
+ */
144
+ outputsLocked?: boolean;
145
+ /**
146
+ * @generated from protobuf field: optional bool field_created = 12
147
+ */
148
+ fieldCreated?: boolean;
149
+ /**
150
+ * @generated from protobuf field: optional bool field_got_error = 17
151
+ */
152
+ fieldGotError?: boolean;
153
+ /**
154
+ * @generated from protobuf field: optional bool input_set = 7
155
+ */
156
+ inputSet?: boolean;
157
+ /**
158
+ * @generated from protobuf field: optional bool all_inputs_set = 8
159
+ */
160
+ allInputsSet?: boolean;
161
+ /**
162
+ * @generated from protobuf field: optional bool output_set = 9
163
+ */
164
+ outputSet?: boolean;
165
+ /**
166
+ * @generated from protobuf field: optional bool all_outputs_set = 10
167
+ */
168
+ allOutputsSet?: boolean;
169
+ /**
170
+ * @generated from protobuf field: optional bool generic_otw_set = 15
171
+ */
172
+ genericOtwSet?: boolean;
173
+ /**
174
+ * @generated from protobuf field: optional bool dynamic_changed = 11
175
+ */
176
+ dynamicChanged?: boolean;
177
+ }
178
+ /**
179
+ * @generated from protobuf message MiLaboratories.PL.RTypes.NotificationFilter.Payload
180
+ */
181
+ export interface NotificationFilter_Payload {
182
+ /**
183
+ * @generated from protobuf field: map<string, bytes> values = 1
184
+ */
185
+ values: {
186
+ [key: string]: Uint8Array;
187
+ };
188
+ }
189
+ declare class Number$$Type extends MessageType<Number$> {
190
+ constructor();
191
+ create(value?: PartialMessage<Number$>): Number$;
192
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Number$): Number$;
193
+ internalBinaryWrite(message: Number$, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
194
+ }
195
+ /**
196
+ * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.Number
197
+ */
198
+ export declare const Number$: Number$$Type;
199
+ declare class ControllerSettings$Type extends MessageType<ControllerSettings> {
200
+ constructor();
201
+ create(value?: PartialMessage<ControllerSettings>): ControllerSettings;
202
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ControllerSettings): ControllerSettings;
203
+ internalBinaryWrite(message: ControllerSettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
204
+ }
205
+ /**
206
+ * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.ControllerSettings
207
+ */
208
+ export declare const ControllerSettings: ControllerSettings$Type;
209
+ declare class SubscriptionSettings$Type extends MessageType<SubscriptionSettings> {
210
+ constructor();
211
+ create(value?: PartialMessage<SubscriptionSettings>): SubscriptionSettings;
212
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SubscriptionSettings): SubscriptionSettings;
213
+ internalBinaryWrite(message: SubscriptionSettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
214
+ }
215
+ /**
216
+ * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.SubscriptionSettings
217
+ */
218
+ export declare const SubscriptionSettings: SubscriptionSettings$Type;
219
+ declare class NotificationFilter$Type extends MessageType<NotificationFilter> {
220
+ constructor();
221
+ create(value?: PartialMessage<NotificationFilter>): NotificationFilter;
222
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: NotificationFilter): NotificationFilter;
223
+ internalBinaryWrite(message: NotificationFilter, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
224
+ }
225
+ /**
226
+ * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.NotificationFilter
227
+ */
228
+ export declare const NotificationFilter: NotificationFilter$Type;
229
+ declare class NotificationFilter_EventFilter$Type extends MessageType<NotificationFilter_EventFilter> {
230
+ constructor();
231
+ create(value?: PartialMessage<NotificationFilter_EventFilter>): NotificationFilter_EventFilter;
232
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: NotificationFilter_EventFilter): NotificationFilter_EventFilter;
233
+ internalBinaryWrite(message: NotificationFilter_EventFilter, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
234
+ }
235
+ /**
236
+ * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.NotificationFilter.EventFilter
237
+ */
238
+ export declare const NotificationFilter_EventFilter: NotificationFilter_EventFilter$Type;
239
+ declare class NotificationFilter_Payload$Type extends MessageType<NotificationFilter_Payload> {
240
+ constructor();
241
+ create(value?: PartialMessage<NotificationFilter_Payload>): NotificationFilter_Payload;
242
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: NotificationFilter_Payload): NotificationFilter_Payload;
243
+ private binaryReadMap1;
244
+ internalBinaryWrite(message: NotificationFilter_Payload, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
245
+ }
246
+ /**
247
+ * @generated MessageType for protobuf message MiLaboratories.PL.RTypes.NotificationFilter.Payload
248
+ */
249
+ export declare const NotificationFilter_Payload: NotificationFilter_Payload$Type;
250
+ export {};
251
+ //# sourceMappingURL=resource_types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resource_types.d.ts","sourceRoot":"","sources":["../../../../../../../src/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C;;GAEG;AACH,MAAM,WAAW,OAAO;IACpB;;OAEG;IACH,KAAK,EAAE;QACH,SAAS,EAAE,OAAO,CAAC;QACnB;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;KACjB,GAAG;QACA,SAAS,EAAE,QAAQ,CAAC;QACpB;;WAEG;QACH,MAAM,EAAE,MAAM,CAAC;KAClB,GAAG;QACA,SAAS,EAAE,OAAO,CAAC;QACnB;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;KACjB,GAAG;QACA,SAAS,EAAE,QAAQ,CAAC;QACpB;;WAEG;QACH,MAAM,EAAE,MAAM,CAAC;KAClB,GAAG;QACA,SAAS,EAAE,OAAO,CAAC;QACnB;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;KACjB,GAAG;QACA,SAAS,EAAE,QAAQ,CAAC;QACpB;;WAEG;QACH,MAAM,EAAE,MAAM,CAAC;KAClB,GAAG;QACA,SAAS,EAAE,SAAS,CAAC;KACxB,CAAC;CACL;AACD;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB;AACD;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;OAEG;IACH,cAAc,EAAE;QACZ,SAAS,EAAE,cAAc,CAAC;QAC1B;;WAEG;QACH,YAAY,EAAE,YAAY,CAAC;KAC9B,GAAG;QACA,SAAS,EAAE,YAAY,CAAC;QACxB;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;KACtB,GAAG;QACA,SAAS,EAAE,SAAS,CAAC;KACxB,CAAC;IACF;;OAEG;IACH,WAAW,CAAC,EAAE,8BAA8B,CAAC;IAC7C;;OAEG;IACH,OAAO,CAAC,EAAE,0BAA0B,CAAC;CACxC;AACD;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;OAEG;IACH,GAAG,CAAC,EAAE,OAAO,CAAC;IAKd;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;CAC5B;AACD;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACvC;;OAEG;IACH,MAAM,EAAE;QACJ,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC;KAC7B,CAAC;CACL;AAED,cAAM,YAAa,SAAQ,WAAW,CAAC,OAAO,CAAC;;IAW3C,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,GAAG,OAAO;IAOhD,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,OAAO;IAoDhH,mBAAmB,CAAC,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAwB3G;AACD;;GAEG;AACH,eAAO,MAAM,OAAO,cAAqB,CAAC;AAE1C,cAAM,uBAAwB,SAAQ,WAAW,CAAC,kBAAkB,CAAC;;IAMjE,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,kBAAkB,CAAC,GAAG,kBAAkB;IAOtE,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,kBAAkB,GAAG,kBAAkB;IAmBtI,mBAAmB,CAAC,OAAO,EAAE,kBAAkB,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAStH;AACD;;GAEG;AACH,eAAO,MAAM,kBAAkB,yBAAgC,CAAC;AAEhE,cAAM,yBAA0B,SAAQ,WAAW,CAAC,oBAAoB,CAAC;;IAOrE,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,oBAAoB,CAAC,GAAG,oBAAoB;IAQ1E,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,oBAAoB,GAAG,oBAAoB;IAsB1I,mBAAmB,CAAC,OAAO,EAAE,oBAAoB,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAYxH;AACD;;GAEG;AACH,eAAO,MAAM,oBAAoB,2BAAkC,CAAC;AAEpE,cAAM,uBAAwB,SAAQ,WAAW,CAAC,kBAAkB,CAAC;;IASjE,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,kBAAkB,CAAC,GAAG,kBAAkB;IAOtE,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,kBAAkB,GAAG,kBAAkB;IAkCtI,mBAAmB,CAAC,OAAO,EAAE,kBAAkB,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAkBtH;AACD;;GAEG;AACH,eAAO,MAAM,kBAAkB,yBAAgC,CAAC;AAEhE,cAAM,mCAAoC,SAAQ,WAAW,CAAC,8BAA8B,CAAC;;IAqBzF,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,8BAA8B,CAAC,GAAG,8BAA8B;IAM9F,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,8BAA8B,GAAG,8BAA8B;IAgE9J,mBAAmB,CAAC,OAAO,EAAE,8BAA8B,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAsDlI;AACD;;GAEG;AACH,eAAO,MAAM,8BAA8B,qCAA4C,CAAC;AAExF,cAAM,+BAAgC,SAAQ,WAAW,CAAC,0BAA0B,CAAC;;IAMjF,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,0BAA0B,CAAC,GAAG,0BAA0B;IAOtF,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,0BAA0B,GAAG,0BAA0B;IAmBtJ,OAAO,CAAC,cAAc;IAgBtB,mBAAmB,CAAC,OAAO,EAAE,0BAA0B,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAS9H;AACD;;GAEG;AACH,eAAO,MAAM,0BAA0B,iCAAwC,CAAC"}
@@ -12,7 +12,7 @@ export interface Http {
12
12
  *
13
13
  * **NOTE:** All service configuration rules follow "last one wins" order.
14
14
  *
15
- * @generated from protobuf field: repeated google.api.HttpRule rules = 1;
15
+ * @generated from protobuf field: repeated google.api.HttpRule rules = 1
16
16
  */
17
17
  rules: HttpRule[];
18
18
  /**
@@ -23,7 +23,7 @@ export interface Http {
23
23
  * The default behavior is to not decode RFC 6570 reserved characters in multi
24
24
  * segment matches.
25
25
  *
26
- * @generated from protobuf field: bool fully_decode_reserved_expansion = 2;
26
+ * @generated from protobuf field: bool fully_decode_reserved_expansion = 2
27
27
  */
28
28
  fullyDecodeReservedExpansion: boolean;
29
29
  }
@@ -306,63 +306,67 @@ export interface HttpRule {
306
306
  *
307
307
  * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
308
308
  *
309
- * @generated from protobuf field: string selector = 1;
309
+ * @generated from protobuf field: string selector = 1
310
310
  */
311
311
  selector: string;
312
312
  /**
313
+ * Determines the URL pattern is matched by this rules. This pattern can be
314
+ * used with any of the {get|put|post|delete|patch} methods. A custom method
315
+ * can be defined using the 'custom' field.
316
+ *
313
317
  * @generated from protobuf oneof: pattern
314
318
  */
315
319
  pattern: {
316
- oneofKind: 'get';
320
+ oneofKind: "get";
317
321
  /**
318
- * Maps to HTTP GET. Used for listing and getting information about
319
- * resources.
320
- *
321
- * @generated from protobuf field: string get = 2;
322
- */
322
+ * Maps to HTTP GET. Used for listing and getting information about
323
+ * resources.
324
+ *
325
+ * @generated from protobuf field: string get = 2
326
+ */
323
327
  get: string;
324
328
  } | {
325
- oneofKind: 'put';
329
+ oneofKind: "put";
326
330
  /**
327
- * Maps to HTTP PUT. Used for replacing a resource.
328
- *
329
- * @generated from protobuf field: string put = 3;
330
- */
331
+ * Maps to HTTP PUT. Used for replacing a resource.
332
+ *
333
+ * @generated from protobuf field: string put = 3
334
+ */
331
335
  put: string;
332
336
  } | {
333
- oneofKind: 'post';
337
+ oneofKind: "post";
334
338
  /**
335
- * Maps to HTTP POST. Used for creating a resource or performing an action.
336
- *
337
- * @generated from protobuf field: string post = 4;
338
- */
339
+ * Maps to HTTP POST. Used for creating a resource or performing an action.
340
+ *
341
+ * @generated from protobuf field: string post = 4
342
+ */
339
343
  post: string;
340
344
  } | {
341
- oneofKind: 'delete';
345
+ oneofKind: "delete";
342
346
  /**
343
- * Maps to HTTP DELETE. Used for deleting a resource.
344
- *
345
- * @generated from protobuf field: string delete = 5;
346
- */
347
+ * Maps to HTTP DELETE. Used for deleting a resource.
348
+ *
349
+ * @generated from protobuf field: string delete = 5
350
+ */
347
351
  delete: string;
348
352
  } | {
349
- oneofKind: 'patch';
353
+ oneofKind: "patch";
350
354
  /**
351
- * Maps to HTTP PATCH. Used for updating a resource.
352
- *
353
- * @generated from protobuf field: string patch = 6;
354
- */
355
+ * Maps to HTTP PATCH. Used for updating a resource.
356
+ *
357
+ * @generated from protobuf field: string patch = 6
358
+ */
355
359
  patch: string;
356
360
  } | {
357
- oneofKind: 'custom';
361
+ oneofKind: "custom";
358
362
  /**
359
- * The custom pattern is used for specifying an HTTP method that is not
360
- * included in the `pattern` field, such as HEAD, or "*" to leave the
361
- * HTTP method unspecified for this rule. The wild-card rule is useful
362
- * for services that provide content to Web (HTML) clients.
363
- *
364
- * @generated from protobuf field: google.api.CustomHttpPattern custom = 8;
365
- */
363
+ * The custom pattern is used for specifying an HTTP method that is not
364
+ * included in the `pattern` field, such as HEAD, or "*" to leave the
365
+ * HTTP method unspecified for this rule. The wild-card rule is useful
366
+ * for services that provide content to Web (HTML) clients.
367
+ *
368
+ * @generated from protobuf field: google.api.CustomHttpPattern custom = 8
369
+ */
366
370
  custom: CustomHttpPattern;
367
371
  } | {
368
372
  oneofKind: undefined;
@@ -375,7 +379,7 @@ export interface HttpRule {
375
379
  * NOTE: the referred field must be present at the top-level of the request
376
380
  * message type.
377
381
  *
378
- * @generated from protobuf field: string body = 7;
382
+ * @generated from protobuf field: string body = 7
379
383
  */
380
384
  body: string;
381
385
  /**
@@ -386,7 +390,7 @@ export interface HttpRule {
386
390
  * NOTE: The referred field must be present at the top-level of the response
387
391
  * message type.
388
392
  *
389
- * @generated from protobuf field: string response_body = 12;
393
+ * @generated from protobuf field: string response_body = 12
390
394
  */
391
395
  responseBody: string;
392
396
  /**
@@ -394,7 +398,7 @@ export interface HttpRule {
394
398
  * not contain an `additional_bindings` field themselves (that is,
395
399
  * the nesting may only be one level deep).
396
400
  *
397
- * @generated from protobuf field: repeated google.api.HttpRule additional_bindings = 11;
401
+ * @generated from protobuf field: repeated google.api.HttpRule additional_bindings = 11
398
402
  */
399
403
  additionalBindings: HttpRule[];
400
404
  }
@@ -407,13 +411,13 @@ export interface CustomHttpPattern {
407
411
  /**
408
412
  * The name of this custom HTTP verb.
409
413
  *
410
- * @generated from protobuf field: string kind = 1;
414
+ * @generated from protobuf field: string kind = 1
411
415
  */
412
416
  kind: string;
413
417
  /**
414
418
  * The path matched by this custom verb.
415
419
  *
416
- * @generated from protobuf field: string path = 2;
420
+ * @generated from protobuf field: string path = 2
417
421
  */
418
422
  path: string;
419
423
  }
@@ -1 +1 @@
1
- {"version":3,"file":"http.d.ts","sourceRoot":"","sources":["../../../../src/proto/google/api/http.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"http.d.ts","sourceRoot":"","sources":["../../../../src/proto/google/api/http.ts"],"names":[],"mappings":"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"}