@kl1/contracts 1.0.47 → 1.0.49
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 +3441 -3175
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3441 -3175
- package/dist/index.mjs.map +1 -1
- package/dist/src/activity-log/index.d.ts +7 -7
- package/dist/src/activity-log/schema.d.ts +7 -7
- package/dist/src/attribute/index.d.ts +12 -12
- package/dist/src/attribute/schema.d.ts +2 -2
- package/dist/src/auth/index.d.ts +7 -7
- package/dist/src/call-log/schema.d.ts +3 -3
- package/dist/src/channel/index.d.ts +36 -36
- package/dist/src/channel/schema.d.ts +8 -10
- package/dist/src/channel/schema.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +564 -561
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +127 -121
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +183 -180
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +212 -212
- package/dist/src/comment/schema.d.ts +60 -60
- 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 +9174 -2386
- 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 +118 -118
- package/dist/src/cx-log/schema.d.ts +98 -98
- package/dist/src/extension/index.d.ts +33 -27
- package/dist/src/extension/index.d.ts.map +1 -1
- package/dist/src/extension/schema.d.ts +3 -3
- package/dist/src/extension/validation.d.ts +12 -6
- package/dist/src/extension/validation.d.ts.map +1 -1
- 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 +94 -94
- package/dist/src/telephony-agent-presence-status/index.d.ts +23 -23
- package/dist/src/telephony-agent-presence-status/schema.d.ts +7 -7
- package/dist/src/telephony-cdr/index.d.ts +99 -99
- package/dist/src/telephony-cdr/schema.d.ts +32 -32
- package/dist/src/ticket/index.d.ts +214 -214
- package/dist/src/ticket/schema.d.ts +36 -36
- package/dist/src/user/index.d.ts +23 -23
- package/dist/src/user/schema.d.ts +5 -5
- package/dist/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/src/user-presence-status-log/schema.d.ts +7 -7
- 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
- package/dist/src/app/index.d.ts +0 -17
- package/dist/src/app/index.d.ts.map +0 -1
- package/dist/src/mail/mail-server.d.ts +0 -216
- package/dist/src/mail/mail-server.d.ts.map +0 -1
- package/dist/src/platform-contact/schema.d.ts +0 -30
- package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -181,9 +181,9 @@ export declare const companyContract: {
|
|
181
181
|
createdAt: Date;
|
182
182
|
updatedAt: Date;
|
183
183
|
deletedAt: Date | null;
|
184
|
-
isDefault: boolean;
|
185
184
|
systemName: string;
|
186
185
|
displayName: string;
|
186
|
+
isDefault: boolean;
|
187
187
|
isArchived: boolean;
|
188
188
|
isRequired: boolean;
|
189
189
|
isUnique: boolean;
|
@@ -194,9 +194,9 @@ export declare const companyContract: {
|
|
194
194
|
createdAt: Date;
|
195
195
|
updatedAt: Date;
|
196
196
|
deletedAt: Date | null;
|
197
|
-
isDefault: boolean;
|
198
197
|
systemName: string;
|
199
198
|
displayName: string;
|
199
|
+
isDefault: boolean;
|
200
200
|
isArchived: boolean;
|
201
201
|
isRequired: boolean;
|
202
202
|
isUnique: boolean;
|
@@ -213,9 +213,9 @@ export declare const companyContract: {
|
|
213
213
|
createdAt: Date;
|
214
214
|
updatedAt: Date;
|
215
215
|
deletedAt: Date | null;
|
216
|
-
isDefault: boolean;
|
217
216
|
systemName: string;
|
218
217
|
displayName: string;
|
218
|
+
isDefault: boolean;
|
219
219
|
isArchived: boolean;
|
220
220
|
isRequired: boolean;
|
221
221
|
isUnique: boolean;
|
@@ -236,9 +236,9 @@ export declare const companyContract: {
|
|
236
236
|
createdAt: Date;
|
237
237
|
updatedAt: Date;
|
238
238
|
deletedAt: Date | null;
|
239
|
-
isDefault: boolean;
|
240
239
|
systemName: string;
|
241
240
|
displayName: string;
|
241
|
+
isDefault: boolean;
|
242
242
|
isArchived: boolean;
|
243
243
|
isRequired: boolean;
|
244
244
|
isUnique: boolean;
|
@@ -269,9 +269,9 @@ export declare const companyContract: {
|
|
269
269
|
createdAt: Date;
|
270
270
|
updatedAt: Date;
|
271
271
|
deletedAt: Date | null;
|
272
|
-
isDefault: boolean;
|
273
272
|
systemName: string;
|
274
273
|
displayName: string;
|
274
|
+
isDefault: boolean;
|
275
275
|
isArchived: boolean;
|
276
276
|
isRequired: boolean;
|
277
277
|
isUnique: boolean;
|
@@ -302,9 +302,9 @@ export declare const companyContract: {
|
|
302
302
|
createdAt: Date;
|
303
303
|
updatedAt: Date;
|
304
304
|
deletedAt: Date | null;
|
305
|
-
isDefault: boolean;
|
306
305
|
systemName: string;
|
307
306
|
displayName: string;
|
307
|
+
isDefault: boolean;
|
308
308
|
isArchived: boolean;
|
309
309
|
isRequired: boolean;
|
310
310
|
isUnique: boolean;
|
@@ -337,9 +337,9 @@ export declare const companyContract: {
|
|
337
337
|
createdAt: Date;
|
338
338
|
updatedAt: Date;
|
339
339
|
deletedAt: Date | null;
|
340
|
-
isDefault: boolean;
|
341
340
|
systemName: string;
|
342
341
|
displayName: string;
|
342
|
+
isDefault: boolean;
|
343
343
|
isArchived: boolean;
|
344
344
|
isRequired: boolean;
|
345
345
|
isUnique: boolean;
|
@@ -373,9 +373,9 @@ export declare const companyContract: {
|
|
373
373
|
createdAt: Date;
|
374
374
|
updatedAt: Date;
|
375
375
|
deletedAt: Date | null;
|
376
|
-
isDefault: boolean;
|
377
376
|
systemName: string;
|
378
377
|
displayName: string;
|
378
|
+
isDefault: boolean;
|
379
379
|
isArchived: boolean;
|
380
380
|
isRequired: boolean;
|
381
381
|
isUnique: boolean;
|
@@ -623,9 +623,9 @@ export declare const companyContract: {
|
|
623
623
|
createdAt: Date;
|
624
624
|
updatedAt: Date;
|
625
625
|
deletedAt: Date | null;
|
626
|
-
isDefault: boolean;
|
627
626
|
systemName: string;
|
628
627
|
displayName: string;
|
628
|
+
isDefault: boolean;
|
629
629
|
isArchived: boolean;
|
630
630
|
isRequired: boolean;
|
631
631
|
isUnique: boolean;
|
@@ -636,9 +636,9 @@ export declare const companyContract: {
|
|
636
636
|
createdAt: Date;
|
637
637
|
updatedAt: Date;
|
638
638
|
deletedAt: Date | null;
|
639
|
-
isDefault: boolean;
|
640
639
|
systemName: string;
|
641
640
|
displayName: string;
|
641
|
+
isDefault: boolean;
|
642
642
|
isArchived: boolean;
|
643
643
|
isRequired: boolean;
|
644
644
|
isUnique: boolean;
|
@@ -655,9 +655,9 @@ export declare const companyContract: {
|
|
655
655
|
createdAt: Date;
|
656
656
|
updatedAt: Date;
|
657
657
|
deletedAt: Date | null;
|
658
|
-
isDefault: boolean;
|
659
658
|
systemName: string;
|
660
659
|
displayName: string;
|
660
|
+
isDefault: boolean;
|
661
661
|
isArchived: boolean;
|
662
662
|
isRequired: boolean;
|
663
663
|
isUnique: boolean;
|
@@ -678,9 +678,9 @@ export declare const companyContract: {
|
|
678
678
|
createdAt: Date;
|
679
679
|
updatedAt: Date;
|
680
680
|
deletedAt: Date | null;
|
681
|
-
isDefault: boolean;
|
682
681
|
systemName: string;
|
683
682
|
displayName: string;
|
683
|
+
isDefault: boolean;
|
684
684
|
isArchived: boolean;
|
685
685
|
isRequired: boolean;
|
686
686
|
isUnique: boolean;
|
@@ -711,9 +711,9 @@ export declare const companyContract: {
|
|
711
711
|
createdAt: Date;
|
712
712
|
updatedAt: Date;
|
713
713
|
deletedAt: Date | null;
|
714
|
-
isDefault: boolean;
|
715
714
|
systemName: string;
|
716
715
|
displayName: string;
|
716
|
+
isDefault: boolean;
|
717
717
|
isArchived: boolean;
|
718
718
|
isRequired: boolean;
|
719
719
|
isUnique: boolean;
|
@@ -744,9 +744,9 @@ export declare const companyContract: {
|
|
744
744
|
createdAt: Date;
|
745
745
|
updatedAt: Date;
|
746
746
|
deletedAt: Date | null;
|
747
|
-
isDefault: boolean;
|
748
747
|
systemName: string;
|
749
748
|
displayName: string;
|
749
|
+
isDefault: boolean;
|
750
750
|
isArchived: boolean;
|
751
751
|
isRequired: boolean;
|
752
752
|
isUnique: boolean;
|
@@ -779,9 +779,9 @@ export declare const companyContract: {
|
|
779
779
|
createdAt: Date;
|
780
780
|
updatedAt: Date;
|
781
781
|
deletedAt: Date | null;
|
782
|
-
isDefault: boolean;
|
783
782
|
systemName: string;
|
784
783
|
displayName: string;
|
784
|
+
isDefault: boolean;
|
785
785
|
isArchived: boolean;
|
786
786
|
isRequired: boolean;
|
787
787
|
isUnique: boolean;
|
@@ -815,9 +815,9 @@ export declare const companyContract: {
|
|
815
815
|
createdAt: Date;
|
816
816
|
updatedAt: Date;
|
817
817
|
deletedAt: Date | null;
|
818
|
-
isDefault: boolean;
|
819
818
|
systemName: string;
|
820
819
|
displayName: string;
|
820
|
+
isDefault: boolean;
|
821
821
|
isArchived: boolean;
|
822
822
|
isRequired: boolean;
|
823
823
|
isUnique: boolean;
|
@@ -1052,9 +1052,9 @@ export declare const companyContract: {
|
|
1052
1052
|
createdAt: Date;
|
1053
1053
|
updatedAt: Date;
|
1054
1054
|
deletedAt: Date | null;
|
1055
|
-
isDefault: boolean;
|
1056
1055
|
systemName: string;
|
1057
1056
|
displayName: string;
|
1057
|
+
isDefault: boolean;
|
1058
1058
|
isArchived: boolean;
|
1059
1059
|
isRequired: boolean;
|
1060
1060
|
isUnique: boolean;
|
@@ -1065,9 +1065,9 @@ export declare const companyContract: {
|
|
1065
1065
|
createdAt: Date;
|
1066
1066
|
updatedAt: Date;
|
1067
1067
|
deletedAt: Date | null;
|
1068
|
-
isDefault: boolean;
|
1069
1068
|
systemName: string;
|
1070
1069
|
displayName: string;
|
1070
|
+
isDefault: boolean;
|
1071
1071
|
isArchived: boolean;
|
1072
1072
|
isRequired: boolean;
|
1073
1073
|
isUnique: boolean;
|
@@ -1084,9 +1084,9 @@ export declare const companyContract: {
|
|
1084
1084
|
createdAt: Date;
|
1085
1085
|
updatedAt: Date;
|
1086
1086
|
deletedAt: Date | null;
|
1087
|
-
isDefault: boolean;
|
1088
1087
|
systemName: string;
|
1089
1088
|
displayName: string;
|
1089
|
+
isDefault: boolean;
|
1090
1090
|
isArchived: boolean;
|
1091
1091
|
isRequired: boolean;
|
1092
1092
|
isUnique: boolean;
|
@@ -1107,9 +1107,9 @@ export declare const companyContract: {
|
|
1107
1107
|
createdAt: Date;
|
1108
1108
|
updatedAt: Date;
|
1109
1109
|
deletedAt: Date | null;
|
1110
|
-
isDefault: boolean;
|
1111
1110
|
systemName: string;
|
1112
1111
|
displayName: string;
|
1112
|
+
isDefault: boolean;
|
1113
1113
|
isArchived: boolean;
|
1114
1114
|
isRequired: boolean;
|
1115
1115
|
isUnique: boolean;
|
@@ -1140,9 +1140,9 @@ export declare const companyContract: {
|
|
1140
1140
|
createdAt: Date;
|
1141
1141
|
updatedAt: Date;
|
1142
1142
|
deletedAt: Date | null;
|
1143
|
-
isDefault: boolean;
|
1144
1143
|
systemName: string;
|
1145
1144
|
displayName: string;
|
1145
|
+
isDefault: boolean;
|
1146
1146
|
isArchived: boolean;
|
1147
1147
|
isRequired: boolean;
|
1148
1148
|
isUnique: boolean;
|
@@ -1173,9 +1173,9 @@ export declare const companyContract: {
|
|
1173
1173
|
createdAt: Date;
|
1174
1174
|
updatedAt: Date;
|
1175
1175
|
deletedAt: Date | null;
|
1176
|
-
isDefault: boolean;
|
1177
1176
|
systemName: string;
|
1178
1177
|
displayName: string;
|
1178
|
+
isDefault: boolean;
|
1179
1179
|
isArchived: boolean;
|
1180
1180
|
isRequired: boolean;
|
1181
1181
|
isUnique: boolean;
|
@@ -1208,9 +1208,9 @@ export declare const companyContract: {
|
|
1208
1208
|
createdAt: Date;
|
1209
1209
|
updatedAt: Date;
|
1210
1210
|
deletedAt: Date | null;
|
1211
|
-
isDefault: boolean;
|
1212
1211
|
systemName: string;
|
1213
1212
|
displayName: string;
|
1213
|
+
isDefault: boolean;
|
1214
1214
|
isArchived: boolean;
|
1215
1215
|
isRequired: boolean;
|
1216
1216
|
isUnique: boolean;
|
@@ -1244,9 +1244,9 @@ export declare const companyContract: {
|
|
1244
1244
|
createdAt: Date;
|
1245
1245
|
updatedAt: Date;
|
1246
1246
|
deletedAt: Date | null;
|
1247
|
-
isDefault: boolean;
|
1248
1247
|
systemName: string;
|
1249
1248
|
displayName: string;
|
1249
|
+
isDefault: boolean;
|
1250
1250
|
isArchived: boolean;
|
1251
1251
|
isRequired: boolean;
|
1252
1252
|
isUnique: boolean;
|
@@ -1453,9 +1453,9 @@ export declare const companyContract: {
|
|
1453
1453
|
createdAt: Date;
|
1454
1454
|
updatedAt: Date;
|
1455
1455
|
deletedAt: Date | null;
|
1456
|
-
isDefault: boolean;
|
1457
1456
|
systemName: string;
|
1458
1457
|
displayName: string;
|
1458
|
+
isDefault: boolean;
|
1459
1459
|
isArchived: boolean;
|
1460
1460
|
isRequired: boolean;
|
1461
1461
|
isUnique: boolean;
|
@@ -1466,9 +1466,9 @@ export declare const companyContract: {
|
|
1466
1466
|
createdAt: Date;
|
1467
1467
|
updatedAt: Date;
|
1468
1468
|
deletedAt: Date | null;
|
1469
|
-
isDefault: boolean;
|
1470
1469
|
systemName: string;
|
1471
1470
|
displayName: string;
|
1471
|
+
isDefault: boolean;
|
1472
1472
|
isArchived: boolean;
|
1473
1473
|
isRequired: boolean;
|
1474
1474
|
isUnique: boolean;
|
@@ -1485,9 +1485,9 @@ export declare const companyContract: {
|
|
1485
1485
|
createdAt: Date;
|
1486
1486
|
updatedAt: Date;
|
1487
1487
|
deletedAt: Date | null;
|
1488
|
-
isDefault: boolean;
|
1489
1488
|
systemName: string;
|
1490
1489
|
displayName: string;
|
1490
|
+
isDefault: boolean;
|
1491
1491
|
isArchived: boolean;
|
1492
1492
|
isRequired: boolean;
|
1493
1493
|
isUnique: boolean;
|
@@ -1508,9 +1508,9 @@ export declare const companyContract: {
|
|
1508
1508
|
createdAt: Date;
|
1509
1509
|
updatedAt: Date;
|
1510
1510
|
deletedAt: Date | null;
|
1511
|
-
isDefault: boolean;
|
1512
1511
|
systemName: string;
|
1513
1512
|
displayName: string;
|
1513
|
+
isDefault: boolean;
|
1514
1514
|
isArchived: boolean;
|
1515
1515
|
isRequired: boolean;
|
1516
1516
|
isUnique: boolean;
|
@@ -1541,9 +1541,9 @@ export declare const companyContract: {
|
|
1541
1541
|
createdAt: Date;
|
1542
1542
|
updatedAt: Date;
|
1543
1543
|
deletedAt: Date | null;
|
1544
|
-
isDefault: boolean;
|
1545
1544
|
systemName: string;
|
1546
1545
|
displayName: string;
|
1546
|
+
isDefault: boolean;
|
1547
1547
|
isArchived: boolean;
|
1548
1548
|
isRequired: boolean;
|
1549
1549
|
isUnique: boolean;
|
@@ -1574,9 +1574,9 @@ export declare const companyContract: {
|
|
1574
1574
|
createdAt: Date;
|
1575
1575
|
updatedAt: Date;
|
1576
1576
|
deletedAt: Date | null;
|
1577
|
-
isDefault: boolean;
|
1578
1577
|
systemName: string;
|
1579
1578
|
displayName: string;
|
1579
|
+
isDefault: boolean;
|
1580
1580
|
isArchived: boolean;
|
1581
1581
|
isRequired: boolean;
|
1582
1582
|
isUnique: boolean;
|
@@ -1609,9 +1609,9 @@ export declare const companyContract: {
|
|
1609
1609
|
createdAt: Date;
|
1610
1610
|
updatedAt: Date;
|
1611
1611
|
deletedAt: Date | null;
|
1612
|
-
isDefault: boolean;
|
1613
1612
|
systemName: string;
|
1614
1613
|
displayName: string;
|
1614
|
+
isDefault: boolean;
|
1615
1615
|
isArchived: boolean;
|
1616
1616
|
isRequired: boolean;
|
1617
1617
|
isUnique: boolean;
|
@@ -1649,9 +1649,9 @@ export declare const companyContract: {
|
|
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;
|
@@ -69,9 +69,9 @@ export declare const CompanyCustomFieldSchema: z.ZodObject<{
|
|
69
69
|
createdAt: Date;
|
70
70
|
updatedAt: Date;
|
71
71
|
deletedAt: Date | null;
|
72
|
-
isDefault: boolean;
|
73
72
|
systemName: string;
|
74
73
|
displayName: string;
|
74
|
+
isDefault: boolean;
|
75
75
|
isArchived: boolean;
|
76
76
|
isRequired: boolean;
|
77
77
|
isUnique: boolean;
|
@@ -82,9 +82,9 @@ export declare const CompanyCustomFieldSchema: z.ZodObject<{
|
|
82
82
|
createdAt: Date;
|
83
83
|
updatedAt: Date;
|
84
84
|
deletedAt: Date | null;
|
85
|
-
isDefault: boolean;
|
86
85
|
systemName: string;
|
87
86
|
displayName: string;
|
87
|
+
isDefault: boolean;
|
88
88
|
isArchived: boolean;
|
89
89
|
isRequired: boolean;
|
90
90
|
isUnique: boolean;
|
@@ -101,9 +101,9 @@ export declare const CompanyCustomFieldSchema: z.ZodObject<{
|
|
101
101
|
createdAt: Date;
|
102
102
|
updatedAt: Date;
|
103
103
|
deletedAt: Date | null;
|
104
|
-
isDefault: boolean;
|
105
104
|
systemName: string;
|
106
105
|
displayName: string;
|
106
|
+
isDefault: boolean;
|
107
107
|
isArchived: boolean;
|
108
108
|
isRequired: boolean;
|
109
109
|
isUnique: boolean;
|
@@ -124,9 +124,9 @@ export declare const CompanyCustomFieldSchema: z.ZodObject<{
|
|
124
124
|
createdAt: Date;
|
125
125
|
updatedAt: Date;
|
126
126
|
deletedAt: Date | null;
|
127
|
-
isDefault: boolean;
|
128
127
|
systemName: string;
|
129
128
|
displayName: string;
|
129
|
+
isDefault: boolean;
|
130
130
|
isArchived: boolean;
|
131
131
|
isRequired: boolean;
|
132
132
|
isUnique: boolean;
|
@@ -215,9 +215,9 @@ export declare const CompanySchema: z.ZodObject<{
|
|
215
215
|
createdAt: Date;
|
216
216
|
updatedAt: Date;
|
217
217
|
deletedAt: Date | null;
|
218
|
-
isDefault: boolean;
|
219
218
|
systemName: string;
|
220
219
|
displayName: string;
|
220
|
+
isDefault: boolean;
|
221
221
|
isArchived: boolean;
|
222
222
|
isRequired: boolean;
|
223
223
|
isUnique: boolean;
|
@@ -228,9 +228,9 @@ export declare const CompanySchema: z.ZodObject<{
|
|
228
228
|
createdAt: Date;
|
229
229
|
updatedAt: Date;
|
230
230
|
deletedAt: Date | null;
|
231
|
-
isDefault: boolean;
|
232
231
|
systemName: string;
|
233
232
|
displayName: string;
|
233
|
+
isDefault: boolean;
|
234
234
|
isArchived: boolean;
|
235
235
|
isRequired: boolean;
|
236
236
|
isUnique: boolean;
|
@@ -247,9 +247,9 @@ export declare const CompanySchema: z.ZodObject<{
|
|
247
247
|
createdAt: Date;
|
248
248
|
updatedAt: Date;
|
249
249
|
deletedAt: Date | null;
|
250
|
-
isDefault: boolean;
|
251
250
|
systemName: string;
|
252
251
|
displayName: string;
|
252
|
+
isDefault: boolean;
|
253
253
|
isArchived: boolean;
|
254
254
|
isRequired: boolean;
|
255
255
|
isUnique: boolean;
|
@@ -270,9 +270,9 @@ export declare const CompanySchema: z.ZodObject<{
|
|
270
270
|
createdAt: Date;
|
271
271
|
updatedAt: Date;
|
272
272
|
deletedAt: Date | null;
|
273
|
-
isDefault: boolean;
|
274
273
|
systemName: string;
|
275
274
|
displayName: string;
|
275
|
+
isDefault: boolean;
|
276
276
|
isArchived: boolean;
|
277
277
|
isRequired: boolean;
|
278
278
|
isUnique: boolean;
|
@@ -303,9 +303,9 @@ export declare const CompanySchema: z.ZodObject<{
|
|
303
303
|
createdAt: Date;
|
304
304
|
updatedAt: Date;
|
305
305
|
deletedAt: Date | null;
|
306
|
-
isDefault: boolean;
|
307
306
|
systemName: string;
|
308
307
|
displayName: string;
|
308
|
+
isDefault: boolean;
|
309
309
|
isArchived: boolean;
|
310
310
|
isRequired: boolean;
|
311
311
|
isUnique: boolean;
|
@@ -336,9 +336,9 @@ export declare const CompanySchema: z.ZodObject<{
|
|
336
336
|
createdAt: Date;
|
337
337
|
updatedAt: Date;
|
338
338
|
deletedAt: Date | null;
|
339
|
-
isDefault: boolean;
|
340
339
|
systemName: string;
|
341
340
|
displayName: string;
|
341
|
+
isDefault: boolean;
|
342
342
|
isArchived: boolean;
|
343
343
|
isRequired: boolean;
|
344
344
|
isUnique: boolean;
|
@@ -179,9 +179,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
179
179
|
createdAt: Date;
|
180
180
|
updatedAt: Date;
|
181
181
|
deletedAt: Date | null;
|
182
|
-
isDefault: boolean;
|
183
182
|
systemName: string;
|
184
183
|
displayName: string;
|
184
|
+
isDefault: boolean;
|
185
185
|
isArchived: boolean;
|
186
186
|
isRequired: boolean;
|
187
187
|
isUnique: boolean;
|
@@ -192,9 +192,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
192
192
|
createdAt: Date;
|
193
193
|
updatedAt: Date;
|
194
194
|
deletedAt: Date | null;
|
195
|
-
isDefault: boolean;
|
196
195
|
systemName: string;
|
197
196
|
displayName: string;
|
197
|
+
isDefault: boolean;
|
198
198
|
isArchived: boolean;
|
199
199
|
isRequired: boolean;
|
200
200
|
isUnique: boolean;
|
@@ -211,9 +211,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
211
211
|
createdAt: Date;
|
212
212
|
updatedAt: Date;
|
213
213
|
deletedAt: Date | null;
|
214
|
-
isDefault: boolean;
|
215
214
|
systemName: string;
|
216
215
|
displayName: string;
|
216
|
+
isDefault: boolean;
|
217
217
|
isArchived: boolean;
|
218
218
|
isRequired: boolean;
|
219
219
|
isUnique: boolean;
|
@@ -234,9 +234,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
234
234
|
createdAt: Date;
|
235
235
|
updatedAt: Date;
|
236
236
|
deletedAt: Date | null;
|
237
|
-
isDefault: boolean;
|
238
237
|
systemName: string;
|
239
238
|
displayName: string;
|
239
|
+
isDefault: boolean;
|
240
240
|
isArchived: boolean;
|
241
241
|
isRequired: boolean;
|
242
242
|
isUnique: boolean;
|
@@ -267,9 +267,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
267
267
|
createdAt: Date;
|
268
268
|
updatedAt: Date;
|
269
269
|
deletedAt: Date | null;
|
270
|
-
isDefault: boolean;
|
271
270
|
systemName: string;
|
272
271
|
displayName: string;
|
272
|
+
isDefault: boolean;
|
273
273
|
isArchived: boolean;
|
274
274
|
isRequired: boolean;
|
275
275
|
isUnique: boolean;
|
@@ -300,9 +300,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
300
300
|
createdAt: Date;
|
301
301
|
updatedAt: Date;
|
302
302
|
deletedAt: Date | null;
|
303
|
-
isDefault: boolean;
|
304
303
|
systemName: string;
|
305
304
|
displayName: string;
|
305
|
+
isDefault: boolean;
|
306
306
|
isArchived: boolean;
|
307
307
|
isRequired: boolean;
|
308
308
|
isUnique: boolean;
|
@@ -401,9 +401,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
401
401
|
createdAt: Date;
|
402
402
|
updatedAt: Date;
|
403
403
|
deletedAt: Date | null;
|
404
|
-
isDefault: boolean;
|
405
404
|
systemName: string;
|
406
405
|
displayName: string;
|
406
|
+
isDefault: boolean;
|
407
407
|
isArchived: boolean;
|
408
408
|
isRequired: boolean;
|
409
409
|
isUnique: boolean;
|
@@ -414,9 +414,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
414
414
|
createdAt: Date;
|
415
415
|
updatedAt: Date;
|
416
416
|
deletedAt: Date | null;
|
417
|
-
isDefault: boolean;
|
418
417
|
systemName: string;
|
419
418
|
displayName: string;
|
419
|
+
isDefault: boolean;
|
420
420
|
isArchived: boolean;
|
421
421
|
isRequired: boolean;
|
422
422
|
isUnique: boolean;
|
@@ -433,9 +433,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
433
433
|
createdAt: Date;
|
434
434
|
updatedAt: Date;
|
435
435
|
deletedAt: Date | null;
|
436
|
-
isDefault: boolean;
|
437
436
|
systemName: string;
|
438
437
|
displayName: string;
|
438
|
+
isDefault: boolean;
|
439
439
|
isArchived: boolean;
|
440
440
|
isRequired: boolean;
|
441
441
|
isUnique: boolean;
|
@@ -456,9 +456,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
456
456
|
createdAt: Date;
|
457
457
|
updatedAt: Date;
|
458
458
|
deletedAt: Date | null;
|
459
|
-
isDefault: boolean;
|
460
459
|
systemName: string;
|
461
460
|
displayName: string;
|
461
|
+
isDefault: boolean;
|
462
462
|
isArchived: boolean;
|
463
463
|
isRequired: boolean;
|
464
464
|
isUnique: boolean;
|
@@ -489,9 +489,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
489
489
|
createdAt: Date;
|
490
490
|
updatedAt: Date;
|
491
491
|
deletedAt: Date | null;
|
492
|
-
isDefault: boolean;
|
493
492
|
systemName: string;
|
494
493
|
displayName: string;
|
494
|
+
isDefault: boolean;
|
495
495
|
isArchived: boolean;
|
496
496
|
isRequired: boolean;
|
497
497
|
isUnique: boolean;
|
@@ -522,9 +522,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
522
522
|
createdAt: Date;
|
523
523
|
updatedAt: Date;
|
524
524
|
deletedAt: Date | null;
|
525
|
-
isDefault: boolean;
|
526
525
|
systemName: string;
|
527
526
|
displayName: string;
|
527
|
+
isDefault: boolean;
|
528
528
|
isArchived: boolean;
|
529
529
|
isRequired: boolean;
|
530
530
|
isUnique: boolean;
|
@@ -672,9 +672,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
672
672
|
createdAt: Date;
|
673
673
|
updatedAt: Date;
|
674
674
|
deletedAt: Date | null;
|
675
|
-
isDefault: boolean;
|
676
675
|
systemName: string;
|
677
676
|
displayName: string;
|
677
|
+
isDefault: boolean;
|
678
678
|
isArchived: boolean;
|
679
679
|
isRequired: boolean;
|
680
680
|
isUnique: boolean;
|
@@ -685,9 +685,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
685
685
|
createdAt: Date;
|
686
686
|
updatedAt: Date;
|
687
687
|
deletedAt: Date | null;
|
688
|
-
isDefault: boolean;
|
689
688
|
systemName: string;
|
690
689
|
displayName: string;
|
690
|
+
isDefault: boolean;
|
691
691
|
isArchived: boolean;
|
692
692
|
isRequired: boolean;
|
693
693
|
isUnique: boolean;
|
@@ -704,9 +704,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
704
704
|
createdAt: Date;
|
705
705
|
updatedAt: Date;
|
706
706
|
deletedAt: Date | null;
|
707
|
-
isDefault: boolean;
|
708
707
|
systemName: string;
|
709
708
|
displayName: string;
|
709
|
+
isDefault: boolean;
|
710
710
|
isArchived: boolean;
|
711
711
|
isRequired: boolean;
|
712
712
|
isUnique: boolean;
|
@@ -727,9 +727,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
727
727
|
createdAt: Date;
|
728
728
|
updatedAt: Date;
|
729
729
|
deletedAt: Date | null;
|
730
|
-
isDefault: boolean;
|
731
730
|
systemName: string;
|
732
731
|
displayName: string;
|
732
|
+
isDefault: boolean;
|
733
733
|
isArchived: boolean;
|
734
734
|
isRequired: boolean;
|
735
735
|
isUnique: boolean;
|
@@ -760,9 +760,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
760
760
|
createdAt: Date;
|
761
761
|
updatedAt: Date;
|
762
762
|
deletedAt: Date | null;
|
763
|
-
isDefault: boolean;
|
764
763
|
systemName: string;
|
765
764
|
displayName: string;
|
765
|
+
isDefault: boolean;
|
766
766
|
isArchived: boolean;
|
767
767
|
isRequired: boolean;
|
768
768
|
isUnique: boolean;
|
@@ -793,9 +793,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
793
793
|
createdAt: Date;
|
794
794
|
updatedAt: Date;
|
795
795
|
deletedAt: Date | null;
|
796
|
-
isDefault: boolean;
|
797
796
|
systemName: string;
|
798
797
|
displayName: string;
|
798
|
+
isDefault: boolean;
|
799
799
|
isArchived: boolean;
|
800
800
|
isRequired: boolean;
|
801
801
|
isUnique: boolean;
|