@kl1/contracts 1.2.88-uat → 1.2.90-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 +2 -2
- 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 +2960 -1116
- 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 +56 -9
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +13 -0
- 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 +142 -12
- package/dist/api-contracts/src/user/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user/schema.d.ts +38 -1
- 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 +51 -51
- package/dist/api-contracts/src/widget/index.d.ts +813 -39
- package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/schema.d.ts +98 -4
- package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/validation.d.ts +171 -12
- 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 +88 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +88 -13
- 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;
|
1487
1488
|
id: z.ZodString;
|
1489
|
+
address: z.ZodNullable<z.ZodString>;
|
1490
|
+
email: z.ZodString;
|
1488
1491
|
createdAt: z.ZodDate;
|
1489
1492
|
updatedAt: z.ZodDate;
|
1490
1493
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1491
|
-
name: z.ZodString;
|
1492
|
-
email: z.ZodString;
|
1493
1494
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
1494
1495
|
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;
|
1691
1692
|
id: z.ZodString;
|
1693
|
+
address: z.ZodNullable<z.ZodString>;
|
1694
|
+
email: z.ZodString;
|
1692
1695
|
createdAt: z.ZodDate;
|
1693
1696
|
updatedAt: z.ZodDate;
|
1694
1697
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1695
|
-
name: z.ZodString;
|
1696
|
-
email: z.ZodString;
|
1697
1698
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
1698
1699
|
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;
|
3952
3953
|
id: z.ZodString;
|
3954
|
+
address: z.ZodNullable<z.ZodString>;
|
3955
|
+
email: z.ZodString;
|
3953
3956
|
createdAt: z.ZodDate;
|
3954
3957
|
updatedAt: z.ZodDate;
|
3955
3958
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
3956
|
-
name: z.ZodString;
|
3957
|
-
email: z.ZodString;
|
3958
3959
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
3959
3960
|
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;
|
4157
4158
|
id: z.ZodString;
|
4159
|
+
address: z.ZodNullable<z.ZodString>;
|
4160
|
+
email: z.ZodString;
|
4158
4161
|
createdAt: z.ZodDate;
|
4159
4162
|
updatedAt: z.ZodDate;
|
4160
4163
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4161
|
-
name: z.ZodString;
|
4162
|
-
email: z.ZodString;
|
4163
4164
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
4164
4165
|
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;
|
4481
4482
|
id: z.ZodString;
|
4483
|
+
address: z.ZodNullable<z.ZodString>;
|
4484
|
+
email: z.ZodString;
|
4482
4485
|
createdAt: z.ZodDate;
|
4483
4486
|
updatedAt: z.ZodDate;
|
4484
4487
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4485
|
-
name: z.ZodString;
|
4486
|
-
email: z.ZodString;
|
4487
4488
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
4488
4489
|
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;
|
6118
6119
|
id: z.ZodString;
|
6120
|
+
address: z.ZodNullable<z.ZodString>;
|
6121
|
+
email: z.ZodString;
|
6119
6122
|
createdAt: z.ZodDate;
|
6120
6123
|
updatedAt: z.ZodDate;
|
6121
6124
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6122
|
-
name: z.ZodString;
|
6123
|
-
email: z.ZodString;
|
6124
6125
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
6125
6126
|
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;
|
6322
6323
|
id: z.ZodString;
|
6324
|
+
address: z.ZodNullable<z.ZodString>;
|
6325
|
+
email: z.ZodString;
|
6323
6326
|
createdAt: z.ZodDate;
|
6324
6327
|
updatedAt: z.ZodDate;
|
6325
6328
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6326
|
-
name: z.ZodString;
|
6327
|
-
email: z.ZodString;
|
6328
6329
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
6329
6330
|
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;
|
6526
6527
|
id: z.ZodString;
|
6528
|
+
address: z.ZodNullable<z.ZodString>;
|
6529
|
+
email: z.ZodString;
|
6527
6530
|
createdAt: z.ZodDate;
|
6528
6531
|
updatedAt: z.ZodDate;
|
6529
6532
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6530
|
-
name: z.ZodString;
|
6531
|
-
email: z.ZodString;
|
6532
6533
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
6533
6534
|
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;
|
1912
1913
|
id: z.ZodString;
|
1914
|
+
address: z.ZodNullable<z.ZodString>;
|
1915
|
+
email: z.ZodString;
|
1913
1916
|
createdAt: z.ZodDate;
|
1914
1917
|
updatedAt: z.ZodDate;
|
1915
1918
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1916
|
-
name: z.ZodString;
|
1917
|
-
email: z.ZodString;
|
1918
1919
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
1919
1920
|
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;
|
2116
2117
|
id: z.ZodString;
|
2118
|
+
address: z.ZodNullable<z.ZodString>;
|
2119
|
+
email: z.ZodString;
|
2117
2120
|
createdAt: z.ZodDate;
|
2118
2121
|
updatedAt: z.ZodDate;
|
2119
2122
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
2120
|
-
name: z.ZodString;
|
2121
|
-
email: z.ZodString;
|
2122
2123
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
2123
2124
|
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;
|
4377
4378
|
id: z.ZodString;
|
4379
|
+
address: z.ZodNullable<z.ZodString>;
|
4380
|
+
email: z.ZodString;
|
4378
4381
|
createdAt: z.ZodDate;
|
4379
4382
|
updatedAt: z.ZodDate;
|
4380
4383
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4381
|
-
name: z.ZodString;
|
4382
|
-
email: z.ZodString;
|
4383
4384
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
4384
4385
|
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;
|
4582
4583
|
id: z.ZodString;
|
4584
|
+
address: z.ZodNullable<z.ZodString>;
|
4585
|
+
email: z.ZodString;
|
4583
4586
|
createdAt: z.ZodDate;
|
4584
4587
|
updatedAt: z.ZodDate;
|
4585
4588
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4586
|
-
name: z.ZodString;
|
4587
|
-
email: z.ZodString;
|
4588
4589
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
4589
4590
|
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;
|
4906
4907
|
id: z.ZodString;
|
4908
|
+
address: z.ZodNullable<z.ZodString>;
|
4909
|
+
email: z.ZodString;
|
4907
4910
|
createdAt: z.ZodDate;
|
4908
4911
|
updatedAt: z.ZodDate;
|
4909
4912
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4910
|
-
name: z.ZodString;
|
4911
|
-
email: z.ZodString;
|
4912
4913
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
4913
4914
|
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;
|
6543
6544
|
id: z.ZodString;
|
6545
|
+
address: z.ZodNullable<z.ZodString>;
|
6546
|
+
email: z.ZodString;
|
6544
6547
|
createdAt: z.ZodDate;
|
6545
6548
|
updatedAt: z.ZodDate;
|
6546
6549
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6547
|
-
name: z.ZodString;
|
6548
|
-
email: z.ZodString;
|
6549
6550
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
6550
6551
|
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;
|
6747
6748
|
id: z.ZodString;
|
6749
|
+
address: z.ZodNullable<z.ZodString>;
|
6750
|
+
email: z.ZodString;
|
6748
6751
|
createdAt: z.ZodDate;
|
6749
6752
|
updatedAt: z.ZodDate;
|
6750
6753
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6751
|
-
name: z.ZodString;
|
6752
|
-
email: z.ZodString;
|
6753
6754
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
6754
6755
|
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;
|
6951
6952
|
id: z.ZodString;
|
6953
|
+
address: z.ZodNullable<z.ZodString>;
|
6954
|
+
email: z.ZodString;
|
6952
6955
|
createdAt: z.ZodDate;
|
6953
6956
|
updatedAt: z.ZodDate;
|
6954
6957
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6955
|
-
name: z.ZodString;
|
6956
|
-
email: z.ZodString;
|
6957
6958
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
6958
6959
|
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 } from './validation';
|
1
|
+
import { CallCountsQuerySchema, GetDashboardInOutQueryParamsSchema, GetDashboardQueryDetailParamsSchema, GetDashboardQueryParamsSchema, GetMessageChannelQueryParamsSchema, DashboardQueryParamsSchema, DashboardGlobalFiltersSchema } 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,6 +29,7 @@ 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>;
|
32
33
|
export type GetDashboardRequest = z.infer<typeof GetDashboardQueryParamsSchema>;
|
33
34
|
export type GetDashboardInOutQuery = z.infer<typeof GetDashboardInOutQueryParamsSchema>;
|
34
35
|
export type GetDashboardDetailRequest = z.infer<typeof GetDashboardQueryDetailParamsSchema>;
|
@@ -1748,20 +1749,17 @@ export declare const dashboardContract: {
|
|
1748
1749
|
summary: "Get message platform data";
|
1749
1750
|
method: "GET";
|
1750
1751
|
query: z.ZodObject<{
|
1751
|
-
selectedDate: z.ZodString;
|
1752
1752
|
automationQueueId: z.ZodOptional<z.ZodString>;
|
1753
|
+
selectedDate: z.ZodString;
|
1753
1754
|
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;
|
1760
1759
|
}, {
|
1761
1760
|
selectedDate: string;
|
1762
1761
|
automationQueueId?: string | undefined;
|
1763
1762
|
channelIds?: string[] | undefined;
|
1764
|
-
agentIds?: string[] | undefined;
|
1765
1763
|
}>;
|
1766
1764
|
responses: {
|
1767
1765
|
200: z.ZodObject<{
|
@@ -1818,6 +1816,32 @@ export declare const dashboardContract: {
|
|
1818
1816
|
'x-client-timezone'?: string | undefined;
|
1819
1817
|
}>>>;
|
1820
1818
|
};
|
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
|
+
};
|
1821
1845
|
getMessageRoomStatusDispositionData: {
|
1822
1846
|
summary: "Get message room status disposition data";
|
1823
1847
|
method: "GET";
|
@@ -1972,20 +1996,17 @@ export declare const dashboardContract: {
|
|
1972
1996
|
summary: "Get total incoming message data";
|
1973
1997
|
method: "GET";
|
1974
1998
|
query: z.ZodObject<{
|
1975
|
-
selectedDate: z.ZodString;
|
1976
1999
|
automationQueueId: z.ZodOptional<z.ZodString>;
|
2000
|
+
selectedDate: z.ZodString;
|
1977
2001
|
channelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1978
|
-
agentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1979
2002
|
}, "strip", z.ZodTypeAny, {
|
1980
2003
|
selectedDate: string;
|
1981
2004
|
automationQueueId?: string | undefined;
|
1982
2005
|
channelIds?: string[] | undefined;
|
1983
|
-
agentIds?: string[] | undefined;
|
1984
2006
|
}, {
|
1985
2007
|
selectedDate: string;
|
1986
2008
|
automationQueueId?: string | undefined;
|
1987
2009
|
channelIds?: string[] | undefined;
|
1988
|
-
agentIds?: string[] | undefined;
|
1989
2010
|
}>;
|
1990
2011
|
responses: {
|
1991
2012
|
200: z.ZodObject<{
|
@@ -2042,6 +2063,32 @@ export declare const dashboardContract: {
|
|
2042
2063
|
'x-client-timezone'?: string | undefined;
|
2043
2064
|
}>>>;
|
2044
2065
|
};
|
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
|
+
};
|
2045
2092
|
getCallCounts: {
|
2046
2093
|
method: "GET";
|
2047
2094
|
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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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwb7B,CAAC"}
|
@@ -22,6 +22,19 @@ 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
|
+
}>;
|
25
38
|
export declare const DashboardQueryParamsSchema: z.ZodObject<{
|
26
39
|
selectedDate: z.ZodString;
|
27
40
|
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;AAEL,eAAO,MAAM,4BAA4B;;;;;;;;;;;;EAIvC,CAAC;AAEH,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"}
|