@mochabug/adapt-web 0.0.20 → 0.0.21
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/genproto/mochabugapis/adapt/graph/transceiver_pb.d.ts +12 -0
- package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.js +1 -1
- package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.js.map +1 -1
- package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.d.ts +50 -7
- package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.js +38 -2
- package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.js.map +1 -1
- package/dist/genproto/mochabugapis/adapt/graph/{vertex_config_pb.d.ts → vertex_metadata_pb.d.ts} +15 -27
- package/dist/genproto/mochabugapis/adapt/graph/vertex_metadata_pb.js +28 -0
- package/dist/genproto/mochabugapis/adapt/graph/vertex_metadata_pb.js.map +1 -0
- package/dist/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.d.ts +14 -0
- package/dist/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.js +1 -1
- package/dist/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.js.map +1 -1
- package/dist/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.d.ts +44 -52
- package/dist/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.js +32 -31
- package/dist/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.js.map +1 -1
- package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.d.ts +20 -108
- package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.js +7 -17
- package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.js.map +1 -1
- package/dist/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.d.ts +149 -293
- package/dist/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.js +59 -79
- package/dist/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.js.map +1 -1
- package/package.json +3 -3
- package/dist/genproto/mochabugapis/adapt/graph/vertex_config_pb.js +0 -28
- package/dist/genproto/mochabugapis/adapt/graph/vertex_config_pb.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vertex_pb.js","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAQjC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAElF,OAAO,EAAE,kDAAkD,EAAE,MAAM,sBAAsB,CAAC;AAG1F;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"vertex_pb.js","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAQjC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAElF,OAAO,EAAE,kDAAkD,EAAE,MAAM,sBAAsB,CAAC;AAG1F;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,kpCAAkpC,EAAE,CAAC,0BAA0B,EAAE,kDAAkD,CAAC,CAAC,CAAC;AAwKjvC;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAmC,aAAa,CACvE,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAE5D;;;;;;;;;GASG;AACH,MAAM,CAAN,IAAY,UAuCX;AAvCD,WAAY,UAAU;IACpB;;;;OAIG;IACH,yDAAe,CAAA;IAEf;;;;;OAKG;IACH,2CAAQ,CAAA;IAER;;;;;OAKG;IACH,mDAAY,CAAA;IAEZ;;;;;OAKG;IACH,2DAAgB,CAAA;IAEhB;;;;;OAKG;IACH,iDAAW,CAAA;AACb,CAAC,EAvCW,UAAU,KAAV,UAAU,QAuCrB;AAcD;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAwC,aAAa,CAChF,QAAQ,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -197,107 +197,19 @@ export type CronTriggerResponseJson = {};
|
|
|
197
197
|
*/
|
|
198
198
|
export declare const CronTriggerResponseSchema: GenMessage<CronTriggerResponse, CronTriggerResponseJson>;
|
|
199
199
|
/**
|
|
200
|
-
* Represents the result object providing detailed information about the
|
|
200
|
+
* Represents the result object providing detailed information about the exchange operation
|
|
201
201
|
*
|
|
202
|
-
* @generated from message mochabugapis.adapt.runtime.v1.
|
|
202
|
+
* @generated from message mochabugapis.adapt.runtime.v1.ExchangeResultRequest
|
|
203
203
|
*/
|
|
204
|
-
export type
|
|
204
|
+
export type ExchangeResultRequest = Message<"mochabugapis.adapt.runtime.v1.ExchangeResultRequest"> & {
|
|
205
205
|
/**
|
|
206
|
-
* The
|
|
207
|
-
*
|
|
208
|
-
* @generated from field: string name = 1;
|
|
209
|
-
*/
|
|
210
|
-
name: string;
|
|
211
|
-
/**
|
|
212
|
-
* The name of the transmitter that produced the result.
|
|
213
|
-
*
|
|
214
|
-
* @generated from field: string transmitter = 2;
|
|
215
|
-
*/
|
|
216
|
-
transmitter: string;
|
|
217
|
-
/**
|
|
218
|
-
* The signals produced by the transmitter.
|
|
219
|
-
*
|
|
220
|
-
* @generated from field: map<string, google.protobuf.Value> signals = 3;
|
|
221
|
-
*/
|
|
222
|
-
signals: {
|
|
223
|
-
[key: string]: Value;
|
|
224
|
-
};
|
|
225
|
-
/**
|
|
226
|
-
* General information about the host environment
|
|
227
|
-
*
|
|
228
|
-
* @generated from field: mochabugapis.adapt.runtime.v1.HostingDetails host = 4;
|
|
229
|
-
*/
|
|
230
|
-
host?: HostingDetails;
|
|
231
|
-
};
|
|
232
|
-
/**
|
|
233
|
-
* Represents the result object providing detailed information about the stream result.
|
|
234
|
-
*
|
|
235
|
-
* @generated from message mochabugapis.adapt.runtime.v1.StreamResultRequest
|
|
236
|
-
*/
|
|
237
|
-
export type StreamResultRequestJson = {
|
|
238
|
-
/**
|
|
239
|
-
* The name of the stream yielding the result.
|
|
240
|
-
*
|
|
241
|
-
* @generated from field: string name = 1;
|
|
242
|
-
*/
|
|
243
|
-
name?: string;
|
|
244
|
-
/**
|
|
245
|
-
* The name of the transmitter that produced the result.
|
|
246
|
-
*
|
|
247
|
-
* @generated from field: string transmitter = 2;
|
|
248
|
-
*/
|
|
249
|
-
transmitter?: string;
|
|
250
|
-
/**
|
|
251
|
-
* The signals produced by the transmitter.
|
|
252
|
-
*
|
|
253
|
-
* @generated from field: map<string, google.protobuf.Value> signals = 3;
|
|
254
|
-
*/
|
|
255
|
-
signals?: {
|
|
256
|
-
[key: string]: ValueJson;
|
|
257
|
-
};
|
|
258
|
-
/**
|
|
259
|
-
* General information about the host environment
|
|
260
|
-
*
|
|
261
|
-
* @generated from field: mochabugapis.adapt.runtime.v1.HostingDetails host = 4;
|
|
262
|
-
*/
|
|
263
|
-
host?: HostingDetailsJson;
|
|
264
|
-
};
|
|
265
|
-
/**
|
|
266
|
-
* Describes the message mochabugapis.adapt.runtime.v1.StreamResultRequest.
|
|
267
|
-
* Use `create(StreamResultRequestSchema)` to create a new message.
|
|
268
|
-
*/
|
|
269
|
-
export declare const StreamResultRequestSchema: GenMessage<StreamResultRequest, StreamResultRequestJson>;
|
|
270
|
-
/**
|
|
271
|
-
* The response of the stream result
|
|
272
|
-
*
|
|
273
|
-
* @generated from message mochabugapis.adapt.runtime.v1.StreamResultResponse
|
|
274
|
-
*/
|
|
275
|
-
export type StreamResultResponse = Message<"mochabugapis.adapt.runtime.v1.StreamResultResponse"> & {};
|
|
276
|
-
/**
|
|
277
|
-
* The response of the stream result
|
|
278
|
-
*
|
|
279
|
-
* @generated from message mochabugapis.adapt.runtime.v1.StreamResultResponse
|
|
280
|
-
*/
|
|
281
|
-
export type StreamResultResponseJson = {};
|
|
282
|
-
/**
|
|
283
|
-
* Describes the message mochabugapis.adapt.runtime.v1.StreamResultResponse.
|
|
284
|
-
* Use `create(StreamResultResponseSchema)` to create a new message.
|
|
285
|
-
*/
|
|
286
|
-
export declare const StreamResultResponseSchema: GenMessage<StreamResultResponse, StreamResultResponseJson>;
|
|
287
|
-
/**
|
|
288
|
-
* Represents the result object providing detailed information about the procedure result.
|
|
289
|
-
*
|
|
290
|
-
* @generated from message mochabugapis.adapt.runtime.v1.ProcedureResultRequest
|
|
291
|
-
*/
|
|
292
|
-
export type ProcedureResultRequest = Message<"mochabugapis.adapt.runtime.v1.ProcedureResultRequest"> & {
|
|
293
|
-
/**
|
|
294
|
-
* The ID of the call that produced the result. match it against the procedure operation
|
|
206
|
+
* The ID of the call that produced the result. You may match it against the exchange operation
|
|
295
207
|
*
|
|
296
208
|
* @generated from field: string id = 1;
|
|
297
209
|
*/
|
|
298
210
|
id: string;
|
|
299
211
|
/**
|
|
300
|
-
* The name of the
|
|
212
|
+
* The name of the exchange that produced the result.
|
|
301
213
|
*
|
|
302
214
|
* @generated from field: string name = 2;
|
|
303
215
|
*/
|
|
@@ -324,19 +236,19 @@ export type ProcedureResultRequest = Message<"mochabugapis.adapt.runtime.v1.Proc
|
|
|
324
236
|
host?: HostingDetails;
|
|
325
237
|
};
|
|
326
238
|
/**
|
|
327
|
-
* Represents the result object providing detailed information about the
|
|
239
|
+
* Represents the result object providing detailed information about the exchange operation
|
|
328
240
|
*
|
|
329
|
-
* @generated from message mochabugapis.adapt.runtime.v1.
|
|
241
|
+
* @generated from message mochabugapis.adapt.runtime.v1.ExchangeResultRequest
|
|
330
242
|
*/
|
|
331
|
-
export type
|
|
243
|
+
export type ExchangeResultRequestJson = {
|
|
332
244
|
/**
|
|
333
|
-
* The ID of the call that produced the result. match it against the
|
|
245
|
+
* The ID of the call that produced the result. You may match it against the exchange operation
|
|
334
246
|
*
|
|
335
247
|
* @generated from field: string id = 1;
|
|
336
248
|
*/
|
|
337
249
|
id?: string;
|
|
338
250
|
/**
|
|
339
|
-
* The name of the
|
|
251
|
+
* The name of the exchange that produced the result.
|
|
340
252
|
*
|
|
341
253
|
* @generated from field: string name = 2;
|
|
342
254
|
*/
|
|
@@ -363,24 +275,24 @@ export type ProcedureResultRequestJson = {
|
|
|
363
275
|
host?: HostingDetailsJson;
|
|
364
276
|
};
|
|
365
277
|
/**
|
|
366
|
-
* Describes the message mochabugapis.adapt.runtime.v1.
|
|
367
|
-
* Use `create(
|
|
278
|
+
* Describes the message mochabugapis.adapt.runtime.v1.ExchangeResultRequest.
|
|
279
|
+
* Use `create(ExchangeResultRequestSchema)` to create a new message.
|
|
368
280
|
*/
|
|
369
|
-
export declare const
|
|
281
|
+
export declare const ExchangeResultRequestSchema: GenMessage<ExchangeResultRequest, ExchangeResultRequestJson>;
|
|
370
282
|
/**
|
|
371
283
|
* The response of the procedure result
|
|
372
284
|
*
|
|
373
|
-
* @generated from message mochabugapis.adapt.runtime.v1.
|
|
285
|
+
* @generated from message mochabugapis.adapt.runtime.v1.ExchangeResultResponse
|
|
374
286
|
*/
|
|
375
|
-
export type
|
|
287
|
+
export type ExchangeResultResponse = Message<"mochabugapis.adapt.runtime.v1.ExchangeResultResponse"> & {};
|
|
376
288
|
/**
|
|
377
289
|
* The response of the procedure result
|
|
378
290
|
*
|
|
379
|
-
* @generated from message mochabugapis.adapt.runtime.v1.
|
|
291
|
+
* @generated from message mochabugapis.adapt.runtime.v1.ExchangeResultResponse
|
|
380
292
|
*/
|
|
381
|
-
export type
|
|
293
|
+
export type ExchangeResultResponseJson = {};
|
|
382
294
|
/**
|
|
383
|
-
* Describes the message mochabugapis.adapt.runtime.v1.
|
|
384
|
-
* Use `create(
|
|
295
|
+
* Describes the message mochabugapis.adapt.runtime.v1.ExchangeResultResponse.
|
|
296
|
+
* Use `create(ExchangeResultResponseSchema)` to create a new message.
|
|
385
297
|
*/
|
|
386
|
-
export declare const
|
|
298
|
+
export declare const ExchangeResultResponseSchema: GenMessage<ExchangeResultResponse, ExchangeResultResponseJson>;
|
|
@@ -16,7 +16,7 @@ import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
|
16
16
|
/**
|
|
17
17
|
* Describes the file mochabugapis/adapt/runtime/v1/incoming.proto.
|
|
18
18
|
*/
|
|
19
|
-
export const file_mochabugapis_adapt_runtime_v1_incoming = /*@__PURE__*/ fileDesc("
|
|
19
|
+
export const file_mochabugapis_adapt_runtime_v1_incoming = /*@__PURE__*/ fileDesc("Cixtb2NoYWJ1Z2FwaXMvYWRhcHQvcnVudGltZS92MS9pbmNvbWluZy5wcm90bxIdbW9jaGFidWdhcGlzLmFkYXB0LnJ1bnRpbWUudjEiOgoOSG9zdGluZ0RldGFpbHMSGAoLcHVibGljX2hvc3QYASABKAlIAIgBAUIOCgxfcHVibGljX2hvc3QiZgoVU3RhcnRFeGVjdXRpb25SZXF1ZXN0EhAKCHJlY2VpdmVyGAEgASgJEjsKBGhvc3QYAiABKAsyLS5tb2NoYWJ1Z2FwaXMuYWRhcHQucnVudGltZS52MS5Ib3N0aW5nRGV0YWlscyIYChZTdGFydEV4ZWN1dGlvblJlc3BvbnNlIlMKFFN0b3BFeGVjdXRpb25SZXF1ZXN0EjsKBGhvc3QYASABKAsyLS5tb2NoYWJ1Z2FwaXMuYWRhcHQucnVudGltZS52MS5Ib3N0aW5nRGV0YWlscyIXChVTdG9wRXhlY3V0aW9uUmVzcG9uc2UiUQoSQ3JvblRyaWdnZXJSZXF1ZXN0EjsKBGhvc3QYASABKAsyLS5tb2NoYWJ1Z2FwaXMuYWRhcHQucnVudGltZS52MS5Ib3N0aW5nRGV0YWlscyIVChNDcm9uVHJpZ2dlclJlc3BvbnNlIp8CChVFeGNoYW5nZVJlc3VsdFJlcXVlc3QSCgoCaWQYASABKAkSDAoEbmFtZRgCIAEoCRITCgt0cmFuc21pdHRlchgDIAEoCRJSCgdzaWduYWxzGAQgAygLMkEubW9jaGFidWdhcGlzLmFkYXB0LnJ1bnRpbWUudjEuRXhjaGFuZ2VSZXN1bHRSZXF1ZXN0LlNpZ25hbHNFbnRyeRI7CgRob3N0GAUgASgLMi0ubW9jaGFidWdhcGlzLmFkYXB0LnJ1bnRpbWUudjEuSG9zdGluZ0RldGFpbHMaRgoMU2lnbmFsc0VudHJ5EgsKA2tleRgBIAEoCRIlCgV2YWx1ZRgCIAEoCzIWLmdvb2dsZS5wcm90b2J1Zi5WYWx1ZToCOAEiGAoWRXhjaGFuZ2VSZXN1bHRSZXNwb25zZWIGcHJvdG8z", [file_google_protobuf_struct]);
|
|
20
20
|
/**
|
|
21
21
|
* Describes the message mochabugapis.adapt.runtime.v1.HostingDetails.
|
|
22
22
|
* Use `create(HostingDetailsSchema)` to create a new message.
|
|
@@ -53,23 +53,13 @@ export const CronTriggerRequestSchema = /*@__PURE__*/ messageDesc(file_mochabuga
|
|
|
53
53
|
*/
|
|
54
54
|
export const CronTriggerResponseSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_runtime_v1_incoming, 6);
|
|
55
55
|
/**
|
|
56
|
-
* Describes the message mochabugapis.adapt.runtime.v1.
|
|
57
|
-
* Use `create(
|
|
56
|
+
* Describes the message mochabugapis.adapt.runtime.v1.ExchangeResultRequest.
|
|
57
|
+
* Use `create(ExchangeResultRequestSchema)` to create a new message.
|
|
58
58
|
*/
|
|
59
|
-
export const
|
|
59
|
+
export const ExchangeResultRequestSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_runtime_v1_incoming, 7);
|
|
60
60
|
/**
|
|
61
|
-
* Describes the message mochabugapis.adapt.runtime.v1.
|
|
62
|
-
* Use `create(
|
|
61
|
+
* Describes the message mochabugapis.adapt.runtime.v1.ExchangeResultResponse.
|
|
62
|
+
* Use `create(ExchangeResultResponseSchema)` to create a new message.
|
|
63
63
|
*/
|
|
64
|
-
export const
|
|
65
|
-
/**
|
|
66
|
-
* Describes the message mochabugapis.adapt.runtime.v1.ProcedureResultRequest.
|
|
67
|
-
* Use `create(ProcedureResultRequestSchema)` to create a new message.
|
|
68
|
-
*/
|
|
69
|
-
export const ProcedureResultRequestSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_runtime_v1_incoming, 9);
|
|
70
|
-
/**
|
|
71
|
-
* Describes the message mochabugapis.adapt.runtime.v1.ProcedureResultResponse.
|
|
72
|
-
* Use `create(ProcedureResultResponseSchema)` to create a new message.
|
|
73
|
-
*/
|
|
74
|
-
export const ProcedureResultResponseSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_runtime_v1_incoming, 10);
|
|
64
|
+
export const ExchangeResultResponseSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_runtime_v1_incoming, 8);
|
|
75
65
|
//# sourceMappingURL=incoming_pb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"incoming_pb.js","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAQjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAY,aAAa,CAC/E,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"incoming_pb.js","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAQjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAY,aAAa,CAC/E,QAAQ,CAAC,sjCAAsjC,EAAE,CAAC,2BAA2B,CAAC,CAAC,CAAC;AAkClmC;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAmD,aAAa,CAC/F,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AA4C9D;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAiE,aAAa,CACpH,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AAkB9D;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAmE,aAAa,CACvH,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AA8B9D;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAA+D,aAAa,CACjH,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AAkB9D;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAiE,aAAa,CACpH,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AA8B9D;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAA2D,aAAa,CAC3G,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AAkB9D;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAA6D,aAAa,CAC9G,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AAsF9D;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAiE,aAAa,CACpH,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AAkB9D;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAmE,aAAa,CACvH,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC"}
|