@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
|
@@ -36,15 +36,15 @@ export declare const commentContract: {
|
|
|
36
36
|
updatedAt: z.ZodDate;
|
|
37
37
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
38
38
|
actor: z.ZodObject<{
|
|
39
|
+
name: z.ZodString;
|
|
39
40
|
id: z.ZodString;
|
|
41
|
+
address: z.ZodNullable<z.ZodString>;
|
|
42
|
+
email: z.ZodString;
|
|
40
43
|
createdAt: z.ZodDate;
|
|
41
44
|
updatedAt: z.ZodDate;
|
|
42
45
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
43
|
-
name: z.ZodString;
|
|
44
|
-
email: z.ZodString;
|
|
45
46
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
46
47
|
password: z.ZodString;
|
|
47
|
-
address: z.ZodNullable<z.ZodString>;
|
|
48
48
|
phone: z.ZodNullable<z.ZodString>;
|
|
49
49
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
50
50
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -398,15 +398,15 @@ export declare const commentContract: {
|
|
|
398
398
|
contactId: z.ZodString;
|
|
399
399
|
creatorId: z.ZodString;
|
|
400
400
|
creator: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
401
|
+
name: z.ZodString;
|
|
401
402
|
id: z.ZodString;
|
|
403
|
+
address: z.ZodNullable<z.ZodString>;
|
|
404
|
+
email: z.ZodString;
|
|
402
405
|
createdAt: z.ZodDate;
|
|
403
406
|
updatedAt: z.ZodDate;
|
|
404
407
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
405
|
-
name: z.ZodString;
|
|
406
|
-
email: z.ZodString;
|
|
407
408
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
408
409
|
password: z.ZodString;
|
|
409
|
-
address: z.ZodNullable<z.ZodString>;
|
|
410
410
|
phone: z.ZodNullable<z.ZodString>;
|
|
411
411
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
412
412
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -603,15 +603,15 @@ export declare const commentContract: {
|
|
|
603
603
|
}>>>;
|
|
604
604
|
assigneeId: z.ZodString;
|
|
605
605
|
assignee: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
606
|
+
name: z.ZodString;
|
|
606
607
|
id: z.ZodString;
|
|
608
|
+
address: z.ZodNullable<z.ZodString>;
|
|
609
|
+
email: z.ZodString;
|
|
607
610
|
createdAt: z.ZodDate;
|
|
608
611
|
updatedAt: z.ZodDate;
|
|
609
612
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
610
|
-
name: z.ZodString;
|
|
611
|
-
email: z.ZodString;
|
|
612
613
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
613
614
|
password: z.ZodString;
|
|
614
|
-
address: z.ZodNullable<z.ZodString>;
|
|
615
615
|
phone: z.ZodNullable<z.ZodString>;
|
|
616
616
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
617
617
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -1898,15 +1898,15 @@ export declare const commentContract: {
|
|
|
1898
1898
|
updatedAt: z.ZodDate;
|
|
1899
1899
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1900
1900
|
actor: z.ZodObject<{
|
|
1901
|
+
name: z.ZodString;
|
|
1901
1902
|
id: z.ZodString;
|
|
1903
|
+
address: z.ZodNullable<z.ZodString>;
|
|
1904
|
+
email: z.ZodString;
|
|
1902
1905
|
createdAt: z.ZodDate;
|
|
1903
1906
|
updatedAt: z.ZodDate;
|
|
1904
1907
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1905
|
-
name: z.ZodString;
|
|
1906
|
-
email: z.ZodString;
|
|
1907
1908
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
1908
1909
|
password: z.ZodString;
|
|
1909
|
-
address: z.ZodNullable<z.ZodString>;
|
|
1910
1910
|
phone: z.ZodNullable<z.ZodString>;
|
|
1911
1911
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
1912
1912
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -2255,28 +2255,6 @@ export declare const commentContract: {
|
|
|
2255
2255
|
createdAt: Date;
|
|
2256
2256
|
updatedAt: Date;
|
|
2257
2257
|
deletedAt: Date | null;
|
|
2258
|
-
categories: {
|
|
2259
|
-
id: string;
|
|
2260
|
-
value: string;
|
|
2261
|
-
createdAt: Date;
|
|
2262
|
-
updatedAt: Date;
|
|
2263
|
-
deletedAt: Date | null;
|
|
2264
|
-
level: 2 | 1 | 3;
|
|
2265
|
-
parentId: string | null;
|
|
2266
|
-
childCategoryList: {
|
|
2267
|
-
id: string;
|
|
2268
|
-
value: string;
|
|
2269
|
-
level: 2 | 1 | 3;
|
|
2270
|
-
parentId: string | null;
|
|
2271
|
-
childCategoryList: {
|
|
2272
|
-
id: string;
|
|
2273
|
-
value: string;
|
|
2274
|
-
level: 2 | 1 | 3;
|
|
2275
|
-
parentId: string | null;
|
|
2276
|
-
childCategoryList: any[];
|
|
2277
|
-
}[];
|
|
2278
|
-
}[];
|
|
2279
|
-
}[];
|
|
2280
2258
|
contact: {
|
|
2281
2259
|
name: string;
|
|
2282
2260
|
id: string;
|
|
@@ -2493,6 +2471,28 @@ export declare const commentContract: {
|
|
|
2493
2471
|
};
|
|
2494
2472
|
}[];
|
|
2495
2473
|
contactId: string;
|
|
2474
|
+
categories: {
|
|
2475
|
+
id: string;
|
|
2476
|
+
value: string;
|
|
2477
|
+
createdAt: Date;
|
|
2478
|
+
updatedAt: Date;
|
|
2479
|
+
deletedAt: Date | null;
|
|
2480
|
+
level: 2 | 1 | 3;
|
|
2481
|
+
parentId: string | null;
|
|
2482
|
+
childCategoryList: {
|
|
2483
|
+
id: string;
|
|
2484
|
+
value: string;
|
|
2485
|
+
level: 2 | 1 | 3;
|
|
2486
|
+
parentId: string | null;
|
|
2487
|
+
childCategoryList: {
|
|
2488
|
+
id: string;
|
|
2489
|
+
value: string;
|
|
2490
|
+
level: 2 | 1 | 3;
|
|
2491
|
+
parentId: string | null;
|
|
2492
|
+
childCategoryList: any[];
|
|
2493
|
+
}[];
|
|
2494
|
+
}[];
|
|
2495
|
+
}[];
|
|
2496
2496
|
assigneeId: string;
|
|
2497
2497
|
creatorId: string;
|
|
2498
2498
|
reasonToAssign: string | null;
|
|
@@ -2596,28 +2596,6 @@ export declare const commentContract: {
|
|
|
2596
2596
|
createdAt: Date;
|
|
2597
2597
|
updatedAt: Date;
|
|
2598
2598
|
deletedAt: Date | null;
|
|
2599
|
-
categories: {
|
|
2600
|
-
id: string;
|
|
2601
|
-
value: string;
|
|
2602
|
-
createdAt: Date;
|
|
2603
|
-
updatedAt: Date;
|
|
2604
|
-
deletedAt: Date | null;
|
|
2605
|
-
level: 2 | 1 | 3;
|
|
2606
|
-
parentId: string | null;
|
|
2607
|
-
childCategoryList: {
|
|
2608
|
-
id: string;
|
|
2609
|
-
value: string;
|
|
2610
|
-
level: 2 | 1 | 3;
|
|
2611
|
-
parentId: string | null;
|
|
2612
|
-
childCategoryList: {
|
|
2613
|
-
id: string;
|
|
2614
|
-
value: string;
|
|
2615
|
-
level: 2 | 1 | 3;
|
|
2616
|
-
parentId: string | null;
|
|
2617
|
-
childCategoryList: any[];
|
|
2618
|
-
}[];
|
|
2619
|
-
}[];
|
|
2620
|
-
}[];
|
|
2621
2599
|
contact: {
|
|
2622
2600
|
name: string;
|
|
2623
2601
|
id: string;
|
|
@@ -2834,6 +2812,28 @@ export declare const commentContract: {
|
|
|
2834
2812
|
};
|
|
2835
2813
|
}[];
|
|
2836
2814
|
contactId: string;
|
|
2815
|
+
categories: {
|
|
2816
|
+
id: string;
|
|
2817
|
+
value: string;
|
|
2818
|
+
createdAt: Date;
|
|
2819
|
+
updatedAt: Date;
|
|
2820
|
+
deletedAt: Date | null;
|
|
2821
|
+
level: 2 | 1 | 3;
|
|
2822
|
+
parentId: string | null;
|
|
2823
|
+
childCategoryList: {
|
|
2824
|
+
id: string;
|
|
2825
|
+
value: string;
|
|
2826
|
+
level: 2 | 1 | 3;
|
|
2827
|
+
parentId: string | null;
|
|
2828
|
+
childCategoryList: {
|
|
2829
|
+
id: string;
|
|
2830
|
+
value: string;
|
|
2831
|
+
level: 2 | 1 | 3;
|
|
2832
|
+
parentId: string | null;
|
|
2833
|
+
childCategoryList: any[];
|
|
2834
|
+
}[];
|
|
2835
|
+
}[];
|
|
2836
|
+
}[];
|
|
2837
2837
|
assigneeId: string;
|
|
2838
2838
|
creatorId: string;
|
|
2839
2839
|
reasonToAssign: string | null;
|
|
@@ -2928,15 +2928,15 @@ export declare const commentContract: {
|
|
|
2928
2928
|
ticketNumber?: number | undefined;
|
|
2929
2929
|
}>;
|
|
2930
2930
|
agent: z.ZodObject<{
|
|
2931
|
+
name: z.ZodString;
|
|
2931
2932
|
id: z.ZodString;
|
|
2933
|
+
address: z.ZodNullable<z.ZodString>;
|
|
2934
|
+
email: z.ZodString;
|
|
2932
2935
|
createdAt: z.ZodDate;
|
|
2933
2936
|
updatedAt: z.ZodDate;
|
|
2934
2937
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2935
|
-
name: z.ZodString;
|
|
2936
|
-
email: z.ZodString;
|
|
2937
2938
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
2938
2939
|
password: z.ZodString;
|
|
2939
|
-
address: z.ZodNullable<z.ZodString>;
|
|
2940
2940
|
phone: z.ZodNullable<z.ZodString>;
|
|
2941
2941
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
2942
2942
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -3147,28 +3147,6 @@ export declare const commentContract: {
|
|
|
3147
3147
|
createdAt: Date;
|
|
3148
3148
|
updatedAt: Date;
|
|
3149
3149
|
deletedAt: Date | null;
|
|
3150
|
-
categories: {
|
|
3151
|
-
id: string;
|
|
3152
|
-
value: string;
|
|
3153
|
-
createdAt: Date;
|
|
3154
|
-
updatedAt: Date;
|
|
3155
|
-
deletedAt: Date | null;
|
|
3156
|
-
level: 2 | 1 | 3;
|
|
3157
|
-
parentId: string | null;
|
|
3158
|
-
childCategoryList: {
|
|
3159
|
-
id: string;
|
|
3160
|
-
value: string;
|
|
3161
|
-
level: 2 | 1 | 3;
|
|
3162
|
-
parentId: string | null;
|
|
3163
|
-
childCategoryList: {
|
|
3164
|
-
id: string;
|
|
3165
|
-
value: string;
|
|
3166
|
-
level: 2 | 1 | 3;
|
|
3167
|
-
parentId: string | null;
|
|
3168
|
-
childCategoryList: any[];
|
|
3169
|
-
}[];
|
|
3170
|
-
}[];
|
|
3171
|
-
}[];
|
|
3172
3150
|
contact: {
|
|
3173
3151
|
name: string;
|
|
3174
3152
|
id: string;
|
|
@@ -3385,6 +3363,28 @@ export declare const commentContract: {
|
|
|
3385
3363
|
};
|
|
3386
3364
|
}[];
|
|
3387
3365
|
contactId: string;
|
|
3366
|
+
categories: {
|
|
3367
|
+
id: string;
|
|
3368
|
+
value: string;
|
|
3369
|
+
createdAt: Date;
|
|
3370
|
+
updatedAt: Date;
|
|
3371
|
+
deletedAt: Date | null;
|
|
3372
|
+
level: 2 | 1 | 3;
|
|
3373
|
+
parentId: string | null;
|
|
3374
|
+
childCategoryList: {
|
|
3375
|
+
id: string;
|
|
3376
|
+
value: string;
|
|
3377
|
+
level: 2 | 1 | 3;
|
|
3378
|
+
parentId: string | null;
|
|
3379
|
+
childCategoryList: {
|
|
3380
|
+
id: string;
|
|
3381
|
+
value: string;
|
|
3382
|
+
level: 2 | 1 | 3;
|
|
3383
|
+
parentId: string | null;
|
|
3384
|
+
childCategoryList: any[];
|
|
3385
|
+
}[];
|
|
3386
|
+
}[];
|
|
3387
|
+
}[];
|
|
3388
3388
|
assigneeId: string;
|
|
3389
3389
|
creatorId: string;
|
|
3390
3390
|
reasonToAssign: string | null;
|
|
@@ -3600,28 +3600,6 @@ export declare const commentContract: {
|
|
|
3600
3600
|
createdAt: Date;
|
|
3601
3601
|
updatedAt: Date;
|
|
3602
3602
|
deletedAt: Date | null;
|
|
3603
|
-
categories: {
|
|
3604
|
-
id: string;
|
|
3605
|
-
value: string;
|
|
3606
|
-
createdAt: Date;
|
|
3607
|
-
updatedAt: Date;
|
|
3608
|
-
deletedAt: Date | null;
|
|
3609
|
-
level: 2 | 1 | 3;
|
|
3610
|
-
parentId: string | null;
|
|
3611
|
-
childCategoryList: {
|
|
3612
|
-
id: string;
|
|
3613
|
-
value: string;
|
|
3614
|
-
level: 2 | 1 | 3;
|
|
3615
|
-
parentId: string | null;
|
|
3616
|
-
childCategoryList: {
|
|
3617
|
-
id: string;
|
|
3618
|
-
value: string;
|
|
3619
|
-
level: 2 | 1 | 3;
|
|
3620
|
-
parentId: string | null;
|
|
3621
|
-
childCategoryList: any[];
|
|
3622
|
-
}[];
|
|
3623
|
-
}[];
|
|
3624
|
-
}[];
|
|
3625
3603
|
contact: {
|
|
3626
3604
|
name: string;
|
|
3627
3605
|
id: string;
|
|
@@ -3838,6 +3816,28 @@ export declare const commentContract: {
|
|
|
3838
3816
|
};
|
|
3839
3817
|
}[];
|
|
3840
3818
|
contactId: string;
|
|
3819
|
+
categories: {
|
|
3820
|
+
id: string;
|
|
3821
|
+
value: string;
|
|
3822
|
+
createdAt: Date;
|
|
3823
|
+
updatedAt: Date;
|
|
3824
|
+
deletedAt: Date | null;
|
|
3825
|
+
level: 2 | 1 | 3;
|
|
3826
|
+
parentId: string | null;
|
|
3827
|
+
childCategoryList: {
|
|
3828
|
+
id: string;
|
|
3829
|
+
value: string;
|
|
3830
|
+
level: 2 | 1 | 3;
|
|
3831
|
+
parentId: string | null;
|
|
3832
|
+
childCategoryList: {
|
|
3833
|
+
id: string;
|
|
3834
|
+
value: string;
|
|
3835
|
+
level: 2 | 1 | 3;
|
|
3836
|
+
parentId: string | null;
|
|
3837
|
+
childCategoryList: any[];
|
|
3838
|
+
}[];
|
|
3839
|
+
}[];
|
|
3840
|
+
}[];
|
|
3841
3841
|
assigneeId: string;
|
|
3842
3842
|
creatorId: string;
|
|
3843
3843
|
reasonToAssign: string | null;
|
|
@@ -4056,28 +4056,6 @@ export declare const commentContract: {
|
|
|
4056
4056
|
createdAt: Date;
|
|
4057
4057
|
updatedAt: Date;
|
|
4058
4058
|
deletedAt: Date | null;
|
|
4059
|
-
categories: {
|
|
4060
|
-
id: string;
|
|
4061
|
-
value: string;
|
|
4062
|
-
createdAt: Date;
|
|
4063
|
-
updatedAt: Date;
|
|
4064
|
-
deletedAt: Date | null;
|
|
4065
|
-
level: 2 | 1 | 3;
|
|
4066
|
-
parentId: string | null;
|
|
4067
|
-
childCategoryList: {
|
|
4068
|
-
id: string;
|
|
4069
|
-
value: string;
|
|
4070
|
-
level: 2 | 1 | 3;
|
|
4071
|
-
parentId: string | null;
|
|
4072
|
-
childCategoryList: {
|
|
4073
|
-
id: string;
|
|
4074
|
-
value: string;
|
|
4075
|
-
level: 2 | 1 | 3;
|
|
4076
|
-
parentId: string | null;
|
|
4077
|
-
childCategoryList: any[];
|
|
4078
|
-
}[];
|
|
4079
|
-
}[];
|
|
4080
|
-
}[];
|
|
4081
4059
|
contact: {
|
|
4082
4060
|
name: string;
|
|
4083
4061
|
id: string;
|
|
@@ -4294,6 +4272,28 @@ export declare const commentContract: {
|
|
|
4294
4272
|
};
|
|
4295
4273
|
}[];
|
|
4296
4274
|
contactId: string;
|
|
4275
|
+
categories: {
|
|
4276
|
+
id: string;
|
|
4277
|
+
value: string;
|
|
4278
|
+
createdAt: Date;
|
|
4279
|
+
updatedAt: Date;
|
|
4280
|
+
deletedAt: Date | null;
|
|
4281
|
+
level: 2 | 1 | 3;
|
|
4282
|
+
parentId: string | null;
|
|
4283
|
+
childCategoryList: {
|
|
4284
|
+
id: string;
|
|
4285
|
+
value: string;
|
|
4286
|
+
level: 2 | 1 | 3;
|
|
4287
|
+
parentId: string | null;
|
|
4288
|
+
childCategoryList: {
|
|
4289
|
+
id: string;
|
|
4290
|
+
value: string;
|
|
4291
|
+
level: 2 | 1 | 3;
|
|
4292
|
+
parentId: string | null;
|
|
4293
|
+
childCategoryList: any[];
|
|
4294
|
+
}[];
|
|
4295
|
+
}[];
|
|
4296
|
+
}[];
|
|
4297
4297
|
assigneeId: string;
|
|
4298
4298
|
creatorId: string;
|
|
4299
4299
|
reasonToAssign: string | null;
|
|
@@ -4512,33 +4512,11 @@ export declare const commentContract: {
|
|
|
4512
4512
|
createdAt: Date;
|
|
4513
4513
|
updatedAt: Date;
|
|
4514
4514
|
deletedAt: Date | null;
|
|
4515
|
-
|
|
4515
|
+
contact: {
|
|
4516
|
+
name: string;
|
|
4516
4517
|
id: string;
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
updatedAt: Date;
|
|
4520
|
-
deletedAt: Date | null;
|
|
4521
|
-
level: 2 | 1 | 3;
|
|
4522
|
-
parentId: string | null;
|
|
4523
|
-
childCategoryList: {
|
|
4524
|
-
id: string;
|
|
4525
|
-
value: string;
|
|
4526
|
-
level: 2 | 1 | 3;
|
|
4527
|
-
parentId: string | null;
|
|
4528
|
-
childCategoryList: {
|
|
4529
|
-
id: string;
|
|
4530
|
-
value: string;
|
|
4531
|
-
level: 2 | 1 | 3;
|
|
4532
|
-
parentId: string | null;
|
|
4533
|
-
childCategoryList: any[];
|
|
4534
|
-
}[];
|
|
4535
|
-
}[];
|
|
4536
|
-
}[];
|
|
4537
|
-
contact: {
|
|
4538
|
-
name: string;
|
|
4539
|
-
id: string;
|
|
4540
|
-
channel: string | null;
|
|
4541
|
-
address: string | null;
|
|
4518
|
+
channel: string | null;
|
|
4519
|
+
address: string | null;
|
|
4542
4520
|
createdAt: Date;
|
|
4543
4521
|
updatedAt: Date;
|
|
4544
4522
|
deletedAt: Date | null;
|
|
@@ -4750,6 +4728,28 @@ export declare const commentContract: {
|
|
|
4750
4728
|
};
|
|
4751
4729
|
}[];
|
|
4752
4730
|
contactId: string;
|
|
4731
|
+
categories: {
|
|
4732
|
+
id: string;
|
|
4733
|
+
value: string;
|
|
4734
|
+
createdAt: Date;
|
|
4735
|
+
updatedAt: Date;
|
|
4736
|
+
deletedAt: Date | null;
|
|
4737
|
+
level: 2 | 1 | 3;
|
|
4738
|
+
parentId: string | null;
|
|
4739
|
+
childCategoryList: {
|
|
4740
|
+
id: string;
|
|
4741
|
+
value: string;
|
|
4742
|
+
level: 2 | 1 | 3;
|
|
4743
|
+
parentId: string | null;
|
|
4744
|
+
childCategoryList: {
|
|
4745
|
+
id: string;
|
|
4746
|
+
value: string;
|
|
4747
|
+
level: 2 | 1 | 3;
|
|
4748
|
+
parentId: string | null;
|
|
4749
|
+
childCategoryList: any[];
|
|
4750
|
+
}[];
|
|
4751
|
+
}[];
|
|
4752
|
+
}[];
|
|
4753
4753
|
assigneeId: string;
|
|
4754
4754
|
creatorId: string;
|
|
4755
4755
|
reasonToAssign: string | null;
|
|
@@ -5022,15 +5022,15 @@ export declare const commentContract: {
|
|
|
5022
5022
|
updatedAt: z.ZodDate;
|
|
5023
5023
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5024
5024
|
actor: z.ZodObject<{
|
|
5025
|
+
name: z.ZodString;
|
|
5025
5026
|
id: z.ZodString;
|
|
5027
|
+
address: z.ZodNullable<z.ZodString>;
|
|
5028
|
+
email: z.ZodString;
|
|
5026
5029
|
createdAt: z.ZodDate;
|
|
5027
5030
|
updatedAt: z.ZodDate;
|
|
5028
5031
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5029
|
-
name: z.ZodString;
|
|
5030
|
-
email: z.ZodString;
|
|
5031
5032
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
5032
5033
|
password: z.ZodString;
|
|
5033
|
-
address: z.ZodNullable<z.ZodString>;
|
|
5034
5034
|
phone: z.ZodNullable<z.ZodString>;
|
|
5035
5035
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
5036
5036
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -5384,15 +5384,15 @@ export declare const commentContract: {
|
|
|
5384
5384
|
contactId: z.ZodString;
|
|
5385
5385
|
creatorId: z.ZodString;
|
|
5386
5386
|
creator: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
5387
|
+
name: z.ZodString;
|
|
5387
5388
|
id: z.ZodString;
|
|
5389
|
+
address: z.ZodNullable<z.ZodString>;
|
|
5390
|
+
email: z.ZodString;
|
|
5388
5391
|
createdAt: z.ZodDate;
|
|
5389
5392
|
updatedAt: z.ZodDate;
|
|
5390
5393
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5391
|
-
name: z.ZodString;
|
|
5392
|
-
email: z.ZodString;
|
|
5393
5394
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
5394
5395
|
password: z.ZodString;
|
|
5395
|
-
address: z.ZodNullable<z.ZodString>;
|
|
5396
5396
|
phone: z.ZodNullable<z.ZodString>;
|
|
5397
5397
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
5398
5398
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -5589,15 +5589,15 @@ export declare const commentContract: {
|
|
|
5589
5589
|
}>>>;
|
|
5590
5590
|
assigneeId: z.ZodString;
|
|
5591
5591
|
assignee: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
5592
|
+
name: z.ZodString;
|
|
5592
5593
|
id: z.ZodString;
|
|
5594
|
+
address: z.ZodNullable<z.ZodString>;
|
|
5595
|
+
email: z.ZodString;
|
|
5593
5596
|
createdAt: z.ZodDate;
|
|
5594
5597
|
updatedAt: z.ZodDate;
|
|
5595
5598
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5596
|
-
name: z.ZodString;
|
|
5597
|
-
email: z.ZodString;
|
|
5598
5599
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
5599
5600
|
password: z.ZodString;
|
|
5600
|
-
address: z.ZodNullable<z.ZodString>;
|
|
5601
5601
|
phone: z.ZodNullable<z.ZodString>;
|
|
5602
5602
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
5603
5603
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -6884,15 +6884,15 @@ export declare const commentContract: {
|
|
|
6884
6884
|
updatedAt: z.ZodDate;
|
|
6885
6885
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6886
6886
|
actor: z.ZodObject<{
|
|
6887
|
+
name: z.ZodString;
|
|
6887
6888
|
id: z.ZodString;
|
|
6889
|
+
address: z.ZodNullable<z.ZodString>;
|
|
6890
|
+
email: z.ZodString;
|
|
6888
6891
|
createdAt: z.ZodDate;
|
|
6889
6892
|
updatedAt: z.ZodDate;
|
|
6890
6893
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6891
|
-
name: z.ZodString;
|
|
6892
|
-
email: z.ZodString;
|
|
6893
6894
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
6894
6895
|
password: z.ZodString;
|
|
6895
|
-
address: z.ZodNullable<z.ZodString>;
|
|
6896
6896
|
phone: z.ZodNullable<z.ZodString>;
|
|
6897
6897
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
6898
6898
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -7241,28 +7241,6 @@ export declare const commentContract: {
|
|
|
7241
7241
|
createdAt: Date;
|
|
7242
7242
|
updatedAt: Date;
|
|
7243
7243
|
deletedAt: Date | null;
|
|
7244
|
-
categories: {
|
|
7245
|
-
id: string;
|
|
7246
|
-
value: string;
|
|
7247
|
-
createdAt: Date;
|
|
7248
|
-
updatedAt: Date;
|
|
7249
|
-
deletedAt: Date | null;
|
|
7250
|
-
level: 2 | 1 | 3;
|
|
7251
|
-
parentId: string | null;
|
|
7252
|
-
childCategoryList: {
|
|
7253
|
-
id: string;
|
|
7254
|
-
value: string;
|
|
7255
|
-
level: 2 | 1 | 3;
|
|
7256
|
-
parentId: string | null;
|
|
7257
|
-
childCategoryList: {
|
|
7258
|
-
id: string;
|
|
7259
|
-
value: string;
|
|
7260
|
-
level: 2 | 1 | 3;
|
|
7261
|
-
parentId: string | null;
|
|
7262
|
-
childCategoryList: any[];
|
|
7263
|
-
}[];
|
|
7264
|
-
}[];
|
|
7265
|
-
}[];
|
|
7266
7244
|
contact: {
|
|
7267
7245
|
name: string;
|
|
7268
7246
|
id: string;
|
|
@@ -7479,6 +7457,28 @@ export declare const commentContract: {
|
|
|
7479
7457
|
};
|
|
7480
7458
|
}[];
|
|
7481
7459
|
contactId: string;
|
|
7460
|
+
categories: {
|
|
7461
|
+
id: string;
|
|
7462
|
+
value: string;
|
|
7463
|
+
createdAt: Date;
|
|
7464
|
+
updatedAt: Date;
|
|
7465
|
+
deletedAt: Date | null;
|
|
7466
|
+
level: 2 | 1 | 3;
|
|
7467
|
+
parentId: string | null;
|
|
7468
|
+
childCategoryList: {
|
|
7469
|
+
id: string;
|
|
7470
|
+
value: string;
|
|
7471
|
+
level: 2 | 1 | 3;
|
|
7472
|
+
parentId: string | null;
|
|
7473
|
+
childCategoryList: {
|
|
7474
|
+
id: string;
|
|
7475
|
+
value: string;
|
|
7476
|
+
level: 2 | 1 | 3;
|
|
7477
|
+
parentId: string | null;
|
|
7478
|
+
childCategoryList: any[];
|
|
7479
|
+
}[];
|
|
7480
|
+
}[];
|
|
7481
|
+
}[];
|
|
7482
7482
|
assigneeId: string;
|
|
7483
7483
|
creatorId: string;
|
|
7484
7484
|
reasonToAssign: string | null;
|
|
@@ -7582,28 +7582,6 @@ export declare const commentContract: {
|
|
|
7582
7582
|
createdAt: Date;
|
|
7583
7583
|
updatedAt: Date;
|
|
7584
7584
|
deletedAt: Date | null;
|
|
7585
|
-
categories: {
|
|
7586
|
-
id: string;
|
|
7587
|
-
value: string;
|
|
7588
|
-
createdAt: Date;
|
|
7589
|
-
updatedAt: Date;
|
|
7590
|
-
deletedAt: Date | null;
|
|
7591
|
-
level: 2 | 1 | 3;
|
|
7592
|
-
parentId: string | null;
|
|
7593
|
-
childCategoryList: {
|
|
7594
|
-
id: string;
|
|
7595
|
-
value: string;
|
|
7596
|
-
level: 2 | 1 | 3;
|
|
7597
|
-
parentId: string | null;
|
|
7598
|
-
childCategoryList: {
|
|
7599
|
-
id: string;
|
|
7600
|
-
value: string;
|
|
7601
|
-
level: 2 | 1 | 3;
|
|
7602
|
-
parentId: string | null;
|
|
7603
|
-
childCategoryList: any[];
|
|
7604
|
-
}[];
|
|
7605
|
-
}[];
|
|
7606
|
-
}[];
|
|
7607
7585
|
contact: {
|
|
7608
7586
|
name: string;
|
|
7609
7587
|
id: string;
|
|
@@ -7820,6 +7798,28 @@ export declare const commentContract: {
|
|
|
7820
7798
|
};
|
|
7821
7799
|
}[];
|
|
7822
7800
|
contactId: string;
|
|
7801
|
+
categories: {
|
|
7802
|
+
id: string;
|
|
7803
|
+
value: string;
|
|
7804
|
+
createdAt: Date;
|
|
7805
|
+
updatedAt: Date;
|
|
7806
|
+
deletedAt: Date | null;
|
|
7807
|
+
level: 2 | 1 | 3;
|
|
7808
|
+
parentId: string | null;
|
|
7809
|
+
childCategoryList: {
|
|
7810
|
+
id: string;
|
|
7811
|
+
value: string;
|
|
7812
|
+
level: 2 | 1 | 3;
|
|
7813
|
+
parentId: string | null;
|
|
7814
|
+
childCategoryList: {
|
|
7815
|
+
id: string;
|
|
7816
|
+
value: string;
|
|
7817
|
+
level: 2 | 1 | 3;
|
|
7818
|
+
parentId: string | null;
|
|
7819
|
+
childCategoryList: any[];
|
|
7820
|
+
}[];
|
|
7821
|
+
}[];
|
|
7822
|
+
}[];
|
|
7823
7823
|
assigneeId: string;
|
|
7824
7824
|
creatorId: string;
|
|
7825
7825
|
reasonToAssign: string | null;
|
|
@@ -7914,15 +7914,15 @@ export declare const commentContract: {
|
|
|
7914
7914
|
ticketNumber?: number | undefined;
|
|
7915
7915
|
}>;
|
|
7916
7916
|
agent: z.ZodObject<{
|
|
7917
|
+
name: z.ZodString;
|
|
7917
7918
|
id: z.ZodString;
|
|
7919
|
+
address: z.ZodNullable<z.ZodString>;
|
|
7920
|
+
email: z.ZodString;
|
|
7918
7921
|
createdAt: z.ZodDate;
|
|
7919
7922
|
updatedAt: z.ZodDate;
|
|
7920
7923
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
7921
|
-
name: z.ZodString;
|
|
7922
|
-
email: z.ZodString;
|
|
7923
7924
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
7924
7925
|
password: z.ZodString;
|
|
7925
|
-
address: z.ZodNullable<z.ZodString>;
|
|
7926
7926
|
phone: z.ZodNullable<z.ZodString>;
|
|
7927
7927
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
7928
7928
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -8133,28 +8133,6 @@ export declare const commentContract: {
|
|
|
8133
8133
|
createdAt: Date;
|
|
8134
8134
|
updatedAt: Date;
|
|
8135
8135
|
deletedAt: Date | null;
|
|
8136
|
-
categories: {
|
|
8137
|
-
id: string;
|
|
8138
|
-
value: string;
|
|
8139
|
-
createdAt: Date;
|
|
8140
|
-
updatedAt: Date;
|
|
8141
|
-
deletedAt: Date | null;
|
|
8142
|
-
level: 2 | 1 | 3;
|
|
8143
|
-
parentId: string | null;
|
|
8144
|
-
childCategoryList: {
|
|
8145
|
-
id: string;
|
|
8146
|
-
value: string;
|
|
8147
|
-
level: 2 | 1 | 3;
|
|
8148
|
-
parentId: string | null;
|
|
8149
|
-
childCategoryList: {
|
|
8150
|
-
id: string;
|
|
8151
|
-
value: string;
|
|
8152
|
-
level: 2 | 1 | 3;
|
|
8153
|
-
parentId: string | null;
|
|
8154
|
-
childCategoryList: any[];
|
|
8155
|
-
}[];
|
|
8156
|
-
}[];
|
|
8157
|
-
}[];
|
|
8158
8136
|
contact: {
|
|
8159
8137
|
name: string;
|
|
8160
8138
|
id: string;
|
|
@@ -8371,6 +8349,28 @@ export declare const commentContract: {
|
|
|
8371
8349
|
};
|
|
8372
8350
|
}[];
|
|
8373
8351
|
contactId: string;
|
|
8352
|
+
categories: {
|
|
8353
|
+
id: string;
|
|
8354
|
+
value: string;
|
|
8355
|
+
createdAt: Date;
|
|
8356
|
+
updatedAt: Date;
|
|
8357
|
+
deletedAt: Date | null;
|
|
8358
|
+
level: 2 | 1 | 3;
|
|
8359
|
+
parentId: string | null;
|
|
8360
|
+
childCategoryList: {
|
|
8361
|
+
id: string;
|
|
8362
|
+
value: string;
|
|
8363
|
+
level: 2 | 1 | 3;
|
|
8364
|
+
parentId: string | null;
|
|
8365
|
+
childCategoryList: {
|
|
8366
|
+
id: string;
|
|
8367
|
+
value: string;
|
|
8368
|
+
level: 2 | 1 | 3;
|
|
8369
|
+
parentId: string | null;
|
|
8370
|
+
childCategoryList: any[];
|
|
8371
|
+
}[];
|
|
8372
|
+
}[];
|
|
8373
|
+
}[];
|
|
8374
8374
|
assigneeId: string;
|
|
8375
8375
|
creatorId: string;
|
|
8376
8376
|
reasonToAssign: string | null;
|
|
@@ -8586,28 +8586,6 @@ export declare const commentContract: {
|
|
|
8586
8586
|
createdAt: Date;
|
|
8587
8587
|
updatedAt: Date;
|
|
8588
8588
|
deletedAt: Date | null;
|
|
8589
|
-
categories: {
|
|
8590
|
-
id: string;
|
|
8591
|
-
value: string;
|
|
8592
|
-
createdAt: Date;
|
|
8593
|
-
updatedAt: Date;
|
|
8594
|
-
deletedAt: Date | null;
|
|
8595
|
-
level: 2 | 1 | 3;
|
|
8596
|
-
parentId: string | null;
|
|
8597
|
-
childCategoryList: {
|
|
8598
|
-
id: string;
|
|
8599
|
-
value: string;
|
|
8600
|
-
level: 2 | 1 | 3;
|
|
8601
|
-
parentId: string | null;
|
|
8602
|
-
childCategoryList: {
|
|
8603
|
-
id: string;
|
|
8604
|
-
value: string;
|
|
8605
|
-
level: 2 | 1 | 3;
|
|
8606
|
-
parentId: string | null;
|
|
8607
|
-
childCategoryList: any[];
|
|
8608
|
-
}[];
|
|
8609
|
-
}[];
|
|
8610
|
-
}[];
|
|
8611
8589
|
contact: {
|
|
8612
8590
|
name: string;
|
|
8613
8591
|
id: string;
|
|
@@ -8824,6 +8802,28 @@ export declare const commentContract: {
|
|
|
8824
8802
|
};
|
|
8825
8803
|
}[];
|
|
8826
8804
|
contactId: string;
|
|
8805
|
+
categories: {
|
|
8806
|
+
id: string;
|
|
8807
|
+
value: string;
|
|
8808
|
+
createdAt: Date;
|
|
8809
|
+
updatedAt: Date;
|
|
8810
|
+
deletedAt: Date | null;
|
|
8811
|
+
level: 2 | 1 | 3;
|
|
8812
|
+
parentId: string | null;
|
|
8813
|
+
childCategoryList: {
|
|
8814
|
+
id: string;
|
|
8815
|
+
value: string;
|
|
8816
|
+
level: 2 | 1 | 3;
|
|
8817
|
+
parentId: string | null;
|
|
8818
|
+
childCategoryList: {
|
|
8819
|
+
id: string;
|
|
8820
|
+
value: string;
|
|
8821
|
+
level: 2 | 1 | 3;
|
|
8822
|
+
parentId: string | null;
|
|
8823
|
+
childCategoryList: any[];
|
|
8824
|
+
}[];
|
|
8825
|
+
}[];
|
|
8826
|
+
}[];
|
|
8827
8827
|
assigneeId: string;
|
|
8828
8828
|
creatorId: string;
|
|
8829
8829
|
reasonToAssign: string | null;
|
|
@@ -9107,15 +9107,15 @@ export declare const commentContract: {
|
|
|
9107
9107
|
updatedAt: z.ZodDate;
|
|
9108
9108
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
9109
9109
|
actor: z.ZodObject<{
|
|
9110
|
+
name: z.ZodString;
|
|
9110
9111
|
id: z.ZodString;
|
|
9112
|
+
address: z.ZodNullable<z.ZodString>;
|
|
9113
|
+
email: z.ZodString;
|
|
9111
9114
|
createdAt: z.ZodDate;
|
|
9112
9115
|
updatedAt: z.ZodDate;
|
|
9113
9116
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
9114
|
-
name: z.ZodString;
|
|
9115
|
-
email: z.ZodString;
|
|
9116
9117
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
9117
9118
|
password: z.ZodString;
|
|
9118
|
-
address: z.ZodNullable<z.ZodString>;
|
|
9119
9119
|
phone: z.ZodNullable<z.ZodString>;
|
|
9120
9120
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
9121
9121
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -9469,15 +9469,15 @@ export declare const commentContract: {
|
|
|
9469
9469
|
contactId: z.ZodString;
|
|
9470
9470
|
creatorId: z.ZodString;
|
|
9471
9471
|
creator: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9472
|
+
name: z.ZodString;
|
|
9472
9473
|
id: z.ZodString;
|
|
9474
|
+
address: z.ZodNullable<z.ZodString>;
|
|
9475
|
+
email: z.ZodString;
|
|
9473
9476
|
createdAt: z.ZodDate;
|
|
9474
9477
|
updatedAt: z.ZodDate;
|
|
9475
9478
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
9476
|
-
name: z.ZodString;
|
|
9477
|
-
email: z.ZodString;
|
|
9478
9479
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
9479
9480
|
password: z.ZodString;
|
|
9480
|
-
address: z.ZodNullable<z.ZodString>;
|
|
9481
9481
|
phone: z.ZodNullable<z.ZodString>;
|
|
9482
9482
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
9483
9483
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -9674,15 +9674,15 @@ export declare const commentContract: {
|
|
|
9674
9674
|
}>>>;
|
|
9675
9675
|
assigneeId: z.ZodString;
|
|
9676
9676
|
assignee: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9677
|
+
name: z.ZodString;
|
|
9677
9678
|
id: z.ZodString;
|
|
9679
|
+
address: z.ZodNullable<z.ZodString>;
|
|
9680
|
+
email: z.ZodString;
|
|
9678
9681
|
createdAt: z.ZodDate;
|
|
9679
9682
|
updatedAt: z.ZodDate;
|
|
9680
9683
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
9681
|
-
name: z.ZodString;
|
|
9682
|
-
email: z.ZodString;
|
|
9683
9684
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
9684
9685
|
password: z.ZodString;
|
|
9685
|
-
address: z.ZodNullable<z.ZodString>;
|
|
9686
9686
|
phone: z.ZodNullable<z.ZodString>;
|
|
9687
9687
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
9688
9688
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -10969,15 +10969,15 @@ export declare const commentContract: {
|
|
|
10969
10969
|
updatedAt: z.ZodDate;
|
|
10970
10970
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
10971
10971
|
actor: z.ZodObject<{
|
|
10972
|
+
name: z.ZodString;
|
|
10972
10973
|
id: z.ZodString;
|
|
10974
|
+
address: z.ZodNullable<z.ZodString>;
|
|
10975
|
+
email: z.ZodString;
|
|
10973
10976
|
createdAt: z.ZodDate;
|
|
10974
10977
|
updatedAt: z.ZodDate;
|
|
10975
10978
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
10976
|
-
name: z.ZodString;
|
|
10977
|
-
email: z.ZodString;
|
|
10978
10979
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
10979
10980
|
password: z.ZodString;
|
|
10980
|
-
address: z.ZodNullable<z.ZodString>;
|
|
10981
10981
|
phone: z.ZodNullable<z.ZodString>;
|
|
10982
10982
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
10983
10983
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -11326,28 +11326,6 @@ export declare const commentContract: {
|
|
|
11326
11326
|
createdAt: Date;
|
|
11327
11327
|
updatedAt: Date;
|
|
11328
11328
|
deletedAt: Date | null;
|
|
11329
|
-
categories: {
|
|
11330
|
-
id: string;
|
|
11331
|
-
value: string;
|
|
11332
|
-
createdAt: Date;
|
|
11333
|
-
updatedAt: Date;
|
|
11334
|
-
deletedAt: Date | null;
|
|
11335
|
-
level: 2 | 1 | 3;
|
|
11336
|
-
parentId: string | null;
|
|
11337
|
-
childCategoryList: {
|
|
11338
|
-
id: string;
|
|
11339
|
-
value: string;
|
|
11340
|
-
level: 2 | 1 | 3;
|
|
11341
|
-
parentId: string | null;
|
|
11342
|
-
childCategoryList: {
|
|
11343
|
-
id: string;
|
|
11344
|
-
value: string;
|
|
11345
|
-
level: 2 | 1 | 3;
|
|
11346
|
-
parentId: string | null;
|
|
11347
|
-
childCategoryList: any[];
|
|
11348
|
-
}[];
|
|
11349
|
-
}[];
|
|
11350
|
-
}[];
|
|
11351
11329
|
contact: {
|
|
11352
11330
|
name: string;
|
|
11353
11331
|
id: string;
|
|
@@ -11564,6 +11542,28 @@ export declare const commentContract: {
|
|
|
11564
11542
|
};
|
|
11565
11543
|
}[];
|
|
11566
11544
|
contactId: string;
|
|
11545
|
+
categories: {
|
|
11546
|
+
id: string;
|
|
11547
|
+
value: string;
|
|
11548
|
+
createdAt: Date;
|
|
11549
|
+
updatedAt: Date;
|
|
11550
|
+
deletedAt: Date | null;
|
|
11551
|
+
level: 2 | 1 | 3;
|
|
11552
|
+
parentId: string | null;
|
|
11553
|
+
childCategoryList: {
|
|
11554
|
+
id: string;
|
|
11555
|
+
value: string;
|
|
11556
|
+
level: 2 | 1 | 3;
|
|
11557
|
+
parentId: string | null;
|
|
11558
|
+
childCategoryList: {
|
|
11559
|
+
id: string;
|
|
11560
|
+
value: string;
|
|
11561
|
+
level: 2 | 1 | 3;
|
|
11562
|
+
parentId: string | null;
|
|
11563
|
+
childCategoryList: any[];
|
|
11564
|
+
}[];
|
|
11565
|
+
}[];
|
|
11566
|
+
}[];
|
|
11567
11567
|
assigneeId: string;
|
|
11568
11568
|
creatorId: string;
|
|
11569
11569
|
reasonToAssign: string | null;
|
|
@@ -11667,28 +11667,6 @@ export declare const commentContract: {
|
|
|
11667
11667
|
createdAt: Date;
|
|
11668
11668
|
updatedAt: Date;
|
|
11669
11669
|
deletedAt: Date | null;
|
|
11670
|
-
categories: {
|
|
11671
|
-
id: string;
|
|
11672
|
-
value: string;
|
|
11673
|
-
createdAt: Date;
|
|
11674
|
-
updatedAt: Date;
|
|
11675
|
-
deletedAt: Date | null;
|
|
11676
|
-
level: 2 | 1 | 3;
|
|
11677
|
-
parentId: string | null;
|
|
11678
|
-
childCategoryList: {
|
|
11679
|
-
id: string;
|
|
11680
|
-
value: string;
|
|
11681
|
-
level: 2 | 1 | 3;
|
|
11682
|
-
parentId: string | null;
|
|
11683
|
-
childCategoryList: {
|
|
11684
|
-
id: string;
|
|
11685
|
-
value: string;
|
|
11686
|
-
level: 2 | 1 | 3;
|
|
11687
|
-
parentId: string | null;
|
|
11688
|
-
childCategoryList: any[];
|
|
11689
|
-
}[];
|
|
11690
|
-
}[];
|
|
11691
|
-
}[];
|
|
11692
11670
|
contact: {
|
|
11693
11671
|
name: string;
|
|
11694
11672
|
id: string;
|
|
@@ -11905,6 +11883,28 @@ export declare const commentContract: {
|
|
|
11905
11883
|
};
|
|
11906
11884
|
}[];
|
|
11907
11885
|
contactId: string;
|
|
11886
|
+
categories: {
|
|
11887
|
+
id: string;
|
|
11888
|
+
value: string;
|
|
11889
|
+
createdAt: Date;
|
|
11890
|
+
updatedAt: Date;
|
|
11891
|
+
deletedAt: Date | null;
|
|
11892
|
+
level: 2 | 1 | 3;
|
|
11893
|
+
parentId: string | null;
|
|
11894
|
+
childCategoryList: {
|
|
11895
|
+
id: string;
|
|
11896
|
+
value: string;
|
|
11897
|
+
level: 2 | 1 | 3;
|
|
11898
|
+
parentId: string | null;
|
|
11899
|
+
childCategoryList: {
|
|
11900
|
+
id: string;
|
|
11901
|
+
value: string;
|
|
11902
|
+
level: 2 | 1 | 3;
|
|
11903
|
+
parentId: string | null;
|
|
11904
|
+
childCategoryList: any[];
|
|
11905
|
+
}[];
|
|
11906
|
+
}[];
|
|
11907
|
+
}[];
|
|
11908
11908
|
assigneeId: string;
|
|
11909
11909
|
creatorId: string;
|
|
11910
11910
|
reasonToAssign: string | null;
|
|
@@ -11999,15 +11999,15 @@ export declare const commentContract: {
|
|
|
11999
11999
|
ticketNumber?: number | undefined;
|
|
12000
12000
|
}>;
|
|
12001
12001
|
agent: z.ZodObject<{
|
|
12002
|
+
name: z.ZodString;
|
|
12002
12003
|
id: z.ZodString;
|
|
12004
|
+
address: z.ZodNullable<z.ZodString>;
|
|
12005
|
+
email: z.ZodString;
|
|
12003
12006
|
createdAt: z.ZodDate;
|
|
12004
12007
|
updatedAt: z.ZodDate;
|
|
12005
12008
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
12006
|
-
name: z.ZodString;
|
|
12007
|
-
email: z.ZodString;
|
|
12008
12009
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
12009
12010
|
password: z.ZodString;
|
|
12010
|
-
address: z.ZodNullable<z.ZodString>;
|
|
12011
12011
|
phone: z.ZodNullable<z.ZodString>;
|
|
12012
12012
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
12013
12013
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -12218,28 +12218,6 @@ export declare const commentContract: {
|
|
|
12218
12218
|
createdAt: Date;
|
|
12219
12219
|
updatedAt: Date;
|
|
12220
12220
|
deletedAt: Date | null;
|
|
12221
|
-
categories: {
|
|
12222
|
-
id: string;
|
|
12223
|
-
value: string;
|
|
12224
|
-
createdAt: Date;
|
|
12225
|
-
updatedAt: Date;
|
|
12226
|
-
deletedAt: Date | null;
|
|
12227
|
-
level: 2 | 1 | 3;
|
|
12228
|
-
parentId: string | null;
|
|
12229
|
-
childCategoryList: {
|
|
12230
|
-
id: string;
|
|
12231
|
-
value: string;
|
|
12232
|
-
level: 2 | 1 | 3;
|
|
12233
|
-
parentId: string | null;
|
|
12234
|
-
childCategoryList: {
|
|
12235
|
-
id: string;
|
|
12236
|
-
value: string;
|
|
12237
|
-
level: 2 | 1 | 3;
|
|
12238
|
-
parentId: string | null;
|
|
12239
|
-
childCategoryList: any[];
|
|
12240
|
-
}[];
|
|
12241
|
-
}[];
|
|
12242
|
-
}[];
|
|
12243
12221
|
contact: {
|
|
12244
12222
|
name: string;
|
|
12245
12223
|
id: string;
|
|
@@ -12456,6 +12434,28 @@ export declare const commentContract: {
|
|
|
12456
12434
|
};
|
|
12457
12435
|
}[];
|
|
12458
12436
|
contactId: string;
|
|
12437
|
+
categories: {
|
|
12438
|
+
id: string;
|
|
12439
|
+
value: string;
|
|
12440
|
+
createdAt: Date;
|
|
12441
|
+
updatedAt: Date;
|
|
12442
|
+
deletedAt: Date | null;
|
|
12443
|
+
level: 2 | 1 | 3;
|
|
12444
|
+
parentId: string | null;
|
|
12445
|
+
childCategoryList: {
|
|
12446
|
+
id: string;
|
|
12447
|
+
value: string;
|
|
12448
|
+
level: 2 | 1 | 3;
|
|
12449
|
+
parentId: string | null;
|
|
12450
|
+
childCategoryList: {
|
|
12451
|
+
id: string;
|
|
12452
|
+
value: string;
|
|
12453
|
+
level: 2 | 1 | 3;
|
|
12454
|
+
parentId: string | null;
|
|
12455
|
+
childCategoryList: any[];
|
|
12456
|
+
}[];
|
|
12457
|
+
}[];
|
|
12458
|
+
}[];
|
|
12459
12459
|
assigneeId: string;
|
|
12460
12460
|
creatorId: string;
|
|
12461
12461
|
reasonToAssign: string | null;
|
|
@@ -12671,28 +12671,6 @@ export declare const commentContract: {
|
|
|
12671
12671
|
createdAt: Date;
|
|
12672
12672
|
updatedAt: Date;
|
|
12673
12673
|
deletedAt: Date | null;
|
|
12674
|
-
categories: {
|
|
12675
|
-
id: string;
|
|
12676
|
-
value: string;
|
|
12677
|
-
createdAt: Date;
|
|
12678
|
-
updatedAt: Date;
|
|
12679
|
-
deletedAt: Date | null;
|
|
12680
|
-
level: 2 | 1 | 3;
|
|
12681
|
-
parentId: string | null;
|
|
12682
|
-
childCategoryList: {
|
|
12683
|
-
id: string;
|
|
12684
|
-
value: string;
|
|
12685
|
-
level: 2 | 1 | 3;
|
|
12686
|
-
parentId: string | null;
|
|
12687
|
-
childCategoryList: {
|
|
12688
|
-
id: string;
|
|
12689
|
-
value: string;
|
|
12690
|
-
level: 2 | 1 | 3;
|
|
12691
|
-
parentId: string | null;
|
|
12692
|
-
childCategoryList: any[];
|
|
12693
|
-
}[];
|
|
12694
|
-
}[];
|
|
12695
|
-
}[];
|
|
12696
12674
|
contact: {
|
|
12697
12675
|
name: string;
|
|
12698
12676
|
id: string;
|
|
@@ -12909,6 +12887,28 @@ export declare const commentContract: {
|
|
|
12909
12887
|
};
|
|
12910
12888
|
}[];
|
|
12911
12889
|
contactId: string;
|
|
12890
|
+
categories: {
|
|
12891
|
+
id: string;
|
|
12892
|
+
value: string;
|
|
12893
|
+
createdAt: Date;
|
|
12894
|
+
updatedAt: Date;
|
|
12895
|
+
deletedAt: Date | null;
|
|
12896
|
+
level: 2 | 1 | 3;
|
|
12897
|
+
parentId: string | null;
|
|
12898
|
+
childCategoryList: {
|
|
12899
|
+
id: string;
|
|
12900
|
+
value: string;
|
|
12901
|
+
level: 2 | 1 | 3;
|
|
12902
|
+
parentId: string | null;
|
|
12903
|
+
childCategoryList: {
|
|
12904
|
+
id: string;
|
|
12905
|
+
value: string;
|
|
12906
|
+
level: 2 | 1 | 3;
|
|
12907
|
+
parentId: string | null;
|
|
12908
|
+
childCategoryList: any[];
|
|
12909
|
+
}[];
|
|
12910
|
+
}[];
|
|
12911
|
+
}[];
|
|
12912
12912
|
assigneeId: string;
|
|
12913
12913
|
creatorId: string;
|
|
12914
12914
|
reasonToAssign: string | null;
|
|
@@ -13127,28 +13127,6 @@ export declare const commentContract: {
|
|
|
13127
13127
|
createdAt: Date;
|
|
13128
13128
|
updatedAt: Date;
|
|
13129
13129
|
deletedAt: Date | null;
|
|
13130
|
-
categories: {
|
|
13131
|
-
id: string;
|
|
13132
|
-
value: string;
|
|
13133
|
-
createdAt: Date;
|
|
13134
|
-
updatedAt: Date;
|
|
13135
|
-
deletedAt: Date | null;
|
|
13136
|
-
level: 2 | 1 | 3;
|
|
13137
|
-
parentId: string | null;
|
|
13138
|
-
childCategoryList: {
|
|
13139
|
-
id: string;
|
|
13140
|
-
value: string;
|
|
13141
|
-
level: 2 | 1 | 3;
|
|
13142
|
-
parentId: string | null;
|
|
13143
|
-
childCategoryList: {
|
|
13144
|
-
id: string;
|
|
13145
|
-
value: string;
|
|
13146
|
-
level: 2 | 1 | 3;
|
|
13147
|
-
parentId: string | null;
|
|
13148
|
-
childCategoryList: any[];
|
|
13149
|
-
}[];
|
|
13150
|
-
}[];
|
|
13151
|
-
}[];
|
|
13152
13130
|
contact: {
|
|
13153
13131
|
name: string;
|
|
13154
13132
|
id: string;
|
|
@@ -13365,6 +13343,28 @@ export declare const commentContract: {
|
|
|
13365
13343
|
};
|
|
13366
13344
|
}[];
|
|
13367
13345
|
contactId: string;
|
|
13346
|
+
categories: {
|
|
13347
|
+
id: string;
|
|
13348
|
+
value: string;
|
|
13349
|
+
createdAt: Date;
|
|
13350
|
+
updatedAt: Date;
|
|
13351
|
+
deletedAt: Date | null;
|
|
13352
|
+
level: 2 | 1 | 3;
|
|
13353
|
+
parentId: string | null;
|
|
13354
|
+
childCategoryList: {
|
|
13355
|
+
id: string;
|
|
13356
|
+
value: string;
|
|
13357
|
+
level: 2 | 1 | 3;
|
|
13358
|
+
parentId: string | null;
|
|
13359
|
+
childCategoryList: {
|
|
13360
|
+
id: string;
|
|
13361
|
+
value: string;
|
|
13362
|
+
level: 2 | 1 | 3;
|
|
13363
|
+
parentId: string | null;
|
|
13364
|
+
childCategoryList: any[];
|
|
13365
|
+
}[];
|
|
13366
|
+
}[];
|
|
13367
|
+
}[];
|
|
13368
13368
|
assigneeId: string;
|
|
13369
13369
|
creatorId: string;
|
|
13370
13370
|
reasonToAssign: string | null;
|
|
@@ -13583,28 +13583,6 @@ export declare const commentContract: {
|
|
|
13583
13583
|
createdAt: Date;
|
|
13584
13584
|
updatedAt: Date;
|
|
13585
13585
|
deletedAt: Date | null;
|
|
13586
|
-
categories: {
|
|
13587
|
-
id: string;
|
|
13588
|
-
value: string;
|
|
13589
|
-
createdAt: Date;
|
|
13590
|
-
updatedAt: Date;
|
|
13591
|
-
deletedAt: Date | null;
|
|
13592
|
-
level: 2 | 1 | 3;
|
|
13593
|
-
parentId: string | null;
|
|
13594
|
-
childCategoryList: {
|
|
13595
|
-
id: string;
|
|
13596
|
-
value: string;
|
|
13597
|
-
level: 2 | 1 | 3;
|
|
13598
|
-
parentId: string | null;
|
|
13599
|
-
childCategoryList: {
|
|
13600
|
-
id: string;
|
|
13601
|
-
value: string;
|
|
13602
|
-
level: 2 | 1 | 3;
|
|
13603
|
-
parentId: string | null;
|
|
13604
|
-
childCategoryList: any[];
|
|
13605
|
-
}[];
|
|
13606
|
-
}[];
|
|
13607
|
-
}[];
|
|
13608
13586
|
contact: {
|
|
13609
13587
|
name: string;
|
|
13610
13588
|
id: string;
|
|
@@ -13821,6 +13799,28 @@ export declare const commentContract: {
|
|
|
13821
13799
|
};
|
|
13822
13800
|
}[];
|
|
13823
13801
|
contactId: string;
|
|
13802
|
+
categories: {
|
|
13803
|
+
id: string;
|
|
13804
|
+
value: string;
|
|
13805
|
+
createdAt: Date;
|
|
13806
|
+
updatedAt: Date;
|
|
13807
|
+
deletedAt: Date | null;
|
|
13808
|
+
level: 2 | 1 | 3;
|
|
13809
|
+
parentId: string | null;
|
|
13810
|
+
childCategoryList: {
|
|
13811
|
+
id: string;
|
|
13812
|
+
value: string;
|
|
13813
|
+
level: 2 | 1 | 3;
|
|
13814
|
+
parentId: string | null;
|
|
13815
|
+
childCategoryList: {
|
|
13816
|
+
id: string;
|
|
13817
|
+
value: string;
|
|
13818
|
+
level: 2 | 1 | 3;
|
|
13819
|
+
parentId: string | null;
|
|
13820
|
+
childCategoryList: any[];
|
|
13821
|
+
}[];
|
|
13822
|
+
}[];
|
|
13823
|
+
}[];
|
|
13824
13824
|
assigneeId: string;
|
|
13825
13825
|
creatorId: string;
|
|
13826
13826
|
reasonToAssign: string | null;
|