@kl1/contracts 1.3.30 → 1.3.32
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 +1 -1
- package/dist/api-contracts/src/attribute/index.d.ts +7 -7
- package/dist/api-contracts/src/auth/index.d.ts +1 -1
- package/dist/api-contracts/src/automation-queue/index.d.ts +7 -7
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
- 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 +27 -27
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +1821 -1821
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +400 -400
- package/dist/api-contracts/src/chat/validation.d.ts +321 -321
- package/dist/api-contracts/src/comment/index.d.ts +364 -364
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- package/dist/api-contracts/src/contract.d.ts +33503 -33503
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +64 -64
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +80 -80
- package/dist/api-contracts/src/dashboard/index.d.ts +19 -19
- 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 +220 -220
- 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 +220 -220
- package/dist/api-contracts/src/line/index.d.ts +220 -220
- 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 +220 -220
- package/dist/api-contracts/src/notification/index.d.ts +4 -4
- package/dist/api-contracts/src/permission/index.d.ts +1 -1
- package/dist/api-contracts/src/presence-status/index.d.ts +5 -5
- package/dist/api-contracts/src/role/index.d.ts +5 -5
- 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/tag/index.d.ts +4 -4
- package/dist/api-contracts/src/telegram/index.d.ts +220 -220
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +3 -3
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
- package/dist/api-contracts/src/ticket/index.d.ts +672 -672
- package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
- 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 +7 -7
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +2 -2
- package/dist/api-contracts/src/viber/index.d.ts +220 -220
- package/dist/api-contracts/src/webchat/index.d.ts +220 -220
- package/dist/api-contracts/src/whatsapp/index.d.ts +220 -220
- package/dist/api-contracts/src/workflow-rule/index.d.ts +260 -260
- 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/index.js +187 -169
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +187 -169
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -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,28 +4512,6 @@ export declare const commentContract: {
|
|
|
4512
4512
|
createdAt: Date;
|
|
4513
4513
|
updatedAt: Date;
|
|
4514
4514
|
deletedAt: Date | null;
|
|
4515
|
-
categories: {
|
|
4516
|
-
id: string;
|
|
4517
|
-
value: string;
|
|
4518
|
-
createdAt: Date;
|
|
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
4515
|
contact: {
|
|
4538
4516
|
name: string;
|
|
4539
4517
|
id: string;
|
|
@@ -4750,22 +4728,44 @@ export declare const commentContract: {
|
|
|
4750
4728
|
};
|
|
4751
4729
|
}[];
|
|
4752
4730
|
contactId: string;
|
|
4753
|
-
|
|
4754
|
-
creatorId: string;
|
|
4755
|
-
reasonToAssign: string | null;
|
|
4756
|
-
creator?: {
|
|
4757
|
-
name: string;
|
|
4731
|
+
categories: {
|
|
4758
4732
|
id: string;
|
|
4759
|
-
|
|
4760
|
-
email: string;
|
|
4733
|
+
value: string;
|
|
4761
4734
|
createdAt: Date;
|
|
4762
4735
|
updatedAt: Date;
|
|
4763
4736
|
deletedAt: Date | null;
|
|
4764
|
-
|
|
4765
|
-
|
|
4766
|
-
|
|
4767
|
-
|
|
4768
|
-
|
|
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
|
+
assigneeId: string;
|
|
4754
|
+
creatorId: string;
|
|
4755
|
+
reasonToAssign: string | null;
|
|
4756
|
+
creator?: {
|
|
4757
|
+
name: string;
|
|
4758
|
+
id: string;
|
|
4759
|
+
address: string | null;
|
|
4760
|
+
email: string;
|
|
4761
|
+
createdAt: Date;
|
|
4762
|
+
updatedAt: Date;
|
|
4763
|
+
deletedAt: Date | null;
|
|
4764
|
+
emailVerifiedAt: Date | null;
|
|
4765
|
+
password: string;
|
|
4766
|
+
phone: string | null;
|
|
4767
|
+
notificationCount: number | null;
|
|
4768
|
+
roles: {
|
|
4769
4769
|
id: string;
|
|
4770
4770
|
description: string | null;
|
|
4771
4771
|
createdAt: Date;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|