@kl1/contracts 1.0.50 → 1.0.52
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 +3442 -3322
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3442 -3322
- 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 +8118 -1249
- 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 +132 -42
- 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.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 +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
@@ -393,9 +393,9 @@ export declare const ContactContractValidationSchema: {
|
|
393
393
|
createdAt: Date;
|
394
394
|
updatedAt: Date;
|
395
395
|
deletedAt: Date | null;
|
396
|
-
isDefault: boolean;
|
397
396
|
systemName: string;
|
398
397
|
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;
|
410
409
|
systemName: string;
|
411
410
|
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;
|
429
428
|
systemName: string;
|
430
429
|
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;
|
452
451
|
systemName: string;
|
453
452
|
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;
|
553
552
|
systemName: string;
|
554
553
|
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;
|
566
565
|
systemName: string;
|
567
566
|
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;
|
662
661
|
systemName: string;
|
663
662
|
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;
|
704
703
|
systemName: string;
|
705
704
|
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;
|
859
858
|
systemName: string;
|
860
859
|
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;
|
962
961
|
systemName: string;
|
963
962
|
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;
|
1235
1234
|
systemName: string;
|
1236
1235
|
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;
|
1248
1247
|
systemName: string;
|
1249
1248
|
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;
|
1267
1266
|
systemName: string;
|
1268
1267
|
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;
|
1290
1289
|
systemName: string;
|
1291
1290
|
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;
|
1391
1390
|
systemName: string;
|
1392
1391
|
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;
|
1404
1403
|
systemName: string;
|
1405
1404
|
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;
|
1500
1499
|
systemName: string;
|
1501
1500
|
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;
|
1542
1541
|
systemName: string;
|
1543
1542
|
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;
|
1697
1696
|
systemName: string;
|
1698
1697
|
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;
|
1800
1799
|
systemName: string;
|
1801
1800
|
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;
|
2003
2002
|
systemName: string;
|
2004
2003
|
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;
|
2016
2015
|
systemName: string;
|
2017
2016
|
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;
|
2035
2034
|
systemName: string;
|
2036
2035
|
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;
|
2058
2057
|
systemName: string;
|
2059
2058
|
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;
|
2159
2158
|
systemName: string;
|
2160
2159
|
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;
|
2172
2171
|
systemName: string;
|
2173
2172
|
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;
|
2268
2267
|
systemName: string;
|
2269
2268
|
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;
|
2310
2309
|
systemName: string;
|
2311
2310
|
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;
|
2465
2464
|
systemName: string;
|
2466
2465
|
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;
|
2568
2567
|
systemName: string;
|
2569
2568
|
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;
|
2770
2769
|
systemName: string;
|
2771
2770
|
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;
|
2783
2782
|
systemName: string;
|
2784
2783
|
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;
|
2802
2801
|
systemName: string;
|
2803
2802
|
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;
|
2825
2824
|
systemName: string;
|
2826
2825
|
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;
|
2926
2925
|
systemName: string;
|
2927
2926
|
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;
|
2939
2938
|
systemName: string;
|
2940
2939
|
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;
|
3035
3034
|
systemName: string;
|
3036
3035
|
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;
|
3077
3076
|
systemName: string;
|
3078
3077
|
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;
|
3232
3231
|
systemName: string;
|
3233
3232
|
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;
|
3335
3334
|
systemName: string;
|
3336
3335
|
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;
|
3540
3539
|
systemName: string;
|
3541
3540
|
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;
|
3553
3552
|
systemName: string;
|
3554
3553
|
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;
|
3572
3571
|
systemName: string;
|
3573
3572
|
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;
|
3595
3594
|
systemName: string;
|
3596
3595
|
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;
|
3696
3695
|
systemName: string;
|
3697
3696
|
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;
|
3709
3708
|
systemName: string;
|
3710
3709
|
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;
|
3805
3804
|
systemName: string;
|
3806
3805
|
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;
|
3847
3846
|
systemName: string;
|
3848
3847
|
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;
|
4002
4001
|
systemName: string;
|
4003
4002
|
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;
|
4105
4104
|
systemName: string;
|
4106
4105
|
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;
|
4346
4345
|
systemName: string;
|
4347
4346
|
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;
|
4359
4358
|
systemName: string;
|
4360
4359
|
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;
|
4378
4377
|
systemName: string;
|
4379
4378
|
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;
|
4401
4400
|
systemName: string;
|
4402
4401
|
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;
|
4502
4501
|
systemName: string;
|
4503
4502
|
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;
|
4515
4514
|
systemName: string;
|
4516
4515
|
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;
|
4611
4610
|
systemName: string;
|
4612
4611
|
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;
|
4653
4652
|
systemName: string;
|
4654
4653
|
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;
|
4808
4807
|
systemName: string;
|
4809
4808
|
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;
|
4911
4910
|
systemName: string;
|
4912
4911
|
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;
|
5150
5149
|
systemName: string;
|
5151
5150
|
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;
|
5163
5162
|
systemName: string;
|
5164
5163
|
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;
|
5182
5181
|
systemName: string;
|
5183
5182
|
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;
|
5205
5204
|
systemName: string;
|
5206
5205
|
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;
|
5306
5305
|
systemName: string;
|
5307
5306
|
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;
|
5319
5318
|
systemName: string;
|
5320
5319
|
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;
|
5415
5414
|
systemName: string;
|
5416
5415
|
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;
|
5457
5456
|
systemName: string;
|
5458
5457
|
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;
|
5612
5611
|
systemName: string;
|
5613
5612
|
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;
|
5715
5714
|
systemName: string;
|
5716
5715
|
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;
|
5852
5853
|
attributeId: string;
|
5853
5854
|
textValue: string | null;
|
5854
5855
|
booleanValue: boolean | null;
|
5855
5856
|
numberValue: number | null;
|
5856
5857
|
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;
|
5863
5864
|
attributeId: string;
|
5864
5865
|
textValue: string | null;
|
5865
5866
|
booleanValue: boolean | null;
|
5866
5867
|
numberValue: number | null;
|
5867
5868
|
dateValue: Date | null;
|
5868
|
-
entityId: string;
|
5869
5869
|
}>;
|
5870
5870
|
};
|
5871
5871
|
};
|