@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
@@ -393,9 +393,9 @@ export declare const ContactContractValidationSchema: {
|
|
393
393
|
createdAt: Date;
|
394
394
|
updatedAt: Date;
|
395
395
|
deletedAt: Date | null;
|
396
|
+
isDefault: boolean;
|
396
397
|
systemName: string;
|
397
398
|
displayName: string;
|
398
|
-
isDefault: boolean;
|
399
399
|
isArchived: boolean;
|
400
400
|
isRequired: boolean;
|
401
401
|
isUnique: boolean;
|
@@ -406,9 +406,9 @@ export declare const ContactContractValidationSchema: {
|
|
406
406
|
createdAt: Date;
|
407
407
|
updatedAt: Date;
|
408
408
|
deletedAt: Date | null;
|
409
|
+
isDefault: boolean;
|
409
410
|
systemName: string;
|
410
411
|
displayName: string;
|
411
|
-
isDefault: boolean;
|
412
412
|
isArchived: boolean;
|
413
413
|
isRequired: boolean;
|
414
414
|
isUnique: boolean;
|
@@ -425,9 +425,9 @@ export declare const ContactContractValidationSchema: {
|
|
425
425
|
createdAt: Date;
|
426
426
|
updatedAt: Date;
|
427
427
|
deletedAt: Date | null;
|
428
|
+
isDefault: boolean;
|
428
429
|
systemName: string;
|
429
430
|
displayName: string;
|
430
|
-
isDefault: boolean;
|
431
431
|
isArchived: boolean;
|
432
432
|
isRequired: boolean;
|
433
433
|
isUnique: boolean;
|
@@ -448,9 +448,9 @@ export declare const ContactContractValidationSchema: {
|
|
448
448
|
createdAt: Date;
|
449
449
|
updatedAt: Date;
|
450
450
|
deletedAt: Date | null;
|
451
|
+
isDefault: boolean;
|
451
452
|
systemName: string;
|
452
453
|
displayName: string;
|
453
|
-
isDefault: boolean;
|
454
454
|
isArchived: boolean;
|
455
455
|
isRequired: boolean;
|
456
456
|
isUnique: boolean;
|
@@ -549,9 +549,9 @@ export declare const ContactContractValidationSchema: {
|
|
549
549
|
createdAt: Date;
|
550
550
|
updatedAt: Date;
|
551
551
|
deletedAt: Date | null;
|
552
|
+
isDefault: boolean;
|
552
553
|
systemName: string;
|
553
554
|
displayName: string;
|
554
|
-
isDefault: boolean;
|
555
555
|
isArchived: boolean;
|
556
556
|
isRequired: boolean;
|
557
557
|
isUnique: boolean;
|
@@ -562,9 +562,9 @@ export declare const ContactContractValidationSchema: {
|
|
562
562
|
createdAt: Date;
|
563
563
|
updatedAt: Date;
|
564
564
|
deletedAt: Date | null;
|
565
|
+
isDefault: boolean;
|
565
566
|
systemName: string;
|
566
567
|
displayName: string;
|
567
|
-
isDefault: boolean;
|
568
568
|
isArchived: boolean;
|
569
569
|
isRequired: boolean;
|
570
570
|
isUnique: boolean;
|
@@ -658,9 +658,9 @@ export declare const ContactContractValidationSchema: {
|
|
658
658
|
createdAt: Date;
|
659
659
|
updatedAt: Date;
|
660
660
|
deletedAt: Date | null;
|
661
|
+
isDefault: boolean;
|
661
662
|
systemName: string;
|
662
663
|
displayName: string;
|
663
|
-
isDefault: boolean;
|
664
664
|
isArchived: boolean;
|
665
665
|
isRequired: boolean;
|
666
666
|
isUnique: boolean;
|
@@ -700,9 +700,9 @@ export declare const ContactContractValidationSchema: {
|
|
700
700
|
createdAt: Date;
|
701
701
|
updatedAt: Date;
|
702
702
|
deletedAt: Date | null;
|
703
|
+
isDefault: boolean;
|
703
704
|
systemName: string;
|
704
705
|
displayName: string;
|
705
|
-
isDefault: boolean;
|
706
706
|
isArchived: boolean;
|
707
707
|
isRequired: boolean;
|
708
708
|
isUnique: boolean;
|
@@ -855,9 +855,9 @@ export declare const ContactContractValidationSchema: {
|
|
855
855
|
createdAt: Date;
|
856
856
|
updatedAt: Date;
|
857
857
|
deletedAt: Date | null;
|
858
|
+
isDefault: boolean;
|
858
859
|
systemName: string;
|
859
860
|
displayName: string;
|
860
|
-
isDefault: boolean;
|
861
861
|
isArchived: boolean;
|
862
862
|
isRequired: boolean;
|
863
863
|
isUnique: boolean;
|
@@ -958,9 +958,9 @@ export declare const ContactContractValidationSchema: {
|
|
958
958
|
createdAt: Date;
|
959
959
|
updatedAt: Date;
|
960
960
|
deletedAt: Date | null;
|
961
|
+
isDefault: boolean;
|
961
962
|
systemName: string;
|
962
963
|
displayName: string;
|
963
|
-
isDefault: boolean;
|
964
964
|
isArchived: boolean;
|
965
965
|
isRequired: boolean;
|
966
966
|
isUnique: boolean;
|
@@ -1231,9 +1231,9 @@ export declare const ContactContractValidationSchema: {
|
|
1231
1231
|
createdAt: Date;
|
1232
1232
|
updatedAt: Date;
|
1233
1233
|
deletedAt: Date | null;
|
1234
|
+
isDefault: boolean;
|
1234
1235
|
systemName: string;
|
1235
1236
|
displayName: string;
|
1236
|
-
isDefault: boolean;
|
1237
1237
|
isArchived: boolean;
|
1238
1238
|
isRequired: boolean;
|
1239
1239
|
isUnique: boolean;
|
@@ -1244,9 +1244,9 @@ export declare const ContactContractValidationSchema: {
|
|
1244
1244
|
createdAt: Date;
|
1245
1245
|
updatedAt: Date;
|
1246
1246
|
deletedAt: Date | null;
|
1247
|
+
isDefault: boolean;
|
1247
1248
|
systemName: string;
|
1248
1249
|
displayName: string;
|
1249
|
-
isDefault: boolean;
|
1250
1250
|
isArchived: boolean;
|
1251
1251
|
isRequired: boolean;
|
1252
1252
|
isUnique: boolean;
|
@@ -1263,9 +1263,9 @@ export declare const ContactContractValidationSchema: {
|
|
1263
1263
|
createdAt: Date;
|
1264
1264
|
updatedAt: Date;
|
1265
1265
|
deletedAt: Date | null;
|
1266
|
+
isDefault: boolean;
|
1266
1267
|
systemName: string;
|
1267
1268
|
displayName: string;
|
1268
|
-
isDefault: boolean;
|
1269
1269
|
isArchived: boolean;
|
1270
1270
|
isRequired: boolean;
|
1271
1271
|
isUnique: boolean;
|
@@ -1286,9 +1286,9 @@ export declare const ContactContractValidationSchema: {
|
|
1286
1286
|
createdAt: Date;
|
1287
1287
|
updatedAt: Date;
|
1288
1288
|
deletedAt: Date | null;
|
1289
|
+
isDefault: boolean;
|
1289
1290
|
systemName: string;
|
1290
1291
|
displayName: string;
|
1291
|
-
isDefault: boolean;
|
1292
1292
|
isArchived: boolean;
|
1293
1293
|
isRequired: boolean;
|
1294
1294
|
isUnique: boolean;
|
@@ -1387,9 +1387,9 @@ export declare const ContactContractValidationSchema: {
|
|
1387
1387
|
createdAt: Date;
|
1388
1388
|
updatedAt: Date;
|
1389
1389
|
deletedAt: Date | null;
|
1390
|
+
isDefault: boolean;
|
1390
1391
|
systemName: string;
|
1391
1392
|
displayName: string;
|
1392
|
-
isDefault: boolean;
|
1393
1393
|
isArchived: boolean;
|
1394
1394
|
isRequired: boolean;
|
1395
1395
|
isUnique: boolean;
|
@@ -1400,9 +1400,9 @@ export declare const ContactContractValidationSchema: {
|
|
1400
1400
|
createdAt: Date;
|
1401
1401
|
updatedAt: Date;
|
1402
1402
|
deletedAt: Date | null;
|
1403
|
+
isDefault: boolean;
|
1403
1404
|
systemName: string;
|
1404
1405
|
displayName: string;
|
1405
|
-
isDefault: boolean;
|
1406
1406
|
isArchived: boolean;
|
1407
1407
|
isRequired: boolean;
|
1408
1408
|
isUnique: boolean;
|
@@ -1496,9 +1496,9 @@ export declare const ContactContractValidationSchema: {
|
|
1496
1496
|
createdAt: Date;
|
1497
1497
|
updatedAt: Date;
|
1498
1498
|
deletedAt: Date | null;
|
1499
|
+
isDefault: boolean;
|
1499
1500
|
systemName: string;
|
1500
1501
|
displayName: string;
|
1501
|
-
isDefault: boolean;
|
1502
1502
|
isArchived: boolean;
|
1503
1503
|
isRequired: boolean;
|
1504
1504
|
isUnique: boolean;
|
@@ -1538,9 +1538,9 @@ export declare const ContactContractValidationSchema: {
|
|
1538
1538
|
createdAt: Date;
|
1539
1539
|
updatedAt: Date;
|
1540
1540
|
deletedAt: Date | null;
|
1541
|
+
isDefault: boolean;
|
1541
1542
|
systemName: string;
|
1542
1543
|
displayName: string;
|
1543
|
-
isDefault: boolean;
|
1544
1544
|
isArchived: boolean;
|
1545
1545
|
isRequired: boolean;
|
1546
1546
|
isUnique: boolean;
|
@@ -1693,9 +1693,9 @@ export declare const ContactContractValidationSchema: {
|
|
1693
1693
|
createdAt: Date;
|
1694
1694
|
updatedAt: Date;
|
1695
1695
|
deletedAt: Date | null;
|
1696
|
+
isDefault: boolean;
|
1696
1697
|
systemName: string;
|
1697
1698
|
displayName: string;
|
1698
|
-
isDefault: boolean;
|
1699
1699
|
isArchived: boolean;
|
1700
1700
|
isRequired: boolean;
|
1701
1701
|
isUnique: boolean;
|
@@ -1796,9 +1796,9 @@ export declare const ContactContractValidationSchema: {
|
|
1796
1796
|
createdAt: Date;
|
1797
1797
|
updatedAt: Date;
|
1798
1798
|
deletedAt: Date | null;
|
1799
|
+
isDefault: boolean;
|
1799
1800
|
systemName: string;
|
1800
1801
|
displayName: string;
|
1801
|
-
isDefault: boolean;
|
1802
1802
|
isArchived: boolean;
|
1803
1803
|
isRequired: boolean;
|
1804
1804
|
isUnique: boolean;
|
@@ -1999,9 +1999,9 @@ export declare const ContactContractValidationSchema: {
|
|
1999
1999
|
createdAt: Date;
|
2000
2000
|
updatedAt: Date;
|
2001
2001
|
deletedAt: Date | null;
|
2002
|
+
isDefault: boolean;
|
2002
2003
|
systemName: string;
|
2003
2004
|
displayName: string;
|
2004
|
-
isDefault: boolean;
|
2005
2005
|
isArchived: boolean;
|
2006
2006
|
isRequired: boolean;
|
2007
2007
|
isUnique: boolean;
|
@@ -2012,9 +2012,9 @@ export declare const ContactContractValidationSchema: {
|
|
2012
2012
|
createdAt: Date;
|
2013
2013
|
updatedAt: Date;
|
2014
2014
|
deletedAt: Date | null;
|
2015
|
+
isDefault: boolean;
|
2015
2016
|
systemName: string;
|
2016
2017
|
displayName: string;
|
2017
|
-
isDefault: boolean;
|
2018
2018
|
isArchived: boolean;
|
2019
2019
|
isRequired: boolean;
|
2020
2020
|
isUnique: boolean;
|
@@ -2031,9 +2031,9 @@ export declare const ContactContractValidationSchema: {
|
|
2031
2031
|
createdAt: Date;
|
2032
2032
|
updatedAt: Date;
|
2033
2033
|
deletedAt: Date | null;
|
2034
|
+
isDefault: boolean;
|
2034
2035
|
systemName: string;
|
2035
2036
|
displayName: string;
|
2036
|
-
isDefault: boolean;
|
2037
2037
|
isArchived: boolean;
|
2038
2038
|
isRequired: boolean;
|
2039
2039
|
isUnique: boolean;
|
@@ -2054,9 +2054,9 @@ export declare const ContactContractValidationSchema: {
|
|
2054
2054
|
createdAt: Date;
|
2055
2055
|
updatedAt: Date;
|
2056
2056
|
deletedAt: Date | null;
|
2057
|
+
isDefault: boolean;
|
2057
2058
|
systemName: string;
|
2058
2059
|
displayName: string;
|
2059
|
-
isDefault: boolean;
|
2060
2060
|
isArchived: boolean;
|
2061
2061
|
isRequired: boolean;
|
2062
2062
|
isUnique: boolean;
|
@@ -2155,9 +2155,9 @@ export declare const ContactContractValidationSchema: {
|
|
2155
2155
|
createdAt: Date;
|
2156
2156
|
updatedAt: Date;
|
2157
2157
|
deletedAt: Date | null;
|
2158
|
+
isDefault: boolean;
|
2158
2159
|
systemName: string;
|
2159
2160
|
displayName: string;
|
2160
|
-
isDefault: boolean;
|
2161
2161
|
isArchived: boolean;
|
2162
2162
|
isRequired: boolean;
|
2163
2163
|
isUnique: boolean;
|
@@ -2168,9 +2168,9 @@ export declare const ContactContractValidationSchema: {
|
|
2168
2168
|
createdAt: Date;
|
2169
2169
|
updatedAt: Date;
|
2170
2170
|
deletedAt: Date | null;
|
2171
|
+
isDefault: boolean;
|
2171
2172
|
systemName: string;
|
2172
2173
|
displayName: string;
|
2173
|
-
isDefault: boolean;
|
2174
2174
|
isArchived: boolean;
|
2175
2175
|
isRequired: boolean;
|
2176
2176
|
isUnique: boolean;
|
@@ -2264,9 +2264,9 @@ export declare const ContactContractValidationSchema: {
|
|
2264
2264
|
createdAt: Date;
|
2265
2265
|
updatedAt: Date;
|
2266
2266
|
deletedAt: Date | null;
|
2267
|
+
isDefault: boolean;
|
2267
2268
|
systemName: string;
|
2268
2269
|
displayName: string;
|
2269
|
-
isDefault: boolean;
|
2270
2270
|
isArchived: boolean;
|
2271
2271
|
isRequired: boolean;
|
2272
2272
|
isUnique: boolean;
|
@@ -2306,9 +2306,9 @@ export declare const ContactContractValidationSchema: {
|
|
2306
2306
|
createdAt: Date;
|
2307
2307
|
updatedAt: Date;
|
2308
2308
|
deletedAt: Date | null;
|
2309
|
+
isDefault: boolean;
|
2309
2310
|
systemName: string;
|
2310
2311
|
displayName: string;
|
2311
|
-
isDefault: boolean;
|
2312
2312
|
isArchived: boolean;
|
2313
2313
|
isRequired: boolean;
|
2314
2314
|
isUnique: boolean;
|
@@ -2461,9 +2461,9 @@ export declare const ContactContractValidationSchema: {
|
|
2461
2461
|
createdAt: Date;
|
2462
2462
|
updatedAt: Date;
|
2463
2463
|
deletedAt: Date | null;
|
2464
|
+
isDefault: boolean;
|
2464
2465
|
systemName: string;
|
2465
2466
|
displayName: string;
|
2466
|
-
isDefault: boolean;
|
2467
2467
|
isArchived: boolean;
|
2468
2468
|
isRequired: boolean;
|
2469
2469
|
isUnique: boolean;
|
@@ -2564,9 +2564,9 @@ export declare const ContactContractValidationSchema: {
|
|
2564
2564
|
createdAt: Date;
|
2565
2565
|
updatedAt: Date;
|
2566
2566
|
deletedAt: Date | null;
|
2567
|
+
isDefault: boolean;
|
2567
2568
|
systemName: string;
|
2568
2569
|
displayName: string;
|
2569
|
-
isDefault: boolean;
|
2570
2570
|
isArchived: boolean;
|
2571
2571
|
isRequired: boolean;
|
2572
2572
|
isUnique: boolean;
|
@@ -2766,9 +2766,9 @@ export declare const ContactContractValidationSchema: {
|
|
2766
2766
|
createdAt: Date;
|
2767
2767
|
updatedAt: Date;
|
2768
2768
|
deletedAt: Date | null;
|
2769
|
+
isDefault: boolean;
|
2769
2770
|
systemName: string;
|
2770
2771
|
displayName: string;
|
2771
|
-
isDefault: boolean;
|
2772
2772
|
isArchived: boolean;
|
2773
2773
|
isRequired: boolean;
|
2774
2774
|
isUnique: boolean;
|
@@ -2779,9 +2779,9 @@ export declare const ContactContractValidationSchema: {
|
|
2779
2779
|
createdAt: Date;
|
2780
2780
|
updatedAt: Date;
|
2781
2781
|
deletedAt: Date | null;
|
2782
|
+
isDefault: boolean;
|
2782
2783
|
systemName: string;
|
2783
2784
|
displayName: string;
|
2784
|
-
isDefault: boolean;
|
2785
2785
|
isArchived: boolean;
|
2786
2786
|
isRequired: boolean;
|
2787
2787
|
isUnique: boolean;
|
@@ -2798,9 +2798,9 @@ export declare const ContactContractValidationSchema: {
|
|
2798
2798
|
createdAt: Date;
|
2799
2799
|
updatedAt: Date;
|
2800
2800
|
deletedAt: Date | null;
|
2801
|
+
isDefault: boolean;
|
2801
2802
|
systemName: string;
|
2802
2803
|
displayName: string;
|
2803
|
-
isDefault: boolean;
|
2804
2804
|
isArchived: boolean;
|
2805
2805
|
isRequired: boolean;
|
2806
2806
|
isUnique: boolean;
|
@@ -2821,9 +2821,9 @@ export declare const ContactContractValidationSchema: {
|
|
2821
2821
|
createdAt: Date;
|
2822
2822
|
updatedAt: Date;
|
2823
2823
|
deletedAt: Date | null;
|
2824
|
+
isDefault: boolean;
|
2824
2825
|
systemName: string;
|
2825
2826
|
displayName: string;
|
2826
|
-
isDefault: boolean;
|
2827
2827
|
isArchived: boolean;
|
2828
2828
|
isRequired: boolean;
|
2829
2829
|
isUnique: boolean;
|
@@ -2922,9 +2922,9 @@ export declare const ContactContractValidationSchema: {
|
|
2922
2922
|
createdAt: Date;
|
2923
2923
|
updatedAt: Date;
|
2924
2924
|
deletedAt: Date | null;
|
2925
|
+
isDefault: boolean;
|
2925
2926
|
systemName: string;
|
2926
2927
|
displayName: string;
|
2927
|
-
isDefault: boolean;
|
2928
2928
|
isArchived: boolean;
|
2929
2929
|
isRequired: boolean;
|
2930
2930
|
isUnique: boolean;
|
@@ -2935,9 +2935,9 @@ export declare const ContactContractValidationSchema: {
|
|
2935
2935
|
createdAt: Date;
|
2936
2936
|
updatedAt: Date;
|
2937
2937
|
deletedAt: Date | null;
|
2938
|
+
isDefault: boolean;
|
2938
2939
|
systemName: string;
|
2939
2940
|
displayName: string;
|
2940
|
-
isDefault: boolean;
|
2941
2941
|
isArchived: boolean;
|
2942
2942
|
isRequired: boolean;
|
2943
2943
|
isUnique: boolean;
|
@@ -3031,9 +3031,9 @@ export declare const ContactContractValidationSchema: {
|
|
3031
3031
|
createdAt: Date;
|
3032
3032
|
updatedAt: Date;
|
3033
3033
|
deletedAt: Date | null;
|
3034
|
+
isDefault: boolean;
|
3034
3035
|
systemName: string;
|
3035
3036
|
displayName: string;
|
3036
|
-
isDefault: boolean;
|
3037
3037
|
isArchived: boolean;
|
3038
3038
|
isRequired: boolean;
|
3039
3039
|
isUnique: boolean;
|
@@ -3073,9 +3073,9 @@ export declare const ContactContractValidationSchema: {
|
|
3073
3073
|
createdAt: Date;
|
3074
3074
|
updatedAt: Date;
|
3075
3075
|
deletedAt: Date | null;
|
3076
|
+
isDefault: boolean;
|
3076
3077
|
systemName: string;
|
3077
3078
|
displayName: string;
|
3078
|
-
isDefault: boolean;
|
3079
3079
|
isArchived: boolean;
|
3080
3080
|
isRequired: boolean;
|
3081
3081
|
isUnique: boolean;
|
@@ -3228,9 +3228,9 @@ export declare const ContactContractValidationSchema: {
|
|
3228
3228
|
createdAt: Date;
|
3229
3229
|
updatedAt: Date;
|
3230
3230
|
deletedAt: Date | null;
|
3231
|
+
isDefault: boolean;
|
3231
3232
|
systemName: string;
|
3232
3233
|
displayName: string;
|
3233
|
-
isDefault: boolean;
|
3234
3234
|
isArchived: boolean;
|
3235
3235
|
isRequired: boolean;
|
3236
3236
|
isUnique: boolean;
|
@@ -3331,9 +3331,9 @@ export declare const ContactContractValidationSchema: {
|
|
3331
3331
|
createdAt: Date;
|
3332
3332
|
updatedAt: Date;
|
3333
3333
|
deletedAt: Date | null;
|
3334
|
+
isDefault: boolean;
|
3334
3335
|
systemName: string;
|
3335
3336
|
displayName: string;
|
3336
|
-
isDefault: boolean;
|
3337
3337
|
isArchived: boolean;
|
3338
3338
|
isRequired: boolean;
|
3339
3339
|
isUnique: boolean;
|
@@ -3536,9 +3536,9 @@ export declare const ContactContractValidationSchema: {
|
|
3536
3536
|
createdAt: Date;
|
3537
3537
|
updatedAt: Date;
|
3538
3538
|
deletedAt: Date | null;
|
3539
|
+
isDefault: boolean;
|
3539
3540
|
systemName: string;
|
3540
3541
|
displayName: string;
|
3541
|
-
isDefault: boolean;
|
3542
3542
|
isArchived: boolean;
|
3543
3543
|
isRequired: boolean;
|
3544
3544
|
isUnique: boolean;
|
@@ -3549,9 +3549,9 @@ export declare const ContactContractValidationSchema: {
|
|
3549
3549
|
createdAt: Date;
|
3550
3550
|
updatedAt: Date;
|
3551
3551
|
deletedAt: Date | null;
|
3552
|
+
isDefault: boolean;
|
3552
3553
|
systemName: string;
|
3553
3554
|
displayName: string;
|
3554
|
-
isDefault: boolean;
|
3555
3555
|
isArchived: boolean;
|
3556
3556
|
isRequired: boolean;
|
3557
3557
|
isUnique: boolean;
|
@@ -3568,9 +3568,9 @@ export declare const ContactContractValidationSchema: {
|
|
3568
3568
|
createdAt: Date;
|
3569
3569
|
updatedAt: Date;
|
3570
3570
|
deletedAt: Date | null;
|
3571
|
+
isDefault: boolean;
|
3571
3572
|
systemName: string;
|
3572
3573
|
displayName: string;
|
3573
|
-
isDefault: boolean;
|
3574
3574
|
isArchived: boolean;
|
3575
3575
|
isRequired: boolean;
|
3576
3576
|
isUnique: boolean;
|
@@ -3591,9 +3591,9 @@ export declare const ContactContractValidationSchema: {
|
|
3591
3591
|
createdAt: Date;
|
3592
3592
|
updatedAt: Date;
|
3593
3593
|
deletedAt: Date | null;
|
3594
|
+
isDefault: boolean;
|
3594
3595
|
systemName: string;
|
3595
3596
|
displayName: string;
|
3596
|
-
isDefault: boolean;
|
3597
3597
|
isArchived: boolean;
|
3598
3598
|
isRequired: boolean;
|
3599
3599
|
isUnique: boolean;
|
@@ -3692,9 +3692,9 @@ export declare const ContactContractValidationSchema: {
|
|
3692
3692
|
createdAt: Date;
|
3693
3693
|
updatedAt: Date;
|
3694
3694
|
deletedAt: Date | null;
|
3695
|
+
isDefault: boolean;
|
3695
3696
|
systemName: string;
|
3696
3697
|
displayName: string;
|
3697
|
-
isDefault: boolean;
|
3698
3698
|
isArchived: boolean;
|
3699
3699
|
isRequired: boolean;
|
3700
3700
|
isUnique: boolean;
|
@@ -3705,9 +3705,9 @@ export declare const ContactContractValidationSchema: {
|
|
3705
3705
|
createdAt: Date;
|
3706
3706
|
updatedAt: Date;
|
3707
3707
|
deletedAt: Date | null;
|
3708
|
+
isDefault: boolean;
|
3708
3709
|
systemName: string;
|
3709
3710
|
displayName: string;
|
3710
|
-
isDefault: boolean;
|
3711
3711
|
isArchived: boolean;
|
3712
3712
|
isRequired: boolean;
|
3713
3713
|
isUnique: boolean;
|
@@ -3801,9 +3801,9 @@ export declare const ContactContractValidationSchema: {
|
|
3801
3801
|
createdAt: Date;
|
3802
3802
|
updatedAt: Date;
|
3803
3803
|
deletedAt: Date | null;
|
3804
|
+
isDefault: boolean;
|
3804
3805
|
systemName: string;
|
3805
3806
|
displayName: string;
|
3806
|
-
isDefault: boolean;
|
3807
3807
|
isArchived: boolean;
|
3808
3808
|
isRequired: boolean;
|
3809
3809
|
isUnique: boolean;
|
@@ -3843,9 +3843,9 @@ export declare const ContactContractValidationSchema: {
|
|
3843
3843
|
createdAt: Date;
|
3844
3844
|
updatedAt: Date;
|
3845
3845
|
deletedAt: Date | null;
|
3846
|
+
isDefault: boolean;
|
3846
3847
|
systemName: string;
|
3847
3848
|
displayName: string;
|
3848
|
-
isDefault: boolean;
|
3849
3849
|
isArchived: boolean;
|
3850
3850
|
isRequired: boolean;
|
3851
3851
|
isUnique: boolean;
|
@@ -3998,9 +3998,9 @@ export declare const ContactContractValidationSchema: {
|
|
3998
3998
|
createdAt: Date;
|
3999
3999
|
updatedAt: Date;
|
4000
4000
|
deletedAt: Date | null;
|
4001
|
+
isDefault: boolean;
|
4001
4002
|
systemName: string;
|
4002
4003
|
displayName: string;
|
4003
|
-
isDefault: boolean;
|
4004
4004
|
isArchived: boolean;
|
4005
4005
|
isRequired: boolean;
|
4006
4006
|
isUnique: boolean;
|
@@ -4101,9 +4101,9 @@ export declare const ContactContractValidationSchema: {
|
|
4101
4101
|
createdAt: Date;
|
4102
4102
|
updatedAt: Date;
|
4103
4103
|
deletedAt: Date | null;
|
4104
|
+
isDefault: boolean;
|
4104
4105
|
systemName: string;
|
4105
4106
|
displayName: string;
|
4106
|
-
isDefault: boolean;
|
4107
4107
|
isArchived: boolean;
|
4108
4108
|
isRequired: boolean;
|
4109
4109
|
isUnique: boolean;
|
@@ -4342,9 +4342,9 @@ export declare const ContactContractValidationSchema: {
|
|
4342
4342
|
createdAt: Date;
|
4343
4343
|
updatedAt: Date;
|
4344
4344
|
deletedAt: Date | null;
|
4345
|
+
isDefault: boolean;
|
4345
4346
|
systemName: string;
|
4346
4347
|
displayName: string;
|
4347
|
-
isDefault: boolean;
|
4348
4348
|
isArchived: boolean;
|
4349
4349
|
isRequired: boolean;
|
4350
4350
|
isUnique: boolean;
|
@@ -4355,9 +4355,9 @@ export declare const ContactContractValidationSchema: {
|
|
4355
4355
|
createdAt: Date;
|
4356
4356
|
updatedAt: Date;
|
4357
4357
|
deletedAt: Date | null;
|
4358
|
+
isDefault: boolean;
|
4358
4359
|
systemName: string;
|
4359
4360
|
displayName: string;
|
4360
|
-
isDefault: boolean;
|
4361
4361
|
isArchived: boolean;
|
4362
4362
|
isRequired: boolean;
|
4363
4363
|
isUnique: boolean;
|
@@ -4374,9 +4374,9 @@ export declare const ContactContractValidationSchema: {
|
|
4374
4374
|
createdAt: Date;
|
4375
4375
|
updatedAt: Date;
|
4376
4376
|
deletedAt: Date | null;
|
4377
|
+
isDefault: boolean;
|
4377
4378
|
systemName: string;
|
4378
4379
|
displayName: string;
|
4379
|
-
isDefault: boolean;
|
4380
4380
|
isArchived: boolean;
|
4381
4381
|
isRequired: boolean;
|
4382
4382
|
isUnique: boolean;
|
@@ -4397,9 +4397,9 @@ export declare const ContactContractValidationSchema: {
|
|
4397
4397
|
createdAt: Date;
|
4398
4398
|
updatedAt: Date;
|
4399
4399
|
deletedAt: Date | null;
|
4400
|
+
isDefault: boolean;
|
4400
4401
|
systemName: string;
|
4401
4402
|
displayName: string;
|
4402
|
-
isDefault: boolean;
|
4403
4403
|
isArchived: boolean;
|
4404
4404
|
isRequired: boolean;
|
4405
4405
|
isUnique: boolean;
|
@@ -4498,9 +4498,9 @@ export declare const ContactContractValidationSchema: {
|
|
4498
4498
|
createdAt: Date;
|
4499
4499
|
updatedAt: Date;
|
4500
4500
|
deletedAt: Date | null;
|
4501
|
+
isDefault: boolean;
|
4501
4502
|
systemName: string;
|
4502
4503
|
displayName: string;
|
4503
|
-
isDefault: boolean;
|
4504
4504
|
isArchived: boolean;
|
4505
4505
|
isRequired: boolean;
|
4506
4506
|
isUnique: boolean;
|
@@ -4511,9 +4511,9 @@ export declare const ContactContractValidationSchema: {
|
|
4511
4511
|
createdAt: Date;
|
4512
4512
|
updatedAt: Date;
|
4513
4513
|
deletedAt: Date | null;
|
4514
|
+
isDefault: boolean;
|
4514
4515
|
systemName: string;
|
4515
4516
|
displayName: string;
|
4516
|
-
isDefault: boolean;
|
4517
4517
|
isArchived: boolean;
|
4518
4518
|
isRequired: boolean;
|
4519
4519
|
isUnique: boolean;
|
@@ -4607,9 +4607,9 @@ export declare const ContactContractValidationSchema: {
|
|
4607
4607
|
createdAt: Date;
|
4608
4608
|
updatedAt: Date;
|
4609
4609
|
deletedAt: Date | null;
|
4610
|
+
isDefault: boolean;
|
4610
4611
|
systemName: string;
|
4611
4612
|
displayName: string;
|
4612
|
-
isDefault: boolean;
|
4613
4613
|
isArchived: boolean;
|
4614
4614
|
isRequired: boolean;
|
4615
4615
|
isUnique: boolean;
|
@@ -4649,9 +4649,9 @@ export declare const ContactContractValidationSchema: {
|
|
4649
4649
|
createdAt: Date;
|
4650
4650
|
updatedAt: Date;
|
4651
4651
|
deletedAt: Date | null;
|
4652
|
+
isDefault: boolean;
|
4652
4653
|
systemName: string;
|
4653
4654
|
displayName: string;
|
4654
|
-
isDefault: boolean;
|
4655
4655
|
isArchived: boolean;
|
4656
4656
|
isRequired: boolean;
|
4657
4657
|
isUnique: boolean;
|
@@ -4804,9 +4804,9 @@ export declare const ContactContractValidationSchema: {
|
|
4804
4804
|
createdAt: Date;
|
4805
4805
|
updatedAt: Date;
|
4806
4806
|
deletedAt: Date | null;
|
4807
|
+
isDefault: boolean;
|
4807
4808
|
systemName: string;
|
4808
4809
|
displayName: string;
|
4809
|
-
isDefault: boolean;
|
4810
4810
|
isArchived: boolean;
|
4811
4811
|
isRequired: boolean;
|
4812
4812
|
isUnique: boolean;
|
@@ -4907,9 +4907,9 @@ export declare const ContactContractValidationSchema: {
|
|
4907
4907
|
createdAt: Date;
|
4908
4908
|
updatedAt: Date;
|
4909
4909
|
deletedAt: Date | null;
|
4910
|
+
isDefault: boolean;
|
4910
4911
|
systemName: string;
|
4911
4912
|
displayName: string;
|
4912
|
-
isDefault: boolean;
|
4913
4913
|
isArchived: boolean;
|
4914
4914
|
isRequired: boolean;
|
4915
4915
|
isUnique: boolean;
|
@@ -5146,9 +5146,9 @@ export declare const ContactContractValidationSchema: {
|
|
5146
5146
|
createdAt: Date;
|
5147
5147
|
updatedAt: Date;
|
5148
5148
|
deletedAt: Date | null;
|
5149
|
+
isDefault: boolean;
|
5149
5150
|
systemName: string;
|
5150
5151
|
displayName: string;
|
5151
|
-
isDefault: boolean;
|
5152
5152
|
isArchived: boolean;
|
5153
5153
|
isRequired: boolean;
|
5154
5154
|
isUnique: boolean;
|
@@ -5159,9 +5159,9 @@ export declare const ContactContractValidationSchema: {
|
|
5159
5159
|
createdAt: Date;
|
5160
5160
|
updatedAt: Date;
|
5161
5161
|
deletedAt: Date | null;
|
5162
|
+
isDefault: boolean;
|
5162
5163
|
systemName: string;
|
5163
5164
|
displayName: string;
|
5164
|
-
isDefault: boolean;
|
5165
5165
|
isArchived: boolean;
|
5166
5166
|
isRequired: boolean;
|
5167
5167
|
isUnique: boolean;
|
@@ -5178,9 +5178,9 @@ export declare const ContactContractValidationSchema: {
|
|
5178
5178
|
createdAt: Date;
|
5179
5179
|
updatedAt: Date;
|
5180
5180
|
deletedAt: Date | null;
|
5181
|
+
isDefault: boolean;
|
5181
5182
|
systemName: string;
|
5182
5183
|
displayName: string;
|
5183
|
-
isDefault: boolean;
|
5184
5184
|
isArchived: boolean;
|
5185
5185
|
isRequired: boolean;
|
5186
5186
|
isUnique: boolean;
|
@@ -5201,9 +5201,9 @@ export declare const ContactContractValidationSchema: {
|
|
5201
5201
|
createdAt: Date;
|
5202
5202
|
updatedAt: Date;
|
5203
5203
|
deletedAt: Date | null;
|
5204
|
+
isDefault: boolean;
|
5204
5205
|
systemName: string;
|
5205
5206
|
displayName: string;
|
5206
|
-
isDefault: boolean;
|
5207
5207
|
isArchived: boolean;
|
5208
5208
|
isRequired: boolean;
|
5209
5209
|
isUnique: boolean;
|
@@ -5302,9 +5302,9 @@ export declare const ContactContractValidationSchema: {
|
|
5302
5302
|
createdAt: Date;
|
5303
5303
|
updatedAt: Date;
|
5304
5304
|
deletedAt: Date | null;
|
5305
|
+
isDefault: boolean;
|
5305
5306
|
systemName: string;
|
5306
5307
|
displayName: string;
|
5307
|
-
isDefault: boolean;
|
5308
5308
|
isArchived: boolean;
|
5309
5309
|
isRequired: boolean;
|
5310
5310
|
isUnique: boolean;
|
@@ -5315,9 +5315,9 @@ export declare const ContactContractValidationSchema: {
|
|
5315
5315
|
createdAt: Date;
|
5316
5316
|
updatedAt: Date;
|
5317
5317
|
deletedAt: Date | null;
|
5318
|
+
isDefault: boolean;
|
5318
5319
|
systemName: string;
|
5319
5320
|
displayName: string;
|
5320
|
-
isDefault: boolean;
|
5321
5321
|
isArchived: boolean;
|
5322
5322
|
isRequired: boolean;
|
5323
5323
|
isUnique: boolean;
|
@@ -5411,9 +5411,9 @@ export declare const ContactContractValidationSchema: {
|
|
5411
5411
|
createdAt: Date;
|
5412
5412
|
updatedAt: Date;
|
5413
5413
|
deletedAt: Date | null;
|
5414
|
+
isDefault: boolean;
|
5414
5415
|
systemName: string;
|
5415
5416
|
displayName: string;
|
5416
|
-
isDefault: boolean;
|
5417
5417
|
isArchived: boolean;
|
5418
5418
|
isRequired: boolean;
|
5419
5419
|
isUnique: boolean;
|
@@ -5453,9 +5453,9 @@ export declare const ContactContractValidationSchema: {
|
|
5453
5453
|
createdAt: Date;
|
5454
5454
|
updatedAt: Date;
|
5455
5455
|
deletedAt: Date | null;
|
5456
|
+
isDefault: boolean;
|
5456
5457
|
systemName: string;
|
5457
5458
|
displayName: string;
|
5458
|
-
isDefault: boolean;
|
5459
5459
|
isArchived: boolean;
|
5460
5460
|
isRequired: boolean;
|
5461
5461
|
isUnique: boolean;
|
@@ -5608,9 +5608,9 @@ export declare const ContactContractValidationSchema: {
|
|
5608
5608
|
createdAt: Date;
|
5609
5609
|
updatedAt: Date;
|
5610
5610
|
deletedAt: Date | null;
|
5611
|
+
isDefault: boolean;
|
5611
5612
|
systemName: string;
|
5612
5613
|
displayName: string;
|
5613
|
-
isDefault: boolean;
|
5614
5614
|
isArchived: boolean;
|
5615
5615
|
isRequired: boolean;
|
5616
5616
|
isUnique: boolean;
|
@@ -5711,9 +5711,9 @@ export declare const ContactContractValidationSchema: {
|
|
5711
5711
|
createdAt: Date;
|
5712
5712
|
updatedAt: Date;
|
5713
5713
|
deletedAt: Date | null;
|
5714
|
+
isDefault: boolean;
|
5714
5715
|
systemName: string;
|
5715
5716
|
displayName: string;
|
5716
|
-
isDefault: boolean;
|
5717
5717
|
isArchived: boolean;
|
5718
5718
|
isRequired: boolean;
|
5719
5719
|
isUnique: boolean;
|
@@ -5849,23 +5849,23 @@ export declare const ContactContractValidationSchema: {
|
|
5849
5849
|
createdAt: Date;
|
5850
5850
|
updatedAt: Date;
|
5851
5851
|
deletedAt: Date | null;
|
5852
|
-
entityId: string;
|
5853
5852
|
attributeId: string;
|
5854
5853
|
textValue: string | null;
|
5855
5854
|
booleanValue: boolean | null;
|
5856
5855
|
numberValue: number | null;
|
5857
5856
|
dateValue: Date | null;
|
5857
|
+
entityId: string;
|
5858
5858
|
}, {
|
5859
5859
|
id: string;
|
5860
5860
|
createdAt: Date;
|
5861
5861
|
updatedAt: Date;
|
5862
5862
|
deletedAt: Date | null;
|
5863
|
-
entityId: string;
|
5864
5863
|
attributeId: string;
|
5865
5864
|
textValue: string | null;
|
5866
5865
|
booleanValue: boolean | null;
|
5867
5866
|
numberValue: number | null;
|
5868
5867
|
dateValue: Date | null;
|
5868
|
+
entityId: string;
|
5869
5869
|
}>;
|
5870
5870
|
};
|
5871
5871
|
};
|