@kl1/contracts 1.2.86-uat → 1.2.88-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/activity-log/index.d.ts +3 -3
- package/dist/api-contracts/src/activity-log/schema.d.ts +3 -3
- package/dist/api-contracts/src/auth/index.d.ts +3 -3
- package/dist/api-contracts/src/automation-queue/index.d.ts +30 -30
- package/dist/api-contracts/src/automation-queue/schema.d.ts +6 -6
- package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/index.d.ts +7 -1
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +271 -271
- package/dist/api-contracts/src/chat/schema.d.ts +93 -93
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +86 -86
- package/dist/api-contracts/src/comment/index.d.ts +45 -45
- package/dist/api-contracts/src/comment/schema.d.ts +15 -15
- package/dist/api-contracts/src/contract.d.ts +1137 -2963
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +24 -24
- package/dist/api-contracts/src/cx-log/schema.d.ts +24 -24
- package/dist/api-contracts/src/dashboard/index.d.ts +9 -56
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +0 -13
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +61 -61
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +6 -6
- package/dist/api-contracts/src/instagram/index.d.ts +51 -51
- package/dist/api-contracts/src/line/index.d.ts +56 -56
- package/dist/api-contracts/src/line/validation.d.ts +5 -5
- package/dist/api-contracts/src/messenger/index.d.ts +51 -51
- package/dist/api-contracts/src/notification/index.d.ts +9 -9
- package/dist/api-contracts/src/notification/schema.d.ts +9 -9
- package/dist/api-contracts/src/notification/validation.d.ts +3 -3
- package/dist/api-contracts/src/sms/index.d.ts +5 -5
- package/dist/api-contracts/src/telegram/index.d.ts +51 -51
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +6 -6
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +3 -3
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +30 -30
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +18 -18
- package/dist/api-contracts/src/ticket/index.d.ts +36 -36
- package/dist/api-contracts/src/ticket/schema.d.ts +9 -9
- package/dist/api-contracts/src/user/index.d.ts +12 -142
- package/dist/api-contracts/src/user/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user/schema.d.ts +1 -38
- package/dist/api-contracts/src/user/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +3 -3
- package/dist/api-contracts/src/viber/index.d.ts +51 -51
- package/dist/api-contracts/src/webchat/index.d.ts +51 -51
- package/dist/api-contracts/src/whatsapp/index.d.ts +58 -52
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +39 -813
- package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/schema.d.ts +4 -98
- package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/validation.d.ts +12 -171
- package/dist/api-contracts/src/widget/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +21 -21
- package/dist/index.js +18 -89
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +18 -89
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -1484,15 +1484,15 @@ export declare const cxLogContract: {
|
|
1484
1484
|
socialPlatformId: string;
|
1485
1485
|
}>;
|
1486
1486
|
actor: z.ZodObject<{
|
1487
|
-
name: z.ZodString;
|
1488
1487
|
id: z.ZodString;
|
1489
|
-
address: z.ZodNullable<z.ZodString>;
|
1490
|
-
email: z.ZodString;
|
1491
1488
|
createdAt: z.ZodDate;
|
1492
1489
|
updatedAt: z.ZodDate;
|
1493
1490
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1491
|
+
name: z.ZodString;
|
1492
|
+
email: z.ZodString;
|
1494
1493
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
1495
1494
|
password: z.ZodString;
|
1495
|
+
address: z.ZodNullable<z.ZodString>;
|
1496
1496
|
phone: z.ZodNullable<z.ZodString>;
|
1497
1497
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
1498
1498
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -1688,15 +1688,15 @@ export declare const cxLogContract: {
|
|
1688
1688
|
};
|
1689
1689
|
}>;
|
1690
1690
|
assignee: z.ZodNullable<z.ZodObject<{
|
1691
|
-
name: z.ZodString;
|
1692
1691
|
id: z.ZodString;
|
1693
|
-
address: z.ZodNullable<z.ZodString>;
|
1694
|
-
email: z.ZodString;
|
1695
1692
|
createdAt: z.ZodDate;
|
1696
1693
|
updatedAt: z.ZodDate;
|
1697
1694
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1695
|
+
name: z.ZodString;
|
1696
|
+
email: z.ZodString;
|
1698
1697
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
1699
1698
|
password: z.ZodString;
|
1699
|
+
address: z.ZodNullable<z.ZodString>;
|
1700
1700
|
phone: z.ZodNullable<z.ZodString>;
|
1701
1701
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
1702
1702
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -3949,15 +3949,15 @@ export declare const cxLogContract: {
|
|
3949
3949
|
callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
3950
3950
|
id: z.ZodString;
|
3951
3951
|
user: z.ZodNullable<z.ZodObject<Omit<{
|
3952
|
-
name: z.ZodString;
|
3953
3952
|
id: z.ZodString;
|
3954
|
-
address: z.ZodNullable<z.ZodString>;
|
3955
|
-
email: z.ZodString;
|
3956
3953
|
createdAt: z.ZodDate;
|
3957
3954
|
updatedAt: z.ZodDate;
|
3958
3955
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
3956
|
+
name: z.ZodString;
|
3957
|
+
email: z.ZodString;
|
3959
3958
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
3960
3959
|
password: z.ZodString;
|
3960
|
+
address: z.ZodNullable<z.ZodString>;
|
3961
3961
|
phone: z.ZodNullable<z.ZodString>;
|
3962
3962
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
3963
3963
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -4154,15 +4154,15 @@ export declare const cxLogContract: {
|
|
4154
4154
|
callFrom: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
4155
4155
|
id: z.ZodString;
|
4156
4156
|
user: z.ZodNullable<z.ZodObject<Omit<{
|
4157
|
-
name: z.ZodString;
|
4158
4157
|
id: z.ZodString;
|
4159
|
-
address: z.ZodNullable<z.ZodString>;
|
4160
|
-
email: z.ZodString;
|
4161
4158
|
createdAt: z.ZodDate;
|
4162
4159
|
updatedAt: z.ZodDate;
|
4163
4160
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4161
|
+
name: z.ZodString;
|
4162
|
+
email: z.ZodString;
|
4164
4163
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
4165
4164
|
password: z.ZodString;
|
4165
|
+
address: z.ZodNullable<z.ZodString>;
|
4166
4166
|
phone: z.ZodNullable<z.ZodString>;
|
4167
4167
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
4168
4168
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -4478,15 +4478,15 @@ export declare const cxLogContract: {
|
|
4478
4478
|
extensionName: z.ZodString;
|
4479
4479
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
4480
4480
|
user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4481
|
-
name: z.ZodString;
|
4482
4481
|
id: z.ZodString;
|
4483
|
-
address: z.ZodNullable<z.ZodString>;
|
4484
|
-
email: z.ZodString;
|
4485
4482
|
createdAt: z.ZodDate;
|
4486
4483
|
updatedAt: z.ZodDate;
|
4487
4484
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4485
|
+
name: z.ZodString;
|
4486
|
+
email: z.ZodString;
|
4488
4487
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
4489
4488
|
password: z.ZodString;
|
4489
|
+
address: z.ZodNullable<z.ZodString>;
|
4490
4490
|
phone: z.ZodNullable<z.ZodString>;
|
4491
4491
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
4492
4492
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -6115,15 +6115,15 @@ export declare const cxLogContract: {
|
|
6115
6115
|
}[] | undefined;
|
6116
6116
|
}>>;
|
6117
6117
|
firstAssignee: z.ZodNullable<z.ZodObject<{
|
6118
|
-
name: z.ZodString;
|
6119
6118
|
id: z.ZodString;
|
6120
|
-
address: z.ZodNullable<z.ZodString>;
|
6121
|
-
email: z.ZodString;
|
6122
6119
|
createdAt: z.ZodDate;
|
6123
6120
|
updatedAt: z.ZodDate;
|
6124
6121
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6122
|
+
name: z.ZodString;
|
6123
|
+
email: z.ZodString;
|
6125
6124
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
6126
6125
|
password: z.ZodString;
|
6126
|
+
address: z.ZodNullable<z.ZodString>;
|
6127
6127
|
phone: z.ZodNullable<z.ZodString>;
|
6128
6128
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
6129
6129
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -6319,15 +6319,15 @@ export declare const cxLogContract: {
|
|
6319
6319
|
};
|
6320
6320
|
}>>;
|
6321
6321
|
agent: z.ZodNullable<z.ZodObject<{
|
6322
|
-
name: z.ZodString;
|
6323
6322
|
id: z.ZodString;
|
6324
|
-
address: z.ZodNullable<z.ZodString>;
|
6325
|
-
email: z.ZodString;
|
6326
6323
|
createdAt: z.ZodDate;
|
6327
6324
|
updatedAt: z.ZodDate;
|
6328
6325
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6326
|
+
name: z.ZodString;
|
6327
|
+
email: z.ZodString;
|
6329
6328
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
6330
6329
|
password: z.ZodString;
|
6330
|
+
address: z.ZodNullable<z.ZodString>;
|
6331
6331
|
phone: z.ZodNullable<z.ZodString>;
|
6332
6332
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
6333
6333
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -6523,15 +6523,15 @@ export declare const cxLogContract: {
|
|
6523
6523
|
};
|
6524
6524
|
}>>;
|
6525
6525
|
closedAssignee: z.ZodNullable<z.ZodObject<{
|
6526
|
-
name: z.ZodString;
|
6527
6526
|
id: z.ZodString;
|
6528
|
-
address: z.ZodNullable<z.ZodString>;
|
6529
|
-
email: z.ZodString;
|
6530
6527
|
createdAt: z.ZodDate;
|
6531
6528
|
updatedAt: z.ZodDate;
|
6532
6529
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6530
|
+
name: z.ZodString;
|
6531
|
+
email: z.ZodString;
|
6533
6532
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
6534
6533
|
password: z.ZodString;
|
6534
|
+
address: z.ZodNullable<z.ZodString>;
|
6535
6535
|
phone: z.ZodNullable<z.ZodString>;
|
6536
6536
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
6537
6537
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -1909,15 +1909,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1909
1909
|
socialPlatformId: string;
|
1910
1910
|
}>;
|
1911
1911
|
actor: z.ZodObject<{
|
1912
|
-
name: z.ZodString;
|
1913
1912
|
id: z.ZodString;
|
1914
|
-
address: z.ZodNullable<z.ZodString>;
|
1915
|
-
email: z.ZodString;
|
1916
1913
|
createdAt: z.ZodDate;
|
1917
1914
|
updatedAt: z.ZodDate;
|
1918
1915
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1916
|
+
name: z.ZodString;
|
1917
|
+
email: z.ZodString;
|
1919
1918
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
1920
1919
|
password: z.ZodString;
|
1920
|
+
address: z.ZodNullable<z.ZodString>;
|
1921
1921
|
phone: z.ZodNullable<z.ZodString>;
|
1922
1922
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
1923
1923
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -2113,15 +2113,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2113
2113
|
};
|
2114
2114
|
}>;
|
2115
2115
|
assignee: z.ZodNullable<z.ZodObject<{
|
2116
|
-
name: z.ZodString;
|
2117
2116
|
id: z.ZodString;
|
2118
|
-
address: z.ZodNullable<z.ZodString>;
|
2119
|
-
email: z.ZodString;
|
2120
2117
|
createdAt: z.ZodDate;
|
2121
2118
|
updatedAt: z.ZodDate;
|
2122
2119
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
2120
|
+
name: z.ZodString;
|
2121
|
+
email: z.ZodString;
|
2123
2122
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
2124
2123
|
password: z.ZodString;
|
2124
|
+
address: z.ZodNullable<z.ZodString>;
|
2125
2125
|
phone: z.ZodNullable<z.ZodString>;
|
2126
2126
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
2127
2127
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -4374,15 +4374,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4374
4374
|
callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
4375
4375
|
id: z.ZodString;
|
4376
4376
|
user: z.ZodNullable<z.ZodObject<Omit<{
|
4377
|
-
name: z.ZodString;
|
4378
4377
|
id: z.ZodString;
|
4379
|
-
address: z.ZodNullable<z.ZodString>;
|
4380
|
-
email: z.ZodString;
|
4381
4378
|
createdAt: z.ZodDate;
|
4382
4379
|
updatedAt: z.ZodDate;
|
4383
4380
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4381
|
+
name: z.ZodString;
|
4382
|
+
email: z.ZodString;
|
4384
4383
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
4385
4384
|
password: z.ZodString;
|
4385
|
+
address: z.ZodNullable<z.ZodString>;
|
4386
4386
|
phone: z.ZodNullable<z.ZodString>;
|
4387
4387
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
4388
4388
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -4579,15 +4579,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4579
4579
|
callFrom: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
4580
4580
|
id: z.ZodString;
|
4581
4581
|
user: z.ZodNullable<z.ZodObject<Omit<{
|
4582
|
-
name: z.ZodString;
|
4583
4582
|
id: z.ZodString;
|
4584
|
-
address: z.ZodNullable<z.ZodString>;
|
4585
|
-
email: z.ZodString;
|
4586
4583
|
createdAt: z.ZodDate;
|
4587
4584
|
updatedAt: z.ZodDate;
|
4588
4585
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4586
|
+
name: z.ZodString;
|
4587
|
+
email: z.ZodString;
|
4589
4588
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
4590
4589
|
password: z.ZodString;
|
4590
|
+
address: z.ZodNullable<z.ZodString>;
|
4591
4591
|
phone: z.ZodNullable<z.ZodString>;
|
4592
4592
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
4593
4593
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -4903,15 +4903,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4903
4903
|
extensionName: z.ZodString;
|
4904
4904
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
4905
4905
|
user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4906
|
-
name: z.ZodString;
|
4907
4906
|
id: z.ZodString;
|
4908
|
-
address: z.ZodNullable<z.ZodString>;
|
4909
|
-
email: z.ZodString;
|
4910
4907
|
createdAt: z.ZodDate;
|
4911
4908
|
updatedAt: z.ZodDate;
|
4912
4909
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4910
|
+
name: z.ZodString;
|
4911
|
+
email: z.ZodString;
|
4913
4912
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
4914
4913
|
password: z.ZodString;
|
4914
|
+
address: z.ZodNullable<z.ZodString>;
|
4915
4915
|
phone: z.ZodNullable<z.ZodString>;
|
4916
4916
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
4917
4917
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -6540,15 +6540,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6540
6540
|
}[] | undefined;
|
6541
6541
|
}>>;
|
6542
6542
|
firstAssignee: z.ZodNullable<z.ZodObject<{
|
6543
|
-
name: z.ZodString;
|
6544
6543
|
id: z.ZodString;
|
6545
|
-
address: z.ZodNullable<z.ZodString>;
|
6546
|
-
email: z.ZodString;
|
6547
6544
|
createdAt: z.ZodDate;
|
6548
6545
|
updatedAt: z.ZodDate;
|
6549
6546
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6547
|
+
name: z.ZodString;
|
6548
|
+
email: z.ZodString;
|
6550
6549
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
6551
6550
|
password: z.ZodString;
|
6551
|
+
address: z.ZodNullable<z.ZodString>;
|
6552
6552
|
phone: z.ZodNullable<z.ZodString>;
|
6553
6553
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
6554
6554
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -6744,15 +6744,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6744
6744
|
};
|
6745
6745
|
}>>;
|
6746
6746
|
agent: z.ZodNullable<z.ZodObject<{
|
6747
|
-
name: z.ZodString;
|
6748
6747
|
id: z.ZodString;
|
6749
|
-
address: z.ZodNullable<z.ZodString>;
|
6750
|
-
email: z.ZodString;
|
6751
6748
|
createdAt: z.ZodDate;
|
6752
6749
|
updatedAt: z.ZodDate;
|
6753
6750
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6751
|
+
name: z.ZodString;
|
6752
|
+
email: z.ZodString;
|
6754
6753
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
6755
6754
|
password: z.ZodString;
|
6755
|
+
address: z.ZodNullable<z.ZodString>;
|
6756
6756
|
phone: z.ZodNullable<z.ZodString>;
|
6757
6757
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
6758
6758
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -6948,15 +6948,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6948
6948
|
};
|
6949
6949
|
}>>;
|
6950
6950
|
closedAssignee: z.ZodNullable<z.ZodObject<{
|
6951
|
-
name: z.ZodString;
|
6952
6951
|
id: z.ZodString;
|
6953
|
-
address: z.ZodNullable<z.ZodString>;
|
6954
|
-
email: z.ZodString;
|
6955
6952
|
createdAt: z.ZodDate;
|
6956
6953
|
updatedAt: z.ZodDate;
|
6957
6954
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6955
|
+
name: z.ZodString;
|
6956
|
+
email: z.ZodString;
|
6958
6957
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
6959
6958
|
password: z.ZodString;
|
6959
|
+
address: z.ZodNullable<z.ZodString>;
|
6960
6960
|
phone: z.ZodNullable<z.ZodString>;
|
6961
6961
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
6962
6962
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { CallCountsQuerySchema, GetDashboardInOutQueryParamsSchema, GetDashboardQueryDetailParamsSchema, GetDashboardQueryParamsSchema, GetMessageChannelQueryParamsSchema, DashboardQueryParamsSchema
|
1
|
+
import { CallCountsQuerySchema, GetDashboardInOutQueryParamsSchema, GetDashboardQueryDetailParamsSchema, GetDashboardQueryParamsSchema, GetMessageChannelQueryParamsSchema, DashboardQueryParamsSchema } from './validation';
|
2
2
|
import z from 'zod';
|
3
3
|
import { DashboardDataSchema, ExpiredTicketSchema, TicketCountByStatusSchema, MessageCountsByChannelObjSchema, queueCallDashboardDataSchema, queueLiveCallCountListSchema, TagCountObjSchema, CallEndResultSchema, ConversationCountStatusSchema, MessageStatusSchema, MessageAverageSchema, ChannelIncomingMessageSchema, MessageDispositionSchema, MessageIncomingDataSchema, MessageTotalIncomingDataSchema, TelephonyQueueCallCountListSchema, TotalTelephonyQueueCallCountListSchema, TelephonyQueueCallCountListByQueueNumberSchema, TotalQueueLiveCallStatusSchema, QueueLiveCallListByQueueSchema, DashboardDataWithCallSchema, ReceivedTicketCountDataSchema, ResolvedTicketCountDataSchema, TagCountSchema, AgentMessageStatisticsSchema, UserCheckInLogSchema, UserCheckInLogsWithDaySchema } from './schema';
|
4
4
|
export type DashBoardData = z.infer<typeof DashboardDataSchema>;
|
@@ -29,7 +29,6 @@ export type MessageTotalIncomingDataType = z.infer<typeof MessageTotalIncomingDa
|
|
29
29
|
export type AgentMessageStatistics = z.infer<typeof AgentMessageStatisticsSchema>;
|
30
30
|
export type UserCheckInLogsWithDay = z.infer<typeof UserCheckInLogsWithDaySchema>;
|
31
31
|
export type FormattedUserCheckInLog = z.infer<typeof UserCheckInLogSchema>;
|
32
|
-
export type DashboardGlobalFilters = z.infer<typeof DashboardGlobalFiltersSchema>;
|
33
32
|
export type GetDashboardRequest = z.infer<typeof GetDashboardQueryParamsSchema>;
|
34
33
|
export type GetDashboardInOutQuery = z.infer<typeof GetDashboardInOutQueryParamsSchema>;
|
35
34
|
export type GetDashboardDetailRequest = z.infer<typeof GetDashboardQueryDetailParamsSchema>;
|
@@ -1749,17 +1748,20 @@ export declare const dashboardContract: {
|
|
1749
1748
|
summary: "Get message platform data";
|
1750
1749
|
method: "GET";
|
1751
1750
|
query: z.ZodObject<{
|
1752
|
-
automationQueueId: z.ZodOptional<z.ZodString>;
|
1753
1751
|
selectedDate: z.ZodString;
|
1752
|
+
automationQueueId: z.ZodOptional<z.ZodString>;
|
1754
1753
|
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1754
|
+
agentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1755
1755
|
}, "strip", z.ZodTypeAny, {
|
1756
1756
|
selectedDate: string;
|
1757
1757
|
automationQueueId?: string | undefined;
|
1758
1758
|
channelIds?: string[] | undefined;
|
1759
|
+
agentIds?: string[] | undefined;
|
1759
1760
|
}, {
|
1760
1761
|
selectedDate: string;
|
1761
1762
|
automationQueueId?: string | undefined;
|
1762
1763
|
channelIds?: string[] | undefined;
|
1764
|
+
agentIds?: string[] | undefined;
|
1763
1765
|
}>;
|
1764
1766
|
responses: {
|
1765
1767
|
200: z.ZodObject<{
|
@@ -1816,32 +1818,6 @@ export declare const dashboardContract: {
|
|
1816
1818
|
'x-client-timezone'?: string | undefined;
|
1817
1819
|
}>>>;
|
1818
1820
|
};
|
1819
|
-
exportRoomChannelCounts: {
|
1820
|
-
method: "GET";
|
1821
|
-
query: z.ZodObject<{
|
1822
|
-
automationQueueId: z.ZodOptional<z.ZodString>;
|
1823
|
-
selectedDate: z.ZodString;
|
1824
|
-
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1825
|
-
}, "strip", z.ZodTypeAny, {
|
1826
|
-
selectedDate: string;
|
1827
|
-
automationQueueId?: string | undefined;
|
1828
|
-
channelIds?: string[] | undefined;
|
1829
|
-
}, {
|
1830
|
-
selectedDate: string;
|
1831
|
-
automationQueueId?: string | undefined;
|
1832
|
-
channelIds?: string[] | undefined;
|
1833
|
-
}>;
|
1834
|
-
responses: {
|
1835
|
-
200: z.ZodObject<{
|
1836
|
-
requestId: z.ZodString;
|
1837
|
-
}, "strip", z.ZodTypeAny, {
|
1838
|
-
requestId: string;
|
1839
|
-
}, {
|
1840
|
-
requestId: string;
|
1841
|
-
}>;
|
1842
|
-
};
|
1843
|
-
path: "ms/dashboard/export-room-channel-counts";
|
1844
|
-
};
|
1845
1821
|
getMessageRoomStatusDispositionData: {
|
1846
1822
|
summary: "Get message room status disposition data";
|
1847
1823
|
method: "GET";
|
@@ -1996,17 +1972,20 @@ export declare const dashboardContract: {
|
|
1996
1972
|
summary: "Get total incoming message data";
|
1997
1973
|
method: "GET";
|
1998
1974
|
query: z.ZodObject<{
|
1999
|
-
automationQueueId: z.ZodOptional<z.ZodString>;
|
2000
1975
|
selectedDate: z.ZodString;
|
1976
|
+
automationQueueId: z.ZodOptional<z.ZodString>;
|
2001
1977
|
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1978
|
+
agentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
2002
1979
|
}, "strip", z.ZodTypeAny, {
|
2003
1980
|
selectedDate: string;
|
2004
1981
|
automationQueueId?: string | undefined;
|
2005
1982
|
channelIds?: string[] | undefined;
|
1983
|
+
agentIds?: string[] | undefined;
|
2006
1984
|
}, {
|
2007
1985
|
selectedDate: string;
|
2008
1986
|
automationQueueId?: string | undefined;
|
2009
1987
|
channelIds?: string[] | undefined;
|
1988
|
+
agentIds?: string[] | undefined;
|
2010
1989
|
}>;
|
2011
1990
|
responses: {
|
2012
1991
|
200: z.ZodObject<{
|
@@ -2063,32 +2042,6 @@ export declare const dashboardContract: {
|
|
2063
2042
|
'x-client-timezone'?: string | undefined;
|
2064
2043
|
}>>>;
|
2065
2044
|
};
|
2066
|
-
exportIncomingMessageCounts: {
|
2067
|
-
method: "GET";
|
2068
|
-
query: z.ZodObject<{
|
2069
|
-
automationQueueId: z.ZodOptional<z.ZodString>;
|
2070
|
-
selectedDate: z.ZodString;
|
2071
|
-
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
2072
|
-
}, "strip", z.ZodTypeAny, {
|
2073
|
-
selectedDate: string;
|
2074
|
-
automationQueueId?: string | undefined;
|
2075
|
-
channelIds?: string[] | undefined;
|
2076
|
-
}, {
|
2077
|
-
selectedDate: string;
|
2078
|
-
automationQueueId?: string | undefined;
|
2079
|
-
channelIds?: string[] | undefined;
|
2080
|
-
}>;
|
2081
|
-
responses: {
|
2082
|
-
200: z.ZodObject<{
|
2083
|
-
requestId: z.ZodString;
|
2084
|
-
}, "strip", z.ZodTypeAny, {
|
2085
|
-
requestId: string;
|
2086
|
-
}, {
|
2087
|
-
requestId: string;
|
2088
|
-
}>;
|
2089
|
-
};
|
2090
|
-
path: "ms/dashboard/export-incoming-message-counts";
|
2091
|
-
};
|
2092
2045
|
getCallCounts: {
|
2093
2046
|
method: "GET";
|
2094
2047
|
query: z.ZodObject<{
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/dashboard/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,qBAAqB,EACrB,kCAAkC,EAClC,mCAAmC,EACnC,6BAA6B,EAC7B,kCAAkC,EAClC,0BAA0B,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/dashboard/index.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoa7B,CAAC"}
|
@@ -22,19 +22,6 @@ export declare const GetMessageChannelQueryParamsSchema: z.ZodObject<{
|
|
22
22
|
selectedDate: string;
|
23
23
|
channelIds?: string[] | undefined;
|
24
24
|
}>;
|
25
|
-
export declare const DashboardGlobalFiltersSchema: z.ZodObject<{
|
26
|
-
automationQueueId: z.ZodOptional<z.ZodString>;
|
27
|
-
selectedDate: z.ZodString;
|
28
|
-
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
29
|
-
}, "strip", z.ZodTypeAny, {
|
30
|
-
selectedDate: string;
|
31
|
-
automationQueueId?: string | undefined;
|
32
|
-
channelIds?: string[] | undefined;
|
33
|
-
}, {
|
34
|
-
selectedDate: string;
|
35
|
-
automationQueueId?: string | undefined;
|
36
|
-
channelIds?: string[] | undefined;
|
37
|
-
}>;
|
38
25
|
export declare const DashboardQueryParamsSchema: z.ZodObject<{
|
39
26
|
selectedDate: z.ZodString;
|
40
27
|
automationQueueId: z.ZodOptional<z.ZodString>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../../src/dashboard/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,eAAO,MAAM,6BAA6B;;;;;;;;;EAGxC,CAAC;AAEH,eAAO,MAAM,kCAAkC;;;;;;;;;;;;EAI3C,CAAC;
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../../src/dashboard/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,eAAO,MAAM,6BAA6B;;;;;;;;;EAGxC,CAAC;AAEH,eAAO,MAAM,kCAAkC;;;;;;;;;;;;EAI3C,CAAC;AACL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;EAIrC,CAAC;AAEH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;GAKlC,CAAC;AAEf,eAAO,MAAM,kCAAkC;;;;;;;;;;;;EAK5C,CAAC;AAEJ,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;EAKhC,CAAC;AAEH,eAAO,MAAM,kCAAkC;;;;;;;;;;;;EAI7C,CAAC"}
|