@kl1/contracts 1.0.48 → 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 +3429 -3321
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3429 -3321
- 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 +7609 -830
- 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 +42 -42
- package/dist/src/telephony-cdr/schema.d.ts +12 -12
- 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
- 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
@@ -852,9 +852,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
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;
|
@@ -865,9 +865,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
865
865
|
createdAt: Date;
|
866
866
|
updatedAt: Date;
|
867
867
|
deletedAt: Date | null;
|
868
|
-
isDefault: boolean;
|
869
868
|
systemName: string;
|
870
869
|
displayName: string;
|
870
|
+
isDefault: boolean;
|
871
871
|
isArchived: boolean;
|
872
872
|
isRequired: boolean;
|
873
873
|
isUnique: boolean;
|
@@ -918,9 +918,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
918
918
|
createdAt: Date;
|
919
919
|
updatedAt: Date;
|
920
920
|
deletedAt: Date | null;
|
921
|
-
isDefault: boolean;
|
922
921
|
systemName: string;
|
923
922
|
displayName: string;
|
923
|
+
isDefault: boolean;
|
924
924
|
isArchived: boolean;
|
925
925
|
isRequired: boolean;
|
926
926
|
isUnique: boolean;
|
@@ -953,9 +953,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
953
953
|
createdAt: Date;
|
954
954
|
updatedAt: Date;
|
955
955
|
deletedAt: Date | null;
|
956
|
-
isDefault: boolean;
|
957
956
|
systemName: string;
|
958
957
|
displayName: string;
|
958
|
+
isDefault: boolean;
|
959
959
|
isArchived: boolean;
|
960
960
|
isRequired: boolean;
|
961
961
|
isUnique: boolean;
|
@@ -1205,9 +1205,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
1205
1205
|
createdAt: Date;
|
1206
1206
|
updatedAt: Date;
|
1207
1207
|
deletedAt: Date | null;
|
1208
|
-
isDefault: boolean;
|
1209
1208
|
systemName: string;
|
1210
1209
|
displayName: string;
|
1210
|
+
isDefault: boolean;
|
1211
1211
|
isArchived: boolean;
|
1212
1212
|
isRequired: boolean;
|
1213
1213
|
isUnique: boolean;
|
@@ -1218,9 +1218,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
1218
1218
|
createdAt: Date;
|
1219
1219
|
updatedAt: Date;
|
1220
1220
|
deletedAt: Date | null;
|
1221
|
-
isDefault: boolean;
|
1222
1221
|
systemName: string;
|
1223
1222
|
displayName: string;
|
1223
|
+
isDefault: boolean;
|
1224
1224
|
isArchived: boolean;
|
1225
1225
|
isRequired: boolean;
|
1226
1226
|
isUnique: boolean;
|
@@ -1237,9 +1237,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
1237
1237
|
createdAt: Date;
|
1238
1238
|
updatedAt: Date;
|
1239
1239
|
deletedAt: Date | null;
|
1240
|
-
isDefault: boolean;
|
1241
1240
|
systemName: string;
|
1242
1241
|
displayName: string;
|
1242
|
+
isDefault: boolean;
|
1243
1243
|
isArchived: boolean;
|
1244
1244
|
isRequired: boolean;
|
1245
1245
|
isUnique: boolean;
|
@@ -1260,9 +1260,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
1260
1260
|
createdAt: Date;
|
1261
1261
|
updatedAt: Date;
|
1262
1262
|
deletedAt: Date | null;
|
1263
|
-
isDefault: boolean;
|
1264
1263
|
systemName: string;
|
1265
1264
|
displayName: string;
|
1265
|
+
isDefault: boolean;
|
1266
1266
|
isArchived: boolean;
|
1267
1267
|
isRequired: boolean;
|
1268
1268
|
isUnique: boolean;
|
@@ -1361,9 +1361,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
1361
1361
|
createdAt: Date;
|
1362
1362
|
updatedAt: Date;
|
1363
1363
|
deletedAt: Date | null;
|
1364
|
-
isDefault: boolean;
|
1365
1364
|
systemName: string;
|
1366
1365
|
displayName: string;
|
1366
|
+
isDefault: boolean;
|
1367
1367
|
isArchived: boolean;
|
1368
1368
|
isRequired: boolean;
|
1369
1369
|
isUnique: boolean;
|
@@ -1374,9 +1374,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
1374
1374
|
createdAt: Date;
|
1375
1375
|
updatedAt: Date;
|
1376
1376
|
deletedAt: Date | null;
|
1377
|
-
isDefault: boolean;
|
1378
1377
|
systemName: string;
|
1379
1378
|
displayName: string;
|
1379
|
+
isDefault: boolean;
|
1380
1380
|
isArchived: boolean;
|
1381
1381
|
isRequired: boolean;
|
1382
1382
|
isUnique: boolean;
|
@@ -1470,9 +1470,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
1470
1470
|
createdAt: Date;
|
1471
1471
|
updatedAt: Date;
|
1472
1472
|
deletedAt: Date | null;
|
1473
|
-
isDefault: boolean;
|
1474
1473
|
systemName: string;
|
1475
1474
|
displayName: string;
|
1475
|
+
isDefault: boolean;
|
1476
1476
|
isArchived: boolean;
|
1477
1477
|
isRequired: boolean;
|
1478
1478
|
isUnique: boolean;
|
@@ -1512,9 +1512,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
1512
1512
|
createdAt: Date;
|
1513
1513
|
updatedAt: Date;
|
1514
1514
|
deletedAt: Date | null;
|
1515
|
-
isDefault: boolean;
|
1516
1515
|
systemName: string;
|
1517
1516
|
displayName: string;
|
1517
|
+
isDefault: boolean;
|
1518
1518
|
isArchived: boolean;
|
1519
1519
|
isRequired: boolean;
|
1520
1520
|
isUnique: boolean;
|
@@ -1667,9 +1667,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
1667
1667
|
createdAt: Date;
|
1668
1668
|
updatedAt: Date;
|
1669
1669
|
deletedAt: Date | null;
|
1670
|
-
isDefault: boolean;
|
1671
1670
|
systemName: string;
|
1672
1671
|
displayName: string;
|
1672
|
+
isDefault: boolean;
|
1673
1673
|
isArchived: boolean;
|
1674
1674
|
isRequired: boolean;
|
1675
1675
|
isUnique: boolean;
|
@@ -1770,9 +1770,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
1770
1770
|
createdAt: Date;
|
1771
1771
|
updatedAt: Date;
|
1772
1772
|
deletedAt: Date | null;
|
1773
|
-
isDefault: boolean;
|
1774
1773
|
systemName: string;
|
1775
1774
|
displayName: string;
|
1775
|
+
isDefault: boolean;
|
1776
1776
|
isArchived: boolean;
|
1777
1777
|
isRequired: boolean;
|
1778
1778
|
isUnique: boolean;
|
@@ -1907,9 +1907,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
1907
1907
|
createdAt: Date;
|
1908
1908
|
updatedAt: Date;
|
1909
1909
|
deletedAt: Date | null;
|
1910
|
-
isDefault: boolean;
|
1911
1910
|
systemName: string;
|
1912
1911
|
displayName: string;
|
1912
|
+
isDefault: boolean;
|
1913
1913
|
isArchived: boolean;
|
1914
1914
|
isRequired: boolean;
|
1915
1915
|
isUnique: boolean;
|
@@ -2003,9 +2003,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
2003
2003
|
createdAt: Date;
|
2004
2004
|
updatedAt: Date;
|
2005
2005
|
deletedAt: Date | null;
|
2006
|
-
isDefault: boolean;
|
2007
2006
|
systemName: string;
|
2008
2007
|
displayName: string;
|
2008
|
+
isDefault: boolean;
|
2009
2009
|
isArchived: boolean;
|
2010
2010
|
isRequired: boolean;
|
2011
2011
|
isUnique: boolean;
|
@@ -2180,9 +2180,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
2180
2180
|
createdAt: Date;
|
2181
2181
|
updatedAt: Date;
|
2182
2182
|
deletedAt: Date | null;
|
2183
|
-
isDefault: boolean;
|
2184
2183
|
systemName: string;
|
2185
2184
|
displayName: string;
|
2185
|
+
isDefault: boolean;
|
2186
2186
|
isArchived: boolean;
|
2187
2187
|
isRequired: boolean;
|
2188
2188
|
isUnique: boolean;
|
@@ -2276,9 +2276,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
2276
2276
|
createdAt: Date;
|
2277
2277
|
updatedAt: Date;
|
2278
2278
|
deletedAt: Date | null;
|
2279
|
-
isDefault: boolean;
|
2280
2279
|
systemName: string;
|
2281
2280
|
displayName: string;
|
2281
|
+
isDefault: boolean;
|
2282
2282
|
isArchived: boolean;
|
2283
2283
|
isRequired: boolean;
|
2284
2284
|
isUnique: boolean;
|
@@ -2714,6 +2714,8 @@ export declare const CommentSchema: z.ZodObject<{
|
|
2714
2714
|
telephonySignature: string | null;
|
2715
2715
|
};
|
2716
2716
|
};
|
2717
|
+
comment: string;
|
2718
|
+
mentions: string[];
|
2717
2719
|
ticket: {
|
2718
2720
|
type: string;
|
2719
2721
|
id: string;
|
@@ -2767,9 +2769,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
2767
2769
|
createdAt: Date;
|
2768
2770
|
updatedAt: Date;
|
2769
2771
|
deletedAt: Date | null;
|
2770
|
-
isDefault: boolean;
|
2771
2772
|
systemName: string;
|
2772
2773
|
displayName: string;
|
2774
|
+
isDefault: boolean;
|
2773
2775
|
isArchived: boolean;
|
2774
2776
|
isRequired: boolean;
|
2775
2777
|
isUnique: boolean;
|
@@ -2863,9 +2865,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
2863
2865
|
createdAt: Date;
|
2864
2866
|
updatedAt: Date;
|
2865
2867
|
deletedAt: Date | null;
|
2866
|
-
isDefault: boolean;
|
2867
2868
|
systemName: string;
|
2868
2869
|
displayName: string;
|
2870
|
+
isDefault: boolean;
|
2869
2871
|
isArchived: boolean;
|
2870
2872
|
isRequired: boolean;
|
2871
2873
|
isUnique: boolean;
|
@@ -2988,8 +2990,6 @@ export declare const CommentSchema: z.ZodObject<{
|
|
2988
2990
|
} | null | undefined;
|
2989
2991
|
ticketNumber?: number | undefined;
|
2990
2992
|
};
|
2991
|
-
comment: string;
|
2992
|
-
mentions: string[];
|
2993
2993
|
}, {
|
2994
2994
|
id: string;
|
2995
2995
|
createdAt: Date;
|
@@ -3099,6 +3099,8 @@ export declare const CommentSchema: z.ZodObject<{
|
|
3099
3099
|
telephonySignature: string | null;
|
3100
3100
|
};
|
3101
3101
|
};
|
3102
|
+
comment: string;
|
3103
|
+
mentions: string[];
|
3102
3104
|
ticket: {
|
3103
3105
|
type: string;
|
3104
3106
|
id: string;
|
@@ -3152,9 +3154,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
3152
3154
|
createdAt: Date;
|
3153
3155
|
updatedAt: Date;
|
3154
3156
|
deletedAt: Date | null;
|
3155
|
-
isDefault: boolean;
|
3156
3157
|
systemName: string;
|
3157
3158
|
displayName: string;
|
3159
|
+
isDefault: boolean;
|
3158
3160
|
isArchived: boolean;
|
3159
3161
|
isRequired: boolean;
|
3160
3162
|
isUnique: boolean;
|
@@ -3248,9 +3250,9 @@ export declare const CommentSchema: z.ZodObject<{
|
|
3248
3250
|
createdAt: Date;
|
3249
3251
|
updatedAt: Date;
|
3250
3252
|
deletedAt: Date | null;
|
3251
|
-
isDefault: boolean;
|
3252
3253
|
systemName: string;
|
3253
3254
|
displayName: string;
|
3255
|
+
isDefault: boolean;
|
3254
3256
|
isArchived: boolean;
|
3255
3257
|
isRequired: boolean;
|
3256
3258
|
isUnique: boolean;
|
@@ -3373,7 +3375,5 @@ export declare const CommentSchema: z.ZodObject<{
|
|
3373
3375
|
} | null | undefined;
|
3374
3376
|
ticketNumber?: number | undefined;
|
3375
3377
|
};
|
3376
|
-
comment: string;
|
3377
|
-
mentions: string[];
|
3378
3378
|
}>;
|
3379
3379
|
//# sourceMappingURL=schema.d.ts.map
|
@@ -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;
|