@kl1/contracts 1.0.48 → 1.0.49
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 +3429 -3321
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3429 -3321
- package/dist/index.mjs.map +1 -1
- package/dist/src/attribute/index.d.ts +12 -12
- package/dist/src/attribute/schema.d.ts +2 -2
- package/dist/src/chat/index.d.ts +211 -211
- package/dist/src/chat/schema.d.ts +54 -48
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +62 -62
- package/dist/src/comment/index.d.ts +94 -94
- package/dist/src/comment/schema.d.ts +26 -26
- package/dist/src/company/index.d.ts +32 -32
- package/dist/src/company/schema.d.ts +10 -10
- package/dist/src/company/validation.d.ts +18 -18
- package/dist/src/contact/index.d.ts +88 -88
- package/dist/src/contact/schema.d.ts +14 -14
- package/dist/src/contact/validation.d.ts +72 -72
- package/dist/src/contract.d.ts +7609 -830
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/custom-field/schema.d.ts +2 -2
- package/dist/src/cx-log/index.d.ts +52 -52
- package/dist/src/cx-log/schema.d.ts +44 -44
- package/dist/src/instagram/index.d.ts +6643 -0
- package/dist/src/instagram/index.d.ts.map +1 -0
- package/dist/src/instagram/schema.d.ts +2 -0
- package/dist/src/instagram/schema.d.ts.map +1 -0
- package/dist/src/instagram/validation.d.ts +109 -0
- package/dist/src/instagram/validation.d.ts.map +1 -0
- package/dist/src/mail/mail-contract.d.ts +12 -12
- package/dist/src/mail/room-contract.d.ts +12 -12
- package/dist/src/mail/schemas/room-validation.schema.d.ts +4 -4
- package/dist/src/mail/schemas/room.schema.d.ts +2 -2
- package/dist/src/messenger/index.d.ts +32 -32
- package/dist/src/telephony-cdr/index.d.ts +42 -42
- package/dist/src/telephony-cdr/schema.d.ts +12 -12
- package/dist/src/ticket/index.d.ts +118 -118
- package/dist/src/ticket/schema.d.ts +22 -22
- package/dist/src/wrap-up-form/index.d.ts +143 -1
- package/dist/src/wrap-up-form/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/validation.d.ts +13 -0
- package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/src/app/index.d.ts +0 -17
- package/dist/src/app/index.d.ts.map +0 -1
- package/dist/src/mail/mail-server.d.ts +0 -216
- package/dist/src/mail/mail-server.d.ts.map +0 -1
- package/dist/src/platform-contact/schema.d.ts +0 -30
- package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -394,9 +394,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
394
394
|
createdAt: Date;
|
395
395
|
updatedAt: Date;
|
396
396
|
deletedAt: Date | null;
|
397
|
-
isDefault: boolean;
|
398
397
|
systemName: string;
|
399
398
|
displayName: string;
|
399
|
+
isDefault: boolean;
|
400
400
|
isArchived: boolean;
|
401
401
|
isRequired: boolean;
|
402
402
|
isUnique: boolean;
|
@@ -407,9 +407,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
407
407
|
createdAt: Date;
|
408
408
|
updatedAt: Date;
|
409
409
|
deletedAt: Date | null;
|
410
|
-
isDefault: boolean;
|
411
410
|
systemName: string;
|
412
411
|
displayName: string;
|
412
|
+
isDefault: boolean;
|
413
413
|
isArchived: boolean;
|
414
414
|
isRequired: boolean;
|
415
415
|
isUnique: boolean;
|
@@ -426,9 +426,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
426
426
|
createdAt: Date;
|
427
427
|
updatedAt: Date;
|
428
428
|
deletedAt: Date | null;
|
429
|
-
isDefault: boolean;
|
430
429
|
systemName: string;
|
431
430
|
displayName: string;
|
431
|
+
isDefault: boolean;
|
432
432
|
isArchived: boolean;
|
433
433
|
isRequired: boolean;
|
434
434
|
isUnique: boolean;
|
@@ -449,9 +449,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
449
449
|
createdAt: Date;
|
450
450
|
updatedAt: Date;
|
451
451
|
deletedAt: Date | null;
|
452
|
-
isDefault: boolean;
|
453
452
|
systemName: string;
|
454
453
|
displayName: string;
|
454
|
+
isDefault: boolean;
|
455
455
|
isArchived: boolean;
|
456
456
|
isRequired: boolean;
|
457
457
|
isUnique: boolean;
|
@@ -550,9 +550,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
550
550
|
createdAt: Date;
|
551
551
|
updatedAt: Date;
|
552
552
|
deletedAt: Date | null;
|
553
|
-
isDefault: boolean;
|
554
553
|
systemName: string;
|
555
554
|
displayName: string;
|
555
|
+
isDefault: boolean;
|
556
556
|
isArchived: boolean;
|
557
557
|
isRequired: boolean;
|
558
558
|
isUnique: boolean;
|
@@ -563,9 +563,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
563
563
|
createdAt: Date;
|
564
564
|
updatedAt: Date;
|
565
565
|
deletedAt: Date | null;
|
566
|
-
isDefault: boolean;
|
567
566
|
systemName: string;
|
568
567
|
displayName: string;
|
568
|
+
isDefault: boolean;
|
569
569
|
isArchived: boolean;
|
570
570
|
isRequired: boolean;
|
571
571
|
isUnique: boolean;
|
@@ -659,9 +659,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
659
659
|
createdAt: Date;
|
660
660
|
updatedAt: Date;
|
661
661
|
deletedAt: Date | null;
|
662
|
-
isDefault: boolean;
|
663
662
|
systemName: string;
|
664
663
|
displayName: string;
|
664
|
+
isDefault: boolean;
|
665
665
|
isArchived: boolean;
|
666
666
|
isRequired: boolean;
|
667
667
|
isUnique: boolean;
|
@@ -701,9 +701,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
701
701
|
createdAt: Date;
|
702
702
|
updatedAt: Date;
|
703
703
|
deletedAt: Date | null;
|
704
|
-
isDefault: boolean;
|
705
704
|
systemName: string;
|
706
705
|
displayName: string;
|
706
|
+
isDefault: boolean;
|
707
707
|
isArchived: boolean;
|
708
708
|
isRequired: boolean;
|
709
709
|
isUnique: boolean;
|
@@ -856,9 +856,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
856
856
|
createdAt: Date;
|
857
857
|
updatedAt: Date;
|
858
858
|
deletedAt: Date | null;
|
859
|
-
isDefault: boolean;
|
860
859
|
systemName: string;
|
861
860
|
displayName: string;
|
861
|
+
isDefault: boolean;
|
862
862
|
isArchived: boolean;
|
863
863
|
isRequired: boolean;
|
864
864
|
isUnique: boolean;
|
@@ -959,9 +959,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
959
959
|
createdAt: Date;
|
960
960
|
updatedAt: Date;
|
961
961
|
deletedAt: Date | null;
|
962
|
-
isDefault: boolean;
|
963
962
|
systemName: string;
|
964
963
|
displayName: string;
|
964
|
+
isDefault: boolean;
|
965
965
|
isArchived: boolean;
|
966
966
|
isRequired: boolean;
|
967
967
|
isUnique: boolean;
|
@@ -1076,9 +1076,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1076
1076
|
createdAt: Date;
|
1077
1077
|
updatedAt: Date;
|
1078
1078
|
deletedAt: Date | null;
|
1079
|
-
isDefault: boolean;
|
1080
1079
|
systemName: string;
|
1081
1080
|
displayName: string;
|
1081
|
+
isDefault: boolean;
|
1082
1082
|
isArchived: boolean;
|
1083
1083
|
isRequired: boolean;
|
1084
1084
|
isUnique: boolean;
|
@@ -1194,9 +1194,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1194
1194
|
createdAt: Date;
|
1195
1195
|
updatedAt: Date;
|
1196
1196
|
deletedAt: Date | null;
|
1197
|
-
isDefault: boolean;
|
1198
1197
|
systemName: string;
|
1199
1198
|
displayName: string;
|
1199
|
+
isDefault: boolean;
|
1200
1200
|
isArchived: boolean;
|
1201
1201
|
isRequired: boolean;
|
1202
1202
|
isUnique: boolean;
|
@@ -2138,9 +2138,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2138
2138
|
createdAt: Date;
|
2139
2139
|
updatedAt: Date;
|
2140
2140
|
deletedAt: Date | null;
|
2141
|
-
isDefault: boolean;
|
2142
2141
|
systemName: string;
|
2143
2142
|
displayName: string;
|
2143
|
+
isDefault: boolean;
|
2144
2144
|
isArchived: boolean;
|
2145
2145
|
isRequired: boolean;
|
2146
2146
|
isUnique: boolean;
|
@@ -2422,9 +2422,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2422
2422
|
createdAt: Date;
|
2423
2423
|
updatedAt: Date;
|
2424
2424
|
deletedAt: Date | null;
|
2425
|
-
isDefault: boolean;
|
2426
2425
|
systemName: string;
|
2427
2426
|
displayName: string;
|
2427
|
+
isDefault: boolean;
|
2428
2428
|
isArchived: boolean;
|
2429
2429
|
isRequired: boolean;
|
2430
2430
|
isUnique: boolean;
|
@@ -2739,9 +2739,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2739
2739
|
createdAt: Date;
|
2740
2740
|
updatedAt: Date;
|
2741
2741
|
deletedAt: Date | null;
|
2742
|
-
isDefault: boolean;
|
2743
2742
|
systemName: string;
|
2744
2743
|
displayName: string;
|
2744
|
+
isDefault: boolean;
|
2745
2745
|
isArchived: boolean;
|
2746
2746
|
isRequired: boolean;
|
2747
2747
|
isUnique: boolean;
|
@@ -2752,9 +2752,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2752
2752
|
createdAt: Date;
|
2753
2753
|
updatedAt: Date;
|
2754
2754
|
deletedAt: Date | null;
|
2755
|
-
isDefault: boolean;
|
2756
2755
|
systemName: string;
|
2757
2756
|
displayName: string;
|
2757
|
+
isDefault: boolean;
|
2758
2758
|
isArchived: boolean;
|
2759
2759
|
isRequired: boolean;
|
2760
2760
|
isUnique: boolean;
|
@@ -2771,9 +2771,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2771
2771
|
createdAt: Date;
|
2772
2772
|
updatedAt: Date;
|
2773
2773
|
deletedAt: Date | null;
|
2774
|
-
isDefault: boolean;
|
2775
2774
|
systemName: string;
|
2776
2775
|
displayName: string;
|
2776
|
+
isDefault: boolean;
|
2777
2777
|
isArchived: boolean;
|
2778
2778
|
isRequired: boolean;
|
2779
2779
|
isUnique: boolean;
|
@@ -2794,9 +2794,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2794
2794
|
createdAt: Date;
|
2795
2795
|
updatedAt: Date;
|
2796
2796
|
deletedAt: Date | null;
|
2797
|
-
isDefault: boolean;
|
2798
2797
|
systemName: string;
|
2799
2798
|
displayName: string;
|
2799
|
+
isDefault: boolean;
|
2800
2800
|
isArchived: boolean;
|
2801
2801
|
isRequired: boolean;
|
2802
2802
|
isUnique: boolean;
|
@@ -2895,9 +2895,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2895
2895
|
createdAt: Date;
|
2896
2896
|
updatedAt: Date;
|
2897
2897
|
deletedAt: Date | null;
|
2898
|
-
isDefault: boolean;
|
2899
2898
|
systemName: string;
|
2900
2899
|
displayName: string;
|
2900
|
+
isDefault: boolean;
|
2901
2901
|
isArchived: boolean;
|
2902
2902
|
isRequired: boolean;
|
2903
2903
|
isUnique: boolean;
|
@@ -2908,9 +2908,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2908
2908
|
createdAt: Date;
|
2909
2909
|
updatedAt: Date;
|
2910
2910
|
deletedAt: Date | null;
|
2911
|
-
isDefault: boolean;
|
2912
2911
|
systemName: string;
|
2913
2912
|
displayName: string;
|
2913
|
+
isDefault: boolean;
|
2914
2914
|
isArchived: boolean;
|
2915
2915
|
isRequired: boolean;
|
2916
2916
|
isUnique: boolean;
|
@@ -3004,9 +3004,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3004
3004
|
createdAt: Date;
|
3005
3005
|
updatedAt: Date;
|
3006
3006
|
deletedAt: Date | null;
|
3007
|
-
isDefault: boolean;
|
3008
3007
|
systemName: string;
|
3009
3008
|
displayName: string;
|
3009
|
+
isDefault: boolean;
|
3010
3010
|
isArchived: boolean;
|
3011
3011
|
isRequired: boolean;
|
3012
3012
|
isUnique: boolean;
|
@@ -3046,9 +3046,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3046
3046
|
createdAt: Date;
|
3047
3047
|
updatedAt: Date;
|
3048
3048
|
deletedAt: Date | null;
|
3049
|
-
isDefault: boolean;
|
3050
3049
|
systemName: string;
|
3051
3050
|
displayName: string;
|
3051
|
+
isDefault: boolean;
|
3052
3052
|
isArchived: boolean;
|
3053
3053
|
isRequired: boolean;
|
3054
3054
|
isUnique: boolean;
|
@@ -3201,9 +3201,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3201
3201
|
createdAt: Date;
|
3202
3202
|
updatedAt: Date;
|
3203
3203
|
deletedAt: Date | null;
|
3204
|
-
isDefault: boolean;
|
3205
3204
|
systemName: string;
|
3206
3205
|
displayName: string;
|
3206
|
+
isDefault: boolean;
|
3207
3207
|
isArchived: boolean;
|
3208
3208
|
isRequired: boolean;
|
3209
3209
|
isUnique: boolean;
|
@@ -3304,9 +3304,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3304
3304
|
createdAt: Date;
|
3305
3305
|
updatedAt: Date;
|
3306
3306
|
deletedAt: Date | null;
|
3307
|
-
isDefault: boolean;
|
3308
3307
|
systemName: string;
|
3309
3308
|
displayName: string;
|
3309
|
+
isDefault: boolean;
|
3310
3310
|
isArchived: boolean;
|
3311
3311
|
isRequired: boolean;
|
3312
3312
|
isUnique: boolean;
|
@@ -3834,9 +3834,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3834
3834
|
createdAt: Date;
|
3835
3835
|
updatedAt: Date;
|
3836
3836
|
deletedAt: Date | null;
|
3837
|
-
isDefault: boolean;
|
3838
3837
|
systemName: string;
|
3839
3838
|
displayName: string;
|
3839
|
+
isDefault: boolean;
|
3840
3840
|
isArchived: boolean;
|
3841
3841
|
isRequired: boolean;
|
3842
3842
|
isUnique: boolean;
|
@@ -4041,9 +4041,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4041
4041
|
createdAt: Date;
|
4042
4042
|
updatedAt: Date;
|
4043
4043
|
deletedAt: Date | null;
|
4044
|
-
isDefault: boolean;
|
4045
4044
|
systemName: string;
|
4046
4045
|
displayName: string;
|
4046
|
+
isDefault: boolean;
|
4047
4047
|
isArchived: boolean;
|
4048
4048
|
isRequired: boolean;
|
4049
4049
|
isUnique: boolean;
|
@@ -4321,9 +4321,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4321
4321
|
createdAt: Date;
|
4322
4322
|
updatedAt: Date;
|
4323
4323
|
deletedAt: Date | null;
|
4324
|
-
isDefault: boolean;
|
4325
4324
|
systemName: string;
|
4326
4325
|
displayName: string;
|
4326
|
+
isDefault: boolean;
|
4327
4327
|
isArchived: boolean;
|
4328
4328
|
isRequired: boolean;
|
4329
4329
|
isUnique: boolean;
|
@@ -4334,9 +4334,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4334
4334
|
createdAt: Date;
|
4335
4335
|
updatedAt: Date;
|
4336
4336
|
deletedAt: Date | null;
|
4337
|
-
isDefault: boolean;
|
4338
4337
|
systemName: string;
|
4339
4338
|
displayName: string;
|
4339
|
+
isDefault: boolean;
|
4340
4340
|
isArchived: boolean;
|
4341
4341
|
isRequired: boolean;
|
4342
4342
|
isUnique: boolean;
|
@@ -4353,9 +4353,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4353
4353
|
createdAt: Date;
|
4354
4354
|
updatedAt: Date;
|
4355
4355
|
deletedAt: Date | null;
|
4356
|
-
isDefault: boolean;
|
4357
4356
|
systemName: string;
|
4358
4357
|
displayName: string;
|
4358
|
+
isDefault: boolean;
|
4359
4359
|
isArchived: boolean;
|
4360
4360
|
isRequired: boolean;
|
4361
4361
|
isUnique: boolean;
|
@@ -4376,9 +4376,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4376
4376
|
createdAt: Date;
|
4377
4377
|
updatedAt: Date;
|
4378
4378
|
deletedAt: Date | null;
|
4379
|
-
isDefault: boolean;
|
4380
4379
|
systemName: string;
|
4381
4380
|
displayName: string;
|
4381
|
+
isDefault: boolean;
|
4382
4382
|
isArchived: boolean;
|
4383
4383
|
isRequired: boolean;
|
4384
4384
|
isUnique: boolean;
|
@@ -4477,9 +4477,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4477
4477
|
createdAt: Date;
|
4478
4478
|
updatedAt: Date;
|
4479
4479
|
deletedAt: Date | null;
|
4480
|
-
isDefault: boolean;
|
4481
4480
|
systemName: string;
|
4482
4481
|
displayName: string;
|
4482
|
+
isDefault: boolean;
|
4483
4483
|
isArchived: boolean;
|
4484
4484
|
isRequired: boolean;
|
4485
4485
|
isUnique: boolean;
|
@@ -4490,9 +4490,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4490
4490
|
createdAt: Date;
|
4491
4491
|
updatedAt: Date;
|
4492
4492
|
deletedAt: Date | null;
|
4493
|
-
isDefault: boolean;
|
4494
4493
|
systemName: string;
|
4495
4494
|
displayName: string;
|
4495
|
+
isDefault: boolean;
|
4496
4496
|
isArchived: boolean;
|
4497
4497
|
isRequired: boolean;
|
4498
4498
|
isUnique: boolean;
|
@@ -4586,9 +4586,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4586
4586
|
createdAt: Date;
|
4587
4587
|
updatedAt: Date;
|
4588
4588
|
deletedAt: Date | null;
|
4589
|
-
isDefault: boolean;
|
4590
4589
|
systemName: string;
|
4591
4590
|
displayName: string;
|
4591
|
+
isDefault: boolean;
|
4592
4592
|
isArchived: boolean;
|
4593
4593
|
isRequired: boolean;
|
4594
4594
|
isUnique: boolean;
|
@@ -4628,9 +4628,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4628
4628
|
createdAt: Date;
|
4629
4629
|
updatedAt: Date;
|
4630
4630
|
deletedAt: Date | null;
|
4631
|
-
isDefault: boolean;
|
4632
4631
|
systemName: string;
|
4633
4632
|
displayName: string;
|
4633
|
+
isDefault: boolean;
|
4634
4634
|
isArchived: boolean;
|
4635
4635
|
isRequired: boolean;
|
4636
4636
|
isUnique: boolean;
|
@@ -4783,9 +4783,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4783
4783
|
createdAt: Date;
|
4784
4784
|
updatedAt: Date;
|
4785
4785
|
deletedAt: Date | null;
|
4786
|
-
isDefault: boolean;
|
4787
4786
|
systemName: string;
|
4788
4787
|
displayName: string;
|
4788
|
+
isDefault: boolean;
|
4789
4789
|
isArchived: boolean;
|
4790
4790
|
isRequired: boolean;
|
4791
4791
|
isUnique: boolean;
|
@@ -4886,9 +4886,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4886
4886
|
createdAt: Date;
|
4887
4887
|
updatedAt: Date;
|
4888
4888
|
deletedAt: Date | null;
|
4889
|
-
isDefault: boolean;
|
4890
4889
|
systemName: string;
|
4891
4890
|
displayName: string;
|
4891
|
+
isDefault: boolean;
|
4892
4892
|
isArchived: boolean;
|
4893
4893
|
isRequired: boolean;
|
4894
4894
|
isUnique: boolean;
|
@@ -5183,6 +5183,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5183
5183
|
createdAt: Date;
|
5184
5184
|
updatedAt: Date;
|
5185
5185
|
deletedAt: Date | null;
|
5186
|
+
entityId: string;
|
5186
5187
|
contact: {
|
5187
5188
|
id: string;
|
5188
5189
|
channel: string | null;
|
@@ -5203,9 +5204,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5203
5204
|
createdAt: Date;
|
5204
5205
|
updatedAt: Date;
|
5205
5206
|
deletedAt: Date | null;
|
5206
|
-
isDefault: boolean;
|
5207
5207
|
systemName: string;
|
5208
5208
|
displayName: string;
|
5209
|
+
isDefault: boolean;
|
5209
5210
|
isArchived: boolean;
|
5210
5211
|
isRequired: boolean;
|
5211
5212
|
isUnique: boolean;
|
@@ -5287,7 +5288,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5287
5288
|
};
|
5288
5289
|
}[] | undefined;
|
5289
5290
|
} | null;
|
5290
|
-
entityId: string;
|
5291
5291
|
caseId: number;
|
5292
5292
|
entityName: string;
|
5293
5293
|
startedDate: string | null;
|
@@ -5411,9 +5411,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5411
5411
|
createdAt: Date;
|
5412
5412
|
updatedAt: Date;
|
5413
5413
|
deletedAt: Date | null;
|
5414
|
-
isDefault: boolean;
|
5415
5414
|
systemName: string;
|
5416
5415
|
displayName: string;
|
5416
|
+
isDefault: boolean;
|
5417
5417
|
isArchived: boolean;
|
5418
5418
|
isRequired: boolean;
|
5419
5419
|
isUnique: boolean;
|
@@ -5650,9 +5650,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5650
5650
|
createdAt: Date;
|
5651
5651
|
updatedAt: Date;
|
5652
5652
|
deletedAt: Date | null;
|
5653
|
-
isDefault: boolean;
|
5654
5653
|
systemName: string;
|
5655
5654
|
displayName: string;
|
5655
|
+
isDefault: boolean;
|
5656
5656
|
isArchived: boolean;
|
5657
5657
|
isRequired: boolean;
|
5658
5658
|
isUnique: boolean;
|
@@ -5870,6 +5870,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5870
5870
|
createdAt: Date;
|
5871
5871
|
updatedAt: Date;
|
5872
5872
|
deletedAt: Date | null;
|
5873
|
+
entityId: string;
|
5873
5874
|
contact: {
|
5874
5875
|
id: string;
|
5875
5876
|
channel: string | null;
|
@@ -5890,9 +5891,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5890
5891
|
createdAt: Date;
|
5891
5892
|
updatedAt: Date;
|
5892
5893
|
deletedAt: Date | null;
|
5893
|
-
isDefault: boolean;
|
5894
5894
|
systemName: string;
|
5895
5895
|
displayName: string;
|
5896
|
+
isDefault: boolean;
|
5896
5897
|
isArchived: boolean;
|
5897
5898
|
isRequired: boolean;
|
5898
5899
|
isUnique: boolean;
|
@@ -5974,7 +5975,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5974
5975
|
};
|
5975
5976
|
}[] | undefined;
|
5976
5977
|
} | null;
|
5977
|
-
entityId: string;
|
5978
5978
|
caseId: number;
|
5979
5979
|
entityName: string;
|
5980
5980
|
startedDate: string | null;
|
@@ -6098,9 +6098,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6098
6098
|
createdAt: Date;
|
6099
6099
|
updatedAt: Date;
|
6100
6100
|
deletedAt: Date | null;
|
6101
|
-
isDefault: boolean;
|
6102
6101
|
systemName: string;
|
6103
6102
|
displayName: string;
|
6103
|
+
isDefault: boolean;
|
6104
6104
|
isArchived: boolean;
|
6105
6105
|
isRequired: boolean;
|
6106
6106
|
isUnique: boolean;
|
@@ -6337,9 +6337,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6337
6337
|
createdAt: Date;
|
6338
6338
|
updatedAt: Date;
|
6339
6339
|
deletedAt: Date | null;
|
6340
|
-
isDefault: boolean;
|
6341
6340
|
systemName: string;
|
6342
6341
|
displayName: string;
|
6342
|
+
isDefault: boolean;
|
6343
6343
|
isArchived: boolean;
|
6344
6344
|
isRequired: boolean;
|
6345
6345
|
isUnique: boolean;
|