@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
@@ -545,9 +545,9 @@ export declare const contactContract: {
|
|
545
545
|
createdAt: Date;
|
546
546
|
updatedAt: Date;
|
547
547
|
deletedAt: Date | null;
|
548
|
+
isDefault: boolean;
|
548
549
|
systemName: string;
|
549
550
|
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;
|
561
562
|
systemName: string;
|
562
563
|
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;
|
580
581
|
systemName: string;
|
581
582
|
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;
|
603
604
|
systemName: string;
|
604
605
|
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;
|
704
705
|
systemName: string;
|
705
706
|
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;
|
717
718
|
systemName: string;
|
718
719
|
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;
|
813
814
|
systemName: string;
|
814
815
|
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;
|
855
856
|
systemName: string;
|
856
857
|
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;
|
1010
1011
|
systemName: string;
|
1011
1012
|
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;
|
1113
1114
|
systemName: string;
|
1114
1115
|
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;
|
1218
1219
|
systemName: string;
|
1219
1220
|
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;
|
1328
1329
|
systemName: string;
|
1329
1330
|
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;
|
1620
1621
|
systemName: string;
|
1621
1622
|
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;
|
1633
1634
|
systemName: string;
|
1634
1635
|
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;
|
1652
1653
|
systemName: string;
|
1653
1654
|
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;
|
1675
1676
|
systemName: string;
|
1676
1677
|
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;
|
1776
1777
|
systemName: string;
|
1777
1778
|
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;
|
1789
1790
|
systemName: string;
|
1790
1791
|
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;
|
1885
1886
|
systemName: string;
|
1886
1887
|
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;
|
1927
1928
|
systemName: string;
|
1928
1929
|
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;
|
2082
2083
|
systemName: string;
|
2083
2084
|
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;
|
2185
2186
|
systemName: string;
|
2186
2187
|
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;
|
2290
2291
|
systemName: string;
|
2291
2292
|
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;
|
2400
2401
|
systemName: string;
|
2401
2402
|
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;
|
2945
2946
|
systemName: string;
|
2946
2947
|
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;
|
2958
2959
|
systemName: string;
|
2959
2960
|
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;
|
2977
2978
|
systemName: string;
|
2978
2979
|
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;
|
3000
3001
|
systemName: string;
|
3001
3002
|
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;
|
3101
3102
|
systemName: string;
|
3102
3103
|
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;
|
3114
3115
|
systemName: string;
|
3115
3116
|
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;
|
3210
3211
|
systemName: string;
|
3211
3212
|
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;
|
3252
3253
|
systemName: string;
|
3253
3254
|
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;
|
3407
3408
|
systemName: string;
|
3408
3409
|
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;
|
3510
3511
|
systemName: string;
|
3511
3512
|
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;
|
3615
3616
|
systemName: string;
|
3616
3617
|
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;
|
3721
3722
|
systemName: string;
|
3722
3723
|
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;
|
4091
4092
|
systemName: string;
|
4092
4093
|
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;
|
4104
4105
|
systemName: string;
|
4105
4106
|
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;
|
4123
4124
|
systemName: string;
|
4124
4125
|
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;
|
4146
4147
|
systemName: string;
|
4147
4148
|
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;
|
4247
4248
|
systemName: string;
|
4248
4249
|
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;
|
4260
4261
|
systemName: string;
|
4261
4262
|
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;
|
4356
4357
|
systemName: string;
|
4357
4358
|
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;
|
4398
4399
|
systemName: string;
|
4399
4400
|
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;
|
4553
4554
|
systemName: string;
|
4554
4555
|
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;
|
4656
4657
|
systemName: string;
|
4657
4658
|
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;
|
4761
4762
|
systemName: string;
|
4762
4763
|
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;
|
4867
4868
|
systemName: string;
|
4868
4869
|
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;
|
5148
5149
|
systemName: string;
|
5149
5150
|
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;
|
5161
5162
|
systemName: string;
|
5162
5163
|
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;
|
5180
5181
|
systemName: string;
|
5181
5182
|
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;
|
5203
5204
|
systemName: string;
|
5204
5205
|
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;
|
5304
5305
|
systemName: string;
|
5305
5306
|
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;
|
5317
5318
|
systemName: string;
|
5318
5319
|
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;
|
5413
5414
|
systemName: string;
|
5414
5415
|
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;
|
5455
5456
|
systemName: string;
|
5456
5457
|
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;
|
5610
5611
|
systemName: string;
|
5611
5612
|
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;
|
5713
5714
|
systemName: string;
|
5714
5715
|
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;
|
5818
5819
|
systemName: string;
|
5819
5820
|
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;
|
5924
5925
|
systemName: string;
|
5925
5926
|
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;
|
6241
6242
|
systemName: string;
|
6242
6243
|
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;
|
6254
6255
|
systemName: string;
|
6255
6256
|
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;
|
6273
6274
|
systemName: string;
|
6274
6275
|
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;
|
6296
6297
|
systemName: string;
|
6297
6298
|
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;
|
6397
6398
|
systemName: string;
|
6398
6399
|
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;
|
6410
6411
|
systemName: string;
|
6411
6412
|
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;
|
6506
6507
|
systemName: string;
|
6507
6508
|
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;
|
6548
6549
|
systemName: string;
|
6549
6550
|
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;
|
6703
6704
|
systemName: string;
|
6704
6705
|
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;
|
6806
6807
|
systemName: string;
|
6807
6808
|
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;
|
6911
6912
|
systemName: string;
|
6912
6913
|
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;
|
7017
7018
|
systemName: string;
|
7018
7019
|
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;
|
7426
7425
|
attributeId: string;
|
7427
7426
|
textValue: string | null;
|
7428
7427
|
booleanValue: boolean | null;
|
7429
7428
|
numberValue: number | null;
|
7430
7429
|
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;
|
7437
7436
|
attributeId: string;
|
7438
7437
|
textValue: string | null;
|
7439
7438
|
booleanValue: boolean | null;
|
7440
7439
|
numberValue: number | null;
|
7441
7440
|
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;
|
7450
7449
|
attributeId: string;
|
7451
7450
|
textValue: string | null;
|
7452
7451
|
booleanValue: boolean | null;
|
7453
7452
|
numberValue: number | null;
|
7454
7453
|
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;
|
7464
7463
|
attributeId: string;
|
7465
7464
|
textValue: string | null;
|
7466
7465
|
booleanValue: boolean | null;
|
7467
7466
|
numberValue: number | null;
|
7468
7467
|
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;
|
7664
7665
|
systemName: string;
|
7665
7666
|
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;
|
7677
7678
|
systemName: string;
|
7678
7679
|
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;
|
7696
7697
|
systemName: string;
|
7697
7698
|
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;
|
7719
7720
|
systemName: string;
|
7720
7721
|
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;
|
7820
7821
|
systemName: string;
|
7821
7822
|
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;
|
7833
7834
|
systemName: string;
|
7834
7835
|
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;
|
7929
7930
|
systemName: string;
|
7930
7931
|
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;
|
7971
7972
|
systemName: string;
|
7972
7973
|
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;
|
8126
8127
|
systemName: string;
|
8127
8128
|
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;
|
8229
8230
|
systemName: string;
|
8230
8231
|
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;
|
8334
8335
|
systemName: string;
|
8335
8336
|
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;
|
8440
8441
|
systemName: string;
|
8441
8442
|
displayName: string;
|
8442
|
-
isDefault: boolean;
|
8443
8443
|
isArchived: boolean;
|
8444
8444
|
isRequired: boolean;
|
8445
8445
|
isUnique: boolean;
|