@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.
- package/dist/index.js +3320 -3422
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3320 -3422
- package/dist/index.mjs.map +1 -1
- package/dist/src/app/index.d.ts +17 -0
- package/dist/src/app/index.d.ts.map +1 -0
- 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 +48 -54
- 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 +1363 -8150
- 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/mail/mail-contract.d.ts +12 -12
- package/dist/src/mail/mail-server.d.ts +216 -0
- package/dist/src/mail/mail-server.d.ts.map +1 -0
- 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/platform-contact/schema.d.ts +30 -0
- package/dist/src/platform-contact/schema.d.ts.map +1 -0
- package/dist/src/telephony-cdr/index.d.ts +60 -68
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +12 -12
- package/dist/src/telephony-cdr/validation.d.ts +8 -26
- package/dist/src/telephony-cdr/validation.d.ts.map +1 -1
- 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 +1 -143
- package/dist/src/wrap-up-form/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/validation.d.ts +0 -13
- package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/src/instagram/index.d.ts +0 -6643
- package/dist/src/instagram/index.d.ts.map +0 -1
- package/dist/src/instagram/schema.d.ts +0 -2
- package/dist/src/instagram/schema.d.ts.map +0 -1
- package/dist/src/instagram/validation.d.ts +0 -109
- package/dist/src/instagram/validation.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;
|
674
675
|
systemName: string;
|
675
676
|
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;
|
687
688
|
systemName: string;
|
688
689
|
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;
|
740
741
|
systemName: string;
|
741
742
|
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;
|
775
776
|
systemName: string;
|
776
777
|
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;
|
1027
1028
|
systemName: string;
|
1028
1029
|
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;
|
1040
1041
|
systemName: string;
|
1041
1042
|
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;
|
1059
1060
|
systemName: string;
|
1060
1061
|
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;
|
1082
1083
|
systemName: string;
|
1083
1084
|
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;
|
1183
1184
|
systemName: string;
|
1184
1185
|
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;
|
1196
1197
|
systemName: string;
|
1197
1198
|
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;
|
1292
1293
|
systemName: string;
|
1293
1294
|
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;
|
1334
1335
|
systemName: string;
|
1335
1336
|
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;
|
1489
1490
|
systemName: string;
|
1490
1491
|
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;
|
1592
1593
|
systemName: string;
|
1593
1594
|
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;
|
1729
1730
|
systemName: string;
|
1730
1731
|
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;
|
1825
1826
|
systemName: string;
|
1826
1827
|
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;
|
2002
2003
|
systemName: string;
|
2003
2004
|
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;
|
2098
2099
|
systemName: string;
|
2099
2100
|
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;
|
2277
2278
|
systemName: string;
|
2278
2279
|
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;
|
2373
2374
|
systemName: string;
|
2374
2375
|
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;
|
2553
2554
|
systemName: string;
|
2554
2555
|
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;
|
2649
2650
|
systemName: string;
|
2650
2651
|
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;
|
2982
2983
|
systemName: string;
|
2983
2984
|
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;
|
3078
3079
|
systemName: string;
|
3079
3080
|
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;
|
3255
3256
|
systemName: string;
|
3256
3257
|
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;
|
3351
3352
|
systemName: string;
|
3352
3353
|
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;
|
3530
3531
|
systemName: string;
|
3531
3532
|
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;
|
3626
3627
|
systemName: string;
|
3627
3628
|
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;
|
3809
3810
|
systemName: string;
|
3810
3811
|
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;
|
3905
3906
|
systemName: string;
|
3906
3907
|
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;
|
4090
4091
|
systemName: string;
|
4091
4092
|
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;
|
4186
4187
|
systemName: string;
|
4187
4188
|
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;
|
4372
4373
|
systemName: string;
|
4373
4374
|
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;
|
4468
4469
|
systemName: string;
|
4469
4470
|
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;
|
5153
5154
|
systemName: string;
|
5154
5155
|
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;
|
5166
5167
|
systemName: string;
|
5167
5168
|
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;
|
5219
5220
|
systemName: string;
|
5220
5221
|
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;
|
5254
5255
|
systemName: string;
|
5255
5256
|
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;
|
5506
5507
|
systemName: string;
|
5507
5508
|
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;
|
5519
5520
|
systemName: string;
|
5520
5521
|
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;
|
5538
5539
|
systemName: string;
|
5539
5540
|
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;
|
5561
5562
|
systemName: string;
|
5562
5563
|
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;
|
5662
5663
|
systemName: string;
|
5663
5664
|
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;
|
5675
5676
|
systemName: string;
|
5676
5677
|
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;
|
5771
5772
|
systemName: string;
|
5772
5773
|
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;
|
5813
5814
|
systemName: string;
|
5814
5815
|
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;
|
5968
5969
|
systemName: string;
|
5969
5970
|
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;
|
6071
6072
|
systemName: string;
|
6072
6073
|
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;
|
6208
6209
|
systemName: string;
|
6209
6210
|
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;
|
6304
6305
|
systemName: string;
|
6305
6306
|
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;
|
6481
6482
|
systemName: string;
|
6482
6483
|
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;
|
6577
6578
|
systemName: string;
|
6578
6579
|
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;
|
6756
6757
|
systemName: string;
|
6757
6758
|
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;
|
6852
6853
|
systemName: string;
|
6853
6854
|
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;
|
7032
7033
|
systemName: string;
|
7033
7034
|
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;
|
7128
7129
|
systemName: string;
|
7129
7130
|
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;
|
7382
7383
|
systemName: string;
|
7383
7384
|
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;
|
7478
7479
|
systemName: string;
|
7479
7480
|
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;
|
7655
7656
|
systemName: string;
|
7656
7657
|
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;
|
7751
7752
|
systemName: string;
|
7752
7753
|
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;
|
7930
7931
|
systemName: string;
|
7931
7932
|
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;
|
8026
8027
|
systemName: string;
|
8027
8028
|
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;
|
8209
8210
|
systemName: string;
|
8210
8211
|
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;
|
8305
8306
|
systemName: string;
|
8306
8307
|
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;
|
8490
8491
|
systemName: string;
|
8491
8492
|
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;
|
8586
8587
|
systemName: string;
|
8587
8588
|
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;
|
8772
8773
|
systemName: string;
|
8773
8774
|
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;
|
8868
8869
|
systemName: string;
|
8869
8870
|
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;
|
9715
9716
|
systemName: string;
|
9716
9717
|
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;
|
9728
9729
|
systemName: string;
|
9729
9730
|
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;
|
9781
9782
|
systemName: string;
|
9782
9783
|
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;
|
9816
9817
|
systemName: string;
|
9817
9818
|
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;
|
10068
10069
|
systemName: string;
|
10069
10070
|
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;
|
10081
10082
|
systemName: string;
|
10082
10083
|
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;
|
10100
10101
|
systemName: string;
|
10101
10102
|
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;
|
10123
10124
|
systemName: string;
|
10124
10125
|
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;
|
10224
10225
|
systemName: string;
|
10225
10226
|
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;
|
10237
10238
|
systemName: string;
|
10238
10239
|
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;
|
10333
10334
|
systemName: string;
|
10334
10335
|
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;
|
10375
10376
|
systemName: string;
|
10376
10377
|
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;
|
10530
10531
|
systemName: string;
|
10531
10532
|
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;
|
10633
10634
|
systemName: string;
|
10634
10635
|
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;
|
10770
10771
|
systemName: string;
|
10771
10772
|
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;
|
10866
10867
|
systemName: string;
|
10867
10868
|
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;
|
11043
11044
|
systemName: string;
|
11044
11045
|
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;
|
11139
11140
|
systemName: string;
|
11140
11141
|
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;
|
11318
11319
|
systemName: string;
|
11319
11320
|
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;
|
11414
11415
|
systemName: string;
|
11415
11416
|
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;
|
11594
11595
|
systemName: string;
|
11595
11596
|
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;
|
11690
11691
|
systemName: string;
|
11691
11692
|
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;
|
13144
13145
|
systemName: string;
|
13145
13146
|
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;
|
13157
13158
|
systemName: string;
|
13158
13159
|
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;
|
13210
13211
|
systemName: string;
|
13211
13212
|
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;
|
13245
13246
|
systemName: string;
|
13246
13247
|
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;
|
13497
13498
|
systemName: string;
|
13498
13499
|
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;
|
13510
13511
|
systemName: string;
|
13511
13512
|
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;
|
13529
13530
|
systemName: string;
|
13530
13531
|
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;
|
13552
13553
|
systemName: string;
|
13553
13554
|
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;
|
13653
13654
|
systemName: string;
|
13654
13655
|
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;
|
13666
13667
|
systemName: string;
|
13667
13668
|
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;
|
13762
13763
|
systemName: string;
|
13763
13764
|
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;
|
13804
13805
|
systemName: string;
|
13805
13806
|
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;
|
13959
13960
|
systemName: string;
|
13960
13961
|
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;
|
14062
14063
|
systemName: string;
|
14063
14064
|
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;
|
14199
14200
|
systemName: string;
|
14200
14201
|
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;
|
14295
14296
|
systemName: string;
|
14296
14297
|
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;
|
14472
14473
|
systemName: string;
|
14473
14474
|
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;
|
14568
14569
|
systemName: string;
|
14569
14570
|
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;
|
14747
14748
|
systemName: string;
|
14748
14749
|
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;
|
14843
14844
|
systemName: string;
|
14844
14845
|
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;
|
15023
15024
|
systemName: string;
|
15024
15025
|
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;
|
15119
15120
|
systemName: string;
|
15120
15121
|
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;
|
15532
15533
|
systemName: string;
|
15533
15534
|
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;
|
15545
15546
|
systemName: string;
|
15546
15547
|
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;
|
15598
15599
|
systemName: string;
|
15599
15600
|
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;
|
15633
15634
|
systemName: string;
|
15634
15635
|
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;
|
15670
15671
|
systemName: string;
|
15671
15672
|
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;
|
15708
15709
|
systemName: string;
|
15709
15710
|
displayName: string;
|
15710
|
-
isDefault: boolean;
|
15711
15711
|
isArchived: boolean;
|
15712
15712
|
isRequired: boolean;
|
15713
15713
|
isUnique: boolean;
|