@kl1/contracts 1.0.19 → 1.0.21
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 +1815 -1078
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1812 -1078
- package/dist/index.mjs.map +1 -1
- package/dist/src/call-log/schema.d.ts +8 -8
- package/dist/src/call-log/validation.d.ts +4 -4
- package/dist/src/chat/index.d.ts +2927 -1113
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +65 -77
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +5081 -70
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/company/index.d.ts +1803 -0
- package/dist/src/company/index.d.ts.map +1 -0
- package/dist/src/company/schema.d.ts +5 -5
- package/dist/src/company/validation.d.ts +852 -0
- package/dist/src/company/validation.d.ts.map +1 -0
- package/dist/src/contact/index.d.ts +21 -21
- package/dist/src/contact/schema.d.ts +3 -3
- package/dist/src/contact/validation.d.ts +21 -21
- package/dist/src/contract.d.ts +25007 -13945
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +5494 -26
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +4545 -12
- package/dist/src/cx-log/schema.d.ts.map +1 -1
- package/dist/src/dashboard/index.d.ts +1852 -0
- package/dist/src/dashboard/index.d.ts.map +1 -0
- package/dist/src/dashboard/schema.d.ts +885 -0
- package/dist/src/dashboard/schema.d.ts.map +1 -0
- package/dist/src/dashboard/validation.d.ts +19 -0
- package/dist/src/dashboard/validation.d.ts.map +1 -0
- package/dist/src/evaluate-form/schema.d.ts +2 -2
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/mail/mail-contract.d.ts +118 -118
- package/dist/src/mail/message-contract.d.ts +6 -6
- package/dist/src/mail/room-contract.d.ts +112 -112
- package/dist/src/mail/schemas/message.schema.d.ts +4 -4
- package/dist/src/mail/schemas/room-validation.schema.d.ts +36 -36
- package/dist/src/mail/schemas/room.schema.d.ts +28 -28
- package/dist/src/messenger/index.d.ts +228 -70
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +8 -8
- package/dist/src/telephony-cdr/validation.d.ts +4 -4
- package/dist/src/telephony-queue-call-count/schema.d.ts +2 -2
- package/dist/src/ticket/index.d.ts +63 -66
- package/dist/src/ticket/index.d.ts.map +1 -1
- package/dist/src/ticket/validation.d.ts +63 -66
- package/dist/src/ticket/validation.d.ts.map +1 -1
- package/dist/src/user/index.d.ts +2 -0
- package/dist/src/user/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/index.d.ts +15 -15
- package/dist/src/wrap-up-form/schema.d.ts +2 -2
- package/dist/src/wrap-up-form/validation.d.ts +3 -3
- package/package.json +1 -1
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/company/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,eAAO,MAAM,UAAU;;;;;;;;;EAGrB,CAAC;AA+CH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmD5C,CAAC"}
|
@@ -417,7 +417,7 @@ export declare const contactContract: {
|
|
417
417
|
textValue: z.ZodNullable<z.ZodString>;
|
418
418
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
419
419
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
420
|
-
dateValue: z.ZodNullable<z.
|
420
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
421
421
|
attribute: z.ZodObject<Omit<{
|
422
422
|
id: z.ZodString;
|
423
423
|
createdAt: z.ZodDate;
|
@@ -521,7 +521,7 @@ export declare const contactContract: {
|
|
521
521
|
textValue: string | null;
|
522
522
|
booleanValue: boolean | null;
|
523
523
|
numberValue: number | null;
|
524
|
-
dateValue:
|
524
|
+
dateValue: Date | null;
|
525
525
|
}, {
|
526
526
|
id: string;
|
527
527
|
createdAt: Date;
|
@@ -544,7 +544,7 @@ export declare const contactContract: {
|
|
544
544
|
textValue: string | null;
|
545
545
|
booleanValue: boolean | null;
|
546
546
|
numberValue: number | null;
|
547
|
-
dateValue:
|
547
|
+
dateValue: Date | null;
|
548
548
|
}>, "many">>;
|
549
549
|
}, "customFields">, "strip", z.ZodTypeAny, {
|
550
550
|
id: string;
|
@@ -1503,7 +1503,7 @@ export declare const contactContract: {
|
|
1503
1503
|
textValue: z.ZodNullable<z.ZodString>;
|
1504
1504
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
1505
1505
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
1506
|
-
dateValue: z.ZodNullable<z.
|
1506
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
1507
1507
|
attribute: z.ZodObject<Omit<{
|
1508
1508
|
id: z.ZodString;
|
1509
1509
|
createdAt: z.ZodDate;
|
@@ -1607,7 +1607,7 @@ export declare const contactContract: {
|
|
1607
1607
|
textValue: string | null;
|
1608
1608
|
booleanValue: boolean | null;
|
1609
1609
|
numberValue: number | null;
|
1610
|
-
dateValue:
|
1610
|
+
dateValue: Date | null;
|
1611
1611
|
}, {
|
1612
1612
|
id: string;
|
1613
1613
|
createdAt: Date;
|
@@ -1630,7 +1630,7 @@ export declare const contactContract: {
|
|
1630
1630
|
textValue: string | null;
|
1631
1631
|
booleanValue: boolean | null;
|
1632
1632
|
numberValue: number | null;
|
1633
|
-
dateValue:
|
1633
|
+
dateValue: Date | null;
|
1634
1634
|
}>, "many">>;
|
1635
1635
|
}, "customFields">, "strip", z.ZodTypeAny, {
|
1636
1636
|
id: string;
|
@@ -2547,7 +2547,7 @@ export declare const contactContract: {
|
|
2547
2547
|
textValue: z.ZodNullable<z.ZodString>;
|
2548
2548
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
2549
2549
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
2550
|
-
dateValue: z.ZodNullable<z.
|
2550
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
2551
2551
|
attribute: z.ZodObject<Omit<{
|
2552
2552
|
id: z.ZodString;
|
2553
2553
|
createdAt: z.ZodDate;
|
@@ -2651,7 +2651,7 @@ export declare const contactContract: {
|
|
2651
2651
|
textValue: string | null;
|
2652
2652
|
booleanValue: boolean | null;
|
2653
2653
|
numberValue: number | null;
|
2654
|
-
dateValue:
|
2654
|
+
dateValue: Date | null;
|
2655
2655
|
}, {
|
2656
2656
|
id: string;
|
2657
2657
|
createdAt: Date;
|
@@ -2674,7 +2674,7 @@ export declare const contactContract: {
|
|
2674
2674
|
textValue: string | null;
|
2675
2675
|
booleanValue: boolean | null;
|
2676
2676
|
numberValue: number | null;
|
2677
|
-
dateValue:
|
2677
|
+
dateValue: Date | null;
|
2678
2678
|
}>, "many">>;
|
2679
2679
|
}, "customFields">, "strip", z.ZodTypeAny, {
|
2680
2680
|
id: string;
|
@@ -3844,7 +3844,7 @@ export declare const contactContract: {
|
|
3844
3844
|
textValue: z.ZodNullable<z.ZodString>;
|
3845
3845
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
3846
3846
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
3847
|
-
dateValue: z.ZodNullable<z.
|
3847
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
3848
3848
|
attribute: z.ZodObject<Omit<{
|
3849
3849
|
id: z.ZodString;
|
3850
3850
|
createdAt: z.ZodDate;
|
@@ -3948,7 +3948,7 @@ export declare const contactContract: {
|
|
3948
3948
|
textValue: string | null;
|
3949
3949
|
booleanValue: boolean | null;
|
3950
3950
|
numberValue: number | null;
|
3951
|
-
dateValue:
|
3951
|
+
dateValue: Date | null;
|
3952
3952
|
}, {
|
3953
3953
|
id: string;
|
3954
3954
|
createdAt: Date;
|
@@ -3971,7 +3971,7 @@ export declare const contactContract: {
|
|
3971
3971
|
textValue: string | null;
|
3972
3972
|
booleanValue: boolean | null;
|
3973
3973
|
numberValue: number | null;
|
3974
|
-
dateValue:
|
3974
|
+
dateValue: Date | null;
|
3975
3975
|
}>, "many">>;
|
3976
3976
|
}, "customFields">, "strip", z.ZodTypeAny, {
|
3977
3977
|
id: string;
|
@@ -4956,7 +4956,7 @@ export declare const contactContract: {
|
|
4956
4956
|
textValue: z.ZodNullable<z.ZodString>;
|
4957
4957
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
4958
4958
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
4959
|
-
dateValue: z.ZodNullable<z.
|
4959
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
4960
4960
|
attribute: z.ZodObject<Omit<{
|
4961
4961
|
id: z.ZodString;
|
4962
4962
|
createdAt: z.ZodDate;
|
@@ -5060,7 +5060,7 @@ export declare const contactContract: {
|
|
5060
5060
|
textValue: string | null;
|
5061
5061
|
booleanValue: boolean | null;
|
5062
5062
|
numberValue: number | null;
|
5063
|
-
dateValue:
|
5063
|
+
dateValue: Date | null;
|
5064
5064
|
}, {
|
5065
5065
|
id: string;
|
5066
5066
|
createdAt: Date;
|
@@ -5083,7 +5083,7 @@ export declare const contactContract: {
|
|
5083
5083
|
textValue: string | null;
|
5084
5084
|
booleanValue: boolean | null;
|
5085
5085
|
numberValue: number | null;
|
5086
|
-
dateValue:
|
5086
|
+
dateValue: Date | null;
|
5087
5087
|
}>, "many">>;
|
5088
5088
|
}, "customFields">, "strip", z.ZodTypeAny, {
|
5089
5089
|
id: string;
|
@@ -5985,7 +5985,7 @@ export declare const contactContract: {
|
|
5985
5985
|
textValue: z.ZodNullable<z.ZodString>;
|
5986
5986
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
5987
5987
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
5988
|
-
dateValue: z.ZodNullable<z.
|
5988
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
5989
5989
|
attribute: z.ZodObject<Omit<{
|
5990
5990
|
id: z.ZodString;
|
5991
5991
|
createdAt: z.ZodDate;
|
@@ -6089,7 +6089,7 @@ export declare const contactContract: {
|
|
6089
6089
|
textValue: string | null;
|
6090
6090
|
booleanValue: boolean | null;
|
6091
6091
|
numberValue: number | null;
|
6092
|
-
dateValue:
|
6092
|
+
dateValue: Date | null;
|
6093
6093
|
}, {
|
6094
6094
|
id: string;
|
6095
6095
|
createdAt: Date;
|
@@ -6112,7 +6112,7 @@ export declare const contactContract: {
|
|
6112
6112
|
textValue: string | null;
|
6113
6113
|
booleanValue: boolean | null;
|
6114
6114
|
numberValue: number | null;
|
6115
|
-
dateValue:
|
6115
|
+
dateValue: Date | null;
|
6116
6116
|
}>, "many">>;
|
6117
6117
|
}, "customFields">, "strip", z.ZodTypeAny, {
|
6118
6118
|
id: string;
|
@@ -7050,7 +7050,7 @@ export declare const contactContract: {
|
|
7050
7050
|
textValue: z.ZodNullable<z.ZodString>;
|
7051
7051
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
7052
7052
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
7053
|
-
dateValue: z.ZodNullable<z.
|
7053
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
7054
7054
|
attribute: z.ZodObject<Omit<{
|
7055
7055
|
id: z.ZodString;
|
7056
7056
|
createdAt: z.ZodDate;
|
@@ -7154,7 +7154,7 @@ export declare const contactContract: {
|
|
7154
7154
|
textValue: string | null;
|
7155
7155
|
booleanValue: boolean | null;
|
7156
7156
|
numberValue: number | null;
|
7157
|
-
dateValue:
|
7157
|
+
dateValue: Date | null;
|
7158
7158
|
}, {
|
7159
7159
|
id: string;
|
7160
7160
|
createdAt: Date;
|
@@ -7177,7 +7177,7 @@ export declare const contactContract: {
|
|
7177
7177
|
textValue: string | null;
|
7178
7178
|
booleanValue: boolean | null;
|
7179
7179
|
numberValue: number | null;
|
7180
|
-
dateValue:
|
7180
|
+
dateValue: Date | null;
|
7181
7181
|
}>, "many">>;
|
7182
7182
|
}, "customFields">, "strip", z.ZodTypeAny, {
|
7183
7183
|
id: string;
|
@@ -410,7 +410,7 @@ export declare const ContactSchema: z.ZodObject<{
|
|
410
410
|
textValue: z.ZodNullable<z.ZodString>;
|
411
411
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
412
412
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
413
|
-
dateValue: z.ZodNullable<z.
|
413
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
414
414
|
attribute: z.ZodObject<Omit<{
|
415
415
|
id: z.ZodString;
|
416
416
|
createdAt: z.ZodDate;
|
@@ -514,7 +514,7 @@ export declare const ContactSchema: z.ZodObject<{
|
|
514
514
|
textValue: string | null;
|
515
515
|
booleanValue: boolean | null;
|
516
516
|
numberValue: number | null;
|
517
|
-
dateValue:
|
517
|
+
dateValue: Date | null;
|
518
518
|
}, {
|
519
519
|
id: string;
|
520
520
|
createdAt: Date;
|
@@ -537,7 +537,7 @@ export declare const ContactSchema: z.ZodObject<{
|
|
537
537
|
textValue: string | null;
|
538
538
|
booleanValue: boolean | null;
|
539
539
|
numberValue: number | null;
|
540
|
-
dateValue:
|
540
|
+
dateValue: Date | null;
|
541
541
|
}>, "many">>;
|
542
542
|
}, "customFields">, "strip", z.ZodTypeAny, {
|
543
543
|
id: string;
|
@@ -331,7 +331,7 @@ export declare const ContactContractValidationSchema: {
|
|
331
331
|
textValue: z.ZodNullable<z.ZodString>;
|
332
332
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
333
333
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
334
|
-
dateValue: z.ZodNullable<z.
|
334
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
335
335
|
attribute: z.ZodObject<Omit<{
|
336
336
|
id: z.ZodString;
|
337
337
|
createdAt: z.ZodDate;
|
@@ -435,7 +435,7 @@ export declare const ContactContractValidationSchema: {
|
|
435
435
|
textValue: string | null;
|
436
436
|
booleanValue: boolean | null;
|
437
437
|
numberValue: number | null;
|
438
|
-
dateValue:
|
438
|
+
dateValue: Date | null;
|
439
439
|
}, {
|
440
440
|
id: string;
|
441
441
|
createdAt: Date;
|
@@ -458,7 +458,7 @@ export declare const ContactContractValidationSchema: {
|
|
458
458
|
textValue: string | null;
|
459
459
|
booleanValue: boolean | null;
|
460
460
|
numberValue: number | null;
|
461
|
-
dateValue:
|
461
|
+
dateValue: Date | null;
|
462
462
|
}>, "many">>;
|
463
463
|
}, "customFields">, "strip", z.ZodTypeAny, {
|
464
464
|
id: string;
|
@@ -1151,7 +1151,7 @@ export declare const ContactContractValidationSchema: {
|
|
1151
1151
|
textValue: z.ZodNullable<z.ZodString>;
|
1152
1152
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
1153
1153
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
1154
|
-
dateValue: z.ZodNullable<z.
|
1154
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
1155
1155
|
attribute: z.ZodObject<Omit<{
|
1156
1156
|
id: z.ZodString;
|
1157
1157
|
createdAt: z.ZodDate;
|
@@ -1255,7 +1255,7 @@ export declare const ContactContractValidationSchema: {
|
|
1255
1255
|
textValue: string | null;
|
1256
1256
|
booleanValue: boolean | null;
|
1257
1257
|
numberValue: number | null;
|
1258
|
-
dateValue:
|
1258
|
+
dateValue: Date | null;
|
1259
1259
|
}, {
|
1260
1260
|
id: string;
|
1261
1261
|
createdAt: Date;
|
@@ -1278,7 +1278,7 @@ export declare const ContactContractValidationSchema: {
|
|
1278
1278
|
textValue: string | null;
|
1279
1279
|
booleanValue: boolean | null;
|
1280
1280
|
numberValue: number | null;
|
1281
|
-
dateValue:
|
1281
|
+
dateValue: Date | null;
|
1282
1282
|
}>, "many">>;
|
1283
1283
|
}, "customFields">, "strip", z.ZodTypeAny, {
|
1284
1284
|
id: string;
|
@@ -1901,7 +1901,7 @@ export declare const ContactContractValidationSchema: {
|
|
1901
1901
|
textValue: z.ZodNullable<z.ZodString>;
|
1902
1902
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
1903
1903
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
1904
|
-
dateValue: z.ZodNullable<z.
|
1904
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
1905
1905
|
attribute: z.ZodObject<Omit<{
|
1906
1906
|
id: z.ZodString;
|
1907
1907
|
createdAt: z.ZodDate;
|
@@ -2005,7 +2005,7 @@ export declare const ContactContractValidationSchema: {
|
|
2005
2005
|
textValue: string | null;
|
2006
2006
|
booleanValue: boolean | null;
|
2007
2007
|
numberValue: number | null;
|
2008
|
-
dateValue:
|
2008
|
+
dateValue: Date | null;
|
2009
2009
|
}, {
|
2010
2010
|
id: string;
|
2011
2011
|
createdAt: Date;
|
@@ -2028,7 +2028,7 @@ export declare const ContactContractValidationSchema: {
|
|
2028
2028
|
textValue: string | null;
|
2029
2029
|
booleanValue: boolean | null;
|
2030
2030
|
numberValue: number | null;
|
2031
|
-
dateValue:
|
2031
|
+
dateValue: Date | null;
|
2032
2032
|
}>, "many">>;
|
2033
2033
|
}, "customFields">, "strip", z.ZodTypeAny, {
|
2034
2034
|
id: string;
|
@@ -2650,7 +2650,7 @@ export declare const ContactContractValidationSchema: {
|
|
2650
2650
|
textValue: z.ZodNullable<z.ZodString>;
|
2651
2651
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
2652
2652
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
2653
|
-
dateValue: z.ZodNullable<z.
|
2653
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
2654
2654
|
attribute: z.ZodObject<Omit<{
|
2655
2655
|
id: z.ZodString;
|
2656
2656
|
createdAt: z.ZodDate;
|
@@ -2754,7 +2754,7 @@ export declare const ContactContractValidationSchema: {
|
|
2754
2754
|
textValue: string | null;
|
2755
2755
|
booleanValue: boolean | null;
|
2756
2756
|
numberValue: number | null;
|
2757
|
-
dateValue:
|
2757
|
+
dateValue: Date | null;
|
2758
2758
|
}, {
|
2759
2759
|
id: string;
|
2760
2760
|
createdAt: Date;
|
@@ -2777,7 +2777,7 @@ export declare const ContactContractValidationSchema: {
|
|
2777
2777
|
textValue: string | null;
|
2778
2778
|
booleanValue: boolean | null;
|
2779
2779
|
numberValue: number | null;
|
2780
|
-
dateValue:
|
2780
|
+
dateValue: Date | null;
|
2781
2781
|
}>, "many">>;
|
2782
2782
|
}, "customFields">, "strip", z.ZodTypeAny, {
|
2783
2783
|
id: string;
|
@@ -3402,7 +3402,7 @@ export declare const ContactContractValidationSchema: {
|
|
3402
3402
|
textValue: z.ZodNullable<z.ZodString>;
|
3403
3403
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
3404
3404
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
3405
|
-
dateValue: z.ZodNullable<z.
|
3405
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
3406
3406
|
attribute: z.ZodObject<Omit<{
|
3407
3407
|
id: z.ZodString;
|
3408
3408
|
createdAt: z.ZodDate;
|
@@ -3506,7 +3506,7 @@ export declare const ContactContractValidationSchema: {
|
|
3506
3506
|
textValue: string | null;
|
3507
3507
|
booleanValue: boolean | null;
|
3508
3508
|
numberValue: number | null;
|
3509
|
-
dateValue:
|
3509
|
+
dateValue: Date | null;
|
3510
3510
|
}, {
|
3511
3511
|
id: string;
|
3512
3512
|
createdAt: Date;
|
@@ -3529,7 +3529,7 @@ export declare const ContactContractValidationSchema: {
|
|
3529
3529
|
textValue: string | null;
|
3530
3530
|
booleanValue: boolean | null;
|
3531
3531
|
numberValue: number | null;
|
3532
|
-
dateValue:
|
3532
|
+
dateValue: Date | null;
|
3533
3533
|
}>, "many">>;
|
3534
3534
|
}, "customFields">, "strip", z.ZodTypeAny, {
|
3535
3535
|
id: string;
|
@@ -4190,7 +4190,7 @@ export declare const ContactContractValidationSchema: {
|
|
4190
4190
|
textValue: z.ZodNullable<z.ZodString>;
|
4191
4191
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
4192
4192
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
4193
|
-
dateValue: z.ZodNullable<z.
|
4193
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
4194
4194
|
attribute: z.ZodObject<Omit<{
|
4195
4195
|
id: z.ZodString;
|
4196
4196
|
createdAt: z.ZodDate;
|
@@ -4294,7 +4294,7 @@ export declare const ContactContractValidationSchema: {
|
|
4294
4294
|
textValue: string | null;
|
4295
4295
|
booleanValue: boolean | null;
|
4296
4296
|
numberValue: number | null;
|
4297
|
-
dateValue:
|
4297
|
+
dateValue: Date | null;
|
4298
4298
|
}, {
|
4299
4299
|
id: string;
|
4300
4300
|
createdAt: Date;
|
@@ -4317,7 +4317,7 @@ export declare const ContactContractValidationSchema: {
|
|
4317
4317
|
textValue: string | null;
|
4318
4318
|
booleanValue: boolean | null;
|
4319
4319
|
numberValue: number | null;
|
4320
|
-
dateValue:
|
4320
|
+
dateValue: Date | null;
|
4321
4321
|
}>, "many">>;
|
4322
4322
|
}, "customFields">, "strip", z.ZodTypeAny, {
|
4323
4323
|
id: string;
|
@@ -4976,7 +4976,7 @@ export declare const ContactContractValidationSchema: {
|
|
4976
4976
|
textValue: z.ZodNullable<z.ZodString>;
|
4977
4977
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
4978
4978
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
4979
|
-
dateValue: z.ZodNullable<z.
|
4979
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
4980
4980
|
attribute: z.ZodObject<Omit<{
|
4981
4981
|
id: z.ZodString;
|
4982
4982
|
createdAt: z.ZodDate;
|
@@ -5080,7 +5080,7 @@ export declare const ContactContractValidationSchema: {
|
|
5080
5080
|
textValue: string | null;
|
5081
5081
|
booleanValue: boolean | null;
|
5082
5082
|
numberValue: number | null;
|
5083
|
-
dateValue:
|
5083
|
+
dateValue: Date | null;
|
5084
5084
|
}, {
|
5085
5085
|
id: string;
|
5086
5086
|
createdAt: Date;
|
@@ -5103,7 +5103,7 @@ export declare const ContactContractValidationSchema: {
|
|
5103
5103
|
textValue: string | null;
|
5104
5104
|
booleanValue: boolean | null;
|
5105
5105
|
numberValue: number | null;
|
5106
|
-
dateValue:
|
5106
|
+
dateValue: Date | null;
|
5107
5107
|
}>, "many">>;
|
5108
5108
|
}, "customFields">, "strip", z.ZodTypeAny, {
|
5109
5109
|
id: string;
|