@voiceflow/dtos-interact 1.66.0 → 1.67.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/socket/socket-action-trace.dto.d.ts +38 -0
- package/build/cjs/socket/socket-action-trace.dto.d.ts.map +1 -1
- package/build/cjs/socket/socket-message.dto.d.ts +76 -0
- package/build/cjs/socket/socket-message.dto.d.ts.map +1 -1
- package/build/cjs/trace/any.dto.d.ts +22 -0
- package/build/cjs/trace/any.dto.d.ts.map +1 -1
- package/build/cjs/trace/card.dto.d.ts +8 -0
- package/build/cjs/trace/card.dto.d.ts.map +1 -1
- package/build/cjs/trace/card.dto.js +1 -0
- package/build/cjs/trace/card.dto.js.map +1 -1
- package/build/cjs/trace/carousel.dto.d.ts +15 -0
- package/build/cjs/trace/carousel.dto.d.ts.map +1 -1
- package/build/cjs/trace/carousel.dto.js +1 -0
- package/build/cjs/trace/carousel.dto.js.map +1 -1
- package/build/cjs/trace/choice.dto.d.ts +5 -0
- package/build/cjs/trace/choice.dto.d.ts.map +1 -1
- package/build/cjs/trace/choice.dto.js +1 -0
- package/build/cjs/trace/choice.dto.js.map +1 -1
- package/build/esm/socket/socket-action-trace.dto.d.ts +38 -0
- package/build/esm/socket/socket-action-trace.dto.d.ts.map +1 -1
- package/build/esm/socket/socket-message.dto.d.ts +76 -0
- package/build/esm/socket/socket-message.dto.d.ts.map +1 -1
- package/build/esm/trace/any.dto.d.ts +22 -0
- package/build/esm/trace/any.dto.d.ts.map +1 -1
- package/build/esm/trace/card.dto.d.ts +8 -0
- package/build/esm/trace/card.dto.d.ts.map +1 -1
- package/build/esm/trace/card.dto.js +1 -0
- package/build/esm/trace/card.dto.js.map +1 -1
- package/build/esm/trace/carousel.dto.d.ts +15 -0
- package/build/esm/trace/carousel.dto.d.ts.map +1 -1
- package/build/esm/trace/carousel.dto.js +1 -0
- package/build/esm/trace/carousel.dto.js.map +1 -1
- package/build/esm/trace/choice.dto.d.ts +5 -0
- package/build/esm/trace/choice.dto.d.ts.map +1 -1
- package/build/esm/trace/choice.dto.js +1 -0
- package/build/esm/trace/choice.dto.js.map +1 -1
- package/package.json +2 -2
|
@@ -5070,6 +5070,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5070
5070
|
} | undefined;
|
|
5071
5071
|
}>, "many">;
|
|
5072
5072
|
imageUrl: z.ZodNullable<z.ZodString>;
|
|
5073
|
+
messageID: z.ZodOptional<z.ZodString>;
|
|
5073
5074
|
description: z.ZodObject<{
|
|
5074
5075
|
text: z.ZodString;
|
|
5075
5076
|
slate: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodAny, import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement, any>, "many">>;
|
|
@@ -5097,6 +5098,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5097
5098
|
text: string;
|
|
5098
5099
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
5099
5100
|
};
|
|
5101
|
+
messageID?: string | undefined;
|
|
5100
5102
|
ref?: {
|
|
5101
5103
|
type: "node";
|
|
5102
5104
|
diagramID: string;
|
|
@@ -5160,6 +5162,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5160
5162
|
text: string;
|
|
5161
5163
|
slate?: any[] | undefined;
|
|
5162
5164
|
};
|
|
5165
|
+
messageID?: string | undefined;
|
|
5163
5166
|
ref?: {
|
|
5164
5167
|
type: "node";
|
|
5165
5168
|
diagramID: string;
|
|
@@ -5226,6 +5229,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5226
5229
|
text: string;
|
|
5227
5230
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
5228
5231
|
};
|
|
5232
|
+
messageID?: string | undefined;
|
|
5229
5233
|
ref?: {
|
|
5230
5234
|
type: "node";
|
|
5231
5235
|
diagramID: string;
|
|
@@ -5306,6 +5310,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5306
5310
|
text: string;
|
|
5307
5311
|
slate?: any[] | undefined;
|
|
5308
5312
|
};
|
|
5313
|
+
messageID?: string | undefined;
|
|
5309
5314
|
ref?: {
|
|
5310
5315
|
type: "node";
|
|
5311
5316
|
diagramID: string;
|
|
@@ -5730,6 +5735,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5730
5735
|
} | undefined;
|
|
5731
5736
|
}>, "many">;
|
|
5732
5737
|
imageUrl: z.ZodNullable<z.ZodString>;
|
|
5738
|
+
messageID: z.ZodOptional<z.ZodString>;
|
|
5733
5739
|
description: z.ZodObject<{
|
|
5734
5740
|
text: z.ZodString;
|
|
5735
5741
|
slate: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodAny, import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement, any>, "many">>;
|
|
@@ -5760,6 +5766,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5760
5766
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
5761
5767
|
};
|
|
5762
5768
|
id?: string | undefined;
|
|
5769
|
+
messageID?: string | undefined;
|
|
5763
5770
|
ref?: {
|
|
5764
5771
|
type: "node";
|
|
5765
5772
|
diagramID: string;
|
|
@@ -5824,6 +5831,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5824
5831
|
slate?: any[] | undefined;
|
|
5825
5832
|
};
|
|
5826
5833
|
id?: string | undefined;
|
|
5834
|
+
messageID?: string | undefined;
|
|
5827
5835
|
ref?: {
|
|
5828
5836
|
type: "node";
|
|
5829
5837
|
diagramID: string;
|
|
@@ -5875,6 +5883,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5875
5883
|
readonly LIST: "List";
|
|
5876
5884
|
readonly CAROUSEL: "Carousel";
|
|
5877
5885
|
}>;
|
|
5886
|
+
messageID: z.ZodOptional<z.ZodString>;
|
|
5878
5887
|
}, "strip", z.ZodTypeAny, {
|
|
5879
5888
|
cards: {
|
|
5880
5889
|
title: string;
|
|
@@ -5894,6 +5903,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5894
5903
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
5895
5904
|
};
|
|
5896
5905
|
id?: string | undefined;
|
|
5906
|
+
messageID?: string | undefined;
|
|
5897
5907
|
ref?: {
|
|
5898
5908
|
type: "node";
|
|
5899
5909
|
diagramID: string;
|
|
@@ -5942,6 +5952,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5942
5952
|
} | undefined;
|
|
5943
5953
|
}[];
|
|
5944
5954
|
layout: "List" | "Carousel";
|
|
5955
|
+
messageID?: string | undefined;
|
|
5945
5956
|
ref?: {
|
|
5946
5957
|
type: "node";
|
|
5947
5958
|
diagramID: string;
|
|
@@ -6007,6 +6018,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6007
6018
|
slate?: any[] | undefined;
|
|
6008
6019
|
};
|
|
6009
6020
|
id?: string | undefined;
|
|
6021
|
+
messageID?: string | undefined;
|
|
6010
6022
|
ref?: {
|
|
6011
6023
|
type: "node";
|
|
6012
6024
|
diagramID: string;
|
|
@@ -6055,6 +6067,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6055
6067
|
} | undefined;
|
|
6056
6068
|
}[];
|
|
6057
6069
|
layout: "List" | "Carousel";
|
|
6070
|
+
messageID?: string | undefined;
|
|
6058
6071
|
ref?: {
|
|
6059
6072
|
type: "node";
|
|
6060
6073
|
diagramID: string;
|
|
@@ -6123,6 +6136,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6123
6136
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
6124
6137
|
};
|
|
6125
6138
|
id?: string | undefined;
|
|
6139
|
+
messageID?: string | undefined;
|
|
6126
6140
|
ref?: {
|
|
6127
6141
|
type: "node";
|
|
6128
6142
|
diagramID: string;
|
|
@@ -6171,6 +6185,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6171
6185
|
} | undefined;
|
|
6172
6186
|
}[];
|
|
6173
6187
|
layout: "List" | "Carousel";
|
|
6188
|
+
messageID?: string | undefined;
|
|
6174
6189
|
ref?: {
|
|
6175
6190
|
type: "node";
|
|
6176
6191
|
diagramID: string;
|
|
@@ -6253,6 +6268,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6253
6268
|
slate?: any[] | undefined;
|
|
6254
6269
|
};
|
|
6255
6270
|
id?: string | undefined;
|
|
6271
|
+
messageID?: string | undefined;
|
|
6256
6272
|
ref?: {
|
|
6257
6273
|
type: "node";
|
|
6258
6274
|
diagramID: string;
|
|
@@ -6301,6 +6317,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6301
6317
|
} | undefined;
|
|
6302
6318
|
}[];
|
|
6303
6319
|
layout: "List" | "Carousel";
|
|
6320
|
+
messageID?: string | undefined;
|
|
6304
6321
|
ref?: {
|
|
6305
6322
|
type: "node";
|
|
6306
6323
|
diagramID: string;
|
|
@@ -6683,6 +6700,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6683
6700
|
metadata?: Record<string, unknown> | undefined;
|
|
6684
6701
|
} | undefined;
|
|
6685
6702
|
}>, "many">;
|
|
6703
|
+
messageID: z.ZodOptional<z.ZodString>;
|
|
6686
6704
|
}, "strip", z.ZodTypeAny, {
|
|
6687
6705
|
buttons: {
|
|
6688
6706
|
name: string;
|
|
@@ -6694,6 +6712,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6694
6712
|
metadata?: Record<string, unknown> | undefined;
|
|
6695
6713
|
} | undefined;
|
|
6696
6714
|
}[];
|
|
6715
|
+
messageID?: string | undefined;
|
|
6697
6716
|
ref?: {
|
|
6698
6717
|
type: "node";
|
|
6699
6718
|
diagramID: string;
|
|
@@ -6751,6 +6770,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6751
6770
|
metadata?: Record<string, unknown> | undefined;
|
|
6752
6771
|
} | undefined;
|
|
6753
6772
|
}[];
|
|
6773
|
+
messageID?: string | undefined;
|
|
6754
6774
|
ref?: {
|
|
6755
6775
|
type: "node";
|
|
6756
6776
|
diagramID: string;
|
|
@@ -6811,6 +6831,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6811
6831
|
metadata?: Record<string, unknown> | undefined;
|
|
6812
6832
|
} | undefined;
|
|
6813
6833
|
}[];
|
|
6834
|
+
messageID?: string | undefined;
|
|
6814
6835
|
ref?: {
|
|
6815
6836
|
type: "node";
|
|
6816
6837
|
diagramID: string;
|
|
@@ -6885,6 +6906,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6885
6906
|
metadata?: Record<string, unknown> | undefined;
|
|
6886
6907
|
} | undefined;
|
|
6887
6908
|
}[];
|
|
6909
|
+
messageID?: string | undefined;
|
|
6888
6910
|
ref?: {
|
|
6889
6911
|
type: "node";
|
|
6890
6912
|
diagramID: string;
|
|
@@ -10969,6 +10991,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
10969
10991
|
text: string;
|
|
10970
10992
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
10971
10993
|
};
|
|
10994
|
+
messageID?: string | undefined;
|
|
10972
10995
|
ref?: {
|
|
10973
10996
|
type: "node";
|
|
10974
10997
|
diagramID: string;
|
|
@@ -11051,6 +11074,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
11051
11074
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
11052
11075
|
};
|
|
11053
11076
|
id?: string | undefined;
|
|
11077
|
+
messageID?: string | undefined;
|
|
11054
11078
|
ref?: {
|
|
11055
11079
|
type: "node";
|
|
11056
11080
|
diagramID: string;
|
|
@@ -11099,6 +11123,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
11099
11123
|
} | undefined;
|
|
11100
11124
|
}[];
|
|
11101
11125
|
layout: "List" | "Carousel";
|
|
11126
|
+
messageID?: string | undefined;
|
|
11102
11127
|
ref?: {
|
|
11103
11128
|
type: "node";
|
|
11104
11129
|
diagramID: string;
|
|
@@ -11193,6 +11218,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
11193
11218
|
metadata?: Record<string, unknown> | undefined;
|
|
11194
11219
|
} | undefined;
|
|
11195
11220
|
}[];
|
|
11221
|
+
messageID?: string | undefined;
|
|
11196
11222
|
ref?: {
|
|
11197
11223
|
type: "node";
|
|
11198
11224
|
diagramID: string;
|
|
@@ -12029,6 +12055,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
12029
12055
|
text: string;
|
|
12030
12056
|
slate?: any[] | undefined;
|
|
12031
12057
|
};
|
|
12058
|
+
messageID?: string | undefined;
|
|
12032
12059
|
ref?: {
|
|
12033
12060
|
type: "node";
|
|
12034
12061
|
diagramID: string;
|
|
@@ -12111,6 +12138,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
12111
12138
|
slate?: any[] | undefined;
|
|
12112
12139
|
};
|
|
12113
12140
|
id?: string | undefined;
|
|
12141
|
+
messageID?: string | undefined;
|
|
12114
12142
|
ref?: {
|
|
12115
12143
|
type: "node";
|
|
12116
12144
|
diagramID: string;
|
|
@@ -12159,6 +12187,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
12159
12187
|
} | undefined;
|
|
12160
12188
|
}[];
|
|
12161
12189
|
layout: "List" | "Carousel";
|
|
12190
|
+
messageID?: string | undefined;
|
|
12162
12191
|
ref?: {
|
|
12163
12192
|
type: "node";
|
|
12164
12193
|
diagramID: string;
|
|
@@ -12253,6 +12282,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
12253
12282
|
metadata?: Record<string, unknown> | undefined;
|
|
12254
12283
|
} | undefined;
|
|
12255
12284
|
}[];
|
|
12285
|
+
messageID?: string | undefined;
|
|
12256
12286
|
ref?: {
|
|
12257
12287
|
type: "node";
|
|
12258
12288
|
diagramID: string;
|
|
@@ -13092,6 +13122,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
13092
13122
|
text: string;
|
|
13093
13123
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
13094
13124
|
};
|
|
13125
|
+
messageID?: string | undefined;
|
|
13095
13126
|
ref?: {
|
|
13096
13127
|
type: "node";
|
|
13097
13128
|
diagramID: string;
|
|
@@ -13174,6 +13205,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
13174
13205
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
13175
13206
|
};
|
|
13176
13207
|
id?: string | undefined;
|
|
13208
|
+
messageID?: string | undefined;
|
|
13177
13209
|
ref?: {
|
|
13178
13210
|
type: "node";
|
|
13179
13211
|
diagramID: string;
|
|
@@ -13222,6 +13254,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
13222
13254
|
} | undefined;
|
|
13223
13255
|
}[];
|
|
13224
13256
|
layout: "List" | "Carousel";
|
|
13257
|
+
messageID?: string | undefined;
|
|
13225
13258
|
ref?: {
|
|
13226
13259
|
type: "node";
|
|
13227
13260
|
diagramID: string;
|
|
@@ -13316,6 +13349,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
13316
13349
|
metadata?: Record<string, unknown> | undefined;
|
|
13317
13350
|
} | undefined;
|
|
13318
13351
|
}[];
|
|
13352
|
+
messageID?: string | undefined;
|
|
13319
13353
|
ref?: {
|
|
13320
13354
|
type: "node";
|
|
13321
13355
|
diagramID: string;
|
|
@@ -14155,6 +14189,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
14155
14189
|
text: string;
|
|
14156
14190
|
slate?: any[] | undefined;
|
|
14157
14191
|
};
|
|
14192
|
+
messageID?: string | undefined;
|
|
14158
14193
|
ref?: {
|
|
14159
14194
|
type: "node";
|
|
14160
14195
|
diagramID: string;
|
|
@@ -14237,6 +14272,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
14237
14272
|
slate?: any[] | undefined;
|
|
14238
14273
|
};
|
|
14239
14274
|
id?: string | undefined;
|
|
14275
|
+
messageID?: string | undefined;
|
|
14240
14276
|
ref?: {
|
|
14241
14277
|
type: "node";
|
|
14242
14278
|
diagramID: string;
|
|
@@ -14285,6 +14321,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
14285
14321
|
} | undefined;
|
|
14286
14322
|
}[];
|
|
14287
14323
|
layout: "List" | "Carousel";
|
|
14324
|
+
messageID?: string | undefined;
|
|
14288
14325
|
ref?: {
|
|
14289
14326
|
type: "node";
|
|
14290
14327
|
diagramID: string;
|
|
@@ -14379,6 +14416,7 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
14379
14416
|
metadata?: Record<string, unknown> | undefined;
|
|
14380
14417
|
} | undefined;
|
|
14381
14418
|
}[];
|
|
14419
|
+
messageID?: string | undefined;
|
|
14382
14420
|
ref?: {
|
|
14383
14421
|
type: "node";
|
|
14384
14422
|
diagramID: string;
|
|
@@ -24095,6 +24133,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
24095
24133
|
} | undefined;
|
|
24096
24134
|
}>, "many">;
|
|
24097
24135
|
imageUrl: z.ZodNullable<z.ZodString>;
|
|
24136
|
+
messageID: z.ZodOptional<z.ZodString>;
|
|
24098
24137
|
description: z.ZodObject<{
|
|
24099
24138
|
text: z.ZodString;
|
|
24100
24139
|
slate: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodAny, import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement, any>, "many">>;
|
|
@@ -24122,6 +24161,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
24122
24161
|
text: string;
|
|
24123
24162
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
24124
24163
|
};
|
|
24164
|
+
messageID?: string | undefined;
|
|
24125
24165
|
ref?: {
|
|
24126
24166
|
type: "node";
|
|
24127
24167
|
diagramID: string;
|
|
@@ -24185,6 +24225,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
24185
24225
|
text: string;
|
|
24186
24226
|
slate?: any[] | undefined;
|
|
24187
24227
|
};
|
|
24228
|
+
messageID?: string | undefined;
|
|
24188
24229
|
ref?: {
|
|
24189
24230
|
type: "node";
|
|
24190
24231
|
diagramID: string;
|
|
@@ -24251,6 +24292,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
24251
24292
|
text: string;
|
|
24252
24293
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
24253
24294
|
};
|
|
24295
|
+
messageID?: string | undefined;
|
|
24254
24296
|
ref?: {
|
|
24255
24297
|
type: "node";
|
|
24256
24298
|
diagramID: string;
|
|
@@ -24331,6 +24373,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
24331
24373
|
text: string;
|
|
24332
24374
|
slate?: any[] | undefined;
|
|
24333
24375
|
};
|
|
24376
|
+
messageID?: string | undefined;
|
|
24334
24377
|
ref?: {
|
|
24335
24378
|
type: "node";
|
|
24336
24379
|
diagramID: string;
|
|
@@ -24755,6 +24798,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
24755
24798
|
} | undefined;
|
|
24756
24799
|
}>, "many">;
|
|
24757
24800
|
imageUrl: z.ZodNullable<z.ZodString>;
|
|
24801
|
+
messageID: z.ZodOptional<z.ZodString>;
|
|
24758
24802
|
description: z.ZodObject<{
|
|
24759
24803
|
text: z.ZodString;
|
|
24760
24804
|
slate: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodAny, import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement, any>, "many">>;
|
|
@@ -24785,6 +24829,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
24785
24829
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
24786
24830
|
};
|
|
24787
24831
|
id?: string | undefined;
|
|
24832
|
+
messageID?: string | undefined;
|
|
24788
24833
|
ref?: {
|
|
24789
24834
|
type: "node";
|
|
24790
24835
|
diagramID: string;
|
|
@@ -24849,6 +24894,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
24849
24894
|
slate?: any[] | undefined;
|
|
24850
24895
|
};
|
|
24851
24896
|
id?: string | undefined;
|
|
24897
|
+
messageID?: string | undefined;
|
|
24852
24898
|
ref?: {
|
|
24853
24899
|
type: "node";
|
|
24854
24900
|
diagramID: string;
|
|
@@ -24900,6 +24946,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
24900
24946
|
readonly LIST: "List";
|
|
24901
24947
|
readonly CAROUSEL: "Carousel";
|
|
24902
24948
|
}>;
|
|
24949
|
+
messageID: z.ZodOptional<z.ZodString>;
|
|
24903
24950
|
}, "strip", z.ZodTypeAny, {
|
|
24904
24951
|
cards: {
|
|
24905
24952
|
title: string;
|
|
@@ -24919,6 +24966,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
24919
24966
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
24920
24967
|
};
|
|
24921
24968
|
id?: string | undefined;
|
|
24969
|
+
messageID?: string | undefined;
|
|
24922
24970
|
ref?: {
|
|
24923
24971
|
type: "node";
|
|
24924
24972
|
diagramID: string;
|
|
@@ -24967,6 +25015,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
24967
25015
|
} | undefined;
|
|
24968
25016
|
}[];
|
|
24969
25017
|
layout: "List" | "Carousel";
|
|
25018
|
+
messageID?: string | undefined;
|
|
24970
25019
|
ref?: {
|
|
24971
25020
|
type: "node";
|
|
24972
25021
|
diagramID: string;
|
|
@@ -25032,6 +25081,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
25032
25081
|
slate?: any[] | undefined;
|
|
25033
25082
|
};
|
|
25034
25083
|
id?: string | undefined;
|
|
25084
|
+
messageID?: string | undefined;
|
|
25035
25085
|
ref?: {
|
|
25036
25086
|
type: "node";
|
|
25037
25087
|
diagramID: string;
|
|
@@ -25080,6 +25130,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
25080
25130
|
} | undefined;
|
|
25081
25131
|
}[];
|
|
25082
25132
|
layout: "List" | "Carousel";
|
|
25133
|
+
messageID?: string | undefined;
|
|
25083
25134
|
ref?: {
|
|
25084
25135
|
type: "node";
|
|
25085
25136
|
diagramID: string;
|
|
@@ -25148,6 +25199,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
25148
25199
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
25149
25200
|
};
|
|
25150
25201
|
id?: string | undefined;
|
|
25202
|
+
messageID?: string | undefined;
|
|
25151
25203
|
ref?: {
|
|
25152
25204
|
type: "node";
|
|
25153
25205
|
diagramID: string;
|
|
@@ -25196,6 +25248,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
25196
25248
|
} | undefined;
|
|
25197
25249
|
}[];
|
|
25198
25250
|
layout: "List" | "Carousel";
|
|
25251
|
+
messageID?: string | undefined;
|
|
25199
25252
|
ref?: {
|
|
25200
25253
|
type: "node";
|
|
25201
25254
|
diagramID: string;
|
|
@@ -25278,6 +25331,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
25278
25331
|
slate?: any[] | undefined;
|
|
25279
25332
|
};
|
|
25280
25333
|
id?: string | undefined;
|
|
25334
|
+
messageID?: string | undefined;
|
|
25281
25335
|
ref?: {
|
|
25282
25336
|
type: "node";
|
|
25283
25337
|
diagramID: string;
|
|
@@ -25326,6 +25380,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
25326
25380
|
} | undefined;
|
|
25327
25381
|
}[];
|
|
25328
25382
|
layout: "List" | "Carousel";
|
|
25383
|
+
messageID?: string | undefined;
|
|
25329
25384
|
ref?: {
|
|
25330
25385
|
type: "node";
|
|
25331
25386
|
diagramID: string;
|
|
@@ -25708,6 +25763,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
25708
25763
|
metadata?: Record<string, unknown> | undefined;
|
|
25709
25764
|
} | undefined;
|
|
25710
25765
|
}>, "many">;
|
|
25766
|
+
messageID: z.ZodOptional<z.ZodString>;
|
|
25711
25767
|
}, "strip", z.ZodTypeAny, {
|
|
25712
25768
|
buttons: {
|
|
25713
25769
|
name: string;
|
|
@@ -25719,6 +25775,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
25719
25775
|
metadata?: Record<string, unknown> | undefined;
|
|
25720
25776
|
} | undefined;
|
|
25721
25777
|
}[];
|
|
25778
|
+
messageID?: string | undefined;
|
|
25722
25779
|
ref?: {
|
|
25723
25780
|
type: "node";
|
|
25724
25781
|
diagramID: string;
|
|
@@ -25776,6 +25833,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
25776
25833
|
metadata?: Record<string, unknown> | undefined;
|
|
25777
25834
|
} | undefined;
|
|
25778
25835
|
}[];
|
|
25836
|
+
messageID?: string | undefined;
|
|
25779
25837
|
ref?: {
|
|
25780
25838
|
type: "node";
|
|
25781
25839
|
diagramID: string;
|
|
@@ -25836,6 +25894,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
25836
25894
|
metadata?: Record<string, unknown> | undefined;
|
|
25837
25895
|
} | undefined;
|
|
25838
25896
|
}[];
|
|
25897
|
+
messageID?: string | undefined;
|
|
25839
25898
|
ref?: {
|
|
25840
25899
|
type: "node";
|
|
25841
25900
|
diagramID: string;
|
|
@@ -25910,6 +25969,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
25910
25969
|
metadata?: Record<string, unknown> | undefined;
|
|
25911
25970
|
} | undefined;
|
|
25912
25971
|
}[];
|
|
25972
|
+
messageID?: string | undefined;
|
|
25913
25973
|
ref?: {
|
|
25914
25974
|
type: "node";
|
|
25915
25975
|
diagramID: string;
|
|
@@ -29994,6 +30054,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
29994
30054
|
text: string;
|
|
29995
30055
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
29996
30056
|
};
|
|
30057
|
+
messageID?: string | undefined;
|
|
29997
30058
|
ref?: {
|
|
29998
30059
|
type: "node";
|
|
29999
30060
|
diagramID: string;
|
|
@@ -30076,6 +30137,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
30076
30137
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
30077
30138
|
};
|
|
30078
30139
|
id?: string | undefined;
|
|
30140
|
+
messageID?: string | undefined;
|
|
30079
30141
|
ref?: {
|
|
30080
30142
|
type: "node";
|
|
30081
30143
|
diagramID: string;
|
|
@@ -30124,6 +30186,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
30124
30186
|
} | undefined;
|
|
30125
30187
|
}[];
|
|
30126
30188
|
layout: "List" | "Carousel";
|
|
30189
|
+
messageID?: string | undefined;
|
|
30127
30190
|
ref?: {
|
|
30128
30191
|
type: "node";
|
|
30129
30192
|
diagramID: string;
|
|
@@ -30218,6 +30281,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
30218
30281
|
metadata?: Record<string, unknown> | undefined;
|
|
30219
30282
|
} | undefined;
|
|
30220
30283
|
}[];
|
|
30284
|
+
messageID?: string | undefined;
|
|
30221
30285
|
ref?: {
|
|
30222
30286
|
type: "node";
|
|
30223
30287
|
diagramID: string;
|
|
@@ -31054,6 +31118,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
31054
31118
|
text: string;
|
|
31055
31119
|
slate?: any[] | undefined;
|
|
31056
31120
|
};
|
|
31121
|
+
messageID?: string | undefined;
|
|
31057
31122
|
ref?: {
|
|
31058
31123
|
type: "node";
|
|
31059
31124
|
diagramID: string;
|
|
@@ -31136,6 +31201,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
31136
31201
|
slate?: any[] | undefined;
|
|
31137
31202
|
};
|
|
31138
31203
|
id?: string | undefined;
|
|
31204
|
+
messageID?: string | undefined;
|
|
31139
31205
|
ref?: {
|
|
31140
31206
|
type: "node";
|
|
31141
31207
|
diagramID: string;
|
|
@@ -31184,6 +31250,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
31184
31250
|
} | undefined;
|
|
31185
31251
|
}[];
|
|
31186
31252
|
layout: "List" | "Carousel";
|
|
31253
|
+
messageID?: string | undefined;
|
|
31187
31254
|
ref?: {
|
|
31188
31255
|
type: "node";
|
|
31189
31256
|
diagramID: string;
|
|
@@ -31278,6 +31345,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
31278
31345
|
metadata?: Record<string, unknown> | undefined;
|
|
31279
31346
|
} | undefined;
|
|
31280
31347
|
}[];
|
|
31348
|
+
messageID?: string | undefined;
|
|
31281
31349
|
ref?: {
|
|
31282
31350
|
type: "node";
|
|
31283
31351
|
diagramID: string;
|
|
@@ -32117,6 +32185,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
32117
32185
|
text: string;
|
|
32118
32186
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
32119
32187
|
};
|
|
32188
|
+
messageID?: string | undefined;
|
|
32120
32189
|
ref?: {
|
|
32121
32190
|
type: "node";
|
|
32122
32191
|
diagramID: string;
|
|
@@ -32199,6 +32268,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
32199
32268
|
slate?: (import("../main").SlateText | import("../main").SlateTextElement | import("../main").SlateTextLinkElement | import("../main").SlateTextVariableElement)[] | undefined;
|
|
32200
32269
|
};
|
|
32201
32270
|
id?: string | undefined;
|
|
32271
|
+
messageID?: string | undefined;
|
|
32202
32272
|
ref?: {
|
|
32203
32273
|
type: "node";
|
|
32204
32274
|
diagramID: string;
|
|
@@ -32247,6 +32317,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
32247
32317
|
} | undefined;
|
|
32248
32318
|
}[];
|
|
32249
32319
|
layout: "List" | "Carousel";
|
|
32320
|
+
messageID?: string | undefined;
|
|
32250
32321
|
ref?: {
|
|
32251
32322
|
type: "node";
|
|
32252
32323
|
diagramID: string;
|
|
@@ -32341,6 +32412,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
32341
32412
|
metadata?: Record<string, unknown> | undefined;
|
|
32342
32413
|
} | undefined;
|
|
32343
32414
|
}[];
|
|
32415
|
+
messageID?: string | undefined;
|
|
32344
32416
|
ref?: {
|
|
32345
32417
|
type: "node";
|
|
32346
32418
|
diagramID: string;
|
|
@@ -33180,6 +33252,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
33180
33252
|
text: string;
|
|
33181
33253
|
slate?: any[] | undefined;
|
|
33182
33254
|
};
|
|
33255
|
+
messageID?: string | undefined;
|
|
33183
33256
|
ref?: {
|
|
33184
33257
|
type: "node";
|
|
33185
33258
|
diagramID: string;
|
|
@@ -33262,6 +33335,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
33262
33335
|
slate?: any[] | undefined;
|
|
33263
33336
|
};
|
|
33264
33337
|
id?: string | undefined;
|
|
33338
|
+
messageID?: string | undefined;
|
|
33265
33339
|
ref?: {
|
|
33266
33340
|
type: "node";
|
|
33267
33341
|
diagramID: string;
|
|
@@ -33310,6 +33384,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
33310
33384
|
} | undefined;
|
|
33311
33385
|
}[];
|
|
33312
33386
|
layout: "List" | "Carousel";
|
|
33387
|
+
messageID?: string | undefined;
|
|
33313
33388
|
ref?: {
|
|
33314
33389
|
type: "node";
|
|
33315
33390
|
diagramID: string;
|
|
@@ -33404,6 +33479,7 @@ export declare const SocketMessageDTO: z.ZodUnion<[z.ZodDiscriminatedUnion<"type
|
|
|
33404
33479
|
metadata?: Record<string, unknown> | undefined;
|
|
33405
33480
|
} | undefined;
|
|
33406
33481
|
}[];
|
|
33482
|
+
messageID?: string | undefined;
|
|
33407
33483
|
ref?: {
|
|
33408
33484
|
type: "node";
|
|
33409
33485
|
diagramID: string;
|