@kl1/contracts 1.2.87-uat → 1.2.89-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 +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
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/telephony-agent-presence-status/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAWpB,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAEtD,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE7E,eAAO,MAAM,oCAAoC
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/telephony-agent-presence-status/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAWpB,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAEtD,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE7E,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsChD,CAAC"}
|
@@ -5,15 +5,15 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
|
|
5
5
|
updatedAt: z.ZodDate;
|
6
6
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7
7
|
user: z.ZodObject<{
|
8
|
+
name: z.ZodString;
|
8
9
|
id: z.ZodString;
|
10
|
+
address: z.ZodNullable<z.ZodString>;
|
11
|
+
email: z.ZodString;
|
9
12
|
createdAt: z.ZodDate;
|
10
13
|
updatedAt: z.ZodDate;
|
11
14
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
12
|
-
name: z.ZodString;
|
13
|
-
email: z.ZodString;
|
14
15
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
15
16
|
password: z.ZodString;
|
16
|
-
address: z.ZodNullable<z.ZodString>;
|
17
17
|
phone: z.ZodNullable<z.ZodString>;
|
18
18
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
19
19
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -213,27 +213,35 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
|
|
213
213
|
createdAt: z.ZodDate;
|
214
214
|
updatedAt: z.ZodDate;
|
215
215
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
216
|
-
|
217
|
-
|
216
|
+
systemName: z.ZodString;
|
217
|
+
displayName: z.ZodString;
|
218
|
+
description: z.ZodNullable<z.ZodString>;
|
218
219
|
position: z.ZodNumber;
|
220
|
+
emoji: z.ZodNullable<z.ZodString>;
|
221
|
+
presenceStatusOption: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"receive_call">, z.ZodLiteral<"do_not_receive_call">, z.ZodLiteral<"receive_chat_message">, z.ZodLiteral<"do_not_receive_chat_message">]>, "many">;
|
219
222
|
}, "strip", z.ZodTypeAny, {
|
223
|
+
emoji: string | null;
|
220
224
|
id: string;
|
221
225
|
position: number;
|
222
|
-
description:
|
223
|
-
status: string;
|
226
|
+
description: string | null;
|
224
227
|
createdAt: Date;
|
225
228
|
updatedAt: Date;
|
226
229
|
deletedAt: Date | null;
|
230
|
+
systemName: string;
|
231
|
+
displayName: string;
|
232
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
227
233
|
}, {
|
234
|
+
emoji: string | null;
|
228
235
|
id: string;
|
229
236
|
position: number;
|
230
|
-
description:
|
231
|
-
status: string;
|
237
|
+
description: string | null;
|
232
238
|
createdAt: Date;
|
233
239
|
updatedAt: Date;
|
234
240
|
deletedAt: Date | null;
|
241
|
+
systemName: string;
|
242
|
+
displayName: string;
|
243
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
235
244
|
}>;
|
236
|
-
customPresenceStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
237
245
|
}, "strip", z.ZodTypeAny, {
|
238
246
|
id: string;
|
239
247
|
user: {
|
@@ -284,15 +292,17 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
|
|
284
292
|
updatedAt: Date;
|
285
293
|
deletedAt: Date | null;
|
286
294
|
presenceStatus: {
|
295
|
+
emoji: string | null;
|
287
296
|
id: string;
|
288
297
|
position: number;
|
289
|
-
description:
|
290
|
-
status: string;
|
298
|
+
description: string | null;
|
291
299
|
createdAt: Date;
|
292
300
|
updatedAt: Date;
|
293
301
|
deletedAt: Date | null;
|
302
|
+
systemName: string;
|
303
|
+
displayName: string;
|
304
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
294
305
|
};
|
295
|
-
customPresenceStatus?: string | null | undefined;
|
296
306
|
}, {
|
297
307
|
id: string;
|
298
308
|
user: {
|
@@ -343,14 +353,16 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
|
|
343
353
|
updatedAt: Date;
|
344
354
|
deletedAt: Date | null;
|
345
355
|
presenceStatus: {
|
356
|
+
emoji: string | null;
|
346
357
|
id: string;
|
347
358
|
position: number;
|
348
|
-
description:
|
349
|
-
status: string;
|
359
|
+
description: string | null;
|
350
360
|
createdAt: Date;
|
351
361
|
updatedAt: Date;
|
352
362
|
deletedAt: Date | null;
|
363
|
+
systemName: string;
|
364
|
+
displayName: string;
|
365
|
+
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
353
366
|
};
|
354
|
-
customPresenceStatus?: string | null | undefined;
|
355
367
|
}>;
|
356
368
|
//# sourceMappingURL=schema.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/telephony-agent-presence-status/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAKpB,eAAO,MAAM,wBAAwB
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/telephony-agent-presence-status/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAKpB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGnC,CAAC"}
|
@@ -2,17 +2,14 @@ import { z } from 'zod';
|
|
2
2
|
export declare const UpdateUserStatusSchema: z.ZodObject<{
|
3
3
|
userId: z.ZodString;
|
4
4
|
presenceStatusId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5
|
-
customPreseneStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6
5
|
reason: z.ZodString;
|
7
6
|
}, "strip", z.ZodTypeAny, {
|
8
7
|
reason: string;
|
9
8
|
userId: string;
|
10
9
|
presenceStatusId?: string | null | undefined;
|
11
|
-
customPreseneStatus?: string | null | undefined;
|
12
10
|
}, {
|
13
11
|
reason: string;
|
14
12
|
userId: string;
|
15
13
|
presenceStatusId?: string | null | undefined;
|
16
|
-
customPreseneStatus?: string | null | undefined;
|
17
14
|
}>;
|
18
15
|
//# sourceMappingURL=validation.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../../src/telephony-agent-presence-status/validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,sBAAsB
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../../src/telephony-agent-presence-status/validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;EAIjC,CAAC"}
|
@@ -936,15 +936,15 @@ export declare const telephonyCdrContract: {
|
|
936
936
|
callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
937
937
|
id: z.ZodString;
|
938
938
|
user: z.ZodNullable<z.ZodObject<Omit<{
|
939
|
+
name: z.ZodString;
|
939
940
|
id: z.ZodString;
|
941
|
+
address: z.ZodNullable<z.ZodString>;
|
942
|
+
email: z.ZodString;
|
940
943
|
createdAt: z.ZodDate;
|
941
944
|
updatedAt: z.ZodDate;
|
942
945
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
943
|
-
name: z.ZodString;
|
944
|
-
email: z.ZodString;
|
945
946
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
946
947
|
password: z.ZodString;
|
947
|
-
address: z.ZodNullable<z.ZodString>;
|
948
948
|
phone: z.ZodNullable<z.ZodString>;
|
949
949
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
950
950
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -1141,15 +1141,15 @@ export declare const telephonyCdrContract: {
|
|
1141
1141
|
callFrom: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
1142
1142
|
id: z.ZodString;
|
1143
1143
|
user: z.ZodNullable<z.ZodObject<Omit<{
|
1144
|
+
name: z.ZodString;
|
1144
1145
|
id: z.ZodString;
|
1146
|
+
address: z.ZodNullable<z.ZodString>;
|
1147
|
+
email: z.ZodString;
|
1145
1148
|
createdAt: z.ZodDate;
|
1146
1149
|
updatedAt: z.ZodDate;
|
1147
1150
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1148
|
-
name: z.ZodString;
|
1149
|
-
email: z.ZodString;
|
1150
1151
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
1151
1152
|
password: z.ZodString;
|
1152
|
-
address: z.ZodNullable<z.ZodString>;
|
1153
1153
|
phone: z.ZodNullable<z.ZodString>;
|
1154
1154
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
1155
1155
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -1465,15 +1465,15 @@ export declare const telephonyCdrContract: {
|
|
1465
1465
|
extensionName: z.ZodString;
|
1466
1466
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
1467
1467
|
user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
1468
|
+
name: z.ZodString;
|
1468
1469
|
id: z.ZodString;
|
1470
|
+
address: z.ZodNullable<z.ZodString>;
|
1471
|
+
email: z.ZodString;
|
1469
1472
|
createdAt: z.ZodDate;
|
1470
1473
|
updatedAt: z.ZodDate;
|
1471
1474
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1472
|
-
name: z.ZodString;
|
1473
|
-
email: z.ZodString;
|
1474
1475
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
1475
1476
|
password: z.ZodString;
|
1476
|
-
address: z.ZodNullable<z.ZodString>;
|
1477
1477
|
phone: z.ZodNullable<z.ZodString>;
|
1478
1478
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
1479
1479
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -2888,7 +2888,7 @@ export declare const telephonyCdrContract: {
|
|
2888
2888
|
error?: any;
|
2889
2889
|
}>;
|
2890
2890
|
};
|
2891
|
-
path: "telephony-cdr/";
|
2891
|
+
path: "ms/telephony-cdr/";
|
2892
2892
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
2893
2893
|
'x-tenant': z.ZodString;
|
2894
2894
|
'x-service-token': z.ZodString;
|
@@ -3815,15 +3815,15 @@ export declare const telephonyCdrContract: {
|
|
3815
3815
|
callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
3816
3816
|
id: z.ZodString;
|
3817
3817
|
user: z.ZodNullable<z.ZodObject<Omit<{
|
3818
|
+
name: z.ZodString;
|
3818
3819
|
id: z.ZodString;
|
3820
|
+
address: z.ZodNullable<z.ZodString>;
|
3821
|
+
email: z.ZodString;
|
3819
3822
|
createdAt: z.ZodDate;
|
3820
3823
|
updatedAt: z.ZodDate;
|
3821
3824
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
3822
|
-
name: z.ZodString;
|
3823
|
-
email: z.ZodString;
|
3824
3825
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
3825
3826
|
password: z.ZodString;
|
3826
|
-
address: z.ZodNullable<z.ZodString>;
|
3827
3827
|
phone: z.ZodNullable<z.ZodString>;
|
3828
3828
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
3829
3829
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -4020,15 +4020,15 @@ export declare const telephonyCdrContract: {
|
|
4020
4020
|
callFrom: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
4021
4021
|
id: z.ZodString;
|
4022
4022
|
user: z.ZodNullable<z.ZodObject<Omit<{
|
4023
|
+
name: z.ZodString;
|
4023
4024
|
id: z.ZodString;
|
4025
|
+
address: z.ZodNullable<z.ZodString>;
|
4026
|
+
email: z.ZodString;
|
4024
4027
|
createdAt: z.ZodDate;
|
4025
4028
|
updatedAt: z.ZodDate;
|
4026
4029
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4027
|
-
name: z.ZodString;
|
4028
|
-
email: z.ZodString;
|
4029
4030
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
4030
4031
|
password: z.ZodString;
|
4031
|
-
address: z.ZodNullable<z.ZodString>;
|
4032
4032
|
phone: z.ZodNullable<z.ZodString>;
|
4033
4033
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
4034
4034
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -4344,15 +4344,15 @@ export declare const telephonyCdrContract: {
|
|
4344
4344
|
extensionName: z.ZodString;
|
4345
4345
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
4346
4346
|
user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4347
|
+
name: z.ZodString;
|
4347
4348
|
id: z.ZodString;
|
4349
|
+
address: z.ZodNullable<z.ZodString>;
|
4350
|
+
email: z.ZodString;
|
4348
4351
|
createdAt: z.ZodDate;
|
4349
4352
|
updatedAt: z.ZodDate;
|
4350
4353
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4351
|
-
name: z.ZodString;
|
4352
|
-
email: z.ZodString;
|
4353
4354
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
4354
4355
|
password: z.ZodString;
|
4355
|
-
address: z.ZodNullable<z.ZodString>;
|
4356
4356
|
phone: z.ZodNullable<z.ZodString>;
|
4357
4357
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
4358
4358
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -5767,7 +5767,7 @@ export declare const telephonyCdrContract: {
|
|
5767
5767
|
error?: any;
|
5768
5768
|
}>;
|
5769
5769
|
};
|
5770
|
-
path: "telephony-cdr/recordings";
|
5770
|
+
path: "ms/telephony-cdr/recordings";
|
5771
5771
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
5772
5772
|
'x-tenant': z.ZodString;
|
5773
5773
|
'x-service-token': z.ZodString;
|
@@ -6697,15 +6697,15 @@ export declare const telephonyCdrContract: {
|
|
6697
6697
|
callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
6698
6698
|
id: z.ZodString;
|
6699
6699
|
user: z.ZodNullable<z.ZodObject<Omit<{
|
6700
|
+
name: z.ZodString;
|
6700
6701
|
id: z.ZodString;
|
6702
|
+
address: z.ZodNullable<z.ZodString>;
|
6703
|
+
email: z.ZodString;
|
6701
6704
|
createdAt: z.ZodDate;
|
6702
6705
|
updatedAt: z.ZodDate;
|
6703
6706
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6704
|
-
name: z.ZodString;
|
6705
|
-
email: z.ZodString;
|
6706
6707
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
6707
6708
|
password: z.ZodString;
|
6708
|
-
address: z.ZodNullable<z.ZodString>;
|
6709
6709
|
phone: z.ZodNullable<z.ZodString>;
|
6710
6710
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
6711
6711
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -6902,15 +6902,15 @@ export declare const telephonyCdrContract: {
|
|
6902
6902
|
callFrom: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
6903
6903
|
id: z.ZodString;
|
6904
6904
|
user: z.ZodNullable<z.ZodObject<Omit<{
|
6905
|
+
name: z.ZodString;
|
6905
6906
|
id: z.ZodString;
|
6907
|
+
address: z.ZodNullable<z.ZodString>;
|
6908
|
+
email: z.ZodString;
|
6906
6909
|
createdAt: z.ZodDate;
|
6907
6910
|
updatedAt: z.ZodDate;
|
6908
6911
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6909
|
-
name: z.ZodString;
|
6910
|
-
email: z.ZodString;
|
6911
6912
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
6912
6913
|
password: z.ZodString;
|
6913
|
-
address: z.ZodNullable<z.ZodString>;
|
6914
6914
|
phone: z.ZodNullable<z.ZodString>;
|
6915
6915
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
6916
6916
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -7226,15 +7226,15 @@ export declare const telephonyCdrContract: {
|
|
7226
7226
|
extensionName: z.ZodString;
|
7227
7227
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
7228
7228
|
user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
7229
|
+
name: z.ZodString;
|
7229
7230
|
id: z.ZodString;
|
7231
|
+
address: z.ZodNullable<z.ZodString>;
|
7232
|
+
email: z.ZodString;
|
7230
7233
|
createdAt: z.ZodDate;
|
7231
7234
|
updatedAt: z.ZodDate;
|
7232
7235
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7233
|
-
name: z.ZodString;
|
7234
|
-
email: z.ZodString;
|
7235
7236
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
7236
7237
|
password: z.ZodString;
|
7237
|
-
address: z.ZodNullable<z.ZodString>;
|
7238
7238
|
phone: z.ZodNullable<z.ZodString>;
|
7239
7239
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
7240
7240
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -8649,7 +8649,7 @@ export declare const telephonyCdrContract: {
|
|
8649
8649
|
error?: any;
|
8650
8650
|
}>;
|
8651
8651
|
};
|
8652
|
-
path: "telephony-cdr/recent-calls";
|
8652
|
+
path: "ms/telephony-cdr/recent-calls";
|
8653
8653
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
8654
8654
|
'x-tenant': z.ZodString;
|
8655
8655
|
'x-service-token': z.ZodString;
|
@@ -8739,7 +8739,7 @@ export declare const telephonyCdrContract: {
|
|
8739
8739
|
error?: any;
|
8740
8740
|
}>;
|
8741
8741
|
};
|
8742
|
-
path: "telephony-cdr/export";
|
8742
|
+
path: "ms/telephony-cdr/export";
|
8743
8743
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
8744
8744
|
'x-tenant': z.ZodString;
|
8745
8745
|
'x-service-token': z.ZodString;
|
@@ -8829,7 +8829,7 @@ export declare const telephonyCdrContract: {
|
|
8829
8829
|
error?: any;
|
8830
8830
|
}>;
|
8831
8831
|
};
|
8832
|
-
path: "telephony-cdr/yeastar_call_report";
|
8832
|
+
path: "ms/telephony-cdr/yeastar_call_report";
|
8833
8833
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
8834
8834
|
'x-tenant': z.ZodString;
|
8835
8835
|
'x-service-token': z.ZodString;
|
@@ -8919,7 +8919,7 @@ export declare const telephonyCdrContract: {
|
|
8919
8919
|
error?: any;
|
8920
8920
|
}>;
|
8921
8921
|
};
|
8922
|
-
path: "telephony-cdr/yeastar_call_report/export";
|
8922
|
+
path: "ms/telephony-cdr/yeastar_call_report/export";
|
8923
8923
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
8924
8924
|
'x-tenant': z.ZodString;
|
8925
8925
|
'x-service-token': z.ZodString;
|
@@ -8997,7 +8997,7 @@ export declare const telephonyCdrContract: {
|
|
8997
8997
|
error?: any;
|
8998
8998
|
}>;
|
8999
8999
|
};
|
9000
|
-
path: "telephony-cdr/trunks";
|
9000
|
+
path: "ms/telephony-cdr/trunks";
|
9001
9001
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9002
9002
|
'x-tenant': z.ZodString;
|
9003
9003
|
'x-service-token': z.ZodString;
|
@@ -9085,7 +9085,7 @@ export declare const telephonyCdrContract: {
|
|
9085
9085
|
error?: any;
|
9086
9086
|
}>;
|
9087
9087
|
};
|
9088
|
-
path: "telephony-cdr/queues";
|
9088
|
+
path: "ms/telephony-cdr/queues";
|
9089
9089
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9090
9090
|
'x-tenant': z.ZodString;
|
9091
9091
|
'x-service-token': z.ZodString;
|
@@ -9115,15 +9115,15 @@ export declare const telephonyCdrContract: {
|
|
9115
9115
|
updatedAt: z.ZodDate;
|
9116
9116
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
9117
9117
|
user: z.ZodNullable<z.ZodOptional<z.ZodObject<Omit<{
|
9118
|
+
name: z.ZodString;
|
9118
9119
|
id: z.ZodString;
|
9120
|
+
address: z.ZodNullable<z.ZodString>;
|
9121
|
+
email: z.ZodString;
|
9119
9122
|
createdAt: z.ZodDate;
|
9120
9123
|
updatedAt: z.ZodDate;
|
9121
9124
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
9122
|
-
name: z.ZodString;
|
9123
|
-
email: z.ZodString;
|
9124
9125
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
9125
9126
|
password: z.ZodString;
|
9126
|
-
address: z.ZodNullable<z.ZodString>;
|
9127
9127
|
phone: z.ZodNullable<z.ZodString>;
|
9128
9128
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
9129
9129
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -9490,7 +9490,7 @@ export declare const telephonyCdrContract: {
|
|
9490
9490
|
error?: any;
|
9491
9491
|
}>;
|
9492
9492
|
};
|
9493
|
-
path: "telephony-cdr/extensions";
|
9493
|
+
path: "ms/telephony-cdr/extensions";
|
9494
9494
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9495
9495
|
'x-tenant': z.ZodString;
|
9496
9496
|
'x-service-token': z.ZodString;
|
@@ -9554,7 +9554,7 @@ export declare const telephonyCdrContract: {
|
|
9554
9554
|
error?: any;
|
9555
9555
|
}>;
|
9556
9556
|
};
|
9557
|
-
path: "telephony-cdr/dropdown";
|
9557
|
+
path: "ms/telephony-cdr/dropdown";
|
9558
9558
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9559
9559
|
'x-tenant': z.ZodString;
|
9560
9560
|
'x-service-token': z.ZodString;
|
@@ -9613,7 +9613,7 @@ export declare const telephonyCdrContract: {
|
|
9613
9613
|
error?: any;
|
9614
9614
|
}>;
|
9615
9615
|
};
|
9616
|
-
path: "telephony-cdr/call-redirect-setting";
|
9616
|
+
path: "ms/telephony-cdr/call-redirect-setting";
|
9617
9617
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9618
9618
|
'x-tenant': z.ZodString;
|
9619
9619
|
'x-service-token': z.ZodString;
|
@@ -9679,7 +9679,7 @@ export declare const telephonyCdrContract: {
|
|
9679
9679
|
error?: any;
|
9680
9680
|
}>;
|
9681
9681
|
};
|
9682
|
-
path: "telephony-cdr/call-redirect-setting";
|
9682
|
+
path: "ms/telephony-cdr/call-redirect-setting";
|
9683
9683
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9684
9684
|
'x-tenant': z.ZodString;
|
9685
9685
|
'x-service-token': z.ZodString;
|
@@ -9741,7 +9741,7 @@ export declare const telephonyCdrContract: {
|
|
9741
9741
|
error?: any;
|
9742
9742
|
}>;
|
9743
9743
|
};
|
9744
|
-
path: "telephony-cdr/call-setting";
|
9744
|
+
path: "ms/telephony-cdr/call-setting";
|
9745
9745
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9746
9746
|
'x-tenant': z.ZodString;
|
9747
9747
|
'x-service-token': z.ZodString;
|
@@ -9813,7 +9813,7 @@ export declare const telephonyCdrContract: {
|
|
9813
9813
|
error?: any;
|
9814
9814
|
}>;
|
9815
9815
|
};
|
9816
|
-
path: "telephony-cdr/call-setting";
|
9816
|
+
path: "ms/telephony-cdr/call-setting";
|
9817
9817
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9818
9818
|
'x-tenant': z.ZodString;
|
9819
9819
|
'x-service-token': z.ZodString;
|
@@ -2,15 +2,15 @@ import z from 'zod';
|
|
2
2
|
export declare const CallUserSchema: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
3
3
|
id: z.ZodString;
|
4
4
|
user: z.ZodNullable<z.ZodObject<Omit<{
|
5
|
+
name: z.ZodString;
|
5
6
|
id: z.ZodString;
|
7
|
+
address: z.ZodNullable<z.ZodString>;
|
8
|
+
email: z.ZodString;
|
6
9
|
createdAt: z.ZodDate;
|
7
10
|
updatedAt: z.ZodDate;
|
8
11
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
9
|
-
name: z.ZodString;
|
10
|
-
email: z.ZodString;
|
11
12
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
12
13
|
password: z.ZodString;
|
13
|
-
address: z.ZodNullable<z.ZodString>;
|
14
14
|
phone: z.ZodNullable<z.ZodString>;
|
15
15
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
16
16
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -1061,15 +1061,15 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1061
1061
|
callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
1062
1062
|
id: z.ZodString;
|
1063
1063
|
user: z.ZodNullable<z.ZodObject<Omit<{
|
1064
|
+
name: z.ZodString;
|
1064
1065
|
id: z.ZodString;
|
1066
|
+
address: z.ZodNullable<z.ZodString>;
|
1067
|
+
email: z.ZodString;
|
1065
1068
|
createdAt: z.ZodDate;
|
1066
1069
|
updatedAt: z.ZodDate;
|
1067
1070
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1068
|
-
name: z.ZodString;
|
1069
|
-
email: z.ZodString;
|
1070
1071
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
1071
1072
|
password: z.ZodString;
|
1072
|
-
address: z.ZodNullable<z.ZodString>;
|
1073
1073
|
phone: z.ZodNullable<z.ZodString>;
|
1074
1074
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
1075
1075
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -1266,15 +1266,15 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1266
1266
|
callFrom: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
1267
1267
|
id: z.ZodString;
|
1268
1268
|
user: z.ZodNullable<z.ZodObject<Omit<{
|
1269
|
+
name: z.ZodString;
|
1269
1270
|
id: z.ZodString;
|
1271
|
+
address: z.ZodNullable<z.ZodString>;
|
1272
|
+
email: z.ZodString;
|
1270
1273
|
createdAt: z.ZodDate;
|
1271
1274
|
updatedAt: z.ZodDate;
|
1272
1275
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1273
|
-
name: z.ZodString;
|
1274
|
-
email: z.ZodString;
|
1275
1276
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
1276
1277
|
password: z.ZodString;
|
1277
|
-
address: z.ZodNullable<z.ZodString>;
|
1278
1278
|
phone: z.ZodNullable<z.ZodString>;
|
1279
1279
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
1280
1280
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -1590,15 +1590,15 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1590
1590
|
extensionName: z.ZodString;
|
1591
1591
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
1592
1592
|
user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
1593
|
+
name: z.ZodString;
|
1593
1594
|
id: z.ZodString;
|
1595
|
+
address: z.ZodNullable<z.ZodString>;
|
1596
|
+
email: z.ZodString;
|
1594
1597
|
createdAt: z.ZodDate;
|
1595
1598
|
updatedAt: z.ZodDate;
|
1596
1599
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1597
|
-
name: z.ZodString;
|
1598
|
-
email: z.ZodString;
|
1599
1600
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
1600
1601
|
password: z.ZodString;
|
1601
|
-
address: z.ZodNullable<z.ZodString>;
|
1602
1602
|
phone: z.ZodNullable<z.ZodString>;
|
1603
1603
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
1604
1604
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -2555,15 +2555,15 @@ export declare const TelephonyExtensionSchema: z.ZodObject<{
|
|
2555
2555
|
updatedAt: z.ZodDate;
|
2556
2556
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
2557
2557
|
user: z.ZodNullable<z.ZodOptional<z.ZodObject<Omit<{
|
2558
|
+
name: z.ZodString;
|
2558
2559
|
id: z.ZodString;
|
2560
|
+
address: z.ZodNullable<z.ZodString>;
|
2561
|
+
email: z.ZodString;
|
2559
2562
|
createdAt: z.ZodDate;
|
2560
2563
|
updatedAt: z.ZodDate;
|
2561
2564
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
2562
|
-
name: z.ZodString;
|
2563
|
-
email: z.ZodString;
|
2564
2565
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
2565
2566
|
password: z.ZodString;
|
2566
|
-
address: z.ZodNullable<z.ZodString>;
|
2567
2567
|
phone: z.ZodNullable<z.ZodString>;
|
2568
2568
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
2569
2569
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -2832,15 +2832,15 @@ export declare const TelephonyExtensionListSchema: z.ZodArray<z.ZodObject<{
|
|
2832
2832
|
updatedAt: z.ZodDate;
|
2833
2833
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
2834
2834
|
user: z.ZodNullable<z.ZodOptional<z.ZodObject<Omit<{
|
2835
|
+
name: z.ZodString;
|
2835
2836
|
id: z.ZodString;
|
2837
|
+
address: z.ZodNullable<z.ZodString>;
|
2838
|
+
email: z.ZodString;
|
2836
2839
|
createdAt: z.ZodDate;
|
2837
2840
|
updatedAt: z.ZodDate;
|
2838
2841
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
2839
|
-
name: z.ZodString;
|
2840
|
-
email: z.ZodString;
|
2841
2842
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
2842
2843
|
password: z.ZodString;
|
2843
|
-
address: z.ZodNullable<z.ZodString>;
|
2844
2844
|
phone: z.ZodNullable<z.ZodString>;
|
2845
2845
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
2846
2846
|
roles: z.ZodArray<z.ZodObject<{
|
@@ -241,7 +241,7 @@ export declare const telephonyExtensionContract: {
|
|
241
241
|
error?: any;
|
242
242
|
}>;
|
243
243
|
};
|
244
|
-
path: "telephony/extension_list";
|
244
|
+
path: "ms/telephony/extension_list";
|
245
245
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
246
246
|
'x-tenant': z.ZodString;
|
247
247
|
'x-service-token': z.ZodString;
|