@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
@@ -15,22 +15,22 @@ export declare const CustomFieldSchema: z.ZodObject<{
|
|
15
15
|
createdAt: Date;
|
16
16
|
updatedAt: Date;
|
17
17
|
deletedAt: Date | null;
|
18
|
+
entityId: string;
|
18
19
|
attributeId: string;
|
19
20
|
textValue: string | null;
|
20
21
|
booleanValue: boolean | null;
|
21
22
|
numberValue: number | null;
|
22
23
|
dateValue: Date | null;
|
23
|
-
entityId: string;
|
24
24
|
}, {
|
25
25
|
id: string;
|
26
26
|
createdAt: Date;
|
27
27
|
updatedAt: Date;
|
28
28
|
deletedAt: Date | null;
|
29
|
+
entityId: string;
|
29
30
|
attributeId: string;
|
30
31
|
textValue: string | null;
|
31
32
|
booleanValue: boolean | null;
|
32
33
|
numberValue: number | null;
|
33
34
|
dateValue: Date | null;
|
34
|
-
entityId: string;
|
35
35
|
}>;
|
36
36
|
//# sourceMappingURL=schema.d.ts.map
|
@@ -354,9 +354,9 @@ export declare const cxLogContract: {
|
|
354
354
|
createdAt: Date;
|
355
355
|
updatedAt: Date;
|
356
356
|
deletedAt: Date | null;
|
357
|
-
isDefault: boolean;
|
358
357
|
systemName: string;
|
359
358
|
displayName: string;
|
359
|
+
isDefault: boolean;
|
360
360
|
isArchived: boolean;
|
361
361
|
isRequired: boolean;
|
362
362
|
isUnique: boolean;
|
@@ -367,9 +367,9 @@ export declare const cxLogContract: {
|
|
367
367
|
createdAt: Date;
|
368
368
|
updatedAt: Date;
|
369
369
|
deletedAt: Date | null;
|
370
|
-
isDefault: boolean;
|
371
370
|
systemName: string;
|
372
371
|
displayName: string;
|
372
|
+
isDefault: boolean;
|
373
373
|
isArchived: boolean;
|
374
374
|
isRequired: boolean;
|
375
375
|
isUnique: boolean;
|
@@ -386,9 +386,9 @@ export declare const cxLogContract: {
|
|
386
386
|
createdAt: Date;
|
387
387
|
updatedAt: Date;
|
388
388
|
deletedAt: Date | null;
|
389
|
-
isDefault: boolean;
|
390
389
|
systemName: string;
|
391
390
|
displayName: string;
|
391
|
+
isDefault: boolean;
|
392
392
|
isArchived: boolean;
|
393
393
|
isRequired: boolean;
|
394
394
|
isUnique: boolean;
|
@@ -409,9 +409,9 @@ export declare const cxLogContract: {
|
|
409
409
|
createdAt: Date;
|
410
410
|
updatedAt: Date;
|
411
411
|
deletedAt: Date | null;
|
412
|
-
isDefault: boolean;
|
413
412
|
systemName: string;
|
414
413
|
displayName: string;
|
414
|
+
isDefault: boolean;
|
415
415
|
isArchived: boolean;
|
416
416
|
isRequired: boolean;
|
417
417
|
isUnique: boolean;
|
@@ -510,9 +510,9 @@ export declare const cxLogContract: {
|
|
510
510
|
createdAt: Date;
|
511
511
|
updatedAt: Date;
|
512
512
|
deletedAt: Date | null;
|
513
|
-
isDefault: boolean;
|
514
513
|
systemName: string;
|
515
514
|
displayName: string;
|
515
|
+
isDefault: boolean;
|
516
516
|
isArchived: boolean;
|
517
517
|
isRequired: boolean;
|
518
518
|
isUnique: boolean;
|
@@ -523,9 +523,9 @@ export declare const cxLogContract: {
|
|
523
523
|
createdAt: Date;
|
524
524
|
updatedAt: Date;
|
525
525
|
deletedAt: Date | null;
|
526
|
-
isDefault: boolean;
|
527
526
|
systemName: string;
|
528
527
|
displayName: string;
|
528
|
+
isDefault: boolean;
|
529
529
|
isArchived: boolean;
|
530
530
|
isRequired: boolean;
|
531
531
|
isUnique: boolean;
|
@@ -619,9 +619,9 @@ export declare const cxLogContract: {
|
|
619
619
|
createdAt: Date;
|
620
620
|
updatedAt: Date;
|
621
621
|
deletedAt: Date | null;
|
622
|
-
isDefault: boolean;
|
623
622
|
systemName: string;
|
624
623
|
displayName: string;
|
624
|
+
isDefault: boolean;
|
625
625
|
isArchived: boolean;
|
626
626
|
isRequired: boolean;
|
627
627
|
isUnique: boolean;
|
@@ -661,9 +661,9 @@ export declare const cxLogContract: {
|
|
661
661
|
createdAt: Date;
|
662
662
|
updatedAt: Date;
|
663
663
|
deletedAt: Date | null;
|
664
|
-
isDefault: boolean;
|
665
664
|
systemName: string;
|
666
665
|
displayName: string;
|
666
|
+
isDefault: boolean;
|
667
667
|
isArchived: boolean;
|
668
668
|
isRequired: boolean;
|
669
669
|
isUnique: boolean;
|
@@ -816,9 +816,9 @@ export declare const cxLogContract: {
|
|
816
816
|
createdAt: Date;
|
817
817
|
updatedAt: Date;
|
818
818
|
deletedAt: Date | null;
|
819
|
-
isDefault: boolean;
|
820
819
|
systemName: string;
|
821
820
|
displayName: string;
|
821
|
+
isDefault: boolean;
|
822
822
|
isArchived: boolean;
|
823
823
|
isRequired: boolean;
|
824
824
|
isUnique: boolean;
|
@@ -919,9 +919,9 @@ export declare const cxLogContract: {
|
|
919
919
|
createdAt: Date;
|
920
920
|
updatedAt: Date;
|
921
921
|
deletedAt: Date | null;
|
922
|
-
isDefault: boolean;
|
923
922
|
systemName: string;
|
924
923
|
displayName: string;
|
924
|
+
isDefault: boolean;
|
925
925
|
isArchived: boolean;
|
926
926
|
isRequired: boolean;
|
927
927
|
isUnique: boolean;
|
@@ -1036,9 +1036,9 @@ export declare const cxLogContract: {
|
|
1036
1036
|
createdAt: Date;
|
1037
1037
|
updatedAt: Date;
|
1038
1038
|
deletedAt: Date | null;
|
1039
|
-
isDefault: boolean;
|
1040
1039
|
systemName: string;
|
1041
1040
|
displayName: string;
|
1041
|
+
isDefault: boolean;
|
1042
1042
|
isArchived: boolean;
|
1043
1043
|
isRequired: boolean;
|
1044
1044
|
isUnique: boolean;
|
@@ -1154,9 +1154,9 @@ export declare const cxLogContract: {
|
|
1154
1154
|
createdAt: Date;
|
1155
1155
|
updatedAt: Date;
|
1156
1156
|
deletedAt: Date | null;
|
1157
|
-
isDefault: boolean;
|
1158
1157
|
systemName: string;
|
1159
1158
|
displayName: string;
|
1159
|
+
isDefault: boolean;
|
1160
1160
|
isArchived: boolean;
|
1161
1161
|
isRequired: boolean;
|
1162
1162
|
isUnique: boolean;
|
@@ -2098,9 +2098,9 @@ export declare const cxLogContract: {
|
|
2098
2098
|
createdAt: Date;
|
2099
2099
|
updatedAt: Date;
|
2100
2100
|
deletedAt: Date | null;
|
2101
|
-
isDefault: boolean;
|
2102
2101
|
systemName: string;
|
2103
2102
|
displayName: string;
|
2103
|
+
isDefault: boolean;
|
2104
2104
|
isArchived: boolean;
|
2105
2105
|
isRequired: boolean;
|
2106
2106
|
isUnique: boolean;
|
@@ -2382,9 +2382,9 @@ export declare const cxLogContract: {
|
|
2382
2382
|
createdAt: Date;
|
2383
2383
|
updatedAt: Date;
|
2384
2384
|
deletedAt: Date | null;
|
2385
|
-
isDefault: boolean;
|
2386
2385
|
systemName: string;
|
2387
2386
|
displayName: string;
|
2387
|
+
isDefault: boolean;
|
2388
2388
|
isArchived: boolean;
|
2389
2389
|
isRequired: boolean;
|
2390
2390
|
isUnique: boolean;
|
@@ -2699,9 +2699,9 @@ export declare const cxLogContract: {
|
|
2699
2699
|
createdAt: Date;
|
2700
2700
|
updatedAt: Date;
|
2701
2701
|
deletedAt: Date | null;
|
2702
|
-
isDefault: boolean;
|
2703
2702
|
systemName: string;
|
2704
2703
|
displayName: string;
|
2704
|
+
isDefault: boolean;
|
2705
2705
|
isArchived: boolean;
|
2706
2706
|
isRequired: boolean;
|
2707
2707
|
isUnique: boolean;
|
@@ -2712,9 +2712,9 @@ export declare const cxLogContract: {
|
|
2712
2712
|
createdAt: Date;
|
2713
2713
|
updatedAt: Date;
|
2714
2714
|
deletedAt: Date | null;
|
2715
|
-
isDefault: boolean;
|
2716
2715
|
systemName: string;
|
2717
2716
|
displayName: string;
|
2717
|
+
isDefault: boolean;
|
2718
2718
|
isArchived: boolean;
|
2719
2719
|
isRequired: boolean;
|
2720
2720
|
isUnique: boolean;
|
@@ -2731,9 +2731,9 @@ export declare const cxLogContract: {
|
|
2731
2731
|
createdAt: Date;
|
2732
2732
|
updatedAt: Date;
|
2733
2733
|
deletedAt: Date | null;
|
2734
|
-
isDefault: boolean;
|
2735
2734
|
systemName: string;
|
2736
2735
|
displayName: string;
|
2736
|
+
isDefault: boolean;
|
2737
2737
|
isArchived: boolean;
|
2738
2738
|
isRequired: boolean;
|
2739
2739
|
isUnique: boolean;
|
@@ -2754,9 +2754,9 @@ export declare const cxLogContract: {
|
|
2754
2754
|
createdAt: Date;
|
2755
2755
|
updatedAt: Date;
|
2756
2756
|
deletedAt: Date | null;
|
2757
|
-
isDefault: boolean;
|
2758
2757
|
systemName: string;
|
2759
2758
|
displayName: string;
|
2759
|
+
isDefault: boolean;
|
2760
2760
|
isArchived: boolean;
|
2761
2761
|
isRequired: boolean;
|
2762
2762
|
isUnique: boolean;
|
@@ -2855,9 +2855,9 @@ export declare const cxLogContract: {
|
|
2855
2855
|
createdAt: Date;
|
2856
2856
|
updatedAt: Date;
|
2857
2857
|
deletedAt: Date | null;
|
2858
|
-
isDefault: boolean;
|
2859
2858
|
systemName: string;
|
2860
2859
|
displayName: string;
|
2860
|
+
isDefault: boolean;
|
2861
2861
|
isArchived: boolean;
|
2862
2862
|
isRequired: boolean;
|
2863
2863
|
isUnique: boolean;
|
@@ -2868,9 +2868,9 @@ export declare const cxLogContract: {
|
|
2868
2868
|
createdAt: Date;
|
2869
2869
|
updatedAt: Date;
|
2870
2870
|
deletedAt: Date | null;
|
2871
|
-
isDefault: boolean;
|
2872
2871
|
systemName: string;
|
2873
2872
|
displayName: string;
|
2873
|
+
isDefault: boolean;
|
2874
2874
|
isArchived: boolean;
|
2875
2875
|
isRequired: boolean;
|
2876
2876
|
isUnique: boolean;
|
@@ -2964,9 +2964,9 @@ export declare const cxLogContract: {
|
|
2964
2964
|
createdAt: Date;
|
2965
2965
|
updatedAt: Date;
|
2966
2966
|
deletedAt: Date | null;
|
2967
|
-
isDefault: boolean;
|
2968
2967
|
systemName: string;
|
2969
2968
|
displayName: string;
|
2969
|
+
isDefault: boolean;
|
2970
2970
|
isArchived: boolean;
|
2971
2971
|
isRequired: boolean;
|
2972
2972
|
isUnique: boolean;
|
@@ -3006,9 +3006,9 @@ export declare const cxLogContract: {
|
|
3006
3006
|
createdAt: Date;
|
3007
3007
|
updatedAt: Date;
|
3008
3008
|
deletedAt: Date | null;
|
3009
|
-
isDefault: boolean;
|
3010
3009
|
systemName: string;
|
3011
3010
|
displayName: string;
|
3011
|
+
isDefault: boolean;
|
3012
3012
|
isArchived: boolean;
|
3013
3013
|
isRequired: boolean;
|
3014
3014
|
isUnique: boolean;
|
@@ -3161,9 +3161,9 @@ export declare const cxLogContract: {
|
|
3161
3161
|
createdAt: Date;
|
3162
3162
|
updatedAt: Date;
|
3163
3163
|
deletedAt: Date | null;
|
3164
|
-
isDefault: boolean;
|
3165
3164
|
systemName: string;
|
3166
3165
|
displayName: string;
|
3166
|
+
isDefault: boolean;
|
3167
3167
|
isArchived: boolean;
|
3168
3168
|
isRequired: boolean;
|
3169
3169
|
isUnique: boolean;
|
@@ -3264,9 +3264,9 @@ export declare const cxLogContract: {
|
|
3264
3264
|
createdAt: Date;
|
3265
3265
|
updatedAt: Date;
|
3266
3266
|
deletedAt: Date | null;
|
3267
|
-
isDefault: boolean;
|
3268
3267
|
systemName: string;
|
3269
3268
|
displayName: string;
|
3269
|
+
isDefault: boolean;
|
3270
3270
|
isArchived: boolean;
|
3271
3271
|
isRequired: boolean;
|
3272
3272
|
isUnique: boolean;
|
@@ -3794,9 +3794,9 @@ export declare const cxLogContract: {
|
|
3794
3794
|
createdAt: Date;
|
3795
3795
|
updatedAt: Date;
|
3796
3796
|
deletedAt: Date | null;
|
3797
|
-
isDefault: boolean;
|
3798
3797
|
systemName: string;
|
3799
3798
|
displayName: string;
|
3799
|
+
isDefault: boolean;
|
3800
3800
|
isArchived: boolean;
|
3801
3801
|
isRequired: boolean;
|
3802
3802
|
isUnique: boolean;
|
@@ -4001,9 +4001,9 @@ export declare const cxLogContract: {
|
|
4001
4001
|
createdAt: Date;
|
4002
4002
|
updatedAt: Date;
|
4003
4003
|
deletedAt: Date | null;
|
4004
|
-
isDefault: boolean;
|
4005
4004
|
systemName: string;
|
4006
4005
|
displayName: string;
|
4006
|
+
isDefault: boolean;
|
4007
4007
|
isArchived: boolean;
|
4008
4008
|
isRequired: boolean;
|
4009
4009
|
isUnique: boolean;
|
@@ -4281,9 +4281,9 @@ export declare const cxLogContract: {
|
|
4281
4281
|
createdAt: Date;
|
4282
4282
|
updatedAt: Date;
|
4283
4283
|
deletedAt: Date | null;
|
4284
|
-
isDefault: boolean;
|
4285
4284
|
systemName: string;
|
4286
4285
|
displayName: string;
|
4286
|
+
isDefault: boolean;
|
4287
4287
|
isArchived: boolean;
|
4288
4288
|
isRequired: boolean;
|
4289
4289
|
isUnique: boolean;
|
@@ -4294,9 +4294,9 @@ export declare const cxLogContract: {
|
|
4294
4294
|
createdAt: Date;
|
4295
4295
|
updatedAt: Date;
|
4296
4296
|
deletedAt: Date | null;
|
4297
|
-
isDefault: boolean;
|
4298
4297
|
systemName: string;
|
4299
4298
|
displayName: string;
|
4299
|
+
isDefault: boolean;
|
4300
4300
|
isArchived: boolean;
|
4301
4301
|
isRequired: boolean;
|
4302
4302
|
isUnique: boolean;
|
@@ -4313,9 +4313,9 @@ export declare const cxLogContract: {
|
|
4313
4313
|
createdAt: Date;
|
4314
4314
|
updatedAt: Date;
|
4315
4315
|
deletedAt: Date | null;
|
4316
|
-
isDefault: boolean;
|
4317
4316
|
systemName: string;
|
4318
4317
|
displayName: string;
|
4318
|
+
isDefault: boolean;
|
4319
4319
|
isArchived: boolean;
|
4320
4320
|
isRequired: boolean;
|
4321
4321
|
isUnique: boolean;
|
@@ -4336,9 +4336,9 @@ export declare const cxLogContract: {
|
|
4336
4336
|
createdAt: Date;
|
4337
4337
|
updatedAt: Date;
|
4338
4338
|
deletedAt: Date | null;
|
4339
|
-
isDefault: boolean;
|
4340
4339
|
systemName: string;
|
4341
4340
|
displayName: string;
|
4341
|
+
isDefault: boolean;
|
4342
4342
|
isArchived: boolean;
|
4343
4343
|
isRequired: boolean;
|
4344
4344
|
isUnique: boolean;
|
@@ -4437,9 +4437,9 @@ export declare const cxLogContract: {
|
|
4437
4437
|
createdAt: Date;
|
4438
4438
|
updatedAt: Date;
|
4439
4439
|
deletedAt: Date | null;
|
4440
|
-
isDefault: boolean;
|
4441
4440
|
systemName: string;
|
4442
4441
|
displayName: string;
|
4442
|
+
isDefault: boolean;
|
4443
4443
|
isArchived: boolean;
|
4444
4444
|
isRequired: boolean;
|
4445
4445
|
isUnique: boolean;
|
@@ -4450,9 +4450,9 @@ export declare const cxLogContract: {
|
|
4450
4450
|
createdAt: Date;
|
4451
4451
|
updatedAt: Date;
|
4452
4452
|
deletedAt: Date | null;
|
4453
|
-
isDefault: boolean;
|
4454
4453
|
systemName: string;
|
4455
4454
|
displayName: string;
|
4455
|
+
isDefault: boolean;
|
4456
4456
|
isArchived: boolean;
|
4457
4457
|
isRequired: boolean;
|
4458
4458
|
isUnique: boolean;
|
@@ -4546,9 +4546,9 @@ export declare const cxLogContract: {
|
|
4546
4546
|
createdAt: Date;
|
4547
4547
|
updatedAt: Date;
|
4548
4548
|
deletedAt: Date | null;
|
4549
|
-
isDefault: boolean;
|
4550
4549
|
systemName: string;
|
4551
4550
|
displayName: string;
|
4551
|
+
isDefault: boolean;
|
4552
4552
|
isArchived: boolean;
|
4553
4553
|
isRequired: boolean;
|
4554
4554
|
isUnique: boolean;
|
@@ -4588,9 +4588,9 @@ export declare const cxLogContract: {
|
|
4588
4588
|
createdAt: Date;
|
4589
4589
|
updatedAt: Date;
|
4590
4590
|
deletedAt: Date | null;
|
4591
|
-
isDefault: boolean;
|
4592
4591
|
systemName: string;
|
4593
4592
|
displayName: string;
|
4593
|
+
isDefault: boolean;
|
4594
4594
|
isArchived: boolean;
|
4595
4595
|
isRequired: boolean;
|
4596
4596
|
isUnique: boolean;
|
@@ -4743,9 +4743,9 @@ export declare const cxLogContract: {
|
|
4743
4743
|
createdAt: Date;
|
4744
4744
|
updatedAt: Date;
|
4745
4745
|
deletedAt: Date | null;
|
4746
|
-
isDefault: boolean;
|
4747
4746
|
systemName: string;
|
4748
4747
|
displayName: string;
|
4748
|
+
isDefault: boolean;
|
4749
4749
|
isArchived: boolean;
|
4750
4750
|
isRequired: boolean;
|
4751
4751
|
isUnique: boolean;
|
@@ -4846,9 +4846,9 @@ export declare const cxLogContract: {
|
|
4846
4846
|
createdAt: Date;
|
4847
4847
|
updatedAt: Date;
|
4848
4848
|
deletedAt: Date | null;
|
4849
|
-
isDefault: boolean;
|
4850
4849
|
systemName: string;
|
4851
4850
|
displayName: string;
|
4851
|
+
isDefault: boolean;
|
4852
4852
|
isArchived: boolean;
|
4853
4853
|
isRequired: boolean;
|
4854
4854
|
isUnique: boolean;
|
@@ -5143,6 +5143,7 @@ export declare const cxLogContract: {
|
|
5143
5143
|
createdAt: Date;
|
5144
5144
|
updatedAt: Date;
|
5145
5145
|
deletedAt: Date | null;
|
5146
|
+
entityId: string;
|
5146
5147
|
contact: {
|
5147
5148
|
id: string;
|
5148
5149
|
channel: string | null;
|
@@ -5163,9 +5164,9 @@ export declare const cxLogContract: {
|
|
5163
5164
|
createdAt: Date;
|
5164
5165
|
updatedAt: Date;
|
5165
5166
|
deletedAt: Date | null;
|
5166
|
-
isDefault: boolean;
|
5167
5167
|
systemName: string;
|
5168
5168
|
displayName: string;
|
5169
|
+
isDefault: boolean;
|
5169
5170
|
isArchived: boolean;
|
5170
5171
|
isRequired: boolean;
|
5171
5172
|
isUnique: boolean;
|
@@ -5247,7 +5248,6 @@ export declare const cxLogContract: {
|
|
5247
5248
|
};
|
5248
5249
|
}[] | undefined;
|
5249
5250
|
} | null;
|
5250
|
-
entityId: string;
|
5251
5251
|
caseId: number;
|
5252
5252
|
entityName: string;
|
5253
5253
|
startedDate: string | null;
|
@@ -5371,9 +5371,9 @@ export declare const cxLogContract: {
|
|
5371
5371
|
createdAt: Date;
|
5372
5372
|
updatedAt: Date;
|
5373
5373
|
deletedAt: Date | null;
|
5374
|
-
isDefault: boolean;
|
5375
5374
|
systemName: string;
|
5376
5375
|
displayName: string;
|
5376
|
+
isDefault: boolean;
|
5377
5377
|
isArchived: boolean;
|
5378
5378
|
isRequired: boolean;
|
5379
5379
|
isUnique: boolean;
|
@@ -5610,9 +5610,9 @@ export declare const cxLogContract: {
|
|
5610
5610
|
createdAt: Date;
|
5611
5611
|
updatedAt: Date;
|
5612
5612
|
deletedAt: Date | null;
|
5613
|
-
isDefault: boolean;
|
5614
5613
|
systemName: string;
|
5615
5614
|
displayName: string;
|
5615
|
+
isDefault: boolean;
|
5616
5616
|
isArchived: boolean;
|
5617
5617
|
isRequired: boolean;
|
5618
5618
|
isUnique: boolean;
|
@@ -5830,6 +5830,7 @@ export declare const cxLogContract: {
|
|
5830
5830
|
createdAt: Date;
|
5831
5831
|
updatedAt: Date;
|
5832
5832
|
deletedAt: Date | null;
|
5833
|
+
entityId: string;
|
5833
5834
|
contact: {
|
5834
5835
|
id: string;
|
5835
5836
|
channel: string | null;
|
@@ -5850,9 +5851,9 @@ export declare const cxLogContract: {
|
|
5850
5851
|
createdAt: Date;
|
5851
5852
|
updatedAt: Date;
|
5852
5853
|
deletedAt: Date | null;
|
5853
|
-
isDefault: boolean;
|
5854
5854
|
systemName: string;
|
5855
5855
|
displayName: string;
|
5856
|
+
isDefault: boolean;
|
5856
5857
|
isArchived: boolean;
|
5857
5858
|
isRequired: boolean;
|
5858
5859
|
isUnique: boolean;
|
@@ -5934,7 +5935,6 @@ export declare const cxLogContract: {
|
|
5934
5935
|
};
|
5935
5936
|
}[] | undefined;
|
5936
5937
|
} | null;
|
5937
|
-
entityId: string;
|
5938
5938
|
caseId: number;
|
5939
5939
|
entityName: string;
|
5940
5940
|
startedDate: string | null;
|
@@ -6058,9 +6058,9 @@ export declare const cxLogContract: {
|
|
6058
6058
|
createdAt: Date;
|
6059
6059
|
updatedAt: Date;
|
6060
6060
|
deletedAt: Date | null;
|
6061
|
-
isDefault: boolean;
|
6062
6061
|
systemName: string;
|
6063
6062
|
displayName: string;
|
6063
|
+
isDefault: boolean;
|
6064
6064
|
isArchived: boolean;
|
6065
6065
|
isRequired: boolean;
|
6066
6066
|
isUnique: boolean;
|
@@ -6297,9 +6297,9 @@ export declare const cxLogContract: {
|
|
6297
6297
|
createdAt: Date;
|
6298
6298
|
updatedAt: Date;
|
6299
6299
|
deletedAt: Date | null;
|
6300
|
-
isDefault: boolean;
|
6301
6300
|
systemName: string;
|
6302
6301
|
displayName: string;
|
6302
|
+
isDefault: boolean;
|
6303
6303
|
isArchived: boolean;
|
6304
6304
|
isRequired: boolean;
|
6305
6305
|
isUnique: boolean;
|
@@ -6523,6 +6523,7 @@ export declare const cxLogContract: {
|
|
6523
6523
|
createdAt: Date;
|
6524
6524
|
updatedAt: Date;
|
6525
6525
|
deletedAt: Date | null;
|
6526
|
+
entityId: string;
|
6526
6527
|
contact: {
|
6527
6528
|
id: string;
|
6528
6529
|
channel: string | null;
|
@@ -6543,9 +6544,9 @@ export declare const cxLogContract: {
|
|
6543
6544
|
createdAt: Date;
|
6544
6545
|
updatedAt: Date;
|
6545
6546
|
deletedAt: Date | null;
|
6546
|
-
isDefault: boolean;
|
6547
6547
|
systemName: string;
|
6548
6548
|
displayName: string;
|
6549
|
+
isDefault: boolean;
|
6549
6550
|
isArchived: boolean;
|
6550
6551
|
isRequired: boolean;
|
6551
6552
|
isUnique: boolean;
|
@@ -6627,7 +6628,6 @@ export declare const cxLogContract: {
|
|
6627
6628
|
};
|
6628
6629
|
}[] | undefined;
|
6629
6630
|
} | null;
|
6630
|
-
entityId: string;
|
6631
6631
|
caseId: number;
|
6632
6632
|
entityName: string;
|
6633
6633
|
startedDate: string | null;
|
@@ -6751,9 +6751,9 @@ export declare const cxLogContract: {
|
|
6751
6751
|
createdAt: Date;
|
6752
6752
|
updatedAt: Date;
|
6753
6753
|
deletedAt: Date | null;
|
6754
|
-
isDefault: boolean;
|
6755
6754
|
systemName: string;
|
6756
6755
|
displayName: string;
|
6756
|
+
isDefault: boolean;
|
6757
6757
|
isArchived: boolean;
|
6758
6758
|
isRequired: boolean;
|
6759
6759
|
isUnique: boolean;
|
@@ -6990,9 +6990,9 @@ export declare const cxLogContract: {
|
|
6990
6990
|
createdAt: Date;
|
6991
6991
|
updatedAt: Date;
|
6992
6992
|
deletedAt: Date | null;
|
6993
|
-
isDefault: boolean;
|
6994
6993
|
systemName: string;
|
6995
6994
|
displayName: string;
|
6995
|
+
isDefault: boolean;
|
6996
6996
|
isArchived: boolean;
|
6997
6997
|
isRequired: boolean;
|
6998
6998
|
isUnique: boolean;
|
@@ -7216,6 +7216,7 @@ export declare const cxLogContract: {
|
|
7216
7216
|
createdAt: Date;
|
7217
7217
|
updatedAt: Date;
|
7218
7218
|
deletedAt: Date | null;
|
7219
|
+
entityId: string;
|
7219
7220
|
contact: {
|
7220
7221
|
id: string;
|
7221
7222
|
channel: string | null;
|
@@ -7236,9 +7237,9 @@ export declare const cxLogContract: {
|
|
7236
7237
|
createdAt: Date;
|
7237
7238
|
updatedAt: Date;
|
7238
7239
|
deletedAt: Date | null;
|
7239
|
-
isDefault: boolean;
|
7240
7240
|
systemName: string;
|
7241
7241
|
displayName: string;
|
7242
|
+
isDefault: boolean;
|
7242
7243
|
isArchived: boolean;
|
7243
7244
|
isRequired: boolean;
|
7244
7245
|
isUnique: boolean;
|
@@ -7320,7 +7321,6 @@ export declare const cxLogContract: {
|
|
7320
7321
|
};
|
7321
7322
|
}[] | undefined;
|
7322
7323
|
} | null;
|
7323
|
-
entityId: string;
|
7324
7324
|
caseId: number;
|
7325
7325
|
entityName: string;
|
7326
7326
|
startedDate: string | null;
|
@@ -7444,9 +7444,9 @@ export declare const cxLogContract: {
|
|
7444
7444
|
createdAt: Date;
|
7445
7445
|
updatedAt: Date;
|
7446
7446
|
deletedAt: Date | null;
|
7447
|
-
isDefault: boolean;
|
7448
7447
|
systemName: string;
|
7449
7448
|
displayName: string;
|
7449
|
+
isDefault: boolean;
|
7450
7450
|
isArchived: boolean;
|
7451
7451
|
isRequired: boolean;
|
7452
7452
|
isUnique: boolean;
|
@@ -7683,9 +7683,9 @@ export declare const cxLogContract: {
|
|
7683
7683
|
createdAt: Date;
|
7684
7684
|
updatedAt: Date;
|
7685
7685
|
deletedAt: Date | null;
|
7686
|
-
isDefault: boolean;
|
7687
7686
|
systemName: string;
|
7688
7687
|
displayName: string;
|
7688
|
+
isDefault: boolean;
|
7689
7689
|
isArchived: boolean;
|
7690
7690
|
isRequired: boolean;
|
7691
7691
|
isUnique: boolean;
|