@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
@@ -545,9 +545,9 @@ export declare const contactContract: {
|
|
545
545
|
createdAt: Date;
|
546
546
|
updatedAt: Date;
|
547
547
|
deletedAt: Date | null;
|
548
|
-
isDefault: boolean;
|
549
548
|
systemName: string;
|
550
549
|
displayName: string;
|
550
|
+
isDefault: boolean;
|
551
551
|
isArchived: boolean;
|
552
552
|
isRequired: boolean;
|
553
553
|
isUnique: boolean;
|
@@ -558,9 +558,9 @@ export declare const contactContract: {
|
|
558
558
|
createdAt: Date;
|
559
559
|
updatedAt: Date;
|
560
560
|
deletedAt: Date | null;
|
561
|
-
isDefault: boolean;
|
562
561
|
systemName: string;
|
563
562
|
displayName: string;
|
563
|
+
isDefault: boolean;
|
564
564
|
isArchived: boolean;
|
565
565
|
isRequired: boolean;
|
566
566
|
isUnique: boolean;
|
@@ -577,9 +577,9 @@ export declare const contactContract: {
|
|
577
577
|
createdAt: Date;
|
578
578
|
updatedAt: Date;
|
579
579
|
deletedAt: Date | null;
|
580
|
-
isDefault: boolean;
|
581
580
|
systemName: string;
|
582
581
|
displayName: string;
|
582
|
+
isDefault: boolean;
|
583
583
|
isArchived: boolean;
|
584
584
|
isRequired: boolean;
|
585
585
|
isUnique: boolean;
|
@@ -600,9 +600,9 @@ export declare const contactContract: {
|
|
600
600
|
createdAt: Date;
|
601
601
|
updatedAt: Date;
|
602
602
|
deletedAt: Date | null;
|
603
|
-
isDefault: boolean;
|
604
603
|
systemName: string;
|
605
604
|
displayName: string;
|
605
|
+
isDefault: boolean;
|
606
606
|
isArchived: boolean;
|
607
607
|
isRequired: boolean;
|
608
608
|
isUnique: boolean;
|
@@ -701,9 +701,9 @@ export declare const contactContract: {
|
|
701
701
|
createdAt: Date;
|
702
702
|
updatedAt: Date;
|
703
703
|
deletedAt: Date | null;
|
704
|
-
isDefault: boolean;
|
705
704
|
systemName: string;
|
706
705
|
displayName: string;
|
706
|
+
isDefault: boolean;
|
707
707
|
isArchived: boolean;
|
708
708
|
isRequired: boolean;
|
709
709
|
isUnique: boolean;
|
@@ -714,9 +714,9 @@ export declare const contactContract: {
|
|
714
714
|
createdAt: Date;
|
715
715
|
updatedAt: Date;
|
716
716
|
deletedAt: Date | null;
|
717
|
-
isDefault: boolean;
|
718
717
|
systemName: string;
|
719
718
|
displayName: string;
|
719
|
+
isDefault: boolean;
|
720
720
|
isArchived: boolean;
|
721
721
|
isRequired: boolean;
|
722
722
|
isUnique: boolean;
|
@@ -810,9 +810,9 @@ export declare const contactContract: {
|
|
810
810
|
createdAt: Date;
|
811
811
|
updatedAt: Date;
|
812
812
|
deletedAt: Date | null;
|
813
|
-
isDefault: boolean;
|
814
813
|
systemName: string;
|
815
814
|
displayName: string;
|
815
|
+
isDefault: boolean;
|
816
816
|
isArchived: boolean;
|
817
817
|
isRequired: boolean;
|
818
818
|
isUnique: boolean;
|
@@ -852,9 +852,9 @@ export declare const contactContract: {
|
|
852
852
|
createdAt: Date;
|
853
853
|
updatedAt: Date;
|
854
854
|
deletedAt: Date | null;
|
855
|
-
isDefault: boolean;
|
856
855
|
systemName: string;
|
857
856
|
displayName: string;
|
857
|
+
isDefault: boolean;
|
858
858
|
isArchived: boolean;
|
859
859
|
isRequired: boolean;
|
860
860
|
isUnique: boolean;
|
@@ -1007,9 +1007,9 @@ export declare const contactContract: {
|
|
1007
1007
|
createdAt: Date;
|
1008
1008
|
updatedAt: Date;
|
1009
1009
|
deletedAt: Date | null;
|
1010
|
-
isDefault: boolean;
|
1011
1010
|
systemName: string;
|
1012
1011
|
displayName: string;
|
1012
|
+
isDefault: boolean;
|
1013
1013
|
isArchived: boolean;
|
1014
1014
|
isRequired: boolean;
|
1015
1015
|
isUnique: boolean;
|
@@ -1110,9 +1110,9 @@ export declare const contactContract: {
|
|
1110
1110
|
createdAt: Date;
|
1111
1111
|
updatedAt: Date;
|
1112
1112
|
deletedAt: Date | null;
|
1113
|
-
isDefault: boolean;
|
1114
1113
|
systemName: string;
|
1115
1114
|
displayName: string;
|
1115
|
+
isDefault: boolean;
|
1116
1116
|
isArchived: boolean;
|
1117
1117
|
isRequired: boolean;
|
1118
1118
|
isUnique: boolean;
|
@@ -1215,9 +1215,9 @@ export declare const contactContract: {
|
|
1215
1215
|
createdAt: Date;
|
1216
1216
|
updatedAt: Date;
|
1217
1217
|
deletedAt: Date | null;
|
1218
|
-
isDefault: boolean;
|
1219
1218
|
systemName: string;
|
1220
1219
|
displayName: string;
|
1220
|
+
isDefault: boolean;
|
1221
1221
|
isArchived: boolean;
|
1222
1222
|
isRequired: boolean;
|
1223
1223
|
isUnique: boolean;
|
@@ -1325,9 +1325,9 @@ export declare const contactContract: {
|
|
1325
1325
|
createdAt: Date;
|
1326
1326
|
updatedAt: Date;
|
1327
1327
|
deletedAt: Date | null;
|
1328
|
-
isDefault: boolean;
|
1329
1328
|
systemName: string;
|
1330
1329
|
displayName: string;
|
1330
|
+
isDefault: boolean;
|
1331
1331
|
isArchived: boolean;
|
1332
1332
|
isRequired: boolean;
|
1333
1333
|
isUnique: boolean;
|
@@ -1617,9 +1617,9 @@ export declare const contactContract: {
|
|
1617
1617
|
createdAt: Date;
|
1618
1618
|
updatedAt: Date;
|
1619
1619
|
deletedAt: Date | null;
|
1620
|
-
isDefault: boolean;
|
1621
1620
|
systemName: string;
|
1622
1621
|
displayName: string;
|
1622
|
+
isDefault: boolean;
|
1623
1623
|
isArchived: boolean;
|
1624
1624
|
isRequired: boolean;
|
1625
1625
|
isUnique: boolean;
|
@@ -1630,9 +1630,9 @@ export declare const contactContract: {
|
|
1630
1630
|
createdAt: Date;
|
1631
1631
|
updatedAt: Date;
|
1632
1632
|
deletedAt: Date | null;
|
1633
|
-
isDefault: boolean;
|
1634
1633
|
systemName: string;
|
1635
1634
|
displayName: string;
|
1635
|
+
isDefault: boolean;
|
1636
1636
|
isArchived: boolean;
|
1637
1637
|
isRequired: boolean;
|
1638
1638
|
isUnique: boolean;
|
@@ -1649,9 +1649,9 @@ export declare const contactContract: {
|
|
1649
1649
|
createdAt: Date;
|
1650
1650
|
updatedAt: Date;
|
1651
1651
|
deletedAt: Date | null;
|
1652
|
-
isDefault: boolean;
|
1653
1652
|
systemName: string;
|
1654
1653
|
displayName: string;
|
1654
|
+
isDefault: boolean;
|
1655
1655
|
isArchived: boolean;
|
1656
1656
|
isRequired: boolean;
|
1657
1657
|
isUnique: boolean;
|
@@ -1672,9 +1672,9 @@ export declare const contactContract: {
|
|
1672
1672
|
createdAt: Date;
|
1673
1673
|
updatedAt: Date;
|
1674
1674
|
deletedAt: Date | null;
|
1675
|
-
isDefault: boolean;
|
1676
1675
|
systemName: string;
|
1677
1676
|
displayName: string;
|
1677
|
+
isDefault: boolean;
|
1678
1678
|
isArchived: boolean;
|
1679
1679
|
isRequired: boolean;
|
1680
1680
|
isUnique: boolean;
|
@@ -1773,9 +1773,9 @@ export declare const contactContract: {
|
|
1773
1773
|
createdAt: Date;
|
1774
1774
|
updatedAt: Date;
|
1775
1775
|
deletedAt: Date | null;
|
1776
|
-
isDefault: boolean;
|
1777
1776
|
systemName: string;
|
1778
1777
|
displayName: string;
|
1778
|
+
isDefault: boolean;
|
1779
1779
|
isArchived: boolean;
|
1780
1780
|
isRequired: boolean;
|
1781
1781
|
isUnique: boolean;
|
@@ -1786,9 +1786,9 @@ export declare const contactContract: {
|
|
1786
1786
|
createdAt: Date;
|
1787
1787
|
updatedAt: Date;
|
1788
1788
|
deletedAt: Date | null;
|
1789
|
-
isDefault: boolean;
|
1790
1789
|
systemName: string;
|
1791
1790
|
displayName: string;
|
1791
|
+
isDefault: boolean;
|
1792
1792
|
isArchived: boolean;
|
1793
1793
|
isRequired: boolean;
|
1794
1794
|
isUnique: boolean;
|
@@ -1882,9 +1882,9 @@ export declare const contactContract: {
|
|
1882
1882
|
createdAt: Date;
|
1883
1883
|
updatedAt: Date;
|
1884
1884
|
deletedAt: Date | null;
|
1885
|
-
isDefault: boolean;
|
1886
1885
|
systemName: string;
|
1887
1886
|
displayName: string;
|
1887
|
+
isDefault: boolean;
|
1888
1888
|
isArchived: boolean;
|
1889
1889
|
isRequired: boolean;
|
1890
1890
|
isUnique: boolean;
|
@@ -1924,9 +1924,9 @@ export declare const contactContract: {
|
|
1924
1924
|
createdAt: Date;
|
1925
1925
|
updatedAt: Date;
|
1926
1926
|
deletedAt: Date | null;
|
1927
|
-
isDefault: boolean;
|
1928
1927
|
systemName: string;
|
1929
1928
|
displayName: string;
|
1929
|
+
isDefault: boolean;
|
1930
1930
|
isArchived: boolean;
|
1931
1931
|
isRequired: boolean;
|
1932
1932
|
isUnique: boolean;
|
@@ -2079,9 +2079,9 @@ export declare const contactContract: {
|
|
2079
2079
|
createdAt: Date;
|
2080
2080
|
updatedAt: Date;
|
2081
2081
|
deletedAt: Date | null;
|
2082
|
-
isDefault: boolean;
|
2083
2082
|
systemName: string;
|
2084
2083
|
displayName: string;
|
2084
|
+
isDefault: boolean;
|
2085
2085
|
isArchived: boolean;
|
2086
2086
|
isRequired: boolean;
|
2087
2087
|
isUnique: boolean;
|
@@ -2182,9 +2182,9 @@ export declare const contactContract: {
|
|
2182
2182
|
createdAt: Date;
|
2183
2183
|
updatedAt: Date;
|
2184
2184
|
deletedAt: Date | null;
|
2185
|
-
isDefault: boolean;
|
2186
2185
|
systemName: string;
|
2187
2186
|
displayName: string;
|
2187
|
+
isDefault: boolean;
|
2188
2188
|
isArchived: boolean;
|
2189
2189
|
isRequired: boolean;
|
2190
2190
|
isUnique: boolean;
|
@@ -2287,9 +2287,9 @@ export declare const contactContract: {
|
|
2287
2287
|
createdAt: Date;
|
2288
2288
|
updatedAt: Date;
|
2289
2289
|
deletedAt: Date | null;
|
2290
|
-
isDefault: boolean;
|
2291
2290
|
systemName: string;
|
2292
2291
|
displayName: string;
|
2292
|
+
isDefault: boolean;
|
2293
2293
|
isArchived: boolean;
|
2294
2294
|
isRequired: boolean;
|
2295
2295
|
isUnique: boolean;
|
@@ -2397,9 +2397,9 @@ export declare const contactContract: {
|
|
2397
2397
|
createdAt: Date;
|
2398
2398
|
updatedAt: Date;
|
2399
2399
|
deletedAt: Date | null;
|
2400
|
-
isDefault: boolean;
|
2401
2400
|
systemName: string;
|
2402
2401
|
displayName: string;
|
2402
|
+
isDefault: boolean;
|
2403
2403
|
isArchived: boolean;
|
2404
2404
|
isRequired: boolean;
|
2405
2405
|
isUnique: boolean;
|
@@ -2942,9 +2942,9 @@ export declare const contactContract: {
|
|
2942
2942
|
createdAt: Date;
|
2943
2943
|
updatedAt: Date;
|
2944
2944
|
deletedAt: Date | null;
|
2945
|
-
isDefault: boolean;
|
2946
2945
|
systemName: string;
|
2947
2946
|
displayName: string;
|
2947
|
+
isDefault: boolean;
|
2948
2948
|
isArchived: boolean;
|
2949
2949
|
isRequired: boolean;
|
2950
2950
|
isUnique: boolean;
|
@@ -2955,9 +2955,9 @@ export declare const contactContract: {
|
|
2955
2955
|
createdAt: Date;
|
2956
2956
|
updatedAt: Date;
|
2957
2957
|
deletedAt: Date | null;
|
2958
|
-
isDefault: boolean;
|
2959
2958
|
systemName: string;
|
2960
2959
|
displayName: string;
|
2960
|
+
isDefault: boolean;
|
2961
2961
|
isArchived: boolean;
|
2962
2962
|
isRequired: boolean;
|
2963
2963
|
isUnique: boolean;
|
@@ -2974,9 +2974,9 @@ export declare const contactContract: {
|
|
2974
2974
|
createdAt: Date;
|
2975
2975
|
updatedAt: Date;
|
2976
2976
|
deletedAt: Date | null;
|
2977
|
-
isDefault: boolean;
|
2978
2977
|
systemName: string;
|
2979
2978
|
displayName: string;
|
2979
|
+
isDefault: boolean;
|
2980
2980
|
isArchived: boolean;
|
2981
2981
|
isRequired: boolean;
|
2982
2982
|
isUnique: boolean;
|
@@ -2997,9 +2997,9 @@ export declare const contactContract: {
|
|
2997
2997
|
createdAt: Date;
|
2998
2998
|
updatedAt: Date;
|
2999
2999
|
deletedAt: Date | null;
|
3000
|
-
isDefault: boolean;
|
3001
3000
|
systemName: string;
|
3002
3001
|
displayName: string;
|
3002
|
+
isDefault: boolean;
|
3003
3003
|
isArchived: boolean;
|
3004
3004
|
isRequired: boolean;
|
3005
3005
|
isUnique: boolean;
|
@@ -3098,9 +3098,9 @@ export declare const contactContract: {
|
|
3098
3098
|
createdAt: Date;
|
3099
3099
|
updatedAt: Date;
|
3100
3100
|
deletedAt: Date | null;
|
3101
|
-
isDefault: boolean;
|
3102
3101
|
systemName: string;
|
3103
3102
|
displayName: string;
|
3103
|
+
isDefault: boolean;
|
3104
3104
|
isArchived: boolean;
|
3105
3105
|
isRequired: boolean;
|
3106
3106
|
isUnique: boolean;
|
@@ -3111,9 +3111,9 @@ export declare const contactContract: {
|
|
3111
3111
|
createdAt: Date;
|
3112
3112
|
updatedAt: Date;
|
3113
3113
|
deletedAt: Date | null;
|
3114
|
-
isDefault: boolean;
|
3115
3114
|
systemName: string;
|
3116
3115
|
displayName: string;
|
3116
|
+
isDefault: boolean;
|
3117
3117
|
isArchived: boolean;
|
3118
3118
|
isRequired: boolean;
|
3119
3119
|
isUnique: boolean;
|
@@ -3207,9 +3207,9 @@ export declare const contactContract: {
|
|
3207
3207
|
createdAt: Date;
|
3208
3208
|
updatedAt: Date;
|
3209
3209
|
deletedAt: Date | null;
|
3210
|
-
isDefault: boolean;
|
3211
3210
|
systemName: string;
|
3212
3211
|
displayName: string;
|
3212
|
+
isDefault: boolean;
|
3213
3213
|
isArchived: boolean;
|
3214
3214
|
isRequired: boolean;
|
3215
3215
|
isUnique: boolean;
|
@@ -3249,9 +3249,9 @@ export declare const contactContract: {
|
|
3249
3249
|
createdAt: Date;
|
3250
3250
|
updatedAt: Date;
|
3251
3251
|
deletedAt: Date | null;
|
3252
|
-
isDefault: boolean;
|
3253
3252
|
systemName: string;
|
3254
3253
|
displayName: string;
|
3254
|
+
isDefault: boolean;
|
3255
3255
|
isArchived: boolean;
|
3256
3256
|
isRequired: boolean;
|
3257
3257
|
isUnique: boolean;
|
@@ -3404,9 +3404,9 @@ export declare const contactContract: {
|
|
3404
3404
|
createdAt: Date;
|
3405
3405
|
updatedAt: Date;
|
3406
3406
|
deletedAt: Date | null;
|
3407
|
-
isDefault: boolean;
|
3408
3407
|
systemName: string;
|
3409
3408
|
displayName: string;
|
3409
|
+
isDefault: boolean;
|
3410
3410
|
isArchived: boolean;
|
3411
3411
|
isRequired: boolean;
|
3412
3412
|
isUnique: boolean;
|
@@ -3507,9 +3507,9 @@ export declare const contactContract: {
|
|
3507
3507
|
createdAt: Date;
|
3508
3508
|
updatedAt: Date;
|
3509
3509
|
deletedAt: Date | null;
|
3510
|
-
isDefault: boolean;
|
3511
3510
|
systemName: string;
|
3512
3511
|
displayName: string;
|
3512
|
+
isDefault: boolean;
|
3513
3513
|
isArchived: boolean;
|
3514
3514
|
isRequired: boolean;
|
3515
3515
|
isUnique: boolean;
|
@@ -3612,9 +3612,9 @@ export declare const contactContract: {
|
|
3612
3612
|
createdAt: Date;
|
3613
3613
|
updatedAt: Date;
|
3614
3614
|
deletedAt: Date | null;
|
3615
|
-
isDefault: boolean;
|
3616
3615
|
systemName: string;
|
3617
3616
|
displayName: string;
|
3617
|
+
isDefault: boolean;
|
3618
3618
|
isArchived: boolean;
|
3619
3619
|
isRequired: boolean;
|
3620
3620
|
isUnique: boolean;
|
@@ -3718,9 +3718,9 @@ export declare const contactContract: {
|
|
3718
3718
|
createdAt: Date;
|
3719
3719
|
updatedAt: Date;
|
3720
3720
|
deletedAt: Date | null;
|
3721
|
-
isDefault: boolean;
|
3722
3721
|
systemName: string;
|
3723
3722
|
displayName: string;
|
3723
|
+
isDefault: boolean;
|
3724
3724
|
isArchived: boolean;
|
3725
3725
|
isRequired: boolean;
|
3726
3726
|
isUnique: boolean;
|
@@ -4088,9 +4088,9 @@ export declare const contactContract: {
|
|
4088
4088
|
createdAt: Date;
|
4089
4089
|
updatedAt: Date;
|
4090
4090
|
deletedAt: Date | null;
|
4091
|
-
isDefault: boolean;
|
4092
4091
|
systemName: string;
|
4093
4092
|
displayName: string;
|
4093
|
+
isDefault: boolean;
|
4094
4094
|
isArchived: boolean;
|
4095
4095
|
isRequired: boolean;
|
4096
4096
|
isUnique: boolean;
|
@@ -4101,9 +4101,9 @@ export declare const contactContract: {
|
|
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;
|
@@ -4120,9 +4120,9 @@ export declare const contactContract: {
|
|
4120
4120
|
createdAt: Date;
|
4121
4121
|
updatedAt: Date;
|
4122
4122
|
deletedAt: Date | null;
|
4123
|
-
isDefault: boolean;
|
4124
4123
|
systemName: string;
|
4125
4124
|
displayName: string;
|
4125
|
+
isDefault: boolean;
|
4126
4126
|
isArchived: boolean;
|
4127
4127
|
isRequired: boolean;
|
4128
4128
|
isUnique: boolean;
|
@@ -4143,9 +4143,9 @@ export declare const contactContract: {
|
|
4143
4143
|
createdAt: Date;
|
4144
4144
|
updatedAt: Date;
|
4145
4145
|
deletedAt: Date | null;
|
4146
|
-
isDefault: boolean;
|
4147
4146
|
systemName: string;
|
4148
4147
|
displayName: string;
|
4148
|
+
isDefault: boolean;
|
4149
4149
|
isArchived: boolean;
|
4150
4150
|
isRequired: boolean;
|
4151
4151
|
isUnique: boolean;
|
@@ -4244,9 +4244,9 @@ export declare const contactContract: {
|
|
4244
4244
|
createdAt: Date;
|
4245
4245
|
updatedAt: Date;
|
4246
4246
|
deletedAt: Date | null;
|
4247
|
-
isDefault: boolean;
|
4248
4247
|
systemName: string;
|
4249
4248
|
displayName: string;
|
4249
|
+
isDefault: boolean;
|
4250
4250
|
isArchived: boolean;
|
4251
4251
|
isRequired: boolean;
|
4252
4252
|
isUnique: boolean;
|
@@ -4257,9 +4257,9 @@ export declare const contactContract: {
|
|
4257
4257
|
createdAt: Date;
|
4258
4258
|
updatedAt: Date;
|
4259
4259
|
deletedAt: Date | null;
|
4260
|
-
isDefault: boolean;
|
4261
4260
|
systemName: string;
|
4262
4261
|
displayName: string;
|
4262
|
+
isDefault: boolean;
|
4263
4263
|
isArchived: boolean;
|
4264
4264
|
isRequired: boolean;
|
4265
4265
|
isUnique: boolean;
|
@@ -4353,9 +4353,9 @@ export declare const contactContract: {
|
|
4353
4353
|
createdAt: Date;
|
4354
4354
|
updatedAt: Date;
|
4355
4355
|
deletedAt: Date | null;
|
4356
|
-
isDefault: boolean;
|
4357
4356
|
systemName: string;
|
4358
4357
|
displayName: string;
|
4358
|
+
isDefault: boolean;
|
4359
4359
|
isArchived: boolean;
|
4360
4360
|
isRequired: boolean;
|
4361
4361
|
isUnique: boolean;
|
@@ -4395,9 +4395,9 @@ export declare const contactContract: {
|
|
4395
4395
|
createdAt: Date;
|
4396
4396
|
updatedAt: Date;
|
4397
4397
|
deletedAt: Date | null;
|
4398
|
-
isDefault: boolean;
|
4399
4398
|
systemName: string;
|
4400
4399
|
displayName: string;
|
4400
|
+
isDefault: boolean;
|
4401
4401
|
isArchived: boolean;
|
4402
4402
|
isRequired: boolean;
|
4403
4403
|
isUnique: boolean;
|
@@ -4550,9 +4550,9 @@ export declare const contactContract: {
|
|
4550
4550
|
createdAt: Date;
|
4551
4551
|
updatedAt: Date;
|
4552
4552
|
deletedAt: Date | null;
|
4553
|
-
isDefault: boolean;
|
4554
4553
|
systemName: string;
|
4555
4554
|
displayName: string;
|
4555
|
+
isDefault: boolean;
|
4556
4556
|
isArchived: boolean;
|
4557
4557
|
isRequired: boolean;
|
4558
4558
|
isUnique: boolean;
|
@@ -4653,9 +4653,9 @@ export declare const contactContract: {
|
|
4653
4653
|
createdAt: Date;
|
4654
4654
|
updatedAt: Date;
|
4655
4655
|
deletedAt: Date | null;
|
4656
|
-
isDefault: boolean;
|
4657
4656
|
systemName: string;
|
4658
4657
|
displayName: string;
|
4658
|
+
isDefault: boolean;
|
4659
4659
|
isArchived: boolean;
|
4660
4660
|
isRequired: boolean;
|
4661
4661
|
isUnique: boolean;
|
@@ -4758,9 +4758,9 @@ export declare const contactContract: {
|
|
4758
4758
|
createdAt: Date;
|
4759
4759
|
updatedAt: Date;
|
4760
4760
|
deletedAt: Date | null;
|
4761
|
-
isDefault: boolean;
|
4762
4761
|
systemName: string;
|
4763
4762
|
displayName: string;
|
4763
|
+
isDefault: boolean;
|
4764
4764
|
isArchived: boolean;
|
4765
4765
|
isRequired: boolean;
|
4766
4766
|
isUnique: boolean;
|
@@ -4864,9 +4864,9 @@ export declare const contactContract: {
|
|
4864
4864
|
createdAt: Date;
|
4865
4865
|
updatedAt: Date;
|
4866
4866
|
deletedAt: Date | null;
|
4867
|
-
isDefault: boolean;
|
4868
4867
|
systemName: string;
|
4869
4868
|
displayName: string;
|
4869
|
+
isDefault: boolean;
|
4870
4870
|
isArchived: boolean;
|
4871
4871
|
isRequired: boolean;
|
4872
4872
|
isUnique: boolean;
|
@@ -5145,9 +5145,9 @@ export declare const contactContract: {
|
|
5145
5145
|
createdAt: Date;
|
5146
5146
|
updatedAt: Date;
|
5147
5147
|
deletedAt: Date | null;
|
5148
|
-
isDefault: boolean;
|
5149
5148
|
systemName: string;
|
5150
5149
|
displayName: string;
|
5150
|
+
isDefault: boolean;
|
5151
5151
|
isArchived: boolean;
|
5152
5152
|
isRequired: boolean;
|
5153
5153
|
isUnique: boolean;
|
@@ -5158,9 +5158,9 @@ export declare const contactContract: {
|
|
5158
5158
|
createdAt: Date;
|
5159
5159
|
updatedAt: Date;
|
5160
5160
|
deletedAt: Date | null;
|
5161
|
-
isDefault: boolean;
|
5162
5161
|
systemName: string;
|
5163
5162
|
displayName: string;
|
5163
|
+
isDefault: boolean;
|
5164
5164
|
isArchived: boolean;
|
5165
5165
|
isRequired: boolean;
|
5166
5166
|
isUnique: boolean;
|
@@ -5177,9 +5177,9 @@ export declare const contactContract: {
|
|
5177
5177
|
createdAt: Date;
|
5178
5178
|
updatedAt: Date;
|
5179
5179
|
deletedAt: Date | null;
|
5180
|
-
isDefault: boolean;
|
5181
5180
|
systemName: string;
|
5182
5181
|
displayName: string;
|
5182
|
+
isDefault: boolean;
|
5183
5183
|
isArchived: boolean;
|
5184
5184
|
isRequired: boolean;
|
5185
5185
|
isUnique: boolean;
|
@@ -5200,9 +5200,9 @@ export declare const contactContract: {
|
|
5200
5200
|
createdAt: Date;
|
5201
5201
|
updatedAt: Date;
|
5202
5202
|
deletedAt: Date | null;
|
5203
|
-
isDefault: boolean;
|
5204
5203
|
systemName: string;
|
5205
5204
|
displayName: string;
|
5205
|
+
isDefault: boolean;
|
5206
5206
|
isArchived: boolean;
|
5207
5207
|
isRequired: boolean;
|
5208
5208
|
isUnique: boolean;
|
@@ -5301,9 +5301,9 @@ export declare const contactContract: {
|
|
5301
5301
|
createdAt: Date;
|
5302
5302
|
updatedAt: Date;
|
5303
5303
|
deletedAt: Date | null;
|
5304
|
-
isDefault: boolean;
|
5305
5304
|
systemName: string;
|
5306
5305
|
displayName: string;
|
5306
|
+
isDefault: boolean;
|
5307
5307
|
isArchived: boolean;
|
5308
5308
|
isRequired: boolean;
|
5309
5309
|
isUnique: boolean;
|
@@ -5314,9 +5314,9 @@ export declare const contactContract: {
|
|
5314
5314
|
createdAt: Date;
|
5315
5315
|
updatedAt: Date;
|
5316
5316
|
deletedAt: Date | null;
|
5317
|
-
isDefault: boolean;
|
5318
5317
|
systemName: string;
|
5319
5318
|
displayName: string;
|
5319
|
+
isDefault: boolean;
|
5320
5320
|
isArchived: boolean;
|
5321
5321
|
isRequired: boolean;
|
5322
5322
|
isUnique: boolean;
|
@@ -5410,9 +5410,9 @@ export declare const contactContract: {
|
|
5410
5410
|
createdAt: Date;
|
5411
5411
|
updatedAt: Date;
|
5412
5412
|
deletedAt: Date | null;
|
5413
|
-
isDefault: boolean;
|
5414
5413
|
systemName: string;
|
5415
5414
|
displayName: string;
|
5415
|
+
isDefault: boolean;
|
5416
5416
|
isArchived: boolean;
|
5417
5417
|
isRequired: boolean;
|
5418
5418
|
isUnique: boolean;
|
@@ -5452,9 +5452,9 @@ export declare const contactContract: {
|
|
5452
5452
|
createdAt: Date;
|
5453
5453
|
updatedAt: Date;
|
5454
5454
|
deletedAt: Date | null;
|
5455
|
-
isDefault: boolean;
|
5456
5455
|
systemName: string;
|
5457
5456
|
displayName: string;
|
5457
|
+
isDefault: boolean;
|
5458
5458
|
isArchived: boolean;
|
5459
5459
|
isRequired: boolean;
|
5460
5460
|
isUnique: boolean;
|
@@ -5607,9 +5607,9 @@ export declare const contactContract: {
|
|
5607
5607
|
createdAt: Date;
|
5608
5608
|
updatedAt: Date;
|
5609
5609
|
deletedAt: Date | null;
|
5610
|
-
isDefault: boolean;
|
5611
5610
|
systemName: string;
|
5612
5611
|
displayName: string;
|
5612
|
+
isDefault: boolean;
|
5613
5613
|
isArchived: boolean;
|
5614
5614
|
isRequired: boolean;
|
5615
5615
|
isUnique: boolean;
|
@@ -5710,9 +5710,9 @@ export declare const contactContract: {
|
|
5710
5710
|
createdAt: Date;
|
5711
5711
|
updatedAt: Date;
|
5712
5712
|
deletedAt: Date | null;
|
5713
|
-
isDefault: boolean;
|
5714
5713
|
systemName: string;
|
5715
5714
|
displayName: string;
|
5715
|
+
isDefault: boolean;
|
5716
5716
|
isArchived: boolean;
|
5717
5717
|
isRequired: boolean;
|
5718
5718
|
isUnique: boolean;
|
@@ -5815,9 +5815,9 @@ export declare const contactContract: {
|
|
5815
5815
|
createdAt: Date;
|
5816
5816
|
updatedAt: Date;
|
5817
5817
|
deletedAt: Date | null;
|
5818
|
-
isDefault: boolean;
|
5819
5818
|
systemName: string;
|
5820
5819
|
displayName: string;
|
5820
|
+
isDefault: boolean;
|
5821
5821
|
isArchived: boolean;
|
5822
5822
|
isRequired: boolean;
|
5823
5823
|
isUnique: boolean;
|
@@ -5921,9 +5921,9 @@ export declare const contactContract: {
|
|
5921
5921
|
createdAt: Date;
|
5922
5922
|
updatedAt: Date;
|
5923
5923
|
deletedAt: Date | null;
|
5924
|
-
isDefault: boolean;
|
5925
5924
|
systemName: string;
|
5926
5925
|
displayName: string;
|
5926
|
+
isDefault: boolean;
|
5927
5927
|
isArchived: boolean;
|
5928
5928
|
isRequired: boolean;
|
5929
5929
|
isUnique: boolean;
|
@@ -6238,9 +6238,9 @@ export declare const contactContract: {
|
|
6238
6238
|
createdAt: Date;
|
6239
6239
|
updatedAt: Date;
|
6240
6240
|
deletedAt: Date | null;
|
6241
|
-
isDefault: boolean;
|
6242
6241
|
systemName: string;
|
6243
6242
|
displayName: string;
|
6243
|
+
isDefault: boolean;
|
6244
6244
|
isArchived: boolean;
|
6245
6245
|
isRequired: boolean;
|
6246
6246
|
isUnique: boolean;
|
@@ -6251,9 +6251,9 @@ export declare const contactContract: {
|
|
6251
6251
|
createdAt: Date;
|
6252
6252
|
updatedAt: Date;
|
6253
6253
|
deletedAt: Date | null;
|
6254
|
-
isDefault: boolean;
|
6255
6254
|
systemName: string;
|
6256
6255
|
displayName: string;
|
6256
|
+
isDefault: boolean;
|
6257
6257
|
isArchived: boolean;
|
6258
6258
|
isRequired: boolean;
|
6259
6259
|
isUnique: boolean;
|
@@ -6270,9 +6270,9 @@ export declare const contactContract: {
|
|
6270
6270
|
createdAt: Date;
|
6271
6271
|
updatedAt: Date;
|
6272
6272
|
deletedAt: Date | null;
|
6273
|
-
isDefault: boolean;
|
6274
6273
|
systemName: string;
|
6275
6274
|
displayName: string;
|
6275
|
+
isDefault: boolean;
|
6276
6276
|
isArchived: boolean;
|
6277
6277
|
isRequired: boolean;
|
6278
6278
|
isUnique: boolean;
|
@@ -6293,9 +6293,9 @@ export declare const contactContract: {
|
|
6293
6293
|
createdAt: Date;
|
6294
6294
|
updatedAt: Date;
|
6295
6295
|
deletedAt: Date | null;
|
6296
|
-
isDefault: boolean;
|
6297
6296
|
systemName: string;
|
6298
6297
|
displayName: string;
|
6298
|
+
isDefault: boolean;
|
6299
6299
|
isArchived: boolean;
|
6300
6300
|
isRequired: boolean;
|
6301
6301
|
isUnique: boolean;
|
@@ -6394,9 +6394,9 @@ export declare const contactContract: {
|
|
6394
6394
|
createdAt: Date;
|
6395
6395
|
updatedAt: Date;
|
6396
6396
|
deletedAt: Date | null;
|
6397
|
-
isDefault: boolean;
|
6398
6397
|
systemName: string;
|
6399
6398
|
displayName: string;
|
6399
|
+
isDefault: boolean;
|
6400
6400
|
isArchived: boolean;
|
6401
6401
|
isRequired: boolean;
|
6402
6402
|
isUnique: boolean;
|
@@ -6407,9 +6407,9 @@ export declare const contactContract: {
|
|
6407
6407
|
createdAt: Date;
|
6408
6408
|
updatedAt: Date;
|
6409
6409
|
deletedAt: Date | null;
|
6410
|
-
isDefault: boolean;
|
6411
6410
|
systemName: string;
|
6412
6411
|
displayName: string;
|
6412
|
+
isDefault: boolean;
|
6413
6413
|
isArchived: boolean;
|
6414
6414
|
isRequired: boolean;
|
6415
6415
|
isUnique: boolean;
|
@@ -6503,9 +6503,9 @@ export declare const contactContract: {
|
|
6503
6503
|
createdAt: Date;
|
6504
6504
|
updatedAt: Date;
|
6505
6505
|
deletedAt: Date | null;
|
6506
|
-
isDefault: boolean;
|
6507
6506
|
systemName: string;
|
6508
6507
|
displayName: string;
|
6508
|
+
isDefault: boolean;
|
6509
6509
|
isArchived: boolean;
|
6510
6510
|
isRequired: boolean;
|
6511
6511
|
isUnique: boolean;
|
@@ -6545,9 +6545,9 @@ export declare const contactContract: {
|
|
6545
6545
|
createdAt: Date;
|
6546
6546
|
updatedAt: Date;
|
6547
6547
|
deletedAt: Date | null;
|
6548
|
-
isDefault: boolean;
|
6549
6548
|
systemName: string;
|
6550
6549
|
displayName: string;
|
6550
|
+
isDefault: boolean;
|
6551
6551
|
isArchived: boolean;
|
6552
6552
|
isRequired: boolean;
|
6553
6553
|
isUnique: boolean;
|
@@ -6700,9 +6700,9 @@ export declare const contactContract: {
|
|
6700
6700
|
createdAt: Date;
|
6701
6701
|
updatedAt: Date;
|
6702
6702
|
deletedAt: Date | null;
|
6703
|
-
isDefault: boolean;
|
6704
6703
|
systemName: string;
|
6705
6704
|
displayName: string;
|
6705
|
+
isDefault: boolean;
|
6706
6706
|
isArchived: boolean;
|
6707
6707
|
isRequired: boolean;
|
6708
6708
|
isUnique: boolean;
|
@@ -6803,9 +6803,9 @@ export declare const contactContract: {
|
|
6803
6803
|
createdAt: Date;
|
6804
6804
|
updatedAt: Date;
|
6805
6805
|
deletedAt: Date | null;
|
6806
|
-
isDefault: boolean;
|
6807
6806
|
systemName: string;
|
6808
6807
|
displayName: string;
|
6808
|
+
isDefault: boolean;
|
6809
6809
|
isArchived: boolean;
|
6810
6810
|
isRequired: boolean;
|
6811
6811
|
isUnique: boolean;
|
@@ -6908,9 +6908,9 @@ export declare const contactContract: {
|
|
6908
6908
|
createdAt: Date;
|
6909
6909
|
updatedAt: Date;
|
6910
6910
|
deletedAt: Date | null;
|
6911
|
-
isDefault: boolean;
|
6912
6911
|
systemName: string;
|
6913
6912
|
displayName: string;
|
6913
|
+
isDefault: boolean;
|
6914
6914
|
isArchived: boolean;
|
6915
6915
|
isRequired: boolean;
|
6916
6916
|
isUnique: boolean;
|
@@ -7014,9 +7014,9 @@ export declare const contactContract: {
|
|
7014
7014
|
createdAt: Date;
|
7015
7015
|
updatedAt: Date;
|
7016
7016
|
deletedAt: Date | null;
|
7017
|
-
isDefault: boolean;
|
7018
7017
|
systemName: string;
|
7019
7018
|
displayName: string;
|
7019
|
+
isDefault: boolean;
|
7020
7020
|
isArchived: boolean;
|
7021
7021
|
isRequired: boolean;
|
7022
7022
|
isUnique: boolean;
|
@@ -7422,23 +7422,23 @@ export declare const contactContract: {
|
|
7422
7422
|
createdAt: Date;
|
7423
7423
|
updatedAt: Date;
|
7424
7424
|
deletedAt: Date | null;
|
7425
|
+
entityId: string;
|
7425
7426
|
attributeId: string;
|
7426
7427
|
textValue: string | null;
|
7427
7428
|
booleanValue: boolean | null;
|
7428
7429
|
numberValue: number | null;
|
7429
7430
|
dateValue: Date | null;
|
7430
|
-
entityId: string;
|
7431
7431
|
}, {
|
7432
7432
|
id: string;
|
7433
7433
|
createdAt: Date;
|
7434
7434
|
updatedAt: Date;
|
7435
7435
|
deletedAt: Date | null;
|
7436
|
+
entityId: string;
|
7436
7437
|
attributeId: string;
|
7437
7438
|
textValue: string | null;
|
7438
7439
|
booleanValue: boolean | null;
|
7439
7440
|
numberValue: number | null;
|
7440
7441
|
dateValue: Date | null;
|
7441
|
-
entityId: string;
|
7442
7442
|
}>;
|
7443
7443
|
}, "strip", z.ZodTypeAny, {
|
7444
7444
|
message: {
|
@@ -7446,12 +7446,12 @@ export declare const contactContract: {
|
|
7446
7446
|
createdAt: Date;
|
7447
7447
|
updatedAt: Date;
|
7448
7448
|
deletedAt: Date | null;
|
7449
|
+
entityId: string;
|
7449
7450
|
attributeId: string;
|
7450
7451
|
textValue: string | null;
|
7451
7452
|
booleanValue: boolean | null;
|
7452
7453
|
numberValue: number | null;
|
7453
7454
|
dateValue: Date | null;
|
7454
|
-
entityId: string;
|
7455
7455
|
};
|
7456
7456
|
requestId: string;
|
7457
7457
|
}, {
|
@@ -7460,12 +7460,12 @@ export declare const contactContract: {
|
|
7460
7460
|
createdAt: Date;
|
7461
7461
|
updatedAt: Date;
|
7462
7462
|
deletedAt: Date | null;
|
7463
|
+
entityId: string;
|
7463
7464
|
attributeId: string;
|
7464
7465
|
textValue: string | null;
|
7465
7466
|
booleanValue: boolean | null;
|
7466
7467
|
numberValue: number | null;
|
7467
7468
|
dateValue: Date | null;
|
7468
|
-
entityId: string;
|
7469
7469
|
};
|
7470
7470
|
requestId: string;
|
7471
7471
|
}>;
|
@@ -7661,9 +7661,9 @@ export declare const contactContract: {
|
|
7661
7661
|
createdAt: Date;
|
7662
7662
|
updatedAt: Date;
|
7663
7663
|
deletedAt: Date | null;
|
7664
|
-
isDefault: boolean;
|
7665
7664
|
systemName: string;
|
7666
7665
|
displayName: string;
|
7666
|
+
isDefault: boolean;
|
7667
7667
|
isArchived: boolean;
|
7668
7668
|
isRequired: boolean;
|
7669
7669
|
isUnique: boolean;
|
@@ -7674,9 +7674,9 @@ export declare const contactContract: {
|
|
7674
7674
|
createdAt: Date;
|
7675
7675
|
updatedAt: Date;
|
7676
7676
|
deletedAt: Date | null;
|
7677
|
-
isDefault: boolean;
|
7678
7677
|
systemName: string;
|
7679
7678
|
displayName: string;
|
7679
|
+
isDefault: boolean;
|
7680
7680
|
isArchived: boolean;
|
7681
7681
|
isRequired: boolean;
|
7682
7682
|
isUnique: boolean;
|
@@ -7693,9 +7693,9 @@ export declare const contactContract: {
|
|
7693
7693
|
createdAt: Date;
|
7694
7694
|
updatedAt: Date;
|
7695
7695
|
deletedAt: Date | null;
|
7696
|
-
isDefault: boolean;
|
7697
7696
|
systemName: string;
|
7698
7697
|
displayName: string;
|
7698
|
+
isDefault: boolean;
|
7699
7699
|
isArchived: boolean;
|
7700
7700
|
isRequired: boolean;
|
7701
7701
|
isUnique: boolean;
|
@@ -7716,9 +7716,9 @@ export declare const contactContract: {
|
|
7716
7716
|
createdAt: Date;
|
7717
7717
|
updatedAt: Date;
|
7718
7718
|
deletedAt: Date | null;
|
7719
|
-
isDefault: boolean;
|
7720
7719
|
systemName: string;
|
7721
7720
|
displayName: string;
|
7721
|
+
isDefault: boolean;
|
7722
7722
|
isArchived: boolean;
|
7723
7723
|
isRequired: boolean;
|
7724
7724
|
isUnique: boolean;
|
@@ -7817,9 +7817,9 @@ export declare const contactContract: {
|
|
7817
7817
|
createdAt: Date;
|
7818
7818
|
updatedAt: Date;
|
7819
7819
|
deletedAt: Date | null;
|
7820
|
-
isDefault: boolean;
|
7821
7820
|
systemName: string;
|
7822
7821
|
displayName: string;
|
7822
|
+
isDefault: boolean;
|
7823
7823
|
isArchived: boolean;
|
7824
7824
|
isRequired: boolean;
|
7825
7825
|
isUnique: boolean;
|
@@ -7830,9 +7830,9 @@ export declare const contactContract: {
|
|
7830
7830
|
createdAt: Date;
|
7831
7831
|
updatedAt: Date;
|
7832
7832
|
deletedAt: Date | null;
|
7833
|
-
isDefault: boolean;
|
7834
7833
|
systemName: string;
|
7835
7834
|
displayName: string;
|
7835
|
+
isDefault: boolean;
|
7836
7836
|
isArchived: boolean;
|
7837
7837
|
isRequired: boolean;
|
7838
7838
|
isUnique: boolean;
|
@@ -7926,9 +7926,9 @@ export declare const contactContract: {
|
|
7926
7926
|
createdAt: Date;
|
7927
7927
|
updatedAt: Date;
|
7928
7928
|
deletedAt: Date | null;
|
7929
|
-
isDefault: boolean;
|
7930
7929
|
systemName: string;
|
7931
7930
|
displayName: string;
|
7931
|
+
isDefault: boolean;
|
7932
7932
|
isArchived: boolean;
|
7933
7933
|
isRequired: boolean;
|
7934
7934
|
isUnique: boolean;
|
@@ -7968,9 +7968,9 @@ export declare const contactContract: {
|
|
7968
7968
|
createdAt: Date;
|
7969
7969
|
updatedAt: Date;
|
7970
7970
|
deletedAt: Date | null;
|
7971
|
-
isDefault: boolean;
|
7972
7971
|
systemName: string;
|
7973
7972
|
displayName: string;
|
7973
|
+
isDefault: boolean;
|
7974
7974
|
isArchived: boolean;
|
7975
7975
|
isRequired: boolean;
|
7976
7976
|
isUnique: boolean;
|
@@ -8123,9 +8123,9 @@ export declare const contactContract: {
|
|
8123
8123
|
createdAt: Date;
|
8124
8124
|
updatedAt: Date;
|
8125
8125
|
deletedAt: Date | null;
|
8126
|
-
isDefault: boolean;
|
8127
8126
|
systemName: string;
|
8128
8127
|
displayName: string;
|
8128
|
+
isDefault: boolean;
|
8129
8129
|
isArchived: boolean;
|
8130
8130
|
isRequired: boolean;
|
8131
8131
|
isUnique: boolean;
|
@@ -8226,9 +8226,9 @@ export declare const contactContract: {
|
|
8226
8226
|
createdAt: Date;
|
8227
8227
|
updatedAt: Date;
|
8228
8228
|
deletedAt: Date | null;
|
8229
|
-
isDefault: boolean;
|
8230
8229
|
systemName: string;
|
8231
8230
|
displayName: string;
|
8231
|
+
isDefault: boolean;
|
8232
8232
|
isArchived: boolean;
|
8233
8233
|
isRequired: boolean;
|
8234
8234
|
isUnique: boolean;
|
@@ -8331,9 +8331,9 @@ export declare const contactContract: {
|
|
8331
8331
|
createdAt: Date;
|
8332
8332
|
updatedAt: Date;
|
8333
8333
|
deletedAt: Date | null;
|
8334
|
-
isDefault: boolean;
|
8335
8334
|
systemName: string;
|
8336
8335
|
displayName: string;
|
8336
|
+
isDefault: boolean;
|
8337
8337
|
isArchived: boolean;
|
8338
8338
|
isRequired: boolean;
|
8339
8339
|
isUnique: boolean;
|
@@ -8437,9 +8437,9 @@ export declare const contactContract: {
|
|
8437
8437
|
createdAt: Date;
|
8438
8438
|
updatedAt: Date;
|
8439
8439
|
deletedAt: Date | null;
|
8440
|
-
isDefault: boolean;
|
8441
8440
|
systemName: string;
|
8442
8441
|
displayName: string;
|
8442
|
+
isDefault: boolean;
|
8443
8443
|
isArchived: boolean;
|
8444
8444
|
isRequired: boolean;
|
8445
8445
|
isUnique: boolean;
|