@kl1/contracts 1.0.50 → 1.0.51
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 +3433 -3325
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3433 -3325
- 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
@@ -671,9 +671,9 @@ export declare const ticketContract: {
|
|
671
671
|
createdAt: Date;
|
672
672
|
updatedAt: Date;
|
673
673
|
deletedAt: Date | null;
|
674
|
-
isDefault: boolean;
|
675
674
|
systemName: string;
|
676
675
|
displayName: string;
|
676
|
+
isDefault: boolean;
|
677
677
|
isArchived: boolean;
|
678
678
|
isRequired: boolean;
|
679
679
|
isUnique: boolean;
|
@@ -684,9 +684,9 @@ export declare const ticketContract: {
|
|
684
684
|
createdAt: Date;
|
685
685
|
updatedAt: Date;
|
686
686
|
deletedAt: Date | null;
|
687
|
-
isDefault: boolean;
|
688
687
|
systemName: string;
|
689
688
|
displayName: string;
|
689
|
+
isDefault: boolean;
|
690
690
|
isArchived: boolean;
|
691
691
|
isRequired: boolean;
|
692
692
|
isUnique: boolean;
|
@@ -737,9 +737,9 @@ export declare const ticketContract: {
|
|
737
737
|
createdAt: Date;
|
738
738
|
updatedAt: Date;
|
739
739
|
deletedAt: Date | null;
|
740
|
-
isDefault: boolean;
|
741
740
|
systemName: string;
|
742
741
|
displayName: string;
|
742
|
+
isDefault: boolean;
|
743
743
|
isArchived: boolean;
|
744
744
|
isRequired: boolean;
|
745
745
|
isUnique: boolean;
|
@@ -772,9 +772,9 @@ export declare const ticketContract: {
|
|
772
772
|
createdAt: Date;
|
773
773
|
updatedAt: Date;
|
774
774
|
deletedAt: Date | null;
|
775
|
-
isDefault: boolean;
|
776
775
|
systemName: string;
|
777
776
|
displayName: string;
|
777
|
+
isDefault: boolean;
|
778
778
|
isArchived: boolean;
|
779
779
|
isRequired: boolean;
|
780
780
|
isUnique: boolean;
|
@@ -1024,9 +1024,9 @@ export declare const ticketContract: {
|
|
1024
1024
|
createdAt: Date;
|
1025
1025
|
updatedAt: Date;
|
1026
1026
|
deletedAt: Date | null;
|
1027
|
-
isDefault: boolean;
|
1028
1027
|
systemName: string;
|
1029
1028
|
displayName: string;
|
1029
|
+
isDefault: boolean;
|
1030
1030
|
isArchived: boolean;
|
1031
1031
|
isRequired: boolean;
|
1032
1032
|
isUnique: boolean;
|
@@ -1037,9 +1037,9 @@ export declare const ticketContract: {
|
|
1037
1037
|
createdAt: Date;
|
1038
1038
|
updatedAt: Date;
|
1039
1039
|
deletedAt: Date | null;
|
1040
|
-
isDefault: boolean;
|
1041
1040
|
systemName: string;
|
1042
1041
|
displayName: string;
|
1042
|
+
isDefault: boolean;
|
1043
1043
|
isArchived: boolean;
|
1044
1044
|
isRequired: boolean;
|
1045
1045
|
isUnique: boolean;
|
@@ -1056,9 +1056,9 @@ export declare const ticketContract: {
|
|
1056
1056
|
createdAt: Date;
|
1057
1057
|
updatedAt: Date;
|
1058
1058
|
deletedAt: Date | null;
|
1059
|
-
isDefault: boolean;
|
1060
1059
|
systemName: string;
|
1061
1060
|
displayName: string;
|
1061
|
+
isDefault: boolean;
|
1062
1062
|
isArchived: boolean;
|
1063
1063
|
isRequired: boolean;
|
1064
1064
|
isUnique: boolean;
|
@@ -1079,9 +1079,9 @@ export declare const ticketContract: {
|
|
1079
1079
|
createdAt: Date;
|
1080
1080
|
updatedAt: Date;
|
1081
1081
|
deletedAt: Date | null;
|
1082
|
-
isDefault: boolean;
|
1083
1082
|
systemName: string;
|
1084
1083
|
displayName: string;
|
1084
|
+
isDefault: boolean;
|
1085
1085
|
isArchived: boolean;
|
1086
1086
|
isRequired: boolean;
|
1087
1087
|
isUnique: boolean;
|
@@ -1180,9 +1180,9 @@ export declare const ticketContract: {
|
|
1180
1180
|
createdAt: Date;
|
1181
1181
|
updatedAt: Date;
|
1182
1182
|
deletedAt: Date | null;
|
1183
|
-
isDefault: boolean;
|
1184
1183
|
systemName: string;
|
1185
1184
|
displayName: string;
|
1185
|
+
isDefault: boolean;
|
1186
1186
|
isArchived: boolean;
|
1187
1187
|
isRequired: boolean;
|
1188
1188
|
isUnique: boolean;
|
@@ -1193,9 +1193,9 @@ export declare const ticketContract: {
|
|
1193
1193
|
createdAt: Date;
|
1194
1194
|
updatedAt: Date;
|
1195
1195
|
deletedAt: Date | null;
|
1196
|
-
isDefault: boolean;
|
1197
1196
|
systemName: string;
|
1198
1197
|
displayName: string;
|
1198
|
+
isDefault: boolean;
|
1199
1199
|
isArchived: boolean;
|
1200
1200
|
isRequired: boolean;
|
1201
1201
|
isUnique: boolean;
|
@@ -1289,9 +1289,9 @@ export declare const ticketContract: {
|
|
1289
1289
|
createdAt: Date;
|
1290
1290
|
updatedAt: Date;
|
1291
1291
|
deletedAt: Date | null;
|
1292
|
-
isDefault: boolean;
|
1293
1292
|
systemName: string;
|
1294
1293
|
displayName: string;
|
1294
|
+
isDefault: boolean;
|
1295
1295
|
isArchived: boolean;
|
1296
1296
|
isRequired: boolean;
|
1297
1297
|
isUnique: boolean;
|
@@ -1331,9 +1331,9 @@ export declare const ticketContract: {
|
|
1331
1331
|
createdAt: Date;
|
1332
1332
|
updatedAt: Date;
|
1333
1333
|
deletedAt: Date | null;
|
1334
|
-
isDefault: boolean;
|
1335
1334
|
systemName: string;
|
1336
1335
|
displayName: string;
|
1336
|
+
isDefault: boolean;
|
1337
1337
|
isArchived: boolean;
|
1338
1338
|
isRequired: boolean;
|
1339
1339
|
isUnique: boolean;
|
@@ -1486,9 +1486,9 @@ export declare const ticketContract: {
|
|
1486
1486
|
createdAt: Date;
|
1487
1487
|
updatedAt: Date;
|
1488
1488
|
deletedAt: Date | null;
|
1489
|
-
isDefault: boolean;
|
1490
1489
|
systemName: string;
|
1491
1490
|
displayName: string;
|
1491
|
+
isDefault: boolean;
|
1492
1492
|
isArchived: boolean;
|
1493
1493
|
isRequired: boolean;
|
1494
1494
|
isUnique: boolean;
|
@@ -1589,9 +1589,9 @@ export declare const ticketContract: {
|
|
1589
1589
|
createdAt: Date;
|
1590
1590
|
updatedAt: Date;
|
1591
1591
|
deletedAt: Date | null;
|
1592
|
-
isDefault: boolean;
|
1593
1592
|
systemName: string;
|
1594
1593
|
displayName: string;
|
1594
|
+
isDefault: boolean;
|
1595
1595
|
isArchived: boolean;
|
1596
1596
|
isRequired: boolean;
|
1597
1597
|
isUnique: boolean;
|
@@ -1726,9 +1726,9 @@ export declare const ticketContract: {
|
|
1726
1726
|
createdAt: Date;
|
1727
1727
|
updatedAt: Date;
|
1728
1728
|
deletedAt: Date | null;
|
1729
|
-
isDefault: boolean;
|
1730
1729
|
systemName: string;
|
1731
1730
|
displayName: string;
|
1731
|
+
isDefault: boolean;
|
1732
1732
|
isArchived: boolean;
|
1733
1733
|
isRequired: boolean;
|
1734
1734
|
isUnique: boolean;
|
@@ -1822,9 +1822,9 @@ export declare const ticketContract: {
|
|
1822
1822
|
createdAt: Date;
|
1823
1823
|
updatedAt: Date;
|
1824
1824
|
deletedAt: Date | null;
|
1825
|
-
isDefault: boolean;
|
1826
1825
|
systemName: string;
|
1827
1826
|
displayName: string;
|
1827
|
+
isDefault: boolean;
|
1828
1828
|
isArchived: boolean;
|
1829
1829
|
isRequired: boolean;
|
1830
1830
|
isUnique: boolean;
|
@@ -1999,9 +1999,9 @@ export declare const ticketContract: {
|
|
1999
1999
|
createdAt: Date;
|
2000
2000
|
updatedAt: Date;
|
2001
2001
|
deletedAt: Date | null;
|
2002
|
-
isDefault: boolean;
|
2003
2002
|
systemName: string;
|
2004
2003
|
displayName: string;
|
2004
|
+
isDefault: boolean;
|
2005
2005
|
isArchived: boolean;
|
2006
2006
|
isRequired: boolean;
|
2007
2007
|
isUnique: boolean;
|
@@ -2095,9 +2095,9 @@ export declare const ticketContract: {
|
|
2095
2095
|
createdAt: Date;
|
2096
2096
|
updatedAt: Date;
|
2097
2097
|
deletedAt: Date | null;
|
2098
|
-
isDefault: boolean;
|
2099
2098
|
systemName: string;
|
2100
2099
|
displayName: string;
|
2100
|
+
isDefault: boolean;
|
2101
2101
|
isArchived: boolean;
|
2102
2102
|
isRequired: boolean;
|
2103
2103
|
isUnique: boolean;
|
@@ -2274,9 +2274,9 @@ export declare const ticketContract: {
|
|
2274
2274
|
createdAt: Date;
|
2275
2275
|
updatedAt: Date;
|
2276
2276
|
deletedAt: Date | null;
|
2277
|
-
isDefault: boolean;
|
2278
2277
|
systemName: string;
|
2279
2278
|
displayName: string;
|
2279
|
+
isDefault: boolean;
|
2280
2280
|
isArchived: boolean;
|
2281
2281
|
isRequired: boolean;
|
2282
2282
|
isUnique: boolean;
|
@@ -2370,9 +2370,9 @@ export declare const ticketContract: {
|
|
2370
2370
|
createdAt: Date;
|
2371
2371
|
updatedAt: Date;
|
2372
2372
|
deletedAt: Date | null;
|
2373
|
-
isDefault: boolean;
|
2374
2373
|
systemName: string;
|
2375
2374
|
displayName: string;
|
2375
|
+
isDefault: boolean;
|
2376
2376
|
isArchived: boolean;
|
2377
2377
|
isRequired: boolean;
|
2378
2378
|
isUnique: boolean;
|
@@ -2550,9 +2550,9 @@ export declare const ticketContract: {
|
|
2550
2550
|
createdAt: Date;
|
2551
2551
|
updatedAt: Date;
|
2552
2552
|
deletedAt: Date | null;
|
2553
|
-
isDefault: boolean;
|
2554
2553
|
systemName: string;
|
2555
2554
|
displayName: string;
|
2555
|
+
isDefault: boolean;
|
2556
2556
|
isArchived: boolean;
|
2557
2557
|
isRequired: boolean;
|
2558
2558
|
isUnique: boolean;
|
@@ -2646,9 +2646,9 @@ export declare const ticketContract: {
|
|
2646
2646
|
createdAt: Date;
|
2647
2647
|
updatedAt: Date;
|
2648
2648
|
deletedAt: Date | null;
|
2649
|
-
isDefault: boolean;
|
2650
2649
|
systemName: string;
|
2651
2650
|
displayName: string;
|
2651
|
+
isDefault: boolean;
|
2652
2652
|
isArchived: boolean;
|
2653
2653
|
isRequired: boolean;
|
2654
2654
|
isUnique: boolean;
|
@@ -2979,9 +2979,9 @@ export declare const ticketContract: {
|
|
2979
2979
|
createdAt: Date;
|
2980
2980
|
updatedAt: Date;
|
2981
2981
|
deletedAt: Date | null;
|
2982
|
-
isDefault: boolean;
|
2983
2982
|
systemName: string;
|
2984
2983
|
displayName: string;
|
2984
|
+
isDefault: boolean;
|
2985
2985
|
isArchived: boolean;
|
2986
2986
|
isRequired: boolean;
|
2987
2987
|
isUnique: boolean;
|
@@ -3075,9 +3075,9 @@ export declare const ticketContract: {
|
|
3075
3075
|
createdAt: Date;
|
3076
3076
|
updatedAt: Date;
|
3077
3077
|
deletedAt: Date | null;
|
3078
|
-
isDefault: boolean;
|
3079
3078
|
systemName: string;
|
3080
3079
|
displayName: string;
|
3080
|
+
isDefault: boolean;
|
3081
3081
|
isArchived: boolean;
|
3082
3082
|
isRequired: boolean;
|
3083
3083
|
isUnique: boolean;
|
@@ -3252,9 +3252,9 @@ export declare const ticketContract: {
|
|
3252
3252
|
createdAt: Date;
|
3253
3253
|
updatedAt: Date;
|
3254
3254
|
deletedAt: Date | null;
|
3255
|
-
isDefault: boolean;
|
3256
3255
|
systemName: string;
|
3257
3256
|
displayName: string;
|
3257
|
+
isDefault: boolean;
|
3258
3258
|
isArchived: boolean;
|
3259
3259
|
isRequired: boolean;
|
3260
3260
|
isUnique: boolean;
|
@@ -3348,9 +3348,9 @@ export declare const ticketContract: {
|
|
3348
3348
|
createdAt: Date;
|
3349
3349
|
updatedAt: Date;
|
3350
3350
|
deletedAt: Date | null;
|
3351
|
-
isDefault: boolean;
|
3352
3351
|
systemName: string;
|
3353
3352
|
displayName: string;
|
3353
|
+
isDefault: boolean;
|
3354
3354
|
isArchived: boolean;
|
3355
3355
|
isRequired: boolean;
|
3356
3356
|
isUnique: boolean;
|
@@ -3527,9 +3527,9 @@ export declare const ticketContract: {
|
|
3527
3527
|
createdAt: Date;
|
3528
3528
|
updatedAt: Date;
|
3529
3529
|
deletedAt: Date | null;
|
3530
|
-
isDefault: boolean;
|
3531
3530
|
systemName: string;
|
3532
3531
|
displayName: string;
|
3532
|
+
isDefault: boolean;
|
3533
3533
|
isArchived: boolean;
|
3534
3534
|
isRequired: boolean;
|
3535
3535
|
isUnique: boolean;
|
@@ -3623,9 +3623,9 @@ export declare const ticketContract: {
|
|
3623
3623
|
createdAt: Date;
|
3624
3624
|
updatedAt: Date;
|
3625
3625
|
deletedAt: Date | null;
|
3626
|
-
isDefault: boolean;
|
3627
3626
|
systemName: string;
|
3628
3627
|
displayName: string;
|
3628
|
+
isDefault: boolean;
|
3629
3629
|
isArchived: boolean;
|
3630
3630
|
isRequired: boolean;
|
3631
3631
|
isUnique: boolean;
|
@@ -3806,9 +3806,9 @@ export declare const ticketContract: {
|
|
3806
3806
|
createdAt: Date;
|
3807
3807
|
updatedAt: Date;
|
3808
3808
|
deletedAt: Date | null;
|
3809
|
-
isDefault: boolean;
|
3810
3809
|
systemName: string;
|
3811
3810
|
displayName: string;
|
3811
|
+
isDefault: boolean;
|
3812
3812
|
isArchived: boolean;
|
3813
3813
|
isRequired: boolean;
|
3814
3814
|
isUnique: boolean;
|
@@ -3902,9 +3902,9 @@ export declare const ticketContract: {
|
|
3902
3902
|
createdAt: Date;
|
3903
3903
|
updatedAt: Date;
|
3904
3904
|
deletedAt: Date | null;
|
3905
|
-
isDefault: boolean;
|
3906
3905
|
systemName: string;
|
3907
3906
|
displayName: string;
|
3907
|
+
isDefault: boolean;
|
3908
3908
|
isArchived: boolean;
|
3909
3909
|
isRequired: boolean;
|
3910
3910
|
isUnique: boolean;
|
@@ -4087,9 +4087,9 @@ export declare const ticketContract: {
|
|
4087
4087
|
createdAt: Date;
|
4088
4088
|
updatedAt: Date;
|
4089
4089
|
deletedAt: Date | null;
|
4090
|
-
isDefault: boolean;
|
4091
4090
|
systemName: string;
|
4092
4091
|
displayName: string;
|
4092
|
+
isDefault: boolean;
|
4093
4093
|
isArchived: boolean;
|
4094
4094
|
isRequired: boolean;
|
4095
4095
|
isUnique: boolean;
|
@@ -4183,9 +4183,9 @@ export declare const ticketContract: {
|
|
4183
4183
|
createdAt: Date;
|
4184
4184
|
updatedAt: Date;
|
4185
4185
|
deletedAt: Date | null;
|
4186
|
-
isDefault: boolean;
|
4187
4186
|
systemName: string;
|
4188
4187
|
displayName: string;
|
4188
|
+
isDefault: boolean;
|
4189
4189
|
isArchived: boolean;
|
4190
4190
|
isRequired: boolean;
|
4191
4191
|
isUnique: boolean;
|
@@ -4369,9 +4369,9 @@ export declare const ticketContract: {
|
|
4369
4369
|
createdAt: Date;
|
4370
4370
|
updatedAt: Date;
|
4371
4371
|
deletedAt: Date | null;
|
4372
|
-
isDefault: boolean;
|
4373
4372
|
systemName: string;
|
4374
4373
|
displayName: string;
|
4374
|
+
isDefault: boolean;
|
4375
4375
|
isArchived: boolean;
|
4376
4376
|
isRequired: boolean;
|
4377
4377
|
isUnique: boolean;
|
@@ -4465,9 +4465,9 @@ export declare const ticketContract: {
|
|
4465
4465
|
createdAt: Date;
|
4466
4466
|
updatedAt: Date;
|
4467
4467
|
deletedAt: Date | null;
|
4468
|
-
isDefault: boolean;
|
4469
4468
|
systemName: string;
|
4470
4469
|
displayName: string;
|
4470
|
+
isDefault: boolean;
|
4471
4471
|
isArchived: boolean;
|
4472
4472
|
isRequired: boolean;
|
4473
4473
|
isUnique: boolean;
|
@@ -5150,9 +5150,9 @@ export declare const ticketContract: {
|
|
5150
5150
|
createdAt: Date;
|
5151
5151
|
updatedAt: Date;
|
5152
5152
|
deletedAt: Date | null;
|
5153
|
-
isDefault: boolean;
|
5154
5153
|
systemName: string;
|
5155
5154
|
displayName: string;
|
5155
|
+
isDefault: boolean;
|
5156
5156
|
isArchived: boolean;
|
5157
5157
|
isRequired: boolean;
|
5158
5158
|
isUnique: boolean;
|
@@ -5163,9 +5163,9 @@ export declare const ticketContract: {
|
|
5163
5163
|
createdAt: Date;
|
5164
5164
|
updatedAt: Date;
|
5165
5165
|
deletedAt: Date | null;
|
5166
|
-
isDefault: boolean;
|
5167
5166
|
systemName: string;
|
5168
5167
|
displayName: string;
|
5168
|
+
isDefault: boolean;
|
5169
5169
|
isArchived: boolean;
|
5170
5170
|
isRequired: boolean;
|
5171
5171
|
isUnique: boolean;
|
@@ -5216,9 +5216,9 @@ export declare const ticketContract: {
|
|
5216
5216
|
createdAt: Date;
|
5217
5217
|
updatedAt: Date;
|
5218
5218
|
deletedAt: Date | null;
|
5219
|
-
isDefault: boolean;
|
5220
5219
|
systemName: string;
|
5221
5220
|
displayName: string;
|
5221
|
+
isDefault: boolean;
|
5222
5222
|
isArchived: boolean;
|
5223
5223
|
isRequired: boolean;
|
5224
5224
|
isUnique: boolean;
|
@@ -5251,9 +5251,9 @@ export declare const ticketContract: {
|
|
5251
5251
|
createdAt: Date;
|
5252
5252
|
updatedAt: Date;
|
5253
5253
|
deletedAt: Date | null;
|
5254
|
-
isDefault: boolean;
|
5255
5254
|
systemName: string;
|
5256
5255
|
displayName: string;
|
5256
|
+
isDefault: boolean;
|
5257
5257
|
isArchived: boolean;
|
5258
5258
|
isRequired: boolean;
|
5259
5259
|
isUnique: boolean;
|
@@ -5503,9 +5503,9 @@ export declare const ticketContract: {
|
|
5503
5503
|
createdAt: Date;
|
5504
5504
|
updatedAt: Date;
|
5505
5505
|
deletedAt: Date | null;
|
5506
|
-
isDefault: boolean;
|
5507
5506
|
systemName: string;
|
5508
5507
|
displayName: string;
|
5508
|
+
isDefault: boolean;
|
5509
5509
|
isArchived: boolean;
|
5510
5510
|
isRequired: boolean;
|
5511
5511
|
isUnique: boolean;
|
@@ -5516,9 +5516,9 @@ export declare const ticketContract: {
|
|
5516
5516
|
createdAt: Date;
|
5517
5517
|
updatedAt: Date;
|
5518
5518
|
deletedAt: Date | null;
|
5519
|
-
isDefault: boolean;
|
5520
5519
|
systemName: string;
|
5521
5520
|
displayName: string;
|
5521
|
+
isDefault: boolean;
|
5522
5522
|
isArchived: boolean;
|
5523
5523
|
isRequired: boolean;
|
5524
5524
|
isUnique: boolean;
|
@@ -5535,9 +5535,9 @@ export declare const ticketContract: {
|
|
5535
5535
|
createdAt: Date;
|
5536
5536
|
updatedAt: Date;
|
5537
5537
|
deletedAt: Date | null;
|
5538
|
-
isDefault: boolean;
|
5539
5538
|
systemName: string;
|
5540
5539
|
displayName: string;
|
5540
|
+
isDefault: boolean;
|
5541
5541
|
isArchived: boolean;
|
5542
5542
|
isRequired: boolean;
|
5543
5543
|
isUnique: boolean;
|
@@ -5558,9 +5558,9 @@ export declare const ticketContract: {
|
|
5558
5558
|
createdAt: Date;
|
5559
5559
|
updatedAt: Date;
|
5560
5560
|
deletedAt: Date | null;
|
5561
|
-
isDefault: boolean;
|
5562
5561
|
systemName: string;
|
5563
5562
|
displayName: string;
|
5563
|
+
isDefault: boolean;
|
5564
5564
|
isArchived: boolean;
|
5565
5565
|
isRequired: boolean;
|
5566
5566
|
isUnique: boolean;
|
@@ -5659,9 +5659,9 @@ export declare const ticketContract: {
|
|
5659
5659
|
createdAt: Date;
|
5660
5660
|
updatedAt: Date;
|
5661
5661
|
deletedAt: Date | null;
|
5662
|
-
isDefault: boolean;
|
5663
5662
|
systemName: string;
|
5664
5663
|
displayName: string;
|
5664
|
+
isDefault: boolean;
|
5665
5665
|
isArchived: boolean;
|
5666
5666
|
isRequired: boolean;
|
5667
5667
|
isUnique: boolean;
|
@@ -5672,9 +5672,9 @@ export declare const ticketContract: {
|
|
5672
5672
|
createdAt: Date;
|
5673
5673
|
updatedAt: Date;
|
5674
5674
|
deletedAt: Date | null;
|
5675
|
-
isDefault: boolean;
|
5676
5675
|
systemName: string;
|
5677
5676
|
displayName: string;
|
5677
|
+
isDefault: boolean;
|
5678
5678
|
isArchived: boolean;
|
5679
5679
|
isRequired: boolean;
|
5680
5680
|
isUnique: boolean;
|
@@ -5768,9 +5768,9 @@ export declare const ticketContract: {
|
|
5768
5768
|
createdAt: Date;
|
5769
5769
|
updatedAt: Date;
|
5770
5770
|
deletedAt: Date | null;
|
5771
|
-
isDefault: boolean;
|
5772
5771
|
systemName: string;
|
5773
5772
|
displayName: string;
|
5773
|
+
isDefault: boolean;
|
5774
5774
|
isArchived: boolean;
|
5775
5775
|
isRequired: boolean;
|
5776
5776
|
isUnique: boolean;
|
@@ -5810,9 +5810,9 @@ export declare const ticketContract: {
|
|
5810
5810
|
createdAt: Date;
|
5811
5811
|
updatedAt: Date;
|
5812
5812
|
deletedAt: Date | null;
|
5813
|
-
isDefault: boolean;
|
5814
5813
|
systemName: string;
|
5815
5814
|
displayName: string;
|
5815
|
+
isDefault: boolean;
|
5816
5816
|
isArchived: boolean;
|
5817
5817
|
isRequired: boolean;
|
5818
5818
|
isUnique: boolean;
|
@@ -5965,9 +5965,9 @@ export declare const ticketContract: {
|
|
5965
5965
|
createdAt: Date;
|
5966
5966
|
updatedAt: Date;
|
5967
5967
|
deletedAt: Date | null;
|
5968
|
-
isDefault: boolean;
|
5969
5968
|
systemName: string;
|
5970
5969
|
displayName: string;
|
5970
|
+
isDefault: boolean;
|
5971
5971
|
isArchived: boolean;
|
5972
5972
|
isRequired: boolean;
|
5973
5973
|
isUnique: boolean;
|
@@ -6068,9 +6068,9 @@ export declare const ticketContract: {
|
|
6068
6068
|
createdAt: Date;
|
6069
6069
|
updatedAt: Date;
|
6070
6070
|
deletedAt: Date | null;
|
6071
|
-
isDefault: boolean;
|
6072
6071
|
systemName: string;
|
6073
6072
|
displayName: string;
|
6073
|
+
isDefault: boolean;
|
6074
6074
|
isArchived: boolean;
|
6075
6075
|
isRequired: boolean;
|
6076
6076
|
isUnique: boolean;
|
@@ -6205,9 +6205,9 @@ export declare const ticketContract: {
|
|
6205
6205
|
createdAt: Date;
|
6206
6206
|
updatedAt: Date;
|
6207
6207
|
deletedAt: Date | null;
|
6208
|
-
isDefault: boolean;
|
6209
6208
|
systemName: string;
|
6210
6209
|
displayName: string;
|
6210
|
+
isDefault: boolean;
|
6211
6211
|
isArchived: boolean;
|
6212
6212
|
isRequired: boolean;
|
6213
6213
|
isUnique: boolean;
|
@@ -6301,9 +6301,9 @@ export declare const ticketContract: {
|
|
6301
6301
|
createdAt: Date;
|
6302
6302
|
updatedAt: Date;
|
6303
6303
|
deletedAt: Date | null;
|
6304
|
-
isDefault: boolean;
|
6305
6304
|
systemName: string;
|
6306
6305
|
displayName: string;
|
6306
|
+
isDefault: boolean;
|
6307
6307
|
isArchived: boolean;
|
6308
6308
|
isRequired: boolean;
|
6309
6309
|
isUnique: boolean;
|
@@ -6478,9 +6478,9 @@ export declare const ticketContract: {
|
|
6478
6478
|
createdAt: Date;
|
6479
6479
|
updatedAt: Date;
|
6480
6480
|
deletedAt: Date | null;
|
6481
|
-
isDefault: boolean;
|
6482
6481
|
systemName: string;
|
6483
6482
|
displayName: string;
|
6483
|
+
isDefault: boolean;
|
6484
6484
|
isArchived: boolean;
|
6485
6485
|
isRequired: boolean;
|
6486
6486
|
isUnique: boolean;
|
@@ -6574,9 +6574,9 @@ export declare const ticketContract: {
|
|
6574
6574
|
createdAt: Date;
|
6575
6575
|
updatedAt: Date;
|
6576
6576
|
deletedAt: Date | null;
|
6577
|
-
isDefault: boolean;
|
6578
6577
|
systemName: string;
|
6579
6578
|
displayName: string;
|
6579
|
+
isDefault: boolean;
|
6580
6580
|
isArchived: boolean;
|
6581
6581
|
isRequired: boolean;
|
6582
6582
|
isUnique: boolean;
|
@@ -6753,9 +6753,9 @@ export declare const ticketContract: {
|
|
6753
6753
|
createdAt: Date;
|
6754
6754
|
updatedAt: Date;
|
6755
6755
|
deletedAt: Date | null;
|
6756
|
-
isDefault: boolean;
|
6757
6756
|
systemName: string;
|
6758
6757
|
displayName: string;
|
6758
|
+
isDefault: boolean;
|
6759
6759
|
isArchived: boolean;
|
6760
6760
|
isRequired: boolean;
|
6761
6761
|
isUnique: boolean;
|
@@ -6849,9 +6849,9 @@ export declare const ticketContract: {
|
|
6849
6849
|
createdAt: Date;
|
6850
6850
|
updatedAt: Date;
|
6851
6851
|
deletedAt: Date | null;
|
6852
|
-
isDefault: boolean;
|
6853
6852
|
systemName: string;
|
6854
6853
|
displayName: string;
|
6854
|
+
isDefault: boolean;
|
6855
6855
|
isArchived: boolean;
|
6856
6856
|
isRequired: boolean;
|
6857
6857
|
isUnique: boolean;
|
@@ -7029,9 +7029,9 @@ export declare const ticketContract: {
|
|
7029
7029
|
createdAt: Date;
|
7030
7030
|
updatedAt: Date;
|
7031
7031
|
deletedAt: Date | null;
|
7032
|
-
isDefault: boolean;
|
7033
7032
|
systemName: string;
|
7034
7033
|
displayName: string;
|
7034
|
+
isDefault: boolean;
|
7035
7035
|
isArchived: boolean;
|
7036
7036
|
isRequired: boolean;
|
7037
7037
|
isUnique: boolean;
|
@@ -7125,9 +7125,9 @@ export declare const ticketContract: {
|
|
7125
7125
|
createdAt: Date;
|
7126
7126
|
updatedAt: Date;
|
7127
7127
|
deletedAt: Date | null;
|
7128
|
-
isDefault: boolean;
|
7129
7128
|
systemName: string;
|
7130
7129
|
displayName: string;
|
7130
|
+
isDefault: boolean;
|
7131
7131
|
isArchived: boolean;
|
7132
7132
|
isRequired: boolean;
|
7133
7133
|
isUnique: boolean;
|
@@ -7379,9 +7379,9 @@ export declare const ticketContract: {
|
|
7379
7379
|
createdAt: Date;
|
7380
7380
|
updatedAt: Date;
|
7381
7381
|
deletedAt: Date | null;
|
7382
|
-
isDefault: boolean;
|
7383
7382
|
systemName: string;
|
7384
7383
|
displayName: string;
|
7384
|
+
isDefault: boolean;
|
7385
7385
|
isArchived: boolean;
|
7386
7386
|
isRequired: boolean;
|
7387
7387
|
isUnique: boolean;
|
@@ -7475,9 +7475,9 @@ export declare const ticketContract: {
|
|
7475
7475
|
createdAt: Date;
|
7476
7476
|
updatedAt: Date;
|
7477
7477
|
deletedAt: Date | null;
|
7478
|
-
isDefault: boolean;
|
7479
7478
|
systemName: string;
|
7480
7479
|
displayName: string;
|
7480
|
+
isDefault: boolean;
|
7481
7481
|
isArchived: boolean;
|
7482
7482
|
isRequired: boolean;
|
7483
7483
|
isUnique: boolean;
|
@@ -7652,9 +7652,9 @@ export declare const ticketContract: {
|
|
7652
7652
|
createdAt: Date;
|
7653
7653
|
updatedAt: Date;
|
7654
7654
|
deletedAt: Date | null;
|
7655
|
-
isDefault: boolean;
|
7656
7655
|
systemName: string;
|
7657
7656
|
displayName: string;
|
7657
|
+
isDefault: boolean;
|
7658
7658
|
isArchived: boolean;
|
7659
7659
|
isRequired: boolean;
|
7660
7660
|
isUnique: boolean;
|
@@ -7748,9 +7748,9 @@ export declare const ticketContract: {
|
|
7748
7748
|
createdAt: Date;
|
7749
7749
|
updatedAt: Date;
|
7750
7750
|
deletedAt: Date | null;
|
7751
|
-
isDefault: boolean;
|
7752
7751
|
systemName: string;
|
7753
7752
|
displayName: string;
|
7753
|
+
isDefault: boolean;
|
7754
7754
|
isArchived: boolean;
|
7755
7755
|
isRequired: boolean;
|
7756
7756
|
isUnique: boolean;
|
@@ -7927,9 +7927,9 @@ export declare const ticketContract: {
|
|
7927
7927
|
createdAt: Date;
|
7928
7928
|
updatedAt: Date;
|
7929
7929
|
deletedAt: Date | null;
|
7930
|
-
isDefault: boolean;
|
7931
7930
|
systemName: string;
|
7932
7931
|
displayName: string;
|
7932
|
+
isDefault: boolean;
|
7933
7933
|
isArchived: boolean;
|
7934
7934
|
isRequired: boolean;
|
7935
7935
|
isUnique: boolean;
|
@@ -8023,9 +8023,9 @@ export declare const ticketContract: {
|
|
8023
8023
|
createdAt: Date;
|
8024
8024
|
updatedAt: Date;
|
8025
8025
|
deletedAt: Date | null;
|
8026
|
-
isDefault: boolean;
|
8027
8026
|
systemName: string;
|
8028
8027
|
displayName: string;
|
8028
|
+
isDefault: boolean;
|
8029
8029
|
isArchived: boolean;
|
8030
8030
|
isRequired: boolean;
|
8031
8031
|
isUnique: boolean;
|
@@ -8206,9 +8206,9 @@ export declare const ticketContract: {
|
|
8206
8206
|
createdAt: Date;
|
8207
8207
|
updatedAt: Date;
|
8208
8208
|
deletedAt: Date | null;
|
8209
|
-
isDefault: boolean;
|
8210
8209
|
systemName: string;
|
8211
8210
|
displayName: string;
|
8211
|
+
isDefault: boolean;
|
8212
8212
|
isArchived: boolean;
|
8213
8213
|
isRequired: boolean;
|
8214
8214
|
isUnique: boolean;
|
@@ -8302,9 +8302,9 @@ export declare const ticketContract: {
|
|
8302
8302
|
createdAt: Date;
|
8303
8303
|
updatedAt: Date;
|
8304
8304
|
deletedAt: Date | null;
|
8305
|
-
isDefault: boolean;
|
8306
8305
|
systemName: string;
|
8307
8306
|
displayName: string;
|
8307
|
+
isDefault: boolean;
|
8308
8308
|
isArchived: boolean;
|
8309
8309
|
isRequired: boolean;
|
8310
8310
|
isUnique: boolean;
|
@@ -8487,9 +8487,9 @@ export declare const ticketContract: {
|
|
8487
8487
|
createdAt: Date;
|
8488
8488
|
updatedAt: Date;
|
8489
8489
|
deletedAt: Date | null;
|
8490
|
-
isDefault: boolean;
|
8491
8490
|
systemName: string;
|
8492
8491
|
displayName: string;
|
8492
|
+
isDefault: boolean;
|
8493
8493
|
isArchived: boolean;
|
8494
8494
|
isRequired: boolean;
|
8495
8495
|
isUnique: boolean;
|
@@ -8583,9 +8583,9 @@ export declare const ticketContract: {
|
|
8583
8583
|
createdAt: Date;
|
8584
8584
|
updatedAt: Date;
|
8585
8585
|
deletedAt: Date | null;
|
8586
|
-
isDefault: boolean;
|
8587
8586
|
systemName: string;
|
8588
8587
|
displayName: string;
|
8588
|
+
isDefault: boolean;
|
8589
8589
|
isArchived: boolean;
|
8590
8590
|
isRequired: boolean;
|
8591
8591
|
isUnique: boolean;
|
@@ -8769,9 +8769,9 @@ export declare const ticketContract: {
|
|
8769
8769
|
createdAt: Date;
|
8770
8770
|
updatedAt: Date;
|
8771
8771
|
deletedAt: Date | null;
|
8772
|
-
isDefault: boolean;
|
8773
8772
|
systemName: string;
|
8774
8773
|
displayName: string;
|
8774
|
+
isDefault: boolean;
|
8775
8775
|
isArchived: boolean;
|
8776
8776
|
isRequired: boolean;
|
8777
8777
|
isUnique: boolean;
|
@@ -8865,9 +8865,9 @@ export declare const ticketContract: {
|
|
8865
8865
|
createdAt: Date;
|
8866
8866
|
updatedAt: Date;
|
8867
8867
|
deletedAt: Date | null;
|
8868
|
-
isDefault: boolean;
|
8869
8868
|
systemName: string;
|
8870
8869
|
displayName: string;
|
8870
|
+
isDefault: boolean;
|
8871
8871
|
isArchived: boolean;
|
8872
8872
|
isRequired: boolean;
|
8873
8873
|
isUnique: boolean;
|
@@ -9712,9 +9712,9 @@ export declare const ticketContract: {
|
|
9712
9712
|
createdAt: Date;
|
9713
9713
|
updatedAt: Date;
|
9714
9714
|
deletedAt: Date | null;
|
9715
|
-
isDefault: boolean;
|
9716
9715
|
systemName: string;
|
9717
9716
|
displayName: string;
|
9717
|
+
isDefault: boolean;
|
9718
9718
|
isArchived: boolean;
|
9719
9719
|
isRequired: boolean;
|
9720
9720
|
isUnique: boolean;
|
@@ -9725,9 +9725,9 @@ export declare const ticketContract: {
|
|
9725
9725
|
createdAt: Date;
|
9726
9726
|
updatedAt: Date;
|
9727
9727
|
deletedAt: Date | null;
|
9728
|
-
isDefault: boolean;
|
9729
9728
|
systemName: string;
|
9730
9729
|
displayName: string;
|
9730
|
+
isDefault: boolean;
|
9731
9731
|
isArchived: boolean;
|
9732
9732
|
isRequired: boolean;
|
9733
9733
|
isUnique: boolean;
|
@@ -9778,9 +9778,9 @@ export declare const ticketContract: {
|
|
9778
9778
|
createdAt: Date;
|
9779
9779
|
updatedAt: Date;
|
9780
9780
|
deletedAt: Date | null;
|
9781
|
-
isDefault: boolean;
|
9782
9781
|
systemName: string;
|
9783
9782
|
displayName: string;
|
9783
|
+
isDefault: boolean;
|
9784
9784
|
isArchived: boolean;
|
9785
9785
|
isRequired: boolean;
|
9786
9786
|
isUnique: boolean;
|
@@ -9813,9 +9813,9 @@ export declare const ticketContract: {
|
|
9813
9813
|
createdAt: Date;
|
9814
9814
|
updatedAt: Date;
|
9815
9815
|
deletedAt: Date | null;
|
9816
|
-
isDefault: boolean;
|
9817
9816
|
systemName: string;
|
9818
9817
|
displayName: string;
|
9818
|
+
isDefault: boolean;
|
9819
9819
|
isArchived: boolean;
|
9820
9820
|
isRequired: boolean;
|
9821
9821
|
isUnique: boolean;
|
@@ -10065,9 +10065,9 @@ export declare const ticketContract: {
|
|
10065
10065
|
createdAt: Date;
|
10066
10066
|
updatedAt: Date;
|
10067
10067
|
deletedAt: Date | null;
|
10068
|
-
isDefault: boolean;
|
10069
10068
|
systemName: string;
|
10070
10069
|
displayName: string;
|
10070
|
+
isDefault: boolean;
|
10071
10071
|
isArchived: boolean;
|
10072
10072
|
isRequired: boolean;
|
10073
10073
|
isUnique: boolean;
|
@@ -10078,9 +10078,9 @@ export declare const ticketContract: {
|
|
10078
10078
|
createdAt: Date;
|
10079
10079
|
updatedAt: Date;
|
10080
10080
|
deletedAt: Date | null;
|
10081
|
-
isDefault: boolean;
|
10082
10081
|
systemName: string;
|
10083
10082
|
displayName: string;
|
10083
|
+
isDefault: boolean;
|
10084
10084
|
isArchived: boolean;
|
10085
10085
|
isRequired: boolean;
|
10086
10086
|
isUnique: boolean;
|
@@ -10097,9 +10097,9 @@ export declare const ticketContract: {
|
|
10097
10097
|
createdAt: Date;
|
10098
10098
|
updatedAt: Date;
|
10099
10099
|
deletedAt: Date | null;
|
10100
|
-
isDefault: boolean;
|
10101
10100
|
systemName: string;
|
10102
10101
|
displayName: string;
|
10102
|
+
isDefault: boolean;
|
10103
10103
|
isArchived: boolean;
|
10104
10104
|
isRequired: boolean;
|
10105
10105
|
isUnique: boolean;
|
@@ -10120,9 +10120,9 @@ export declare const ticketContract: {
|
|
10120
10120
|
createdAt: Date;
|
10121
10121
|
updatedAt: Date;
|
10122
10122
|
deletedAt: Date | null;
|
10123
|
-
isDefault: boolean;
|
10124
10123
|
systemName: string;
|
10125
10124
|
displayName: string;
|
10125
|
+
isDefault: boolean;
|
10126
10126
|
isArchived: boolean;
|
10127
10127
|
isRequired: boolean;
|
10128
10128
|
isUnique: boolean;
|
@@ -10221,9 +10221,9 @@ export declare const ticketContract: {
|
|
10221
10221
|
createdAt: Date;
|
10222
10222
|
updatedAt: Date;
|
10223
10223
|
deletedAt: Date | null;
|
10224
|
-
isDefault: boolean;
|
10225
10224
|
systemName: string;
|
10226
10225
|
displayName: string;
|
10226
|
+
isDefault: boolean;
|
10227
10227
|
isArchived: boolean;
|
10228
10228
|
isRequired: boolean;
|
10229
10229
|
isUnique: boolean;
|
@@ -10234,9 +10234,9 @@ export declare const ticketContract: {
|
|
10234
10234
|
createdAt: Date;
|
10235
10235
|
updatedAt: Date;
|
10236
10236
|
deletedAt: Date | null;
|
10237
|
-
isDefault: boolean;
|
10238
10237
|
systemName: string;
|
10239
10238
|
displayName: string;
|
10239
|
+
isDefault: boolean;
|
10240
10240
|
isArchived: boolean;
|
10241
10241
|
isRequired: boolean;
|
10242
10242
|
isUnique: boolean;
|
@@ -10330,9 +10330,9 @@ export declare const ticketContract: {
|
|
10330
10330
|
createdAt: Date;
|
10331
10331
|
updatedAt: Date;
|
10332
10332
|
deletedAt: Date | null;
|
10333
|
-
isDefault: boolean;
|
10334
10333
|
systemName: string;
|
10335
10334
|
displayName: string;
|
10335
|
+
isDefault: boolean;
|
10336
10336
|
isArchived: boolean;
|
10337
10337
|
isRequired: boolean;
|
10338
10338
|
isUnique: boolean;
|
@@ -10372,9 +10372,9 @@ export declare const ticketContract: {
|
|
10372
10372
|
createdAt: Date;
|
10373
10373
|
updatedAt: Date;
|
10374
10374
|
deletedAt: Date | null;
|
10375
|
-
isDefault: boolean;
|
10376
10375
|
systemName: string;
|
10377
10376
|
displayName: string;
|
10377
|
+
isDefault: boolean;
|
10378
10378
|
isArchived: boolean;
|
10379
10379
|
isRequired: boolean;
|
10380
10380
|
isUnique: boolean;
|
@@ -10527,9 +10527,9 @@ export declare const ticketContract: {
|
|
10527
10527
|
createdAt: Date;
|
10528
10528
|
updatedAt: Date;
|
10529
10529
|
deletedAt: Date | null;
|
10530
|
-
isDefault: boolean;
|
10531
10530
|
systemName: string;
|
10532
10531
|
displayName: string;
|
10532
|
+
isDefault: boolean;
|
10533
10533
|
isArchived: boolean;
|
10534
10534
|
isRequired: boolean;
|
10535
10535
|
isUnique: boolean;
|
@@ -10630,9 +10630,9 @@ export declare const ticketContract: {
|
|
10630
10630
|
createdAt: Date;
|
10631
10631
|
updatedAt: Date;
|
10632
10632
|
deletedAt: Date | null;
|
10633
|
-
isDefault: boolean;
|
10634
10633
|
systemName: string;
|
10635
10634
|
displayName: string;
|
10635
|
+
isDefault: boolean;
|
10636
10636
|
isArchived: boolean;
|
10637
10637
|
isRequired: boolean;
|
10638
10638
|
isUnique: boolean;
|
@@ -10767,9 +10767,9 @@ export declare const ticketContract: {
|
|
10767
10767
|
createdAt: Date;
|
10768
10768
|
updatedAt: Date;
|
10769
10769
|
deletedAt: Date | null;
|
10770
|
-
isDefault: boolean;
|
10771
10770
|
systemName: string;
|
10772
10771
|
displayName: string;
|
10772
|
+
isDefault: boolean;
|
10773
10773
|
isArchived: boolean;
|
10774
10774
|
isRequired: boolean;
|
10775
10775
|
isUnique: boolean;
|
@@ -10863,9 +10863,9 @@ export declare const ticketContract: {
|
|
10863
10863
|
createdAt: Date;
|
10864
10864
|
updatedAt: Date;
|
10865
10865
|
deletedAt: Date | null;
|
10866
|
-
isDefault: boolean;
|
10867
10866
|
systemName: string;
|
10868
10867
|
displayName: string;
|
10868
|
+
isDefault: boolean;
|
10869
10869
|
isArchived: boolean;
|
10870
10870
|
isRequired: boolean;
|
10871
10871
|
isUnique: boolean;
|
@@ -11040,9 +11040,9 @@ export declare const ticketContract: {
|
|
11040
11040
|
createdAt: Date;
|
11041
11041
|
updatedAt: Date;
|
11042
11042
|
deletedAt: Date | null;
|
11043
|
-
isDefault: boolean;
|
11044
11043
|
systemName: string;
|
11045
11044
|
displayName: string;
|
11045
|
+
isDefault: boolean;
|
11046
11046
|
isArchived: boolean;
|
11047
11047
|
isRequired: boolean;
|
11048
11048
|
isUnique: boolean;
|
@@ -11136,9 +11136,9 @@ export declare const ticketContract: {
|
|
11136
11136
|
createdAt: Date;
|
11137
11137
|
updatedAt: Date;
|
11138
11138
|
deletedAt: Date | null;
|
11139
|
-
isDefault: boolean;
|
11140
11139
|
systemName: string;
|
11141
11140
|
displayName: string;
|
11141
|
+
isDefault: boolean;
|
11142
11142
|
isArchived: boolean;
|
11143
11143
|
isRequired: boolean;
|
11144
11144
|
isUnique: boolean;
|
@@ -11315,9 +11315,9 @@ export declare const ticketContract: {
|
|
11315
11315
|
createdAt: Date;
|
11316
11316
|
updatedAt: Date;
|
11317
11317
|
deletedAt: Date | null;
|
11318
|
-
isDefault: boolean;
|
11319
11318
|
systemName: string;
|
11320
11319
|
displayName: string;
|
11320
|
+
isDefault: boolean;
|
11321
11321
|
isArchived: boolean;
|
11322
11322
|
isRequired: boolean;
|
11323
11323
|
isUnique: boolean;
|
@@ -11411,9 +11411,9 @@ export declare const ticketContract: {
|
|
11411
11411
|
createdAt: Date;
|
11412
11412
|
updatedAt: Date;
|
11413
11413
|
deletedAt: Date | null;
|
11414
|
-
isDefault: boolean;
|
11415
11414
|
systemName: string;
|
11416
11415
|
displayName: string;
|
11416
|
+
isDefault: boolean;
|
11417
11417
|
isArchived: boolean;
|
11418
11418
|
isRequired: boolean;
|
11419
11419
|
isUnique: boolean;
|
@@ -11591,9 +11591,9 @@ export declare const ticketContract: {
|
|
11591
11591
|
createdAt: Date;
|
11592
11592
|
updatedAt: Date;
|
11593
11593
|
deletedAt: Date | null;
|
11594
|
-
isDefault: boolean;
|
11595
11594
|
systemName: string;
|
11596
11595
|
displayName: string;
|
11596
|
+
isDefault: boolean;
|
11597
11597
|
isArchived: boolean;
|
11598
11598
|
isRequired: boolean;
|
11599
11599
|
isUnique: boolean;
|
@@ -11687,9 +11687,9 @@ export declare const ticketContract: {
|
|
11687
11687
|
createdAt: Date;
|
11688
11688
|
updatedAt: Date;
|
11689
11689
|
deletedAt: Date | null;
|
11690
|
-
isDefault: boolean;
|
11691
11690
|
systemName: string;
|
11692
11691
|
displayName: string;
|
11692
|
+
isDefault: boolean;
|
11693
11693
|
isArchived: boolean;
|
11694
11694
|
isRequired: boolean;
|
11695
11695
|
isUnique: boolean;
|
@@ -13141,9 +13141,9 @@ export declare const ticketContract: {
|
|
13141
13141
|
createdAt: Date;
|
13142
13142
|
updatedAt: Date;
|
13143
13143
|
deletedAt: Date | null;
|
13144
|
-
isDefault: boolean;
|
13145
13144
|
systemName: string;
|
13146
13145
|
displayName: string;
|
13146
|
+
isDefault: boolean;
|
13147
13147
|
isArchived: boolean;
|
13148
13148
|
isRequired: boolean;
|
13149
13149
|
isUnique: boolean;
|
@@ -13154,9 +13154,9 @@ export declare const ticketContract: {
|
|
13154
13154
|
createdAt: Date;
|
13155
13155
|
updatedAt: Date;
|
13156
13156
|
deletedAt: Date | null;
|
13157
|
-
isDefault: boolean;
|
13158
13157
|
systemName: string;
|
13159
13158
|
displayName: string;
|
13159
|
+
isDefault: boolean;
|
13160
13160
|
isArchived: boolean;
|
13161
13161
|
isRequired: boolean;
|
13162
13162
|
isUnique: boolean;
|
@@ -13207,9 +13207,9 @@ export declare const ticketContract: {
|
|
13207
13207
|
createdAt: Date;
|
13208
13208
|
updatedAt: Date;
|
13209
13209
|
deletedAt: Date | null;
|
13210
|
-
isDefault: boolean;
|
13211
13210
|
systemName: string;
|
13212
13211
|
displayName: string;
|
13212
|
+
isDefault: boolean;
|
13213
13213
|
isArchived: boolean;
|
13214
13214
|
isRequired: boolean;
|
13215
13215
|
isUnique: boolean;
|
@@ -13242,9 +13242,9 @@ export declare const ticketContract: {
|
|
13242
13242
|
createdAt: Date;
|
13243
13243
|
updatedAt: Date;
|
13244
13244
|
deletedAt: Date | null;
|
13245
|
-
isDefault: boolean;
|
13246
13245
|
systemName: string;
|
13247
13246
|
displayName: string;
|
13247
|
+
isDefault: boolean;
|
13248
13248
|
isArchived: boolean;
|
13249
13249
|
isRequired: boolean;
|
13250
13250
|
isUnique: boolean;
|
@@ -13494,9 +13494,9 @@ export declare const ticketContract: {
|
|
13494
13494
|
createdAt: Date;
|
13495
13495
|
updatedAt: Date;
|
13496
13496
|
deletedAt: Date | null;
|
13497
|
-
isDefault: boolean;
|
13498
13497
|
systemName: string;
|
13499
13498
|
displayName: string;
|
13499
|
+
isDefault: boolean;
|
13500
13500
|
isArchived: boolean;
|
13501
13501
|
isRequired: boolean;
|
13502
13502
|
isUnique: boolean;
|
@@ -13507,9 +13507,9 @@ export declare const ticketContract: {
|
|
13507
13507
|
createdAt: Date;
|
13508
13508
|
updatedAt: Date;
|
13509
13509
|
deletedAt: Date | null;
|
13510
|
-
isDefault: boolean;
|
13511
13510
|
systemName: string;
|
13512
13511
|
displayName: string;
|
13512
|
+
isDefault: boolean;
|
13513
13513
|
isArchived: boolean;
|
13514
13514
|
isRequired: boolean;
|
13515
13515
|
isUnique: boolean;
|
@@ -13526,9 +13526,9 @@ export declare const ticketContract: {
|
|
13526
13526
|
createdAt: Date;
|
13527
13527
|
updatedAt: Date;
|
13528
13528
|
deletedAt: Date | null;
|
13529
|
-
isDefault: boolean;
|
13530
13529
|
systemName: string;
|
13531
13530
|
displayName: string;
|
13531
|
+
isDefault: boolean;
|
13532
13532
|
isArchived: boolean;
|
13533
13533
|
isRequired: boolean;
|
13534
13534
|
isUnique: boolean;
|
@@ -13549,9 +13549,9 @@ export declare const ticketContract: {
|
|
13549
13549
|
createdAt: Date;
|
13550
13550
|
updatedAt: Date;
|
13551
13551
|
deletedAt: Date | null;
|
13552
|
-
isDefault: boolean;
|
13553
13552
|
systemName: string;
|
13554
13553
|
displayName: string;
|
13554
|
+
isDefault: boolean;
|
13555
13555
|
isArchived: boolean;
|
13556
13556
|
isRequired: boolean;
|
13557
13557
|
isUnique: boolean;
|
@@ -13650,9 +13650,9 @@ export declare const ticketContract: {
|
|
13650
13650
|
createdAt: Date;
|
13651
13651
|
updatedAt: Date;
|
13652
13652
|
deletedAt: Date | null;
|
13653
|
-
isDefault: boolean;
|
13654
13653
|
systemName: string;
|
13655
13654
|
displayName: string;
|
13655
|
+
isDefault: boolean;
|
13656
13656
|
isArchived: boolean;
|
13657
13657
|
isRequired: boolean;
|
13658
13658
|
isUnique: boolean;
|
@@ -13663,9 +13663,9 @@ export declare const ticketContract: {
|
|
13663
13663
|
createdAt: Date;
|
13664
13664
|
updatedAt: Date;
|
13665
13665
|
deletedAt: Date | null;
|
13666
|
-
isDefault: boolean;
|
13667
13666
|
systemName: string;
|
13668
13667
|
displayName: string;
|
13668
|
+
isDefault: boolean;
|
13669
13669
|
isArchived: boolean;
|
13670
13670
|
isRequired: boolean;
|
13671
13671
|
isUnique: boolean;
|
@@ -13759,9 +13759,9 @@ export declare const ticketContract: {
|
|
13759
13759
|
createdAt: Date;
|
13760
13760
|
updatedAt: Date;
|
13761
13761
|
deletedAt: Date | null;
|
13762
|
-
isDefault: boolean;
|
13763
13762
|
systemName: string;
|
13764
13763
|
displayName: string;
|
13764
|
+
isDefault: boolean;
|
13765
13765
|
isArchived: boolean;
|
13766
13766
|
isRequired: boolean;
|
13767
13767
|
isUnique: boolean;
|
@@ -13801,9 +13801,9 @@ export declare const ticketContract: {
|
|
13801
13801
|
createdAt: Date;
|
13802
13802
|
updatedAt: Date;
|
13803
13803
|
deletedAt: Date | null;
|
13804
|
-
isDefault: boolean;
|
13805
13804
|
systemName: string;
|
13806
13805
|
displayName: string;
|
13806
|
+
isDefault: boolean;
|
13807
13807
|
isArchived: boolean;
|
13808
13808
|
isRequired: boolean;
|
13809
13809
|
isUnique: boolean;
|
@@ -13956,9 +13956,9 @@ export declare const ticketContract: {
|
|
13956
13956
|
createdAt: Date;
|
13957
13957
|
updatedAt: Date;
|
13958
13958
|
deletedAt: Date | null;
|
13959
|
-
isDefault: boolean;
|
13960
13959
|
systemName: string;
|
13961
13960
|
displayName: string;
|
13961
|
+
isDefault: boolean;
|
13962
13962
|
isArchived: boolean;
|
13963
13963
|
isRequired: boolean;
|
13964
13964
|
isUnique: boolean;
|
@@ -14059,9 +14059,9 @@ export declare const ticketContract: {
|
|
14059
14059
|
createdAt: Date;
|
14060
14060
|
updatedAt: Date;
|
14061
14061
|
deletedAt: Date | null;
|
14062
|
-
isDefault: boolean;
|
14063
14062
|
systemName: string;
|
14064
14063
|
displayName: string;
|
14064
|
+
isDefault: boolean;
|
14065
14065
|
isArchived: boolean;
|
14066
14066
|
isRequired: boolean;
|
14067
14067
|
isUnique: boolean;
|
@@ -14196,9 +14196,9 @@ export declare const ticketContract: {
|
|
14196
14196
|
createdAt: Date;
|
14197
14197
|
updatedAt: Date;
|
14198
14198
|
deletedAt: Date | null;
|
14199
|
-
isDefault: boolean;
|
14200
14199
|
systemName: string;
|
14201
14200
|
displayName: string;
|
14201
|
+
isDefault: boolean;
|
14202
14202
|
isArchived: boolean;
|
14203
14203
|
isRequired: boolean;
|
14204
14204
|
isUnique: boolean;
|
@@ -14292,9 +14292,9 @@ export declare const ticketContract: {
|
|
14292
14292
|
createdAt: Date;
|
14293
14293
|
updatedAt: Date;
|
14294
14294
|
deletedAt: Date | null;
|
14295
|
-
isDefault: boolean;
|
14296
14295
|
systemName: string;
|
14297
14296
|
displayName: string;
|
14297
|
+
isDefault: boolean;
|
14298
14298
|
isArchived: boolean;
|
14299
14299
|
isRequired: boolean;
|
14300
14300
|
isUnique: boolean;
|
@@ -14469,9 +14469,9 @@ export declare const ticketContract: {
|
|
14469
14469
|
createdAt: Date;
|
14470
14470
|
updatedAt: Date;
|
14471
14471
|
deletedAt: Date | null;
|
14472
|
-
isDefault: boolean;
|
14473
14472
|
systemName: string;
|
14474
14473
|
displayName: string;
|
14474
|
+
isDefault: boolean;
|
14475
14475
|
isArchived: boolean;
|
14476
14476
|
isRequired: boolean;
|
14477
14477
|
isUnique: boolean;
|
@@ -14565,9 +14565,9 @@ export declare const ticketContract: {
|
|
14565
14565
|
createdAt: Date;
|
14566
14566
|
updatedAt: Date;
|
14567
14567
|
deletedAt: Date | null;
|
14568
|
-
isDefault: boolean;
|
14569
14568
|
systemName: string;
|
14570
14569
|
displayName: string;
|
14570
|
+
isDefault: boolean;
|
14571
14571
|
isArchived: boolean;
|
14572
14572
|
isRequired: boolean;
|
14573
14573
|
isUnique: boolean;
|
@@ -14744,9 +14744,9 @@ export declare const ticketContract: {
|
|
14744
14744
|
createdAt: Date;
|
14745
14745
|
updatedAt: Date;
|
14746
14746
|
deletedAt: Date | null;
|
14747
|
-
isDefault: boolean;
|
14748
14747
|
systemName: string;
|
14749
14748
|
displayName: string;
|
14749
|
+
isDefault: boolean;
|
14750
14750
|
isArchived: boolean;
|
14751
14751
|
isRequired: boolean;
|
14752
14752
|
isUnique: boolean;
|
@@ -14840,9 +14840,9 @@ export declare const ticketContract: {
|
|
14840
14840
|
createdAt: Date;
|
14841
14841
|
updatedAt: Date;
|
14842
14842
|
deletedAt: Date | null;
|
14843
|
-
isDefault: boolean;
|
14844
14843
|
systemName: string;
|
14845
14844
|
displayName: string;
|
14845
|
+
isDefault: boolean;
|
14846
14846
|
isArchived: boolean;
|
14847
14847
|
isRequired: boolean;
|
14848
14848
|
isUnique: boolean;
|
@@ -15020,9 +15020,9 @@ export declare const ticketContract: {
|
|
15020
15020
|
createdAt: Date;
|
15021
15021
|
updatedAt: Date;
|
15022
15022
|
deletedAt: Date | null;
|
15023
|
-
isDefault: boolean;
|
15024
15023
|
systemName: string;
|
15025
15024
|
displayName: string;
|
15025
|
+
isDefault: boolean;
|
15026
15026
|
isArchived: boolean;
|
15027
15027
|
isRequired: boolean;
|
15028
15028
|
isUnique: boolean;
|
@@ -15116,9 +15116,9 @@ export declare const ticketContract: {
|
|
15116
15116
|
createdAt: Date;
|
15117
15117
|
updatedAt: Date;
|
15118
15118
|
deletedAt: Date | null;
|
15119
|
-
isDefault: boolean;
|
15120
15119
|
systemName: string;
|
15121
15120
|
displayName: string;
|
15121
|
+
isDefault: boolean;
|
15122
15122
|
isArchived: boolean;
|
15123
15123
|
isRequired: boolean;
|
15124
15124
|
isUnique: boolean;
|
@@ -15529,9 +15529,9 @@ export declare const ticketContract: {
|
|
15529
15529
|
createdAt: Date;
|
15530
15530
|
updatedAt: Date;
|
15531
15531
|
deletedAt: Date | null;
|
15532
|
-
isDefault: boolean;
|
15533
15532
|
systemName: string;
|
15534
15533
|
displayName: string;
|
15534
|
+
isDefault: boolean;
|
15535
15535
|
isArchived: boolean;
|
15536
15536
|
isRequired: boolean;
|
15537
15537
|
isUnique: boolean;
|
@@ -15542,9 +15542,9 @@ export declare const ticketContract: {
|
|
15542
15542
|
createdAt: Date;
|
15543
15543
|
updatedAt: Date;
|
15544
15544
|
deletedAt: Date | null;
|
15545
|
-
isDefault: boolean;
|
15546
15545
|
systemName: string;
|
15547
15546
|
displayName: string;
|
15547
|
+
isDefault: boolean;
|
15548
15548
|
isArchived: boolean;
|
15549
15549
|
isRequired: boolean;
|
15550
15550
|
isUnique: boolean;
|
@@ -15595,9 +15595,9 @@ export declare const ticketContract: {
|
|
15595
15595
|
createdAt: Date;
|
15596
15596
|
updatedAt: Date;
|
15597
15597
|
deletedAt: Date | null;
|
15598
|
-
isDefault: boolean;
|
15599
15598
|
systemName: string;
|
15600
15599
|
displayName: string;
|
15600
|
+
isDefault: boolean;
|
15601
15601
|
isArchived: boolean;
|
15602
15602
|
isRequired: boolean;
|
15603
15603
|
isUnique: boolean;
|
@@ -15630,9 +15630,9 @@ export declare const ticketContract: {
|
|
15630
15630
|
createdAt: Date;
|
15631
15631
|
updatedAt: Date;
|
15632
15632
|
deletedAt: Date | null;
|
15633
|
-
isDefault: boolean;
|
15634
15633
|
systemName: string;
|
15635
15634
|
displayName: string;
|
15635
|
+
isDefault: boolean;
|
15636
15636
|
isArchived: boolean;
|
15637
15637
|
isRequired: boolean;
|
15638
15638
|
isUnique: boolean;
|
@@ -15667,9 +15667,9 @@ export declare const ticketContract: {
|
|
15667
15667
|
createdAt: Date;
|
15668
15668
|
updatedAt: Date;
|
15669
15669
|
deletedAt: Date | null;
|
15670
|
-
isDefault: boolean;
|
15671
15670
|
systemName: string;
|
15672
15671
|
displayName: string;
|
15672
|
+
isDefault: boolean;
|
15673
15673
|
isArchived: boolean;
|
15674
15674
|
isRequired: boolean;
|
15675
15675
|
isUnique: boolean;
|
@@ -15705,9 +15705,9 @@ export declare const ticketContract: {
|
|
15705
15705
|
createdAt: Date;
|
15706
15706
|
updatedAt: Date;
|
15707
15707
|
deletedAt: Date | null;
|
15708
|
-
isDefault: boolean;
|
15709
15708
|
systemName: string;
|
15710
15709
|
displayName: string;
|
15710
|
+
isDefault: boolean;
|
15711
15711
|
isArchived: boolean;
|
15712
15712
|
isRequired: boolean;
|
15713
15713
|
isUnique: boolean;
|