@voiceflow/dtos-interact 1.7.0 → 1.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/build/cjs/main.d.ts +3 -3
- package/build/cjs/main.d.ts.map +1 -1
- package/build/cjs/main.js +3 -3
- package/build/cjs/main.js.map +1 -1
- package/build/cjs/request/any-request.dto.d.ts +37 -37
- package/build/cjs/request/event-request.dto.d.ts +8 -8
- package/build/cjs/request/general/path-request.dto.d.ts +9 -9
- package/build/cjs/request/intent/alexa-intent-request.dto.d.ts +9 -9
- package/build/cjs/request/intent/general-intent-request.dto.d.ts +9 -9
- package/build/cjs/request/intent/intent-request.dto.d.ts +8 -8
- package/build/cjs/trace/any.dto.d.ts +56 -56
- package/build/cjs/trace/card.dto.d.ts +20 -20
- package/build/cjs/trace/carousel.dto.d.ts +50 -50
- package/build/cjs/trace/entity-filling.dto.d.ts +9 -9
- package/build/cjs/widget-settings/widget-settings.constant.d.ts +14 -0
- package/build/cjs/widget-settings/widget-settings.constant.d.ts.map +1 -0
- package/build/cjs/widget-settings/widget-settings.constant.js +17 -0
- package/build/cjs/widget-settings/widget-settings.constant.js.map +1 -0
- package/build/cjs/{chat-settings/chat-settings.dto.d.ts → widget-settings/widget-settings.dto.d.ts} +89 -89
- package/build/cjs/widget-settings/widget-settings.dto.d.ts.map +1 -0
- package/build/cjs/widget-settings/widget-settings.dto.js +85 -0
- package/build/cjs/widget-settings/widget-settings.dto.js.map +1 -0
- package/build/cjs/widget-settings/widget-settings.enum.d.ts +30 -0
- package/build/cjs/widget-settings/widget-settings.enum.d.ts.map +1 -0
- package/build/cjs/widget-settings/widget-settings.enum.js +27 -0
- package/build/cjs/widget-settings/widget-settings.enum.js.map +1 -0
- package/build/esm/main.d.ts +3 -3
- package/build/esm/main.d.ts.map +1 -1
- package/build/esm/main.js +3 -3
- package/build/esm/main.js.map +1 -1
- package/build/esm/request/any-request.dto.d.ts +37 -37
- package/build/esm/request/event-request.dto.d.ts +8 -8
- package/build/esm/request/general/path-request.dto.d.ts +9 -9
- package/build/esm/request/intent/alexa-intent-request.dto.d.ts +9 -9
- package/build/esm/request/intent/general-intent-request.dto.d.ts +9 -9
- package/build/esm/request/intent/intent-request.dto.d.ts +8 -8
- package/build/esm/trace/any.dto.d.ts +56 -56
- package/build/esm/trace/card.dto.d.ts +20 -20
- package/build/esm/trace/carousel.dto.d.ts +50 -50
- package/build/esm/trace/entity-filling.dto.d.ts +9 -9
- package/build/esm/widget-settings/widget-settings.constant.d.ts +14 -0
- package/build/esm/widget-settings/widget-settings.constant.d.ts.map +1 -0
- package/build/esm/widget-settings/widget-settings.constant.js +14 -0
- package/build/esm/widget-settings/widget-settings.constant.js.map +1 -0
- package/build/esm/{chat-settings/chat-settings.dto.d.ts → widget-settings/widget-settings.dto.d.ts} +89 -89
- package/build/esm/widget-settings/widget-settings.dto.d.ts.map +1 -0
- package/build/esm/widget-settings/widget-settings.dto.js +82 -0
- package/build/esm/widget-settings/widget-settings.dto.js.map +1 -0
- package/build/esm/widget-settings/widget-settings.enum.d.ts +30 -0
- package/build/esm/widget-settings/widget-settings.enum.d.ts.map +1 -0
- package/build/esm/{chat-settings/chat-settings.enum.js → widget-settings/widget-settings.enum.js} +6 -6
- package/build/esm/widget-settings/widget-settings.enum.js.map +1 -0
- package/package.json +2 -2
- package/build/cjs/chat-settings/chat-settings.constant.d.ts +0 -14
- package/build/cjs/chat-settings/chat-settings.constant.d.ts.map +0 -1
- package/build/cjs/chat-settings/chat-settings.constant.js +0 -17
- package/build/cjs/chat-settings/chat-settings.constant.js.map +0 -1
- package/build/cjs/chat-settings/chat-settings.dto.d.ts.map +0 -1
- package/build/cjs/chat-settings/chat-settings.dto.js +0 -85
- package/build/cjs/chat-settings/chat-settings.dto.js.map +0 -1
- package/build/cjs/chat-settings/chat-settings.enum.d.ts +0 -30
- package/build/cjs/chat-settings/chat-settings.enum.d.ts.map +0 -1
- package/build/cjs/chat-settings/chat-settings.enum.js +0 -27
- package/build/cjs/chat-settings/chat-settings.enum.js.map +0 -1
- package/build/esm/chat-settings/chat-settings.constant.d.ts +0 -14
- package/build/esm/chat-settings/chat-settings.constant.d.ts.map +0 -1
- package/build/esm/chat-settings/chat-settings.constant.js +0 -14
- package/build/esm/chat-settings/chat-settings.constant.js.map +0 -1
- package/build/esm/chat-settings/chat-settings.dto.d.ts.map +0 -1
- package/build/esm/chat-settings/chat-settings.dto.js +0 -82
- package/build/esm/chat-settings/chat-settings.dto.js.map +0 -1
- package/build/esm/chat-settings/chat-settings.enum.d.ts +0 -30
- package/build/esm/chat-settings/chat-settings.enum.d.ts.map +0 -1
- package/build/esm/chat-settings/chat-settings.enum.js.map +0 -1
package/build/cjs/main.d.ts
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
export * from './action/action.dto';
|
|
2
2
|
export * from './action/action-type.enum';
|
|
3
|
-
export * from './chat-settings/chat-settings.constant';
|
|
4
|
-
export * from './chat-settings/chat-settings.dto';
|
|
5
|
-
export * from './chat-settings/chat-settings.enum';
|
|
6
3
|
export * from './enum/canvas-visibility-enum';
|
|
7
4
|
export * from './enum/carousel-layout.enum';
|
|
8
5
|
export * from './enum/visual-type.enum';
|
|
@@ -51,4 +48,7 @@ export * from './trace/trace-type.enum';
|
|
|
51
48
|
export * from './trace/utils.dto';
|
|
52
49
|
export * from './trace/visual.dto';
|
|
53
50
|
export * from './utils/enum.util';
|
|
51
|
+
export * from './widget-settings/widget-settings.constant';
|
|
52
|
+
export * from './widget-settings/widget-settings.dto';
|
|
53
|
+
export * from './widget-settings/widget-settings.enum';
|
|
54
54
|
//# sourceMappingURL=main.d.ts.map
|
package/build/cjs/main.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC;AACnD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,qCAAqC,CAAC;AACpD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mCAAmC,CAAC;AAClD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qCAAqC,CAAC;AACpD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yCAAyC,CAAC;AACxD,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,uCAAuC,CAAC;AACtD,cAAc,wCAAwC,CAAC"}
|
package/build/cjs/main.js
CHANGED
|
@@ -16,9 +16,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./action/action.dto"), exports);
|
|
18
18
|
__exportStar(require("./action/action-type.enum"), exports);
|
|
19
|
-
__exportStar(require("./chat-settings/chat-settings.constant"), exports);
|
|
20
|
-
__exportStar(require("./chat-settings/chat-settings.dto"), exports);
|
|
21
|
-
__exportStar(require("./chat-settings/chat-settings.enum"), exports);
|
|
22
19
|
__exportStar(require("./enum/canvas-visibility-enum"), exports);
|
|
23
20
|
__exportStar(require("./enum/carousel-layout.enum"), exports);
|
|
24
21
|
__exportStar(require("./enum/visual-type.enum"), exports);
|
|
@@ -67,4 +64,7 @@ __exportStar(require("./trace/trace-type.enum"), exports);
|
|
|
67
64
|
__exportStar(require("./trace/utils.dto"), exports);
|
|
68
65
|
__exportStar(require("./trace/visual.dto"), exports);
|
|
69
66
|
__exportStar(require("./utils/enum.util"), exports);
|
|
67
|
+
__exportStar(require("./widget-settings/widget-settings.constant"), exports);
|
|
68
|
+
__exportStar(require("./widget-settings/widget-settings.dto"), exports);
|
|
69
|
+
__exportStar(require("./widget-settings/widget-settings.enum"), exports);
|
|
70
70
|
//# sourceMappingURL=main.js.map
|
package/build/cjs/main.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.js","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,4DAA0C;AAC1C,
|
|
1
|
+
{"version":3,"file":"main.js","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,4DAA0C;AAC1C,gEAA8C;AAC9C,8DAA4C;AAC5C,0DAAwC;AACxC,+DAA6C;AAC7C,4DAA0C;AAC1C,8DAA4C;AAC5C,sEAAoD;AACpD,wEAAsD;AACtD,qEAAmD;AACnD,4EAA0D;AAC1D,8EAA4D;AAC5D,sEAAoD;AACpD,+DAA6C;AAC7C,iEAA+C;AAC/C,wDAAsC;AACtC,+DAA6C;AAC7C,8DAA4C;AAC5C,6DAA2C;AAC3C,sDAAoC;AACpC,kDAAgC;AAChC,kDAAgC;AAChC,0DAAwC;AACxC,oEAAkD;AAClD,iEAA+C;AAC/C,oDAAkC;AAClC,mDAAiC;AACjC,uDAAqC;AACrC,6DAA2C;AAC3C,qDAAmC;AACnC,yDAAuC;AACvC,oDAAkC;AAClC,6DAA2C;AAC3C,mDAAiC;AACjC,mDAAiC;AACjC,mDAAiC;AACjC,6DAA2C;AAC3C,kDAAgC;AAChC,sDAAoC;AACpC,mDAAiC;AACjC,0DAAwC;AACxC,sEAAoD;AACpD,4DAA0C;AAC1C,0EAAwD;AACxD,mDAAiC;AACjC,0DAAwC;AACxC,oDAAkC;AAClC,qDAAmC;AACnC,oDAAkC;AAClC,6EAA2D;AAC3D,wEAAsD;AACtD,yEAAuD"}
|
|
@@ -124,7 +124,6 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
124
124
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
125
125
|
payload: z.ZodObject<{
|
|
126
126
|
data: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
127
|
-
label: z.ZodOptional<z.ZodString>;
|
|
128
127
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
129
128
|
type: z.ZodString;
|
|
130
129
|
payload: z.ZodUnknown;
|
|
@@ -135,6 +134,7 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
135
134
|
type: string;
|
|
136
135
|
payload?: unknown;
|
|
137
136
|
}>, "many">>;
|
|
137
|
+
label: z.ZodOptional<z.ZodString>;
|
|
138
138
|
intent: z.ZodObject<{
|
|
139
139
|
name: z.ZodString;
|
|
140
140
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -198,11 +198,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
198
198
|
startIndex: number;
|
|
199
199
|
}[] | undefined;
|
|
200
200
|
}[];
|
|
201
|
-
label?: string | undefined;
|
|
202
201
|
actions?: {
|
|
203
202
|
type: string;
|
|
204
203
|
payload?: unknown;
|
|
205
204
|
}[] | undefined;
|
|
205
|
+
label?: string | undefined;
|
|
206
206
|
confidence?: number | undefined;
|
|
207
207
|
}, {
|
|
208
208
|
data: Record<string, any>;
|
|
@@ -211,11 +211,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
211
211
|
} & {
|
|
212
212
|
[k: string]: unknown;
|
|
213
213
|
};
|
|
214
|
-
label?: string | undefined;
|
|
215
214
|
actions?: {
|
|
216
215
|
type: string;
|
|
217
216
|
payload?: unknown;
|
|
218
217
|
}[] | undefined;
|
|
218
|
+
label?: string | undefined;
|
|
219
219
|
query?: string | undefined;
|
|
220
220
|
entities?: {
|
|
221
221
|
value: string;
|
|
@@ -234,7 +234,6 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
234
234
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
235
235
|
payload: z.ZodObject<{
|
|
236
236
|
data: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
237
|
-
label: z.ZodOptional<z.ZodString>;
|
|
238
237
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
239
238
|
type: z.ZodString;
|
|
240
239
|
payload: z.ZodUnknown;
|
|
@@ -245,6 +244,7 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
245
244
|
type: string;
|
|
246
245
|
payload?: unknown;
|
|
247
246
|
}>, "many">>;
|
|
247
|
+
label: z.ZodOptional<z.ZodString>;
|
|
248
248
|
intent: z.ZodObject<{
|
|
249
249
|
name: z.ZodString;
|
|
250
250
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -308,11 +308,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
308
308
|
startIndex: number;
|
|
309
309
|
}[] | undefined;
|
|
310
310
|
}[];
|
|
311
|
-
label?: string | undefined;
|
|
312
311
|
actions?: {
|
|
313
312
|
type: string;
|
|
314
313
|
payload?: unknown;
|
|
315
314
|
}[] | undefined;
|
|
315
|
+
label?: string | undefined;
|
|
316
316
|
confidence?: number | undefined;
|
|
317
317
|
}, {
|
|
318
318
|
data: Record<string, any>;
|
|
@@ -321,11 +321,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
321
321
|
} & {
|
|
322
322
|
[k: string]: unknown;
|
|
323
323
|
};
|
|
324
|
-
label?: string | undefined;
|
|
325
324
|
actions?: {
|
|
326
325
|
type: string;
|
|
327
326
|
payload?: unknown;
|
|
328
327
|
}[] | undefined;
|
|
328
|
+
label?: string | undefined;
|
|
329
329
|
query?: string | undefined;
|
|
330
330
|
entities?: {
|
|
331
331
|
value: string;
|
|
@@ -344,7 +344,6 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
344
344
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
345
345
|
payload: z.ZodObject<{
|
|
346
346
|
data: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
347
|
-
label: z.ZodOptional<z.ZodString>;
|
|
348
347
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
349
348
|
type: z.ZodString;
|
|
350
349
|
payload: z.ZodUnknown;
|
|
@@ -355,6 +354,7 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
355
354
|
type: string;
|
|
356
355
|
payload?: unknown;
|
|
357
356
|
}>, "many">>;
|
|
357
|
+
label: z.ZodOptional<z.ZodString>;
|
|
358
358
|
intent: z.ZodObject<{
|
|
359
359
|
name: z.ZodString;
|
|
360
360
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -418,11 +418,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
418
418
|
startIndex: number;
|
|
419
419
|
}[] | undefined;
|
|
420
420
|
}[];
|
|
421
|
-
label?: string | undefined;
|
|
422
421
|
actions?: {
|
|
423
422
|
type: string;
|
|
424
423
|
payload?: unknown;
|
|
425
424
|
}[] | undefined;
|
|
425
|
+
label?: string | undefined;
|
|
426
426
|
confidence?: number | undefined;
|
|
427
427
|
}, {
|
|
428
428
|
data: Record<string, any>;
|
|
@@ -431,11 +431,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
431
431
|
} & {
|
|
432
432
|
[k: string]: unknown;
|
|
433
433
|
};
|
|
434
|
-
label?: string | undefined;
|
|
435
434
|
actions?: {
|
|
436
435
|
type: string;
|
|
437
436
|
payload?: unknown;
|
|
438
437
|
}[] | undefined;
|
|
438
|
+
label?: string | undefined;
|
|
439
439
|
query?: string | undefined;
|
|
440
440
|
entities?: {
|
|
441
441
|
value: string;
|
|
@@ -453,7 +453,6 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
453
453
|
type: z.ZodLiteral<"intent">;
|
|
454
454
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
455
455
|
payload: z.ZodObject<{
|
|
456
|
-
label: z.ZodOptional<z.ZodString>;
|
|
457
456
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
458
457
|
type: z.ZodString;
|
|
459
458
|
payload: z.ZodUnknown;
|
|
@@ -464,6 +463,7 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
464
463
|
type: string;
|
|
465
464
|
payload?: unknown;
|
|
466
465
|
}>, "many">>;
|
|
466
|
+
label: z.ZodOptional<z.ZodString>;
|
|
467
467
|
intent: z.ZodObject<{
|
|
468
468
|
name: z.ZodString;
|
|
469
469
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -526,11 +526,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
526
526
|
startIndex: number;
|
|
527
527
|
}[] | undefined;
|
|
528
528
|
}[];
|
|
529
|
-
label?: string | undefined;
|
|
530
529
|
actions?: {
|
|
531
530
|
type: string;
|
|
532
531
|
payload?: unknown;
|
|
533
532
|
}[] | undefined;
|
|
533
|
+
label?: string | undefined;
|
|
534
534
|
confidence?: number | undefined;
|
|
535
535
|
}, {
|
|
536
536
|
intent: {
|
|
@@ -538,11 +538,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
538
538
|
} & {
|
|
539
539
|
[k: string]: unknown;
|
|
540
540
|
};
|
|
541
|
-
label?: string | undefined;
|
|
542
541
|
actions?: {
|
|
543
542
|
type: string;
|
|
544
543
|
payload?: unknown;
|
|
545
544
|
}[] | undefined;
|
|
545
|
+
label?: string | undefined;
|
|
546
546
|
query?: string | undefined;
|
|
547
547
|
entities?: {
|
|
548
548
|
value: string;
|
|
@@ -560,7 +560,6 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
560
560
|
type: z.ZodLiteral<"intent">;
|
|
561
561
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
562
562
|
payload: z.ZodObject<{
|
|
563
|
-
label: z.ZodOptional<z.ZodString>;
|
|
564
563
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
565
564
|
type: z.ZodString;
|
|
566
565
|
payload: z.ZodUnknown;
|
|
@@ -571,6 +570,7 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
571
570
|
type: string;
|
|
572
571
|
payload?: unknown;
|
|
573
572
|
}>, "many">>;
|
|
573
|
+
label: z.ZodOptional<z.ZodString>;
|
|
574
574
|
intent: z.ZodObject<{
|
|
575
575
|
name: z.ZodString;
|
|
576
576
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -633,11 +633,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
633
633
|
startIndex: number;
|
|
634
634
|
}[] | undefined;
|
|
635
635
|
}[];
|
|
636
|
-
label?: string | undefined;
|
|
637
636
|
actions?: {
|
|
638
637
|
type: string;
|
|
639
638
|
payload?: unknown;
|
|
640
639
|
}[] | undefined;
|
|
640
|
+
label?: string | undefined;
|
|
641
641
|
confidence?: number | undefined;
|
|
642
642
|
}, {
|
|
643
643
|
intent: {
|
|
@@ -645,11 +645,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
645
645
|
} & {
|
|
646
646
|
[k: string]: unknown;
|
|
647
647
|
};
|
|
648
|
-
label?: string | undefined;
|
|
649
648
|
actions?: {
|
|
650
649
|
type: string;
|
|
651
650
|
payload?: unknown;
|
|
652
651
|
}[] | undefined;
|
|
652
|
+
label?: string | undefined;
|
|
653
653
|
query?: string | undefined;
|
|
654
654
|
entities?: {
|
|
655
655
|
value: string;
|
|
@@ -667,7 +667,6 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
667
667
|
type: z.ZodLiteral<"intent">;
|
|
668
668
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
669
669
|
payload: z.ZodObject<{
|
|
670
|
-
label: z.ZodOptional<z.ZodString>;
|
|
671
670
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
672
671
|
type: z.ZodString;
|
|
673
672
|
payload: z.ZodUnknown;
|
|
@@ -678,6 +677,7 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
678
677
|
type: string;
|
|
679
678
|
payload?: unknown;
|
|
680
679
|
}>, "many">>;
|
|
680
|
+
label: z.ZodOptional<z.ZodString>;
|
|
681
681
|
intent: z.ZodObject<{
|
|
682
682
|
name: z.ZodString;
|
|
683
683
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -740,11 +740,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
740
740
|
startIndex: number;
|
|
741
741
|
}[] | undefined;
|
|
742
742
|
}[];
|
|
743
|
-
label?: string | undefined;
|
|
744
743
|
actions?: {
|
|
745
744
|
type: string;
|
|
746
745
|
payload?: unknown;
|
|
747
746
|
}[] | undefined;
|
|
747
|
+
label?: string | undefined;
|
|
748
748
|
confidence?: number | undefined;
|
|
749
749
|
}, {
|
|
750
750
|
intent: {
|
|
@@ -752,11 +752,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
752
752
|
} & {
|
|
753
753
|
[k: string]: unknown;
|
|
754
754
|
};
|
|
755
|
-
label?: string | undefined;
|
|
756
755
|
actions?: {
|
|
757
756
|
type: string;
|
|
758
757
|
payload?: unknown;
|
|
759
758
|
}[] | undefined;
|
|
759
|
+
label?: string | undefined;
|
|
760
760
|
query?: string | undefined;
|
|
761
761
|
entities?: {
|
|
762
762
|
value: string;
|
|
@@ -894,7 +894,6 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
894
894
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
895
895
|
type: z.ZodLiteral<"intent">;
|
|
896
896
|
payload: z.ZodObject<{
|
|
897
|
-
label: z.ZodOptional<z.ZodString>;
|
|
898
897
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
899
898
|
type: z.ZodString;
|
|
900
899
|
payload: z.ZodUnknown;
|
|
@@ -905,6 +904,7 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
905
904
|
type: string;
|
|
906
905
|
payload?: unknown;
|
|
907
906
|
}>, "many">>;
|
|
907
|
+
label: z.ZodOptional<z.ZodString>;
|
|
908
908
|
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
909
909
|
query: z.ZodDefault<z.ZodString>;
|
|
910
910
|
entities: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -968,11 +968,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
968
968
|
startIndex: number;
|
|
969
969
|
}[] | undefined;
|
|
970
970
|
}[];
|
|
971
|
-
label?: string | undefined;
|
|
972
971
|
actions?: {
|
|
973
972
|
type: string;
|
|
974
973
|
payload?: unknown;
|
|
975
974
|
}[] | undefined;
|
|
975
|
+
label?: string | undefined;
|
|
976
976
|
data?: Record<string, any> | undefined;
|
|
977
977
|
confidence?: number | undefined;
|
|
978
978
|
}, {
|
|
@@ -981,11 +981,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
981
981
|
} & {
|
|
982
982
|
[k: string]: unknown;
|
|
983
983
|
};
|
|
984
|
-
label?: string | undefined;
|
|
985
984
|
actions?: {
|
|
986
985
|
type: string;
|
|
987
986
|
payload?: unknown;
|
|
988
987
|
}[] | undefined;
|
|
988
|
+
label?: string | undefined;
|
|
989
989
|
data?: Record<string, any> | undefined;
|
|
990
990
|
query?: string | undefined;
|
|
991
991
|
entities?: {
|
|
@@ -1019,11 +1019,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1019
1019
|
startIndex: number;
|
|
1020
1020
|
}[] | undefined;
|
|
1021
1021
|
}[];
|
|
1022
|
-
label?: string | undefined;
|
|
1023
1022
|
actions?: {
|
|
1024
1023
|
type: string;
|
|
1025
1024
|
payload?: unknown;
|
|
1026
1025
|
}[] | undefined;
|
|
1026
|
+
label?: string | undefined;
|
|
1027
1027
|
data?: Record<string, any> | undefined;
|
|
1028
1028
|
confidence?: number | undefined;
|
|
1029
1029
|
};
|
|
@@ -1036,11 +1036,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1036
1036
|
} & {
|
|
1037
1037
|
[k: string]: unknown;
|
|
1038
1038
|
};
|
|
1039
|
-
label?: string | undefined;
|
|
1040
1039
|
actions?: {
|
|
1041
1040
|
type: string;
|
|
1042
1041
|
payload?: unknown;
|
|
1043
1042
|
}[] | undefined;
|
|
1043
|
+
label?: string | undefined;
|
|
1044
1044
|
data?: Record<string, any> | undefined;
|
|
1045
1045
|
query?: string | undefined;
|
|
1046
1046
|
entities?: {
|
|
@@ -1060,7 +1060,6 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1060
1060
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
1061
1061
|
type: z.ZodLiteral<"event">;
|
|
1062
1062
|
payload: z.ZodObject<{
|
|
1063
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1064
1063
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1065
1064
|
type: z.ZodString;
|
|
1066
1065
|
payload: z.ZodUnknown;
|
|
@@ -1071,6 +1070,7 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1071
1070
|
type: string;
|
|
1072
1071
|
payload?: unknown;
|
|
1073
1072
|
}>, "many">>;
|
|
1073
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1074
1074
|
event: z.ZodObject<{
|
|
1075
1075
|
name: z.ZodString;
|
|
1076
1076
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -1084,22 +1084,22 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1084
1084
|
} & {
|
|
1085
1085
|
[k: string]: unknown;
|
|
1086
1086
|
};
|
|
1087
|
-
label?: string | undefined;
|
|
1088
1087
|
actions?: {
|
|
1089
1088
|
type: string;
|
|
1090
1089
|
payload?: unknown;
|
|
1091
1090
|
}[] | undefined;
|
|
1091
|
+
label?: string | undefined;
|
|
1092
1092
|
}, {
|
|
1093
1093
|
event: {
|
|
1094
1094
|
name: string;
|
|
1095
1095
|
} & {
|
|
1096
1096
|
[k: string]: unknown;
|
|
1097
1097
|
};
|
|
1098
|
-
label?: string | undefined;
|
|
1099
1098
|
actions?: {
|
|
1100
1099
|
type: string;
|
|
1101
1100
|
payload?: unknown;
|
|
1102
1101
|
}[] | undefined;
|
|
1102
|
+
label?: string | undefined;
|
|
1103
1103
|
}>;
|
|
1104
1104
|
}, "strip", z.ZodTypeAny, {
|
|
1105
1105
|
type: "event";
|
|
@@ -1109,11 +1109,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1109
1109
|
} & {
|
|
1110
1110
|
[k: string]: unknown;
|
|
1111
1111
|
};
|
|
1112
|
-
label?: string | undefined;
|
|
1113
1112
|
actions?: {
|
|
1114
1113
|
type: string;
|
|
1115
1114
|
payload?: unknown;
|
|
1116
1115
|
}[] | undefined;
|
|
1116
|
+
label?: string | undefined;
|
|
1117
1117
|
};
|
|
1118
1118
|
diagramID?: string | undefined;
|
|
1119
1119
|
}, {
|
|
@@ -1124,11 +1124,11 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1124
1124
|
} & {
|
|
1125
1125
|
[k: string]: unknown;
|
|
1126
1126
|
};
|
|
1127
|
-
label?: string | undefined;
|
|
1128
1127
|
actions?: {
|
|
1129
1128
|
type: string;
|
|
1130
1129
|
payload?: unknown;
|
|
1131
1130
|
}[] | undefined;
|
|
1131
|
+
label?: string | undefined;
|
|
1132
1132
|
};
|
|
1133
1133
|
diagramID?: string | undefined;
|
|
1134
1134
|
}>, z.ZodObject<{
|
|
@@ -1165,7 +1165,6 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1165
1165
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
1166
1166
|
type: z.ZodEffects<z.ZodString, string, string>;
|
|
1167
1167
|
payload: z.ZodObject<{
|
|
1168
|
-
label: z.ZodString;
|
|
1169
1168
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1170
1169
|
type: z.ZodString;
|
|
1171
1170
|
payload: z.ZodUnknown;
|
|
@@ -1176,8 +1175,8 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1176
1175
|
type: string;
|
|
1177
1176
|
payload?: unknown;
|
|
1178
1177
|
}>, "many">>;
|
|
1179
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1180
1178
|
label: z.ZodString;
|
|
1179
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1181
1180
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1182
1181
|
type: z.ZodString;
|
|
1183
1182
|
payload: z.ZodUnknown;
|
|
@@ -1188,8 +1187,8 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1188
1187
|
type: string;
|
|
1189
1188
|
payload?: unknown;
|
|
1190
1189
|
}>, "many">>;
|
|
1191
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1192
1190
|
label: z.ZodString;
|
|
1191
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1193
1192
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1194
1193
|
type: z.ZodString;
|
|
1195
1194
|
payload: z.ZodUnknown;
|
|
@@ -1200,12 +1199,12 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1200
1199
|
type: string;
|
|
1201
1200
|
payload?: unknown;
|
|
1202
1201
|
}>, "many">>;
|
|
1202
|
+
label: z.ZodString;
|
|
1203
1203
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1204
1204
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1205
1205
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
1206
1206
|
type: z.ZodEffects<z.ZodString, string, string>;
|
|
1207
1207
|
payload: z.ZodObject<{
|
|
1208
|
-
label: z.ZodString;
|
|
1209
1208
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1210
1209
|
type: z.ZodString;
|
|
1211
1210
|
payload: z.ZodUnknown;
|
|
@@ -1216,8 +1215,8 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1216
1215
|
type: string;
|
|
1217
1216
|
payload?: unknown;
|
|
1218
1217
|
}>, "many">>;
|
|
1219
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1220
1218
|
label: z.ZodString;
|
|
1219
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1221
1220
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1222
1221
|
type: z.ZodString;
|
|
1223
1222
|
payload: z.ZodUnknown;
|
|
@@ -1228,8 +1227,8 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1228
1227
|
type: string;
|
|
1229
1228
|
payload?: unknown;
|
|
1230
1229
|
}>, "many">>;
|
|
1231
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1232
1230
|
label: z.ZodString;
|
|
1231
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1233
1232
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1234
1233
|
type: z.ZodString;
|
|
1235
1234
|
payload: z.ZodUnknown;
|
|
@@ -1240,12 +1239,12 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1240
1239
|
type: string;
|
|
1241
1240
|
payload?: unknown;
|
|
1242
1241
|
}>, "many">>;
|
|
1242
|
+
label: z.ZodString;
|
|
1243
1243
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1244
1244
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1245
1245
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
1246
1246
|
type: z.ZodEffects<z.ZodString, string, string>;
|
|
1247
1247
|
payload: z.ZodObject<{
|
|
1248
|
-
label: z.ZodString;
|
|
1249
1248
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1250
1249
|
type: z.ZodString;
|
|
1251
1250
|
payload: z.ZodUnknown;
|
|
@@ -1256,8 +1255,8 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1256
1255
|
type: string;
|
|
1257
1256
|
payload?: unknown;
|
|
1258
1257
|
}>, "many">>;
|
|
1259
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1260
1258
|
label: z.ZodString;
|
|
1259
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1261
1260
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1262
1261
|
type: z.ZodString;
|
|
1263
1262
|
payload: z.ZodUnknown;
|
|
@@ -1268,8 +1267,8 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1268
1267
|
type: string;
|
|
1269
1268
|
payload?: unknown;
|
|
1270
1269
|
}>, "many">>;
|
|
1271
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1272
1270
|
label: z.ZodString;
|
|
1271
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1273
1272
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1274
1273
|
type: z.ZodString;
|
|
1275
1274
|
payload: z.ZodUnknown;
|
|
@@ -1280,6 +1279,7 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1280
1279
|
type: string;
|
|
1281
1280
|
payload?: unknown;
|
|
1282
1281
|
}>, "many">>;
|
|
1282
|
+
label: z.ZodString;
|
|
1283
1283
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1284
1284
|
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
1285
1285
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const EventRequestPayloadDTO: z.ZodObject<{
|
|
3
|
-
label: z.ZodOptional<z.ZodString>;
|
|
4
3
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5
4
|
type: z.ZodString;
|
|
6
5
|
payload: z.ZodUnknown;
|
|
@@ -11,6 +10,7 @@ export declare const EventRequestPayloadDTO: z.ZodObject<{
|
|
|
11
10
|
type: string;
|
|
12
11
|
payload?: unknown;
|
|
13
12
|
}>, "many">>;
|
|
13
|
+
label: z.ZodOptional<z.ZodString>;
|
|
14
14
|
event: z.ZodObject<{
|
|
15
15
|
name: z.ZodString;
|
|
16
16
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -24,28 +24,27 @@ export declare const EventRequestPayloadDTO: z.ZodObject<{
|
|
|
24
24
|
} & {
|
|
25
25
|
[k: string]: unknown;
|
|
26
26
|
};
|
|
27
|
-
label?: string | undefined;
|
|
28
27
|
actions?: {
|
|
29
28
|
type: string;
|
|
30
29
|
payload?: unknown;
|
|
31
30
|
}[] | undefined;
|
|
31
|
+
label?: string | undefined;
|
|
32
32
|
}, {
|
|
33
33
|
event: {
|
|
34
34
|
name: string;
|
|
35
35
|
} & {
|
|
36
36
|
[k: string]: unknown;
|
|
37
37
|
};
|
|
38
|
-
label?: string | undefined;
|
|
39
38
|
actions?: {
|
|
40
39
|
type: string;
|
|
41
40
|
payload?: unknown;
|
|
42
41
|
}[] | undefined;
|
|
42
|
+
label?: string | undefined;
|
|
43
43
|
}>;
|
|
44
44
|
export declare const EventRequestDTO: z.ZodObject<{
|
|
45
45
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
46
46
|
type: z.ZodLiteral<"event">;
|
|
47
47
|
payload: z.ZodObject<{
|
|
48
|
-
label: z.ZodOptional<z.ZodString>;
|
|
49
48
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
50
49
|
type: z.ZodString;
|
|
51
50
|
payload: z.ZodUnknown;
|
|
@@ -56,6 +55,7 @@ export declare const EventRequestDTO: z.ZodObject<{
|
|
|
56
55
|
type: string;
|
|
57
56
|
payload?: unknown;
|
|
58
57
|
}>, "many">>;
|
|
58
|
+
label: z.ZodOptional<z.ZodString>;
|
|
59
59
|
event: z.ZodObject<{
|
|
60
60
|
name: z.ZodString;
|
|
61
61
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -69,22 +69,22 @@ export declare const EventRequestDTO: z.ZodObject<{
|
|
|
69
69
|
} & {
|
|
70
70
|
[k: string]: unknown;
|
|
71
71
|
};
|
|
72
|
-
label?: string | undefined;
|
|
73
72
|
actions?: {
|
|
74
73
|
type: string;
|
|
75
74
|
payload?: unknown;
|
|
76
75
|
}[] | undefined;
|
|
76
|
+
label?: string | undefined;
|
|
77
77
|
}, {
|
|
78
78
|
event: {
|
|
79
79
|
name: string;
|
|
80
80
|
} & {
|
|
81
81
|
[k: string]: unknown;
|
|
82
82
|
};
|
|
83
|
-
label?: string | undefined;
|
|
84
83
|
actions?: {
|
|
85
84
|
type: string;
|
|
86
85
|
payload?: unknown;
|
|
87
86
|
}[] | undefined;
|
|
87
|
+
label?: string | undefined;
|
|
88
88
|
}>;
|
|
89
89
|
}, "strip", z.ZodTypeAny, {
|
|
90
90
|
type: "event";
|
|
@@ -94,11 +94,11 @@ export declare const EventRequestDTO: z.ZodObject<{
|
|
|
94
94
|
} & {
|
|
95
95
|
[k: string]: unknown;
|
|
96
96
|
};
|
|
97
|
-
label?: string | undefined;
|
|
98
97
|
actions?: {
|
|
99
98
|
type: string;
|
|
100
99
|
payload?: unknown;
|
|
101
100
|
}[] | undefined;
|
|
101
|
+
label?: string | undefined;
|
|
102
102
|
};
|
|
103
103
|
diagramID?: string | undefined;
|
|
104
104
|
}, {
|
|
@@ -109,11 +109,11 @@ export declare const EventRequestDTO: z.ZodObject<{
|
|
|
109
109
|
} & {
|
|
110
110
|
[k: string]: unknown;
|
|
111
111
|
};
|
|
112
|
-
label?: string | undefined;
|
|
113
112
|
actions?: {
|
|
114
113
|
type: string;
|
|
115
114
|
payload?: unknown;
|
|
116
115
|
}[] | undefined;
|
|
116
|
+
label?: string | undefined;
|
|
117
117
|
};
|
|
118
118
|
diagramID?: string | undefined;
|
|
119
119
|
}>;
|