@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.
Files changed (52) hide show
  1. package/dist/index.js +3320 -3422
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +3320 -3422
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/app/index.d.ts +17 -0
  6. package/dist/src/app/index.d.ts.map +1 -0
  7. package/dist/src/attribute/index.d.ts +12 -12
  8. package/dist/src/attribute/schema.d.ts +2 -2
  9. package/dist/src/chat/index.d.ts +211 -211
  10. package/dist/src/chat/schema.d.ts +48 -54
  11. package/dist/src/chat/schema.d.ts.map +1 -1
  12. package/dist/src/chat/validation.d.ts +62 -62
  13. package/dist/src/comment/index.d.ts +94 -94
  14. package/dist/src/comment/schema.d.ts +26 -26
  15. package/dist/src/company/index.d.ts +32 -32
  16. package/dist/src/company/schema.d.ts +10 -10
  17. package/dist/src/company/validation.d.ts +18 -18
  18. package/dist/src/contact/index.d.ts +88 -88
  19. package/dist/src/contact/schema.d.ts +14 -14
  20. package/dist/src/contact/validation.d.ts +72 -72
  21. package/dist/src/contract.d.ts +1363 -8150
  22. package/dist/src/contract.d.ts.map +1 -1
  23. package/dist/src/custom-field/schema.d.ts +2 -2
  24. package/dist/src/cx-log/index.d.ts +52 -52
  25. package/dist/src/cx-log/schema.d.ts +44 -44
  26. package/dist/src/mail/mail-contract.d.ts +12 -12
  27. package/dist/src/mail/mail-server.d.ts +216 -0
  28. package/dist/src/mail/mail-server.d.ts.map +1 -0
  29. package/dist/src/mail/room-contract.d.ts +12 -12
  30. package/dist/src/mail/schemas/room-validation.schema.d.ts +4 -4
  31. package/dist/src/mail/schemas/room.schema.d.ts +2 -2
  32. package/dist/src/messenger/index.d.ts +32 -32
  33. package/dist/src/platform-contact/schema.d.ts +30 -0
  34. package/dist/src/platform-contact/schema.d.ts.map +1 -0
  35. package/dist/src/telephony-cdr/index.d.ts +60 -68
  36. package/dist/src/telephony-cdr/index.d.ts.map +1 -1
  37. package/dist/src/telephony-cdr/schema.d.ts +12 -12
  38. package/dist/src/telephony-cdr/validation.d.ts +8 -26
  39. package/dist/src/telephony-cdr/validation.d.ts.map +1 -1
  40. package/dist/src/ticket/index.d.ts +118 -118
  41. package/dist/src/ticket/schema.d.ts +22 -22
  42. package/dist/src/wrap-up-form/index.d.ts +1 -143
  43. package/dist/src/wrap-up-form/index.d.ts.map +1 -1
  44. package/dist/src/wrap-up-form/validation.d.ts +0 -13
  45. package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
  46. package/package.json +1 -1
  47. package/dist/src/instagram/index.d.ts +0 -6643
  48. package/dist/src/instagram/index.d.ts.map +0 -1
  49. package/dist/src/instagram/schema.d.ts +0 -2
  50. package/dist/src/instagram/schema.d.ts.map +0 -1
  51. package/dist/src/instagram/validation.d.ts +0 -109
  52. package/dist/src/instagram/validation.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;
855
856
  systemName: string;
856
857
  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;
868
869
  systemName: string;
869
870
  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;
921
922
  systemName: string;
922
923
  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;
956
957
  systemName: string;
957
958
  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;
1208
1209
  systemName: string;
1209
1210
  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;
1221
1222
  systemName: string;
1222
1223
  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;
1240
1241
  systemName: string;
1241
1242
  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;
1263
1264
  systemName: string;
1264
1265
  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;
1364
1365
  systemName: string;
1365
1366
  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;
1377
1378
  systemName: string;
1378
1379
  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;
1473
1474
  systemName: string;
1474
1475
  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;
1515
1516
  systemName: string;
1516
1517
  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;
1670
1671
  systemName: string;
1671
1672
  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;
1773
1774
  systemName: string;
1774
1775
  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;
1910
1911
  systemName: string;
1911
1912
  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;
2006
2007
  systemName: string;
2007
2008
  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;
2183
2184
  systemName: string;
2184
2185
  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;
2279
2280
  systemName: string;
2280
2281
  displayName: string;
2281
- isDefault: boolean;
2282
2282
  isArchived: boolean;
2283
2283
  isRequired: boolean;
2284
2284
  isUnique: boolean;
@@ -2714,8 +2714,6 @@ export declare const CommentSchema: z.ZodObject<{
2714
2714
  telephonySignature: string | null;
2715
2715
  };
2716
2716
  };
