@kl1/contracts 1.3.53 → 1.3.55
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/channel/index.d.ts +1 -1
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +10 -10
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +102 -102
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +20 -20
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +14 -14
- package/dist/api-contracts/src/contract.d.ts +1298 -940
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +37 -109
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +5 -23
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +3 -26
- package/dist/api-contracts/src/cx-log/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +14 -14
- 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 +14 -14
- package/dist/api-contracts/src/line/index.d.ts +14 -14
- package/dist/api-contracts/src/messenger/index.d.ts +14 -14
- package/dist/api-contracts/src/presence-status/index.d.ts +1 -1
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +14 -14
- 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 +14 -14
- package/dist/api-contracts/src/webchat/index.d.ts +14 -14
- package/dist/api-contracts/src/whatsapp/index.d.ts +14 -14
- package/dist/api-contracts/src/workflow-rule/index.d.ts +15 -15
- package/dist/index.js +1616 -1596
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1616 -1595
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2794,6 +2794,7 @@ export declare const chatContract: {
|
|
|
2794
2794
|
firstResponseTime: number;
|
|
2795
2795
|
lastMessage: string;
|
|
2796
2796
|
handleTime: number;
|
|
2797
|
+
closedAt: Date;
|
|
2797
2798
|
unreadCount: number;
|
|
2798
2799
|
firstResponseAt: Date;
|
|
2799
2800
|
isLatest: boolean;
|
|
@@ -2968,7 +2969,6 @@ export declare const chatContract: {
|
|
|
2968
2969
|
telephonySignature: string | null;
|
|
2969
2970
|
};
|
|
2970
2971
|
};
|
|
2971
|
-
closedAt: Date;
|
|
2972
2972
|
lastMessageAt: Date | null;
|
|
2973
2973
|
isBotRoom: boolean;
|
|
2974
2974
|
csatStatus: string | null;
|
|
@@ -3230,6 +3230,7 @@ export declare const chatContract: {
|
|
|
3230
3230
|
firstResponseTime: number;
|
|
3231
3231
|
lastMessage: string;
|
|
3232
3232
|
handleTime: number;
|
|
3233
|
+
closedAt: Date;
|
|
3233
3234
|
unreadCount: number;
|
|
3234
3235
|
firstResponseAt: Date;
|
|
3235
3236
|
isLatest: boolean;
|
|
@@ -3404,7 +3405,6 @@ export declare const chatContract: {
|
|
|
3404
3405
|
telephonySignature: string | null;
|
|
3405
3406
|
};
|
|
3406
3407
|
};
|
|
3407
|
-
closedAt: Date;
|
|
3408
3408
|
lastMessageAt: Date | null;
|
|
3409
3409
|
isBotRoom: boolean;
|
|
3410
3410
|
csatStatus: string | null;
|
|
@@ -3668,6 +3668,7 @@ export declare const chatContract: {
|
|
|
3668
3668
|
firstResponseTime: number;
|
|
3669
3669
|
lastMessage: string;
|
|
3670
3670
|
handleTime: number;
|
|
3671
|
+
closedAt: Date;
|
|
3671
3672
|
unreadCount: number;
|
|
3672
3673
|
firstResponseAt: Date;
|
|
3673
3674
|
isLatest: boolean;
|
|
@@ -3842,7 +3843,6 @@ export declare const chatContract: {
|
|
|
3842
3843
|
telephonySignature: string | null;
|
|
3843
3844
|
};
|
|
3844
3845
|
};
|
|
3845
|
-
closedAt: Date;
|
|
3846
3846
|
lastMessageAt: Date | null;
|
|
3847
3847
|
isBotRoom: boolean;
|
|
3848
3848
|
csatStatus: string | null;
|
|
@@ -4107,6 +4107,7 @@ export declare const chatContract: {
|
|
|
4107
4107
|
firstResponseTime: number;
|
|
4108
4108
|
lastMessage: string;
|
|
4109
4109
|
handleTime: number;
|
|
4110
|
+
closedAt: Date;
|
|
4110
4111
|
unreadCount: number;
|
|
4111
4112
|
firstResponseAt: Date;
|
|
4112
4113
|
isLatest: boolean;
|
|
@@ -4281,7 +4282,6 @@ export declare const chatContract: {
|
|
|
4281
4282
|
telephonySignature: string | null;
|
|
4282
4283
|
};
|
|
4283
4284
|
};
|
|
4284
|
-
closedAt: Date;
|
|
4285
4285
|
lastMessageAt: Date | null;
|
|
4286
4286
|
isBotRoom: boolean;
|
|
4287
4287
|
csatStatus: string | null;
|
|
@@ -7224,6 +7224,7 @@ export declare const chatContract: {
|
|
|
7224
7224
|
firstResponseTime: number;
|
|
7225
7225
|
lastMessage: string;
|
|
7226
7226
|
handleTime: number;
|
|
7227
|
+
closedAt: Date;
|
|
7227
7228
|
unreadCount: number;
|
|
7228
7229
|
firstResponseAt: Date;
|
|
7229
7230
|
isLatest: boolean;
|
|
@@ -7398,7 +7399,6 @@ export declare const chatContract: {
|
|
|
7398
7399
|
telephonySignature: string | null;
|
|
7399
7400
|
};
|
|
7400
7401
|
};
|
|
7401
|
-
closedAt: Date;
|
|
7402
7402
|
lastMessageAt: Date | null;
|
|
7403
7403
|
isBotRoom: boolean;
|
|
7404
7404
|
csatStatus: string | null;
|
|
@@ -7660,6 +7660,7 @@ export declare const chatContract: {
|
|
|
7660
7660
|
firstResponseTime: number;
|
|
7661
7661
|
lastMessage: string;
|
|
7662
7662
|
handleTime: number;
|
|
7663
|
+
closedAt: Date;
|
|
7663
7664
|
unreadCount: number;
|
|
7664
7665
|
firstResponseAt: Date;
|
|
7665
7666
|
isLatest: boolean;
|
|
@@ -7834,7 +7835,6 @@ export declare const chatContract: {
|
|
|
7834
7835
|
telephonySignature: string | null;
|
|
7835
7836
|
};
|
|
7836
7837
|
};
|
|
7837
|
-
closedAt: Date;
|
|
7838
7838
|
lastMessageAt: Date | null;
|
|
7839
7839
|
isBotRoom: boolean;
|
|
7840
7840
|
csatStatus: string | null;
|
|
@@ -9869,6 +9869,7 @@ export declare const chatContract: {
|
|
|
9869
9869
|
firstResponseTime: number;
|
|
9870
9870
|
lastMessage: string;
|
|
9871
9871
|
handleTime: number;
|
|
9872
|
+
closedAt: Date;
|
|
9872
9873
|
unreadCount: number;
|
|
9873
9874
|
firstResponseAt: Date;
|
|
9874
9875
|
isLatest: boolean;
|
|
@@ -10043,7 +10044,6 @@ export declare const chatContract: {
|
|
|
10043
10044
|
telephonySignature: string | null;
|
|
10044
10045
|
};
|
|
10045
10046
|
};
|
|
10046
|
-
closedAt: Date;
|
|
10047
10047
|
lastMessageAt: Date | null;
|
|
10048
10048
|
isBotRoom: boolean;
|
|
10049
10049
|
csatStatus: string | null;
|
|
@@ -10642,6 +10642,7 @@ export declare const chatContract: {
|
|
|
10642
10642
|
firstResponseTime: number;
|
|
10643
10643
|
lastMessage: string;
|
|
10644
10644
|
handleTime: number;
|
|
10645
|
+
closedAt: Date;
|
|
10645
10646
|
unreadCount: number;
|
|
10646
10647
|
firstResponseAt: Date;
|
|
10647
10648
|
isLatest: boolean;
|
|
@@ -10816,7 +10817,6 @@ export declare const chatContract: {
|
|
|
10816
10817
|
telephonySignature: string | null;
|
|
10817
10818
|
};
|
|
10818
10819
|
};
|
|
10819
|
-
closedAt: Date;
|
|
10820
10820
|
lastMessageAt: Date | null;
|
|
10821
10821
|
isBotRoom: boolean;
|
|
10822
10822
|
csatStatus: string | null;
|
|
@@ -11417,6 +11417,7 @@ export declare const chatContract: {
|
|
|
11417
11417
|
firstResponseTime: number;
|
|
11418
11418
|
lastMessage: string;
|
|
11419
11419
|
handleTime: number;
|
|
11420
|
+
closedAt: Date;
|
|
11420
11421
|
unreadCount: number;
|
|
11421
11422
|
firstResponseAt: Date;
|
|
11422
11423
|
isLatest: boolean;
|
|
@@ -11591,7 +11592,6 @@ export declare const chatContract: {
|
|
|
11591
11592
|
telephonySignature: string | null;
|
|
11592
11593
|
};
|
|
11593
11594
|
};
|
|
11594
|
-
closedAt: Date;
|
|
11595
11595
|
lastMessageAt: Date | null;
|
|
11596
11596
|
isBotRoom: boolean;
|
|
11597
11597
|
csatStatus: string | null;
|
|
@@ -12193,6 +12193,7 @@ export declare const chatContract: {
|
|
|
12193
12193
|
firstResponseTime: number;
|
|
12194
12194
|
lastMessage: string;
|
|
12195
12195
|
handleTime: number;
|
|
12196
|
+
closedAt: Date;
|
|
12196
12197
|
unreadCount: number;
|
|
12197
12198
|
firstResponseAt: Date;
|
|
12198
12199
|
isLatest: boolean;
|
|
@@ -12367,7 +12368,6 @@ export declare const chatContract: {
|
|
|
12367
12368
|
telephonySignature: string | null;
|
|
12368
12369
|
};
|
|
12369
12370
|
};
|
|
12370
|
-
closedAt: Date;
|
|
12371
12371
|
lastMessageAt: Date | null;
|
|
12372
12372
|
isBotRoom: boolean;
|
|
12373
12373
|
csatStatus: string | null;
|
|
@@ -13539,6 +13539,7 @@ export declare const chatContract: {
|
|
|
13539
13539
|
firstResponseTime: z.ZodNumber;
|
|
13540
13540
|
lastMessage: z.ZodString;
|
|
13541
13541
|
handleTime: z.ZodNumber;
|
|
13542
|
+
closedAt: z.ZodDate;
|
|
13542
13543
|
unreadCount: z.ZodNumber;
|
|
13543
13544
|
firstResponseAt: z.ZodDate;
|
|
13544
13545
|
isLatest: z.ZodBoolean;
|
|
@@ -14793,7 +14794,6 @@ export declare const chatContract: {
|
|
|
14793
14794
|
telephonySignature: string | null;
|
|
14794
14795
|
};
|
|
14795
14796
|
}>;
|
|
14796
|
-
closedAt: z.ZodDate;
|
|
14797
14797
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
|
14798
14798
|
isBotRoom: z.ZodBoolean;
|
|
14799
14799
|
csatStatus: z.ZodNullable<z.ZodString>;
|
|
@@ -15520,6 +15520,7 @@ export declare const chatContract: {
|
|
|
15520
15520
|
firstResponseTime: number;
|
|
15521
15521
|
lastMessage: string;
|
|
15522
15522
|
handleTime: number;
|
|
15523
|
+
closedAt: Date;
|
|
15523
15524
|
unreadCount: number;
|
|
15524
15525
|
firstResponseAt: Date;
|
|
15525
15526
|
isLatest: boolean;
|
|
@@ -15694,7 +15695,6 @@ export declare const chatContract: {
|
|
|
15694
15695
|
telephonySignature: string | null;
|
|
15695
15696
|
};
|
|
15696
15697
|
};
|
|
15697
|
-
closedAt: Date;
|
|
15698
15698
|
lastMessageAt: Date | null;
|
|
15699
15699
|
isBotRoom: boolean;
|
|
15700
15700
|
csatStatus: string | null;
|
|
@@ -15957,6 +15957,7 @@ export declare const chatContract: {
|
|
|
15957
15957
|
firstResponseTime: number;
|
|
15958
15958
|
lastMessage: string;
|
|
15959
15959
|
handleTime: number;
|
|
15960
|
+
closedAt: Date;
|
|
15960
15961
|
unreadCount: number;
|
|
15961
15962
|
firstResponseAt: Date;
|
|
15962
15963
|
isLatest: boolean;
|
|
@@ -16131,7 +16132,6 @@ export declare const chatContract: {
|
|
|
16131
16132
|
telephonySignature: string | null;
|
|
16132
16133
|
};
|
|
16133
16134
|
};
|
|
16134
|
-
closedAt: Date;
|
|
16135
16135
|
lastMessageAt: Date | null;
|
|
16136
16136
|
isBotRoom: boolean;
|
|
16137
16137
|
csatStatus: string | null;
|
|
@@ -16396,6 +16396,7 @@ export declare const chatContract: {
|
|
|
16396
16396
|
firstResponseTime: number;
|
|
16397
16397
|
lastMessage: string;
|
|
16398
16398
|
handleTime: number;
|
|
16399
|
+
closedAt: Date;
|
|
16399
16400
|
unreadCount: number;
|
|
16400
16401
|
firstResponseAt: Date;
|
|
16401
16402
|
isLatest: boolean;
|
|
@@ -16570,7 +16571,6 @@ export declare const chatContract: {
|
|
|
16570
16571
|
telephonySignature: string | null;
|
|
16571
16572
|
};
|
|
16572
16573
|
};
|
|
16573
|
-
closedAt: Date;
|
|
16574
16574
|
lastMessageAt: Date | null;
|
|
16575
16575
|
isBotRoom: boolean;
|
|
16576
16576
|
csatStatus: string | null;
|
|
@@ -16836,6 +16836,7 @@ export declare const chatContract: {
|
|
|
16836
16836
|
firstResponseTime: number;
|
|
16837
16837
|
lastMessage: string;
|
|
16838
16838
|
handleTime: number;
|
|
16839
|
+
closedAt: Date;
|
|
16839
16840
|
unreadCount: number;
|
|
16840
16841
|
firstResponseAt: Date;
|
|
16841
16842
|
isLatest: boolean;
|
|
@@ -17010,7 +17011,6 @@ export declare const chatContract: {
|
|
|
17010
17011
|
telephonySignature: string | null;
|
|
17011
17012
|
};
|
|
17012
17013
|
};
|
|
17013
|
-
closedAt: Date;
|
|
17014
17014
|
lastMessageAt: Date | null;
|
|
17015
17015
|
isBotRoom: boolean;
|
|
17016
17016
|
csatStatus: string | null;
|