@kl1/contracts 1.2.87-uat → 1.2.89-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +3 -3
- package/dist/api-contracts/src/attribute/index.d.ts +7 -7
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +40 -37
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
- package/dist/api-contracts/src/automation-queue/schema.d.ts +6 -6
- package/dist/api-contracts/src/aws/index.d.ts +2 -2
- package/dist/api-contracts/src/botpress/index.d.ts +2 -2
- package/dist/api-contracts/src/business-calendar/index.d.ts +4 -4
- package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
- package/dist/api-contracts/src/category/index.d.ts +7 -7
- package/dist/api-contracts/src/channel/index.d.ts +4760 -3019
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +36 -0
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +23 -0
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +2458 -2091
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +572 -493
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +517 -406
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +401 -401
- package/dist/api-contracts/src/comment/schema.d.ts +103 -103
- package/dist/api-contracts/src/contract.d.ts +41943 -35516
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +99 -88
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +113 -104
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +750 -49
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +164 -9
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +30 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/evaluate-form/index.d.ts +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +7 -7
- package/dist/api-contracts/src/facebook-feed/index.d.ts +403 -281
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +13 -6
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
- package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
- package/dist/api-contracts/src/instagram/index.d.ts +370 -271
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +369 -278
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +14 -5
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
- package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
- package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
- package/dist/api-contracts/src/messenger/index.d.ts +370 -271
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +5 -0
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/notification/index.d.ts +13 -13
- 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/permission/index.d.ts +1 -1
- package/dist/api-contracts/src/presence-status/index.d.ts +127 -55
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/presence-status/schema.d.ts +16 -10
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/presence-status/validation.d.ts +30 -12
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/role/index.d.ts +5 -5
- package/dist/api-contracts/src/sms/index.d.ts +42 -5
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/snippet/index.d.ts +8 -8
- package/dist/api-contracts/src/subscription/index.d.ts +5 -5
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
- package/dist/api-contracts/src/tag/index.d.ts +4 -4
- package/dist/api-contracts/src/telegram/index.d.ts +348 -271
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +68 -447
- 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 +28 -16
- 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 +0 -3
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +44 -44
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +18 -18
- package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
- package/dist/api-contracts/src/ticket/index.d.ts +709 -709
- package/dist/api-contracts/src/ticket/schema.d.ts +53 -53
- package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
- package/dist/api-contracts/src/upload/index.d.ts +2 -2
- package/dist/api-contracts/src/user/index.d.ts +148 -18
- 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/index.d.ts +42 -18
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +53 -23
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +348 -271
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +353 -276
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +365 -272
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +822 -48
- 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 +331 -285
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
- package/dist/entities/src/enums/chat.d.ts +12 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +2086 -1753
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2086 -1753
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -10,15 +10,15 @@ export declare const activityLogContract: {
|
|
|
10
10
|
updatedAt: z.ZodDate;
|
|
11
11
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
12
12
|
actor: z.ZodObject<{
|
|
13
|
+
name: z.ZodString;
|
|
13
14
|
id: z.ZodString;
|
|
15
|
+
address: z.ZodNullable<z.ZodString>;
|
|
16
|
+
email: z.ZodString;
|
|
14
17
|
createdAt: z.ZodDate;
|
|
15
18
|
updatedAt: z.ZodDate;
|
|
16
19
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
17
|
-
name: z.ZodString;
|
|
18
|
-
email: z.ZodString;
|
|
19
20
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
20
21
|
password: z.ZodString;
|
|
21
|
-
address: z.ZodNullable<z.ZodString>;
|
|
22
22
|
phone: z.ZodNullable<z.ZodString>;
|
|
23
23
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
24
24
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -384,7 +384,7 @@ export declare const activityLogContract: {
|
|
|
384
384
|
error?: any;
|
|
385
385
|
}>;
|
|
386
386
|
};
|
|
387
|
-
path: "activity-log";
|
|
387
|
+
path: "ms/activity-log";
|
|
388
388
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
389
389
|
'x-tenant': z.ZodString;
|
|
390
390
|
'x-service-token': z.ZodString;
|
|
@@ -27,15 +27,15 @@ export declare const ActivityLogSchema: z.ZodObject<{
|
|
|
27
27
|
updatedAt: z.ZodDate;
|
|
28
28
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
29
29
|
actor: z.ZodObject<{
|
|
30
|
+
name: z.ZodString;
|
|
30
31
|
id: z.ZodString;
|
|
32
|
+
address: z.ZodNullable<z.ZodString>;
|
|
33
|
+
email: z.ZodString;
|
|
31
34
|
createdAt: z.ZodDate;
|
|
32
35
|
updatedAt: z.ZodDate;
|
|
33
36
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
34
|
-
name: z.ZodString;
|
|
35
|
-
email: z.ZodString;
|
|
36
37
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
37
38
|
password: z.ZodString;
|
|
38
|
-
address: z.ZodNullable<z.ZodString>;
|
|
39
39
|
phone: z.ZodNullable<z.ZodString>;
|
|
40
40
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
41
41
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -245,7 +245,7 @@ export declare const attributeContract: {
|
|
|
245
245
|
error?: any;
|
|
246
246
|
}>;
|
|
247
247
|
};
|
|
248
|
-
path: "attributes";
|
|
248
|
+
path: "ms/attributes";
|
|
249
249
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
250
250
|
'x-tenant': z.ZodString;
|
|
251
251
|
'x-service-token': z.ZodString;
|
|
@@ -463,7 +463,7 @@ export declare const attributeContract: {
|
|
|
463
463
|
error?: any;
|
|
464
464
|
}>;
|
|
465
465
|
};
|
|
466
|
-
path: "attributes";
|
|
466
|
+
path: "ms/attributes";
|
|
467
467
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
468
468
|
'x-tenant': z.ZodString;
|
|
469
469
|
'x-service-token': z.ZodString;
|
|
@@ -725,7 +725,7 @@ export declare const attributeContract: {
|
|
|
725
725
|
error?: any;
|
|
726
726
|
}>;
|
|
727
727
|
};
|
|
728
|
-
path: "attributes/:id";
|
|
728
|
+
path: "ms/attributes/:id";
|
|
729
729
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
730
730
|
'x-tenant': z.ZodString;
|
|
731
731
|
'x-service-token': z.ZodString;
|
|
@@ -781,7 +781,7 @@ export declare const attributeContract: {
|
|
|
781
781
|
error?: any;
|
|
782
782
|
}>;
|
|
783
783
|
};
|
|
784
|
-
path: "attributes/visibility/:id";
|
|
784
|
+
path: "ms/attributes/visibility/:id";
|
|
785
785
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
786
786
|
'x-tenant': z.ZodString;
|
|
787
787
|
'x-service-token': z.ZodString;
|
|
@@ -837,7 +837,7 @@ export declare const attributeContract: {
|
|
|
837
837
|
error?: any;
|
|
838
838
|
}>;
|
|
839
839
|
};
|
|
840
|
-
path: "attributes/required/:id";
|
|
840
|
+
path: "ms/attributes/required/:id";
|
|
841
841
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
842
842
|
'x-tenant': z.ZodString;
|
|
843
843
|
'x-service-token': z.ZodString;
|
|
@@ -901,7 +901,7 @@ export declare const attributeContract: {
|
|
|
901
901
|
error?: any;
|
|
902
902
|
}>;
|
|
903
903
|
};
|
|
904
|
-
path: "attributes/position";
|
|
904
|
+
path: "ms/attributes/position";
|
|
905
905
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
906
906
|
'x-tenant': z.ZodString;
|
|
907
907
|
'x-service-token': z.ZodString;
|
|
@@ -951,7 +951,7 @@ export declare const attributeContract: {
|
|
|
951
951
|
error?: any;
|
|
952
952
|
}>;
|
|
953
953
|
};
|
|
954
|
-
path: "attributes/:id";
|
|
954
|
+
path: "ms/attributes/:id";
|
|
955
955
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
956
956
|
'x-tenant': z.ZodString;
|
|
957
957
|
'x-service-token': z.ZodString;
|
|
@@ -6,15 +6,15 @@ export declare const authContract: {
|
|
|
6
6
|
200: import("zod").ZodObject<{
|
|
7
7
|
requestId: import("zod").ZodString;
|
|
8
8
|
user: import("zod").ZodObject<{
|
|
9
|
+
name: import("zod").ZodString;
|
|
9
10
|
id: import("zod").ZodString;
|
|
11
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
12
|
+
email: import("zod").ZodString;
|
|
10
13
|
createdAt: import("zod").ZodDate;
|
|
11
14
|
updatedAt: import("zod").ZodDate;
|
|
12
15
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
13
|
-
name: import("zod").ZodString;
|
|
14
|
-
email: import("zod").ZodString;
|
|
15
16
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
16
17
|
password: import("zod").ZodString;
|
|
17
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
18
18
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
19
19
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
20
20
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -333,7 +333,7 @@ export declare const authContract: {
|
|
|
333
333
|
error?: any;
|
|
334
334
|
}>;
|
|
335
335
|
};
|
|
336
|
-
path: "auth/me";
|
|
336
|
+
path: "ms/auth/me";
|
|
337
337
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
338
338
|
'x-tenant': import("zod").ZodString;
|
|
339
339
|
'x-service-token': import("zod").ZodString;
|
|
@@ -48,15 +48,15 @@ export declare const automationQueueContract: {
|
|
|
48
48
|
distributionStrategy: z.ZodUnion<[z.ZodLiteral<"round-robin">, z.ZodLiteral<"fewest-assignments">, z.ZodLiteral<"random">, z.ZodLiteral<"notify-all">]>;
|
|
49
49
|
maximumAssignPerAgent: z.ZodNumber;
|
|
50
50
|
managers: z.ZodArray<z.ZodObject<{
|
|
51
|
+
name: z.ZodString;
|
|
51
52
|
id: z.ZodString;
|
|
53
|
+
address: z.ZodNullable<z.ZodString>;
|
|
54
|
+
email: z.ZodString;
|
|
52
55
|
createdAt: z.ZodDate;
|
|
53
56
|
updatedAt: z.ZodDate;
|
|
54
57
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
55
|
-
name: z.ZodString;
|
|
56
|
-
email: z.ZodString;
|
|
57
58
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
58
59
|
password: z.ZodString;
|
|
59
|
-
address: z.ZodNullable<z.ZodString>;
|
|
60
60
|
phone: z.ZodNullable<z.ZodString>;
|
|
61
61
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
62
62
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -252,15 +252,15 @@ export declare const automationQueueContract: {
|
|
|
252
252
|
};
|
|
253
253
|
}>, "many">;
|
|
254
254
|
agents: z.ZodArray<z.ZodObject<{
|
|
255
|
+
name: z.ZodString;
|
|
255
256
|
id: z.ZodString;
|
|
257
|
+
address: z.ZodNullable<z.ZodString>;
|
|
258
|
+
email: z.ZodString;
|
|
256
259
|
createdAt: z.ZodDate;
|
|
257
260
|
updatedAt: z.ZodDate;
|
|
258
261
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
259
|
-
name: z.ZodString;
|
|
260
|
-
email: z.ZodString;
|
|
261
262
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
262
263
|
password: z.ZodString;
|
|
263
|
-
address: z.ZodNullable<z.ZodString>;
|
|
264
264
|
phone: z.ZodNullable<z.ZodString>;
|
|
265
265
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
266
266
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -856,7 +856,7 @@ export declare const automationQueueContract: {
|
|
|
856
856
|
} | undefined;
|
|
857
857
|
}>;
|
|
858
858
|
};
|
|
859
|
-
path: "/automation-queue";
|
|
859
|
+
path: "ms/automation-queue";
|
|
860
860
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
861
861
|
'x-tenant': z.ZodString;
|
|
862
862
|
'x-service-token': z.ZodString;
|
|
@@ -898,15 +898,15 @@ export declare const automationQueueContract: {
|
|
|
898
898
|
distributionStrategy: z.ZodUnion<[z.ZodLiteral<"round-robin">, z.ZodLiteral<"fewest-assignments">, z.ZodLiteral<"random">, z.ZodLiteral<"notify-all">]>;
|
|
899
899
|
maximumAssignPerAgent: z.ZodNumber;
|
|
900
900
|
managers: z.ZodArray<z.ZodObject<{
|
|
901
|
+
name: z.ZodString;
|
|
901
902
|
id: z.ZodString;
|
|
903
|
+
address: z.ZodNullable<z.ZodString>;
|
|
904
|
+
email: z.ZodString;
|
|
902
905
|
createdAt: z.ZodDate;
|
|
903
906
|
updatedAt: z.ZodDate;
|
|
904
907
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
905
|
-
name: z.ZodString;
|
|
906
|
-
email: z.ZodString;
|
|
907
908
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
908
909
|
password: z.ZodString;
|
|
909
|
-
address: z.ZodNullable<z.ZodString>;
|
|
910
910
|
phone: z.ZodNullable<z.ZodString>;
|
|
911
911
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
912
912
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -1102,15 +1102,15 @@ export declare const automationQueueContract: {
|
|
|
1102
1102
|
};
|
|
1103
1103
|
}>, "many">;
|
|
1104
1104
|
agents: z.ZodArray<z.ZodObject<{
|
|
1105
|
+
name: z.ZodString;
|
|
1105
1106
|
id: z.ZodString;
|
|
1107
|
+
address: z.ZodNullable<z.ZodString>;
|
|
1108
|
+
email: z.ZodString;
|
|
1106
1109
|
createdAt: z.ZodDate;
|
|
1107
1110
|
updatedAt: z.ZodDate;
|
|
1108
1111
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1109
|
-
name: z.ZodString;
|
|
1110
|
-
email: z.ZodString;
|
|
1111
1112
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
1112
1113
|
password: z.ZodString;
|
|
1113
|
-
address: z.ZodNullable<z.ZodString>;
|
|
1114
1114
|
phone: z.ZodNullable<z.ZodString>;
|
|
1115
1115
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
1116
1116
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -1706,7 +1706,7 @@ export declare const automationQueueContract: {
|
|
|
1706
1706
|
} | undefined;
|
|
1707
1707
|
}>;
|
|
1708
1708
|
};
|
|
1709
|
-
path: "/automation-queue/:id/duplicate";
|
|
1709
|
+
path: "ms/automation-queue/:id/duplicate";
|
|
1710
1710
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1711
1711
|
'x-tenant': z.ZodString;
|
|
1712
1712
|
'x-service-token': z.ZodString;
|
|
@@ -1728,10 +1728,13 @@ export declare const automationQueueContract: {
|
|
|
1728
1728
|
method: "GET";
|
|
1729
1729
|
query: z.ZodOptional<z.ZodObject<{
|
|
1730
1730
|
userId: z.ZodOptional<z.ZodString>;
|
|
1731
|
+
withRelations: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1731
1732
|
}, "strip", z.ZodTypeAny, {
|
|
1732
1733
|
userId?: string | undefined;
|
|
1734
|
+
withRelations?: boolean | undefined;
|
|
1733
1735
|
}, {
|
|
1734
1736
|
userId?: string | undefined;
|
|
1737
|
+
withRelations?: boolean | undefined;
|
|
1735
1738
|
}>>;
|
|
1736
1739
|
responses: {
|
|
1737
1740
|
200: z.ZodObject<{
|
|
@@ -1747,15 +1750,15 @@ export declare const automationQueueContract: {
|
|
|
1747
1750
|
distributionStrategy: z.ZodUnion<[z.ZodLiteral<"round-robin">, z.ZodLiteral<"fewest-assignments">, z.ZodLiteral<"random">, z.ZodLiteral<"notify-all">]>;
|
|
1748
1751
|
maximumAssignPerAgent: z.ZodNumber;
|
|
1749
1752
|
managers: z.ZodArray<z.ZodObject<{
|
|
1753
|
+
name: z.ZodString;
|
|
1750
1754
|
id: z.ZodString;
|
|
1755
|
+
address: z.ZodNullable<z.ZodString>;
|
|
1756
|
+
email: z.ZodString;
|
|
1751
1757
|
createdAt: z.ZodDate;
|
|
1752
1758
|
updatedAt: z.ZodDate;
|
|
1753
1759
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1754
|
-
name: z.ZodString;
|
|
1755
|
-
email: z.ZodString;
|
|
1756
1760
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
1757
1761
|
password: z.ZodString;
|
|
1758
|
-
address: z.ZodNullable<z.ZodString>;
|
|
1759
1762
|
phone: z.ZodNullable<z.ZodString>;
|
|
1760
1763
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
1761
1764
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -1951,15 +1954,15 @@ export declare const automationQueueContract: {
|
|
|
1951
1954
|
};
|
|
1952
1955
|
}>, "many">;
|
|
1953
1956
|
agents: z.ZodArray<z.ZodObject<{
|
|
1957
|
+
name: z.ZodString;
|
|
1954
1958
|
id: z.ZodString;
|
|
1959
|
+
address: z.ZodNullable<z.ZodString>;
|
|
1960
|
+
email: z.ZodString;
|
|
1955
1961
|
createdAt: z.ZodDate;
|
|
1956
1962
|
updatedAt: z.ZodDate;
|
|
1957
1963
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1958
|
-
name: z.ZodString;
|
|
1959
|
-
email: z.ZodString;
|
|
1960
1964
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
1961
1965
|
password: z.ZodString;
|
|
1962
|
-
address: z.ZodNullable<z.ZodString>;
|
|
1963
1966
|
phone: z.ZodNullable<z.ZodString>;
|
|
1964
1967
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
1965
1968
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -2555,7 +2558,7 @@ export declare const automationQueueContract: {
|
|
|
2555
2558
|
requestId: string;
|
|
2556
2559
|
}>;
|
|
2557
2560
|
};
|
|
2558
|
-
path: "/automation-queue";
|
|
2561
|
+
path: "ms/automation-queue";
|
|
2559
2562
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2560
2563
|
'x-tenant': z.ZodString;
|
|
2561
2564
|
'x-service-token': z.ZodString;
|
|
@@ -2596,15 +2599,15 @@ export declare const automationQueueContract: {
|
|
|
2596
2599
|
distributionStrategy: z.ZodUnion<[z.ZodLiteral<"round-robin">, z.ZodLiteral<"fewest-assignments">, z.ZodLiteral<"random">, z.ZodLiteral<"notify-all">]>;
|
|
2597
2600
|
maximumAssignPerAgent: z.ZodNumber;
|
|
2598
2601
|
managers: z.ZodArray<z.ZodObject<{
|
|
2602
|
+
name: z.ZodString;
|
|
2599
2603
|
id: z.ZodString;
|
|
2604
|
+
address: z.ZodNullable<z.ZodString>;
|
|
2605
|
+
email: z.ZodString;
|
|
2600
2606
|
createdAt: z.ZodDate;
|
|
2601
2607
|
updatedAt: z.ZodDate;
|
|
2602
2608
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2603
|
-
name: z.ZodString;
|
|
2604
|
-
email: z.ZodString;
|
|
2605
2609
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
2606
2610
|
password: z.ZodString;
|
|
2607
|
-
address: z.ZodNullable<z.ZodString>;
|
|
2608
2611
|
phone: z.ZodNullable<z.ZodString>;
|
|
2609
2612
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
2610
2613
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -2800,15 +2803,15 @@ export declare const automationQueueContract: {
|
|
|
2800
2803
|
};
|
|
2801
2804
|
}>, "many">;
|
|
2802
2805
|
agents: z.ZodArray<z.ZodObject<{
|
|
2806
|
+
name: z.ZodString;
|
|
2803
2807
|
id: z.ZodString;
|
|
2808
|
+
address: z.ZodNullable<z.ZodString>;
|
|
2809
|
+
email: z.ZodString;
|
|
2804
2810
|
createdAt: z.ZodDate;
|
|
2805
2811
|
updatedAt: z.ZodDate;
|
|
2806
2812
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2807
|
-
name: z.ZodString;
|
|
2808
|
-
email: z.ZodString;
|
|
2809
2813
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
2810
2814
|
password: z.ZodString;
|
|
2811
|
-
address: z.ZodNullable<z.ZodString>;
|
|
2812
2815
|
phone: z.ZodNullable<z.ZodString>;
|
|
2813
2816
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
2814
2817
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -3404,7 +3407,7 @@ export declare const automationQueueContract: {
|
|
|
3404
3407
|
requestId: string;
|
|
3405
3408
|
}>;
|
|
3406
3409
|
};
|
|
3407
|
-
path: "/automation-queue/:id";
|
|
3410
|
+
path: "ms/automation-queue/:id";
|
|
3408
3411
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3409
3412
|
'x-tenant': z.ZodString;
|
|
3410
3413
|
'x-service-token': z.ZodString;
|
|
@@ -3470,15 +3473,15 @@ export declare const automationQueueContract: {
|
|
|
3470
3473
|
distributionStrategy: z.ZodUnion<[z.ZodLiteral<"round-robin">, z.ZodLiteral<"fewest-assignments">, z.ZodLiteral<"random">, z.ZodLiteral<"notify-all">]>;
|
|
3471
3474
|
maximumAssignPerAgent: z.ZodNumber;
|
|
3472
3475
|
managers: z.ZodArray<z.ZodObject<{
|
|
3476
|
+
name: z.ZodString;
|
|
3473
3477
|
id: z.ZodString;
|
|
3478
|
+
address: z.ZodNullable<z.ZodString>;
|
|
3479
|
+
email: z.ZodString;
|
|
3474
3480
|
createdAt: z.ZodDate;
|
|
3475
3481
|
updatedAt: z.ZodDate;
|
|
3476
3482
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
3477
|
-
name: z.ZodString;
|
|
3478
|
-
email: z.ZodString;
|
|
3479
3483
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
3480
3484
|
password: z.ZodString;
|
|
3481
|
-
address: z.ZodNullable<z.ZodString>;
|
|
3482
3485
|
phone: z.ZodNullable<z.ZodString>;
|
|
3483
3486
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
3484
3487
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -3674,15 +3677,15 @@ export declare const automationQueueContract: {
|
|
|
3674
3677
|
};
|
|
3675
3678
|
}>, "many">;
|
|
3676
3679
|
agents: z.ZodArray<z.ZodObject<{
|
|
3680
|
+
name: z.ZodString;
|
|
3677
3681
|
id: z.ZodString;
|
|
3682
|
+
address: z.ZodNullable<z.ZodString>;
|
|
3683
|
+
email: z.ZodString;
|
|
3678
3684
|
createdAt: z.ZodDate;
|
|
3679
3685
|
updatedAt: z.ZodDate;
|
|
3680
3686
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
3681
|
-
name: z.ZodString;
|
|
3682
|
-
email: z.ZodString;
|
|
3683
3687
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
3684
3688
|
password: z.ZodString;
|
|
3685
|
-
address: z.ZodNullable<z.ZodString>;
|
|
3686
3689
|
phone: z.ZodNullable<z.ZodString>;
|
|
3687
3690
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
3688
3691
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -4278,7 +4281,7 @@ export declare const automationQueueContract: {
|
|
|
4278
4281
|
requestId: string;
|
|
4279
4282
|
}>;
|
|
4280
4283
|
};
|
|
4281
|
-
path: "/automation-queue/:id";
|
|
4284
|
+
path: "ms/automation-queue/:id";
|
|
4282
4285
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4283
4286
|
'x-tenant': z.ZodString;
|
|
4284
4287
|
'x-service-token': z.ZodString;
|
|
@@ -4318,7 +4321,7 @@ export declare const automationQueueContract: {
|
|
|
4318
4321
|
requestId: string;
|
|
4319
4322
|
}>;
|
|
4320
4323
|
};
|
|
4321
|
-
path: "/automation-queue/:id";
|
|
4324
|
+
path: "ms/automation-queue/:id";
|
|
4322
4325
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4323
4326
|
'x-tenant': z.ZodString;
|
|
4324
4327
|
'x-service-token': z.ZodString;
|
|
@@ -4370,7 +4373,7 @@ export declare const automationQueueContract: {
|
|
|
4370
4373
|
requestId: string;
|
|
4371
4374
|
}>;
|
|
4372
4375
|
};
|
|
4373
|
-
path: "/automation-queue/check-has-assigned-room";
|
|
4376
|
+
path: "ms/automation-queue/check-has-assigned-room";
|
|
4374
4377
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4375
4378
|
'x-tenant': z.ZodString;
|
|
4376
4379
|
'x-service-token': z.ZodString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/automation-queue/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,EAC3B,+BAA+B,EAC/B,2BAA2B,EAC5B,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/automation-queue/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,EAC3B,+BAA+B,EAC/B,2BAA2B,EAC5B,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAMjD,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,+BAA+B,CACvC,CAAC;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,2BAA2B,CACnC,CAAC;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,2BAA2B,CACnC,CAAC;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAC5C,OAAO,0BAA0B,CAClC,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+FnC,CAAC"}
|
|
@@ -10,15 +10,15 @@ export declare const AutomationQueueSchema: z.ZodObject<{
|
|
|
10
10
|
distributionStrategy: z.ZodUnion<[z.ZodLiteral<"round-robin">, z.ZodLiteral<"fewest-assignments">, z.ZodLiteral<"random">, z.ZodLiteral<"notify-all">]>;
|
|
11
11
|
maximumAssignPerAgent: z.ZodNumber;
|
|
12
12
|
managers: z.ZodArray<z.ZodObject<{
|
|
13
|
+
name: z.ZodString;
|
|
13
14
|
id: z.ZodString;
|
|
15
|
+
address: z.ZodNullable<z.ZodString>;
|
|
16
|
+
email: z.ZodString;
|
|
14
17
|
createdAt: z.ZodDate;
|
|
15
18
|
updatedAt: z.ZodDate;
|
|
16
19
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
17
|
-
name: z.ZodString;
|
|
18
|
-
email: z.ZodString;
|
|
19
20
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
20
21
|
password: z.ZodString;
|
|
21
|
-
address: z.ZodNullable<z.ZodString>;
|
|
22
22
|
phone: z.ZodNullable<z.ZodString>;
|
|
23
23
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
24
24
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -214,15 +214,15 @@ export declare const AutomationQueueSchema: z.ZodObject<{
|
|
|
214
214
|
};
|
|
215
215
|
}>, "many">;
|
|
216
216
|
agents: z.ZodArray<z.ZodObject<{
|
|
217
|
+
name: z.ZodString;
|
|
217
218
|
id: z.ZodString;
|
|
219
|
+
address: z.ZodNullable<z.ZodString>;
|
|
220
|
+
email: z.ZodString;
|
|
218
221
|
createdAt: z.ZodDate;
|
|
219
222
|
updatedAt: z.ZodDate;
|
|
220
223
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
221
|
-
name: z.ZodString;
|
|
222
|
-
email: z.ZodString;
|
|
223
224
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
224
225
|
password: z.ZodString;
|
|
225
|
-
address: z.ZodNullable<z.ZodString>;
|
|
226
226
|
phone: z.ZodNullable<z.ZodString>;
|
|
227
227
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
228
228
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -97,7 +97,7 @@ export declare const awsContract: {
|
|
|
97
97
|
requestId: string;
|
|
98
98
|
}>;
|
|
99
99
|
};
|
|
100
|
-
path: "aws/s3/presigned-url";
|
|
100
|
+
path: "ms/aws/s3/presigned-url";
|
|
101
101
|
};
|
|
102
102
|
generateSignedUrl: {
|
|
103
103
|
body: import("zod").ZodObject<{
|
|
@@ -171,7 +171,7 @@ export declare const awsContract: {
|
|
|
171
171
|
requestId: string;
|
|
172
172
|
}>;
|
|
173
173
|
};
|
|
174
|
-
path: "aws/s3/signed-url";
|
|
174
|
+
path: "ms/aws/s3/signed-url";
|
|
175
175
|
};
|
|
176
176
|
};
|
|
177
177
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -485,7 +485,7 @@ export declare const botContract: {
|
|
|
485
485
|
error?: any;
|
|
486
486
|
}>;
|
|
487
487
|
};
|
|
488
|
-
path: "/bots/";
|
|
488
|
+
path: "ms/bots/";
|
|
489
489
|
};
|
|
490
490
|
getBots: {
|
|
491
491
|
method: "GET";
|
|
@@ -541,7 +541,7 @@ export declare const botContract: {
|
|
|
541
541
|
error?: any;
|
|
542
542
|
}>;
|
|
543
543
|
};
|
|
544
|
-
path: "/bots/";
|
|
544
|
+
path: "ms/bots/";
|
|
545
545
|
};
|
|
546
546
|
};
|
|
547
547
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -270,7 +270,7 @@ export declare const businessCalendarContract: {
|
|
|
270
270
|
error?: any;
|
|
271
271
|
}>;
|
|
272
272
|
};
|
|
273
|
-
path: "business-
|
|
273
|
+
path: "ms/business-calendars";
|
|
274
274
|
};
|
|
275
275
|
getAllBusinessCalendar: {
|
|
276
276
|
method: "GET";
|
|
@@ -475,7 +475,7 @@ export declare const businessCalendarContract: {
|
|
|
475
475
|
error?: any;
|
|
476
476
|
}>;
|
|
477
477
|
};
|
|
478
|
-
path: "business-calendars";
|
|
478
|
+
path: "ms/business-calendars";
|
|
479
479
|
};
|
|
480
480
|
updateBusinessCalendar: {
|
|
481
481
|
body: z.ZodObject<{
|
|
@@ -762,7 +762,7 @@ export declare const businessCalendarContract: {
|
|
|
762
762
|
error?: any;
|
|
763
763
|
}>;
|
|
764
764
|
};
|
|
765
|
-
path: "business-calendars/:id";
|
|
765
|
+
path: "ms/business-calendars/:id";
|
|
766
766
|
};
|
|
767
767
|
deleteBusinessCalendar: {
|
|
768
768
|
body: null;
|
|
@@ -793,7 +793,7 @@ export declare const businessCalendarContract: {
|
|
|
793
793
|
error?: any;
|
|
794
794
|
}>;
|
|
795
795
|
};
|
|
796
|
-
path: "business-calendars/:id";
|
|
796
|
+
path: "ms/business-calendars/:id";
|
|
797
797
|
};
|
|
798
798
|
};
|
|
799
799
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/business-calendar/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,4BAA4B,EAC5B,4BAA4B,EAC7B,MAAM,cAAc,CAAC;AAKtB,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAC1E,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,4BAA4B,CACpC,CAAC;AACF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,4BAA4B,CACpC,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/business-calendar/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,4BAA4B,EAC5B,4BAA4B,EAC7B,MAAM,cAAc,CAAC;AAKtB,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAC1E,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,4BAA4B,CACpC,CAAC;AACF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,4BAA4B,CACpC,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDpC,CAAC"}
|
|
@@ -186,7 +186,7 @@ export declare const categoryContract: {
|
|
|
186
186
|
error?: any;
|
|
187
187
|
}>;
|
|
188
188
|
};
|
|
189
|
-
path: "categories";
|
|
189
|
+
path: "ms/categories";
|
|
190
190
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
191
191
|
'x-tenant': z.ZodString;
|
|
192
192
|
'x-service-token': z.ZodString;
|
|
@@ -331,7 +331,7 @@ export declare const categoryContract: {
|
|
|
331
331
|
error?: any;
|
|
332
332
|
}>;
|
|
333
333
|
};
|
|
334
|
-
path: "categories";
|
|
334
|
+
path: "ms/categories";
|
|
335
335
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
336
336
|
'x-tenant': z.ZodString;
|
|
337
337
|
'x-service-token': z.ZodString;
|
|
@@ -528,7 +528,7 @@ export declare const categoryContract: {
|
|
|
528
528
|
error?: any;
|
|
529
529
|
}>;
|
|
530
530
|
};
|
|
531
|
-
path: "categories/:id";
|
|
531
|
+
path: "ms/categories/:id";
|
|
532
532
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
533
533
|
'x-tenant': z.ZodString;
|
|
534
534
|
'x-service-token': z.ZodString;
|
|
@@ -578,7 +578,7 @@ export declare const categoryContract: {
|
|
|
578
578
|
error?: any;
|
|
579
579
|
}>;
|
|
580
580
|
};
|
|
581
|
-
path: "categories/:id";
|
|
581
|
+
path: "ms/categories/:id";
|
|
582
582
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
583
583
|
'x-tenant': z.ZodString;
|
|
584
584
|
'x-service-token': z.ZodString;
|
|
@@ -650,7 +650,7 @@ export declare const categoryContract: {
|
|
|
650
650
|
error?: any;
|
|
651
651
|
}>;
|
|
652
652
|
};
|
|
653
|
-
path: "categories/level";
|
|
653
|
+
path: "ms/categories/level";
|
|
654
654
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
655
655
|
'x-tenant': z.ZodString;
|
|
656
656
|
'x-service-token': z.ZodString;
|
|
@@ -712,7 +712,7 @@ export declare const categoryContract: {
|
|
|
712
712
|
error?: any;
|
|
713
713
|
}>;
|
|
714
714
|
};
|
|
715
|
-
path: "categories/level";
|
|
715
|
+
path: "ms/categories/level";
|
|
716
716
|
};
|
|
717
717
|
updateCategoryLevel: {
|
|
718
718
|
body: z.ZodObject<{
|
|
@@ -775,7 +775,7 @@ export declare const categoryContract: {
|
|
|
775
775
|
error?: any;
|
|
776
776
|
}>;
|
|
777
777
|
};
|
|
778
|
-
path: "categories/level/:id";
|
|
778
|
+
path: "ms/categories/level/:id";
|
|
779
779
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
780
780
|
'x-tenant': z.ZodString;
|
|
781
781
|
'x-service-token': z.ZodString;
|