2717
- comment: string;
2718
- mentions: string[];
2719
2717
  ticket: {
2720
2718
  type: string;
2721
2719
  id: string;
@@ -2769,9 +2767,9 @@ export declare const CommentSchema: z.ZodObject<{
2769
2767
  createdAt: Date;
2770
2768
  updatedAt: Date;
2771
2769
  deletedAt: Date | null;
2770
+ isDefault: boolean;
2772
2771
  systemName: string;
2773
2772
  displayName: string;
2774
- isDefault: boolean;
2775
2773
  isArchived: boolean;
2776
2774
  isRequired: boolean;
2777
2775
  isUnique: boolean;
@@ -2865,9 +2863,9 @@ export declare const CommentSchema: z.ZodObject<{
2865
2863
  createdAt: Date;
2866
2864
  updatedAt: Date;
2867
2865
  deletedAt: Date | null;
2866
+ isDefault: boolean;
2868
2867
  systemName: string;
2869
2868
  displayName: string;
2870
- isDefault: boolean;
2871
2869
  isArchived: boolean;
2872
2870
  isRequired: boolean;
2873
2871
  isUnique: boolean;
@@ -2990,6 +2988,8 @@ export declare const CommentSchema: z.ZodObject<{
2990
2988
  } | null | undefined;
2991
2989
  ticketNumber?: number | undefined;
2992
2990
  };
2991
+ comment: string;
2992
+ mentions: string[];
2993
2993
  }, {
2994
2994
  id: string;
2995
2995
  createdAt: Date;
@@ -3099,8 +3099,6 @@ export declare const CommentSchema: z.ZodObject<{
3099
3099
  telephonySignature: string | null;
3100
3100
  };
3101
3101
  };
3102
- comment: string;
3103
- mentions: string[];
3104
3102
  ticket: {
3105
3103
  type: string;
3106
3104
  id: string;
@@ -3154,9 +3152,9 @@ export declare const CommentSchema: z.ZodObject<{
3154
3152
  createdAt: Date;
3155
3153
  updatedAt: Date;
3156
3154
  deletedAt: Date | null;
3155
+ isDefault: boolean;
3157
3156
  systemName: string;
3158
3157
  displayName: string;
3159
- isDefault: boolean;
3160
3158
  isArchived: boolean;
3161
3159
  isRequired: boolean;
3162
3160
  isUnique: boolean;
@@ -3250,9 +3248,9 @@ export declare const CommentSchema: z.ZodObject<{
3250
3248
  createdAt: Date;
3251
3249
  updatedAt: Date;
3252
3250
  deletedAt: Date | null;
3251
+ isDefault: boolean;
3253
3252
  systemName: string;
3254
3253
  displayName: string;
3255
- isDefault: boolean;
3256
3254
  isArchived: boolean;
3257
3255
  isRequired: boolean;
3258
3256
  isUnique: boolean;
@@ -3375,5 +3373,7 @@ export declare const CommentSchema: z.ZodObject<{
3375
3373
  } | null | undefined;
3376
3374
  ticketNumber?: number | undefined;
3377
3375
  };
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;
184
185
  systemName: string;
185
186
  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;
197
198
  systemName: string;
198
199
  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;
216
217
  systemName: string;
217
218
  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;
239
240
  systemName: string;
240
241
  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;
272
273
  systemName: string;
273
274
  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;
305
306
  systemName: string;
306
307
  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;
340
341
  systemName: string;
341
342
  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;
376
377
  systemName: string;
377
378
  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;
626
627
  systemName: string;
627
628
  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;
639
640
  systemName: string;
640
641
  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;
658
659
  systemName: string;
659
660
  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;
681
682
  systemName: string;
682
683
  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;
714
715
  systemName: string;
715
716
  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;
747
748
  systemName: string;
748
749
  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;
782
783
  systemName: string;
783
784
  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;
818
819
  systemName: string;
819
820
  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;
1055
1056
  systemName: string;
1056
1057
  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;
1068
1069
  systemName: string;
1069
1070
  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;
1087
1088
  systemName: string;
1088
1089
  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;
1110
1111
  systemName: string;
1111
1112
  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;
1143
1144
  systemName: string;
1144
1145
  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;
1176
1177
  systemName: string;
1177
1178
  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;
1211
1212
  systemName: string;
1212
1213
  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;
1247
1248
  systemName: string;
1248
1249
  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;
1456
1457
  systemName: string;
1457
1458
  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;
1469
1470
  systemName: string;
1470
1471
  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;
1488
1489
  systemName: string;
1489
1490
  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;
1511
1512
  systemName: string;
1512
1513
  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;
1544
1545
  systemName: string;
1545
1546
  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;
1577
1578
  systemName: string;
1578
1579
  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;
1612
1613
  systemName: string;
1613
1614
  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;
1652
1653
  systemName: string;
1653
1654
  displayName: string;
1654
- isDefault: boolean;
1655
1655
  isArchived: boolean;
1656
1656
  isRequired: boolean;
1657
1657
  isUnique: boolean;