@kl1/contracts 1.2.30-uat → 1.2.32-uat
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/api-contracts/src/chat/index.d.ts +1470 -1470
- package/dist/api-contracts/src/chat/schema.d.ts +230 -230
- package/dist/api-contracts/src/chat/validation.d.ts +158 -158
- package/dist/api-contracts/src/contract.d.ts +1534 -1534
- package/dist/api-contracts/src/cx-intelligence/index.d.ts +61 -0
- package/dist/api-contracts/src/cx-intelligence/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +158 -158
- package/dist/api-contracts/src/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +158 -158
- package/dist/api-contracts/src/line/index.d.ts +158 -158
- package/dist/api-contracts/src/messenger/index.d.ts +158 -158
- package/dist/api-contracts/src/telegram/index.d.ts +158 -158
- package/dist/api-contracts/src/viber/index.d.ts +158 -158
- package/dist/api-contracts/src/webchat/index.d.ts +158 -158
- package/dist/api-contracts/src/whatsapp/index.d.ts +158 -158
- package/dist/api-contracts/src/workflow-rule/index.d.ts +96 -96
- package/dist/index.js +52 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +50 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6087,7 +6087,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
6087
6087
|
integrationId: string;
|
|
6088
6088
|
} | null;
|
|
6089
6089
|
}>;
|
|
6090
|
-
cxlog: z.
|
|
6090
|
+
cxlog: z.ZodObject<{
|
|
6091
6091
|
id: z.ZodString;
|
|
6092
6092
|
createdAt: z.ZodDate;
|
|
6093
6093
|
updatedAt: z.ZodDate;
|
|
@@ -6602,7 +6602,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
6602
6602
|
deletedAt: Date | null;
|
|
6603
6603
|
} | null | undefined;
|
|
6604
6604
|
}[] | null | undefined;
|
|
6605
|
-
}
|
|
6605
|
+
}>;
|
|
6606
6606
|
workflowRule: z.ZodObject<{
|
|
6607
6607
|
id: z.ZodString;
|
|
6608
6608
|
createdAt: z.ZodDate;
|
|
@@ -6951,16 +6951,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
6951
6951
|
closedAt: Date;
|
|
6952
6952
|
lastMessageAt: Date | null;
|
|
6953
6953
|
isBotRoom: boolean;
|
|
6954
|
-
|
|
6955
|
-
type: string;
|
|
6956
|
-
id: string;
|
|
6957
|
-
name: string;
|
|
6958
|
-
createdAt: Date;
|
|
6959
|
-
updatedAt: Date;
|
|
6960
|
-
deletedAt: Date | null;
|
|
6961
|
-
isActive: boolean;
|
|
6962
|
-
};
|
|
6963
|
-
cxlog?: {
|
|
6954
|
+
cxlog: {
|
|
6964
6955
|
id: string;
|
|
6965
6956
|
channel: string | null;
|
|
6966
6957
|
direction: string | null;
|
|
@@ -7045,7 +7036,16 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
7045
7036
|
deletedAt: Date | null;
|
|
7046
7037
|
} | null | undefined;
|
|
7047
7038
|
}[] | null | undefined;
|
|
7048
|
-
}
|
|
7039
|
+
};
|
|
7040
|
+
workflowRule: {
|
|
7041
|
+
type: string;
|
|
7042
|
+
id: string;
|
|
7043
|
+
name: string;
|
|
7044
|
+
createdAt: Date;
|
|
7045
|
+
updatedAt: Date;
|
|
7046
|
+
deletedAt: Date | null;
|
|
7047
|
+
isActive: boolean;
|
|
7048
|
+
};
|
|
7049
7049
|
automationQueueId?: string | null | undefined;
|
|
7050
7050
|
}, {
|
|
7051
7051
|
id: string;
|
|
@@ -7369,16 +7369,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
7369
7369
|
closedAt: Date;
|
|
7370
7370
|
lastMessageAt: Date | null;
|
|
7371
7371
|
isBotRoom: boolean;
|
|
7372
|
-
|
|
7373
|
-
type: string;
|
|
7374
|
-
id: string;
|
|
7375
|
-
name: string;
|
|
7376
|
-
createdAt: Date;
|
|
7377
|
-
updatedAt: Date;
|
|
7378
|
-
deletedAt: Date | null;
|
|
7379
|
-
isActive: boolean;
|
|
7380
|
-
};
|
|
7381
|
-
cxlog?: {
|
|
7372
|
+
cxlog: {
|
|
7382
7373
|
id: string;
|
|
7383
7374
|
channel: string | null;
|
|
7384
7375
|
direction: string | null;
|
|
@@ -7463,7 +7454,16 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
7463
7454
|
deletedAt: Date | null;
|
|
7464
7455
|
} | null | undefined;
|
|
7465
7456
|
}[] | null | undefined;
|
|
7466
|
-
}
|
|
7457
|
+
};
|
|
7458
|
+
workflowRule: {
|
|
7459
|
+
type: string;
|
|
7460
|
+
id: string;
|
|
7461
|
+
name: string;
|
|
7462
|
+
createdAt: Date;
|
|
7463
|
+
updatedAt: Date;
|
|
7464
|
+
deletedAt: Date | null;
|
|
7465
|
+
isActive: boolean;
|
|
7466
|
+
};
|
|
7467
7467
|
automationQueueId?: string | null | undefined;
|
|
7468
7468
|
}>;
|
|
7469
7469
|
platformMessageId: z.ZodString;
|
|
@@ -10701,7 +10701,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
10701
10701
|
integrationId: string;
|
|
10702
10702
|
} | null;
|
|
10703
10703
|
}>;
|
|
10704
|
-
cxlog: z.
|
|
10704
|
+
cxlog: z.ZodObject<{
|
|
10705
10705
|
id: z.ZodString;
|
|
10706
10706
|
createdAt: z.ZodDate;
|
|
10707
10707
|
updatedAt: z.ZodDate;
|
|
@@ -11216,7 +11216,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
11216
11216
|
deletedAt: Date | null;
|
|
11217
11217
|
} | null | undefined;
|
|
11218
11218
|
}[] | null | undefined;
|
|
11219
|
-
}
|
|
11219
|
+
}>;
|
|
11220
11220
|
workflowRule: z.ZodObject<{
|
|
11221
11221
|
id: z.ZodString;
|
|
11222
11222
|
createdAt: z.ZodDate;
|
|
@@ -11565,16 +11565,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
11565
11565
|
closedAt: Date;
|
|
11566
11566
|
lastMessageAt: Date | null;
|
|
11567
11567
|
isBotRoom: boolean;
|
|
11568
|
-
|
|
11569
|
-
type: string;
|
|
11570
|
-
id: string;
|
|
11571
|
-
name: string;
|
|
11572
|
-
createdAt: Date;
|
|
11573
|
-
updatedAt: Date;
|
|
11574
|
-
deletedAt: Date | null;
|
|
11575
|
-
isActive: boolean;
|
|
11576
|
-
};
|
|
11577
|
-
cxlog?: {
|
|
11568
|
+
cxlog: {
|
|
11578
11569
|
id: string;
|
|
11579
11570
|
channel: string | null;
|
|
11580
11571
|
direction: string | null;
|
|
@@ -11659,7 +11650,16 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
11659
11650
|
deletedAt: Date | null;
|
|
11660
11651
|
} | null | undefined;
|
|
11661
11652
|
}[] | null | undefined;
|
|
11662
|
-
}
|
|
11653
|
+
};
|
|
11654
|
+
workflowRule: {
|
|
11655
|
+
type: string;
|
|
11656
|
+
id: string;
|
|
11657
|
+
name: string;
|
|
11658
|
+
createdAt: Date;
|
|
11659
|
+
updatedAt: Date;
|
|
11660
|
+
deletedAt: Date | null;
|
|
11661
|
+
isActive: boolean;
|
|
11662
|
+
};
|
|
11663
11663
|
automationQueueId?: string | null | undefined;
|
|
11664
11664
|
}, {
|
|
11665
11665
|
id: string;
|
|
@@ -11983,16 +11983,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
11983
11983
|
closedAt: Date;
|
|
11984
11984
|
lastMessageAt: Date | null;
|
|
11985
11985
|
isBotRoom: boolean;
|
|
11986
|
-
|
|
11987
|
-
type: string;
|
|
11988
|
-
id: string;
|
|
11989
|
-
name: string;
|
|
11990
|
-
createdAt: Date;
|
|
11991
|
-
updatedAt: Date;
|
|
11992
|
-
deletedAt: Date | null;
|
|
11993
|
-
isActive: boolean;
|
|
11994
|
-
};
|
|
11995
|
-
cxlog?: {
|
|
11986
|
+
cxlog: {
|
|
11996
11987
|
id: string;
|
|
11997
11988
|
channel: string | null;
|
|
11998
11989
|
direction: string | null;
|
|
@@ -12077,7 +12068,16 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
12077
12068
|
deletedAt: Date | null;
|
|
12078
12069
|
} | null | undefined;
|
|
12079
12070
|
}[] | null | undefined;
|
|
12080
|
-
}
|
|
12071
|
+
};
|
|
12072
|
+
workflowRule: {
|
|
12073
|
+
type: string;
|
|
12074
|
+
id: string;
|
|
12075
|
+
name: string;
|
|
12076
|
+
createdAt: Date;
|
|
12077
|
+
updatedAt: Date;
|
|
12078
|
+
deletedAt: Date | null;
|
|
12079
|
+
isActive: boolean;
|
|
12080
|
+
};
|
|
12081
12081
|
automationQueueId?: string | null | undefined;
|
|
12082
12082
|
}>;
|
|
12083
12083
|
upload: z.ZodObject<{
|
|
@@ -14174,16 +14174,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
14174
14174
|
closedAt: Date;
|
|
14175
14175
|
lastMessageAt: Date | null;
|
|
14176
14176
|
isBotRoom: boolean;
|
|
14177
|
-
|
|
14178
|
-
type: string;
|
|
14179
|
-
id: string;
|
|
14180
|
-
name: string;
|
|
14181
|
-
createdAt: Date;
|
|
14182
|
-
updatedAt: Date;
|
|
14183
|
-
deletedAt: Date | null;
|
|
14184
|
-
isActive: boolean;
|
|
14185
|
-
};
|
|
14186
|
-
cxlog?: {
|
|
14177
|
+
cxlog: {
|
|
14187
14178
|
id: string;
|
|
14188
14179
|
channel: string | null;
|
|
14189
14180
|
direction: string | null;
|
|
@@ -14268,7 +14259,16 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
14268
14259
|
deletedAt: Date | null;
|
|
14269
14260
|
} | null | undefined;
|
|
14270
14261
|
}[] | null | undefined;
|
|
14271
|
-
}
|
|
14262
|
+
};
|
|
14263
|
+
workflowRule: {
|
|
14264
|
+
type: string;
|
|
14265
|
+
id: string;
|
|
14266
|
+
name: string;
|
|
14267
|
+
createdAt: Date;
|
|
14268
|
+
updatedAt: Date;
|
|
14269
|
+
deletedAt: Date | null;
|
|
14270
|
+
isActive: boolean;
|
|
14271
|
+
};
|
|
14272
14272
|
automationQueueId?: string | null | undefined;
|
|
14273
14273
|
};
|
|
14274
14274
|
platformMessageId: string;
|
|
@@ -14929,16 +14929,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
14929
14929
|
closedAt: Date;
|
|
14930
14930
|
lastMessageAt: Date | null;
|
|
14931
14931
|
isBotRoom: boolean;
|
|
14932
|
-
|
|
14933
|
-
type: string;
|
|
14934
|
-
id: string;
|
|
14935
|
-
name: string;
|
|
14936
|
-
createdAt: Date;
|
|
14937
|
-
updatedAt: Date;
|
|
14938
|
-
deletedAt: Date | null;
|
|
14939
|
-
isActive: boolean;
|
|
14940
|
-
};
|
|
14941
|
-
cxlog?: {
|
|
14932
|
+
cxlog: {
|
|
14942
14933
|
id: string;
|
|
14943
14934
|
channel: string | null;
|
|
14944
14935
|
direction: string | null;
|
|
@@ -15023,7 +15014,16 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
15023
15014
|
deletedAt: Date | null;
|
|
15024
15015
|
} | null | undefined;
|
|
15025
15016
|
}[] | null | undefined;
|
|
15026
|
-
}
|
|
15017
|
+
};
|
|
15018
|
+
workflowRule: {
|
|
15019
|
+
type: string;
|
|
15020
|
+
id: string;
|
|
15021
|
+
name: string;
|
|
15022
|
+
createdAt: Date;
|
|
15023
|
+
updatedAt: Date;
|
|
15024
|
+
deletedAt: Date | null;
|
|
15025
|
+
isActive: boolean;
|
|
15026
|
+
};
|
|
15027
15027
|
automationQueueId?: string | null | undefined;
|
|
15028
15028
|
};
|
|
15029
15029
|
platformMessageId: string;
|
|
@@ -15685,16 +15685,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
15685
15685
|
closedAt: Date;
|
|
15686
15686
|
lastMessageAt: Date | null;
|
|
15687
15687
|
isBotRoom: boolean;
|
|
15688
|
-
|
|
15689
|
-
type: string;
|
|
15690
|
-
id: string;
|
|
15691
|
-
name: string;
|
|
15692
|
-
createdAt: Date;
|
|
15693
|
-
updatedAt: Date;
|
|
15694
|
-
deletedAt: Date | null;
|
|
15695
|
-
isActive: boolean;
|
|
15696
|
-
};
|
|
15697
|
-
cxlog?: {
|
|
15688
|
+
cxlog: {
|
|
15698
15689
|
id: string;
|
|
15699
15690
|
channel: string | null;
|
|
15700
15691
|
direction: string | null;
|
|
@@ -15779,7 +15770,16 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
15779
15770
|
deletedAt: Date | null;
|
|
15780
15771
|
} | null | undefined;
|
|
15781
15772
|
}[] | null | undefined;
|
|
15782
|
-
}
|
|
15773
|
+
};
|
|
15774
|
+
workflowRule: {
|
|
15775
|
+
type: string;
|
|
15776
|
+
id: string;
|
|
15777
|
+
name: string;
|
|
15778
|
+
createdAt: Date;
|
|
15779
|
+
updatedAt: Date;
|
|
15780
|
+
deletedAt: Date | null;
|
|
15781
|
+
isActive: boolean;
|
|
15782
|
+
};
|
|
15783
15783
|
automationQueueId?: string | null | undefined;
|
|
15784
15784
|
};
|
|
15785
15785
|
platformMessageId: string;
|
|
@@ -16440,16 +16440,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
16440
16440
|
closedAt: Date;
|
|
16441
16441
|
lastMessageAt: Date | null;
|
|
16442
16442
|
isBotRoom: boolean;
|
|
16443
|
-
|
|
16444
|
-
type: string;
|
|
16445
|
-
id: string;
|
|
16446
|
-
name: string;
|
|
16447
|
-
createdAt: Date;
|
|
16448
|
-
updatedAt: Date;
|
|
16449
|
-
deletedAt: Date | null;
|
|
16450
|
-
isActive: boolean;
|
|
16451
|
-
};
|
|
16452
|
-
cxlog?: {
|
|
16443
|
+
cxlog: {
|
|
16453
16444
|
id: string;
|
|
16454
16445
|
channel: string | null;
|
|
16455
16446
|
direction: string | null;
|
|
@@ -16534,7 +16525,16 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
16534
16525
|
deletedAt: Date | null;
|
|
16535
16526
|
} | null | undefined;
|
|
16536
16527
|
}[] | null | undefined;
|
|
16537
|
-
}
|
|
16528
|
+
};
|
|
16529
|
+
workflowRule: {
|
|
16530
|
+
type: string;
|
|
16531
|
+
id: string;
|
|
16532
|
+
name: string;
|
|
16533
|
+
createdAt: Date;
|
|
16534
|
+
updatedAt: Date;
|
|
16535
|
+
deletedAt: Date | null;
|
|
16536
|
+
isActive: boolean;
|
|
16537
|
+
};
|
|
16538
16538
|
automationQueueId?: string | null | undefined;
|
|
16539
16539
|
};
|
|
16540
16540
|
platformMessageId: string;
|
|
@@ -17196,16 +17196,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
17196
17196
|
closedAt: Date;
|
|
17197
17197
|
lastMessageAt: Date | null;
|
|
17198
17198
|
isBotRoom: boolean;
|
|
17199
|
-
|
|
17200
|
-
type: string;
|
|
17201
|
-
id: string;
|
|
17202
|
-
name: string;
|
|
17203
|
-
createdAt: Date;
|
|
17204
|
-
updatedAt: Date;
|
|
17205
|
-
deletedAt: Date | null;
|
|
17206
|
-
isActive: boolean;
|
|
17207
|
-
};
|
|
17208
|
-
cxlog?: {
|
|
17199
|
+
cxlog: {
|
|
17209
17200
|
id: string;
|
|
17210
17201
|
channel: string | null;
|
|
17211
17202
|
direction: string | null;
|
|
@@ -17290,7 +17281,16 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
17290
17281
|
deletedAt: Date | null;
|
|
17291
17282
|
} | null | undefined;
|
|
17292
17283
|
}[] | null | undefined;
|
|
17293
|
-
}
|
|
17284
|
+
};
|
|
17285
|
+
workflowRule: {
|
|
17286
|
+
type: string;
|
|
17287
|
+
id: string;
|
|
17288
|
+
name: string;
|
|
17289
|
+
createdAt: Date;
|
|
17290
|
+
updatedAt: Date;
|
|
17291
|
+
deletedAt: Date | null;
|
|
17292
|
+
isActive: boolean;
|
|
17293
|
+
};
|
|
17294
17294
|
automationQueueId?: string | null | undefined;
|
|
17295
17295
|
};
|
|
17296
17296
|
platformMessageId: string;
|
|
@@ -17951,16 +17951,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
17951
17951
|
closedAt: Date;
|
|
17952
17952
|
lastMessageAt: Date | null;
|
|
17953
17953
|
isBotRoom: boolean;
|
|
17954
|
-
|
|
17955
|
-
type: string;
|
|
17956
|
-
id: string;
|
|
17957
|
-
name: string;
|
|
17958
|
-
createdAt: Date;
|
|
17959
|
-
updatedAt: Date;
|
|
17960
|
-
deletedAt: Date | null;
|
|
17961
|
-
isActive: boolean;
|
|
17962
|
-
};
|
|
17963
|
-
cxlog?: {
|
|
17954
|
+
cxlog: {
|
|
17964
17955
|
id: string;
|
|
17965
17956
|
channel: string | null;
|
|
17966
17957
|
direction: string | null;
|
|
@@ -18045,7 +18036,16 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
18045
18036
|
deletedAt: Date | null;
|
|
18046
18037
|
} | null | undefined;
|
|
18047
18038
|
}[] | null | undefined;
|
|
18048
|
-
}
|
|
18039
|
+
};
|
|
18040
|
+
workflowRule: {
|
|
18041
|
+
type: string;
|
|
18042
|
+
id: string;
|
|
18043
|
+
name: string;
|
|
18044
|
+
createdAt: Date;
|
|
18045
|
+
updatedAt: Date;
|
|
18046
|
+
deletedAt: Date | null;
|
|
18047
|
+
isActive: boolean;
|
|
18048
|
+
};
|
|
18049
18049
|
automationQueueId?: string | null | undefined;
|
|
18050
18050
|
};
|
|
18051
18051
|
platformMessageId: string;
|
|
@@ -18709,16 +18709,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
18709
18709
|
closedAt: Date;
|
|
18710
18710
|
lastMessageAt: Date | null;
|
|
18711
18711
|
isBotRoom: boolean;
|
|
18712
|
-
|
|
18713
|
-
type: string;
|
|
18714
|
-
id: string;
|
|
18715
|
-
name: string;
|
|
18716
|
-
createdAt: Date;
|
|
18717
|
-
updatedAt: Date;
|
|
18718
|
-
deletedAt: Date | null;
|
|
18719
|
-
isActive: boolean;
|
|
18720
|
-
};
|
|
18721
|
-
cxlog?: {
|
|
18712
|
+
cxlog: {
|
|
18722
18713
|
id: string;
|
|
18723
18714
|
channel: string | null;
|
|
18724
18715
|
direction: string | null;
|
|
@@ -18803,7 +18794,16 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
18803
18794
|
deletedAt: Date | null;
|
|
18804
18795
|
} | null | undefined;
|
|
18805
18796
|
}[] | null | undefined;
|
|
18806
|
-
}
|
|
18797
|
+
};
|
|
18798
|
+
workflowRule: {
|
|
18799
|
+
type: string;
|
|
18800
|
+
id: string;
|
|
18801
|
+
name: string;
|
|
18802
|
+
createdAt: Date;
|
|
18803
|
+
updatedAt: Date;
|
|
18804
|
+
deletedAt: Date | null;
|
|
18805
|
+
isActive: boolean;
|
|
18806
|
+
};
|
|
18807
18807
|
automationQueueId?: string | null | undefined;
|
|
18808
18808
|
};
|
|
18809
18809
|
platformMessageId: string;
|
|
@@ -19464,16 +19464,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
19464
19464
|
closedAt: Date;
|
|
19465
19465
|
lastMessageAt: Date | null;
|
|
19466
19466
|
isBotRoom: boolean;
|
|
19467
|
-
|
|
19468
|
-
type: string;
|
|
19469
|
-
id: string;
|
|
19470
|
-
name: string;
|
|
19471
|
-
createdAt: Date;
|
|
19472
|
-
updatedAt: Date;
|
|
19473
|
-
deletedAt: Date | null;
|
|
19474
|
-
isActive: boolean;
|
|
19475
|
-
};
|
|
19476
|
-
cxlog?: {
|
|
19467
|
+
cxlog: {
|
|
19477
19468
|
id: string;
|
|
19478
19469
|
channel: string | null;
|
|
19479
19470
|
direction: string | null;
|
|
@@ -19558,7 +19549,16 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
19558
19549
|
deletedAt: Date | null;
|
|
19559
19550
|
} | null | undefined;
|
|
19560
19551
|
}[] | null | undefined;
|
|
19561
|
-
}
|
|
19552
|
+
};
|
|
19553
|
+
workflowRule: {
|
|
19554
|
+
type: string;
|
|
19555
|
+
id: string;
|
|
19556
|
+
name: string;
|
|
19557
|
+
createdAt: Date;
|
|
19558
|
+
updatedAt: Date;
|
|
19559
|
+
deletedAt: Date | null;
|
|
19560
|
+
isActive: boolean;
|
|
19561
|
+
};
|
|
19562
19562
|
automationQueueId?: string | null | undefined;
|
|
19563
19563
|
};
|
|
19564
19564
|
platformMessageId: string;
|
|
@@ -20223,16 +20223,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
20223
20223
|
closedAt: Date;
|
|
20224
20224
|
lastMessageAt: Date | null;
|
|
20225
20225
|
isBotRoom: boolean;
|
|
20226
|
-
|
|
20227
|
-
type: string;
|
|
20228
|
-
id: string;
|
|
20229
|
-
name: string;
|
|
20230
|
-
createdAt: Date;
|
|
20231
|
-
updatedAt: Date;
|
|
20232
|
-
deletedAt: Date | null;
|
|
20233
|
-
isActive: boolean;
|
|
20234
|
-
};
|
|
20235
|
-
cxlog?: {
|
|
20226
|
+
cxlog: {
|
|
20236
20227
|
id: string;
|
|
20237
20228
|
channel: string | null;
|
|
20238
20229
|
direction: string | null;
|
|
@@ -20317,7 +20308,16 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
20317
20308
|
deletedAt: Date | null;
|
|
20318
20309
|
} | null | undefined;
|
|
20319
20310
|
}[] | null | undefined;
|
|
20320
|
-
}
|
|
20311
|
+
};
|
|
20312
|
+
workflowRule: {
|
|
20313
|
+
type: string;
|
|
20314
|
+
id: string;
|
|
20315
|
+
name: string;
|
|
20316
|
+
createdAt: Date;
|
|
20317
|
+
updatedAt: Date;
|
|
20318
|
+
deletedAt: Date | null;
|
|
20319
|
+
isActive: boolean;
|
|
20320
|
+
};
|
|
20321
20321
|
automationQueueId?: string | null | undefined;
|
|
20322
20322
|
};
|
|
20323
20323
|
platformMessageId: string;
|
|
@@ -20978,16 +20978,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
20978
20978
|
closedAt: Date;
|
|
20979
20979
|
lastMessageAt: Date | null;
|
|
20980
20980
|
isBotRoom: boolean;
|
|
20981
|
-
|
|
20982
|
-
type: string;
|
|
20983
|
-
id: string;
|
|
20984
|
-
name: string;
|
|
20985
|
-
createdAt: Date;
|
|
20986
|
-
updatedAt: Date;
|
|
20987
|
-
deletedAt: Date | null;
|
|
20988
|
-
isActive: boolean;
|
|
20989
|
-
};
|
|
20990
|
-
cxlog?: {
|
|
20981
|
+
cxlog: {
|
|
20991
20982
|
id: string;
|
|
20992
20983
|
channel: string | null;
|
|
20993
20984
|
direction: string | null;
|
|
@@ -21072,7 +21063,16 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
|
21072
21063
|
deletedAt: Date | null;
|
|
21073
21064
|
} | null | undefined;
|
|
21074
21065
|
}[] | null | undefined;
|
|
21075
|
-
}
|
|
21066
|
+
};
|
|
21067
|
+
workflowRule: {
|
|
21068
|
+
type: string;
|
|
21069
|
+
id: string;
|
|
21070
|
+
name: string;
|
|
21071
|
+
createdAt: Date;
|
|
21072
|
+
updatedAt: Date;
|
|
21073
|
+
deletedAt: Date | null;
|
|
21074
|
+
isActive: boolean;
|
|
21075
|
+
};
|
|
21076
21076
|
automationQueueId?: string | null | undefined;
|
|
21077
21077
|
};
|
|
21078
21078
|
platformMessageId: string;
|