@kl1/contracts 1.1.23 → 1.1.24
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/index.js +6 -30
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -30
- package/dist/index.mjs.map +1 -1
- package/dist/src/chat/index.d.ts +22 -4867
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +4 -764
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +4 -974
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/contract.d.ts +44 -9413
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +2 -347
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +4 -554
- package/dist/src/cx-log/schema.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +2 -487
- package/dist/src/instagram/index.d.ts.map +1 -1
- package/dist/src/line/index.d.ts +2 -487
- package/dist/src/line/index.d.ts.map +1 -1
- package/dist/src/mail/mail-contract.d.ts +6 -1251
- package/dist/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/src/mail/room-contract.d.ts +6 -1251
- package/dist/src/mail/room-contract.d.ts.map +1 -1
- package/dist/src/mail/schemas/room-validation.schema.d.ts +2 -417
- package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/room.schema.d.ts +2 -347
- package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +2 -487
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/viber/index.d.ts +2 -487
- package/dist/src/viber/index.d.ts.map +1 -1
- package/dist/src/webchat/index.d.ts +2 -487
- package/dist/src/webchat/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/index.d.ts +6 -1000
- package/dist/src/wrap-up-form/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/schema.d.ts +2 -207
- package/dist/src/wrap-up-form/schema.d.ts.map +1 -1
- package/dist/src/wrap-up-form/validation.d.ts +0 -29
- package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/src/line/index.d.ts
CHANGED
@@ -3255,7 +3255,8 @@ export declare const lineContract: {
|
|
3255
3255
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
3256
3256
|
note: z.ZodNullable<z.ZodString>;
|
3257
3257
|
disposition: z.ZodNullable<z.ZodString>;
|
3258
|
-
|
3258
|
+
callFrom: z.ZodNullable<z.ZodString>;
|
3259
|
+
callTo: z.ZodNullable<z.ZodString>;
|
3259
3260
|
tags: z.ZodArray<z.ZodObject<{
|
3260
3261
|
id: z.ZodString;
|
3261
3262
|
createdAt: z.ZodDate;
|
@@ -3275,171 +3276,12 @@ export declare const lineContract: {
|
|
3275
3276
|
updatedAt: Date;
|
3276
3277
|
deletedAt: Date | null;
|
3277
3278
|
}>, "many">;
|
3278
|
-
categories: z.ZodArray<z.ZodObject<{
|
3279
|
-
id: z.ZodString;
|
3280
|
-
createdAt: z.ZodDate;
|
3281
|
-
updatedAt: z.ZodDate;
|
3282
|
-
deletedAt: z.ZodNullable<z.ZodDate>;
|
3283
|
-
value: z.ZodString;
|
3284
|
-
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
3285
|
-
parentId: z.ZodNullable<z.ZodString>;
|
3286
|
-
childCategoryList: z.ZodArray<z.ZodObject<{
|
3287
|
-
id: z.ZodString;
|
3288
|
-
value: z.ZodString;
|
3289
|
-
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
3290
|
-
parentId: z.ZodNullable<z.ZodString>;
|
3291
|
-
childCategoryList: z.ZodArray<z.ZodObject<{
|
3292
|
-
id: z.ZodString;
|
3293
|
-
value: z.ZodString;
|
3294
|
-
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
3295
|
-
parentId: z.ZodNullable<z.ZodString>;
|
3296
|
-
childCategoryList: z.ZodArray<z.ZodAny, "many">;
|
3297
|
-
}, "strip", z.ZodTypeAny, {
|
3298
|
-
id: string;
|
3299
|
-
value: string;
|
3300
|
-
level: 2 | 1 | 3;
|
3301
|
-
parentId: string | null;
|
3302
|
-
childCategoryList: any[];
|
3303
|
-
}, {
|
3304
|
-
id: string;
|
3305
|
-
value: string;
|
3306
|
-
level: 2 | 1 | 3;
|
3307
|
-
parentId: string | null;
|
3308
|
-
childCategoryList: any[];
|
3309
|
-
}>, "many">;
|
3310
|
-
}, "strip", z.ZodTypeAny, {
|
3311
|
-
id: string;
|
3312
|
-
value: string;
|
3313
|
-
level: 2 | 1 | 3;
|
3314
|
-
parentId: string | null;
|
3315
|
-
childCategoryList: {
|
3316
|
-
id: string;
|
3317
|
-
value: string;
|
3318
|
-
level: 2 | 1 | 3;
|
3319
|
-
parentId: string | null;
|
3320
|
-
childCategoryList: any[];
|
3321
|
-
}[];
|
3322
|
-
}, {
|
3323
|
-
id: string;
|
3324
|
-
value: string;
|
3325
|
-
level: 2 | 1 | 3;
|
3326
|
-
parentId: string | null;
|
3327
|
-
childCategoryList: {
|
3328
|
-
id: string;
|
3329
|
-
value: string;
|
3330
|
-
level: 2 | 1 | 3;
|
3331
|
-
parentId: string | null;
|
3332
|
-
childCategoryList: any[];
|
3333
|
-
}[];
|
3334
|
-
}>, "many">;
|
3335
|
-
}, "strip", z.ZodTypeAny, {
|
3336
|
-
id: string;
|
3337
|
-
value: string;
|
3338
|
-
createdAt: Date;
|
3339
|
-
updatedAt: Date;
|
3340
|
-
deletedAt: Date | null;
|
3341
|
-
level: 2 | 1 | 3;
|
3342
|
-
parentId: string | null;
|
3343
|
-
childCategoryList: {
|
3344
|
-
id: string;
|
3345
|
-
value: string;
|
3346
|
-
level: 2 | 1 | 3;
|
3347
|
-
parentId: string | null;
|
3348
|
-
childCategoryList: {
|
3349
|
-
id: string;
|
3350
|
-
value: string;
|
3351
|
-
level: 2 | 1 | 3;
|
3352
|
-
parentId: string | null;
|
3353
|
-
childCategoryList: any[];
|
3354
|
-
}[];
|
3355
|
-
}[];
|
3356
|
-
}, {
|
3357
|
-
id: string;
|
3358
|
-
value: string;
|
3359
|
-
createdAt: Date;
|
3360
|
-
updatedAt: Date;
|
3361
|
-
deletedAt: Date | null;
|
3362
|
-
level: 2 | 1 | 3;
|
3363
|
-
parentId: string | null;
|
3364
|
-
childCategoryList: {
|
3365
|
-
id: string;
|
3366
|
-
value: string;
|
3367
|
-
level: 2 | 1 | 3;
|
3368
|
-
parentId: string | null;
|
3369
|
-
childCategoryList: {
|
3370
|
-
id: string;
|
3371
|
-
value: string;
|
3372
|
-
level: 2 | 1 | 3;
|
3373
|
-
parentId: string | null;
|
3374
|
-
childCategoryList: any[];
|
3375
|
-
}[];
|
3376
|
-
}[];
|
3377
|
-
}>, "many">;
|
3378
|
-
callFrom: z.ZodNullable<z.ZodString>;
|
3379
|
-
callTo: z.ZodNullable<z.ZodString>;
|
3380
|
-
customFields: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
3381
|
-
id: z.ZodString;
|
3382
|
-
createdAt: z.ZodDate;
|
3383
|
-
updatedAt: z.ZodDate;
|
3384
|
-
deletedAt: z.ZodNullable<z.ZodDate>;
|
3385
|
-
textValue: z.ZodNullable<z.ZodString>;
|
3386
|
-
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
3387
|
-
numberValue: z.ZodNullable<z.ZodNumber>;
|
3388
|
-
dateValue: z.ZodNullable<z.ZodDate>;
|
3389
|
-
entityId: z.ZodString;
|
3390
|
-
attributeId: z.ZodString;
|
3391
|
-
}, "strip", z.ZodTypeAny, {
|
3392
|
-
id: string;
|
3393
|
-
createdAt: Date;
|
3394
|
-
updatedAt: Date;
|
3395
|
-
deletedAt: Date | null;
|
3396
|
-
entityId: string;
|
3397
|
-
attributeId: string;
|
3398
|
-
textValue: string | null;
|
3399
|
-
booleanValue: boolean | null;
|
3400
|
-
numberValue: number | null;
|
3401
|
-
dateValue: Date | null;
|
3402
|
-
}, {
|
3403
|
-
id: string;
|
3404
|
-
createdAt: Date;
|
3405
|
-
updatedAt: Date;
|
3406
|
-
deletedAt: Date | null;
|
3407
|
-
entityId: string;
|
3408
|
-
attributeId: string;
|
3409
|
-
textValue: string | null;
|
3410
|
-
booleanValue: boolean | null;
|
3411
|
-
numberValue: number | null;
|
3412
|
-
dateValue: Date | null;
|
3413
|
-
}>, "many">>>;
|
3414
3279
|
}, "strip", z.ZodTypeAny, {
|
3415
|
-
type: string;
|
3416
3280
|
id: string;
|
3417
3281
|
disposition: string | null;
|
3418
3282
|
createdAt: Date;
|
3419
3283
|
updatedAt: Date;
|
3420
3284
|
deletedAt: Date | null;
|
3421
|
-
categories: {
|
3422
|
-
id: string;
|
3423
|
-
value: string;
|
3424
|
-
createdAt: Date;
|
3425
|
-
updatedAt: Date;
|
3426
|
-
deletedAt: Date | null;
|
3427
|
-
level: 2 | 1 | 3;
|
3428
|
-
parentId: string | null;
|
3429
|
-
childCategoryList: {
|
3430
|
-
id: string;
|
3431
|
-
value: string;
|
3432
|
-
level: 2 | 1 | 3;
|
3433
|
-
parentId: string | null;
|
3434
|
-
childCategoryList: {
|
3435
|
-
id: string;
|
3436
|
-
value: string;
|
3437
|
-
level: 2 | 1 | 3;
|
3438
|
-
parentId: string | null;
|
3439
|
-
childCategoryList: any[];
|
3440
|
-
}[];
|
3441
|
-
}[];
|
3442
|
-
}[];
|
3443
3285
|
tags: {
|
3444
3286
|
id: string;
|
3445
3287
|
name: string;
|
@@ -3450,47 +3292,12 @@ export declare const lineContract: {
|
|
3450
3292
|
callFrom: string | null;
|
3451
3293
|
callTo: string | null;
|
3452
3294
|
note: string | null;
|
3453
|
-
customFields?: {
|
3454
|
-
id: string;
|
3455
|
-
createdAt: Date;
|
3456
|
-
updatedAt: Date;
|
3457
|
-
deletedAt: Date | null;
|
3458
|
-
entityId: string;
|
3459
|
-
attributeId: string;
|
3460
|
-
textValue: string | null;
|
3461
|
-
booleanValue: boolean | null;
|
3462
|
-
numberValue: number | null;
|
3463
|
-
dateValue: Date | null;
|
3464
|
-
}[] | null | undefined;
|
3465
3295
|
}, {
|
3466
|
-
type: string;
|
3467
3296
|
id: string;
|
3468
3297
|
disposition: string | null;
|
3469
3298
|
createdAt: Date;
|
3470
3299
|
updatedAt: Date;
|
3471
3300
|
deletedAt: Date | null;
|
3472
|
-
categories: {
|
3473
|
-
id: string;
|
3474
|
-
value: string;
|
3475
|
-
createdAt: Date;
|
3476
|
-
updatedAt: Date;
|
3477
|
-
deletedAt: Date | null;
|
3478
|
-
level: 2 | 1 | 3;
|
3479
|
-
parentId: string | null;
|
3480
|
-
childCategoryList: {
|
3481
|
-
id: string;
|
3482
|
-
value: string;
|
3483
|
-
level: 2 | 1 | 3;
|
3484
|
-
parentId: string | null;
|
3485
|
-
childCategoryList: {
|
3486
|
-
id: string;
|
3487
|
-
value: string;
|
3488
|
-
level: 2 | 1 | 3;
|
3489
|
-
parentId: string | null;
|
3490
|
-
childCategoryList: any[];
|
3491
|
-
}[];
|
3492
|
-
}[];
|
3493
|
-
}[];
|
3494
3301
|
tags: {
|
3495
3302
|
id: string;
|
3496
3303
|
name: string;
|
@@ -3501,18 +3308,6 @@ export declare const lineContract: {
|
|
3501
3308
|
callFrom: string | null;
|
3502
3309
|
callTo: string | null;
|
3503
3310
|
note: string | null;
|
3504
|
-
customFields?: {
|
3505
|
-
id: string;
|
3506
|
-
createdAt: Date;
|
3507
|
-
updatedAt: Date;
|
3508
|
-
deletedAt: Date | null;
|
3509
|
-
entityId: string;
|
3510
|
-
attributeId: string;
|
3511
|
-
textValue: string | null;
|
3512
|
-
booleanValue: boolean | null;
|
3513
|
-
numberValue: number | null;
|
3514
|
-
dateValue: Date | null;
|
3515
|
-
}[] | null | undefined;
|
3516
3311
|
}>>;
|
3517
3312
|
}, "strip", z.ZodTypeAny, {
|
3518
3313
|
id: string;
|
@@ -3531,34 +3326,11 @@ export declare const lineContract: {
|
|
3531
3326
|
handledTime: number | null;
|
3532
3327
|
firstResponseTime: number | null;
|
3533
3328
|
wrapUpForm: {
|
3534
|
-
type: string;
|
3535
3329
|
id: string;
|
3536
3330
|
disposition: string | null;
|
3537
3331
|
createdAt: Date;
|
3538
3332
|
updatedAt: Date;
|
3539
3333
|
deletedAt: Date | null;
|
3540
|
-
categories: {
|
3541
|
-
id: string;
|
3542
|
-
value: string;
|
3543
|
-
createdAt: Date;
|
3544
|
-
updatedAt: Date;
|
3545
|
-
deletedAt: Date | null;
|
3546
|
-
level: 2 | 1 | 3;
|
3547
|
-
parentId: string | null;
|
3548
|
-
childCategoryList: {
|
3549
|
-
id: string;
|
3550
|
-
value: string;
|
3551
|
-
level: 2 | 1 | 3;
|
3552
|
-
parentId: string | null;
|
3553
|
-
childCategoryList: {
|
3554
|
-
id: string;
|
3555
|
-
value: string;
|
3556
|
-
level: 2 | 1 | 3;
|
3557
|
-
parentId: string | null;
|
3558
|
-
childCategoryList: any[];
|
3559
|
-
}[];
|
3560
|
-
}[];
|
3561
|
-
}[];
|
3562
3334
|
tags: {
|
3563
3335
|
id: string;
|
3564
3336
|
name: string;
|
@@ -3569,18 +3341,6 @@ export declare const lineContract: {
|
|
3569
3341
|
callFrom: string | null;
|
3570
3342
|
callTo: string | null;
|
3571
3343
|
note: string | null;
|
3572
|
-
customFields?: {
|
3573
|
-
id: string;
|
3574
|
-
createdAt: Date;
|
3575
|
-
updatedAt: Date;
|
3576
|
-
deletedAt: Date | null;
|
3577
|
-
entityId: string;
|
3578
|
-
attributeId: string;
|
3579
|
-
textValue: string | null;
|
3580
|
-
booleanValue: boolean | null;
|
3581
|
-
numberValue: number | null;
|
3582
|
-
dateValue: Date | null;
|
3583
|
-
}[] | null | undefined;
|
3584
3344
|
} | null;
|
3585
3345
|
}, {
|
3586
3346
|
id: string;
|
@@ -3599,34 +3359,11 @@ export declare const lineContract: {
|
|
3599
3359
|
handledTime: number | null;
|
3600
3360
|
firstResponseTime: number | null;
|
3601
3361
|
wrapUpForm: {
|
3602
|
-
type: string;
|
3603
3362
|
id: string;
|
3604
3363
|
disposition: string | null;
|
3605
3364
|
createdAt: Date;
|
3606
3365
|
updatedAt: Date;
|
3607
3366
|
deletedAt: Date | null;
|
3608
|
-
categories: {
|
3609
|
-
id: string;
|
3610
|
-
value: string;
|
3611
|
-
createdAt: Date;
|
3612
|
-
updatedAt: Date;
|
3613
|
-
deletedAt: Date | null;
|
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: {
|
3622
|
-
id: string;
|
3623
|
-
value: string;
|
3624
|
-
level: 2 | 1 | 3;
|
3625
|
-
parentId: string | null;
|
3626
|
-
childCategoryList: any[];
|
3627
|
-
}[];
|
3628
|
-
}[];
|
3629
|
-
}[];
|
3630
3367
|
tags: {
|
3631
3368
|
id: string;
|
3632
3369
|
name: string;
|
@@ -3637,18 +3374,6 @@ export declare const lineContract: {
|
|
3637
3374
|
callFrom: string | null;
|
3638
3375
|
callTo: string | null;
|
3639
3376
|
note: string | null;
|
3640
|
-
customFields?: {
|
3641
|
-
id: string;
|
3642
|
-
createdAt: Date;
|
3643
|
-
updatedAt: Date;
|
3644
|
-
deletedAt: Date | null;
|
3645
|
-
entityId: string;
|
3646
|
-
attributeId: string;
|
3647
|
-
textValue: string | null;
|
3648
|
-
booleanValue: boolean | null;
|
3649
|
-
numberValue: number | null;
|
3650
|
-
dateValue: Date | null;
|
3651
|
-
}[] | null | undefined;
|
3652
3377
|
} | null;
|
3653
3378
|
}>;
|
3654
3379
|
}, "strip", z.ZodTypeAny, {
|
@@ -3948,34 +3673,11 @@ export declare const lineContract: {
|
|
3948
3673
|
handledTime: number | null;
|
3949
3674
|
firstResponseTime: number | null;
|
3950
3675
|
wrapUpForm: {
|
3951
|
-
type: string;
|
3952
3676
|
id: string;
|
3953
3677
|
disposition: string | null;
|
3954
3678
|
createdAt: Date;
|
3955
3679
|
updatedAt: Date;
|
3956
3680
|
deletedAt: Date | null;
|
3957
|
-
categories: {
|
3958
|
-
id: string;
|
3959
|
-
value: string;
|
3960
|
-
createdAt: Date;
|
3961
|
-
updatedAt: Date;
|
3962
|
-
deletedAt: Date | null;
|
3963
|
-
level: 2 | 1 | 3;
|
3964
|
-
parentId: string | null;
|
3965
|
-
childCategoryList: {
|
3966
|
-
id: string;
|
3967
|
-
value: string;
|
3968
|
-
level: 2 | 1 | 3;
|
3969
|
-
parentId: string | null;
|
3970
|
-
childCategoryList: {
|
3971
|
-
id: string;
|
3972
|
-
value: string;
|
3973
|
-
level: 2 | 1 | 3;
|
3974
|
-
parentId: string | null;
|
3975
|
-
childCategoryList: any[];
|
3976
|
-
}[];
|
3977
|
-
}[];
|
3978
|
-
}[];
|
3979
3681
|
tags: {
|
3980
3682
|
id: string;
|
3981
3683
|
name: string;
|
@@ -3986,18 +3688,6 @@ export declare const lineContract: {
|
|
3986
3688
|
callFrom: string | null;
|
3987
3689
|
callTo: string | null;
|
3988
3690
|
note: string | null;
|
3989
|
-
customFields?: {
|
3990
|
-
id: string;
|
3991
|
-
createdAt: Date;
|
3992
|
-
updatedAt: Date;
|
3993
|
-
deletedAt: Date | null;
|
3994
|
-
entityId: string;
|
3995
|
-
attributeId: string;
|
3996
|
-
textValue: string | null;
|
3997
|
-
booleanValue: boolean | null;
|
3998
|
-
numberValue: number | null;
|
3999
|
-
dateValue: Date | null;
|
4000
|
-
}[] | null | undefined;
|
4001
3691
|
} | null;
|
4002
3692
|
};
|
4003
3693
|
}, {
|
@@ -4297,34 +3987,11 @@ export declare const lineContract: {
|
|
4297
3987
|
handledTime: number | null;
|
4298
3988
|
firstResponseTime: number | null;
|
4299
3989
|
wrapUpForm: {
|
4300
|
-
type: string;
|
4301
3990
|
id: string;
|
4302
3991
|
disposition: string | null;
|
4303
3992
|
createdAt: Date;
|
4304
3993
|
updatedAt: Date;
|
4305
3994
|
deletedAt: Date | null;
|
4306
|
-
categories: {
|
4307
|
-
id: string;
|
4308
|
-
value: string;
|
4309
|
-
createdAt: Date;
|
4310
|
-
updatedAt: Date;
|
4311
|
-
deletedAt: Date | null;
|
4312
|
-
level: 2 | 1 | 3;
|
4313
|
-
parentId: string | null;
|
4314
|
-
childCategoryList: {
|
4315
|
-
id: string;
|
4316
|
-
value: string;
|
4317
|
-
level: 2 | 1 | 3;
|
4318
|
-
parentId: string | null;
|
4319
|
-
childCategoryList: {
|
4320
|
-
id: string;
|
4321
|
-
value: string;
|
4322
|
-
level: 2 | 1 | 3;
|
4323
|
-
parentId: string | null;
|
4324
|
-
childCategoryList: any[];
|
4325
|
-
}[];
|
4326
|
-
}[];
|
4327
|
-
}[];
|
4328
3995
|
tags: {
|
4329
3996
|
id: string;
|
4330
3997
|
name: string;
|
@@ -4335,18 +4002,6 @@ export declare const lineContract: {
|
|
4335
4002
|
callFrom: string | null;
|
4336
4003
|
callTo: string | null;
|
4337
4004
|
note: string | null;
|
4338
|
-
customFields?: {
|
4339
|
-
id: string;
|
4340
|
-
createdAt: Date;
|
4341
|
-
updatedAt: Date;
|
4342
|
-
deletedAt: Date | null;
|
4343
|
-
entityId: string;
|
4344
|
-
attributeId: string;
|
4345
|
-
textValue: string | null;
|
4346
|
-
booleanValue: boolean | null;
|
4347
|
-
numberValue: number | null;
|
4348
|
-
dateValue: Date | null;
|
4349
|
-
}[] | null | undefined;
|
4350
4005
|
} | null;
|
4351
4006
|
};
|
4352
4007
|
}>;
|
@@ -6392,34 +6047,11 @@ export declare const lineContract: {
|
|
6392
6047
|
handledTime: number | null;
|
6393
6048
|
firstResponseTime: number | null;
|
6394
6049
|
wrapUpForm: {
|
6395
|
-
type: string;
|
6396
6050
|
id: string;
|
6397
6051
|
disposition: string | null;
|
6398
6052
|
createdAt: Date;
|
6399
6053
|
updatedAt: Date;
|
6400
6054
|
deletedAt: Date | null;
|
6401
|
-
categories: {
|
6402
|
-
id: string;
|
6403
|
-
value: string;
|
6404
|
-
createdAt: Date;
|
6405
|
-
updatedAt: Date;
|
6406
|
-
deletedAt: Date | null;
|
6407
|
-
level: 2 | 1 | 3;
|
6408
|
-
parentId: string | null;
|
6409
|
-
childCategoryList: {
|
6410
|
-
id: string;
|
6411
|
-
value: string;
|
6412
|
-
level: 2 | 1 | 3;
|
6413
|
-
parentId: string | null;
|
6414
|
-
childCategoryList: {
|
6415
|
-
id: string;
|
6416
|
-
value: string;
|
6417
|
-
level: 2 | 1 | 3;
|
6418
|
-
parentId: string | null;
|
6419
|
-
childCategoryList: any[];
|
6420
|
-
}[];
|
6421
|
-
}[];
|
6422
|
-
}[];
|
6423
6055
|
tags: {
|
6424
6056
|
id: string;
|
6425
6057
|
name: string;
|
@@ -6430,18 +6062,6 @@ export declare const lineContract: {
|
|
6430
6062
|
callFrom: string | null;
|
6431
6063
|
callTo: string | null;
|
6432
6064
|
note: string | null;
|
6433
|
-
customFields?: {
|
6434
|
-
id: string;
|
6435
|
-
createdAt: Date;
|
6436
|
-
updatedAt: Date;
|
6437
|
-
deletedAt: Date | null;
|
6438
|
-
entityId: string;
|
6439
|
-
attributeId: string;
|
6440
|
-
textValue: string | null;
|
6441
|
-
booleanValue: boolean | null;
|
6442
|
-
numberValue: number | null;
|
6443
|
-
dateValue: Date | null;
|
6444
|
-
}[] | null | undefined;
|
6445
6065
|
} | null;
|
6446
6066
|
};
|
6447
6067
|
};
|
@@ -7067,34 +6687,11 @@ export declare const lineContract: {
|
|
7067
6687
|
handledTime: number | null;
|
7068
6688
|
firstResponseTime: number | null;
|
7069
6689
|
wrapUpForm: {
|
7070
|
-
type: string;
|
7071
6690
|
id: string;
|
7072
6691
|
disposition: string | null;
|
7073
6692
|
createdAt: Date;
|
7074
6693
|
updatedAt: Date;
|
7075
6694
|
deletedAt: Date | null;
|
7076
|
-
categories: {
|
7077
|
-
id: string;
|
7078
|
-
value: string;
|
7079
|
-
createdAt: Date;
|
7080
|
-
updatedAt: Date;
|
7081
|
-
deletedAt: Date | null;
|
7082
|
-
level: 2 | 1 | 3;
|
7083
|
-
parentId: string | null;
|
7084
|
-
childCategoryList: {
|
7085
|
-
id: string;
|
7086
|
-
value: string;
|
7087
|
-
level: 2 | 1 | 3;
|
7088
|
-
parentId: string | null;
|
7089
|
-
childCategoryList: {
|
7090
|
-
id: string;
|
7091
|
-
value: string;
|
7092
|
-
level: 2 | 1 | 3;
|
7093
|
-
parentId: string | null;
|
7094
|
-
childCategoryList: any[];
|
7095
|
-
}[];
|
7096
|
-
}[];
|
7097
|
-
}[];
|
7098
6695
|
tags: {
|
7099
6696
|
id: string;
|
7100
6697
|
name: string;
|
@@ -7105,18 +6702,6 @@ export declare const lineContract: {
|
|
7105
6702
|
callFrom: string | null;
|
7106
6703
|
callTo: string | null;
|
7107
6704
|
note: string | null;
|
7108
|
-
customFields?: {
|
7109
|
-
id: string;
|
7110
|
-
createdAt: Date;
|
7111
|
-
updatedAt: Date;
|
7112
|
-
deletedAt: Date | null;
|
7113
|
-
entityId: string;
|
7114
|
-
attributeId: string;
|
7115
|
-
textValue: string | null;
|
7116
|
-
booleanValue: boolean | null;
|
7117
|
-
numberValue: number | null;
|
7118
|
-
dateValue: Date | null;
|
7119
|
-
}[] | null | undefined;
|
7120
6705
|
} | null;
|
7121
6706
|
};
|
7122
6707
|
};
|
@@ -7744,34 +7329,11 @@ export declare const lineContract: {
|
|
7744
7329
|
handledTime: number | null;
|
7745
7330
|
firstResponseTime: number | null;
|
7746
7331
|
wrapUpForm: {
|
7747
|
-
type: string;
|
7748
7332
|
id: string;
|
7749
7333
|
disposition: string | null;
|
7750
7334
|
createdAt: Date;
|
7751
7335
|
updatedAt: Date;
|
7752
7336
|
deletedAt: Date | null;
|
7753
|
-
categories: {
|
7754
|
-
id: string;
|
7755
|
-
value: string;
|
7756
|
-
createdAt: Date;
|
7757
|
-
updatedAt: Date;
|
7758
|
-
deletedAt: Date | null;
|
7759
|
-
level: 2 | 1 | 3;
|
7760
|
-
parentId: string | null;
|
7761
|
-
childCategoryList: {
|
7762
|
-
id: string;
|
7763
|
-
value: string;
|
7764
|
-
level: 2 | 1 | 3;
|
7765
|
-
parentId: string | null;
|
7766
|
-
childCategoryList: {
|
7767
|
-
id: string;
|
7768
|
-
value: string;
|
7769
|
-
level: 2 | 1 | 3;
|
7770
|
-
parentId: string | null;
|
7771
|
-
childCategoryList: any[];
|
7772
|
-
}[];
|
7773
|
-
}[];
|
7774
|
-
}[];
|
7775
7337
|
tags: {
|
7776
7338
|
id: string;
|
7777
7339
|
name: string;
|
@@ -7782,18 +7344,6 @@ export declare const lineContract: {
|
|
7782
7344
|
callFrom: string | null;
|
7783
7345
|
callTo: string | null;
|
7784
7346
|
note: string | null;
|
7785
|
-
customFields?: {
|
7786
|
-
id: string;
|
7787
|
-
createdAt: Date;
|
7788
|
-
updatedAt: Date;
|
7789
|
-
deletedAt: Date | null;
|
7790
|
-
entityId: string;
|
7791
|
-
attributeId: string;
|
7792
|
-
textValue: string | null;
|
7793
|
-
booleanValue: boolean | null;
|
7794
|
-
numberValue: number | null;
|
7795
|
-
dateValue: Date | null;
|
7796
|
-
}[] | null | undefined;
|
7797
7347
|
} | null;
|
7798
7348
|
};
|
7799
7349
|
};
|
@@ -8422,34 +7972,11 @@ export declare const lineContract: {
|
|
8422
7972
|
handledTime: number | null;
|
8423
7973
|
firstResponseTime: number | null;
|
8424
7974
|
wrapUpForm: {
|
8425
|
-
type: string;
|
8426
7975
|
id: string;
|
8427
7976
|
disposition: string | null;
|
8428
7977
|
createdAt: Date;
|
8429
7978
|
updatedAt: Date;
|
8430
7979
|
deletedAt: Date | null;
|
8431
|
-
categories: {
|
8432
|
-
id: string;
|
8433
|
-
value: string;
|
8434
|
-
createdAt: Date;
|
8435
|
-
updatedAt: Date;
|
8436
|
-
deletedAt: Date | null;
|
8437
|
-
level: 2 | 1 | 3;
|
8438
|
-
parentId: string | null;
|
8439
|
-
childCategoryList: {
|
8440
|
-
id: string;
|
8441
|
-
value: string;
|
8442
|
-
level: 2 | 1 | 3;
|
8443
|
-
parentId: string | null;
|
8444
|
-
childCategoryList: {
|
8445
|
-
id: string;
|
8446
|
-
value: string;
|
8447
|
-
level: 2 | 1 | 3;
|
8448
|
-
parentId: string | null;
|
8449
|
-
childCategoryList: any[];
|
8450
|
-
}[];
|
8451
|
-
}[];
|
8452
|
-
}[];
|
8453
7980
|
tags: {
|
8454
7981
|
id: string;
|
8455
7982
|
name: string;
|
@@ -8460,18 +7987,6 @@ export declare const lineContract: {
|
|
8460
7987
|
callFrom: string | null;
|
8461
7988
|
callTo: string | null;
|
8462
7989
|
note: string | null;
|
8463
|
-
customFields?: {
|
8464
|
-
id: string;
|
8465
|
-
createdAt: Date;
|
8466
|
-
updatedAt: Date;
|
8467
|
-
deletedAt: Date | null;
|
8468
|
-
entityId: string;
|
8469
|
-
attributeId: string;
|
8470
|
-
textValue: string | null;
|
8471
|
-
booleanValue: boolean | null;
|
8472
|
-
numberValue: number | null;
|
8473
|
-
dateValue: Date | null;
|
8474
|
-
}[] | null | undefined;
|
8475
7990
|
} | null;
|
8476
7991
|
};
|
8477
7992
|
};
|