@kl1/contracts 1.4.47 → 1.4.49
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/botpress/index.d.ts +9 -9
- package/dist/api-contracts/src/botpress/validation.d.ts +9 -9
- package/dist/api-contracts/src/channel/index.d.ts +0 -64
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +0 -64
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +3 -127
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +1 -26
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +0 -19
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/company/index.d.ts +0 -80
- package/dist/api-contracts/src/company/index.d.ts.map +1 -1
- package/dist/api-contracts/src/company/validation.d.ts +0 -40
- package/dist/api-contracts/src/company/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +446 -431
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +0 -16
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/index.d.ts +0 -1
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +0 -16
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +0 -16
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +0 -16
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/index.d.ts +0 -438
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +0 -16
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +430 -0
- 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 +3 -0
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +3 -0
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +0 -16
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +0 -16
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +0 -16
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +7 -86
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +0 -1
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +1640 -1699
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1640 -1698
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -4923,76 +4923,12 @@ export declare const apiContract: {
|
|
4923
4923
|
updateChannelCsatPreference: {
|
4924
4924
|
body: import("zod").ZodObject<{
|
4925
4925
|
isCSATEnabled: import("zod").ZodBoolean;
|
4926
|
-
headline: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
4927
|
-
image: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
4928
|
-
bucketName: import("zod").ZodString;
|
4929
|
-
fileName: import("zod").ZodString;
|
4930
|
-
fileSize: import("zod").ZodNumber;
|
4931
|
-
fileKey: import("zod").ZodString;
|
4932
|
-
originalUrl: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
4933
|
-
}, "strip", import("zod").ZodTypeAny, {
|
4934
|
-
fileName: string;
|
4935
|
-
fileKey: string;
|
4936
|
-
bucketName: string;
|
4937
|
-
fileSize: number;
|
4938
|
-
originalUrl?: string | null | undefined;
|
4939
|
-
}, {
|
4940
|
-
fileName: string;
|
4941
|
-
fileKey: string;
|
4942
|
-
bucketName: string;
|
4943
|
-
fileSize: number;
|
4944
|
-
originalUrl?: string | null | undefined;
|
4945
|
-
}>>>;
|
4946
|
-
scaleOptions: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
4947
|
-
value: import("zod").ZodString;
|
4948
|
-
label: import("zod").ZodString;
|
4949
|
-
color: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
4950
|
-
style: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
4951
|
-
}, "strip", import("zod").ZodTypeAny, {
|
4952
|
-
value: string;
|
4953
|
-
label: string;
|
4954
|
-
color?: string | null | undefined;
|
4955
|
-
style?: string | null | undefined;
|
4956
|
-
}, {
|
4957
|
-
value: string;
|
4958
|
-
label: string;
|
4959
|
-
color?: string | null | undefined;
|
4960
|
-
style?: string | null | undefined;
|
4961
|
-
}>, "many">>>;
|
4962
4926
|
dispositions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
4963
4927
|
}, "strip", import("zod").ZodTypeAny, {
|
4964
4928
|
isCSATEnabled: boolean;
|
4965
|
-
headline?: string | null | undefined;
|
4966
|
-
image?: {
|
4967
|
-
fileName: string;
|
4968
|
-
fileKey: string;
|
4969
|
-
bucketName: string;
|
4970
|
-
fileSize: number;
|
4971
|
-
originalUrl?: string | null | undefined;
|
4972
|
-
} | null | undefined;
|
4973
|
-
scaleOptions?: {
|
4974
|
-
value: string;
|
4975
|
-
label: string;
|
4976
|
-
color?: string | null | undefined;
|
4977
|
-
style?: string | null | undefined;
|
4978
|
-
}[] | null | undefined;
|
4979
4929
|
dispositions?: string[] | undefined;
|
4980
4930
|
}, {
|
4981
4931
|
isCSATEnabled: boolean;
|
4982
|
-
headline?: string | null | undefined;
|
4983
|
-
image?: {
|
4984
|
-
fileName: string;
|
4985
|
-
fileKey: string;
|
4986
|
-
bucketName: string;
|
4987
|
-
fileSize: number;
|
4988
|
-
originalUrl?: string | null | undefined;
|
4989
|
-
} | null | undefined;
|
4990
|
-
scaleOptions?: {
|
4991
|
-
value: string;
|
4992
|
-
label: string;
|
4993
|
-
color?: string | null | undefined;
|
4994
|
-
style?: string | null | undefined;
|
4995
|
-
}[] | null | undefined;
|
4996
4932
|
dispositions?: string[] | undefined;
|
4997
4933
|
}>;
|
4998
4934
|
summary: "Enable or Disable CSAT for channel";
|
@@ -36595,6 +36531,425 @@ export declare const apiContract: {
|
|
36595
36531
|
};
|
36596
36532
|
};
|
36597
36533
|
agentPresenceStatus: {
|
36534
|
+
getAllAgentStatus: {
|
36535
|
+
summary: "Get all user presence status list.";
|
36536
|
+
method: "GET";
|
36537
|
+
responses: {
|
36538
|
+
200: import("zod").ZodArray<import("zod").ZodObject<{
|
36539
|
+
id: import("zod").ZodString;
|
36540
|
+
createdAt: import("zod").ZodDate;
|
36541
|
+
updatedAt: import("zod").ZodDate;
|
36542
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
36543
|
+
user: import("zod").ZodObject<{
|
36544
|
+
name: import("zod").ZodString;
|
36545
|
+
id: import("zod").ZodString;
|
36546
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
36547
|
+
email: import("zod").ZodString;
|
36548
|
+
createdAt: import("zod").ZodDate;
|
36549
|
+
updatedAt: import("zod").ZodDate;
|
36550
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
36551
|
+
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
36552
|
+
password: import("zod").ZodString;
|
36553
|
+
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
36554
|
+
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
36555
|
+
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
36556
|
+
id: import("zod").ZodString;
|
36557
|
+
createdAt: import("zod").ZodDate;
|
36558
|
+
updatedAt: import("zod").ZodDate;
|
36559
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
36560
|
+
systemName: import("zod").ZodString;
|
36561
|
+
displayName: import("zod").ZodString;
|
36562
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
36563
|
+
permissions: import("zod").ZodArray<import("zod").ZodObject<{
|
36564
|
+
id: import("zod").ZodString;
|
36565
|
+
createdAt: import("zod").ZodDate;
|
36566
|
+
updatedAt: import("zod").ZodDate;
|
36567
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
36568
|
+
systemName: import("zod").ZodString;
|
36569
|
+
displayName: import("zod").ZodString;
|
36570
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
36571
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36572
|
+
id: string;
|
36573
|
+
description: string | null;
|
36574
|
+
createdAt: Date;
|
36575
|
+
updatedAt: Date;
|
36576
|
+
deletedAt: Date | null;
|
36577
|
+
systemName: string;
|
36578
|
+
displayName: string;
|
36579
|
+
}, {
|
36580
|
+
id: string;
|
36581
|
+
description: string | null;
|
36582
|
+
createdAt: Date;
|
36583
|
+
updatedAt: Date;
|
36584
|
+
deletedAt: Date | null;
|
36585
|
+
systemName: string;
|
36586
|
+
displayName: string;
|
36587
|
+
}>, "many">;
|
36588
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36589
|
+
id: string;
|
36590
|
+
description: string | null;
|
36591
|
+
createdAt: Date;
|
36592
|
+
updatedAt: Date;
|
36593
|
+
deletedAt: Date | null;
|
36594
|
+
systemName: string;
|
36595
|
+
displayName: string;
|
36596
|
+
permissions: {
|
36597
|
+
id: string;
|
36598
|
+
description: string | null;
|
36599
|
+
createdAt: Date;
|
36600
|
+
updatedAt: Date;
|
36601
|
+
deletedAt: Date | null;
|
36602
|
+
systemName: string;
|
36603
|
+
displayName: string;
|
36604
|
+
}[];
|
36605
|
+
}, {
|
36606
|
+
id: string;
|
36607
|
+
description: string | null;
|
36608
|
+
createdAt: Date;
|
36609
|
+
updatedAt: Date;
|
36610
|
+
deletedAt: Date | null;
|
36611
|
+
systemName: string;
|
36612
|
+
displayName: string;
|
36613
|
+
permissions: {
|
36614
|
+
id: string;
|
36615
|
+
description: string | null;
|
36616
|
+
createdAt: Date;
|
36617
|
+
updatedAt: Date;
|
36618
|
+
deletedAt: Date | null;
|
36619
|
+
systemName: string;
|
36620
|
+
displayName: string;
|
36621
|
+
}[];
|
36622
|
+
}>, "many">;
|
36623
|
+
extension: import("zod").ZodObject<{
|
36624
|
+
id: import("zod").ZodString;
|
36625
|
+
createdAt: import("zod").ZodDate;
|
36626
|
+
updatedAt: import("zod").ZodDate;
|
36627
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
36628
|
+
userId: import("zod").ZodNullable<import("zod").ZodString>;
|
36629
|
+
sipServerUrl: import("zod").ZodString;
|
36630
|
+
sipUserName: import("zod").ZodString;
|
36631
|
+
webphoneLoginUser: import("zod").ZodString;
|
36632
|
+
extensionId: import("zod").ZodNullable<import("zod").ZodString>;
|
36633
|
+
extensionName: import("zod").ZodString;
|
36634
|
+
telephonySignature: import("zod").ZodNullable<import("zod").ZodString>;
|
36635
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36636
|
+
id: string;
|
36637
|
+
createdAt: Date;
|
36638
|
+
updatedAt: Date;
|
36639
|
+
deletedAt: Date | null;
|
36640
|
+
userId: string | null;
|
36641
|
+
sipServerUrl: string;
|
36642
|
+
sipUserName: string;
|
36643
|
+
webphoneLoginUser: string;
|
36644
|
+
extensionId: string | null;
|
36645
|
+
extensionName: string;
|
36646
|
+
telephonySignature: string | null;
|
36647
|
+
}, {
|
36648
|
+
id: string;
|
36649
|
+
createdAt: Date;
|
36650
|
+
updatedAt: Date;
|
36651
|
+
deletedAt: Date | null;
|
36652
|
+
userId: string | null;
|
36653
|
+
sipServerUrl: string;
|
36654
|
+
sipUserName: string;
|
36655
|
+
webphoneLoginUser: string;
|
36656
|
+
extensionId: string | null;
|
36657
|
+
extensionName: string;
|
36658
|
+
telephonySignature: string | null;
|
36659
|
+
}>;
|
36660
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36661
|
+
name: string;
|
36662
|
+
id: string;
|
36663
|
+
address: string | null;
|
36664
|
+
email: string;
|
36665
|
+
createdAt: Date;
|
36666
|
+
updatedAt: Date;
|
36667
|
+
deletedAt: Date | null;
|
36668
|
+
emailVerifiedAt: Date | null;
|
36669
|
+
password: string;
|
36670
|
+
phone: string | null;
|
36671
|
+
notificationCount: number | null;
|
36672
|
+
roles: {
|
36673
|
+
id: string;
|
36674
|
+
description: string | null;
|
36675
|
+
createdAt: Date;
|
36676
|
+
updatedAt: Date;
|
36677
|
+
deletedAt: Date | null;
|
36678
|
+
systemName: string;
|
36679
|
+
displayName: string;
|
36680
|
+
permissions: {
|
36681
|
+
id: string;
|
36682
|
+
description: string | null;
|
36683
|
+
createdAt: Date;
|
36684
|
+
updatedAt: Date;
|
36685
|
+
deletedAt: Date | null;
|
36686
|
+
systemName: string;
|
36687
|
+
displayName: string;
|
36688
|
+
}[];
|
36689
|
+
}[];
|
36690
|
+
extension: {
|
36691
|
+
id: string;
|
36692
|
+
createdAt: Date;
|
36693
|
+
updatedAt: Date;
|
36694
|
+
deletedAt: Date | null;
|
36695
|
+
userId: string | null;
|
36696
|
+
sipServerUrl: string;
|
36697
|
+
sipUserName: string;
|
36698
|
+
webphoneLoginUser: string;
|
36699
|
+
extensionId: string | null;
|
36700
|
+
extensionName: string;
|
36701
|
+
telephonySignature: string | null;
|
36702
|
+
};
|
36703
|
+
}, {
|
36704
|
+
name: string;
|
36705
|
+
id: string;
|
36706
|
+
address: string | null;
|
36707
|
+
email: string;
|
36708
|
+
createdAt: Date;
|
36709
|
+
updatedAt: Date;
|
36710
|
+
deletedAt: Date | null;
|
36711
|
+
emailVerifiedAt: Date | null;
|
36712
|
+
password: string;
|
36713
|
+
phone: string | null;
|
36714
|
+
notificationCount: number | null;
|
36715
|
+
roles: {
|
36716
|
+
id: string;
|
36717
|
+
description: string | null;
|
36718
|
+
createdAt: Date;
|
36719
|
+
updatedAt: Date;
|
36720
|
+
deletedAt: Date | null;
|
36721
|
+
systemName: string;
|
36722
|
+
displayName: string;
|
36723
|
+
permissions: {
|
36724
|
+
id: string;
|
36725
|
+
description: string | null;
|
36726
|
+
createdAt: Date;
|
36727
|
+
updatedAt: Date;
|
36728
|
+
deletedAt: Date | null;
|
36729
|
+
systemName: string;
|
36730
|
+
displayName: string;
|
36731
|
+
}[];
|
36732
|
+
}[];
|
36733
|
+
extension: {
|
36734
|
+
id: string;
|
36735
|
+
createdAt: Date;
|
36736
|
+
updatedAt: Date;
|
36737
|
+
deletedAt: Date | null;
|
36738
|
+
userId: string | null;
|
36739
|
+
sipServerUrl: string;
|
36740
|
+
sipUserName: string;
|
36741
|
+
webphoneLoginUser: string;
|
36742
|
+
extensionId: string | null;
|
36743
|
+
extensionName: string;
|
36744
|
+
telephonySignature: string | null;
|
36745
|
+
};
|
36746
|
+
}>;
|
36747
|
+
presenceStatus: import("zod").ZodObject<{
|
36748
|
+
id: import("zod").ZodString;
|
36749
|
+
createdAt: import("zod").ZodDate;
|
36750
|
+
updatedAt: import("zod").ZodDate;
|
36751
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
36752
|
+
systemName: import("zod").ZodString;
|
36753
|
+
displayName: import("zod").ZodString;
|
36754
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
36755
|
+
position: import("zod").ZodNumber;
|
36756
|
+
emoji: import("zod").ZodNullable<import("zod").ZodString>;
|
36757
|
+
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">;
|
36758
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36759
|
+
emoji: string | null;
|
36760
|
+
id: string;
|
36761
|
+
position: number;
|
36762
|
+
description: string | null;
|
36763
|
+
createdAt: Date;
|
36764
|
+
updatedAt: Date;
|
36765
|
+
deletedAt: Date | null;
|
36766
|
+
systemName: string;
|
36767
|
+
displayName: string;
|
36768
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
36769
|
+
}, {
|
36770
|
+
emoji: string | null;
|
36771
|
+
id: string;
|
36772
|
+
position: number;
|
36773
|
+
description: string | null;
|
36774
|
+
createdAt: Date;
|
36775
|
+
updatedAt: Date;
|
36776
|
+
deletedAt: Date | null;
|
36777
|
+
systemName: string;
|
36778
|
+
displayName: string;
|
36779
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
36780
|
+
}>;
|
36781
|
+
customPresenceStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
36782
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36783
|
+
id: string;
|
36784
|
+
user: {
|
36785
|
+
name: string;
|
36786
|
+
id: string;
|
36787
|
+
address: string | null;
|
36788
|
+
email: string;
|
36789
|
+
createdAt: Date;
|
36790
|
+
updatedAt: Date;
|
36791
|
+
deletedAt: Date | null;
|
36792
|
+
emailVerifiedAt: Date | null;
|
36793
|
+
password: string;
|
36794
|
+
phone: string | null;
|
36795
|
+
notificationCount: number | null;
|
36796
|
+
roles: {
|
36797
|
+
id: string;
|
36798
|
+
description: string | null;
|
36799
|
+
createdAt: Date;
|
36800
|
+
updatedAt: Date;
|
36801
|
+
deletedAt: Date | null;
|
36802
|
+
systemName: string;
|
36803
|
+
displayName: string;
|
36804
|
+
permissions: {
|
36805
|
+
id: string;
|
36806
|
+
description: string | null;
|
36807
|
+
createdAt: Date;
|
36808
|
+
updatedAt: Date;
|
36809
|
+
deletedAt: Date | null;
|
36810
|
+
systemName: string;
|
36811
|
+
displayName: string;
|
36812
|
+
}[];
|
36813
|
+
}[];
|
36814
|
+
extension: {
|
36815
|
+
id: string;
|
36816
|
+
createdAt: Date;
|
36817
|
+
updatedAt: Date;
|
36818
|
+
deletedAt: Date | null;
|
36819
|
+
userId: string | null;
|
36820
|
+
sipServerUrl: string;
|
36821
|
+
sipUserName: string;
|
36822
|
+
webphoneLoginUser: string;
|
36823
|
+
extensionId: string | null;
|
36824
|
+
extensionName: string;
|
36825
|
+
telephonySignature: string | null;
|
36826
|
+
};
|
36827
|
+
};
|
36828
|
+
createdAt: Date;
|
36829
|
+
updatedAt: Date;
|
36830
|
+
deletedAt: Date | null;
|
36831
|
+
presenceStatus: {
|
36832
|
+
emoji: string | null;
|
36833
|
+
id: string;
|
36834
|
+
position: number;
|
36835
|
+
description: string | null;
|
36836
|
+
createdAt: Date;
|
36837
|
+
updatedAt: Date;
|
36838
|
+
deletedAt: Date | null;
|
36839
|
+
systemName: string;
|
36840
|
+
displayName: string;
|
36841
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
36842
|
+
};
|
36843
|
+
customPresenceStatus?: string | null | undefined;
|
36844
|
+
}, {
|
36845
|
+
id: string;
|
36846
|
+
user: {
|
36847
|
+
name: string;
|
36848
|
+
id: string;
|
36849
|
+
address: string | null;
|
36850
|
+
email: string;
|
36851
|
+
createdAt: Date;
|
36852
|
+
updatedAt: Date;
|
36853
|
+
deletedAt: Date | null;
|
36854
|
+
emailVerifiedAt: Date | null;
|
36855
|
+
password: string;
|
36856
|
+
phone: string | null;
|
36857
|
+
notificationCount: number | null;
|
36858
|
+
roles: {
|
36859
|
+
id: string;
|
36860
|
+
description: string | null;
|
36861
|
+
createdAt: Date;
|
36862
|
+
updatedAt: Date;
|
36863
|
+
deletedAt: Date | null;
|
36864
|
+
systemName: string;
|
36865
|
+
displayName: string;
|
36866
|
+
permissions: {
|
36867
|
+
id: string;
|
36868
|
+
description: string | null;
|
36869
|
+
createdAt: Date;
|
36870
|
+
updatedAt: Date;
|
36871
|
+
deletedAt: Date | null;
|
36872
|
+
systemName: string;
|
36873
|
+
displayName: string;
|
36874
|
+
}[];
|
36875
|
+
}[];
|
36876
|
+
extension: {
|
36877
|
+
id: string;
|
36878
|
+
createdAt: Date;
|
36879
|
+
updatedAt: Date;
|
36880
|
+
deletedAt: Date | null;
|
36881
|
+
userId: string | null;
|
36882
|
+
sipServerUrl: string;
|
36883
|
+
sipUserName: string;
|
36884
|
+
webphoneLoginUser: string;
|
36885
|
+
extensionId: string | null;
|
36886
|
+
extensionName: string;
|
36887
|
+
telephonySignature: string | null;
|
36888
|
+
};
|
36889
|
+
};
|
36890
|
+
createdAt: Date;
|
36891
|
+
updatedAt: Date;
|
36892
|
+
deletedAt: Date | null;
|
36893
|
+
presenceStatus: {
|
36894
|
+
emoji: string | null;
|
36895
|
+
id: string;
|
36896
|
+
position: number;
|
36897
|
+
description: string | null;
|
36898
|
+
createdAt: Date;
|
36899
|
+
updatedAt: Date;
|
36900
|
+
deletedAt: Date | null;
|
36901
|
+
systemName: string;
|
36902
|
+
displayName: string;
|
36903
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
36904
|
+
};
|
36905
|
+
customPresenceStatus?: string | null | undefined;
|
36906
|
+
}>, "many">;
|
36907
|
+
400: import("zod").ZodObject<{
|
36908
|
+
message: import("zod").ZodString;
|
36909
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36910
|
+
message: string;
|
36911
|
+
}, {
|
36912
|
+
message: string;
|
36913
|
+
}>;
|
36914
|
+
401: import("zod").ZodObject<{
|
36915
|
+
message: import("zod").ZodString;
|
36916
|
+
error: import("zod").ZodAny;
|
36917
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36918
|
+
message: string;
|
36919
|
+
error?: any;
|
36920
|
+
}, {
|
36921
|
+
message: string;
|
36922
|
+
error?: any;
|
36923
|
+
}>;
|
36924
|
+
500: import("zod").ZodObject<{
|
36925
|
+
message: import("zod").ZodString;
|
36926
|
+
error: import("zod").ZodAny;
|
36927
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36928
|
+
message: string;
|
36929
|
+
error?: any;
|
36930
|
+
}, {
|
36931
|
+
message: string;
|
36932
|
+
error?: any;
|
36933
|
+
}>;
|
36934
|
+
};
|
36935
|
+
path: "ms/telephony/agents/presence_status";
|
36936
|
+
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
36937
|
+
'x-tenant': import("zod").ZodString;
|
36938
|
+
'x-service-token': import("zod").ZodString;
|
36939
|
+
'x-code': import("zod").ZodOptional<import("zod").ZodString>;
|
36940
|
+
'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
|
36941
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36942
|
+
'x-tenant': string;
|
36943
|
+
'x-service-token': string;
|
36944
|
+
'x-client-timezone': string;
|
36945
|
+
'x-code'?: string | undefined;
|
36946
|
+
}, {
|
36947
|
+
'x-tenant': string;
|
36948
|
+
'x-service-token': string;
|
36949
|
+
'x-code'?: string | undefined;
|
36950
|
+
'x-client-timezone'?: string | undefined;
|
36951
|
+
}>>>;
|
36952
|
+
};
|
36598
36953
|
getAgentStatus: {
|
36599
36954
|
summary: "Check and update user agent status before getting from telephony server.";
|
36600
36955
|
method: "GET";
|
@@ -36849,6 +37204,7 @@ export declare const apiContract: {
|
|
36849
37204
|
displayName: string;
|
36850
37205
|
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
36851
37206
|
}>;
|
37207
|
+
customPresenceStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
36852
37208
|
}, "strip", import("zod").ZodTypeAny, {
|
36853
37209
|
id: string;
|
36854
37210
|
user: {
|
@@ -36910,6 +37266,7 @@ export declare const apiContract: {
|
|
36910
37266
|
displayName: string;
|
36911
37267
|
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
36912
37268
|
};
|
37269
|
+
customPresenceStatus?: string | null | undefined;
|
36913
37270
|
}, {
|
36914
37271
|
id: string;
|
36915
37272
|
user: {
|
@@ -36971,6 +37328,7 @@ export declare const apiContract: {
|
|
36971
37328
|
displayName: string;
|
36972
37329
|
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
36973
37330
|
};
|
37331
|
+
customPresenceStatus?: string | null | undefined;
|
36974
37332
|
}>;
|
36975
37333
|
400: import("zod").ZodObject<{
|
36976
37334
|
message: import("zod").ZodString;
|
@@ -37022,15 +37380,18 @@ export declare const apiContract: {
|
|
37022
37380
|
body: import("zod").ZodObject<{
|
37023
37381
|
userId: import("zod").ZodString;
|
37024
37382
|
presenceStatusId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
37383
|
+
customPreseneStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
37025
37384
|
reason: import("zod").ZodString;
|
37026
37385
|
}, "strip", import("zod").ZodTypeAny, {
|
37027
37386
|
reason: string;
|
37028
37387
|
userId: string;
|
37029
37388
|
presenceStatusId?: string | null | undefined;
|
37389
|
+
customPreseneStatus?: string | null | undefined;
|
37030
37390
|
}, {
|
37031
37391
|
reason: string;
|
37032
37392
|
userId: string;
|
37033
37393
|
presenceStatusId?: string | null | undefined;
|
37394
|
+
customPreseneStatus?: string | null | undefined;
|
37034
37395
|
}>;
|
37035
37396
|
summary: "Update presence status";
|
37036
37397
|
method: "POST";
|
@@ -37280,6 +37641,7 @@ export declare const apiContract: {
|
|
37280
37641
|
displayName: string;
|
37281
37642
|
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
37282
37643
|
}>;
|
37644
|
+
customPresenceStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
37283
37645
|
}, "strip", import("zod").ZodTypeAny, {
|
37284
37646
|
id: string;
|
37285
37647
|
user: {
|
@@ -37341,6 +37703,7 @@ export declare const apiContract: {
|
|
37341
37703
|
displayName: string;
|
37342
37704
|
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
37343
37705
|
};
|
37706
|
+
customPresenceStatus?: string | null | undefined;
|
37344
37707
|
}, {
|
37345
37708
|
id: string;
|
37346
37709
|
user: {
|
@@ -37402,6 +37765,7 @@ export declare const apiContract: {
|
|
37402
37765
|
displayName: string;
|
37403
37766
|
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
37404
37767
|
};
|
37768
|
+
customPresenceStatus?: string | null | undefined;
|
37405
37769
|
}>;
|
37406
37770
|
}, "strip", import("zod").ZodTypeAny, {
|
37407
37771
|
requestId: string;
|
@@ -37466,6 +37830,7 @@ export declare const apiContract: {
|
|
37466
37830
|
displayName: string;
|
37467
37831
|
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
37468
37832
|
};
|
37833
|
+
customPresenceStatus?: string | null | undefined;
|
37469
37834
|
};
|
37470
37835
|
}, {
|
37471
37836
|
requestId: string;
|
@@ -37530,6 +37895,7 @@ export declare const apiContract: {
|
|
37530
37895
|
displayName: string;
|
37531
37896
|
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
37532
37897
|
};
|
37898
|
+
customPresenceStatus?: string | null | undefined;
|
37533
37899
|
};
|
37534
37900
|
}>;
|
37535
37901
|
400: import("zod").ZodObject<{
|
@@ -38024,55 +38390,31 @@ export declare const apiContract: {
|
|
38024
38390
|
body: import("zod").ZodObject<{
|
38025
38391
|
name: import("zod").ZodObject<{
|
38026
38392
|
value: import("zod").ZodString;
|
38027
|
-
isRequired: import("zod").ZodBoolean;
|
38028
|
-
attributeId: import("zod").ZodString;
|
38029
38393
|
}, "strip", import("zod").ZodTypeAny, {
|
38030
38394
|
value: string;
|
38031
|
-
isRequired: boolean;
|
38032
|
-
attributeId: string;
|
38033
38395
|
}, {
|
38034
38396
|
value: string;
|
38035
|
-
isRequired: boolean;
|
38036
|
-
attributeId: string;
|
38037
38397
|
}>;
|
38038
38398
|
phone: import("zod").ZodObject<{
|
38039
38399
|
value: import("zod").ZodString;
|
38040
|
-
isRequired: import("zod").ZodBoolean;
|
38041
|
-
attributeId: import("zod").ZodString;
|
38042
38400
|
}, "strip", import("zod").ZodTypeAny, {
|
38043
38401
|
value: string;
|
38044
|
-
isRequired: boolean;
|
38045
|
-
attributeId: string;
|
38046
38402
|
}, {
|
38047
38403
|
value: string;
|
38048
|
-
isRequired: boolean;
|
38049
|
-
attributeId: string;
|
38050
38404
|
}>;
|
38051
38405
|
address: import("zod").ZodObject<{
|
38052
38406
|
value: import("zod").ZodString;
|
38053
|
-
isRequired: import("zod").ZodBoolean;
|
38054
|
-
attributeId: import("zod").ZodString;
|
38055
38407
|
}, "strip", import("zod").ZodTypeAny, {
|
38056
38408
|
value: string;
|
38057
|
-
isRequired: boolean;
|
38058
|
-
attributeId: string;
|
38059
38409
|
}, {
|
38060
38410
|
value: string;
|
38061
|
-
isRequired: boolean;
|
38062
|
-
attributeId: string;
|
38063
38411
|
}>;
|
38064
38412
|
industry: import("zod").ZodObject<{
|
38065
38413
|
value: import("zod").ZodString;
|
38066
|
-
isRequired: import("zod").ZodBoolean;
|
38067
|
-
attributeId: import("zod").ZodString;
|
38068
38414
|
}, "strip", import("zod").ZodTypeAny, {
|
38069
38415
|
value: string;
|
38070
|
-
isRequired: boolean;
|
38071
|
-
attributeId: string;
|
38072
38416
|
}, {
|
38073
38417
|
value: string;
|
38074
|
-
isRequired: boolean;
|
38075
|
-
attributeId: string;
|
38076
38418
|
}>;
|
38077
38419
|
customFields: import("zod").ZodArray<import("zod").ZodObject<{
|
38078
38420
|
isRequired: import("zod").ZodBoolean;
|
@@ -38096,23 +38438,15 @@ export declare const apiContract: {
|
|
38096
38438
|
}, "strip", import("zod").ZodTypeAny, {
|
38097
38439
|
name: {
|
38098
38440
|
value: string;
|
38099
|
-
isRequired: boolean;
|
38100
|
-
attributeId: string;
|
38101
38441
|
};
|
38102
38442
|
address: {
|
38103
38443
|
value: string;
|
38104
|
-
isRequired: boolean;
|
38105
|
-
attributeId: string;
|
38106
38444
|
};
|
38107
38445
|
phone: {
|
38108
38446
|
value: string;
|
38109
|
-
isRequired: boolean;
|
38110
|
-
attributeId: string;
|
38111
38447
|
};
|
38112
38448
|
industry: {
|
38113
38449
|
value: string;
|
38114
|
-
isRequired: boolean;
|
38115
|
-
attributeId: string;
|
38116
38450
|
};
|
38117
38451
|
customFields: {
|
38118
38452
|
type: string;
|
@@ -38124,23 +38458,15 @@ export declare const apiContract: {
|
|
38124
38458
|
}, {
|
38125
38459
|
name: {
|
38126
38460
|
value: string;
|
38127
|
-
isRequired: boolean;
|
38128
|
-
attributeId: string;
|
38129
38461
|
};
|
38130
38462
|
address: {
|
38131
38463
|
value: string;
|
38132
|
-
isRequired: boolean;
|
38133
|
-
attributeId: string;
|
38134
38464
|
};
|
38135
38465
|
phone: {
|
38136
38466
|
value: string;
|
38137
|
-
isRequired: boolean;
|
38138
|
-
attributeId: string;
|
38139
38467
|
};
|
38140
38468
|
industry: {
|
38141
38469
|
value: string;
|
38142
|
-
isRequired: boolean;
|
38143
|
-
attributeId: string;
|
38144
38470
|
};
|
38145
38471
|
customFields: {
|
38146
38472
|
type: string;
|
@@ -38499,55 +38825,31 @@ export declare const apiContract: {
|
|
38499
38825
|
body: import("zod").ZodObject<{
|
38500
38826
|
name: import("zod").ZodOptional<import("zod").ZodObject<{
|
38501
38827
|
value: import("zod").ZodString;
|
38502
|
-
isRequired: import("zod").ZodBoolean;
|
38503
|
-
attributeId: import("zod").ZodString;
|
38504
38828
|
}, "strip", import("zod").ZodTypeAny, {
|
38505
38829
|
value: string;
|
38506
|
-
isRequired: boolean;
|
38507
|
-
attributeId: string;
|
38508
38830
|
}, {
|
38509
38831
|
value: string;
|
38510
|
-
isRequired: boolean;
|
38511
|
-
attributeId: string;
|
38512
38832
|
}>>;
|
38513
38833
|
phone: import("zod").ZodOptional<import("zod").ZodObject<{
|
38514
38834
|
value: import("zod").ZodString;
|
38515
|
-
isRequired: import("zod").ZodBoolean;
|
38516
|
-
attributeId: import("zod").ZodString;
|
38517
38835
|
}, "strip", import("zod").ZodTypeAny, {
|
38518
38836
|
value: string;
|
38519
|
-
isRequired: boolean;
|
38520
|
-
attributeId: string;
|
38521
38837
|
}, {
|
38522
38838
|
value: string;
|
38523
|
-
isRequired: boolean;
|
38524
|
-
attributeId: string;
|
38525
38839
|
}>>;
|
38526
38840
|
address: import("zod").ZodOptional<import("zod").ZodObject<{
|
38527
38841
|
value: import("zod").ZodString;
|
38528
|
-
isRequired: import("zod").ZodBoolean;
|
38529
|
-
attributeId: import("zod").ZodString;
|
38530
38842
|
}, "strip", import("zod").ZodTypeAny, {
|
38531
38843
|
value: string;
|
38532
|
-
isRequired: boolean;
|
38533
|
-
attributeId: string;
|
38534
38844
|
}, {
|
38535
38845
|
value: string;
|
38536
|
-
isRequired: boolean;
|
38537
|
-
attributeId: string;
|
38538
38846
|
}>>;
|
38539
38847
|
industry: import("zod").ZodOptional<import("zod").ZodObject<{
|
38540
38848
|
value: import("zod").ZodString;
|
38541
|
-
isRequired: import("zod").ZodBoolean;
|
38542
|
-
attributeId: import("zod").ZodString;
|
38543
38849
|
}, "strip", import("zod").ZodTypeAny, {
|
38544
38850
|
value: string;
|
38545
|
-
isRequired: boolean;
|
38546
|
-
attributeId: string;
|
38547
38851
|
}, {
|
38548
38852
|
value: string;
|
38549
|
-
isRequired: boolean;
|
38550
|
-
attributeId: string;
|
38551
38853
|
}>>;
|
38552
38854
|
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
38553
38855
|
isRequired: import("zod").ZodBoolean;
|
@@ -38571,23 +38873,15 @@ export declare const apiContract: {
|
|
38571
38873
|
}, "strip", import("zod").ZodTypeAny, {
|
38572
38874
|
name?: {
|
38573
38875
|
value: string;
|
38574
|
-
isRequired: boolean;
|
38575
|
-
attributeId: string;
|
38576
38876
|
} | undefined;
|
38577
38877
|
phone?: {
|
38578
38878
|
value: string;
|
38579
|
-
isRequired: boolean;
|
38580
|
-
attributeId: string;
|
38581
38879
|
} | undefined;
|
38582
38880
|
address?: {
|
38583
38881
|
value: string;
|
38584
|
-
isRequired: boolean;
|
38585
|
-
attributeId: string;
|
38586
38882
|
} | undefined;
|
38587
38883
|
industry?: {
|
38588
38884
|
value: string;
|
38589
|
-
isRequired: boolean;
|
38590
|
-
attributeId: string;
|
38591
38885
|
} | undefined;
|
38592
38886
|
customFields?: {
|
38593
38887
|
type: string;
|
@@ -38599,23 +38893,15 @@ export declare const apiContract: {
|
|
38599
38893
|
}, {
|
38600
38894
|
name?: {
|
38601
38895
|
value: string;
|
38602
|
-
isRequired: boolean;
|
38603
|
-
attributeId: string;
|
38604
38896
|
} | undefined;
|
38605
38897
|
phone?: {
|
38606
38898
|
value: string;
|
38607
|
-
isRequired: boolean;
|
38608
|
-
attributeId: string;
|
38609
38899
|
} | undefined;
|
38610
38900
|
address?: {
|
38611
38901
|
value: string;
|
38612
|
-
isRequired: boolean;
|
38613
|
-
attributeId: string;
|
38614
38902
|
} | undefined;
|
38615
38903
|
industry?: {
|
38616
38904
|
value: string;
|
38617
|
-
isRequired: boolean;
|
38618
|
-
attributeId: string;
|
38619
38905
|
} | undefined;
|
38620
38906
|
customFields?: {
|
38621
38907
|
type: string;
|
@@ -91405,7 +91691,6 @@ export declare const platformContract: {
|
|
91405
91691
|
firstResponseTime: import("zod").ZodNumber;
|
91406
91692
|
isLatest: import("zod").ZodBoolean;
|
91407
91693
|
isBotRoom: import("zod").ZodBoolean;
|
91408
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
91409
91694
|
metadata: import("zod").ZodAny;
|
91410
91695
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
91411
91696
|
platformContact: import("zod").ZodObject<{
|
@@ -94341,7 +94626,6 @@ export declare const platformContract: {
|
|
94341
94626
|
};
|
94342
94627
|
lastMessageAt: Date | null;
|
94343
94628
|
isBotRoom: boolean;
|
94344
|
-
isAiAgentRoom: boolean;
|
94345
94629
|
csatStatus: string | null;
|
94346
94630
|
cxlog: {
|
94347
94631
|
id: string;
|
@@ -94779,7 +95063,6 @@ export declare const platformContract: {
|
|
94779
95063
|
};
|
94780
95064
|
lastMessageAt: Date | null;
|
94781
95065
|
isBotRoom: boolean;
|
94782
|
-
isAiAgentRoom: boolean;
|
94783
95066
|
csatStatus: string | null;
|
94784
95067
|
cxlog: {
|
94785
95068
|
id: string;
|
@@ -96145,7 +96428,6 @@ export declare const platformContract: {
|
|
96145
96428
|
firstResponseTime: import("zod").ZodNumber;
|
96146
96429
|
isLatest: import("zod").ZodBoolean;
|
96147
96430
|
isBotRoom: import("zod").ZodBoolean;
|
96148
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
96149
96431
|
metadata: import("zod").ZodAny;
|
96150
96432
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
96151
96433
|
platformContact: import("zod").ZodObject<{
|
@@ -99081,7 +99363,6 @@ export declare const platformContract: {
|
|
99081
99363
|
};
|
99082
99364
|
lastMessageAt: Date | null;
|
99083
99365
|
isBotRoom: boolean;
|
99084
|
-
isAiAgentRoom: boolean;
|
99085
99366
|
csatStatus: string | null;
|
99086
99367
|
cxlog: {
|
99087
99368
|
id: string;
|
@@ -99519,7 +99800,6 @@ export declare const platformContract: {
|
|
99519
99800
|
};
|
99520
99801
|
lastMessageAt: Date | null;
|
99521
99802
|
isBotRoom: boolean;
|
99522
|
-
isAiAgentRoom: boolean;
|
99523
99803
|
csatStatus: string | null;
|
99524
99804
|
cxlog: {
|
99525
99805
|
id: string;
|
@@ -101730,7 +102010,6 @@ export declare const platformContract: {
|
|
101730
102010
|
};
|
101731
102011
|
lastMessageAt: Date | null;
|
101732
102012
|
isBotRoom: boolean;
|
101733
|
-
isAiAgentRoom: boolean;
|
101734
102013
|
csatStatus: string | null;
|
101735
102014
|
cxlog: {
|
101736
102015
|
id: string;
|
@@ -102505,7 +102784,6 @@ export declare const platformContract: {
|
|
102505
102784
|
};
|
102506
102785
|
lastMessageAt: Date | null;
|
102507
102786
|
isBotRoom: boolean;
|
102508
|
-
isAiAgentRoom: boolean;
|
102509
102787
|
csatStatus: string | null;
|
102510
102788
|
cxlog: {
|
102511
102789
|
id: string;
|
@@ -103281,7 +103559,6 @@ export declare const platformContract: {
|
|
103281
103559
|
};
|
103282
103560
|
lastMessageAt: Date | null;
|
103283
103561
|
isBotRoom: boolean;
|
103284
|
-
isAiAgentRoom: boolean;
|
103285
103562
|
csatStatus: string | null;
|
103286
103563
|
cxlog: {
|
103287
103564
|
id: string;
|
@@ -104056,7 +104333,6 @@ export declare const platformContract: {
|
|
104056
104333
|
};
|
104057
104334
|
lastMessageAt: Date | null;
|
104058
104335
|
isBotRoom: boolean;
|
104059
|
-
isAiAgentRoom: boolean;
|
104060
104336
|
csatStatus: string | null;
|
104061
104337
|
cxlog: {
|
104062
104338
|
id: string;
|
@@ -104832,7 +105108,6 @@ export declare const platformContract: {
|
|
104832
105108
|
};
|
104833
105109
|
lastMessageAt: Date | null;
|
104834
105110
|
isBotRoom: boolean;
|
104835
|
-
isAiAgentRoom: boolean;
|
104836
105111
|
csatStatus: string | null;
|
104837
105112
|
cxlog: {
|
104838
105113
|
id: string;
|
@@ -105607,7 +105882,6 @@ export declare const platformContract: {
|
|
105607
105882
|
};
|
105608
105883
|
lastMessageAt: Date | null;
|
105609
105884
|
isBotRoom: boolean;
|
105610
|
-
isAiAgentRoom: boolean;
|
105611
105885
|
csatStatus: string | null;
|
105612
105886
|
cxlog: {
|
105613
105887
|
id: string;
|
@@ -106385,7 +106659,6 @@ export declare const platformContract: {
|
|
106385
106659
|
};
|
106386
106660
|
lastMessageAt: Date | null;
|
106387
106661
|
isBotRoom: boolean;
|
106388
|
-
isAiAgentRoom: boolean;
|
106389
106662
|
csatStatus: string | null;
|
106390
106663
|
cxlog: {
|
106391
106664
|
id: string;
|
@@ -107160,7 +107433,6 @@ export declare const platformContract: {
|
|
107160
107433
|
};
|
107161
107434
|
lastMessageAt: Date | null;
|
107162
107435
|
isBotRoom: boolean;
|
107163
|
-
isAiAgentRoom: boolean;
|
107164
107436
|
csatStatus: string | null;
|
107165
107437
|
cxlog: {
|
107166
107438
|
id: string;
|
@@ -107939,7 +108211,6 @@ export declare const platformContract: {
|
|
107939
108211
|
};
|
107940
108212
|
lastMessageAt: Date | null;
|
107941
108213
|
isBotRoom: boolean;
|
107942
|
-
isAiAgentRoom: boolean;
|
107943
108214
|
csatStatus: string | null;
|
107944
108215
|
cxlog: {
|
107945
108216
|
id: string;
|
@@ -108714,7 +108985,6 @@ export declare const platformContract: {
|
|
108714
108985
|
};
|
108715
108986
|
lastMessageAt: Date | null;
|
108716
108987
|
isBotRoom: boolean;
|
108717
|
-
isAiAgentRoom: boolean;
|
108718
108988
|
csatStatus: string | null;
|
108719
108989
|
cxlog: {
|
108720
108990
|
id: string;
|
@@ -113176,7 +113446,6 @@ export declare const platformLineContract: {
|
|
113176
113446
|
firstResponseTime: import("zod").ZodNumber;
|
113177
113447
|
isLatest: import("zod").ZodBoolean;
|
113178
113448
|
isBotRoom: import("zod").ZodBoolean;
|
113179
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
113180
113449
|
metadata: import("zod").ZodAny;
|
113181
113450
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
113182
113451
|
platformContact: import("zod").ZodObject<{
|
@@ -116112,7 +116381,6 @@ export declare const platformLineContract: {
|
|
116112
116381
|
};
|
116113
116382
|
lastMessageAt: Date | null;
|
116114
116383
|
isBotRoom: boolean;
|
116115
|
-
isAiAgentRoom: boolean;
|
116116
116384
|
csatStatus: string | null;
|
116117
116385
|
cxlog: {
|
116118
116386
|
id: string;
|
@@ -116550,7 +116818,6 @@ export declare const platformLineContract: {
|
|
116550
116818
|
};
|
116551
116819
|
lastMessageAt: Date | null;
|
116552
116820
|
isBotRoom: boolean;
|
116553
|
-
isAiAgentRoom: boolean;
|
116554
116821
|
csatStatus: string | null;
|
116555
116822
|
cxlog: {
|
116556
116823
|
id: string;
|
@@ -117916,7 +118183,6 @@ export declare const platformLineContract: {
|
|
117916
118183
|
firstResponseTime: import("zod").ZodNumber;
|
117917
118184
|
isLatest: import("zod").ZodBoolean;
|
117918
118185
|
isBotRoom: import("zod").ZodBoolean;
|
117919
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
117920
118186
|
metadata: import("zod").ZodAny;
|
117921
118187
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
117922
118188
|
platformContact: import("zod").ZodObject<{
|
@@ -120852,7 +121118,6 @@ export declare const platformLineContract: {
|
|
120852
121118
|
};
|
120853
121119
|
lastMessageAt: Date | null;
|
120854
121120
|
isBotRoom: boolean;
|
120855
|
-
isAiAgentRoom: boolean;
|
120856
121121
|
csatStatus: string | null;
|
120857
121122
|
cxlog: {
|
120858
121123
|
id: string;
|
@@ -121290,7 +121555,6 @@ export declare const platformLineContract: {
|
|
121290
121555
|
};
|
121291
121556
|
lastMessageAt: Date | null;
|
121292
121557
|
isBotRoom: boolean;
|
121293
|
-
isAiAgentRoom: boolean;
|
121294
121558
|
csatStatus: string | null;
|
121295
121559
|
cxlog: {
|
121296
121560
|
id: string;
|
@@ -123501,7 +123765,6 @@ export declare const platformLineContract: {
|
|
123501
123765
|
};
|
123502
123766
|
lastMessageAt: Date | null;
|
123503
123767
|
isBotRoom: boolean;
|
123504
|
-
isAiAgentRoom: boolean;
|
123505
123768
|
csatStatus: string | null;
|
123506
123769
|
cxlog: {
|
123507
123770
|
id: string;
|
@@ -124276,7 +124539,6 @@ export declare const platformLineContract: {
|
|
124276
124539
|
};
|
124277
124540
|
lastMessageAt: Date | null;
|
124278
124541
|
isBotRoom: boolean;
|
124279
|
-
isAiAgentRoom: boolean;
|
124280
124542
|
csatStatus: string | null;
|
124281
124543
|
cxlog: {
|
124282
124544
|
id: string;
|
@@ -125052,7 +125314,6 @@ export declare const platformLineContract: {
|
|
125052
125314
|
};
|
125053
125315
|
lastMessageAt: Date | null;
|
125054
125316
|
isBotRoom: boolean;
|
125055
|
-
isAiAgentRoom: boolean;
|
125056
125317
|
csatStatus: string | null;
|
125057
125318
|
cxlog: {
|
125058
125319
|
id: string;
|
@@ -125827,7 +126088,6 @@ export declare const platformLineContract: {
|
|
125827
126088
|
};
|
125828
126089
|
lastMessageAt: Date | null;
|
125829
126090
|
isBotRoom: boolean;
|
125830
|
-
isAiAgentRoom: boolean;
|
125831
126091
|
csatStatus: string | null;
|
125832
126092
|
cxlog: {
|
125833
126093
|
id: string;
|
@@ -126603,7 +126863,6 @@ export declare const platformLineContract: {
|
|
126603
126863
|
};
|
126604
126864
|
lastMessageAt: Date | null;
|
126605
126865
|
isBotRoom: boolean;
|
126606
|
-
isAiAgentRoom: boolean;
|
126607
126866
|
csatStatus: string | null;
|
126608
126867
|
cxlog: {
|
126609
126868
|
id: string;
|
@@ -127378,7 +127637,6 @@ export declare const platformLineContract: {
|
|
127378
127637
|
};
|
127379
127638
|
lastMessageAt: Date | null;
|
127380
127639
|
isBotRoom: boolean;
|
127381
|
-
isAiAgentRoom: boolean;
|
127382
127640
|
csatStatus: string | null;
|
127383
127641
|
cxlog: {
|
127384
127642
|
id: string;
|
@@ -128156,7 +128414,6 @@ export declare const platformLineContract: {
|
|
128156
128414
|
};
|
128157
128415
|
lastMessageAt: Date | null;
|
128158
128416
|
isBotRoom: boolean;
|
128159
|
-
isAiAgentRoom: boolean;
|
128160
128417
|
csatStatus: string | null;
|
128161
128418
|
cxlog: {
|
128162
128419
|
id: string;
|
@@ -128931,7 +129188,6 @@ export declare const platformLineContract: {
|
|
128931
129188
|
};
|
128932
129189
|
lastMessageAt: Date | null;
|
128933
129190
|
isBotRoom: boolean;
|
128934
|
-
isAiAgentRoom: boolean;
|
128935
129191
|
csatStatus: string | null;
|
128936
129192
|
cxlog: {
|
128937
129193
|
id: string;
|
@@ -129710,7 +129966,6 @@ export declare const platformLineContract: {
|
|
129710
129966
|
};
|
129711
129967
|
lastMessageAt: Date | null;
|
129712
129968
|
isBotRoom: boolean;
|
129713
|
-
isAiAgentRoom: boolean;
|
129714
129969
|
csatStatus: string | null;
|
129715
129970
|
cxlog: {
|
129716
129971
|
id: string;
|
@@ -130485,7 +130740,6 @@ export declare const platformLineContract: {
|
|
130485
130740
|
};
|
130486
130741
|
lastMessageAt: Date | null;
|
130487
130742
|
isBotRoom: boolean;
|
130488
|
-
isAiAgentRoom: boolean;
|
130489
130743
|
csatStatus: string | null;
|
130490
130744
|
cxlog: {
|
130491
130745
|
id: string;
|
@@ -135180,7 +135434,6 @@ export declare const platformTelegramContract: {
|
|
135180
135434
|
firstResponseTime: import("zod").ZodNumber;
|
135181
135435
|
isLatest: import("zod").ZodBoolean;
|
135182
135436
|
isBotRoom: import("zod").ZodBoolean;
|
135183
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
135184
135437
|
metadata: import("zod").ZodAny;
|
135185
135438
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
135186
135439
|
platformContact: import("zod").ZodObject<{
|
@@ -138116,7 +138369,6 @@ export declare const platformTelegramContract: {
|
|
138116
138369
|
};
|
138117
138370
|
lastMessageAt: Date | null;
|
138118
138371
|
isBotRoom: boolean;
|
138119
|
-
isAiAgentRoom: boolean;
|
138120
138372
|
csatStatus: string | null;
|
138121
138373
|
cxlog: {
|
138122
138374
|
id: string;
|
@@ -138554,7 +138806,6 @@ export declare const platformTelegramContract: {
|
|
138554
138806
|
};
|
138555
138807
|
lastMessageAt: Date | null;
|
138556
138808
|
isBotRoom: boolean;
|
138557
|
-
isAiAgentRoom: boolean;
|
138558
138809
|
csatStatus: string | null;
|
138559
138810
|
cxlog: {
|
138560
138811
|
id: string;
|
@@ -139920,7 +140171,6 @@ export declare const platformTelegramContract: {
|
|
139920
140171
|
firstResponseTime: import("zod").ZodNumber;
|
139921
140172
|
isLatest: import("zod").ZodBoolean;
|
139922
140173
|
isBotRoom: import("zod").ZodBoolean;
|
139923
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
139924
140174
|
metadata: import("zod").ZodAny;
|
139925
140175
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
139926
140176
|
platformContact: import("zod").ZodObject<{
|
@@ -142856,7 +143106,6 @@ export declare const platformTelegramContract: {
|
|
142856
143106
|
};
|
142857
143107
|
lastMessageAt: Date | null;
|
142858
143108
|
isBotRoom: boolean;
|
142859
|
-
isAiAgentRoom: boolean;
|
142860
143109
|
csatStatus: string | null;
|
142861
143110
|
cxlog: {
|
142862
143111
|
id: string;
|
@@ -143294,7 +143543,6 @@ export declare const platformTelegramContract: {
|
|
143294
143543
|
};
|
143295
143544
|
lastMessageAt: Date | null;
|
143296
143545
|
isBotRoom: boolean;
|
143297
|
-
isAiAgentRoom: boolean;
|
143298
143546
|
csatStatus: string | null;
|
143299
143547
|
cxlog: {
|
143300
143548
|
id: string;
|
@@ -145505,7 +145753,6 @@ export declare const platformTelegramContract: {
|
|
145505
145753
|
};
|
145506
145754
|
lastMessageAt: Date | null;
|
145507
145755
|
isBotRoom: boolean;
|
145508
|
-
isAiAgentRoom: boolean;
|
145509
145756
|
csatStatus: string | null;
|
145510
145757
|
cxlog: {
|
145511
145758
|
id: string;
|
@@ -146280,7 +146527,6 @@ export declare const platformTelegramContract: {
|
|
146280
146527
|
};
|
146281
146528
|
lastMessageAt: Date | null;
|
146282
146529
|
isBotRoom: boolean;
|
146283
|
-
isAiAgentRoom: boolean;
|
146284
146530
|
csatStatus: string | null;
|
146285
146531
|
cxlog: {
|
146286
146532
|
id: string;
|
@@ -147056,7 +147302,6 @@ export declare const platformTelegramContract: {
|
|
147056
147302
|
};
|
147057
147303
|
lastMessageAt: Date | null;
|
147058
147304
|
isBotRoom: boolean;
|
147059
|
-
isAiAgentRoom: boolean;
|
147060
147305
|
csatStatus: string | null;
|
147061
147306
|
cxlog: {
|
147062
147307
|
id: string;
|
@@ -147831,7 +148076,6 @@ export declare const platformTelegramContract: {
|
|
147831
148076
|
};
|
147832
148077
|
lastMessageAt: Date | null;
|
147833
148078
|
isBotRoom: boolean;
|
147834
|
-
isAiAgentRoom: boolean;
|
147835
148079
|
csatStatus: string | null;
|
147836
148080
|
cxlog: {
|
147837
148081
|
id: string;
|
@@ -148607,7 +148851,6 @@ export declare const platformTelegramContract: {
|
|
148607
148851
|
};
|
148608
148852
|
lastMessageAt: Date | null;
|
148609
148853
|
isBotRoom: boolean;
|
148610
|
-
isAiAgentRoom: boolean;
|
148611
148854
|
csatStatus: string | null;
|
148612
148855
|
cxlog: {
|
148613
148856
|
id: string;
|
@@ -149382,7 +149625,6 @@ export declare const platformTelegramContract: {
|
|
149382
149625
|
};
|
149383
149626
|
lastMessageAt: Date | null;
|
149384
149627
|
isBotRoom: boolean;
|
149385
|
-
isAiAgentRoom: boolean;
|
149386
149628
|
csatStatus: string | null;
|
149387
149629
|
cxlog: {
|
149388
149630
|
id: string;
|
@@ -150160,7 +150402,6 @@ export declare const platformTelegramContract: {
|
|
150160
150402
|
};
|
150161
150403
|
lastMessageAt: Date | null;
|
150162
150404
|
isBotRoom: boolean;
|
150163
|
-
isAiAgentRoom: boolean;
|
150164
150405
|
csatStatus: string | null;
|
150165
150406
|
cxlog: {
|
150166
150407
|
id: string;
|
@@ -150935,7 +151176,6 @@ export declare const platformTelegramContract: {
|
|
150935
151176
|
};
|
150936
151177
|
lastMessageAt: Date | null;
|
150937
151178
|
isBotRoom: boolean;
|
150938
|
-
isAiAgentRoom: boolean;
|
150939
151179
|
csatStatus: string | null;
|
150940
151180
|
cxlog: {
|
150941
151181
|
id: string;
|
@@ -151714,7 +151954,6 @@ export declare const platformTelegramContract: {
|
|
151714
151954
|
};
|
151715
151955
|
lastMessageAt: Date | null;
|
151716
151956
|
isBotRoom: boolean;
|
151717
|
-
isAiAgentRoom: boolean;
|
151718
151957
|
csatStatus: string | null;
|
151719
151958
|
cxlog: {
|
151720
151959
|
id: string;
|
@@ -152489,7 +152728,6 @@ export declare const platformTelegramContract: {
|
|
152489
152728
|
};
|
152490
152729
|
lastMessageAt: Date | null;
|
152491
152730
|
isBotRoom: boolean;
|
152492
|
-
isAiAgentRoom: boolean;
|
152493
152731
|
csatStatus: string | null;
|
152494
152732
|
cxlog: {
|
152495
152733
|
id: string;
|
@@ -155181,7 +155419,6 @@ export declare const platformMessengerContract: {
|
|
155181
155419
|
firstResponseTime: import("zod").ZodNumber;
|
155182
155420
|
isLatest: import("zod").ZodBoolean;
|
155183
155421
|
isBotRoom: import("zod").ZodBoolean;
|
155184
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
155185
155422
|
metadata: import("zod").ZodAny;
|
155186
155423
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
155187
155424
|
platformContact: import("zod").ZodObject<{
|
@@ -158117,7 +158354,6 @@ export declare const platformMessengerContract: {
|
|
158117
158354
|
};
|
158118
158355
|
lastMessageAt: Date | null;
|
158119
158356
|
isBotRoom: boolean;
|
158120
|
-
isAiAgentRoom: boolean;
|
158121
158357
|
csatStatus: string | null;
|
158122
158358
|
cxlog: {
|
158123
158359
|
id: string;
|
@@ -158555,7 +158791,6 @@ export declare const platformMessengerContract: {
|
|
158555
158791
|
};
|
158556
158792
|
lastMessageAt: Date | null;
|
158557
158793
|
isBotRoom: boolean;
|
158558
|
-
isAiAgentRoom: boolean;
|
158559
158794
|
csatStatus: string | null;
|
158560
158795
|
cxlog: {
|
158561
158796
|
id: string;
|
@@ -159921,7 +160156,6 @@ export declare const platformMessengerContract: {
|
|
159921
160156
|
firstResponseTime: import("zod").ZodNumber;
|
159922
160157
|
isLatest: import("zod").ZodBoolean;
|
159923
160158
|
isBotRoom: import("zod").ZodBoolean;
|
159924
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
159925
160159
|
metadata: import("zod").ZodAny;
|
159926
160160
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
159927
160161
|
platformContact: import("zod").ZodObject<{
|
@@ -162857,7 +163091,6 @@ export declare const platformMessengerContract: {
|
|
162857
163091
|
};
|
162858
163092
|
lastMessageAt: Date | null;
|
162859
163093
|
isBotRoom: boolean;
|
162860
|
-
isAiAgentRoom: boolean;
|
162861
163094
|
csatStatus: string | null;
|
162862
163095
|
cxlog: {
|
162863
163096
|
id: string;
|
@@ -163295,7 +163528,6 @@ export declare const platformMessengerContract: {
|
|
163295
163528
|
};
|
163296
163529
|
lastMessageAt: Date | null;
|
163297
163530
|
isBotRoom: boolean;
|
163298
|
-
isAiAgentRoom: boolean;
|
163299
163531
|
csatStatus: string | null;
|
163300
163532
|
cxlog: {
|
163301
163533
|
id: string;
|
@@ -165506,7 +165738,6 @@ export declare const platformMessengerContract: {
|
|
165506
165738
|
};
|
165507
165739
|
lastMessageAt: Date | null;
|
165508
165740
|
isBotRoom: boolean;
|
165509
|
-
isAiAgentRoom: boolean;
|
165510
165741
|
csatStatus: string | null;
|
165511
165742
|
cxlog: {
|
165512
165743
|
id: string;
|
@@ -166281,7 +166512,6 @@ export declare const platformMessengerContract: {
|
|
166281
166512
|
};
|
166282
166513
|
lastMessageAt: Date | null;
|
166283
166514
|
isBotRoom: boolean;
|
166284
|
-
isAiAgentRoom: boolean;
|
166285
166515
|
csatStatus: string | null;
|
166286
166516
|
cxlog: {
|
166287
166517
|
id: string;
|
@@ -167057,7 +167287,6 @@ export declare const platformMessengerContract: {
|
|
167057
167287
|
};
|
167058
167288
|
lastMessageAt: Date | null;
|
167059
167289
|
isBotRoom: boolean;
|
167060
|
-
isAiAgentRoom: boolean;
|
167061
167290
|
csatStatus: string | null;
|
167062
167291
|
cxlog: {
|
167063
167292
|
id: string;
|
@@ -167832,7 +168061,6 @@ export declare const platformMessengerContract: {
|
|
167832
168061
|
};
|
167833
168062
|
lastMessageAt: Date | null;
|
167834
168063
|
isBotRoom: boolean;
|
167835
|
-
isAiAgentRoom: boolean;
|
167836
168064
|
csatStatus: string | null;
|
167837
168065
|
cxlog: {
|
167838
168066
|
id: string;
|
@@ -168608,7 +168836,6 @@ export declare const platformMessengerContract: {
|
|
168608
168836
|
};
|
168609
168837
|
lastMessageAt: Date | null;
|
168610
168838
|
isBotRoom: boolean;
|
168611
|
-
isAiAgentRoom: boolean;
|
168612
168839
|
csatStatus: string | null;
|
168613
168840
|
cxlog: {
|
168614
168841
|
id: string;
|
@@ -169383,7 +169610,6 @@ export declare const platformMessengerContract: {
|
|
169383
169610
|
};
|
169384
169611
|
lastMessageAt: Date | null;
|
169385
169612
|
isBotRoom: boolean;
|
169386
|
-
isAiAgentRoom: boolean;
|
169387
169613
|
csatStatus: string | null;
|
169388
169614
|
cxlog: {
|
169389
169615
|
id: string;
|
@@ -170161,7 +170387,6 @@ export declare const platformMessengerContract: {
|
|
170161
170387
|
};
|
170162
170388
|
lastMessageAt: Date | null;
|
170163
170389
|
isBotRoom: boolean;
|
170164
|
-
isAiAgentRoom: boolean;
|
170165
170390
|
csatStatus: string | null;
|
170166
170391
|
cxlog: {
|
170167
170392
|
id: string;
|
@@ -170936,7 +171161,6 @@ export declare const platformMessengerContract: {
|
|
170936
171161
|
};
|
170937
171162
|
lastMessageAt: Date | null;
|
170938
171163
|
isBotRoom: boolean;
|
170939
|
-
isAiAgentRoom: boolean;
|
170940
171164
|
csatStatus: string | null;
|
170941
171165
|
cxlog: {
|
170942
171166
|
id: string;
|
@@ -171715,7 +171939,6 @@ export declare const platformMessengerContract: {
|
|
171715
171939
|
};
|
171716
171940
|
lastMessageAt: Date | null;
|
171717
171941
|
isBotRoom: boolean;
|
171718
|
-
isAiAgentRoom: boolean;
|
171719
171942
|
csatStatus: string | null;
|
171720
171943
|
cxlog: {
|
171721
171944
|
id: string;
|
@@ -172490,7 +172713,6 @@ export declare const platformMessengerContract: {
|
|
172490
172713
|
};
|
172491
172714
|
lastMessageAt: Date | null;
|
172492
172715
|
isBotRoom: boolean;
|
172493
|
-
isAiAgentRoom: boolean;
|
172494
172716
|
csatStatus: string | null;
|
172495
172717
|
cxlog: {
|
172496
172718
|
id: string;
|
@@ -177540,7 +177762,6 @@ export declare const platformInstagramContract: {
|
|
177540
177762
|
firstResponseTime: import("zod").ZodNumber;
|
177541
177763
|
isLatest: import("zod").ZodBoolean;
|
177542
177764
|
isBotRoom: import("zod").ZodBoolean;
|
177543
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
177544
177765
|
metadata: import("zod").ZodAny;
|
177545
177766
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
177546
177767
|
platformContact: import("zod").ZodObject<{
|
@@ -180476,7 +180697,6 @@ export declare const platformInstagramContract: {
|
|
180476
180697
|
};
|
180477
180698
|
lastMessageAt: Date | null;
|
180478
180699
|
isBotRoom: boolean;
|
180479
|
-
isAiAgentRoom: boolean;
|
180480
180700
|
csatStatus: string | null;
|
180481
180701
|
cxlog: {
|
180482
180702
|
id: string;
|
@@ -180914,7 +181134,6 @@ export declare const platformInstagramContract: {
|
|
180914
181134
|
};
|
180915
181135
|
lastMessageAt: Date | null;
|
180916
181136
|
isBotRoom: boolean;
|
180917
|
-
isAiAgentRoom: boolean;
|
180918
181137
|
csatStatus: string | null;
|
180919
181138
|
cxlog: {
|
180920
181139
|
id: string;
|
@@ -182280,7 +182499,6 @@ export declare const platformInstagramContract: {
|
|
182280
182499
|
firstResponseTime: import("zod").ZodNumber;
|
182281
182500
|
isLatest: import("zod").ZodBoolean;
|
182282
182501
|
isBotRoom: import("zod").ZodBoolean;
|
182283
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
182284
182502
|
metadata: import("zod").ZodAny;
|
182285
182503
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
182286
182504
|
platformContact: import("zod").ZodObject<{
|
@@ -185216,7 +185434,6 @@ export declare const platformInstagramContract: {
|
|
185216
185434
|
};
|
185217
185435
|
lastMessageAt: Date | null;
|
185218
185436
|
isBotRoom: boolean;
|
185219
|
-
isAiAgentRoom: boolean;
|
185220
185437
|
csatStatus: string | null;
|
185221
185438
|
cxlog: {
|
185222
185439
|
id: string;
|
@@ -185654,7 +185871,6 @@ export declare const platformInstagramContract: {
|
|
185654
185871
|
};
|
185655
185872
|
lastMessageAt: Date | null;
|
185656
185873
|
isBotRoom: boolean;
|
185657
|
-
isAiAgentRoom: boolean;
|
185658
185874
|
csatStatus: string | null;
|
185659
185875
|
cxlog: {
|
185660
185876
|
id: string;
|
@@ -187865,7 +188081,6 @@ export declare const platformInstagramContract: {
|
|
187865
188081
|
};
|
187866
188082
|
lastMessageAt: Date | null;
|
187867
188083
|
isBotRoom: boolean;
|
187868
|
-
isAiAgentRoom: boolean;
|
187869
188084
|
csatStatus: string | null;
|
187870
188085
|
cxlog: {
|
187871
188086
|
id: string;
|
@@ -188640,7 +188855,6 @@ export declare const platformInstagramContract: {
|
|
188640
188855
|
};
|
188641
188856
|
lastMessageAt: Date | null;
|
188642
188857
|
isBotRoom: boolean;
|
188643
|
-
isAiAgentRoom: boolean;
|
188644
188858
|
csatStatus: string | null;
|
188645
188859
|
cxlog: {
|
188646
188860
|
id: string;
|
@@ -189416,7 +189630,6 @@ export declare const platformInstagramContract: {
|
|
189416
189630
|
};
|
189417
189631
|
lastMessageAt: Date | null;
|
189418
189632
|
isBotRoom: boolean;
|
189419
|
-
isAiAgentRoom: boolean;
|
189420
189633
|
csatStatus: string | null;
|
189421
189634
|
cxlog: {
|
189422
189635
|
id: string;
|
@@ -190191,7 +190404,6 @@ export declare const platformInstagramContract: {
|
|
190191
190404
|
};
|
190192
190405
|
lastMessageAt: Date | null;
|
190193
190406
|
isBotRoom: boolean;
|
190194
|
-
isAiAgentRoom: boolean;
|
190195
190407
|
csatStatus: string | null;
|
190196
190408
|
cxlog: {
|
190197
190409
|
id: string;
|
@@ -190967,7 +191179,6 @@ export declare const platformInstagramContract: {
|
|
190967
191179
|
};
|
190968
191180
|
lastMessageAt: Date | null;
|
190969
191181
|
isBotRoom: boolean;
|
190970
|
-
isAiAgentRoom: boolean;
|
190971
191182
|
csatStatus: string | null;
|
190972
191183
|
cxlog: {
|
190973
191184
|
id: string;
|
@@ -191742,7 +191953,6 @@ export declare const platformInstagramContract: {
|
|
191742
191953
|
};
|
191743
191954
|
lastMessageAt: Date | null;
|
191744
191955
|
isBotRoom: boolean;
|
191745
|
-
isAiAgentRoom: boolean;
|
191746
191956
|
csatStatus: string | null;
|
191747
191957
|
cxlog: {
|
191748
191958
|
id: string;
|
@@ -192520,7 +192730,6 @@ export declare const platformInstagramContract: {
|
|
192520
192730
|
};
|
192521
192731
|
lastMessageAt: Date | null;
|
192522
192732
|
isBotRoom: boolean;
|
192523
|
-
isAiAgentRoom: boolean;
|
192524
192733
|
csatStatus: string | null;
|
192525
192734
|
cxlog: {
|
192526
192735
|
id: string;
|
@@ -193295,7 +193504,6 @@ export declare const platformInstagramContract: {
|
|
193295
193504
|
};
|
193296
193505
|
lastMessageAt: Date | null;
|
193297
193506
|
isBotRoom: boolean;
|
193298
|
-
isAiAgentRoom: boolean;
|
193299
193507
|
csatStatus: string | null;
|
193300
193508
|
cxlog: {
|
193301
193509
|
id: string;
|
@@ -194074,7 +194282,6 @@ export declare const platformInstagramContract: {
|
|
194074
194282
|
};
|
194075
194283
|
lastMessageAt: Date | null;
|
194076
194284
|
isBotRoom: boolean;
|
194077
|
-
isAiAgentRoom: boolean;
|
194078
194285
|
csatStatus: string | null;
|
194079
194286
|
cxlog: {
|
194080
194287
|
id: string;
|
@@ -194849,7 +195056,6 @@ export declare const platformInstagramContract: {
|
|
194849
195056
|
};
|
194850
195057
|
lastMessageAt: Date | null;
|
194851
195058
|
isBotRoom: boolean;
|
194852
|
-
isAiAgentRoom: boolean;
|
194853
195059
|
csatStatus: string | null;
|
194854
195060
|
cxlog: {
|
194855
195061
|
id: string;
|
@@ -198491,24 +198697,24 @@ export declare const platformBotpressContract: {
|
|
198491
198697
|
botpressBotId: import("zod").ZodString;
|
198492
198698
|
type: import("zod").ZodString;
|
198493
198699
|
metadata: import("zod").ZodObject<{
|
198494
|
-
accessToken: import("zod").
|
198700
|
+
accessToken: import("zod").ZodString;
|
198495
198701
|
}, "strip", import("zod").ZodTypeAny, {
|
198496
|
-
accessToken
|
198702
|
+
accessToken: string;
|
198497
198703
|
}, {
|
198498
|
-
accessToken
|
198704
|
+
accessToken: string;
|
198499
198705
|
}>;
|
198500
198706
|
}, "strip", import("zod").ZodTypeAny, {
|
198501
198707
|
type: string;
|
198502
198708
|
id: string;
|
198503
198709
|
metadata: {
|
198504
|
-
accessToken
|
198710
|
+
accessToken: string;
|
198505
198711
|
};
|
198506
198712
|
botpressBotId: string;
|
198507
198713
|
}, {
|
198508
198714
|
type: string;
|
198509
198715
|
id: string;
|
198510
198716
|
metadata: {
|
198511
|
-
accessToken
|
198717
|
+
accessToken: string;
|
198512
198718
|
};
|
198513
198719
|
botpressBotId: string;
|
198514
198720
|
}>;
|
@@ -198564,7 +198770,7 @@ export declare const platformBotpressContract: {
|
|
198564
198770
|
type: string;
|
198565
198771
|
id: string;
|
198566
198772
|
metadata: {
|
198567
|
-
accessToken
|
198773
|
+
accessToken: string;
|
198568
198774
|
};
|
198569
198775
|
botpressBotId: string;
|
198570
198776
|
};
|
@@ -198589,7 +198795,7 @@ export declare const platformBotpressContract: {
|
|
198589
198795
|
type: string;
|
198590
198796
|
id: string;
|
198591
198797
|
metadata: {
|
198592
|
-
accessToken
|
198798
|
+
accessToken: string;
|
198593
198799
|
};
|
198594
198800
|
botpressBotId: string;
|
198595
198801
|
};
|
@@ -198617,7 +198823,7 @@ export declare const platformBotpressContract: {
|
|
198617
198823
|
type: string;
|
198618
198824
|
id: string;
|
198619
198825
|
metadata: {
|
198620
|
-
accessToken
|
198826
|
+
accessToken: string;
|
198621
198827
|
};
|
198622
198828
|
botpressBotId: string;
|
198623
198829
|
};
|
@@ -198646,7 +198852,7 @@ export declare const platformBotpressContract: {
|
|
198646
198852
|
type: string;
|
198647
198853
|
id: string;
|
198648
198854
|
metadata: {
|
198649
|
-
accessToken
|
198855
|
+
accessToken: string;
|
198650
198856
|
};
|
198651
198857
|
botpressBotId: string;
|
198652
198858
|
};
|
@@ -204590,7 +204796,6 @@ export declare const platformWhatsappContract: {
|
|
204590
204796
|
firstResponseTime: import("zod").ZodNumber;
|
204591
204797
|
isLatest: import("zod").ZodBoolean;
|
204592
204798
|
isBotRoom: import("zod").ZodBoolean;
|
204593
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
204594
204799
|
metadata: import("zod").ZodAny;
|
204595
204800
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
204596
204801
|
platformContact: import("zod").ZodObject<{
|
@@ -207526,7 +207731,6 @@ export declare const platformWhatsappContract: {
|
|
207526
207731
|
};
|
207527
207732
|
lastMessageAt: Date | null;
|
207528
207733
|
isBotRoom: boolean;
|
207529
|
-
isAiAgentRoom: boolean;
|
207530
207734
|
csatStatus: string | null;
|
207531
207735
|
cxlog: {
|
207532
207736
|
id: string;
|
@@ -207964,7 +208168,6 @@ export declare const platformWhatsappContract: {
|
|
207964
208168
|
};
|
207965
208169
|
lastMessageAt: Date | null;
|
207966
208170
|
isBotRoom: boolean;
|
207967
|
-
isAiAgentRoom: boolean;
|
207968
208171
|
csatStatus: string | null;
|
207969
208172
|
cxlog: {
|
207970
208173
|
id: string;
|
@@ -209330,7 +209533,6 @@ export declare const platformWhatsappContract: {
|
|
209330
209533
|
firstResponseTime: import("zod").ZodNumber;
|
209331
209534
|
isLatest: import("zod").ZodBoolean;
|
209332
209535
|
isBotRoom: import("zod").ZodBoolean;
|
209333
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
209334
209536
|
metadata: import("zod").ZodAny;
|
209335
209537
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
209336
209538
|
platformContact: import("zod").ZodObject<{
|
@@ -212266,7 +212468,6 @@ export declare const platformWhatsappContract: {
|
|
212266
212468
|
};
|
212267
212469
|
lastMessageAt: Date | null;
|
212268
212470
|
isBotRoom: boolean;
|
212269
|
-
isAiAgentRoom: boolean;
|
212270
212471
|
csatStatus: string | null;
|
212271
212472
|
cxlog: {
|
212272
212473
|
id: string;
|
@@ -212704,7 +212905,6 @@ export declare const platformWhatsappContract: {
|
|
212704
212905
|
};
|
212705
212906
|
lastMessageAt: Date | null;
|
212706
212907
|
isBotRoom: boolean;
|
212707
|
-
isAiAgentRoom: boolean;
|
212708
212908
|
csatStatus: string | null;
|
212709
212909
|
cxlog: {
|
212710
212910
|
id: string;
|
@@ -214915,7 +215115,6 @@ export declare const platformWhatsappContract: {
|
|
214915
215115
|
};
|
214916
215116
|
lastMessageAt: Date | null;
|
214917
215117
|
isBotRoom: boolean;
|
214918
|
-
isAiAgentRoom: boolean;
|
214919
215118
|
csatStatus: string | null;
|
214920
215119
|
cxlog: {
|
214921
215120
|
id: string;
|
@@ -215690,7 +215889,6 @@ export declare const platformWhatsappContract: {
|
|
215690
215889
|
};
|
215691
215890
|
lastMessageAt: Date | null;
|
215692
215891
|
isBotRoom: boolean;
|
215693
|
-
isAiAgentRoom: boolean;
|
215694
215892
|
csatStatus: string | null;
|
215695
215893
|
cxlog: {
|
215696
215894
|
id: string;
|
@@ -216466,7 +216664,6 @@ export declare const platformWhatsappContract: {
|
|
216466
216664
|
};
|
216467
216665
|
lastMessageAt: Date | null;
|
216468
216666
|
isBotRoom: boolean;
|
216469
|
-
isAiAgentRoom: boolean;
|
216470
216667
|
csatStatus: string | null;
|
216471
216668
|
cxlog: {
|
216472
216669
|
id: string;
|
@@ -217241,7 +217438,6 @@ export declare const platformWhatsappContract: {
|
|
217241
217438
|
};
|
217242
217439
|
lastMessageAt: Date | null;
|
217243
217440
|
isBotRoom: boolean;
|
217244
|
-
isAiAgentRoom: boolean;
|
217245
217441
|
csatStatus: string | null;
|
217246
217442
|
cxlog: {
|
217247
217443
|
id: string;
|
@@ -218017,7 +218213,6 @@ export declare const platformWhatsappContract: {
|
|
218017
218213
|
};
|
218018
218214
|
lastMessageAt: Date | null;
|
218019
218215
|
isBotRoom: boolean;
|
218020
|
-
isAiAgentRoom: boolean;
|
218021
218216
|
csatStatus: string | null;
|
218022
218217
|
cxlog: {
|
218023
218218
|
id: string;
|
@@ -218792,7 +218987,6 @@ export declare const platformWhatsappContract: {
|
|
218792
218987
|
};
|
218793
218988
|
lastMessageAt: Date | null;
|
218794
218989
|
isBotRoom: boolean;
|
218795
|
-
isAiAgentRoom: boolean;
|
218796
218990
|
csatStatus: string | null;
|
218797
218991
|
cxlog: {
|
218798
218992
|
id: string;
|
@@ -219570,7 +219764,6 @@ export declare const platformWhatsappContract: {
|
|
219570
219764
|
};
|
219571
219765
|
lastMessageAt: Date | null;
|
219572
219766
|
isBotRoom: boolean;
|
219573
|
-
isAiAgentRoom: boolean;
|
219574
219767
|
csatStatus: string | null;
|
219575
219768
|
cxlog: {
|
219576
219769
|
id: string;
|
@@ -220345,7 +220538,6 @@ export declare const platformWhatsappContract: {
|
|
220345
220538
|
};
|
220346
220539
|
lastMessageAt: Date | null;
|
220347
220540
|
isBotRoom: boolean;
|
220348
|
-
isAiAgentRoom: boolean;
|
220349
220541
|
csatStatus: string | null;
|
220350
220542
|
cxlog: {
|
220351
220543
|
id: string;
|
@@ -221124,7 +221316,6 @@ export declare const platformWhatsappContract: {
|
|
221124
221316
|
};
|
221125
221317
|
lastMessageAt: Date | null;
|
221126
221318
|
isBotRoom: boolean;
|
221127
|
-
isAiAgentRoom: boolean;
|
221128
221319
|
csatStatus: string | null;
|
221129
221320
|
cxlog: {
|
221130
221321
|
id: string;
|
@@ -221899,7 +222090,6 @@ export declare const platformWhatsappContract: {
|
|
221899
222090
|
};
|
221900
222091
|
lastMessageAt: Date | null;
|
221901
222092
|
isBotRoom: boolean;
|
221902
|
-
isAiAgentRoom: boolean;
|
221903
222093
|
csatStatus: string | null;
|
221904
222094
|
cxlog: {
|
221905
222095
|
id: string;
|
@@ -231226,7 +231416,6 @@ export declare const facebookFeedContract: {
|
|
231226
231416
|
firstResponseTime: import("zod").ZodNumber;
|
231227
231417
|
isLatest: import("zod").ZodBoolean;
|
231228
231418
|
isBotRoom: import("zod").ZodBoolean;
|
231229
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
231230
231419
|
metadata: import("zod").ZodAny;
|
231231
231420
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
231232
231421
|
platformContact: import("zod").ZodObject<{
|
@@ -234162,7 +234351,6 @@ export declare const facebookFeedContract: {
|
|
234162
234351
|
};
|
234163
234352
|
lastMessageAt: Date | null;
|
234164
234353
|
isBotRoom: boolean;
|
234165
|
-
isAiAgentRoom: boolean;
|
234166
234354
|
csatStatus: string | null;
|
234167
234355
|
cxlog: {
|
234168
234356
|
id: string;
|
@@ -234600,7 +234788,6 @@ export declare const facebookFeedContract: {
|
|
234600
234788
|
};
|
234601
234789
|
lastMessageAt: Date | null;
|
234602
234790
|
isBotRoom: boolean;
|
234603
|
-
isAiAgentRoom: boolean;
|
234604
234791
|
csatStatus: string | null;
|
234605
234792
|
cxlog: {
|
234606
234793
|
id: string;
|
@@ -235966,7 +236153,6 @@ export declare const facebookFeedContract: {
|
|
235966
236153
|
firstResponseTime: import("zod").ZodNumber;
|
235967
236154
|
isLatest: import("zod").ZodBoolean;
|
235968
236155
|
isBotRoom: import("zod").ZodBoolean;
|
235969
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
235970
236156
|
metadata: import("zod").ZodAny;
|
235971
236157
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
235972
236158
|
platformContact: import("zod").ZodObject<{
|
@@ -238902,7 +239088,6 @@ export declare const facebookFeedContract: {
|
|
238902
239088
|
};
|
238903
239089
|
lastMessageAt: Date | null;
|
238904
239090
|
isBotRoom: boolean;
|
238905
|
-
isAiAgentRoom: boolean;
|
238906
239091
|
csatStatus: string | null;
|
238907
239092
|
cxlog: {
|
238908
239093
|
id: string;
|
@@ -239340,7 +239525,6 @@ export declare const facebookFeedContract: {
|
|
239340
239525
|
};
|
239341
239526
|
lastMessageAt: Date | null;
|
239342
239527
|
isBotRoom: boolean;
|
239343
|
-
isAiAgentRoom: boolean;
|
239344
239528
|
csatStatus: string | null;
|
239345
239529
|
cxlog: {
|
239346
239530
|
id: string;
|
@@ -241551,7 +241735,6 @@ export declare const facebookFeedContract: {
|
|
241551
241735
|
};
|
241552
241736
|
lastMessageAt: Date | null;
|
241553
241737
|
isBotRoom: boolean;
|
241554
|
-
isAiAgentRoom: boolean;
|
241555
241738
|
csatStatus: string | null;
|
241556
241739
|
cxlog: {
|
241557
241740
|
id: string;
|
@@ -242326,7 +242509,6 @@ export declare const facebookFeedContract: {
|
|
242326
242509
|
};
|
242327
242510
|
lastMessageAt: Date | null;
|
242328
242511
|
isBotRoom: boolean;
|
242329
|
-
isAiAgentRoom: boolean;
|
242330
242512
|
csatStatus: string | null;
|
242331
242513
|
cxlog: {
|
242332
242514
|
id: string;
|
@@ -243102,7 +243284,6 @@ export declare const facebookFeedContract: {
|
|
243102
243284
|
};
|
243103
243285
|
lastMessageAt: Date | null;
|
243104
243286
|
isBotRoom: boolean;
|
243105
|
-
isAiAgentRoom: boolean;
|
243106
243287
|
csatStatus: string | null;
|
243107
243288
|
cxlog: {
|
243108
243289
|
id: string;
|
@@ -243877,7 +244058,6 @@ export declare const facebookFeedContract: {
|
|
243877
244058
|
};
|
243878
244059
|
lastMessageAt: Date | null;
|
243879
244060
|
isBotRoom: boolean;
|
243880
|
-
isAiAgentRoom: boolean;
|
243881
244061
|
csatStatus: string | null;
|
243882
244062
|
cxlog: {
|
243883
244063
|
id: string;
|
@@ -244653,7 +244833,6 @@ export declare const facebookFeedContract: {
|
|
244653
244833
|
};
|
244654
244834
|
lastMessageAt: Date | null;
|
244655
244835
|
isBotRoom: boolean;
|
244656
|
-
isAiAgentRoom: boolean;
|
244657
244836
|
csatStatus: string | null;
|
244658
244837
|
cxlog: {
|
244659
244838
|
id: string;
|
@@ -245428,7 +245607,6 @@ export declare const facebookFeedContract: {
|
|
245428
245607
|
};
|
245429
245608
|
lastMessageAt: Date | null;
|
245430
245609
|
isBotRoom: boolean;
|
245431
|
-
isAiAgentRoom: boolean;
|
245432
245610
|
csatStatus: string | null;
|
245433
245611
|
cxlog: {
|
245434
245612
|
id: string;
|
@@ -246206,7 +246384,6 @@ export declare const facebookFeedContract: {
|
|
246206
246384
|
};
|
246207
246385
|
lastMessageAt: Date | null;
|
246208
246386
|
isBotRoom: boolean;
|
246209
|
-
isAiAgentRoom: boolean;
|
246210
246387
|
csatStatus: string | null;
|
246211
246388
|
cxlog: {
|
246212
246389
|
id: string;
|
@@ -246981,7 +247158,6 @@ export declare const facebookFeedContract: {
|
|
246981
247158
|
};
|
246982
247159
|
lastMessageAt: Date | null;
|
246983
247160
|
isBotRoom: boolean;
|
246984
|
-
isAiAgentRoom: boolean;
|
246985
247161
|
csatStatus: string | null;
|
246986
247162
|
cxlog: {
|
246987
247163
|
id: string;
|
@@ -247760,7 +247936,6 @@ export declare const facebookFeedContract: {
|
|
247760
247936
|
};
|
247761
247937
|
lastMessageAt: Date | null;
|
247762
247938
|
isBotRoom: boolean;
|
247763
|
-
isAiAgentRoom: boolean;
|
247764
247939
|
csatStatus: string | null;
|
247765
247940
|
cxlog: {
|
247766
247941
|
id: string;
|
@@ -248535,7 +248710,6 @@ export declare const facebookFeedContract: {
|
|
248535
248710
|
};
|
248536
248711
|
lastMessageAt: Date | null;
|
248537
248712
|
isBotRoom: boolean;
|
248538
|
-
isAiAgentRoom: boolean;
|
248539
248713
|
csatStatus: string | null;
|
248540
248714
|
cxlog: {
|
248541
248715
|
id: string;
|
@@ -253836,7 +254010,6 @@ export declare const feedPostContract: {
|
|
253836
254010
|
firstResponseTime: import("zod").ZodNumber;
|
253837
254011
|
isLatest: import("zod").ZodBoolean;
|
253838
254012
|
isBotRoom: import("zod").ZodBoolean;
|
253839
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
253840
254013
|
metadata: import("zod").ZodAny;
|
253841
254014
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
253842
254015
|
platformContact: import("zod").ZodObject<{
|
@@ -256772,7 +256945,6 @@ export declare const feedPostContract: {
|
|
256772
256945
|
};
|
256773
256946
|
lastMessageAt: Date | null;
|
256774
256947
|
isBotRoom: boolean;
|
256775
|
-
isAiAgentRoom: boolean;
|
256776
256948
|
csatStatus: string | null;
|
256777
256949
|
cxlog: {
|
256778
256950
|
id: string;
|
@@ -257210,7 +257382,6 @@ export declare const feedPostContract: {
|
|
257210
257382
|
};
|
257211
257383
|
lastMessageAt: Date | null;
|
257212
257384
|
isBotRoom: boolean;
|
257213
|
-
isAiAgentRoom: boolean;
|
257214
257385
|
csatStatus: string | null;
|
257215
257386
|
cxlog: {
|
257216
257387
|
id: string;
|
@@ -259623,7 +259794,6 @@ export declare const feedPostContract: {
|
|
259623
259794
|
firstResponseTime: import("zod").ZodNumber;
|
259624
259795
|
isLatest: import("zod").ZodBoolean;
|
259625
259796
|
isBotRoom: import("zod").ZodBoolean;
|
259626
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
259627
259797
|
metadata: import("zod").ZodAny;
|
259628
259798
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
259629
259799
|
platformContact: import("zod").ZodObject<{
|
@@ -262559,7 +262729,6 @@ export declare const feedPostContract: {
|
|
262559
262729
|
};
|
262560
262730
|
lastMessageAt: Date | null;
|
262561
262731
|
isBotRoom: boolean;
|
262562
|
-
isAiAgentRoom: boolean;
|
262563
262732
|
csatStatus: string | null;
|
262564
262733
|
cxlog: {
|
262565
262734
|
id: string;
|
@@ -262997,7 +263166,6 @@ export declare const feedPostContract: {
|
|
262997
263166
|
};
|
262998
263167
|
lastMessageAt: Date | null;
|
262999
263168
|
isBotRoom: boolean;
|
263000
|
-
isAiAgentRoom: boolean;
|
263001
263169
|
csatStatus: string | null;
|
263002
263170
|
cxlog: {
|
263003
263171
|
id: string;
|
@@ -265208,7 +265376,6 @@ export declare const feedPostContract: {
|
|
265208
265376
|
};
|
265209
265377
|
lastMessageAt: Date | null;
|
265210
265378
|
isBotRoom: boolean;
|
265211
|
-
isAiAgentRoom: boolean;
|
265212
265379
|
csatStatus: string | null;
|
265213
265380
|
cxlog: {
|
265214
265381
|
id: string;
|
@@ -265983,7 +266150,6 @@ export declare const feedPostContract: {
|
|
265983
266150
|
};
|
265984
266151
|
lastMessageAt: Date | null;
|
265985
266152
|
isBotRoom: boolean;
|
265986
|
-
isAiAgentRoom: boolean;
|
265987
266153
|
csatStatus: string | null;
|
265988
266154
|
cxlog: {
|
265989
266155
|
id: string;
|
@@ -266765,7 +266931,6 @@ export declare const feedPostContract: {
|
|
266765
266931
|
};
|
266766
266932
|
lastMessageAt: Date | null;
|
266767
266933
|
isBotRoom: boolean;
|
266768
|
-
isAiAgentRoom: boolean;
|
266769
266934
|
csatStatus: string | null;
|
266770
266935
|
cxlog: {
|
266771
266936
|
id: string;
|
@@ -267535,7 +267700,6 @@ export declare const feedPostContract: {
|
|
267535
267700
|
};
|
267536
267701
|
lastMessageAt: Date | null;
|
267537
267702
|
isBotRoom: boolean;
|
267538
|
-
isAiAgentRoom: boolean;
|
267539
267703
|
csatStatus: string | null;
|
267540
267704
|
cxlog: {
|
267541
267705
|
id: string;
|
@@ -268443,7 +268607,6 @@ export declare const feedPostContract: {
|
|
268443
268607
|
};
|
268444
268608
|
lastMessageAt: Date | null;
|
268445
268609
|
isBotRoom: boolean;
|
268446
|
-
isAiAgentRoom: boolean;
|
268447
268610
|
csatStatus: string | null;
|
268448
268611
|
cxlog: {
|
268449
268612
|
id: string;
|
@@ -269213,7 +269376,6 @@ export declare const feedPostContract: {
|
|
269213
269376
|
};
|
269214
269377
|
lastMessageAt: Date | null;
|
269215
269378
|
isBotRoom: boolean;
|
269216
|
-
isAiAgentRoom: boolean;
|
269217
269379
|
csatStatus: string | null;
|
269218
269380
|
cxlog: {
|
269219
269381
|
id: string;
|
@@ -270123,7 +270285,6 @@ export declare const feedPostContract: {
|
|
270123
270285
|
};
|
270124
270286
|
lastMessageAt: Date | null;
|
270125
270287
|
isBotRoom: boolean;
|
270126
|
-
isAiAgentRoom: boolean;
|
270127
270288
|
csatStatus: string | null;
|
270128
270289
|
cxlog: {
|
270129
270290
|
id: string;
|
@@ -270893,7 +271054,6 @@ export declare const feedPostContract: {
|
|
270893
271054
|
};
|
270894
271055
|
lastMessageAt: Date | null;
|
270895
271056
|
isBotRoom: boolean;
|
270896
|
-
isAiAgentRoom: boolean;
|
270897
271057
|
csatStatus: string | null;
|
270898
271058
|
cxlog: {
|
270899
271059
|
id: string;
|
@@ -271807,7 +271967,6 @@ export declare const feedPostContract: {
|
|
271807
271967
|
};
|
271808
271968
|
lastMessageAt: Date | null;
|
271809
271969
|
isBotRoom: boolean;
|
271810
|
-
isAiAgentRoom: boolean;
|
271811
271970
|
csatStatus: string | null;
|
271812
271971
|
cxlog: {
|
271813
271972
|
id: string;
|
@@ -272577,7 +272736,6 @@ export declare const feedPostContract: {
|
|
272577
272736
|
};
|
272578
272737
|
lastMessageAt: Date | null;
|
272579
272738
|
isBotRoom: boolean;
|
272580
|
-
isAiAgentRoom: boolean;
|
272581
272739
|
csatStatus: string | null;
|
272582
272740
|
cxlog: {
|
272583
272741
|
id: string;
|
@@ -287151,7 +287309,6 @@ export declare const workflowContract: {
|
|
287151
287309
|
firstResponseTime: import("zod").ZodNumber;
|
287152
287310
|
isLatest: import("zod").ZodBoolean;
|
287153
287311
|
isBotRoom: import("zod").ZodBoolean;
|
287154
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
287155
287312
|
metadata: import("zod").ZodAny;
|
287156
287313
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
287157
287314
|
platformContact: import("zod").ZodObject<{
|
@@ -290087,7 +290244,6 @@ export declare const workflowContract: {
|
|
290087
290244
|
};
|
290088
290245
|
lastMessageAt: Date | null;
|
290089
290246
|
isBotRoom: boolean;
|
290090
|
-
isAiAgentRoom: boolean;
|
290091
290247
|
csatStatus: string | null;
|
290092
290248
|
cxlog: {
|
290093
290249
|
id: string;
|
@@ -290525,7 +290681,6 @@ export declare const workflowContract: {
|
|
290525
290681
|
};
|
290526
290682
|
lastMessageAt: Date | null;
|
290527
290683
|
isBotRoom: boolean;
|
290528
|
-
isAiAgentRoom: boolean;
|
290529
290684
|
csatStatus: string | null;
|
290530
290685
|
cxlog: {
|
290531
290686
|
id: string;
|
@@ -290965,7 +291120,6 @@ export declare const workflowContract: {
|
|
290965
291120
|
};
|
290966
291121
|
lastMessageAt: Date | null;
|
290967
291122
|
isBotRoom: boolean;
|
290968
|
-
isAiAgentRoom: boolean;
|
290969
291123
|
csatStatus: string | null;
|
290970
291124
|
cxlog: {
|
290971
291125
|
id: string;
|
@@ -291406,7 +291560,6 @@ export declare const workflowContract: {
|
|
291406
291560
|
};
|
291407
291561
|
lastMessageAt: Date | null;
|
291408
291562
|
isBotRoom: boolean;
|
291409
|
-
isAiAgentRoom: boolean;
|
291410
291563
|
csatStatus: string | null;
|
291411
291564
|
cxlog: {
|
291412
291565
|
id: string;
|
@@ -291540,26 +291693,18 @@ export declare const workflowContract: {
|
|
291540
291693
|
}>;
|
291541
291694
|
};
|
291542
291695
|
autoReply: {
|
291543
|
-
body: import("zod").
|
291696
|
+
body: import("zod").ZodObject<{
|
291544
291697
|
roomId: import("zod").ZodString;
|
291545
|
-
message: import("zod").
|
291546
|
-
messageType: import("zod").ZodDefault<import("zod").ZodEnum<["text", "image"
|
291698
|
+
message: import("zod").ZodString;
|
291699
|
+
messageType: import("zod").ZodDefault<import("zod").ZodEnum<["text", "image"]>>;
|
291547
291700
|
}, "strip", import("zod").ZodTypeAny, {
|
291548
|
-
|
291549
|
-
|
291550
|
-
message?: string | undefined;
|
291551
|
-
}, {
|
291552
|
-
roomId: string;
|
291553
|
-
message?: string | undefined;
|
291554
|
-
messageType?: "image" | "text" | "typing_on" | undefined;
|
291555
|
-
}>, {
|
291556
|
-
messageType: "image" | "text" | "typing_on";
|
291701
|
+
message: string;
|
291702
|
+
messageType: "image" | "text";
|
291557
291703
|
roomId: string;
|
291558
|
-
message?: string | undefined;
|
291559
291704
|
}, {
|
291705
|
+
message: string;
|
291560
291706
|
roomId: string;
|
291561
|
-
|
291562
|
-
messageType?: "image" | "text" | "typing_on" | undefined;
|
291707
|
+
messageType?: "image" | "text" | undefined;
|
291563
291708
|
}>;
|
291564
291709
|
summary: "send auto reply message";
|
291565
291710
|
method: "POST";
|
@@ -291599,7 +291744,6 @@ export declare const workflowContract: {
|
|
291599
291744
|
firstResponseTime: import("zod").ZodNumber;
|
291600
291745
|
isLatest: import("zod").ZodBoolean;
|
291601
291746
|
isBotRoom: import("zod").ZodBoolean;
|
291602
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
291603
291747
|
metadata: import("zod").ZodAny;
|
291604
291748
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
291605
291749
|
platformContact: import("zod").ZodObject<{
|
@@ -294535,7 +294679,6 @@ export declare const workflowContract: {
|
|
294535
294679
|
};
|
294536
294680
|
lastMessageAt: Date | null;
|
294537
294681
|
isBotRoom: boolean;
|
294538
|
-
isAiAgentRoom: boolean;
|
294539
294682
|
csatStatus: string | null;
|
294540
294683
|
cxlog: {
|
294541
294684
|
id: string;
|
@@ -294973,7 +295116,6 @@ export declare const workflowContract: {
|
|
294973
295116
|
};
|
294974
295117
|
lastMessageAt: Date | null;
|
294975
295118
|
isBotRoom: boolean;
|
294976
|
-
isAiAgentRoom: boolean;
|
294977
295119
|
csatStatus: string | null;
|
294978
295120
|
cxlog: {
|
294979
295121
|
id: string;
|
@@ -297184,7 +297326,6 @@ export declare const workflowContract: {
|
|
297184
297326
|
};
|
297185
297327
|
lastMessageAt: Date | null;
|
297186
297328
|
isBotRoom: boolean;
|
297187
|
-
isAiAgentRoom: boolean;
|
297188
297329
|
csatStatus: string | null;
|
297189
297330
|
cxlog: {
|
297190
297331
|
id: string;
|
@@ -297959,7 +298100,6 @@ export declare const workflowContract: {
|
|
297959
298100
|
};
|
297960
298101
|
lastMessageAt: Date | null;
|
297961
298102
|
isBotRoom: boolean;
|
297962
|
-
isAiAgentRoom: boolean;
|
297963
298103
|
csatStatus: string | null;
|
297964
298104
|
cxlog: {
|
297965
298105
|
id: string;
|
@@ -298736,7 +298876,6 @@ export declare const workflowContract: {
|
|
298736
298876
|
};
|
298737
298877
|
lastMessageAt: Date | null;
|
298738
298878
|
isBotRoom: boolean;
|
298739
|
-
isAiAgentRoom: boolean;
|
298740
298879
|
csatStatus: string | null;
|
298741
298880
|
cxlog: {
|
298742
298881
|
id: string;
|
@@ -299514,7 +299653,6 @@ export declare const workflowContract: {
|
|
299514
299653
|
};
|
299515
299654
|
lastMessageAt: Date | null;
|
299516
299655
|
isBotRoom: boolean;
|
299517
|
-
isAiAgentRoom: boolean;
|
299518
299656
|
csatStatus: string | null;
|
299519
299657
|
cxlog: {
|
299520
299658
|
id: string;
|
@@ -301943,7 +302081,6 @@ export declare const workflowContract: {
|
|
301943
302081
|
}>;
|
301944
302082
|
lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
301945
302083
|
isBotRoom: import("zod").ZodBoolean;
|
301946
|
-
isAiAgentRoom: import("zod").ZodBoolean;
|
301947
302084
|
csatStatus: import("zod").ZodNullable<import("zod").ZodString>;
|
301948
302085
|
cxlog: import("zod").ZodObject<{
|
301949
302086
|
id: import("zod").ZodString;
|
@@ -302845,7 +302982,6 @@ export declare const workflowContract: {
|
|
302845
302982
|
};
|
302846
302983
|
lastMessageAt: Date | null;
|
302847
302984
|
isBotRoom: boolean;
|
302848
|
-
isAiAgentRoom: boolean;
|
302849
302985
|
csatStatus: string | null;
|
302850
302986
|
cxlog: {
|
302851
302987
|
id: string;
|
@@ -303284,7 +303420,6 @@ export declare const workflowContract: {
|
|
303284
303420
|
};
|
303285
303421
|
lastMessageAt: Date | null;
|
303286
303422
|
isBotRoom: boolean;
|
303287
|
-
isAiAgentRoom: boolean;
|
303288
303423
|
csatStatus: string | null;
|
303289
303424
|
cxlog: {
|
303290
303425
|
id: string;
|
@@ -303725,7 +303860,6 @@ export declare const workflowContract: {
|
|
303725
303860
|
};
|
303726
303861
|
lastMessageAt: Date | null;
|
303727
303862
|
isBotRoom: boolean;
|
303728
|
-
isAiAgentRoom: boolean;
|
303729
303863
|
csatStatus: string | null;
|
303730
303864
|
cxlog: {
|
303731
303865
|
id: string;
|
@@ -304167,7 +304301,6 @@ export declare const workflowContract: {
|
|
304167
304301
|
};
|
304168
304302
|
lastMessageAt: Date | null;
|
304169
304303
|
isBotRoom: boolean;
|
304170
|
-
isAiAgentRoom: boolean;
|
304171
304304
|
csatStatus: string | null;
|
304172
304305
|
cxlog: {
|
304173
304306
|
id: string;
|
@@ -304355,60 +304488,6 @@ export declare const workflowContract: {
|
|
304355
304488
|
'x-code'?: string | undefined;
|
304356
304489
|
}>;
|
304357
304490
|
};
|
304358
|
-
tagContact: {
|
304359
|
-
body: import("zod").ZodObject<{
|
304360
|
-
contactId: import("zod").ZodString;
|
304361
|
-
tagId: import("zod").ZodString;
|
304362
|
-
}, "strip", import("zod").ZodTypeAny, {
|
304363
|
-
contactId: string;
|
304364
|
-
tagId: string;
|
304365
|
-
}, {
|
304366
|
-
contactId: string;
|
304367
|
-
tagId: string;
|
304368
|
-
}>;
|
304369
|
-
summary: "Attach Tag to Contact";
|
304370
|
-
method: "POST";
|
304371
|
-
responses: {
|
304372
|
-
200: import("zod").ZodObject<{
|
304373
|
-
requestId: import("zod").ZodString;
|
304374
|
-
}, "strip", import("zod").ZodTypeAny, {
|
304375
|
-
requestId: string;
|
304376
|
-
}, {
|
304377
|
-
requestId: string;
|
304378
|
-
}>;
|
304379
|
-
403: import("zod").ZodObject<{
|
304380
|
-
message: import("zod").ZodString;
|
304381
|
-
error: import("zod").ZodAny;
|
304382
|
-
}, "strip", import("zod").ZodTypeAny, {
|
304383
|
-
message: string;
|
304384
|
-
error?: any;
|
304385
|
-
}, {
|
304386
|
-
message: string;
|
304387
|
-
error?: any;
|
304388
|
-
}>;
|
304389
|
-
404: import("zod").ZodObject<{
|
304390
|
-
message: import("zod").ZodString;
|
304391
|
-
error: import("zod").ZodAny;
|
304392
|
-
}, "strip", import("zod").ZodTypeAny, {
|
304393
|
-
message: string;
|
304394
|
-
error?: any;
|
304395
|
-
}, {
|
304396
|
-
message: string;
|
304397
|
-
error?: any;
|
304398
|
-
}>;
|
304399
|
-
};
|
304400
|
-
path: "ms/workflow/chat/contact/tag";
|
304401
|
-
headers: import("zod").ZodObject<{
|
304402
|
-
'x-tenant': import("zod").ZodString;
|
304403
|
-
'x-code': import("zod").ZodOptional<import("zod").ZodString>;
|
304404
|
-
}, "strip", import("zod").ZodTypeAny, {
|
304405
|
-
'x-tenant': string;
|
304406
|
-
'x-code'?: string | undefined;
|
304407
|
-
}, {
|
304408
|
-
'x-tenant': string;
|
304409
|
-
'x-code'?: string | undefined;
|
304410
|
-
}>;
|
304411
|
-
};
|
304412
304491
|
};
|
304413
304492
|
};
|
304414
304493
|
export declare const ticketSettingContract: {
|
@@ -316564,76 +316643,12 @@ export declare const channelSettingContract: {
|
|
316564
316643
|
updateChannelCsatPreference: {
|
316565
316644
|
body: import("zod").ZodObject<{
|
316566
316645
|
isCSATEnabled: import("zod").ZodBoolean;
|
316567
|
-
headline: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
316568
|
-
image: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
316569
|
-
bucketName: import("zod").ZodString;
|
316570
|
-
fileName: import("zod").ZodString;
|
316571
|
-
fileSize: import("zod").ZodNumber;
|
316572
|
-
fileKey: import("zod").ZodString;
|
316573
|
-
originalUrl: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
316574
|
-
}, "strip", import("zod").ZodTypeAny, {
|
316575
|
-
fileName: string;
|
316576
|
-
fileKey: string;
|
316577
|
-
bucketName: string;
|
316578
|
-
fileSize: number;
|
316579
|
-
originalUrl?: string | null | undefined;
|
316580
|
-
}, {
|
316581
|
-
fileName: string;
|
316582
|
-
fileKey: string;
|
316583
|
-
bucketName: string;
|
316584
|
-
fileSize: number;
|
316585
|
-
originalUrl?: string | null | undefined;
|
316586
|
-
}>>>;
|
316587
|
-
scaleOptions: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
316588
|
-
value: import("zod").ZodString;
|
316589
|
-
label: import("zod").ZodString;
|
316590
|
-
color: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
316591
|
-
style: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
316592
|
-
}, "strip", import("zod").ZodTypeAny, {
|
316593
|
-
value: string;
|
316594
|
-
label: string;
|
316595
|
-
color?: string | null | undefined;
|
316596
|
-
style?: string | null | undefined;
|
316597
|
-
}, {
|
316598
|
-
value: string;
|
316599
|
-
label: string;
|
316600
|
-
color?: string | null | undefined;
|
316601
|
-
style?: string | null | undefined;
|
316602
|
-
}>, "many">>>;
|
316603
316646
|
dispositions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
316604
316647
|
}, "strip", import("zod").ZodTypeAny, {
|
316605
316648
|
isCSATEnabled: boolean;
|
316606
|
-
headline?: string | null | undefined;
|
316607
|
-
image?: {
|
316608
|
-
fileName: string;
|
316609
|
-
fileKey: string;
|
316610
|
-
bucketName: string;
|
316611
|
-
fileSize: number;
|
316612
|
-
originalUrl?: string | null | undefined;
|
316613
|
-
} | null | undefined;
|
316614
|
-
scaleOptions?: {
|
316615
|
-
value: string;
|
316616
|
-
label: string;
|
316617
|
-
color?: string | null | undefined;
|
316618
|
-
style?: string | null | undefined;
|
316619
|
-
}[] | null | undefined;
|
316620
316649
|
dispositions?: string[] | undefined;
|
316621
316650
|
}, {
|
316622
316651
|
isCSATEnabled: boolean;
|
316623
|
-
headline?: string | null | undefined;
|
316624
|
-
image?: {
|
316625
|
-
fileName: string;
|
316626
|
-
fileKey: string;
|
316627
|
-
bucketName: string;
|
316628
|
-
fileSize: number;
|
316629
|
-
originalUrl?: string | null | undefined;
|
316630
|
-
} | null | undefined;
|
316631
|
-
scaleOptions?: {
|
316632
|
-
value: string;
|
316633
|
-
label: string;
|
316634
|
-
color?: string | null | undefined;
|
316635
|
-
style?: string | null | undefined;
|
316636
|
-
}[] | null | undefined;
|
316637
316652
|
dispositions?: string[] | undefined;
|
316638
316653
|
}>;
|
316639
316654
|
summary: "Enable or Disable CSAT for channel";
|