@kl1/contracts 1.2.66-uat → 1.2.68-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 +191 -170
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +45 -45
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +72 -56
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +650 -415
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +184 -37
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +39 -18
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -43
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
- package/dist/api-contracts/src/instagram/index.d.ts +33 -33
- package/dist/api-contracts/src/line/index.d.ts +38 -38
- package/dist/api-contracts/src/line/validation.d.ts +5 -5
- package/dist/api-contracts/src/messenger/index.d.ts +33 -33
- package/dist/api-contracts/src/presence-status/index.d.ts +92 -44
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/presence-status/schema.d.ts +13 -10
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/presence-status/validation.d.ts +18 -6
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +5 -5
- package/dist/api-contracts/src/telegram/index.d.ts +33 -33
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +48 -24
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +20 -10
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +32 -16
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +40 -20
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +33 -33
- package/dist/api-contracts/src/webchat/index.d.ts +33 -33
- package/dist/api-contracts/src/whatsapp/index.d.ts +33 -33
- package/dist/api-contracts/src/workflow-rule/index.d.ts +12 -12
- package/dist/index.js +65 -19
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +65 -19
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -12827,31 +12827,26 @@ export declare const apiContract: {
|
|
|
12827
12827
|
200: import("zod").ZodObject<{
|
|
12828
12828
|
requestId: import("zod").ZodString;
|
|
12829
12829
|
incomingMessageCounts: import("zod").ZodArray<import("zod").ZodObject<{
|
|
12830
|
-
|
|
12831
|
-
|
|
12832
|
-
count: import("zod").ZodNullable<import("zod").ZodString>;
|
|
12830
|
+
channelType: import("zod").ZodString;
|
|
12831
|
+
count: import("zod").ZodNumber;
|
|
12833
12832
|
}, "strip", import("zod").ZodTypeAny, {
|
|
12834
|
-
count:
|
|
12835
|
-
channelType: string
|
|
12836
|
-
channelName: string | null;
|
|
12833
|
+
count: number;
|
|
12834
|
+
channelType: string;
|
|
12837
12835
|
}, {
|
|
12838
|
-
count:
|
|
12839
|
-
channelType: string
|
|
12840
|
-
channelName: string | null;
|
|
12836
|
+
count: number;
|
|
12837
|
+
channelType: string;
|
|
12841
12838
|
}>, "many">;
|
|
12842
12839
|
}, "strip", import("zod").ZodTypeAny, {
|
|
12843
12840
|
requestId: string;
|
|
12844
12841
|
incomingMessageCounts: {
|
|
12845
|
-
count:
|
|
12846
|
-
channelType: string
|
|
12847
|
-
channelName: string | null;
|
|
12842
|
+
count: number;
|
|
12843
|
+
channelType: string;
|
|
12848
12844
|
}[];
|
|
12849
12845
|
}, {
|
|
12850
12846
|
requestId: string;
|
|
12851
12847
|
incomingMessageCounts: {
|
|
12852
|
-
count:
|
|
12853
|
-
channelType: string
|
|
12854
|
-
channelName: string | null;
|
|
12848
|
+
count: number;
|
|
12849
|
+
channelType: string;
|
|
12855
12850
|
}[];
|
|
12856
12851
|
}>;
|
|
12857
12852
|
401: import("zod").ZodObject<{
|
|
@@ -13386,27 +13381,27 @@ export declare const apiContract: {
|
|
|
13386
13381
|
openedRoomCount: import("zod").ZodNumber;
|
|
13387
13382
|
holdRoomCount: import("zod").ZodNumber;
|
|
13388
13383
|
closedRoomCount: import("zod").ZodNumber;
|
|
13389
|
-
averageFirstResponseTime: import("zod").
|
|
13390
|
-
averageResolutionTime: import("zod").
|
|
13391
|
-
totalHandledTime: import("zod").
|
|
13384
|
+
averageFirstResponseTime: import("zod").ZodString;
|
|
13385
|
+
averageResolutionTime: import("zod").ZodString;
|
|
13386
|
+
totalHandledTime: import("zod").ZodString;
|
|
13392
13387
|
}, "strip", import("zod").ZodTypeAny, {
|
|
13393
13388
|
name: string;
|
|
13394
13389
|
id: string;
|
|
13395
13390
|
closedRoomCount: number;
|
|
13396
13391
|
holdRoomCount: number;
|
|
13397
13392
|
openedRoomCount: number;
|
|
13398
|
-
averageFirstResponseTime:
|
|
13399
|
-
averageResolutionTime:
|
|
13400
|
-
totalHandledTime:
|
|
13393
|
+
averageFirstResponseTime: string;
|
|
13394
|
+
averageResolutionTime: string;
|
|
13395
|
+
totalHandledTime: string;
|
|
13401
13396
|
}, {
|
|
13402
13397
|
name: string;
|
|
13403
13398
|
id: string;
|
|
13404
13399
|
closedRoomCount: number;
|
|
13405
13400
|
holdRoomCount: number;
|
|
13406
13401
|
openedRoomCount: number;
|
|
13407
|
-
averageFirstResponseTime:
|
|
13408
|
-
averageResolutionTime:
|
|
13409
|
-
totalHandledTime:
|
|
13402
|
+
averageFirstResponseTime: string;
|
|
13403
|
+
averageResolutionTime: string;
|
|
13404
|
+
totalHandledTime: string;
|
|
13410
13405
|
}>, "many">>;
|
|
13411
13406
|
}, "strip", import("zod").ZodTypeAny, {
|
|
13412
13407
|
page: number;
|
|
@@ -13418,9 +13413,9 @@ export declare const apiContract: {
|
|
|
13418
13413
|
closedRoomCount: number;
|
|
13419
13414
|
holdRoomCount: number;
|
|
13420
13415
|
openedRoomCount: number;
|
|
13421
|
-
averageFirstResponseTime:
|
|
13422
|
-
averageResolutionTime:
|
|
13423
|
-
totalHandledTime:
|
|
13416
|
+
averageFirstResponseTime: string;
|
|
13417
|
+
averageResolutionTime: string;
|
|
13418
|
+
totalHandledTime: string;
|
|
13424
13419
|
}[] | null;
|
|
13425
13420
|
}, {
|
|
13426
13421
|
page: number;
|
|
@@ -13432,34 +13427,28 @@ export declare const apiContract: {
|
|
|
13432
13427
|
closedRoomCount: number;
|
|
13433
13428
|
holdRoomCount: number;
|
|
13434
13429
|
openedRoomCount: number;
|
|
13435
|
-
averageFirstResponseTime:
|
|
13436
|
-
averageResolutionTime:
|
|
13437
|
-
totalHandledTime:
|
|
13430
|
+
averageFirstResponseTime: string;
|
|
13431
|
+
averageResolutionTime: string;
|
|
13432
|
+
totalHandledTime: string;
|
|
13438
13433
|
}[] | null;
|
|
13439
13434
|
}>;
|
|
13440
13435
|
};
|
|
13441
13436
|
path: "dashboard/agent-message-statistics";
|
|
13442
13437
|
};
|
|
13443
|
-
|
|
13438
|
+
getUserCheckInLogsWithDays: {
|
|
13444
13439
|
method: "GET";
|
|
13445
13440
|
query: import("zod").ZodObject<{
|
|
13446
13441
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13447
|
-
selectedDate: import("zod").ZodString;
|
|
13448
|
-
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
13449
13442
|
page: import("zod").ZodNumber;
|
|
13450
13443
|
pageSize: import("zod").ZodNumber;
|
|
13451
13444
|
}, "strip", import("zod").ZodTypeAny, {
|
|
13452
13445
|
page: number;
|
|
13453
13446
|
pageSize: number;
|
|
13454
|
-
selectedDate: string;
|
|
13455
13447
|
automationQueueId?: string | undefined;
|
|
13456
|
-
channelIds?: string[] | undefined;
|
|
13457
13448
|
}, {
|
|
13458
13449
|
page: number;
|
|
13459
13450
|
pageSize: number;
|
|
13460
|
-
selectedDate: string;
|
|
13461
13451
|
automationQueueId?: string | undefined;
|
|
13462
|
-
channelIds?: string[] | undefined;
|
|
13463
13452
|
}>;
|
|
13464
13453
|
responses: {
|
|
13465
13454
|
200: import("zod").ZodObject<{
|
|
@@ -13474,13 +13463,22 @@ export declare const apiContract: {
|
|
|
13474
13463
|
firstLoginTime: import("zod").ZodString;
|
|
13475
13464
|
lastLogoutTime: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13476
13465
|
totalLoginDuration: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13466
|
+
averageFirstResponseTime: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13467
|
+
averageResolutionTime: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13468
|
+
totalHandledTime: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13477
13469
|
}, "strip", import("zod").ZodTypeAny, {
|
|
13478
13470
|
userId: string;
|
|
13471
|
+
averageFirstResponseTime: string | null;
|
|
13472
|
+
averageResolutionTime: string | null;
|
|
13473
|
+
totalHandledTime: string | null;
|
|
13479
13474
|
firstLoginTime: string;
|
|
13480
13475
|
lastLogoutTime: string | null;
|
|
13481
13476
|
totalLoginDuration: string | null;
|
|
13482
13477
|
}, {
|
|
13483
13478
|
userId: string;
|
|
13479
|
+
averageFirstResponseTime: string | null;
|
|
13480
|
+
averageResolutionTime: string | null;
|
|
13481
|
+
totalHandledTime: string | null;
|
|
13484
13482
|
firstLoginTime: string;
|
|
13485
13483
|
lastLogoutTime: string | null;
|
|
13486
13484
|
totalLoginDuration: string | null;
|
|
@@ -13490,6 +13488,9 @@ export declare const apiContract: {
|
|
|
13490
13488
|
formattedDate: string;
|
|
13491
13489
|
userCheckInLogs: {
|
|
13492
13490
|
userId: string;
|
|
13491
|
+
averageFirstResponseTime: string | null;
|
|
13492
|
+
averageResolutionTime: string | null;
|
|
13493
|
+
totalHandledTime: string | null;
|
|
13493
13494
|
firstLoginTime: string;
|
|
13494
13495
|
lastLogoutTime: string | null;
|
|
13495
13496
|
totalLoginDuration: string | null;
|
|
@@ -13499,6 +13500,9 @@ export declare const apiContract: {
|
|
|
13499
13500
|
formattedDate: string;
|
|
13500
13501
|
userCheckInLogs: {
|
|
13501
13502
|
userId: string;
|
|
13503
|
+
averageFirstResponseTime: string | null;
|
|
13504
|
+
averageResolutionTime: string | null;
|
|
13505
|
+
totalHandledTime: string | null;
|
|
13502
13506
|
firstLoginTime: string;
|
|
13503
13507
|
lastLogoutTime: string | null;
|
|
13504
13508
|
totalLoginDuration: string | null;
|
|
@@ -13513,6 +13517,9 @@ export declare const apiContract: {
|
|
|
13513
13517
|
formattedDate: string;
|
|
13514
13518
|
userCheckInLogs: {
|
|
13515
13519
|
userId: string;
|
|
13520
|
+
averageFirstResponseTime: string | null;
|
|
13521
|
+
averageResolutionTime: string | null;
|
|
13522
|
+
totalHandledTime: string | null;
|
|
13516
13523
|
firstLoginTime: string;
|
|
13517
13524
|
lastLogoutTime: string | null;
|
|
13518
13525
|
totalLoginDuration: string | null;
|
|
@@ -13527,6 +13534,9 @@ export declare const apiContract: {
|
|
|
13527
13534
|
formattedDate: string;
|
|
13528
13535
|
userCheckInLogs: {
|
|
13529
13536
|
userId: string;
|
|
13537
|
+
averageFirstResponseTime: string | null;
|
|
13538
|
+
averageResolutionTime: string | null;
|
|
13539
|
+
totalHandledTime: string | null;
|
|
13530
13540
|
firstLoginTime: string;
|
|
13531
13541
|
lastLogoutTime: string | null;
|
|
13532
13542
|
totalLoginDuration: string | null;
|
|
@@ -13536,6 +13546,143 @@ export declare const apiContract: {
|
|
|
13536
13546
|
};
|
|
13537
13547
|
path: "dashboard/user-check-in-logs-with-days";
|
|
13538
13548
|
};
|
|
13549
|
+
getRoomStatusCountsByUserId: {
|
|
13550
|
+
method: "GET";
|
|
13551
|
+
query: import("zod").ZodObject<{
|
|
13552
|
+
userId: import("zod").ZodString;
|
|
13553
|
+
selectedDate: import("zod").ZodString;
|
|
13554
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
13555
|
+
userId: string;
|
|
13556
|
+
selectedDate: string;
|
|
13557
|
+
}, {
|
|
13558
|
+
userId: string;
|
|
13559
|
+
selectedDate: string;
|
|
13560
|
+
}>;
|
|
13561
|
+
responses: {
|
|
13562
|
+
200: import("zod").ZodObject<{
|
|
13563
|
+
requestId: import("zod").ZodString;
|
|
13564
|
+
assignedRoomCount: import("zod").ZodNumber;
|
|
13565
|
+
holdRoomCount: import("zod").ZodNumber;
|
|
13566
|
+
closedRoomCount: import("zod").ZodNumber;
|
|
13567
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
13568
|
+
requestId: string;
|
|
13569
|
+
closedRoomCount: number;
|
|
13570
|
+
assignedRoomCount: number;
|
|
13571
|
+
holdRoomCount: number;
|
|
13572
|
+
}, {
|
|
13573
|
+
requestId: string;
|
|
13574
|
+
closedRoomCount: number;
|
|
13575
|
+
assignedRoomCount: number;
|
|
13576
|
+
holdRoomCount: number;
|
|
13577
|
+
}>;
|
|
13578
|
+
};
|
|
13579
|
+
path: "dashboard/room-status-counts-by-user-id";
|
|
13580
|
+
};
|
|
13581
|
+
getUserCheckInLogsByUserId: {
|
|
13582
|
+
method: "GET";
|
|
13583
|
+
query: import("zod").ZodObject<{
|
|
13584
|
+
userId: import("zod").ZodString;
|
|
13585
|
+
selectedDate: import("zod").ZodString;
|
|
13586
|
+
pageSize: import("zod").ZodNumber;
|
|
13587
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
13588
|
+
pageSize: number;
|
|
13589
|
+
userId: string;
|
|
13590
|
+
selectedDate: string;
|
|
13591
|
+
}, {
|
|
13592
|
+
pageSize: number;
|
|
13593
|
+
userId: string;
|
|
13594
|
+
selectedDate: string;
|
|
13595
|
+
}>;
|
|
13596
|
+
responses: {
|
|
13597
|
+
200: import("zod").ZodObject<{
|
|
13598
|
+
requestId: import("zod").ZodString;
|
|
13599
|
+
userCheckInLogs: import("zod").ZodArray<import("zod").ZodObject<{
|
|
13600
|
+
formattedDate: import("zod").ZodString;
|
|
13601
|
+
day: import("zod").ZodDate;
|
|
13602
|
+
userCheckInLog: import("zod").ZodObject<{
|
|
13603
|
+
userId: import("zod").ZodString;
|
|
13604
|
+
firstLoginTime: import("zod").ZodString;
|
|
13605
|
+
lastLogoutTime: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13606
|
+
totalLoginDuration: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13607
|
+
averageFirstResponseTime: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13608
|
+
averageResolutionTime: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13609
|
+
totalHandledTime: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13610
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
13611
|
+
userId: string;
|
|
13612
|
+
averageFirstResponseTime: string | null;
|
|
13613
|
+
averageResolutionTime: string | null;
|
|
13614
|
+
totalHandledTime: string | null;
|
|
13615
|
+
firstLoginTime: string;
|
|
13616
|
+
lastLogoutTime: string | null;
|
|
13617
|
+
totalLoginDuration: string | null;
|
|
13618
|
+
}, {
|
|
13619
|
+
userId: string;
|
|
13620
|
+
averageFirstResponseTime: string | null;
|
|
13621
|
+
averageResolutionTime: string | null;
|
|
13622
|
+
totalHandledTime: string | null;
|
|
13623
|
+
firstLoginTime: string;
|
|
13624
|
+
lastLogoutTime: string | null;
|
|
13625
|
+
totalLoginDuration: string | null;
|
|
13626
|
+
}>;
|
|
13627
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
13628
|
+
day: Date;
|
|
13629
|
+
formattedDate: string;
|
|
13630
|
+
userCheckInLog: {
|
|
13631
|
+
userId: string;
|
|
13632
|
+
averageFirstResponseTime: string | null;
|
|
13633
|
+
averageResolutionTime: string | null;
|
|
13634
|
+
totalHandledTime: string | null;
|
|
13635
|
+
firstLoginTime: string;
|
|
13636
|
+
lastLogoutTime: string | null;
|
|
13637
|
+
totalLoginDuration: string | null;
|
|
13638
|
+
};
|
|
13639
|
+
}, {
|
|
13640
|
+
day: Date;
|
|
13641
|
+
formattedDate: string;
|
|
13642
|
+
userCheckInLog: {
|
|
13643
|
+
userId: string;
|
|
13644
|
+
averageFirstResponseTime: string | null;
|
|
13645
|
+
averageResolutionTime: string | null;
|
|
13646
|
+
totalHandledTime: string | null;
|
|
13647
|
+
firstLoginTime: string;
|
|
13648
|
+
lastLogoutTime: string | null;
|
|
13649
|
+
totalLoginDuration: string | null;
|
|
13650
|
+
};
|
|
13651
|
+
}>, "many">;
|
|
13652
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
13653
|
+
requestId: string;
|
|
13654
|
+
userCheckInLogs: {
|
|
13655
|
+
day: Date;
|
|
13656
|
+
formattedDate: string;
|
|
13657
|
+
userCheckInLog: {
|
|
13658
|
+
userId: string;
|
|
13659
|
+
averageFirstResponseTime: string | null;
|
|
13660
|
+
averageResolutionTime: string | null;
|
|
13661
|
+
totalHandledTime: string | null;
|
|
13662
|
+
firstLoginTime: string;
|
|
13663
|
+
lastLogoutTime: string | null;
|
|
13664
|
+
totalLoginDuration: string | null;
|
|
13665
|
+
};
|
|
13666
|
+
}[];
|
|
13667
|
+
}, {
|
|
13668
|
+
requestId: string;
|
|
13669
|
+
userCheckInLogs: {
|
|
13670
|
+
day: Date;
|
|
13671
|
+
formattedDate: string;
|
|
13672
|
+
userCheckInLog: {
|
|
13673
|
+
userId: string;
|
|
13674
|
+
averageFirstResponseTime: string | null;
|
|
13675
|
+
averageResolutionTime: string | null;
|
|
13676
|
+
totalHandledTime: string | null;
|
|
13677
|
+
firstLoginTime: string;
|
|
13678
|
+
lastLogoutTime: string | null;
|
|
13679
|
+
totalLoginDuration: string | null;
|
|
13680
|
+
};
|
|
13681
|
+
}[];
|
|
13682
|
+
}>;
|
|
13683
|
+
};
|
|
13684
|
+
path: "dashboard/user-check-in-logs-by-user-id";
|
|
13685
|
+
};
|
|
13539
13686
|
};
|
|
13540
13687
|
permission: {
|
|
13541
13688
|
getPermissions: {
|
|
@@ -34114,28 +34261,34 @@ export declare const apiContract: {
|
|
|
34114
34261
|
createdAt: import("zod").ZodDate;
|
|
34115
34262
|
updatedAt: import("zod").ZodDate;
|
|
34116
34263
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
34117
|
-
systemName: import("zod").
|
|
34264
|
+
systemName: import("zod").ZodString;
|
|
34118
34265
|
displayName: import("zod").ZodString;
|
|
34266
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
34119
34267
|
position: import("zod").ZodNumber;
|
|
34120
|
-
emoji: import("zod").ZodString
|
|
34268
|
+
emoji: import("zod").ZodNullable<import("zod").ZodString>;
|
|
34269
|
+
presenceStatusOption: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"receive_call">, import("zod").ZodLiteral<"do_not_receive_call">, import("zod").ZodLiteral<"receive_chat_message">, import("zod").ZodLiteral<"do_not_receive_chat_message">]>, "many">;
|
|
34121
34270
|
}, "strip", import("zod").ZodTypeAny, {
|
|
34122
|
-
emoji: string;
|
|
34271
|
+
emoji: string | null;
|
|
34123
34272
|
id: string;
|
|
34124
34273
|
position: number;
|
|
34274
|
+
description: string | null;
|
|
34125
34275
|
createdAt: Date;
|
|
34126
34276
|
updatedAt: Date;
|
|
34127
34277
|
deletedAt: Date | null;
|
|
34128
|
-
systemName:
|
|
34278
|
+
systemName: string;
|
|
34129
34279
|
displayName: string;
|
|
34280
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
34130
34281
|
}, {
|
|
34131
|
-
emoji: string;
|
|
34282
|
+
emoji: string | null;
|
|
34132
34283
|
id: string;
|
|
34133
34284
|
position: number;
|
|
34285
|
+
description: string | null;
|
|
34134
34286
|
createdAt: Date;
|
|
34135
34287
|
updatedAt: Date;
|
|
34136
34288
|
deletedAt: Date | null;
|
|
34137
|
-
systemName:
|
|
34289
|
+
systemName: string;
|
|
34138
34290
|
displayName: string;
|
|
34291
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
34139
34292
|
}>;
|
|
34140
34293
|
}, "strip", import("zod").ZodTypeAny, {
|
|
34141
34294
|
id: string;
|
|
@@ -34187,14 +34340,16 @@ export declare const apiContract: {
|
|
|
34187
34340
|
updatedAt: Date;
|
|
34188
34341
|
deletedAt: Date | null;
|
|
34189
34342
|
presenceStatus: {
|
|
34190
|
-
emoji: string;
|
|
34343
|
+
emoji: string | null;
|
|
34191
34344
|
id: string;
|
|
34192
34345
|
position: number;
|
|
34346
|
+
description: string | null;
|
|
34193
34347
|
createdAt: Date;
|
|
34194
34348
|
updatedAt: Date;
|
|
34195
34349
|
deletedAt: Date | null;
|
|
34196
|
-
systemName:
|
|
34350
|
+
systemName: string;
|
|
34197
34351
|
displayName: string;
|
|
34352
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
34198
34353
|
};
|
|
34199
34354
|
}, {
|
|
34200
34355
|
id: string;
|
|
@@ -34246,14 +34401,16 @@ export declare const apiContract: {
|
|
|
34246
34401
|
updatedAt: Date;
|
|
34247
34402
|
deletedAt: Date | null;
|
|
34248
34403
|
presenceStatus: {
|
|
34249
|
-
emoji: string;
|
|
34404
|
+
emoji: string | null;
|
|
34250
34405
|
id: string;
|
|
34251
34406
|
position: number;
|
|
34407
|
+
description: string | null;
|
|
34252
34408
|
createdAt: Date;
|
|
34253
34409
|
updatedAt: Date;
|
|
34254
34410
|
deletedAt: Date | null;
|
|
34255
|
-
systemName:
|
|
34411
|
+
systemName: string;
|
|
34256
34412
|
displayName: string;
|
|
34413
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
34257
34414
|
};
|
|
34258
34415
|
}>;
|
|
34259
34416
|
400: import("zod").ZodObject<{
|
|
@@ -34535,28 +34692,34 @@ export declare const apiContract: {
|
|
|
34535
34692
|
createdAt: import("zod").ZodDate;
|
|
34536
34693
|
updatedAt: import("zod").ZodDate;
|
|
34537
34694
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
34538
|
-
systemName: import("zod").
|
|
34695
|
+
systemName: import("zod").ZodString;
|
|
34539
34696
|
displayName: import("zod").ZodString;
|
|
34697
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
34540
34698
|
position: import("zod").ZodNumber;
|
|
34541
|
-
emoji: import("zod").ZodString
|
|
34699
|
+
emoji: import("zod").ZodNullable<import("zod").ZodString>;
|
|
34700
|
+
presenceStatusOption: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"receive_call">, import("zod").ZodLiteral<"do_not_receive_call">, import("zod").ZodLiteral<"receive_chat_message">, import("zod").ZodLiteral<"do_not_receive_chat_message">]>, "many">;
|
|
34542
34701
|
}, "strip", import("zod").ZodTypeAny, {
|
|
34543
|
-
emoji: string;
|
|
34702
|
+
emoji: string | null;
|
|
34544
34703
|
id: string;
|
|
34545
34704
|
position: number;
|
|
34705
|
+
description: string | null;
|
|
34546
34706
|
createdAt: Date;
|
|
34547
34707
|
updatedAt: Date;
|
|
34548
34708
|
deletedAt: Date | null;
|
|
34549
|
-
systemName:
|
|
34709
|
+
systemName: string;
|
|
34550
34710
|
displayName: string;
|
|
34711
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
34551
34712
|
}, {
|
|
34552
|
-
emoji: string;
|
|
34713
|
+
emoji: string | null;
|
|
34553
34714
|
id: string;
|
|
34554
34715
|
position: number;
|
|
34716
|
+
description: string | null;
|
|
34555
34717
|
createdAt: Date;
|
|
34556
34718
|
updatedAt: Date;
|
|
34557
34719
|
deletedAt: Date | null;
|
|
34558
|
-
systemName:
|
|
34720
|
+
systemName: string;
|
|
34559
34721
|
displayName: string;
|
|
34722
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
34560
34723
|
}>;
|
|
34561
34724
|
}, "strip", import("zod").ZodTypeAny, {
|
|
34562
34725
|
id: string;
|
|
@@ -34608,14 +34771,16 @@ export declare const apiContract: {
|
|
|
34608
34771
|
updatedAt: Date;
|
|
34609
34772
|
deletedAt: Date | null;
|
|
34610
34773
|
presenceStatus: {
|
|
34611
|
-
emoji: string;
|
|
34774
|
+
emoji: string | null;
|
|
34612
34775
|
id: string;
|
|
34613
34776
|
position: number;
|
|
34777
|
+
description: string | null;
|
|
34614
34778
|
createdAt: Date;
|
|
34615
34779
|
updatedAt: Date;
|
|
34616
34780
|
deletedAt: Date | null;
|
|
34617
|
-
systemName:
|
|
34781
|
+
systemName: string;
|
|
34618
34782
|
displayName: string;
|
|
34783
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
34619
34784
|
};
|
|
34620
34785
|
}, {
|
|
34621
34786
|
id: string;
|
|
@@ -34667,14 +34832,16 @@ export declare const apiContract: {
|
|
|
34667
34832
|
updatedAt: Date;
|
|
34668
34833
|
deletedAt: Date | null;
|
|
34669
34834
|
presenceStatus: {
|
|
34670
|
-
emoji: string;
|
|
34835
|
+
emoji: string | null;
|
|
34671
34836
|
id: string;
|
|
34672
34837
|
position: number;
|
|
34838
|
+
description: string | null;
|
|
34673
34839
|
createdAt: Date;
|
|
34674
34840
|
updatedAt: Date;
|
|
34675
34841
|
deletedAt: Date | null;
|
|
34676
|
-
systemName:
|
|
34842
|
+
systemName: string;
|
|
34677
34843
|
displayName: string;
|
|
34844
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
34678
34845
|
};
|
|
34679
34846
|
}>;
|
|
34680
34847
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -34729,14 +34896,16 @@ export declare const apiContract: {
|
|
|
34729
34896
|
updatedAt: Date;
|
|
34730
34897
|
deletedAt: Date | null;
|
|
34731
34898
|
presenceStatus: {
|
|
34732
|
-
emoji: string;
|
|
34899
|
+
emoji: string | null;
|
|
34733
34900
|
id: string;
|
|
34734
34901
|
position: number;
|
|
34902
|
+
description: string | null;
|
|
34735
34903
|
createdAt: Date;
|
|
34736
34904
|
updatedAt: Date;
|
|
34737
34905
|
deletedAt: Date | null;
|
|
34738
|
-
systemName:
|
|
34906
|
+
systemName: string;
|
|
34739
34907
|
displayName: string;
|
|
34908
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
34740
34909
|
};
|
|
34741
34910
|
};
|
|
34742
34911
|
}, {
|
|
@@ -34791,14 +34960,16 @@ export declare const apiContract: {
|
|
|
34791
34960
|
updatedAt: Date;
|
|
34792
34961
|
deletedAt: Date | null;
|
|
34793
34962
|
presenceStatus: {
|
|
34794
|
-
emoji: string;
|
|
34963
|
+
emoji: string | null;
|
|
34795
34964
|
id: string;
|
|
34796
34965
|
position: number;
|
|
34966
|
+
description: string | null;
|
|
34797
34967
|
createdAt: Date;
|
|
34798
34968
|
updatedAt: Date;
|
|
34799
34969
|
deletedAt: Date | null;
|
|
34800
|
-
systemName:
|
|
34970
|
+
systemName: string;
|
|
34801
34971
|
displayName: string;
|
|
34972
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
34802
34973
|
};
|
|
34803
34974
|
};
|
|
34804
34975
|
}>;
|
|
@@ -34923,24 +35094,28 @@ export declare const apiContract: {
|
|
|
34923
35094
|
updatedAt: Date;
|
|
34924
35095
|
deletedAt: Date | null;
|
|
34925
35096
|
previousPresenceStatus: {
|
|
34926
|
-
emoji: string;
|
|
35097
|
+
emoji: string | null;
|
|
34927
35098
|
id: string;
|
|
34928
35099
|
position: number;
|
|
35100
|
+
description: string | null;
|
|
34929
35101
|
createdAt: Date;
|
|
34930
35102
|
updatedAt: Date;
|
|
34931
35103
|
deletedAt: Date | null;
|
|
34932
|
-
systemName:
|
|
35104
|
+
systemName: string;
|
|
34933
35105
|
displayName: string;
|
|
35106
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
34934
35107
|
};
|
|
34935
35108
|
newPresenceStatus: {
|
|
34936
|
-
emoji: string;
|
|
35109
|
+
emoji: string | null;
|
|
34937
35110
|
id: string;
|
|
34938
35111
|
position: number;
|
|
35112
|
+
description: string | null;
|
|
34939
35113
|
createdAt: Date;
|
|
34940
35114
|
updatedAt: Date;
|
|
34941
35115
|
deletedAt: Date | null;
|
|
34942
|
-
systemName:
|
|
35116
|
+
systemName: string;
|
|
34943
35117
|
displayName: string;
|
|
35118
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
34944
35119
|
};
|
|
34945
35120
|
}, import("zod").ZodTypeDef, {
|
|
34946
35121
|
reason: string;
|
|
@@ -34993,24 +35168,28 @@ export declare const apiContract: {
|
|
|
34993
35168
|
updatedAt: Date;
|
|
34994
35169
|
deletedAt: Date | null;
|
|
34995
35170
|
previousPresenceStatus: {
|
|
34996
|
-
emoji: string;
|
|
35171
|
+
emoji: string | null;
|
|
34997
35172
|
id: string;
|
|
34998
35173
|
position: number;
|
|
35174
|
+
description: string | null;
|
|
34999
35175
|
createdAt: Date;
|
|
35000
35176
|
updatedAt: Date;
|
|
35001
35177
|
deletedAt: Date | null;
|
|
35002
|
-
systemName:
|
|
35178
|
+
systemName: string;
|
|
35003
35179
|
displayName: string;
|
|
35180
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
35004
35181
|
};
|
|
35005
35182
|
newPresenceStatus: {
|
|
35006
|
-
emoji: string;
|
|
35183
|
+
emoji: string | null;
|
|
35007
35184
|
id: string;
|
|
35008
35185
|
position: number;
|
|
35186
|
+
description: string | null;
|
|
35009
35187
|
createdAt: Date;
|
|
35010
35188
|
updatedAt: Date;
|
|
35011
35189
|
deletedAt: Date | null;
|
|
35012
|
-
systemName:
|
|
35190
|
+
systemName: string;
|
|
35013
35191
|
displayName: string;
|
|
35192
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
35014
35193
|
};
|
|
35015
35194
|
}>, "many">;
|
|
35016
35195
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -35065,24 +35244,28 @@ export declare const apiContract: {
|
|
|
35065
35244
|
updatedAt: Date;
|
|
35066
35245
|
deletedAt: Date | null;
|
|
35067
35246
|
previousPresenceStatus: {
|
|
35068
|
-
emoji: string;
|
|
35247
|
+
emoji: string | null;
|
|
35069
35248
|
id: string;
|
|
35070
35249
|
position: number;
|
|
35250
|
+
description: string | null;
|
|
35071
35251
|
createdAt: Date;
|
|
35072
35252
|
updatedAt: Date;
|
|
35073
35253
|
deletedAt: Date | null;
|
|
35074
|
-
systemName:
|
|
35254
|
+
systemName: string;
|
|
35075
35255
|
displayName: string;
|
|
35256
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
35076
35257
|
};
|
|
35077
35258
|
newPresenceStatus: {
|
|
35078
|
-
emoji: string;
|
|
35259
|
+
emoji: string | null;
|
|
35079
35260
|
id: string;
|
|
35080
35261
|
position: number;
|
|
35262
|
+
description: string | null;
|
|
35081
35263
|
createdAt: Date;
|
|
35082
35264
|
updatedAt: Date;
|
|
35083
35265
|
deletedAt: Date | null;
|
|
35084
|
-
systemName:
|
|
35266
|
+
systemName: string;
|
|
35085
35267
|
displayName: string;
|
|
35268
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
35086
35269
|
};
|
|
35087
35270
|
}[];
|
|
35088
35271
|
total: number;
|
|
@@ -35141,24 +35324,28 @@ export declare const apiContract: {
|
|
|
35141
35324
|
updatedAt: Date;
|
|
35142
35325
|
deletedAt: Date | null;
|
|
35143
35326
|
previousPresenceStatus: {
|
|
35144
|
-
emoji: string;
|
|
35327
|
+
emoji: string | null;
|
|
35145
35328
|
id: string;
|
|
35146
35329
|
position: number;
|
|
35330
|
+
description: string | null;
|
|
35147
35331
|
createdAt: Date;
|
|
35148
35332
|
updatedAt: Date;
|
|
35149
35333
|
deletedAt: Date | null;
|
|
35150
|
-
systemName:
|
|
35334
|
+
systemName: string;
|
|
35151
35335
|
displayName: string;
|
|
35336
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
35152
35337
|
};
|
|
35153
35338
|
newPresenceStatus: {
|
|
35154
|
-
emoji: string;
|
|
35339
|
+
emoji: string | null;
|
|
35155
35340
|
id: string;
|
|
35156
35341
|
position: number;
|
|
35342
|
+
description: string | null;
|
|
35157
35343
|
createdAt: Date;
|
|
35158
35344
|
updatedAt: Date;
|
|
35159
35345
|
deletedAt: Date | null;
|
|
35160
|
-
systemName:
|
|
35346
|
+
systemName: string;
|
|
35161
35347
|
displayName: string;
|
|
35348
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
35162
35349
|
};
|
|
35163
35350
|
}[];
|
|
35164
35351
|
total: number;
|
|
@@ -85837,7 +86024,7 @@ export declare const platformContract: {
|
|
|
85837
86024
|
message: import("zod").ZodObject<{
|
|
85838
86025
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
85839
86026
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
85840
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
86027
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
85841
86028
|
readAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
|
85842
86029
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
85843
86030
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -85881,7 +86068,7 @@ export declare const platformContract: {
|
|
|
85881
86068
|
phone: string | null;
|
|
85882
86069
|
}>;
|
|
85883
86070
|
}, "strip", import("zod").ZodTypeAny, {
|
|
85884
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86071
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85885
86072
|
direction: "incoming" | "outgoing" | "system";
|
|
85886
86073
|
sender: {
|
|
85887
86074
|
name: string;
|
|
@@ -85907,7 +86094,7 @@ export declare const platformContract: {
|
|
|
85907
86094
|
fileSize: number;
|
|
85908
86095
|
} | undefined;
|
|
85909
86096
|
}, {
|
|
85910
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86097
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85911
86098
|
direction: "incoming" | "outgoing" | "system";
|
|
85912
86099
|
sender: {
|
|
85913
86100
|
name: string;
|
|
@@ -85935,7 +86122,7 @@ export declare const platformContract: {
|
|
|
85935
86122
|
}>;
|
|
85936
86123
|
}, "strip", import("zod").ZodTypeAny, {
|
|
85937
86124
|
message: {
|
|
85938
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86125
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85939
86126
|
direction: "incoming" | "outgoing" | "system";
|
|
85940
86127
|
sender: {
|
|
85941
86128
|
name: string;
|
|
@@ -86046,7 +86233,7 @@ export declare const platformContract: {
|
|
|
86046
86233
|
stickerId: number;
|
|
86047
86234
|
}, {
|
|
86048
86235
|
message: {
|
|
86049
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86236
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86050
86237
|
direction: "incoming" | "outgoing" | "system";
|
|
86051
86238
|
sender: {
|
|
86052
86239
|
name: string;
|
|
@@ -87185,7 +87372,7 @@ export declare const platformContract: {
|
|
|
87185
87372
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
87186
87373
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
87187
87374
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
87188
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
87375
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
87189
87376
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
87190
87377
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
87191
87378
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -87241,7 +87428,7 @@ export declare const platformContract: {
|
|
|
87241
87428
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
87242
87429
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
87243
87430
|
}, "strip", import("zod").ZodTypeAny, {
|
|
87244
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87431
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87245
87432
|
direction: "incoming" | "outgoing" | "system";
|
|
87246
87433
|
id?: string | undefined;
|
|
87247
87434
|
message?: string | undefined;
|
|
@@ -87276,7 +87463,7 @@ export declare const platformContract: {
|
|
|
87276
87463
|
editedAt?: string | Date | null | undefined;
|
|
87277
87464
|
label?: string | undefined;
|
|
87278
87465
|
}, {
|
|
87279
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87466
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87280
87467
|
direction: "incoming" | "outgoing" | "system";
|
|
87281
87468
|
id?: string | undefined;
|
|
87282
87469
|
message?: string | undefined;
|
|
@@ -87313,7 +87500,7 @@ export declare const platformContract: {
|
|
|
87313
87500
|
}>;
|
|
87314
87501
|
}, "strip", import("zod").ZodTypeAny, {
|
|
87315
87502
|
message: {
|
|
87316
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87503
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87317
87504
|
direction: "incoming" | "outgoing" | "system";
|
|
87318
87505
|
id?: string | undefined;
|
|
87319
87506
|
message?: string | undefined;
|
|
@@ -87444,7 +87631,7 @@ export declare const platformContract: {
|
|
|
87444
87631
|
isBot: boolean | null;
|
|
87445
87632
|
}, {
|
|
87446
87633
|
message: {
|
|
87447
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87634
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87448
87635
|
direction: "incoming" | "outgoing" | "system";
|
|
87449
87636
|
id?: string | undefined;
|
|
87450
87637
|
message?: string | undefined;
|
|
@@ -87579,7 +87766,7 @@ export declare const platformContract: {
|
|
|
87579
87766
|
200: import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
87580
87767
|
requestId: import("zod").ZodString;
|
|
87581
87768
|
data: import("zod").ZodObject<{
|
|
87582
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
87769
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
87583
87770
|
message: import("zod").ZodString;
|
|
87584
87771
|
id: import("zod").ZodString;
|
|
87585
87772
|
url: import("zod").ZodString;
|
|
@@ -91515,7 +91702,7 @@ export declare const platformContract: {
|
|
|
91515
91702
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
91516
91703
|
message: import("zod").ZodString;
|
|
91517
91704
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
91518
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
91705
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
91519
91706
|
readAt: import("zod").ZodDate;
|
|
91520
91707
|
metadata: import("zod").ZodAny;
|
|
91521
91708
|
platformId: import("zod").ZodString;
|
|
@@ -92173,7 +92360,7 @@ export declare const platformContract: {
|
|
|
92173
92360
|
};
|
|
92174
92361
|
}>;
|
|
92175
92362
|
}, "strip", import("zod").ZodTypeAny, {
|
|
92176
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
92363
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
92177
92364
|
message: string;
|
|
92178
92365
|
id: string;
|
|
92179
92366
|
url: string;
|
|
@@ -92335,7 +92522,7 @@ export declare const platformContract: {
|
|
|
92335
92522
|
metadata?: any;
|
|
92336
92523
|
template?: any;
|
|
92337
92524
|
}, {
|
|
92338
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
92525
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
92339
92526
|
message: string;
|
|
92340
92527
|
id: string;
|
|
92341
92528
|
url: string;
|
|
@@ -92709,7 +92896,7 @@ export declare const platformContract: {
|
|
|
92709
92896
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
92710
92897
|
message: import("zod").ZodString;
|
|
92711
92898
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
92712
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
92899
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
92713
92900
|
readAt: import("zod").ZodDate;
|
|
92714
92901
|
metadata: import("zod").ZodAny;
|
|
92715
92902
|
platformId: import("zod").ZodString;
|
|
@@ -96205,7 +96392,7 @@ export declare const platformContract: {
|
|
|
96205
96392
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
96206
96393
|
message: import("zod").ZodString;
|
|
96207
96394
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
96208
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
96395
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
96209
96396
|
readAt: import("zod").ZodDate;
|
|
96210
96397
|
metadata: import("zod").ZodAny;
|
|
96211
96398
|
platformId: import("zod").ZodString;
|
|
@@ -96863,7 +97050,7 @@ export declare const platformContract: {
|
|
|
96863
97050
|
};
|
|
96864
97051
|
}>;
|
|
96865
97052
|
}, "strip", import("zod").ZodTypeAny, {
|
|
96866
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
97053
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
96867
97054
|
message: string;
|
|
96868
97055
|
id: string;
|
|
96869
97056
|
url: string;
|
|
@@ -97025,7 +97212,7 @@ export declare const platformContract: {
|
|
|
97025
97212
|
metadata?: any;
|
|
97026
97213
|
template?: any;
|
|
97027
97214
|
}, {
|
|
97028
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
97215
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
97029
97216
|
message: string;
|
|
97030
97217
|
id: string;
|
|
97031
97218
|
url: string;
|
|
@@ -97827,7 +98014,7 @@ export declare const platformContract: {
|
|
|
97827
98014
|
editedMessageid: import("zod").ZodString;
|
|
97828
98015
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
97829
98016
|
}, "strip", import("zod").ZodTypeAny, {
|
|
97830
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98017
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
97831
98018
|
message: string;
|
|
97832
98019
|
id: string;
|
|
97833
98020
|
url: string;
|
|
@@ -98382,7 +98569,7 @@ export declare const platformContract: {
|
|
|
98382
98569
|
previewUrl: string;
|
|
98383
98570
|
imageSetId: string;
|
|
98384
98571
|
repliedMessage: {
|
|
98385
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98572
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98386
98573
|
message: string;
|
|
98387
98574
|
id: string;
|
|
98388
98575
|
url: string;
|
|
@@ -98593,7 +98780,7 @@ export declare const platformContract: {
|
|
|
98593
98780
|
template?: any;
|
|
98594
98781
|
label?: string | undefined;
|
|
98595
98782
|
}, {
|
|
98596
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98783
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98597
98784
|
message: string;
|
|
98598
98785
|
id: string;
|
|
98599
98786
|
url: string;
|
|
@@ -99148,7 +99335,7 @@ export declare const platformContract: {
|
|
|
99148
99335
|
previewUrl: string;
|
|
99149
99336
|
imageSetId: string;
|
|
99150
99337
|
repliedMessage: {
|
|
99151
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
99338
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
99152
99339
|
message: string;
|
|
99153
99340
|
id: string;
|
|
99154
99341
|
url: string;
|
|
@@ -99360,7 +99547,7 @@ export declare const platformContract: {
|
|
|
99360
99547
|
label?: string | undefined;
|
|
99361
99548
|
}>>>;
|
|
99362
99549
|
}, "strip", import("zod").ZodTypeAny, {
|
|
99363
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
99550
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
99364
99551
|
message: string;
|
|
99365
99552
|
id: string;
|
|
99366
99553
|
url: string;
|
|
@@ -99915,7 +100102,7 @@ export declare const platformContract: {
|
|
|
99915
100102
|
previewUrl: string;
|
|
99916
100103
|
imageSetId: string;
|
|
99917
100104
|
repliedMessage: {
|
|
99918
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
100105
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
99919
100106
|
message: string;
|
|
99920
100107
|
id: string;
|
|
99921
100108
|
url: string;
|
|
@@ -100126,7 +100313,7 @@ export declare const platformContract: {
|
|
|
100126
100313
|
template?: any;
|
|
100127
100314
|
metadata?: any;
|
|
100128
100315
|
fromMessage?: {
|
|
100129
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
100316
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
100130
100317
|
message: string;
|
|
100131
100318
|
id: string;
|
|
100132
100319
|
url: string;
|
|
@@ -100681,7 +100868,7 @@ export declare const platformContract: {
|
|
|
100681
100868
|
previewUrl: string;
|
|
100682
100869
|
imageSetId: string;
|
|
100683
100870
|
repliedMessage: {
|
|
100684
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
100871
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
100685
100872
|
message: string;
|
|
100686
100873
|
id: string;
|
|
100687
100874
|
url: string;
|
|
@@ -100893,7 +101080,7 @@ export declare const platformContract: {
|
|
|
100893
101080
|
label?: string | undefined;
|
|
100894
101081
|
} | null | undefined;
|
|
100895
101082
|
}, {
|
|
100896
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101083
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
100897
101084
|
message: string;
|
|
100898
101085
|
id: string;
|
|
100899
101086
|
url: string;
|
|
@@ -101448,7 +101635,7 @@ export declare const platformContract: {
|
|
|
101448
101635
|
previewUrl: string;
|
|
101449
101636
|
imageSetId: string;
|
|
101450
101637
|
repliedMessage: {
|
|
101451
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101638
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101452
101639
|
message: string;
|
|
101453
101640
|
id: string;
|
|
101454
101641
|
url: string;
|
|
@@ -101659,7 +101846,7 @@ export declare const platformContract: {
|
|
|
101659
101846
|
template?: any;
|
|
101660
101847
|
metadata?: any;
|
|
101661
101848
|
fromMessage?: {
|
|
101662
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101849
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101663
101850
|
message: string;
|
|
101664
101851
|
id: string;
|
|
101665
101852
|
url: string;
|
|
@@ -102214,7 +102401,7 @@ export declare const platformContract: {
|
|
|
102214
102401
|
previewUrl: string;
|
|
102215
102402
|
imageSetId: string;
|
|
102216
102403
|
repliedMessage: {
|
|
102217
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
102404
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
102218
102405
|
message: string;
|
|
102219
102406
|
id: string;
|
|
102220
102407
|
url: string;
|
|
@@ -102428,7 +102615,7 @@ export declare const platformContract: {
|
|
|
102428
102615
|
}>;
|
|
102429
102616
|
}, "strip", import("zod").ZodTypeAny, {
|
|
102430
102617
|
data: {
|
|
102431
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
102618
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
102432
102619
|
message: string;
|
|
102433
102620
|
id: string;
|
|
102434
102621
|
url: string;
|
|
@@ -102983,7 +103170,7 @@ export declare const platformContract: {
|
|
|
102983
103170
|
previewUrl: string;
|
|
102984
103171
|
imageSetId: string;
|
|
102985
103172
|
repliedMessage: {
|
|
102986
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
103173
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
102987
103174
|
message: string;
|
|
102988
103175
|
id: string;
|
|
102989
103176
|
url: string;
|
|
@@ -103194,7 +103381,7 @@ export declare const platformContract: {
|
|
|
103194
103381
|
template?: any;
|
|
103195
103382
|
metadata?: any;
|
|
103196
103383
|
fromMessage?: {
|
|
103197
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
103384
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
103198
103385
|
message: string;
|
|
103199
103386
|
id: string;
|
|
103200
103387
|
url: string;
|
|
@@ -103749,7 +103936,7 @@ export declare const platformContract: {
|
|
|
103749
103936
|
previewUrl: string;
|
|
103750
103937
|
imageSetId: string;
|
|
103751
103938
|
repliedMessage: {
|
|
103752
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
103939
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
103753
103940
|
message: string;
|
|
103754
103941
|
id: string;
|
|
103755
103942
|
url: string;
|
|
@@ -103964,7 +104151,7 @@ export declare const platformContract: {
|
|
|
103964
104151
|
requestId: string;
|
|
103965
104152
|
}, {
|
|
103966
104153
|
data: {
|
|
103967
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
104154
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
103968
104155
|
message: string;
|
|
103969
104156
|
id: string;
|
|
103970
104157
|
url: string;
|
|
@@ -104519,7 +104706,7 @@ export declare const platformContract: {
|
|
|
104519
104706
|
previewUrl: string;
|
|
104520
104707
|
imageSetId: string;
|
|
104521
104708
|
repliedMessage: {
|
|
104522
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
104709
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
104523
104710
|
message: string;
|
|
104524
104711
|
id: string;
|
|
104525
104712
|
url: string;
|
|
@@ -104730,7 +104917,7 @@ export declare const platformContract: {
|
|
|
104730
104917
|
template?: any;
|
|
104731
104918
|
metadata?: any;
|
|
104732
104919
|
fromMessage?: {
|
|
104733
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
104920
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
104734
104921
|
message: string;
|
|
104735
104922
|
id: string;
|
|
104736
104923
|
url: string;
|
|
@@ -105285,7 +105472,7 @@ export declare const platformContract: {
|
|
|
105285
105472
|
previewUrl: string;
|
|
105286
105473
|
imageSetId: string;
|
|
105287
105474
|
repliedMessage: {
|
|
105288
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
105475
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
105289
105476
|
message: string;
|
|
105290
105477
|
id: string;
|
|
105291
105478
|
url: string;
|
|
@@ -109124,7 +109311,7 @@ export declare const platformContract: {
|
|
|
109124
109311
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
109125
109312
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
109126
109313
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
109127
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
109314
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
109128
109315
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
109129
109316
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
109130
109317
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -109180,7 +109367,7 @@ export declare const platformContract: {
|
|
|
109180
109367
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
109181
109368
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
109182
109369
|
}, "strip", import("zod").ZodTypeAny, {
|
|
109183
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109370
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109184
109371
|
direction: "incoming" | "outgoing" | "system";
|
|
109185
109372
|
id?: string | undefined;
|
|
109186
109373
|
message?: string | undefined;
|
|
@@ -109215,7 +109402,7 @@ export declare const platformContract: {
|
|
|
109215
109402
|
editedAt?: string | Date | null | undefined;
|
|
109216
109403
|
label?: string | undefined;
|
|
109217
109404
|
}, {
|
|
109218
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109405
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109219
109406
|
direction: "incoming" | "outgoing" | "system";
|
|
109220
109407
|
id?: string | undefined;
|
|
109221
109408
|
message?: string | undefined;
|
|
@@ -109252,7 +109439,7 @@ export declare const platformContract: {
|
|
|
109252
109439
|
}>;
|
|
109253
109440
|
}, "strip", import("zod").ZodTypeAny, {
|
|
109254
109441
|
message: {
|
|
109255
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109442
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109256
109443
|
direction: "incoming" | "outgoing" | "system";
|
|
109257
109444
|
id?: string | undefined;
|
|
109258
109445
|
message?: string | undefined;
|
|
@@ -109383,7 +109570,7 @@ export declare const platformContract: {
|
|
|
109383
109570
|
isBot: boolean | null;
|
|
109384
109571
|
}, {
|
|
109385
109572
|
message: {
|
|
109386
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109573
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109387
109574
|
direction: "incoming" | "outgoing" | "system";
|
|
109388
109575
|
id?: string | undefined;
|
|
109389
109576
|
message?: string | undefined;
|
|
@@ -109518,7 +109705,7 @@ export declare const platformContract: {
|
|
|
109518
109705
|
200: import("zod").ZodObject<{
|
|
109519
109706
|
requestId: import("zod").ZodString;
|
|
109520
109707
|
data: import("zod").ZodObject<{
|
|
109521
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
109708
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
109522
109709
|
message: import("zod").ZodString;
|
|
109523
109710
|
id: import("zod").ZodString;
|
|
109524
109711
|
url: import("zod").ZodString;
|
|
@@ -113454,7 +113641,7 @@ export declare const platformContract: {
|
|
|
113454
113641
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
113455
113642
|
message: import("zod").ZodString;
|
|
113456
113643
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
113457
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
113644
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
113458
113645
|
readAt: import("zod").ZodDate;
|
|
113459
113646
|
metadata: import("zod").ZodAny;
|
|
113460
113647
|
platformId: import("zod").ZodString;
|
|
@@ -114112,7 +114299,7 @@ export declare const platformContract: {
|
|
|
114112
114299
|
};
|
|
114113
114300
|
}>;
|
|
114114
114301
|
}, "strip", import("zod").ZodTypeAny, {
|
|
114115
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
114302
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
114116
114303
|
message: string;
|
|
114117
114304
|
id: string;
|
|
114118
114305
|
url: string;
|
|
@@ -114274,7 +114461,7 @@ export declare const platformContract: {
|
|
|
114274
114461
|
metadata?: any;
|
|
114275
114462
|
template?: any;
|
|
114276
114463
|
}, {
|
|
114277
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
114464
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
114278
114465
|
message: string;
|
|
114279
114466
|
id: string;
|
|
114280
114467
|
url: string;
|
|
@@ -114648,7 +114835,7 @@ export declare const platformContract: {
|
|
|
114648
114835
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
114649
114836
|
message: import("zod").ZodString;
|
|
114650
114837
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
114651
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
114838
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
114652
114839
|
readAt: import("zod").ZodDate;
|
|
114653
114840
|
metadata: import("zod").ZodAny;
|
|
114654
114841
|
platformId: import("zod").ZodString;
|
|
@@ -118144,7 +118331,7 @@ export declare const platformContract: {
|
|
|
118144
118331
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
118145
118332
|
message: import("zod").ZodString;
|
|
118146
118333
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
118147
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
118334
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
118148
118335
|
readAt: import("zod").ZodDate;
|
|
118149
118336
|
metadata: import("zod").ZodAny;
|
|
118150
118337
|
platformId: import("zod").ZodString;
|
|
@@ -118802,7 +118989,7 @@ export declare const platformContract: {
|
|
|
118802
118989
|
};
|
|
118803
118990
|
}>;
|
|
118804
118991
|
}, "strip", import("zod").ZodTypeAny, {
|
|
118805
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
118992
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
118806
118993
|
message: string;
|
|
118807
118994
|
id: string;
|
|
118808
118995
|
url: string;
|
|
@@ -118964,7 +119151,7 @@ export declare const platformContract: {
|
|
|
118964
119151
|
metadata?: any;
|
|
118965
119152
|
template?: any;
|
|
118966
119153
|
}, {
|
|
118967
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
119154
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
118968
119155
|
message: string;
|
|
118969
119156
|
id: string;
|
|
118970
119157
|
url: string;
|
|
@@ -119766,7 +119953,7 @@ export declare const platformContract: {
|
|
|
119766
119953
|
editedMessageid: import("zod").ZodString;
|
|
119767
119954
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
119768
119955
|
}, "strip", import("zod").ZodTypeAny, {
|
|
119769
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
119956
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
119770
119957
|
message: string;
|
|
119771
119958
|
id: string;
|
|
119772
119959
|
url: string;
|
|
@@ -120321,7 +120508,7 @@ export declare const platformContract: {
|
|
|
120321
120508
|
previewUrl: string;
|
|
120322
120509
|
imageSetId: string;
|
|
120323
120510
|
repliedMessage: {
|
|
120324
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120511
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120325
120512
|
message: string;
|
|
120326
120513
|
id: string;
|
|
120327
120514
|
url: string;
|
|
@@ -120532,7 +120719,7 @@ export declare const platformContract: {
|
|
|
120532
120719
|
template?: any;
|
|
120533
120720
|
label?: string | undefined;
|
|
120534
120721
|
}, {
|
|
120535
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120722
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120536
120723
|
message: string;
|
|
120537
120724
|
id: string;
|
|
120538
120725
|
url: string;
|
|
@@ -121087,7 +121274,7 @@ export declare const platformContract: {
|
|
|
121087
121274
|
previewUrl: string;
|
|
121088
121275
|
imageSetId: string;
|
|
121089
121276
|
repliedMessage: {
|
|
121090
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121277
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121091
121278
|
message: string;
|
|
121092
121279
|
id: string;
|
|
121093
121280
|
url: string;
|
|
@@ -121299,7 +121486,7 @@ export declare const platformContract: {
|
|
|
121299
121486
|
label?: string | undefined;
|
|
121300
121487
|
}>>>;
|
|
121301
121488
|
}, "strip", import("zod").ZodTypeAny, {
|
|
121302
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121489
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121303
121490
|
message: string;
|
|
121304
121491
|
id: string;
|
|
121305
121492
|
url: string;
|
|
@@ -121854,7 +122041,7 @@ export declare const platformContract: {
|
|
|
121854
122041
|
previewUrl: string;
|
|
121855
122042
|
imageSetId: string;
|
|
121856
122043
|
repliedMessage: {
|
|
121857
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122044
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121858
122045
|
message: string;
|
|
121859
122046
|
id: string;
|
|
121860
122047
|
url: string;
|
|
@@ -122065,7 +122252,7 @@ export declare const platformContract: {
|
|
|
122065
122252
|
template?: any;
|
|
122066
122253
|
metadata?: any;
|
|
122067
122254
|
fromMessage?: {
|
|
122068
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122255
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122069
122256
|
message: string;
|
|
122070
122257
|
id: string;
|
|
122071
122258
|
url: string;
|
|
@@ -122620,7 +122807,7 @@ export declare const platformContract: {
|
|
|
122620
122807
|
previewUrl: string;
|
|
122621
122808
|
imageSetId: string;
|
|
122622
122809
|
repliedMessage: {
|
|
122623
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122810
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122624
122811
|
message: string;
|
|
122625
122812
|
id: string;
|
|
122626
122813
|
url: string;
|
|
@@ -122832,7 +123019,7 @@ export declare const platformContract: {
|
|
|
122832
123019
|
label?: string | undefined;
|
|
122833
123020
|
} | null | undefined;
|
|
122834
123021
|
}, {
|
|
122835
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123022
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122836
123023
|
message: string;
|
|
122837
123024
|
id: string;
|
|
122838
123025
|
url: string;
|
|
@@ -123387,7 +123574,7 @@ export declare const platformContract: {
|
|
|
123387
123574
|
previewUrl: string;
|
|
123388
123575
|
imageSetId: string;
|
|
123389
123576
|
repliedMessage: {
|
|
123390
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123577
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123391
123578
|
message: string;
|
|
123392
123579
|
id: string;
|
|
123393
123580
|
url: string;
|
|
@@ -123598,7 +123785,7 @@ export declare const platformContract: {
|
|
|
123598
123785
|
template?: any;
|
|
123599
123786
|
metadata?: any;
|
|
123600
123787
|
fromMessage?: {
|
|
123601
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123788
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123602
123789
|
message: string;
|
|
123603
123790
|
id: string;
|
|
123604
123791
|
url: string;
|
|
@@ -124153,7 +124340,7 @@ export declare const platformContract: {
|
|
|
124153
124340
|
previewUrl: string;
|
|
124154
124341
|
imageSetId: string;
|
|
124155
124342
|
repliedMessage: {
|
|
124156
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124343
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124157
124344
|
message: string;
|
|
124158
124345
|
id: string;
|
|
124159
124346
|
url: string;
|
|
@@ -124367,7 +124554,7 @@ export declare const platformContract: {
|
|
|
124367
124554
|
}>;
|
|
124368
124555
|
}, "strip", import("zod").ZodTypeAny, {
|
|
124369
124556
|
data: {
|
|
124370
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124557
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124371
124558
|
message: string;
|
|
124372
124559
|
id: string;
|
|
124373
124560
|
url: string;
|
|
@@ -124922,7 +125109,7 @@ export declare const platformContract: {
|
|
|
124922
125109
|
previewUrl: string;
|
|
124923
125110
|
imageSetId: string;
|
|
124924
125111
|
repliedMessage: {
|
|
124925
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125112
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124926
125113
|
message: string;
|
|
124927
125114
|
id: string;
|
|
124928
125115
|
url: string;
|
|
@@ -125133,7 +125320,7 @@ export declare const platformContract: {
|
|
|
125133
125320
|
template?: any;
|
|
125134
125321
|
metadata?: any;
|
|
125135
125322
|
fromMessage?: {
|
|
125136
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125323
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125137
125324
|
message: string;
|
|
125138
125325
|
id: string;
|
|
125139
125326
|
url: string;
|
|
@@ -125688,7 +125875,7 @@ export declare const platformContract: {
|
|
|
125688
125875
|
previewUrl: string;
|
|
125689
125876
|
imageSetId: string;
|
|
125690
125877
|
repliedMessage: {
|
|
125691
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125878
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125692
125879
|
message: string;
|
|
125693
125880
|
id: string;
|
|
125694
125881
|
url: string;
|
|
@@ -125903,7 +126090,7 @@ export declare const platformContract: {
|
|
|
125903
126090
|
requestId: string;
|
|
125904
126091
|
}, {
|
|
125905
126092
|
data: {
|
|
125906
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126093
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125907
126094
|
message: string;
|
|
125908
126095
|
id: string;
|
|
125909
126096
|
url: string;
|
|
@@ -126458,7 +126645,7 @@ export declare const platformContract: {
|
|
|
126458
126645
|
previewUrl: string;
|
|
126459
126646
|
imageSetId: string;
|
|
126460
126647
|
repliedMessage: {
|
|
126461
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126648
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126462
126649
|
message: string;
|
|
126463
126650
|
id: string;
|
|
126464
126651
|
url: string;
|
|
@@ -126669,7 +126856,7 @@ export declare const platformContract: {
|
|
|
126669
126856
|
template?: any;
|
|
126670
126857
|
metadata?: any;
|
|
126671
126858
|
fromMessage?: {
|
|
126672
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126859
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126673
126860
|
message: string;
|
|
126674
126861
|
id: string;
|
|
126675
126862
|
url: string;
|
|
@@ -127224,7 +127411,7 @@ export declare const platformContract: {
|
|
|
127224
127411
|
previewUrl: string;
|
|
127225
127412
|
imageSetId: string;
|
|
127226
127413
|
repliedMessage: {
|
|
127227
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
127414
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
127228
127415
|
message: string;
|
|
127229
127416
|
id: string;
|
|
127230
127417
|
url: string;
|
|
@@ -130410,7 +130597,7 @@ export declare const platformTelegramContract: {
|
|
|
130410
130597
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
130411
130598
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
130412
130599
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
130413
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
130600
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
130414
130601
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
130415
130602
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
130416
130603
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -130466,7 +130653,7 @@ export declare const platformTelegramContract: {
|
|
|
130466
130653
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
130467
130654
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
130468
130655
|
}, "strip", import("zod").ZodTypeAny, {
|
|
130469
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130656
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130470
130657
|
direction: "incoming" | "outgoing" | "system";
|
|
130471
130658
|
id?: string | undefined;
|
|
130472
130659
|
message?: string | undefined;
|
|
@@ -130501,7 +130688,7 @@ export declare const platformTelegramContract: {
|
|
|
130501
130688
|
editedAt?: string | Date | null | undefined;
|
|
130502
130689
|
label?: string | undefined;
|
|
130503
130690
|
}, {
|
|
130504
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130691
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130505
130692
|
direction: "incoming" | "outgoing" | "system";
|
|
130506
130693
|
id?: string | undefined;
|
|
130507
130694
|
message?: string | undefined;
|
|
@@ -130538,7 +130725,7 @@ export declare const platformTelegramContract: {
|
|
|
130538
130725
|
}>;
|
|
130539
130726
|
}, "strip", import("zod").ZodTypeAny, {
|
|
130540
130727
|
message: {
|
|
130541
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130728
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130542
130729
|
direction: "incoming" | "outgoing" | "system";
|
|
130543
130730
|
id?: string | undefined;
|
|
130544
130731
|
message?: string | undefined;
|
|
@@ -130669,7 +130856,7 @@ export declare const platformTelegramContract: {
|
|
|
130669
130856
|
isBot: boolean | null;
|
|
130670
130857
|
}, {
|
|
130671
130858
|
message: {
|
|
130672
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130859
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130673
130860
|
direction: "incoming" | "outgoing" | "system";
|
|
130674
130861
|
id?: string | undefined;
|
|
130675
130862
|
message?: string | undefined;
|
|
@@ -130804,7 +130991,7 @@ export declare const platformTelegramContract: {
|
|
|
130804
130991
|
200: import("zod").ZodObject<{
|
|
130805
130992
|
requestId: import("zod").ZodString;
|
|
130806
130993
|
data: import("zod").ZodObject<{
|
|
130807
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
130994
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
130808
130995
|
message: import("zod").ZodString;
|
|
130809
130996
|
id: import("zod").ZodString;
|
|
130810
130997
|
url: import("zod").ZodString;
|
|
@@ -134740,7 +134927,7 @@ export declare const platformTelegramContract: {
|
|
|
134740
134927
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
134741
134928
|
message: import("zod").ZodString;
|
|
134742
134929
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
134743
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
134930
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
134744
134931
|
readAt: import("zod").ZodDate;
|
|
134745
134932
|
metadata: import("zod").ZodAny;
|
|
134746
134933
|
platformId: import("zod").ZodString;
|
|
@@ -135398,7 +135585,7 @@ export declare const platformTelegramContract: {
|
|
|
135398
135585
|
};
|
|
135399
135586
|
}>;
|
|
135400
135587
|
}, "strip", import("zod").ZodTypeAny, {
|
|
135401
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135588
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135402
135589
|
message: string;
|
|
135403
135590
|
id: string;
|
|
135404
135591
|
url: string;
|
|
@@ -135560,7 +135747,7 @@ export declare const platformTelegramContract: {
|
|
|
135560
135747
|
metadata?: any;
|
|
135561
135748
|
template?: any;
|
|
135562
135749
|
}, {
|
|
135563
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135750
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135564
135751
|
message: string;
|
|
135565
135752
|
id: string;
|
|
135566
135753
|
url: string;
|
|
@@ -135934,7 +136121,7 @@ export declare const platformTelegramContract: {
|
|
|
135934
136121
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
135935
136122
|
message: import("zod").ZodString;
|
|
135936
136123
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
135937
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
136124
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
135938
136125
|
readAt: import("zod").ZodDate;
|
|
135939
136126
|
metadata: import("zod").ZodAny;
|
|
135940
136127
|
platformId: import("zod").ZodString;
|
|
@@ -139430,7 +139617,7 @@ export declare const platformTelegramContract: {
|
|
|
139430
139617
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
139431
139618
|
message: import("zod").ZodString;
|
|
139432
139619
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
139433
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
139620
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
139434
139621
|
readAt: import("zod").ZodDate;
|
|
139435
139622
|
metadata: import("zod").ZodAny;
|
|
139436
139623
|
platformId: import("zod").ZodString;
|
|
@@ -140088,7 +140275,7 @@ export declare const platformTelegramContract: {
|
|
|
140088
140275
|
};
|
|
140089
140276
|
}>;
|
|
140090
140277
|
}, "strip", import("zod").ZodTypeAny, {
|
|
140091
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
140278
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
140092
140279
|
message: string;
|
|
140093
140280
|
id: string;
|
|
140094
140281
|
url: string;
|
|
@@ -140250,7 +140437,7 @@ export declare const platformTelegramContract: {
|
|
|
140250
140437
|
metadata?: any;
|
|
140251
140438
|
template?: any;
|
|
140252
140439
|
}, {
|
|
140253
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
140440
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
140254
140441
|
message: string;
|
|
140255
140442
|
id: string;
|
|
140256
140443
|
url: string;
|
|
@@ -141052,7 +141239,7 @@ export declare const platformTelegramContract: {
|
|
|
141052
141239
|
editedMessageid: import("zod").ZodString;
|
|
141053
141240
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
141054
141241
|
}, "strip", import("zod").ZodTypeAny, {
|
|
141055
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
141242
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
141056
141243
|
message: string;
|
|
141057
141244
|
id: string;
|
|
141058
141245
|
url: string;
|
|
@@ -141607,7 +141794,7 @@ export declare const platformTelegramContract: {
|
|
|
141607
141794
|
previewUrl: string;
|
|
141608
141795
|
imageSetId: string;
|
|
141609
141796
|
repliedMessage: {
|
|
141610
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
141797
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
141611
141798
|
message: string;
|
|
141612
141799
|
id: string;
|
|
141613
141800
|
url: string;
|
|
@@ -141818,7 +142005,7 @@ export declare const platformTelegramContract: {
|
|
|
141818
142005
|
template?: any;
|
|
141819
142006
|
label?: string | undefined;
|
|
141820
142007
|
}, {
|
|
141821
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142008
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
141822
142009
|
message: string;
|
|
141823
142010
|
id: string;
|
|
141824
142011
|
url: string;
|
|
@@ -142373,7 +142560,7 @@ export declare const platformTelegramContract: {
|
|
|
142373
142560
|
previewUrl: string;
|
|
142374
142561
|
imageSetId: string;
|
|
142375
142562
|
repliedMessage: {
|
|
142376
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142563
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142377
142564
|
message: string;
|
|
142378
142565
|
id: string;
|
|
142379
142566
|
url: string;
|
|
@@ -142585,7 +142772,7 @@ export declare const platformTelegramContract: {
|
|
|
142585
142772
|
label?: string | undefined;
|
|
142586
142773
|
}>>>;
|
|
142587
142774
|
}, "strip", import("zod").ZodTypeAny, {
|
|
142588
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142775
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142589
142776
|
message: string;
|
|
142590
142777
|
id: string;
|
|
142591
142778
|
url: string;
|
|
@@ -143140,7 +143327,7 @@ export declare const platformTelegramContract: {
|
|
|
143140
143327
|
previewUrl: string;
|
|
143141
143328
|
imageSetId: string;
|
|
143142
143329
|
repliedMessage: {
|
|
143143
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
143330
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
143144
143331
|
message: string;
|
|
143145
143332
|
id: string;
|
|
143146
143333
|
url: string;
|
|
@@ -143351,7 +143538,7 @@ export declare const platformTelegramContract: {
|
|
|
143351
143538
|
template?: any;
|
|
143352
143539
|
metadata?: any;
|
|
143353
143540
|
fromMessage?: {
|
|
143354
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
143541
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
143355
143542
|
message: string;
|
|
143356
143543
|
id: string;
|
|
143357
143544
|
url: string;
|
|
@@ -143906,7 +144093,7 @@ export declare const platformTelegramContract: {
|
|
|
143906
144093
|
previewUrl: string;
|
|
143907
144094
|
imageSetId: string;
|
|
143908
144095
|
repliedMessage: {
|
|
143909
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
144096
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
143910
144097
|
message: string;
|
|
143911
144098
|
id: string;
|
|
143912
144099
|
url: string;
|
|
@@ -144118,7 +144305,7 @@ export declare const platformTelegramContract: {
|
|
|
144118
144305
|
label?: string | undefined;
|
|
144119
144306
|
} | null | undefined;
|
|
144120
144307
|
}, {
|
|
144121
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
144308
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
144122
144309
|
message: string;
|
|
144123
144310
|
id: string;
|
|
144124
144311
|
url: string;
|
|
@@ -144673,7 +144860,7 @@ export declare const platformTelegramContract: {
|
|
|
144673
144860
|
previewUrl: string;
|
|
144674
144861
|
imageSetId: string;
|
|
144675
144862
|
repliedMessage: {
|
|
144676
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
144863
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
144677
144864
|
message: string;
|
|
144678
144865
|
id: string;
|
|
144679
144866
|
url: string;
|
|
@@ -144884,7 +145071,7 @@ export declare const platformTelegramContract: {
|
|
|
144884
145071
|
template?: any;
|
|
144885
145072
|
metadata?: any;
|
|
144886
145073
|
fromMessage?: {
|
|
144887
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145074
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
144888
145075
|
message: string;
|
|
144889
145076
|
id: string;
|
|
144890
145077
|
url: string;
|
|
@@ -145439,7 +145626,7 @@ export declare const platformTelegramContract: {
|
|
|
145439
145626
|
previewUrl: string;
|
|
145440
145627
|
imageSetId: string;
|
|
145441
145628
|
repliedMessage: {
|
|
145442
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145629
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145443
145630
|
message: string;
|
|
145444
145631
|
id: string;
|
|
145445
145632
|
url: string;
|
|
@@ -145653,7 +145840,7 @@ export declare const platformTelegramContract: {
|
|
|
145653
145840
|
}>;
|
|
145654
145841
|
}, "strip", import("zod").ZodTypeAny, {
|
|
145655
145842
|
data: {
|
|
145656
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145843
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145657
145844
|
message: string;
|
|
145658
145845
|
id: string;
|
|
145659
145846
|
url: string;
|
|
@@ -146208,7 +146395,7 @@ export declare const platformTelegramContract: {
|
|
|
146208
146395
|
previewUrl: string;
|
|
146209
146396
|
imageSetId: string;
|
|
146210
146397
|
repliedMessage: {
|
|
146211
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
146398
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
146212
146399
|
message: string;
|
|
146213
146400
|
id: string;
|
|
146214
146401
|
url: string;
|
|
@@ -146419,7 +146606,7 @@ export declare const platformTelegramContract: {
|
|
|
146419
146606
|
template?: any;
|
|
146420
146607
|
metadata?: any;
|
|
146421
146608
|
fromMessage?: {
|
|
146422
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
146609
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
146423
146610
|
message: string;
|
|
146424
146611
|
id: string;
|
|
146425
146612
|
url: string;
|
|
@@ -146974,7 +147161,7 @@ export declare const platformTelegramContract: {
|
|
|
146974
147161
|
previewUrl: string;
|
|
146975
147162
|
imageSetId: string;
|
|
146976
147163
|
repliedMessage: {
|
|
146977
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
147164
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
146978
147165
|
message: string;
|
|
146979
147166
|
id: string;
|
|
146980
147167
|
url: string;
|
|
@@ -147189,7 +147376,7 @@ export declare const platformTelegramContract: {
|
|
|
147189
147376
|
requestId: string;
|
|
147190
147377
|
}, {
|
|
147191
147378
|
data: {
|
|
147192
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
147379
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
147193
147380
|
message: string;
|
|
147194
147381
|
id: string;
|
|
147195
147382
|
url: string;
|
|
@@ -147744,7 +147931,7 @@ export declare const platformTelegramContract: {
|
|
|
147744
147931
|
previewUrl: string;
|
|
147745
147932
|
imageSetId: string;
|
|
147746
147933
|
repliedMessage: {
|
|
147747
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
147934
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
147748
147935
|
message: string;
|
|
147749
147936
|
id: string;
|
|
147750
147937
|
url: string;
|
|
@@ -147955,7 +148142,7 @@ export declare const platformTelegramContract: {
|
|
|
147955
148142
|
template?: any;
|
|
147956
148143
|
metadata?: any;
|
|
147957
148144
|
fromMessage?: {
|
|
147958
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
148145
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
147959
148146
|
message: string;
|
|
147960
148147
|
id: string;
|
|
147961
148148
|
url: string;
|
|
@@ -148510,7 +148697,7 @@ export declare const platformTelegramContract: {
|
|
|
148510
148697
|
previewUrl: string;
|
|
148511
148698
|
imageSetId: string;
|
|
148512
148699
|
repliedMessage: {
|
|
148513
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
148700
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
148514
148701
|
message: string;
|
|
148515
148702
|
id: string;
|
|
148516
148703
|
url: string;
|
|
@@ -150091,7 +150278,7 @@ export declare const platformMessengerContract: {
|
|
|
150091
150278
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
150092
150279
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
150093
150280
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
150094
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
150281
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
150095
150282
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
150096
150283
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
150097
150284
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -150147,7 +150334,7 @@ export declare const platformMessengerContract: {
|
|
|
150147
150334
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
150148
150335
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
150149
150336
|
}, "strip", import("zod").ZodTypeAny, {
|
|
150150
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
150337
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
150151
150338
|
direction: "incoming" | "outgoing" | "system";
|
|
150152
150339
|
id?: string | undefined;
|
|
150153
150340
|
message?: string | undefined;
|
|
@@ -150182,7 +150369,7 @@ export declare const platformMessengerContract: {
|
|
|
150182
150369
|
editedAt?: string | Date | null | undefined;
|
|
150183
150370
|
label?: string | undefined;
|
|
150184
150371
|
}, {
|
|
150185
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
150372
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
150186
150373
|
direction: "incoming" | "outgoing" | "system";
|
|
150187
150374
|
id?: string | undefined;
|
|
150188
150375
|
message?: string | undefined;
|
|
@@ -150219,7 +150406,7 @@ export declare const platformMessengerContract: {
|
|
|
150219
150406
|
}>;
|
|
150220
150407
|
}, "strip", import("zod").ZodTypeAny, {
|
|
150221
150408
|
message: {
|
|
150222
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
150409
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
150223
150410
|
direction: "incoming" | "outgoing" | "system";
|
|
150224
150411
|
id?: string | undefined;
|
|
150225
150412
|
message?: string | undefined;
|
|
@@ -150350,7 +150537,7 @@ export declare const platformMessengerContract: {
|
|
|
150350
150537
|
isBot: boolean | null;
|
|
150351
150538
|
}, {
|
|
150352
150539
|
message: {
|
|
150353
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
150540
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
150354
150541
|
direction: "incoming" | "outgoing" | "system";
|
|
150355
150542
|
id?: string | undefined;
|
|
150356
150543
|
message?: string | undefined;
|
|
@@ -150485,7 +150672,7 @@ export declare const platformMessengerContract: {
|
|
|
150485
150672
|
200: import("zod").ZodObject<{
|
|
150486
150673
|
requestId: import("zod").ZodString;
|
|
150487
150674
|
data: import("zod").ZodObject<{
|
|
150488
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
150675
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
150489
150676
|
message: import("zod").ZodString;
|
|
150490
150677
|
id: import("zod").ZodString;
|
|
150491
150678
|
url: import("zod").ZodString;
|
|
@@ -154421,7 +154608,7 @@ export declare const platformMessengerContract: {
|
|
|
154421
154608
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
154422
154609
|
message: import("zod").ZodString;
|
|
154423
154610
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
154424
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
154611
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
154425
154612
|
readAt: import("zod").ZodDate;
|
|
154426
154613
|
metadata: import("zod").ZodAny;
|
|
154427
154614
|
platformId: import("zod").ZodString;
|
|
@@ -155079,7 +155266,7 @@ export declare const platformMessengerContract: {
|
|
|
155079
155266
|
};
|
|
155080
155267
|
}>;
|
|
155081
155268
|
}, "strip", import("zod").ZodTypeAny, {
|
|
155082
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
155269
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
155083
155270
|
message: string;
|
|
155084
155271
|
id: string;
|
|
155085
155272
|
url: string;
|
|
@@ -155241,7 +155428,7 @@ export declare const platformMessengerContract: {
|
|
|
155241
155428
|
metadata?: any;
|
|
155242
155429
|
template?: any;
|
|
155243
155430
|
}, {
|
|
155244
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
155431
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
155245
155432
|
message: string;
|
|
155246
155433
|
id: string;
|
|
155247
155434
|
url: string;
|
|
@@ -155615,7 +155802,7 @@ export declare const platformMessengerContract: {
|
|
|
155615
155802
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
155616
155803
|
message: import("zod").ZodString;
|
|
155617
155804
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
155618
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
155805
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
155619
155806
|
readAt: import("zod").ZodDate;
|
|
155620
155807
|
metadata: import("zod").ZodAny;
|
|
155621
155808
|
platformId: import("zod").ZodString;
|
|
@@ -159111,7 +159298,7 @@ export declare const platformMessengerContract: {
|
|
|
159111
159298
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
159112
159299
|
message: import("zod").ZodString;
|
|
159113
159300
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
159114
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
159301
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
159115
159302
|
readAt: import("zod").ZodDate;
|
|
159116
159303
|
metadata: import("zod").ZodAny;
|
|
159117
159304
|
platformId: import("zod").ZodString;
|
|
@@ -159769,7 +159956,7 @@ export declare const platformMessengerContract: {
|
|
|
159769
159956
|
};
|
|
159770
159957
|
}>;
|
|
159771
159958
|
}, "strip", import("zod").ZodTypeAny, {
|
|
159772
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
159959
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
159773
159960
|
message: string;
|
|
159774
159961
|
id: string;
|
|
159775
159962
|
url: string;
|
|
@@ -159931,7 +160118,7 @@ export declare const platformMessengerContract: {
|
|
|
159931
160118
|
metadata?: any;
|
|
159932
160119
|
template?: any;
|
|
159933
160120
|
}, {
|
|
159934
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
160121
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
159935
160122
|
message: string;
|
|
159936
160123
|
id: string;
|
|
159937
160124
|
url: string;
|
|
@@ -160733,7 +160920,7 @@ export declare const platformMessengerContract: {
|
|
|
160733
160920
|
editedMessageid: import("zod").ZodString;
|
|
160734
160921
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
160735
160922
|
}, "strip", import("zod").ZodTypeAny, {
|
|
160736
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
160923
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
160737
160924
|
message: string;
|
|
160738
160925
|
id: string;
|
|
160739
160926
|
url: string;
|
|
@@ -161288,7 +161475,7 @@ export declare const platformMessengerContract: {
|
|
|
161288
161475
|
previewUrl: string;
|
|
161289
161476
|
imageSetId: string;
|
|
161290
161477
|
repliedMessage: {
|
|
161291
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
161478
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
161292
161479
|
message: string;
|
|
161293
161480
|
id: string;
|
|
161294
161481
|
url: string;
|
|
@@ -161499,7 +161686,7 @@ export declare const platformMessengerContract: {
|
|
|
161499
161686
|
template?: any;
|
|
161500
161687
|
label?: string | undefined;
|
|
161501
161688
|
}, {
|
|
161502
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
161689
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
161503
161690
|
message: string;
|
|
161504
161691
|
id: string;
|
|
161505
161692
|
url: string;
|
|
@@ -162054,7 +162241,7 @@ export declare const platformMessengerContract: {
|
|
|
162054
162241
|
previewUrl: string;
|
|
162055
162242
|
imageSetId: string;
|
|
162056
162243
|
repliedMessage: {
|
|
162057
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
162244
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
162058
162245
|
message: string;
|
|
162059
162246
|
id: string;
|
|
162060
162247
|
url: string;
|
|
@@ -162266,7 +162453,7 @@ export declare const platformMessengerContract: {
|
|
|
162266
162453
|
label?: string | undefined;
|
|
162267
162454
|
}>>>;
|
|
162268
162455
|
}, "strip", import("zod").ZodTypeAny, {
|
|
162269
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
162456
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
162270
162457
|
message: string;
|
|
162271
162458
|
id: string;
|
|
162272
162459
|
url: string;
|
|
@@ -162821,7 +163008,7 @@ export declare const platformMessengerContract: {
|
|
|
162821
163008
|
previewUrl: string;
|
|
162822
163009
|
imageSetId: string;
|
|
162823
163010
|
repliedMessage: {
|
|
162824
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163011
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
162825
163012
|
message: string;
|
|
162826
163013
|
id: string;
|
|
162827
163014
|
url: string;
|
|
@@ -163032,7 +163219,7 @@ export declare const platformMessengerContract: {
|
|
|
163032
163219
|
template?: any;
|
|
163033
163220
|
metadata?: any;
|
|
163034
163221
|
fromMessage?: {
|
|
163035
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163222
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163036
163223
|
message: string;
|
|
163037
163224
|
id: string;
|
|
163038
163225
|
url: string;
|
|
@@ -163587,7 +163774,7 @@ export declare const platformMessengerContract: {
|
|
|
163587
163774
|
previewUrl: string;
|
|
163588
163775
|
imageSetId: string;
|
|
163589
163776
|
repliedMessage: {
|
|
163590
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163777
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163591
163778
|
message: string;
|
|
163592
163779
|
id: string;
|
|
163593
163780
|
url: string;
|
|
@@ -163799,7 +163986,7 @@ export declare const platformMessengerContract: {
|
|
|
163799
163986
|
label?: string | undefined;
|
|
163800
163987
|
} | null | undefined;
|
|
163801
163988
|
}, {
|
|
163802
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163989
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163803
163990
|
message: string;
|
|
163804
163991
|
id: string;
|
|
163805
163992
|
url: string;
|
|
@@ -164354,7 +164541,7 @@ export declare const platformMessengerContract: {
|
|
|
164354
164541
|
previewUrl: string;
|
|
164355
164542
|
imageSetId: string;
|
|
164356
164543
|
repliedMessage: {
|
|
164357
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
164544
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
164358
164545
|
message: string;
|
|
164359
164546
|
id: string;
|
|
164360
164547
|
url: string;
|
|
@@ -164565,7 +164752,7 @@ export declare const platformMessengerContract: {
|
|
|
164565
164752
|
template?: any;
|
|
164566
164753
|
metadata?: any;
|
|
164567
164754
|
fromMessage?: {
|
|
164568
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
164755
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
164569
164756
|
message: string;
|
|
164570
164757
|
id: string;
|
|
164571
164758
|
url: string;
|
|
@@ -165120,7 +165307,7 @@ export declare const platformMessengerContract: {
|
|
|
165120
165307
|
previewUrl: string;
|
|
165121
165308
|
imageSetId: string;
|
|
165122
165309
|
repliedMessage: {
|
|
165123
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
165310
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
165124
165311
|
message: string;
|
|
165125
165312
|
id: string;
|
|
165126
165313
|
url: string;
|
|
@@ -165334,7 +165521,7 @@ export declare const platformMessengerContract: {
|
|
|
165334
165521
|
}>;
|
|
165335
165522
|
}, "strip", import("zod").ZodTypeAny, {
|
|
165336
165523
|
data: {
|
|
165337
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
165524
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
165338
165525
|
message: string;
|
|
165339
165526
|
id: string;
|
|
165340
165527
|
url: string;
|
|
@@ -165889,7 +166076,7 @@ export declare const platformMessengerContract: {
|
|
|
165889
166076
|
previewUrl: string;
|
|
165890
166077
|
imageSetId: string;
|
|
165891
166078
|
repliedMessage: {
|
|
165892
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166079
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
165893
166080
|
message: string;
|
|
165894
166081
|
id: string;
|
|
165895
166082
|
url: string;
|
|
@@ -166100,7 +166287,7 @@ export declare const platformMessengerContract: {
|
|
|
166100
166287
|
template?: any;
|
|
166101
166288
|
metadata?: any;
|
|
166102
166289
|
fromMessage?: {
|
|
166103
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166290
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166104
166291
|
message: string;
|
|
166105
166292
|
id: string;
|
|
166106
166293
|
url: string;
|
|
@@ -166655,7 +166842,7 @@ export declare const platformMessengerContract: {
|
|
|
166655
166842
|
previewUrl: string;
|
|
166656
166843
|
imageSetId: string;
|
|
166657
166844
|
repliedMessage: {
|
|
166658
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166845
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166659
166846
|
message: string;
|
|
166660
166847
|
id: string;
|
|
166661
166848
|
url: string;
|
|
@@ -166870,7 +167057,7 @@ export declare const platformMessengerContract: {
|
|
|
166870
167057
|
requestId: string;
|
|
166871
167058
|
}, {
|
|
166872
167059
|
data: {
|
|
166873
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
167060
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166874
167061
|
message: string;
|
|
166875
167062
|
id: string;
|
|
166876
167063
|
url: string;
|
|
@@ -167425,7 +167612,7 @@ export declare const platformMessengerContract: {
|
|
|
167425
167612
|
previewUrl: string;
|
|
167426
167613
|
imageSetId: string;
|
|
167427
167614
|
repliedMessage: {
|
|
167428
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
167615
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
167429
167616
|
message: string;
|
|
167430
167617
|
id: string;
|
|
167431
167618
|
url: string;
|
|
@@ -167636,7 +167823,7 @@ export declare const platformMessengerContract: {
|
|
|
167636
167823
|
template?: any;
|
|
167637
167824
|
metadata?: any;
|
|
167638
167825
|
fromMessage?: {
|
|
167639
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
167826
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
167640
167827
|
message: string;
|
|
167641
167828
|
id: string;
|
|
167642
167829
|
url: string;
|
|
@@ -168191,7 +168378,7 @@ export declare const platformMessengerContract: {
|
|
|
168191
168378
|
previewUrl: string;
|
|
168192
168379
|
imageSetId: string;
|
|
168193
168380
|
repliedMessage: {
|
|
168194
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
168381
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
168195
168382
|
message: string;
|
|
168196
168383
|
id: string;
|
|
168197
168384
|
url: string;
|
|
@@ -171950,7 +172137,7 @@ export declare const platformInstagramContract: {
|
|
|
171950
172137
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
171951
172138
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
171952
172139
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
171953
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
172140
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
171954
172141
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
171955
172142
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
171956
172143
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -172006,7 +172193,7 @@ export declare const platformInstagramContract: {
|
|
|
172006
172193
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
172007
172194
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
172008
172195
|
}, "strip", import("zod").ZodTypeAny, {
|
|
172009
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
172196
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
172010
172197
|
direction: "incoming" | "outgoing" | "system";
|
|
172011
172198
|
id?: string | undefined;
|
|
172012
172199
|
message?: string | undefined;
|
|
@@ -172041,7 +172228,7 @@ export declare const platformInstagramContract: {
|
|
|
172041
172228
|
editedAt?: string | Date | null | undefined;
|
|
172042
172229
|
label?: string | undefined;
|
|
172043
172230
|
}, {
|
|
172044
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
172231
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
172045
172232
|
direction: "incoming" | "outgoing" | "system";
|
|
172046
172233
|
id?: string | undefined;
|
|
172047
172234
|
message?: string | undefined;
|
|
@@ -172078,7 +172265,7 @@ export declare const platformInstagramContract: {
|
|
|
172078
172265
|
}>;
|
|
172079
172266
|
}, "strip", import("zod").ZodTypeAny, {
|
|
172080
172267
|
message: {
|
|
172081
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
172268
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
172082
172269
|
direction: "incoming" | "outgoing" | "system";
|
|
172083
172270
|
id?: string | undefined;
|
|
172084
172271
|
message?: string | undefined;
|
|
@@ -172209,7 +172396,7 @@ export declare const platformInstagramContract: {
|
|
|
172209
172396
|
isBot: boolean | null;
|
|
172210
172397
|
}, {
|
|
172211
172398
|
message: {
|
|
172212
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
172399
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
172213
172400
|
direction: "incoming" | "outgoing" | "system";
|
|
172214
172401
|
id?: string | undefined;
|
|
172215
172402
|
message?: string | undefined;
|
|
@@ -172344,7 +172531,7 @@ export declare const platformInstagramContract: {
|
|
|
172344
172531
|
200: import("zod").ZodObject<{
|
|
172345
172532
|
requestId: import("zod").ZodString;
|
|
172346
172533
|
data: import("zod").ZodObject<{
|
|
172347
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
172534
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
172348
172535
|
message: import("zod").ZodString;
|
|
172349
172536
|
id: import("zod").ZodString;
|
|
172350
172537
|
url: import("zod").ZodString;
|
|
@@ -176280,7 +176467,7 @@ export declare const platformInstagramContract: {
|
|
|
176280
176467
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
176281
176468
|
message: import("zod").ZodString;
|
|
176282
176469
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
176283
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
176470
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
176284
176471
|
readAt: import("zod").ZodDate;
|
|
176285
176472
|
metadata: import("zod").ZodAny;
|
|
176286
176473
|
platformId: import("zod").ZodString;
|
|
@@ -176938,7 +177125,7 @@ export declare const platformInstagramContract: {
|
|
|
176938
177125
|
};
|
|
176939
177126
|
}>;
|
|
176940
177127
|
}, "strip", import("zod").ZodTypeAny, {
|
|
176941
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
177128
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
176942
177129
|
message: string;
|
|
176943
177130
|
id: string;
|
|
176944
177131
|
url: string;
|
|
@@ -177100,7 +177287,7 @@ export declare const platformInstagramContract: {
|
|
|
177100
177287
|
metadata?: any;
|
|
177101
177288
|
template?: any;
|
|
177102
177289
|
}, {
|
|
177103
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
177290
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
177104
177291
|
message: string;
|
|
177105
177292
|
id: string;
|
|
177106
177293
|
url: string;
|
|
@@ -177474,7 +177661,7 @@ export declare const platformInstagramContract: {
|
|
|
177474
177661
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
177475
177662
|
message: import("zod").ZodString;
|
|
177476
177663
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
177477
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
177664
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
177478
177665
|
readAt: import("zod").ZodDate;
|
|
177479
177666
|
metadata: import("zod").ZodAny;
|
|
177480
177667
|
platformId: import("zod").ZodString;
|
|
@@ -180970,7 +181157,7 @@ export declare const platformInstagramContract: {
|
|
|
180970
181157
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
180971
181158
|
message: import("zod").ZodString;
|
|
180972
181159
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
180973
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
181160
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
180974
181161
|
readAt: import("zod").ZodDate;
|
|
180975
181162
|
metadata: import("zod").ZodAny;
|
|
180976
181163
|
platformId: import("zod").ZodString;
|
|
@@ -181628,7 +181815,7 @@ export declare const platformInstagramContract: {
|
|
|
181628
181815
|
};
|
|
181629
181816
|
}>;
|
|
181630
181817
|
}, "strip", import("zod").ZodTypeAny, {
|
|
181631
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
181818
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
181632
181819
|
message: string;
|
|
181633
181820
|
id: string;
|
|
181634
181821
|
url: string;
|
|
@@ -181790,7 +181977,7 @@ export declare const platformInstagramContract: {
|
|
|
181790
181977
|
metadata?: any;
|
|
181791
181978
|
template?: any;
|
|
181792
181979
|
}, {
|
|
181793
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
181980
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
181794
181981
|
message: string;
|
|
181795
181982
|
id: string;
|
|
181796
181983
|
url: string;
|
|
@@ -182592,7 +182779,7 @@ export declare const platformInstagramContract: {
|
|
|
182592
182779
|
editedMessageid: import("zod").ZodString;
|
|
182593
182780
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
182594
182781
|
}, "strip", import("zod").ZodTypeAny, {
|
|
182595
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
182782
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
182596
182783
|
message: string;
|
|
182597
182784
|
id: string;
|
|
182598
182785
|
url: string;
|
|
@@ -183147,7 +183334,7 @@ export declare const platformInstagramContract: {
|
|
|
183147
183334
|
previewUrl: string;
|
|
183148
183335
|
imageSetId: string;
|
|
183149
183336
|
repliedMessage: {
|
|
183150
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
183337
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
183151
183338
|
message: string;
|
|
183152
183339
|
id: string;
|
|
183153
183340
|
url: string;
|
|
@@ -183358,7 +183545,7 @@ export declare const platformInstagramContract: {
|
|
|
183358
183545
|
template?: any;
|
|
183359
183546
|
label?: string | undefined;
|
|
183360
183547
|
}, {
|
|
183361
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
183548
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
183362
183549
|
message: string;
|
|
183363
183550
|
id: string;
|
|
183364
183551
|
url: string;
|
|
@@ -183913,7 +184100,7 @@ export declare const platformInstagramContract: {
|
|
|
183913
184100
|
previewUrl: string;
|
|
183914
184101
|
imageSetId: string;
|
|
183915
184102
|
repliedMessage: {
|
|
183916
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184103
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
183917
184104
|
message: string;
|
|
183918
184105
|
id: string;
|
|
183919
184106
|
url: string;
|
|
@@ -184125,7 +184312,7 @@ export declare const platformInstagramContract: {
|
|
|
184125
184312
|
label?: string | undefined;
|
|
184126
184313
|
}>>>;
|
|
184127
184314
|
}, "strip", import("zod").ZodTypeAny, {
|
|
184128
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184315
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184129
184316
|
message: string;
|
|
184130
184317
|
id: string;
|
|
184131
184318
|
url: string;
|
|
@@ -184680,7 +184867,7 @@ export declare const platformInstagramContract: {
|
|
|
184680
184867
|
previewUrl: string;
|
|
184681
184868
|
imageSetId: string;
|
|
184682
184869
|
repliedMessage: {
|
|
184683
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184870
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184684
184871
|
message: string;
|
|
184685
184872
|
id: string;
|
|
184686
184873
|
url: string;
|
|
@@ -184891,7 +185078,7 @@ export declare const platformInstagramContract: {
|
|
|
184891
185078
|
template?: any;
|
|
184892
185079
|
metadata?: any;
|
|
184893
185080
|
fromMessage?: {
|
|
184894
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185081
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184895
185082
|
message: string;
|
|
184896
185083
|
id: string;
|
|
184897
185084
|
url: string;
|
|
@@ -185446,7 +185633,7 @@ export declare const platformInstagramContract: {
|
|
|
185446
185633
|
previewUrl: string;
|
|
185447
185634
|
imageSetId: string;
|
|
185448
185635
|
repliedMessage: {
|
|
185449
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185636
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185450
185637
|
message: string;
|
|
185451
185638
|
id: string;
|
|
185452
185639
|
url: string;
|
|
@@ -185658,7 +185845,7 @@ export declare const platformInstagramContract: {
|
|
|
185658
185845
|
label?: string | undefined;
|
|
185659
185846
|
} | null | undefined;
|
|
185660
185847
|
}, {
|
|
185661
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185848
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185662
185849
|
message: string;
|
|
185663
185850
|
id: string;
|
|
185664
185851
|
url: string;
|
|
@@ -186213,7 +186400,7 @@ export declare const platformInstagramContract: {
|
|
|
186213
186400
|
previewUrl: string;
|
|
186214
186401
|
imageSetId: string;
|
|
186215
186402
|
repliedMessage: {
|
|
186216
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
186403
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
186217
186404
|
message: string;
|
|
186218
186405
|
id: string;
|
|
186219
186406
|
url: string;
|
|
@@ -186424,7 +186611,7 @@ export declare const platformInstagramContract: {
|
|
|
186424
186611
|
template?: any;
|
|
186425
186612
|
metadata?: any;
|
|
186426
186613
|
fromMessage?: {
|
|
186427
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
186614
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
186428
186615
|
message: string;
|
|
186429
186616
|
id: string;
|
|
186430
186617
|
url: string;
|
|
@@ -186979,7 +187166,7 @@ export declare const platformInstagramContract: {
|
|
|
186979
187166
|
previewUrl: string;
|
|
186980
187167
|
imageSetId: string;
|
|
186981
187168
|
repliedMessage: {
|
|
186982
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187169
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
186983
187170
|
message: string;
|
|
186984
187171
|
id: string;
|
|
186985
187172
|
url: string;
|
|
@@ -187193,7 +187380,7 @@ export declare const platformInstagramContract: {
|
|
|
187193
187380
|
}>;
|
|
187194
187381
|
}, "strip", import("zod").ZodTypeAny, {
|
|
187195
187382
|
data: {
|
|
187196
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187383
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187197
187384
|
message: string;
|
|
187198
187385
|
id: string;
|
|
187199
187386
|
url: string;
|
|
@@ -187748,7 +187935,7 @@ export declare const platformInstagramContract: {
|
|
|
187748
187935
|
previewUrl: string;
|
|
187749
187936
|
imageSetId: string;
|
|
187750
187937
|
repliedMessage: {
|
|
187751
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187938
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187752
187939
|
message: string;
|
|
187753
187940
|
id: string;
|
|
187754
187941
|
url: string;
|
|
@@ -187959,7 +188146,7 @@ export declare const platformInstagramContract: {
|
|
|
187959
188146
|
template?: any;
|
|
187960
188147
|
metadata?: any;
|
|
187961
188148
|
fromMessage?: {
|
|
187962
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188149
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187963
188150
|
message: string;
|
|
187964
188151
|
id: string;
|
|
187965
188152
|
url: string;
|
|
@@ -188514,7 +188701,7 @@ export declare const platformInstagramContract: {
|
|
|
188514
188701
|
previewUrl: string;
|
|
188515
188702
|
imageSetId: string;
|
|
188516
188703
|
repliedMessage: {
|
|
188517
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188704
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188518
188705
|
message: string;
|
|
188519
188706
|
id: string;
|
|
188520
188707
|
url: string;
|
|
@@ -188729,7 +188916,7 @@ export declare const platformInstagramContract: {
|
|
|
188729
188916
|
requestId: string;
|
|
188730
188917
|
}, {
|
|
188731
188918
|
data: {
|
|
188732
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188919
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188733
188920
|
message: string;
|
|
188734
188921
|
id: string;
|
|
188735
188922
|
url: string;
|
|
@@ -189284,7 +189471,7 @@ export declare const platformInstagramContract: {
|
|
|
189284
189471
|
previewUrl: string;
|
|
189285
189472
|
imageSetId: string;
|
|
189286
189473
|
repliedMessage: {
|
|
189287
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
189474
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
189288
189475
|
message: string;
|
|
189289
189476
|
id: string;
|
|
189290
189477
|
url: string;
|
|
@@ -189495,7 +189682,7 @@ export declare const platformInstagramContract: {
|
|
|
189495
189682
|
template?: any;
|
|
189496
189683
|
metadata?: any;
|
|
189497
189684
|
fromMessage?: {
|
|
189498
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
189685
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
189499
189686
|
message: string;
|
|
189500
189687
|
id: string;
|
|
189501
189688
|
url: string;
|
|
@@ -190050,7 +190237,7 @@ export declare const platformInstagramContract: {
|
|
|
190050
190237
|
previewUrl: string;
|
|
190051
190238
|
imageSetId: string;
|
|
190052
190239
|
repliedMessage: {
|
|
190053
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
190240
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
190054
190241
|
message: string;
|
|
190055
190242
|
id: string;
|
|
190056
190243
|
url: string;
|
|
@@ -197315,7 +197502,7 @@ export declare const platformSMSContract: {
|
|
|
197315
197502
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
197316
197503
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
197317
197504
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
197318
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
197505
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
197319
197506
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
197320
197507
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
197321
197508
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -197371,7 +197558,7 @@ export declare const platformSMSContract: {
|
|
|
197371
197558
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
197372
197559
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
197373
197560
|
}, "strip", import("zod").ZodTypeAny, {
|
|
197374
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197561
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197375
197562
|
direction: "incoming" | "outgoing" | "system";
|
|
197376
197563
|
id?: string | undefined;
|
|
197377
197564
|
message?: string | undefined;
|
|
@@ -197406,7 +197593,7 @@ export declare const platformSMSContract: {
|
|
|
197406
197593
|
editedAt?: string | Date | null | undefined;
|
|
197407
197594
|
label?: string | undefined;
|
|
197408
197595
|
}, {
|
|
197409
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197596
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197410
197597
|
direction: "incoming" | "outgoing" | "system";
|
|
197411
197598
|
id?: string | undefined;
|
|
197412
197599
|
message?: string | undefined;
|
|
@@ -197443,7 +197630,7 @@ export declare const platformSMSContract: {
|
|
|
197443
197630
|
}>;
|
|
197444
197631
|
}, "strip", import("zod").ZodTypeAny, {
|
|
197445
197632
|
message: {
|
|
197446
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197633
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197447
197634
|
direction: "incoming" | "outgoing" | "system";
|
|
197448
197635
|
id?: string | undefined;
|
|
197449
197636
|
message?: string | undefined;
|
|
@@ -197574,7 +197761,7 @@ export declare const platformSMSContract: {
|
|
|
197574
197761
|
isBot: boolean | null;
|
|
197575
197762
|
}, {
|
|
197576
197763
|
message: {
|
|
197577
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197764
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197578
197765
|
direction: "incoming" | "outgoing" | "system";
|
|
197579
197766
|
id?: string | undefined;
|
|
197580
197767
|
message?: string | undefined;
|
|
@@ -198308,7 +198495,7 @@ export declare const platformWhatsappContract: {
|
|
|
198308
198495
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
198309
198496
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
198310
198497
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
198311
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
198498
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
198312
198499
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
198313
198500
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
198314
198501
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -198364,7 +198551,7 @@ export declare const platformWhatsappContract: {
|
|
|
198364
198551
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
198365
198552
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
198366
198553
|
}, "strip", import("zod").ZodTypeAny, {
|
|
198367
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
198554
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
198368
198555
|
direction: "incoming" | "outgoing" | "system";
|
|
198369
198556
|
id?: string | undefined;
|
|
198370
198557
|
message?: string | undefined;
|
|
@@ -198399,7 +198586,7 @@ export declare const platformWhatsappContract: {
|
|
|
198399
198586
|
editedAt?: string | Date | null | undefined;
|
|
198400
198587
|
label?: string | undefined;
|
|
198401
198588
|
}, {
|
|
198402
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
198589
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
198403
198590
|
direction: "incoming" | "outgoing" | "system";
|
|
198404
198591
|
id?: string | undefined;
|
|
198405
198592
|
message?: string | undefined;
|
|
@@ -198436,7 +198623,7 @@ export declare const platformWhatsappContract: {
|
|
|
198436
198623
|
}>;
|
|
198437
198624
|
}, "strip", import("zod").ZodTypeAny, {
|
|
198438
198625
|
message: {
|
|
198439
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
198626
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
198440
198627
|
direction: "incoming" | "outgoing" | "system";
|
|
198441
198628
|
id?: string | undefined;
|
|
198442
198629
|
message?: string | undefined;
|
|
@@ -198567,7 +198754,7 @@ export declare const platformWhatsappContract: {
|
|
|
198567
198754
|
isBot: boolean | null;
|
|
198568
198755
|
}, {
|
|
198569
198756
|
message: {
|
|
198570
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
198757
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
198571
198758
|
direction: "incoming" | "outgoing" | "system";
|
|
198572
198759
|
id?: string | undefined;
|
|
198573
198760
|
message?: string | undefined;
|
|
@@ -198702,7 +198889,7 @@ export declare const platformWhatsappContract: {
|
|
|
198702
198889
|
200: import("zod").ZodObject<{
|
|
198703
198890
|
requestId: import("zod").ZodString;
|
|
198704
198891
|
data: import("zod").ZodObject<{
|
|
198705
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
198892
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
198706
198893
|
message: import("zod").ZodString;
|
|
198707
198894
|
id: import("zod").ZodString;
|
|
198708
198895
|
url: import("zod").ZodString;
|
|
@@ -202638,7 +202825,7 @@ export declare const platformWhatsappContract: {
|
|
|
202638
202825
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
202639
202826
|
message: import("zod").ZodString;
|
|
202640
202827
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
202641
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
202828
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
202642
202829
|
readAt: import("zod").ZodDate;
|
|
202643
202830
|
metadata: import("zod").ZodAny;
|
|
202644
202831
|
platformId: import("zod").ZodString;
|
|
@@ -203296,7 +203483,7 @@ export declare const platformWhatsappContract: {
|
|
|
203296
203483
|
};
|
|
203297
203484
|
}>;
|
|
203298
203485
|
}, "strip", import("zod").ZodTypeAny, {
|
|
203299
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
203486
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
203300
203487
|
message: string;
|
|
203301
203488
|
id: string;
|
|
203302
203489
|
url: string;
|
|
@@ -203458,7 +203645,7 @@ export declare const platformWhatsappContract: {
|
|
|
203458
203645
|
metadata?: any;
|
|
203459
203646
|
template?: any;
|
|
203460
203647
|
}, {
|
|
203461
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
203648
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
203462
203649
|
message: string;
|
|
203463
203650
|
id: string;
|
|
203464
203651
|
url: string;
|
|
@@ -203832,7 +204019,7 @@ export declare const platformWhatsappContract: {
|
|
|
203832
204019
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
203833
204020
|
message: import("zod").ZodString;
|
|
203834
204021
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
203835
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
204022
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
203836
204023
|
readAt: import("zod").ZodDate;
|
|
203837
204024
|
metadata: import("zod").ZodAny;
|
|
203838
204025
|
platformId: import("zod").ZodString;
|
|
@@ -207328,7 +207515,7 @@ export declare const platformWhatsappContract: {
|
|
|
207328
207515
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
207329
207516
|
message: import("zod").ZodString;
|
|
207330
207517
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
207331
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
207518
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
207332
207519
|
readAt: import("zod").ZodDate;
|
|
207333
207520
|
metadata: import("zod").ZodAny;
|
|
207334
207521
|
platformId: import("zod").ZodString;
|
|
@@ -207986,7 +208173,7 @@ export declare const platformWhatsappContract: {
|
|
|
207986
208173
|
};
|
|
207987
208174
|
}>;
|
|
207988
208175
|
}, "strip", import("zod").ZodTypeAny, {
|
|
207989
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
208176
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
207990
208177
|
message: string;
|
|
207991
208178
|
id: string;
|
|
207992
208179
|
url: string;
|
|
@@ -208148,7 +208335,7 @@ export declare const platformWhatsappContract: {
|
|
|
208148
208335
|
metadata?: any;
|
|
208149
208336
|
template?: any;
|
|
208150
208337
|
}, {
|
|
208151
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
208338
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
208152
208339
|
message: string;
|
|
208153
208340
|
id: string;
|
|
208154
208341
|
url: string;
|
|
@@ -208950,7 +209137,7 @@ export declare const platformWhatsappContract: {
|
|
|
208950
209137
|
editedMessageid: import("zod").ZodString;
|
|
208951
209138
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
208952
209139
|
}, "strip", import("zod").ZodTypeAny, {
|
|
208953
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209140
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
208954
209141
|
message: string;
|
|
208955
209142
|
id: string;
|
|
208956
209143
|
url: string;
|
|
@@ -209505,7 +209692,7 @@ export declare const platformWhatsappContract: {
|
|
|
209505
209692
|
previewUrl: string;
|
|
209506
209693
|
imageSetId: string;
|
|
209507
209694
|
repliedMessage: {
|
|
209508
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209695
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209509
209696
|
message: string;
|
|
209510
209697
|
id: string;
|
|
209511
209698
|
url: string;
|
|
@@ -209716,7 +209903,7 @@ export declare const platformWhatsappContract: {
|
|
|
209716
209903
|
template?: any;
|
|
209717
209904
|
label?: string | undefined;
|
|
209718
209905
|
}, {
|
|
209719
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209906
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209720
209907
|
message: string;
|
|
209721
209908
|
id: string;
|
|
209722
209909
|
url: string;
|
|
@@ -210271,7 +210458,7 @@ export declare const platformWhatsappContract: {
|
|
|
210271
210458
|
previewUrl: string;
|
|
210272
210459
|
imageSetId: string;
|
|
210273
210460
|
repliedMessage: {
|
|
210274
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
210461
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
210275
210462
|
message: string;
|
|
210276
210463
|
id: string;
|
|
210277
210464
|
url: string;
|
|
@@ -210483,7 +210670,7 @@ export declare const platformWhatsappContract: {
|
|
|
210483
210670
|
label?: string | undefined;
|
|
210484
210671
|
}>>>;
|
|
210485
210672
|
}, "strip", import("zod").ZodTypeAny, {
|
|
210486
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
210673
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
210487
210674
|
message: string;
|
|
210488
210675
|
id: string;
|
|
210489
210676
|
url: string;
|
|
@@ -211038,7 +211225,7 @@ export declare const platformWhatsappContract: {
|
|
|
211038
211225
|
previewUrl: string;
|
|
211039
211226
|
imageSetId: string;
|
|
211040
211227
|
repliedMessage: {
|
|
211041
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211228
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211042
211229
|
message: string;
|
|
211043
211230
|
id: string;
|
|
211044
211231
|
url: string;
|
|
@@ -211249,7 +211436,7 @@ export declare const platformWhatsappContract: {
|
|
|
211249
211436
|
template?: any;
|
|
211250
211437
|
metadata?: any;
|
|
211251
211438
|
fromMessage?: {
|
|
211252
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211439
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211253
211440
|
message: string;
|
|
211254
211441
|
id: string;
|
|
211255
211442
|
url: string;
|
|
@@ -211804,7 +211991,7 @@ export declare const platformWhatsappContract: {
|
|
|
211804
211991
|
previewUrl: string;
|
|
211805
211992
|
imageSetId: string;
|
|
211806
211993
|
repliedMessage: {
|
|
211807
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211994
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211808
211995
|
message: string;
|
|
211809
211996
|
id: string;
|
|
211810
211997
|
url: string;
|
|
@@ -212016,7 +212203,7 @@ export declare const platformWhatsappContract: {
|
|
|
212016
212203
|
label?: string | undefined;
|
|
212017
212204
|
} | null | undefined;
|
|
212018
212205
|
}, {
|
|
212019
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212206
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212020
212207
|
message: string;
|
|
212021
212208
|
id: string;
|
|
212022
212209
|
url: string;
|
|
@@ -212571,7 +212758,7 @@ export declare const platformWhatsappContract: {
|
|
|
212571
212758
|
previewUrl: string;
|
|
212572
212759
|
imageSetId: string;
|
|
212573
212760
|
repliedMessage: {
|
|
212574
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212761
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212575
212762
|
message: string;
|
|
212576
212763
|
id: string;
|
|
212577
212764
|
url: string;
|
|
@@ -212782,7 +212969,7 @@ export declare const platformWhatsappContract: {
|
|
|
212782
212969
|
template?: any;
|
|
212783
212970
|
metadata?: any;
|
|
212784
212971
|
fromMessage?: {
|
|
212785
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212972
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212786
212973
|
message: string;
|
|
212787
212974
|
id: string;
|
|
212788
212975
|
url: string;
|
|
@@ -213337,7 +213524,7 @@ export declare const platformWhatsappContract: {
|
|
|
213337
213524
|
previewUrl: string;
|
|
213338
213525
|
imageSetId: string;
|
|
213339
213526
|
repliedMessage: {
|
|
213340
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
213527
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
213341
213528
|
message: string;
|
|
213342
213529
|
id: string;
|
|
213343
213530
|
url: string;
|
|
@@ -213551,7 +213738,7 @@ export declare const platformWhatsappContract: {
|
|
|
213551
213738
|
}>;
|
|
213552
213739
|
}, "strip", import("zod").ZodTypeAny, {
|
|
213553
213740
|
data: {
|
|
213554
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
213741
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
213555
213742
|
message: string;
|
|
213556
213743
|
id: string;
|
|
213557
213744
|
url: string;
|
|
@@ -214106,7 +214293,7 @@ export declare const platformWhatsappContract: {
|
|
|
214106
214293
|
previewUrl: string;
|
|
214107
214294
|
imageSetId: string;
|
|
214108
214295
|
repliedMessage: {
|
|
214109
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
214296
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
214110
214297
|
message: string;
|
|
214111
214298
|
id: string;
|
|
214112
214299
|
url: string;
|
|
@@ -214317,7 +214504,7 @@ export declare const platformWhatsappContract: {
|
|
|
214317
214504
|
template?: any;
|
|
214318
214505
|
metadata?: any;
|
|
214319
214506
|
fromMessage?: {
|
|
214320
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
214507
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
214321
214508
|
message: string;
|
|
214322
214509
|
id: string;
|
|
214323
214510
|
url: string;
|
|
@@ -214872,7 +215059,7 @@ export declare const platformWhatsappContract: {
|
|
|
214872
215059
|
previewUrl: string;
|
|
214873
215060
|
imageSetId: string;
|
|
214874
215061
|
repliedMessage: {
|
|
214875
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
215062
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
214876
215063
|
message: string;
|
|
214877
215064
|
id: string;
|
|
214878
215065
|
url: string;
|
|
@@ -215087,7 +215274,7 @@ export declare const platformWhatsappContract: {
|
|
|
215087
215274
|
requestId: string;
|
|
215088
215275
|
}, {
|
|
215089
215276
|
data: {
|
|
215090
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
215277
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
215091
215278
|
message: string;
|
|
215092
215279
|
id: string;
|
|
215093
215280
|
url: string;
|
|
@@ -215642,7 +215829,7 @@ export declare const platformWhatsappContract: {
|
|
|
215642
215829
|
previewUrl: string;
|
|
215643
215830
|
imageSetId: string;
|
|
215644
215831
|
repliedMessage: {
|
|
215645
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
215832
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
215646
215833
|
message: string;
|
|
215647
215834
|
id: string;
|
|
215648
215835
|
url: string;
|
|
@@ -215853,7 +216040,7 @@ export declare const platformWhatsappContract: {
|
|
|
215853
216040
|
template?: any;
|
|
215854
216041
|
metadata?: any;
|
|
215855
216042
|
fromMessage?: {
|
|
215856
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
216043
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
215857
216044
|
message: string;
|
|
215858
216045
|
id: string;
|
|
215859
216046
|
url: string;
|
|
@@ -216408,7 +216595,7 @@ export declare const platformWhatsappContract: {
|
|
|
216408
216595
|
previewUrl: string;
|
|
216409
216596
|
imageSetId: string;
|
|
216410
216597
|
repliedMessage: {
|
|
216411
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
216598
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
216412
216599
|
message: string;
|
|
216413
216600
|
id: string;
|
|
216414
216601
|
url: string;
|
|
@@ -223644,7 +223831,7 @@ export declare const facebookFeedContract: {
|
|
|
223644
223831
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
223645
223832
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
223646
223833
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
223647
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
223834
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
223648
223835
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
223649
223836
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
223650
223837
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -223700,7 +223887,7 @@ export declare const facebookFeedContract: {
|
|
|
223700
223887
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
223701
223888
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
223702
223889
|
}, "strip", import("zod").ZodTypeAny, {
|
|
223703
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
223890
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
223704
223891
|
direction: "incoming" | "outgoing" | "system";
|
|
223705
223892
|
id?: string | undefined;
|
|
223706
223893
|
message?: string | undefined;
|
|
@@ -223735,7 +223922,7 @@ export declare const facebookFeedContract: {
|
|
|
223735
223922
|
editedAt?: string | Date | null | undefined;
|
|
223736
223923
|
label?: string | undefined;
|
|
223737
223924
|
}, {
|
|
223738
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
223925
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
223739
223926
|
direction: "incoming" | "outgoing" | "system";
|
|
223740
223927
|
id?: string | undefined;
|
|
223741
223928
|
message?: string | undefined;
|
|
@@ -224344,7 +224531,7 @@ export declare const facebookFeedContract: {
|
|
|
224344
224531
|
}>>;
|
|
224345
224532
|
}, "strip", import("zod").ZodTypeAny, {
|
|
224346
224533
|
message: {
|
|
224347
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
224534
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
224348
224535
|
direction: "incoming" | "outgoing" | "system";
|
|
224349
224536
|
id?: string | undefined;
|
|
224350
224537
|
message?: string | undefined;
|
|
@@ -224479,7 +224666,7 @@ export declare const facebookFeedContract: {
|
|
|
224479
224666
|
} | undefined;
|
|
224480
224667
|
}, {
|
|
224481
224668
|
message: {
|
|
224482
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
224669
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
224483
224670
|
direction: "incoming" | "outgoing" | "system";
|
|
224484
224671
|
id?: string | undefined;
|
|
224485
224672
|
message?: string | undefined;
|
|
@@ -224618,7 +224805,7 @@ export declare const facebookFeedContract: {
|
|
|
224618
224805
|
200: import("zod").ZodObject<{
|
|
224619
224806
|
requestId: import("zod").ZodString;
|
|
224620
224807
|
data: import("zod").ZodObject<{
|
|
224621
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
224808
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
224622
224809
|
message: import("zod").ZodString;
|
|
224623
224810
|
id: import("zod").ZodString;
|
|
224624
224811
|
url: import("zod").ZodString;
|
|
@@ -228554,7 +228741,7 @@ export declare const facebookFeedContract: {
|
|
|
228554
228741
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
228555
228742
|
message: import("zod").ZodString;
|
|
228556
228743
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
228557
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
228744
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
228558
228745
|
readAt: import("zod").ZodDate;
|
|
228559
228746
|
metadata: import("zod").ZodAny;
|
|
228560
228747
|
platformId: import("zod").ZodString;
|
|
@@ -229212,7 +229399,7 @@ export declare const facebookFeedContract: {
|
|
|
229212
229399
|
};
|
|
229213
229400
|
}>;
|
|
229214
229401
|
}, "strip", import("zod").ZodTypeAny, {
|
|
229215
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
229402
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
229216
229403
|
message: string;
|
|
229217
229404
|
id: string;
|
|
229218
229405
|
url: string;
|
|
@@ -229374,7 +229561,7 @@ export declare const facebookFeedContract: {
|
|
|
229374
229561
|
metadata?: any;
|
|
229375
229562
|
template?: any;
|
|
229376
229563
|
}, {
|
|
229377
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
229564
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
229378
229565
|
message: string;
|
|
229379
229566
|
id: string;
|
|
229380
229567
|
url: string;
|
|
@@ -229748,7 +229935,7 @@ export declare const facebookFeedContract: {
|
|
|
229748
229935
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
229749
229936
|
message: import("zod").ZodString;
|
|
229750
229937
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
229751
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
229938
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
229752
229939
|
readAt: import("zod").ZodDate;
|
|
229753
229940
|
metadata: import("zod").ZodAny;
|
|
229754
229941
|
platformId: import("zod").ZodString;
|
|
@@ -233244,7 +233431,7 @@ export declare const facebookFeedContract: {
|
|
|
233244
233431
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
233245
233432
|
message: import("zod").ZodString;
|
|
233246
233433
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
233247
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
233434
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
233248
233435
|
readAt: import("zod").ZodDate;
|
|
233249
233436
|
metadata: import("zod").ZodAny;
|
|
233250
233437
|
platformId: import("zod").ZodString;
|
|
@@ -233902,7 +234089,7 @@ export declare const facebookFeedContract: {
|
|
|
233902
234089
|
};
|
|
233903
234090
|
}>;
|
|
233904
234091
|
}, "strip", import("zod").ZodTypeAny, {
|
|
233905
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
234092
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
233906
234093
|
message: string;
|
|
233907
234094
|
id: string;
|
|
233908
234095
|
url: string;
|
|
@@ -234064,7 +234251,7 @@ export declare const facebookFeedContract: {
|
|
|
234064
234251
|
metadata?: any;
|
|
234065
234252
|
template?: any;
|
|
234066
234253
|
}, {
|
|
234067
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
234254
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
234068
234255
|
message: string;
|
|
234069
234256
|
id: string;
|
|
234070
234257
|
url: string;
|
|
@@ -234866,7 +235053,7 @@ export declare const facebookFeedContract: {
|
|
|
234866
235053
|
editedMessageid: import("zod").ZodString;
|
|
234867
235054
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
234868
235055
|
}, "strip", import("zod").ZodTypeAny, {
|
|
234869
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
235056
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
234870
235057
|
message: string;
|
|
234871
235058
|
id: string;
|
|
234872
235059
|
url: string;
|
|
@@ -235421,7 +235608,7 @@ export declare const facebookFeedContract: {
|
|
|
235421
235608
|
previewUrl: string;
|
|
235422
235609
|
imageSetId: string;
|
|
235423
235610
|
repliedMessage: {
|
|
235424
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
235611
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
235425
235612
|
message: string;
|
|
235426
235613
|
id: string;
|
|
235427
235614
|
url: string;
|
|
@@ -235632,7 +235819,7 @@ export declare const facebookFeedContract: {
|
|
|
235632
235819
|
template?: any;
|
|
235633
235820
|
label?: string | undefined;
|
|
235634
235821
|
}, {
|
|
235635
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
235822
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
235636
235823
|
message: string;
|
|
235637
235824
|
id: string;
|
|
235638
235825
|
url: string;
|
|
@@ -236187,7 +236374,7 @@ export declare const facebookFeedContract: {
|
|
|
236187
236374
|
previewUrl: string;
|
|
236188
236375
|
imageSetId: string;
|
|
236189
236376
|
repliedMessage: {
|
|
236190
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
236377
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
236191
236378
|
message: string;
|
|
236192
236379
|
id: string;
|
|
236193
236380
|
url: string;
|
|
@@ -236399,7 +236586,7 @@ export declare const facebookFeedContract: {
|
|
|
236399
236586
|
label?: string | undefined;
|
|
236400
236587
|
}>>>;
|
|
236401
236588
|
}, "strip", import("zod").ZodTypeAny, {
|
|
236402
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
236589
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
236403
236590
|
message: string;
|
|
236404
236591
|
id: string;
|
|
236405
236592
|
url: string;
|
|
@@ -236954,7 +237141,7 @@ export declare const facebookFeedContract: {
|
|
|
236954
237141
|
previewUrl: string;
|
|
236955
237142
|
imageSetId: string;
|
|
236956
237143
|
repliedMessage: {
|
|
236957
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237144
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
236958
237145
|
message: string;
|
|
236959
237146
|
id: string;
|
|
236960
237147
|
url: string;
|
|
@@ -237165,7 +237352,7 @@ export declare const facebookFeedContract: {
|
|
|
237165
237352
|
template?: any;
|
|
237166
237353
|
metadata?: any;
|
|
237167
237354
|
fromMessage?: {
|
|
237168
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237355
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237169
237356
|
message: string;
|
|
237170
237357
|
id: string;
|
|
237171
237358
|
url: string;
|
|
@@ -237720,7 +237907,7 @@ export declare const facebookFeedContract: {
|
|
|
237720
237907
|
previewUrl: string;
|
|
237721
237908
|
imageSetId: string;
|
|
237722
237909
|
repliedMessage: {
|
|
237723
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237910
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237724
237911
|
message: string;
|
|
237725
237912
|
id: string;
|
|
237726
237913
|
url: string;
|
|
@@ -237932,7 +238119,7 @@ export declare const facebookFeedContract: {
|
|
|
237932
238119
|
label?: string | undefined;
|
|
237933
238120
|
} | null | undefined;
|
|
237934
238121
|
}, {
|
|
237935
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
238122
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237936
238123
|
message: string;
|
|
237937
238124
|
id: string;
|
|
237938
238125
|
url: string;
|
|
@@ -238487,7 +238674,7 @@ export declare const facebookFeedContract: {
|
|
|
238487
238674
|
previewUrl: string;
|
|
238488
238675
|
imageSetId: string;
|
|
238489
238676
|
repliedMessage: {
|
|
238490
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
238677
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
238491
238678
|
message: string;
|
|
238492
238679
|
id: string;
|
|
238493
238680
|
url: string;
|
|
@@ -238698,7 +238885,7 @@ export declare const facebookFeedContract: {
|
|
|
238698
238885
|
template?: any;
|
|
238699
238886
|
metadata?: any;
|
|
238700
238887
|
fromMessage?: {
|
|
238701
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
238888
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
238702
238889
|
message: string;
|
|
238703
238890
|
id: string;
|
|
238704
238891
|
url: string;
|
|
@@ -239253,7 +239440,7 @@ export declare const facebookFeedContract: {
|
|
|
239253
239440
|
previewUrl: string;
|
|
239254
239441
|
imageSetId: string;
|
|
239255
239442
|
repliedMessage: {
|
|
239256
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
239443
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
239257
239444
|
message: string;
|
|
239258
239445
|
id: string;
|
|
239259
239446
|
url: string;
|
|
@@ -239467,7 +239654,7 @@ export declare const facebookFeedContract: {
|
|
|
239467
239654
|
}>;
|
|
239468
239655
|
}, "strip", import("zod").ZodTypeAny, {
|
|
239469
239656
|
data: {
|
|
239470
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
239657
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
239471
239658
|
message: string;
|
|
239472
239659
|
id: string;
|
|
239473
239660
|
url: string;
|
|
@@ -240022,7 +240209,7 @@ export declare const facebookFeedContract: {
|
|
|
240022
240209
|
previewUrl: string;
|
|
240023
240210
|
imageSetId: string;
|
|
240024
240211
|
repliedMessage: {
|
|
240025
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240212
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240026
240213
|
message: string;
|
|
240027
240214
|
id: string;
|
|
240028
240215
|
url: string;
|
|
@@ -240233,7 +240420,7 @@ export declare const facebookFeedContract: {
|
|
|
240233
240420
|
template?: any;
|
|
240234
240421
|
metadata?: any;
|
|
240235
240422
|
fromMessage?: {
|
|
240236
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240423
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240237
240424
|
message: string;
|
|
240238
240425
|
id: string;
|
|
240239
240426
|
url: string;
|
|
@@ -240788,7 +240975,7 @@ export declare const facebookFeedContract: {
|
|
|
240788
240975
|
previewUrl: string;
|
|
240789
240976
|
imageSetId: string;
|
|
240790
240977
|
repliedMessage: {
|
|
240791
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240978
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240792
240979
|
message: string;
|
|
240793
240980
|
id: string;
|
|
240794
240981
|
url: string;
|
|
@@ -241003,7 +241190,7 @@ export declare const facebookFeedContract: {
|
|
|
241003
241190
|
requestId: string;
|
|
241004
241191
|
}, {
|
|
241005
241192
|
data: {
|
|
241006
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
241193
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
241007
241194
|
message: string;
|
|
241008
241195
|
id: string;
|
|
241009
241196
|
url: string;
|
|
@@ -241558,7 +241745,7 @@ export declare const facebookFeedContract: {
|
|
|
241558
241745
|
previewUrl: string;
|
|
241559
241746
|
imageSetId: string;
|
|
241560
241747
|
repliedMessage: {
|
|
241561
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
241748
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
241562
241749
|
message: string;
|
|
241563
241750
|
id: string;
|
|
241564
241751
|
url: string;
|
|
@@ -241769,7 +241956,7 @@ export declare const facebookFeedContract: {
|
|
|
241769
241956
|
template?: any;
|
|
241770
241957
|
metadata?: any;
|
|
241771
241958
|
fromMessage?: {
|
|
241772
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
241959
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
241773
241960
|
message: string;
|
|
241774
241961
|
id: string;
|
|
241775
241962
|
url: string;
|
|
@@ -242324,7 +242511,7 @@ export declare const facebookFeedContract: {
|
|
|
242324
242511
|
previewUrl: string;
|
|
242325
242512
|
imageSetId: string;
|
|
242326
242513
|
repliedMessage: {
|
|
242327
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242514
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242328
242515
|
message: string;
|
|
242329
242516
|
id: string;
|
|
242330
242517
|
url: string;
|
|
@@ -242923,7 +243110,7 @@ export declare const facebookFeedContract: {
|
|
|
242923
243110
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
242924
243111
|
message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
242925
243112
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
242926
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
243113
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
242927
243114
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
242928
243115
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
242929
243116
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -242975,7 +243162,7 @@ export declare const facebookFeedContract: {
|
|
|
242975
243162
|
parentMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
242976
243163
|
feedPostId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
242977
243164
|
}, "strip", import("zod").ZodTypeAny, {
|
|
242978
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243165
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242979
243166
|
direction: "incoming" | "outgoing" | "system";
|
|
242980
243167
|
id?: string | undefined;
|
|
242981
243168
|
message?: string | null | undefined;
|
|
@@ -243006,7 +243193,7 @@ export declare const facebookFeedContract: {
|
|
|
243006
243193
|
parentMessageId?: string | null | undefined;
|
|
243007
243194
|
feedPostId?: string | null | undefined;
|
|
243008
243195
|
}, {
|
|
243009
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243196
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243010
243197
|
direction: "incoming" | "outgoing" | "system";
|
|
243011
243198
|
id?: string | undefined;
|
|
243012
243199
|
message?: string | null | undefined;
|
|
@@ -243039,7 +243226,7 @@ export declare const facebookFeedContract: {
|
|
|
243039
243226
|
}>;
|
|
243040
243227
|
}, "strip", import("zod").ZodTypeAny, {
|
|
243041
243228
|
message: {
|
|
243042
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243229
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243043
243230
|
direction: "incoming" | "outgoing" | "system";
|
|
243044
243231
|
id?: string | undefined;
|
|
243045
243232
|
message?: string | null | undefined;
|
|
@@ -243124,7 +243311,7 @@ export declare const facebookFeedContract: {
|
|
|
243124
243311
|
};
|
|
243125
243312
|
}, {
|
|
243126
243313
|
message: {
|
|
243127
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243314
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243128
243315
|
direction: "incoming" | "outgoing" | "system";
|
|
243129
243316
|
id?: string | undefined;
|
|
243130
243317
|
message?: string | null | undefined;
|
|
@@ -243571,7 +243758,7 @@ export declare const facebookFeedContract: {
|
|
|
243571
243758
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
243572
243759
|
message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
243573
243760
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
243574
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
243761
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
243575
243762
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
243576
243763
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
243577
243764
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -243623,7 +243810,7 @@ export declare const facebookFeedContract: {
|
|
|
243623
243810
|
parentMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
243624
243811
|
feedPostId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
243625
243812
|
}, "strip", import("zod").ZodTypeAny, {
|
|
243626
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243813
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243627
243814
|
direction: "incoming" | "outgoing" | "system";
|
|
243628
243815
|
id?: string | undefined;
|
|
243629
243816
|
message?: string | null | undefined;
|
|
@@ -243654,7 +243841,7 @@ export declare const facebookFeedContract: {
|
|
|
243654
243841
|
parentMessageId?: string | null | undefined;
|
|
243655
243842
|
feedPostId?: string | null | undefined;
|
|
243656
243843
|
}, {
|
|
243657
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243844
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243658
243845
|
direction: "incoming" | "outgoing" | "system";
|
|
243659
243846
|
id?: string | undefined;
|
|
243660
243847
|
message?: string | null | undefined;
|
|
@@ -243687,7 +243874,7 @@ export declare const facebookFeedContract: {
|
|
|
243687
243874
|
}>;
|
|
243688
243875
|
}, "strip", import("zod").ZodTypeAny, {
|
|
243689
243876
|
message: {
|
|
243690
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243877
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243691
243878
|
direction: "incoming" | "outgoing" | "system";
|
|
243692
243879
|
id?: string | undefined;
|
|
243693
243880
|
message?: string | null | undefined;
|
|
@@ -243772,7 +243959,7 @@ export declare const facebookFeedContract: {
|
|
|
243772
243959
|
};
|
|
243773
243960
|
}, {
|
|
243774
243961
|
message: {
|
|
243775
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243962
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243776
243963
|
direction: "incoming" | "outgoing" | "system";
|
|
243777
243964
|
id?: string | undefined;
|
|
243778
243965
|
message?: string | null | undefined;
|
|
@@ -243902,7 +244089,7 @@ export declare const feedPostContract: {
|
|
|
243902
244089
|
updatedAt: import("zod").ZodDate;
|
|
243903
244090
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
243904
244091
|
message: import("zod").ZodNullable<import("zod").ZodString>;
|
|
243905
|
-
type: import("zod").ZodUnion<[import("zod").ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>]>;
|
|
244092
|
+
type: import("zod").ZodUnion<[import("zod").ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>]>;
|
|
243906
244093
|
metadata: import("zod").ZodAny;
|
|
243907
244094
|
platformId: import("zod").ZodString;
|
|
243908
244095
|
platformMessageId: import("zod").ZodString;
|
|
@@ -245715,7 +245902,7 @@ export declare const feedPostContract: {
|
|
|
245715
245902
|
}>;
|
|
245716
245903
|
permalinkURL: import("zod").ZodString;
|
|
245717
245904
|
}, "strip", import("zod").ZodTypeAny, {
|
|
245718
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
245905
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
245719
245906
|
message: string | null;
|
|
245720
245907
|
id: string;
|
|
245721
245908
|
channel: {
|
|
@@ -245997,7 +246184,7 @@ export declare const feedPostContract: {
|
|
|
245997
246184
|
metadata?: any;
|
|
245998
246185
|
template?: any;
|
|
245999
246186
|
}, {
|
|
246000
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
246187
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
246001
246188
|
message: string | null;
|
|
246002
246189
|
id: string;
|
|
246003
246190
|
channel: {
|
|
@@ -246281,7 +246468,7 @@ export declare const feedPostContract: {
|
|
|
246281
246468
|
}>;
|
|
246282
246469
|
}, "strip", import("zod").ZodTypeAny, {
|
|
246283
246470
|
data: {
|
|
246284
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
246471
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
246285
246472
|
message: string | null;
|
|
246286
246473
|
id: string;
|
|
246287
246474
|
channel: {
|
|
@@ -246566,7 +246753,7 @@ export declare const feedPostContract: {
|
|
|
246566
246753
|
requestId: string;
|
|
246567
246754
|
}, {
|
|
246568
246755
|
data: {
|
|
246569
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
246756
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
246570
246757
|
message: string | null;
|
|
246571
246758
|
id: string;
|
|
246572
246759
|
channel: {
|
|
@@ -246896,7 +247083,7 @@ export declare const feedPostContract: {
|
|
|
246896
247083
|
page: import("zod").ZodNumber;
|
|
246897
247084
|
pageSize: import("zod").ZodNumber;
|
|
246898
247085
|
data: import("zod").ZodObject<{
|
|
246899
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
247086
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
246900
247087
|
message: import("zod").ZodString;
|
|
246901
247088
|
id: import("zod").ZodString;
|
|
246902
247089
|
url: import("zod").ZodString;
|
|
@@ -250832,7 +251019,7 @@ export declare const feedPostContract: {
|
|
|
250832
251019
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
250833
251020
|
message: import("zod").ZodString;
|
|
250834
251021
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
250835
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
251022
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
250836
251023
|
readAt: import("zod").ZodDate;
|
|
250837
251024
|
metadata: import("zod").ZodAny;
|
|
250838
251025
|
platformId: import("zod").ZodString;
|
|
@@ -251490,7 +251677,7 @@ export declare const feedPostContract: {
|
|
|
251490
251677
|
};
|
|
251491
251678
|
}>;
|
|
251492
251679
|
}, "strip", import("zod").ZodTypeAny, {
|
|
251493
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
251680
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
251494
251681
|
message: string;
|
|
251495
251682
|
id: string;
|
|
251496
251683
|
url: string;
|
|
@@ -251652,7 +251839,7 @@ export declare const feedPostContract: {
|
|
|
251652
251839
|
metadata?: any;
|
|
251653
251840
|
template?: any;
|
|
251654
251841
|
}, {
|
|
251655
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
251842
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
251656
251843
|
message: string;
|
|
251657
251844
|
id: string;
|
|
251658
251845
|
url: string;
|
|
@@ -253073,7 +253260,7 @@ export declare const feedPostContract: {
|
|
|
253073
253260
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
253074
253261
|
message: import("zod").ZodString;
|
|
253075
253262
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
253076
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
253263
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
253077
253264
|
readAt: import("zod").ZodDate;
|
|
253078
253265
|
metadata: import("zod").ZodAny;
|
|
253079
253266
|
platformId: import("zod").ZodString;
|
|
@@ -256569,7 +256756,7 @@ export declare const feedPostContract: {
|
|
|
256569
256756
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
256570
256757
|
message: import("zod").ZodString;
|
|
256571
256758
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
256572
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
256759
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
256573
256760
|
readAt: import("zod").ZodDate;
|
|
256574
256761
|
metadata: import("zod").ZodAny;
|
|
256575
256762
|
platformId: import("zod").ZodString;
|
|
@@ -257227,7 +257414,7 @@ export declare const feedPostContract: {
|
|
|
257227
257414
|
};
|
|
257228
257415
|
}>;
|
|
257229
257416
|
}, "strip", import("zod").ZodTypeAny, {
|
|
257230
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
257417
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
257231
257418
|
message: string;
|
|
257232
257419
|
id: string;
|
|
257233
257420
|
url: string;
|
|
@@ -257389,7 +257576,7 @@ export declare const feedPostContract: {
|
|
|
257389
257576
|
metadata?: any;
|
|
257390
257577
|
template?: any;
|
|
257391
257578
|
}, {
|
|
257392
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
257579
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
257393
257580
|
message: string;
|
|
257394
257581
|
id: string;
|
|
257395
257582
|
url: string;
|
|
@@ -258191,7 +258378,7 @@ export declare const feedPostContract: {
|
|
|
258191
258378
|
editedMessageid: import("zod").ZodString;
|
|
258192
258379
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
258193
258380
|
}, "strip", import("zod").ZodTypeAny, {
|
|
258194
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258381
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258195
258382
|
message: string;
|
|
258196
258383
|
id: string;
|
|
258197
258384
|
url: string;
|
|
@@ -258746,7 +258933,7 @@ export declare const feedPostContract: {
|
|
|
258746
258933
|
previewUrl: string;
|
|
258747
258934
|
imageSetId: string;
|
|
258748
258935
|
repliedMessage: {
|
|
258749
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258936
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258750
258937
|
message: string;
|
|
258751
258938
|
id: string;
|
|
258752
258939
|
url: string;
|
|
@@ -258957,7 +259144,7 @@ export declare const feedPostContract: {
|
|
|
258957
259144
|
template?: any;
|
|
258958
259145
|
label?: string | undefined;
|
|
258959
259146
|
}, {
|
|
258960
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259147
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258961
259148
|
message: string;
|
|
258962
259149
|
id: string;
|
|
258963
259150
|
url: string;
|
|
@@ -259512,7 +259699,7 @@ export declare const feedPostContract: {
|
|
|
259512
259699
|
previewUrl: string;
|
|
259513
259700
|
imageSetId: string;
|
|
259514
259701
|
repliedMessage: {
|
|
259515
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259702
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259516
259703
|
message: string;
|
|
259517
259704
|
id: string;
|
|
259518
259705
|
url: string;
|
|
@@ -259724,13 +259911,13 @@ export declare const feedPostContract: {
|
|
|
259724
259911
|
label?: string | undefined;
|
|
259725
259912
|
}>, "many">;
|
|
259726
259913
|
}, "strip", import("zod").ZodTypeAny, {
|
|
259727
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259914
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259728
259915
|
message: string;
|
|
259729
259916
|
id: string;
|
|
259730
259917
|
url: string;
|
|
259731
259918
|
direction: "incoming" | "outgoing" | "system";
|
|
259732
259919
|
children: {
|
|
259733
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259920
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259734
259921
|
message: string;
|
|
259735
259922
|
id: string;
|
|
259736
259923
|
url: string;
|
|
@@ -260285,7 +260472,7 @@ export declare const feedPostContract: {
|
|
|
260285
260472
|
previewUrl: string;
|
|
260286
260473
|
imageSetId: string;
|
|
260287
260474
|
repliedMessage: {
|
|
260288
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
260475
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
260289
260476
|
message: string;
|
|
260290
260477
|
id: string;
|
|
260291
260478
|
url: string;
|
|
@@ -261046,7 +261233,7 @@ export declare const feedPostContract: {
|
|
|
261046
261233
|
previewUrl: string;
|
|
261047
261234
|
imageSetId: string;
|
|
261048
261235
|
repliedMessage: {
|
|
261049
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
261236
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
261050
261237
|
message: string;
|
|
261051
261238
|
id: string;
|
|
261052
261239
|
url: string;
|
|
@@ -261384,13 +261571,13 @@ export declare const feedPostContract: {
|
|
|
261384
261571
|
template?: any;
|
|
261385
261572
|
metadata?: any;
|
|
261386
261573
|
}, {
|
|
261387
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
261574
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
261388
261575
|
message: string;
|
|
261389
261576
|
id: string;
|
|
261390
261577
|
url: string;
|
|
261391
261578
|
direction: "incoming" | "outgoing" | "system";
|
|
261392
261579
|
children: {
|
|
261393
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
261580
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
261394
261581
|
message: string;
|
|
261395
261582
|
id: string;
|
|
261396
261583
|
url: string;
|
|
@@ -261945,7 +262132,7 @@ export declare const feedPostContract: {
|
|
|
261945
262132
|
previewUrl: string;
|
|
261946
262133
|
imageSetId: string;
|
|
261947
262134
|
repliedMessage: {
|
|
261948
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
262135
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
261949
262136
|
message: string;
|
|
261950
262137
|
id: string;
|
|
261951
262138
|
url: string;
|
|
@@ -262706,7 +262893,7 @@ export declare const feedPostContract: {
|
|
|
262706
262893
|
previewUrl: string;
|
|
262707
262894
|
imageSetId: string;
|
|
262708
262895
|
repliedMessage: {
|
|
262709
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
262896
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
262710
262897
|
message: string;
|
|
262711
262898
|
id: string;
|
|
262712
262899
|
url: string;
|
|
@@ -263046,13 +263233,13 @@ export declare const feedPostContract: {
|
|
|
263046
263233
|
}>;
|
|
263047
263234
|
}, "strip", import("zod").ZodTypeAny, {
|
|
263048
263235
|
data: {
|
|
263049
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263236
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263050
263237
|
message: string;
|
|
263051
263238
|
id: string;
|
|
263052
263239
|
url: string;
|
|
263053
263240
|
direction: "incoming" | "outgoing" | "system";
|
|
263054
263241
|
children: {
|
|
263055
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263242
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263056
263243
|
message: string;
|
|
263057
263244
|
id: string;
|
|
263058
263245
|
url: string;
|
|
@@ -263607,7 +263794,7 @@ export declare const feedPostContract: {
|
|
|
263607
263794
|
previewUrl: string;
|
|
263608
263795
|
imageSetId: string;
|
|
263609
263796
|
repliedMessage: {
|
|
263610
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263797
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263611
263798
|
message: string;
|
|
263612
263799
|
id: string;
|
|
263613
263800
|
url: string;
|
|
@@ -264368,7 +264555,7 @@ export declare const feedPostContract: {
|
|
|
264368
264555
|
previewUrl: string;
|
|
264369
264556
|
imageSetId: string;
|
|
264370
264557
|
repliedMessage: {
|
|
264371
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
264558
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
264372
264559
|
message: string;
|
|
264373
264560
|
id: string;
|
|
264374
264561
|
url: string;
|
|
@@ -264712,13 +264899,13 @@ export declare const feedPostContract: {
|
|
|
264712
264899
|
requestId: string;
|
|
264713
264900
|
}, {
|
|
264714
264901
|
data: {
|
|
264715
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
264902
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
264716
264903
|
message: string;
|
|
264717
264904
|
id: string;
|
|
264718
264905
|
url: string;
|
|
264719
264906
|
direction: "incoming" | "outgoing" | "system";
|
|
264720
264907
|
children: {
|
|
264721
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
264908
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
264722
264909
|
message: string;
|
|
264723
264910
|
id: string;
|
|
264724
264911
|
url: string;
|
|
@@ -265273,7 +265460,7 @@ export declare const feedPostContract: {
|
|
|
265273
265460
|
previewUrl: string;
|
|
265274
265461
|
imageSetId: string;
|
|
265275
265462
|
repliedMessage: {
|
|
265276
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
265463
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
265277
265464
|
message: string;
|
|
265278
265465
|
id: string;
|
|
265279
265466
|
url: string;
|
|
@@ -266034,7 +266221,7 @@ export declare const feedPostContract: {
|
|
|
266034
266221
|
previewUrl: string;
|
|
266035
266222
|
imageSetId: string;
|
|
266036
266223
|
repliedMessage: {
|
|
266037
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
266224
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
266038
266225
|
message: string;
|
|
266039
266226
|
id: string;
|
|
266040
266227
|
url: string;
|
|
@@ -289423,7 +289610,7 @@ export declare const workflowContract: {
|
|
|
289423
289610
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
289424
289611
|
message: import("zod").ZodString;
|
|
289425
289612
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
289426
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
289613
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
289427
289614
|
readAt: import("zod").ZodDate;
|
|
289428
289615
|
metadata: import("zod").ZodAny;
|
|
289429
289616
|
platformId: import("zod").ZodString;
|
|
@@ -292919,7 +293106,7 @@ export declare const workflowContract: {
|
|
|
292919
293106
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
292920
293107
|
message: import("zod").ZodString;
|
|
292921
293108
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
292922
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
293109
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
292923
293110
|
readAt: import("zod").ZodDate;
|
|
292924
293111
|
metadata: import("zod").ZodAny;
|
|
292925
293112
|
platformId: import("zod").ZodString;
|
|
@@ -293577,7 +293764,7 @@ export declare const workflowContract: {
|
|
|
293577
293764
|
};
|
|
293578
293765
|
}>;
|
|
293579
293766
|
}, "strip", import("zod").ZodTypeAny, {
|
|
293580
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
293767
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
293581
293768
|
message: string;
|
|
293582
293769
|
id: string;
|
|
293583
293770
|
url: string;
|
|
@@ -293739,7 +293926,7 @@ export declare const workflowContract: {
|
|
|
293739
293926
|
metadata?: any;
|
|
293740
293927
|
template?: any;
|
|
293741
293928
|
}, {
|
|
293742
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
293929
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
293743
293930
|
message: string;
|
|
293744
293931
|
id: string;
|
|
293745
293932
|
url: string;
|
|
@@ -294541,7 +294728,7 @@ export declare const workflowContract: {
|
|
|
294541
294728
|
editedMessageid: import("zod").ZodString;
|
|
294542
294729
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
294543
294730
|
}, "strip", import("zod").ZodTypeAny, {
|
|
294544
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
294731
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
294545
294732
|
message: string;
|
|
294546
294733
|
id: string;
|
|
294547
294734
|
url: string;
|
|
@@ -295096,7 +295283,7 @@ export declare const workflowContract: {
|
|
|
295096
295283
|
previewUrl: string;
|
|
295097
295284
|
imageSetId: string;
|
|
295098
295285
|
repliedMessage: {
|
|
295099
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
295286
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
295100
295287
|
message: string;
|
|
295101
295288
|
id: string;
|
|
295102
295289
|
url: string;
|
|
@@ -295307,7 +295494,7 @@ export declare const workflowContract: {
|
|
|
295307
295494
|
template?: any;
|
|
295308
295495
|
label?: string | undefined;
|
|
295309
295496
|
}, {
|
|
295310
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
295497
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
295311
295498
|
message: string;
|
|
295312
295499
|
id: string;
|
|
295313
295500
|
url: string;
|
|
@@ -295862,7 +296049,7 @@ export declare const workflowContract: {
|
|
|
295862
296049
|
previewUrl: string;
|
|
295863
296050
|
imageSetId: string;
|
|
295864
296051
|
repliedMessage: {
|
|
295865
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
296052
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
295866
296053
|
message: string;
|
|
295867
296054
|
id: string;
|
|
295868
296055
|
url: string;
|
|
@@ -296075,7 +296262,7 @@ export declare const workflowContract: {
|
|
|
296075
296262
|
}>;
|
|
296076
296263
|
}, "strip", import("zod").ZodTypeAny, {
|
|
296077
296264
|
data: {
|
|
296078
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
296265
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
296079
296266
|
message: string;
|
|
296080
296267
|
id: string;
|
|
296081
296268
|
url: string;
|
|
@@ -296630,7 +296817,7 @@ export declare const workflowContract: {
|
|
|
296630
296817
|
previewUrl: string;
|
|
296631
296818
|
imageSetId: string;
|
|
296632
296819
|
repliedMessage: {
|
|
296633
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
296820
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
296634
296821
|
message: string;
|
|
296635
296822
|
id: string;
|
|
296636
296823
|
url: string;
|
|
@@ -296844,7 +297031,7 @@ export declare const workflowContract: {
|
|
|
296844
297031
|
requestId: string;
|
|
296845
297032
|
}, {
|
|
296846
297033
|
data: {
|
|
296847
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
297034
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
296848
297035
|
message: string;
|
|
296849
297036
|
id: string;
|
|
296850
297037
|
url: string;
|
|
@@ -297399,7 +297586,7 @@ export declare const workflowContract: {
|
|
|
297399
297586
|
previewUrl: string;
|
|
297400
297587
|
imageSetId: string;
|
|
297401
297588
|
repliedMessage: {
|
|
297402
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
297589
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
297403
297590
|
message: string;
|
|
297404
297591
|
id: string;
|
|
297405
297592
|
url: string;
|
|
@@ -325060,51 +325247,61 @@ export declare const presenceStatusContract: {
|
|
|
325060
325247
|
createdAt: import("zod").ZodDate;
|
|
325061
325248
|
updatedAt: import("zod").ZodDate;
|
|
325062
325249
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
325063
|
-
systemName: import("zod").
|
|
325250
|
+
systemName: import("zod").ZodString;
|
|
325064
325251
|
displayName: import("zod").ZodString;
|
|
325252
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325065
325253
|
position: import("zod").ZodNumber;
|
|
325066
|
-
emoji: import("zod").ZodString
|
|
325254
|
+
emoji: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325255
|
+
presenceStatusOption: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"receive_call">, import("zod").ZodLiteral<"do_not_receive_call">, import("zod").ZodLiteral<"receive_chat_message">, import("zod").ZodLiteral<"do_not_receive_chat_message">]>, "many">;
|
|
325067
325256
|
}, "strip", import("zod").ZodTypeAny, {
|
|
325068
|
-
emoji: string;
|
|
325257
|
+
emoji: string | null;
|
|
325069
325258
|
id: string;
|
|
325070
325259
|
position: number;
|
|
325260
|
+
description: string | null;
|
|
325071
325261
|
createdAt: Date;
|
|
325072
325262
|
updatedAt: Date;
|
|
325073
325263
|
deletedAt: Date | null;
|
|
325074
|
-
systemName:
|
|
325264
|
+
systemName: string;
|
|
325075
325265
|
displayName: string;
|
|
325266
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325076
325267
|
}, {
|
|
325077
|
-
emoji: string;
|
|
325268
|
+
emoji: string | null;
|
|
325078
325269
|
id: string;
|
|
325079
325270
|
position: number;
|
|
325271
|
+
description: string | null;
|
|
325080
325272
|
createdAt: Date;
|
|
325081
325273
|
updatedAt: Date;
|
|
325082
325274
|
deletedAt: Date | null;
|
|
325083
|
-
systemName:
|
|
325275
|
+
systemName: string;
|
|
325084
325276
|
displayName: string;
|
|
325277
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325085
325278
|
}>, "many">;
|
|
325086
325279
|
}, "strip", import("zod").ZodTypeAny, {
|
|
325087
325280
|
data: {
|
|
325088
|
-
emoji: string;
|
|
325281
|
+
emoji: string | null;
|
|
325089
325282
|
id: string;
|
|
325090
325283
|
position: number;
|
|
325284
|
+
description: string | null;
|
|
325091
325285
|
createdAt: Date;
|
|
325092
325286
|
updatedAt: Date;
|
|
325093
325287
|
deletedAt: Date | null;
|
|
325094
|
-
systemName:
|
|
325288
|
+
systemName: string;
|
|
325095
325289
|
displayName: string;
|
|
325290
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325096
325291
|
}[];
|
|
325097
325292
|
total: number;
|
|
325098
325293
|
}, {
|
|
325099
325294
|
data: {
|
|
325100
|
-
emoji: string;
|
|
325295
|
+
emoji: string | null;
|
|
325101
325296
|
id: string;
|
|
325102
325297
|
position: number;
|
|
325298
|
+
description: string | null;
|
|
325103
325299
|
createdAt: Date;
|
|
325104
325300
|
updatedAt: Date;
|
|
325105
325301
|
deletedAt: Date | null;
|
|
325106
|
-
systemName:
|
|
325302
|
+
systemName: string;
|
|
325107
325303
|
displayName: string;
|
|
325304
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325108
325305
|
}[];
|
|
325109
325306
|
total: number;
|
|
325110
325307
|
}>;
|
|
@@ -325156,20 +325353,26 @@ export declare const presenceStatusContract: {
|
|
|
325156
325353
|
};
|
|
325157
325354
|
createPresenceStatus: {
|
|
325158
325355
|
body: import("zod").ZodObject<{
|
|
325159
|
-
systemName: import("zod").
|
|
325356
|
+
systemName: import("zod").ZodString;
|
|
325160
325357
|
displayName: import("zod").ZodString;
|
|
325358
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
325161
325359
|
position: import("zod").ZodNumber;
|
|
325162
325360
|
emoji: import("zod").ZodString;
|
|
325361
|
+
presenceStatusOption: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"receive_call">, import("zod").ZodLiteral<"do_not_receive_call">, import("zod").ZodLiteral<"receive_chat_message">, import("zod").ZodLiteral<"do_not_receive_chat_message">]>, "many">;
|
|
325163
325362
|
}, "strip", import("zod").ZodTypeAny, {
|
|
325164
325363
|
emoji: string;
|
|
325165
325364
|
position: number;
|
|
325166
|
-
systemName:
|
|
325365
|
+
systemName: string;
|
|
325167
325366
|
displayName: string;
|
|
325367
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325368
|
+
description?: string | undefined;
|
|
325168
325369
|
}, {
|
|
325169
325370
|
emoji: string;
|
|
325170
325371
|
position: number;
|
|
325171
|
-
systemName:
|
|
325372
|
+
systemName: string;
|
|
325172
325373
|
displayName: string;
|
|
325374
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325375
|
+
description?: string | undefined;
|
|
325173
325376
|
}>;
|
|
325174
325377
|
summary: "Create a new presence status.";
|
|
325175
325378
|
method: "POST";
|
|
@@ -325181,52 +325384,62 @@ export declare const presenceStatusContract: {
|
|
|
325181
325384
|
createdAt: import("zod").ZodDate;
|
|
325182
325385
|
updatedAt: import("zod").ZodDate;
|
|
325183
325386
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
325184
|
-
systemName: import("zod").
|
|
325387
|
+
systemName: import("zod").ZodString;
|
|
325185
325388
|
displayName: import("zod").ZodString;
|
|
325389
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325186
325390
|
position: import("zod").ZodNumber;
|
|
325187
|
-
emoji: import("zod").ZodString
|
|
325391
|
+
emoji: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325392
|
+
presenceStatusOption: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"receive_call">, import("zod").ZodLiteral<"do_not_receive_call">, import("zod").ZodLiteral<"receive_chat_message">, import("zod").ZodLiteral<"do_not_receive_chat_message">]>, "many">;
|
|
325188
325393
|
}, "strip", import("zod").ZodTypeAny, {
|
|
325189
|
-
emoji: string;
|
|
325394
|
+
emoji: string | null;
|
|
325190
325395
|
id: string;
|
|
325191
325396
|
position: number;
|
|
325397
|
+
description: string | null;
|
|
325192
325398
|
createdAt: Date;
|
|
325193
325399
|
updatedAt: Date;
|
|
325194
325400
|
deletedAt: Date | null;
|
|
325195
|
-
systemName:
|
|
325401
|
+
systemName: string;
|
|
325196
325402
|
displayName: string;
|
|
325403
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325197
325404
|
}, {
|
|
325198
|
-
emoji: string;
|
|
325405
|
+
emoji: string | null;
|
|
325199
325406
|
id: string;
|
|
325200
325407
|
position: number;
|
|
325408
|
+
description: string | null;
|
|
325201
325409
|
createdAt: Date;
|
|
325202
325410
|
updatedAt: Date;
|
|
325203
325411
|
deletedAt: Date | null;
|
|
325204
|
-
systemName:
|
|
325412
|
+
systemName: string;
|
|
325205
325413
|
displayName: string;
|
|
325414
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325206
325415
|
}>;
|
|
325207
325416
|
}, "strip", import("zod").ZodTypeAny, {
|
|
325208
325417
|
requestId: string;
|
|
325209
325418
|
presenceStatus: {
|
|
325210
|
-
emoji: string;
|
|
325419
|
+
emoji: string | null;
|
|
325211
325420
|
id: string;
|
|
325212
325421
|
position: number;
|
|
325422
|
+
description: string | null;
|
|
325213
325423
|
createdAt: Date;
|
|
325214
325424
|
updatedAt: Date;
|
|
325215
325425
|
deletedAt: Date | null;
|
|
325216
|
-
systemName:
|
|
325426
|
+
systemName: string;
|
|
325217
325427
|
displayName: string;
|
|
325428
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325218
325429
|
};
|
|
325219
325430
|
}, {
|
|
325220
325431
|
requestId: string;
|
|
325221
325432
|
presenceStatus: {
|
|
325222
|
-
emoji: string;
|
|
325433
|
+
emoji: string | null;
|
|
325223
325434
|
id: string;
|
|
325224
325435
|
position: number;
|
|
325436
|
+
description: string | null;
|
|
325225
325437
|
createdAt: Date;
|
|
325226
325438
|
updatedAt: Date;
|
|
325227
325439
|
deletedAt: Date | null;
|
|
325228
|
-
systemName:
|
|
325440
|
+
systemName: string;
|
|
325229
325441
|
displayName: string;
|
|
325442
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325230
325443
|
};
|
|
325231
325444
|
}>;
|
|
325232
325445
|
400: import("zod").ZodObject<{
|
|
@@ -325311,28 +325524,34 @@ export declare const presenceStatusContract: {
|
|
|
325311
325524
|
createdAt: import("zod").ZodDate;
|
|
325312
325525
|
updatedAt: import("zod").ZodDate;
|
|
325313
325526
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
325314
|
-
systemName: import("zod").
|
|
325527
|
+
systemName: import("zod").ZodString;
|
|
325315
325528
|
displayName: import("zod").ZodString;
|
|
325529
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325316
325530
|
position: import("zod").ZodNumber;
|
|
325317
|
-
emoji: import("zod").ZodString
|
|
325531
|
+
emoji: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325532
|
+
presenceStatusOption: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"receive_call">, import("zod").ZodLiteral<"do_not_receive_call">, import("zod").ZodLiteral<"receive_chat_message">, import("zod").ZodLiteral<"do_not_receive_chat_message">]>, "many">;
|
|
325318
325533
|
}, "strip", import("zod").ZodTypeAny, {
|
|
325319
|
-
emoji: string;
|
|
325534
|
+
emoji: string | null;
|
|
325320
325535
|
id: string;
|
|
325321
325536
|
position: number;
|
|
325537
|
+
description: string | null;
|
|
325322
325538
|
createdAt: Date;
|
|
325323
325539
|
updatedAt: Date;
|
|
325324
325540
|
deletedAt: Date | null;
|
|
325325
|
-
systemName:
|
|
325541
|
+
systemName: string;
|
|
325326
325542
|
displayName: string;
|
|
325543
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325327
325544
|
}, {
|
|
325328
|
-
emoji: string;
|
|
325545
|
+
emoji: string | null;
|
|
325329
325546
|
id: string;
|
|
325330
325547
|
position: number;
|
|
325548
|
+
description: string | null;
|
|
325331
325549
|
createdAt: Date;
|
|
325332
325550
|
updatedAt: Date;
|
|
325333
325551
|
deletedAt: Date | null;
|
|
325334
|
-
systemName:
|
|
325552
|
+
systemName: string;
|
|
325335
325553
|
displayName: string;
|
|
325554
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325336
325555
|
}>;
|
|
325337
325556
|
400: import("zod").ZodObject<{
|
|
325338
325557
|
message: import("zod").ZodString;
|
|
@@ -325402,20 +325621,26 @@ export declare const presenceStatusContract: {
|
|
|
325402
325621
|
};
|
|
325403
325622
|
updatePresenceStatus: {
|
|
325404
325623
|
body: import("zod").ZodObject<{
|
|
325405
|
-
systemName: import("zod").
|
|
325624
|
+
systemName: import("zod").ZodString;
|
|
325406
325625
|
displayName: import("zod").ZodString;
|
|
325626
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
325407
325627
|
position: import("zod").ZodNumber;
|
|
325408
325628
|
emoji: import("zod").ZodString;
|
|
325629
|
+
presenceStatusOption: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"receive_call">, import("zod").ZodLiteral<"do_not_receive_call">, import("zod").ZodLiteral<"receive_chat_message">, import("zod").ZodLiteral<"do_not_receive_chat_message">]>, "many">;
|
|
325409
325630
|
}, "strip", import("zod").ZodTypeAny, {
|
|
325410
325631
|
emoji: string;
|
|
325411
325632
|
position: number;
|
|
325412
|
-
systemName:
|
|
325633
|
+
systemName: string;
|
|
325413
325634
|
displayName: string;
|
|
325635
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325636
|
+
description?: string | undefined;
|
|
325414
325637
|
}, {
|
|
325415
325638
|
emoji: string;
|
|
325416
325639
|
position: number;
|
|
325417
|
-
systemName:
|
|
325640
|
+
systemName: string;
|
|
325418
325641
|
displayName: string;
|
|
325642
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325643
|
+
description?: string | undefined;
|
|
325419
325644
|
}>;
|
|
325420
325645
|
summary: "Update a presence status.";
|
|
325421
325646
|
method: "PATCH";
|
|
@@ -325434,52 +325659,62 @@ export declare const presenceStatusContract: {
|
|
|
325434
325659
|
createdAt: import("zod").ZodDate;
|
|
325435
325660
|
updatedAt: import("zod").ZodDate;
|
|
325436
325661
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
325437
|
-
systemName: import("zod").
|
|
325662
|
+
systemName: import("zod").ZodString;
|
|
325438
325663
|
displayName: import("zod").ZodString;
|
|
325664
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325439
325665
|
position: import("zod").ZodNumber;
|
|
325440
|
-
emoji: import("zod").ZodString
|
|
325666
|
+
emoji: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325667
|
+
presenceStatusOption: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"receive_call">, import("zod").ZodLiteral<"do_not_receive_call">, import("zod").ZodLiteral<"receive_chat_message">, import("zod").ZodLiteral<"do_not_receive_chat_message">]>, "many">;
|
|
325441
325668
|
}, "strip", import("zod").ZodTypeAny, {
|
|
325442
|
-
emoji: string;
|
|
325669
|
+
emoji: string | null;
|
|
325443
325670
|
id: string;
|
|
325444
325671
|
position: number;
|
|
325672
|
+
description: string | null;
|
|
325445
325673
|
createdAt: Date;
|
|
325446
325674
|
updatedAt: Date;
|
|
325447
325675
|
deletedAt: Date | null;
|
|
325448
|
-
systemName:
|
|
325676
|
+
systemName: string;
|
|
325449
325677
|
displayName: string;
|
|
325678
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325450
325679
|
}, {
|
|
325451
|
-
emoji: string;
|
|
325680
|
+
emoji: string | null;
|
|
325452
325681
|
id: string;
|
|
325453
325682
|
position: number;
|
|
325683
|
+
description: string | null;
|
|
325454
325684
|
createdAt: Date;
|
|
325455
325685
|
updatedAt: Date;
|
|
325456
325686
|
deletedAt: Date | null;
|
|
325457
|
-
systemName:
|
|
325687
|
+
systemName: string;
|
|
325458
325688
|
displayName: string;
|
|
325689
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325459
325690
|
}>;
|
|
325460
325691
|
}, "strip", import("zod").ZodTypeAny, {
|
|
325461
325692
|
requestId: string;
|
|
325462
325693
|
presenceStatus: {
|
|
325463
|
-
emoji: string;
|
|
325694
|
+
emoji: string | null;
|
|
325464
325695
|
id: string;
|
|
325465
325696
|
position: number;
|
|
325697
|
+
description: string | null;
|
|
325466
325698
|
createdAt: Date;
|
|
325467
325699
|
updatedAt: Date;
|
|
325468
325700
|
deletedAt: Date | null;
|
|
325469
|
-
systemName:
|
|
325701
|
+
systemName: string;
|
|
325470
325702
|
displayName: string;
|
|
325703
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325471
325704
|
};
|
|
325472
325705
|
}, {
|
|
325473
325706
|
requestId: string;
|
|
325474
325707
|
presenceStatus: {
|
|
325475
|
-
emoji: string;
|
|
325708
|
+
emoji: string | null;
|
|
325476
325709
|
id: string;
|
|
325477
325710
|
position: number;
|
|
325711
|
+
description: string | null;
|
|
325478
325712
|
createdAt: Date;
|
|
325479
325713
|
updatedAt: Date;
|
|
325480
325714
|
deletedAt: Date | null;
|
|
325481
|
-
systemName:
|
|
325715
|
+
systemName: string;
|
|
325482
325716
|
displayName: string;
|
|
325717
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
325483
325718
|
};
|
|
325484
325719
|
}>;
|
|
325485
325720
|
400: import("zod").ZodObject<{
|