@kl1/contracts 1.0.49 → 1.0.50
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 +3320 -3422
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3320 -3422
- package/dist/index.mjs.map +1 -1
- package/dist/src/app/index.d.ts +17 -0
- package/dist/src/app/index.d.ts.map +1 -0
- 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 +48 -54
- 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 +1363 -8150
- 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/mail/mail-contract.d.ts +12 -12
- package/dist/src/mail/mail-server.d.ts +216 -0
- package/dist/src/mail/mail-server.d.ts.map +1 -0
- 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/platform-contact/schema.d.ts +30 -0
- package/dist/src/platform-contact/schema.d.ts.map +1 -0
- package/dist/src/telephony-cdr/index.d.ts +60 -68
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +12 -12
- package/dist/src/telephony-cdr/validation.d.ts +8 -26
- package/dist/src/telephony-cdr/validation.d.ts.map +1 -1
- 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 +1 -143
- package/dist/src/wrap-up-form/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/validation.d.ts +0 -13
- package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/src/instagram/index.d.ts +0 -6643
- package/dist/src/instagram/index.d.ts.map +0 -1
- package/dist/src/instagram/schema.d.ts +0 -2
- package/dist/src/instagram/schema.d.ts.map +0 -1
- package/dist/src/instagram/validation.d.ts +0 -109
- package/dist/src/instagram/validation.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;
|
19
18
|
attributeId: string;
|
20
19
|
textValue: string | null;
|
21
20
|
booleanValue: boolean | null;
|
22
21
|
numberValue: number | null;
|
23
22
|
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;
|
30
29
|
attributeId: string;
|
31
30
|
textValue: string | null;
|
32
31
|
booleanValue: boolean | null;
|
33
32
|
numberValue: number | null;
|
34
33
|
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;
|
357
358
|
systemName: string;
|
358
359
|
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;
|
370
371
|
systemName: string;
|
371
372
|
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;
|
389
390
|
systemName: string;
|
390
391
|
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;
|
412
413
|
systemName: string;
|
413
414
|
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;
|
513
514
|
systemName: string;
|
514
515
|
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;
|
526
527
|
systemName: string;
|
527
528
|
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;
|
622
623
|
systemName: string;
|
623
624
|
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;
|
664
665
|
systemName: string;
|
665
666
|
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;
|
819
820
|
systemName: string;
|
820
821
|
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;
|
922
923
|
systemName: string;
|
923
924
|
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;
|
1039
1040
|
systemName: string;
|
1040
1041
|
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;
|
1157
1158
|
systemName: string;
|
1158
1159
|
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;
|
2101
2102
|
systemName: string;
|
2102
2103
|
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;
|
2385
2386
|
systemName: string;
|
2386
2387
|
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;
|
2702
2703
|
systemName: string;
|
2703
2704
|
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;
|
2715
2716
|
systemName: string;
|
2716
2717
|
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;
|
2734
2735
|
systemName: string;
|
2735
2736
|
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;
|
2757
2758
|
systemName: string;
|
2758
2759
|
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;
|
2858
2859
|
systemName: string;
|
2859
2860
|
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;
|
2871
2872
|
systemName: string;
|
2872
2873
|
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;
|
2967
2968
|
systemName: string;
|
2968
2969
|
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;
|
3009
3010
|
systemName: string;
|
3010
3011
|
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;
|
3164
3165
|
systemName: string;
|
3165
3166
|
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;
|
3267
3268
|
systemName: string;
|
3268
3269
|
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;
|
3797
3798
|
systemName: string;
|
3798
3799
|
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;
|
4004
4005
|
systemName: string;
|
4005
4006
|
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;
|
4284
4285
|
systemName: string;
|
4285
4286
|
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;
|
4297
4298
|
systemName: string;
|
4298
4299
|
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;
|
4316
4317
|
systemName: string;
|
4317
4318
|
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;
|
4339
4340
|
systemName: string;
|
4340
4341
|
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;
|
4440
4441
|
systemName: string;
|
4441
4442
|
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;
|
4453
4454
|
systemName: string;
|
4454
4455
|
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;
|
4549
4550
|
systemName: string;
|
4550
4551
|
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;
|
4591
4592
|
systemName: string;
|
4592
4593
|
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;
|
4746
4747
|
systemName: string;
|
4747
4748
|
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;
|
4849
4850
|
systemName: string;
|
4850
4851
|
displayName: string;
|
4851
|
-
isDefault: boolean;
|
4852
4852
|
isArchived: boolean;
|
4853
4853
|
isRequired: boolean;
|
4854
4854
|
isUnique: boolean;
|
@@ -5143,7 +5143,6 @@ export declare const cxLogContract: {
|
|
5143
5143
|
createdAt: Date;
|
5144
5144
|
updatedAt: Date;
|
5145
5145
|
deletedAt: Date | null;
|
5146
|
-
entityId: string;
|
5147
5146
|
contact: {
|
5148
5147
|
id: string;
|
5149
5148
|
channel: string | null;
|
@@ -5164,9 +5163,9 @@ export declare const cxLogContract: {
|
|
5164
5163
|
createdAt: Date;
|
5165
5164
|
updatedAt: Date;
|
5166
5165
|
deletedAt: Date | null;
|
5166
|
+
isDefault: boolean;
|
5167
5167
|
systemName: string;
|
5168
5168
|
displayName: string;
|
5169
|
-
isDefault: boolean;
|
5170
5169
|
isArchived: boolean;
|
5171
5170
|
isRequired: boolean;
|
5172
5171
|
isUnique: boolean;
|
@@ -5248,6 +5247,7 @@ export declare const cxLogContract: {
|
|
5248
5247
|
};
|
5249
5248
|
}[] | undefined;
|
5250
5249
|
} | 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;
|
5374
5375
|
systemName: string;
|
5375
5376
|
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;
|
5613
5614
|
systemName: string;
|
5614
5615
|
displayName: string;
|
5615
|
-
isDefault: boolean;
|
5616
5616
|
isArchived: boolean;
|
5617
5617
|
isRequired: boolean;
|
5618
5618
|
isUnique: boolean;
|
@@ -5830,7 +5830,6 @@ export declare const cxLogContract: {
|
|
5830
5830
|
createdAt: Date;
|
5831
5831
|
updatedAt: Date;
|
5832
5832
|
deletedAt: Date | null;
|
5833
|
-
entityId: string;
|
5834
5833
|
contact: {
|
5835
5834
|
id: string;
|
5836
5835
|
channel: string | null;
|
@@ -5851,9 +5850,9 @@ export declare const cxLogContract: {
|
|
5851
5850
|
createdAt: Date;
|
5852
5851
|
updatedAt: Date;
|
5853
5852
|
deletedAt: Date | null;
|
5853
|
+
isDefault: boolean;
|
5854
5854
|
systemName: string;
|
5855
5855
|
displayName: string;
|
5856
|
-
isDefault: boolean;
|
5857
5856
|
isArchived: boolean;
|
5858
5857
|
isRequired: boolean;
|
5859
5858
|
isUnique: boolean;
|
@@ -5935,6 +5934,7 @@ export declare const cxLogContract: {
|
|
5935
5934
|
};
|
5936
5935
|
}[] | undefined;
|
5937
5936
|
} | 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;
|
6061
6062
|
systemName: string;
|
6062
6063
|
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;
|
6300
6301
|
systemName: string;
|
6301
6302
|
displayName: string;
|
6302
|
-
isDefault: boolean;
|
6303
6303
|
isArchived: boolean;
|
6304
6304
|
isRequired: boolean;
|
6305
6305
|
isUnique: boolean;
|
@@ -6523,7 +6523,6 @@ export declare const cxLogContract: {
|
|
6523
6523
|
createdAt: Date;
|
6524
6524
|
updatedAt: Date;
|
6525
6525
|
deletedAt: Date | null;
|
6526
|
-
entityId: string;
|
6527
6526
|
contact: {
|
6528
6527
|
id: string;
|
6529
6528
|
channel: string | null;
|
@@ -6544,9 +6543,9 @@ export declare const cxLogContract: {
|
|
6544
6543
|
createdAt: Date;
|
6545
6544
|
updatedAt: Date;
|
6546
6545
|
deletedAt: Date | null;
|
6546
|
+
isDefault: boolean;
|
6547
6547
|
systemName: string;
|
6548
6548
|
displayName: string;
|
6549
|
-
isDefault: boolean;
|
6550
6549
|
isArchived: boolean;
|
6551
6550
|
isRequired: boolean;
|
6552
6551
|
isUnique: boolean;
|
@@ -6628,6 +6627,7 @@ export declare const cxLogContract: {
|
|
6628
6627
|
};
|
6629
6628
|
}[] | undefined;
|
6630
6629
|
} | 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;
|
6754
6755
|
systemName: string;
|
6755
6756
|
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;
|
6993
6994
|
systemName: string;
|
6994
6995
|
displayName: string;
|
6995
|
-
isDefault: boolean;
|
6996
6996
|
isArchived: boolean;
|
6997
6997
|
isRequired: boolean;
|
6998
6998
|
isUnique: boolean;
|
@@ -7216,7 +7216,6 @@ export declare const cxLogContract: {
|
|
7216
7216
|
createdAt: Date;
|
7217
7217
|
updatedAt: Date;
|
7218
7218
|
deletedAt: Date | null;
|
7219
|
-
entityId: string;
|
7220
7219
|
contact: {
|
7221
7220
|
id: string;
|
7222
7221
|
channel: string | null;
|
@@ -7237,9 +7236,9 @@ export declare const cxLogContract: {
|
|
7237
7236
|
createdAt: Date;
|
7238
7237
|
updatedAt: Date;
|
7239
7238
|
deletedAt: Date | null;
|
7239
|
+
isDefault: boolean;
|
7240
7240
|
systemName: string;
|
7241
7241
|
displayName: string;
|
7242
|
-
isDefault: boolean;
|
7243
7242
|
isArchived: boolean;
|
7244
7243
|
isRequired: boolean;
|
7245
7244
|
isUnique: boolean;
|
@@ -7321,6 +7320,7 @@ export declare const cxLogContract: {
|
|
7321
7320
|
};
|
7322
7321
|
}[] | undefined;
|
7323
7322
|
} | 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;
|
7447
7448
|
systemName: string;
|
7448
7449
|
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;
|
7686
7687
|
systemName: string;
|
7687
7688
|
displayName: string;
|
7688
|
-
isDefault: boolean;
|
7689
7689
|
isArchived: boolean;
|
7690
7690
|
isRequired: boolean;
|
7691
7691
|
isUnique: boolean;
|