@kl1/contracts 1.0.48 → 1.0.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3429 -3321
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3429 -3321
- package/dist/index.mjs.map +1 -1
- package/dist/src/attribute/index.d.ts +12 -12
- package/dist/src/attribute/schema.d.ts +2 -2
- package/dist/src/chat/index.d.ts +211 -211
- package/dist/src/chat/schema.d.ts +54 -48
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +62 -62
- package/dist/src/comment/index.d.ts +94 -94
- package/dist/src/comment/schema.d.ts +26 -26
- package/dist/src/company/index.d.ts +32 -32
- package/dist/src/company/schema.d.ts +10 -10
- package/dist/src/company/validation.d.ts +18 -18
- package/dist/src/contact/index.d.ts +88 -88
- package/dist/src/contact/schema.d.ts +14 -14
- package/dist/src/contact/validation.d.ts +72 -72
- package/dist/src/contract.d.ts +7609 -830
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/custom-field/schema.d.ts +2 -2
- package/dist/src/cx-log/index.d.ts +52 -52
- package/dist/src/cx-log/schema.d.ts +44 -44
- package/dist/src/instagram/index.d.ts +6643 -0
- package/dist/src/instagram/index.d.ts.map +1 -0
- package/dist/src/instagram/schema.d.ts +2 -0
- package/dist/src/instagram/schema.d.ts.map +1 -0
- package/dist/src/instagram/validation.d.ts +109 -0
- package/dist/src/instagram/validation.d.ts.map +1 -0
- package/dist/src/mail/mail-contract.d.ts +12 -12
- package/dist/src/mail/room-contract.d.ts +12 -12
- package/dist/src/mail/schemas/room-validation.schema.d.ts +4 -4
- package/dist/src/mail/schemas/room.schema.d.ts +2 -2
- package/dist/src/messenger/index.d.ts +32 -32
- package/dist/src/telephony-cdr/index.d.ts +42 -42
- package/dist/src/telephony-cdr/schema.d.ts +12 -12
- package/dist/src/ticket/index.d.ts +118 -118
- package/dist/src/ticket/schema.d.ts +22 -22
- package/dist/src/wrap-up-form/index.d.ts +143 -1
- package/dist/src/wrap-up-form/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/validation.d.ts +13 -0
- package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/src/app/index.d.ts +0 -17
- package/dist/src/app/index.d.ts.map +0 -1
- package/dist/src/mail/mail-server.d.ts +0 -216
- package/dist/src/mail/mail-server.d.ts.map +0 -1
- package/dist/src/platform-contact/schema.d.ts +0 -30
- package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -878,9 +878,9 @@ export declare const commentContract: {
|
|
878
878
|
createdAt: Date;
|
879
879
|
updatedAt: Date;
|
880
880
|
deletedAt: Date | null;
|
881
|
-
isDefault: boolean;
|
882
881
|
systemName: string;
|
883
882
|
displayName: string;
|
883
|
+
isDefault: boolean;
|
884
884
|
isArchived: boolean;
|
885
885
|
isRequired: boolean;
|
886
886
|
isUnique: boolean;
|
@@ -891,9 +891,9 @@ export declare const commentContract: {
|
|
891
891
|
createdAt: Date;
|
892
892
|
updatedAt: Date;
|
893
893
|
deletedAt: Date | null;
|
894
|
-
isDefault: boolean;
|
895
894
|
systemName: string;
|
896
895
|
displayName: string;
|
896
|
+
isDefault: boolean;
|
897
897
|
isArchived: boolean;
|
898
898
|
isRequired: boolean;
|
899
899
|
isUnique: boolean;
|
@@ -944,9 +944,9 @@ export declare const commentContract: {
|
|
944
944
|
createdAt: Date;
|
945
945
|
updatedAt: Date;
|
946
946
|
deletedAt: Date | null;
|
947
|
-
isDefault: boolean;
|
948
947
|
systemName: string;
|
949
948
|
displayName: string;
|
949
|
+
isDefault: boolean;
|
950
950
|
isArchived: boolean;
|
951
951
|
isRequired: boolean;
|
952
952
|
isUnique: boolean;
|
@@ -979,9 +979,9 @@ export declare const commentContract: {
|
|
979
979
|
createdAt: Date;
|
980
980
|
updatedAt: Date;
|
981
981
|
deletedAt: Date | null;
|
982
|
-
isDefault: boolean;
|
983
982
|
systemName: string;
|
984
983
|
displayName: string;
|
984
|
+
isDefault: boolean;
|
985
985
|
isArchived: boolean;
|
986
986
|
isRequired: boolean;
|
987
987
|
isUnique: boolean;
|
@@ -1231,9 +1231,9 @@ export declare const commentContract: {
|
|
1231
1231
|
createdAt: Date;
|
1232
1232
|
updatedAt: Date;
|
1233
1233
|
deletedAt: Date | null;
|
1234
|
-
isDefault: boolean;
|
1235
1234
|
systemName: string;
|
1236
1235
|
displayName: string;
|
1236
|
+
isDefault: boolean;
|
1237
1237
|
isArchived: boolean;
|
1238
1238
|
isRequired: boolean;
|
1239
1239
|
isUnique: boolean;
|
@@ -1244,9 +1244,9 @@ export declare const commentContract: {
|
|
1244
1244
|
createdAt: Date;
|
1245
1245
|
updatedAt: Date;
|
1246
1246
|
deletedAt: Date | null;
|
1247
|
-
isDefault: boolean;
|
1248
1247
|
systemName: string;
|
1249
1248
|
displayName: string;
|
1249
|
+
isDefault: boolean;
|
1250
1250
|
isArchived: boolean;
|
1251
1251
|
isRequired: boolean;
|
1252
1252
|
isUnique: boolean;
|
@@ -1263,9 +1263,9 @@ export declare const commentContract: {
|
|
1263
1263
|
createdAt: Date;
|
1264
1264
|
updatedAt: Date;
|
1265
1265
|
deletedAt: Date | null;
|
1266
|
-
isDefault: boolean;
|
1267
1266
|
systemName: string;
|
1268
1267
|
displayName: string;
|
1268
|
+
isDefault: boolean;
|
1269
1269
|
isArchived: boolean;
|
1270
1270
|
isRequired: boolean;
|
1271
1271
|
isUnique: boolean;
|
@@ -1286,9 +1286,9 @@ export declare const commentContract: {
|
|
1286
1286
|
createdAt: Date;
|
1287
1287
|
updatedAt: Date;
|
1288
1288
|
deletedAt: Date | null;
|
1289
|
-
isDefault: boolean;
|
1290
1289
|
systemName: string;
|
1291
1290
|
displayName: string;
|
1291
|
+
isDefault: boolean;
|
1292
1292
|
isArchived: boolean;
|
1293
1293
|
isRequired: boolean;
|
1294
1294
|
isUnique: boolean;
|
@@ -1387,9 +1387,9 @@ export declare const commentContract: {
|
|
1387
1387
|
createdAt: Date;
|
1388
1388
|
updatedAt: Date;
|
1389
1389
|
deletedAt: Date | null;
|
1390
|
-
isDefault: boolean;
|
1391
1390
|
systemName: string;
|
1392
1391
|
displayName: string;
|
1392
|
+
isDefault: boolean;
|
1393
1393
|
isArchived: boolean;
|
1394
1394
|
isRequired: boolean;
|
1395
1395
|
isUnique: boolean;
|
@@ -1400,9 +1400,9 @@ export declare const commentContract: {
|
|
1400
1400
|
createdAt: Date;
|
1401
1401
|
updatedAt: Date;
|
1402
1402
|
deletedAt: Date | null;
|
1403
|
-
isDefault: boolean;
|
1404
1403
|
systemName: string;
|
1405
1404
|
displayName: string;
|
1405
|
+
isDefault: boolean;
|
1406
1406
|
isArchived: boolean;
|
1407
1407
|
isRequired: boolean;
|
1408
1408
|
isUnique: boolean;
|
@@ -1496,9 +1496,9 @@ export declare const commentContract: {
|
|
1496
1496
|
createdAt: Date;
|
1497
1497
|
updatedAt: Date;
|
1498
1498
|
deletedAt: Date | null;
|
1499
|
-
isDefault: boolean;
|
1500
1499
|
systemName: string;
|
1501
1500
|
displayName: string;
|
1501
|
+
isDefault: boolean;
|
1502
1502
|
isArchived: boolean;
|
1503
1503
|
isRequired: boolean;
|
1504
1504
|
isUnique: boolean;
|
@@ -1538,9 +1538,9 @@ export declare const commentContract: {
|
|
1538
1538
|
createdAt: Date;
|
1539
1539
|
updatedAt: Date;
|
1540
1540
|
deletedAt: Date | null;
|
1541
|
-
isDefault: boolean;
|
1542
1541
|
systemName: string;
|
1543
1542
|
displayName: string;
|
1543
|
+
isDefault: boolean;
|
1544
1544
|
isArchived: boolean;
|
1545
1545
|
isRequired: boolean;
|
1546
1546
|
isUnique: boolean;
|
@@ -1693,9 +1693,9 @@ export declare const commentContract: {
|
|
1693
1693
|
createdAt: Date;
|
1694
1694
|
updatedAt: Date;
|
1695
1695
|
deletedAt: Date | null;
|
1696
|
-
isDefault: boolean;
|
1697
1696
|
systemName: string;
|
1698
1697
|
displayName: string;
|
1698
|
+
isDefault: boolean;
|
1699
1699
|
isArchived: boolean;
|
1700
1700
|
isRequired: boolean;
|
1701
1701
|
isUnique: boolean;
|
@@ -1796,9 +1796,9 @@ export declare const commentContract: {
|
|
1796
1796
|
createdAt: Date;
|
1797
1797
|
updatedAt: Date;
|
1798
1798
|
deletedAt: Date | null;
|
1799
|
-
isDefault: boolean;
|
1800
1799
|
systemName: string;
|
1801
1800
|
displayName: string;
|
1801
|
+
isDefault: boolean;
|
1802
1802
|
isArchived: boolean;
|
1803
1803
|
isRequired: boolean;
|
1804
1804
|
isUnique: boolean;
|
@@ -1933,9 +1933,9 @@ export declare const commentContract: {
|
|
1933
1933
|
createdAt: Date;
|
1934
1934
|
updatedAt: Date;
|
1935
1935
|
deletedAt: Date | null;
|
1936
|
-
isDefault: boolean;
|
1937
1936
|
systemName: string;
|
1938
1937
|
displayName: string;
|
1938
|
+
isDefault: boolean;
|
1939
1939
|
isArchived: boolean;
|
1940
1940
|
isRequired: boolean;
|
1941
1941
|
isUnique: boolean;
|
@@ -2029,9 +2029,9 @@ export declare const commentContract: {
|
|
2029
2029
|
createdAt: Date;
|
2030
2030
|
updatedAt: Date;
|
2031
2031
|
deletedAt: Date | null;
|
2032
|
-
isDefault: boolean;
|
2033
2032
|
systemName: string;
|
2034
2033
|
displayName: string;
|
2034
|
+
isDefault: boolean;
|
2035
2035
|
isArchived: boolean;
|
2036
2036
|
isRequired: boolean;
|
2037
2037
|
isUnique: boolean;
|
@@ -2206,9 +2206,9 @@ export declare const commentContract: {
|
|
2206
2206
|
createdAt: Date;
|
2207
2207
|
updatedAt: Date;
|
2208
2208
|
deletedAt: Date | null;
|
2209
|
-
isDefault: boolean;
|
2210
2209
|
systemName: string;
|
2211
2210
|
displayName: string;
|
2211
|
+
isDefault: boolean;
|
2212
2212
|
isArchived: boolean;
|
2213
2213
|
isRequired: boolean;
|
2214
2214
|
isUnique: boolean;
|
@@ -2302,9 +2302,9 @@ export declare const commentContract: {
|
|
2302
2302
|
createdAt: Date;
|
2303
2303
|
updatedAt: Date;
|
2304
2304
|
deletedAt: Date | null;
|
2305
|
-
isDefault: boolean;
|
2306
2305
|
systemName: string;
|
2307
2306
|
displayName: string;
|
2307
|
+
isDefault: boolean;
|
2308
2308
|
isArchived: boolean;
|
2309
2309
|
isRequired: boolean;
|
2310
2310
|
isUnique: boolean;
|
@@ -2740,6 +2740,8 @@ export declare const commentContract: {
|
|
2740
2740
|
telephonySignature: string | null;
|
2741
2741
|
};
|
2742
2742
|
};
|
2743
|
+
comment: string;
|
2744
|
+
mentions: string[];
|
2743
2745
|
ticket: {
|
2744
2746
|
type: string;
|
2745
2747
|
id: string;
|
@@ -2793,9 +2795,9 @@ export declare const commentContract: {
|
|
2793
2795
|
createdAt: Date;
|
2794
2796
|
updatedAt: Date;
|
2795
2797
|
deletedAt: Date | null;
|
2796
|
-
isDefault: boolean;
|
2797
2798
|
systemName: string;
|
2798
2799
|
displayName: string;
|
2800
|
+
isDefault: boolean;
|
2799
2801
|
isArchived: boolean;
|
2800
2802
|
isRequired: boolean;
|
2801
2803
|
isUnique: boolean;
|
@@ -2889,9 +2891,9 @@ export declare const commentContract: {
|
|
2889
2891
|
createdAt: Date;
|
2890
2892
|
updatedAt: Date;
|
2891
2893
|
deletedAt: Date | null;
|
2892
|
-
isDefault: boolean;
|
2893
2894
|
systemName: string;
|
2894
2895
|
displayName: string;
|
2896
|
+
isDefault: boolean;
|
2895
2897
|
isArchived: boolean;
|
2896
2898
|
isRequired: boolean;
|
2897
2899
|
isUnique: boolean;
|
@@ -3014,8 +3016,6 @@ export declare const commentContract: {
|
|
3014
3016
|
} | null | undefined;
|
3015
3017
|
ticketNumber?: number | undefined;
|
3016
3018
|
};
|
3017
|
-
comment: string;
|
3018
|
-
mentions: string[];
|
3019
3019
|
}, {
|
3020
3020
|
id: string;
|
3021
3021
|
createdAt: Date;
|
@@ -3125,6 +3125,8 @@ export declare const commentContract: {
|
|
3125
3125
|
telephonySignature: string | null;
|
3126
3126
|
};
|
3127
3127
|
};
|
3128
|
+
comment: string;
|
3129
|
+
mentions: string[];
|
3128
3130
|
ticket: {
|
3129
3131
|
type: string;
|
3130
3132
|
id: string;
|
@@ -3178,9 +3180,9 @@ export declare const commentContract: {
|
|
3178
3180
|
createdAt: Date;
|
3179
3181
|
updatedAt: Date;
|
3180
3182
|
deletedAt: Date | null;
|
3181
|
-
isDefault: boolean;
|
3182
3183
|
systemName: string;
|
3183
3184
|
displayName: string;
|
3185
|
+
isDefault: boolean;
|
3184
3186
|
isArchived: boolean;
|
3185
3187
|
isRequired: boolean;
|
3186
3188
|
isUnique: boolean;
|
@@ -3274,9 +3276,9 @@ export declare const commentContract: {
|
|
3274
3276
|
createdAt: Date;
|
3275
3277
|
updatedAt: Date;
|
3276
3278
|
deletedAt: Date | null;
|
3277
|
-
isDefault: boolean;
|
3278
3279
|
systemName: string;
|
3279
3280
|
displayName: string;
|
3281
|
+
isDefault: boolean;
|
3280
3282
|
isArchived: boolean;
|
3281
3283
|
isRequired: boolean;
|
3282
3284
|
isUnique: boolean;
|
@@ -3399,8 +3401,6 @@ export declare const commentContract: {
|
|
3399
3401
|
} | null | undefined;
|
3400
3402
|
ticketNumber?: number | undefined;
|
3401
3403
|
};
|
3402
|
-
comment: string;
|
3403
|
-
mentions: string[];
|
3404
3404
|
}>;
|
3405
3405
|
}, "strip", z.ZodTypeAny, {
|
3406
3406
|
requestId: string;
|
@@ -3513,6 +3513,8 @@ export declare const commentContract: {
|
|
3513
3513
|
telephonySignature: string | null;
|
3514
3514
|
};
|
3515
3515
|
};
|
3516
|
+
comment: string;
|
3517
|
+
mentions: string[];
|
3516
3518
|
ticket: {
|
3517
3519
|
type: string;
|
3518
3520
|
id: string;
|
@@ -3566,9 +3568,9 @@ export declare const commentContract: {
|
|
3566
3568
|
createdAt: Date;
|
3567
3569
|
updatedAt: Date;
|
3568
3570
|
deletedAt: Date | null;
|
3569
|
-
isDefault: boolean;
|
3570
3571
|
systemName: string;
|
3571
3572
|
displayName: string;
|
3573
|
+
isDefault: boolean;
|
3572
3574
|
isArchived: boolean;
|
3573
3575
|
isRequired: boolean;
|
3574
3576
|
isUnique: boolean;
|
@@ -3662,9 +3664,9 @@ export declare const commentContract: {
|
|
3662
3664
|
createdAt: Date;
|
3663
3665
|
updatedAt: Date;
|
3664
3666
|
deletedAt: Date | null;
|
3665
|
-
isDefault: boolean;
|
3666
3667
|
systemName: string;
|
3667
3668
|
displayName: string;
|
3669
|
+
isDefault: boolean;
|
3668
3670
|
isArchived: boolean;
|
3669
3671
|
isRequired: boolean;
|
3670
3672
|
isUnique: boolean;
|
@@ -3787,8 +3789,6 @@ export declare const commentContract: {
|
|
3787
3789
|
} | null | undefined;
|
3788
3790
|
ticketNumber?: number | undefined;
|
3789
3791
|
};
|
3790
|
-
comment: string;
|
3791
|
-
mentions: string[];
|
3792
3792
|
};
|
3793
3793
|
}, {
|
3794
3794
|
requestId: string;
|
@@ -3901,6 +3901,8 @@ export declare const commentContract: {
|
|
3901
3901
|
telephonySignature: string | null;
|
3902
3902
|
};
|
3903
3903
|
};
|
3904
|
+
comment: string;
|
3905
|
+
mentions: string[];
|
3904
3906
|
ticket: {
|
3905
3907
|
type: string;
|
3906
3908
|
id: string;
|
@@ -3954,9 +3956,9 @@ export declare const commentContract: {
|
|
3954
3956
|
createdAt: Date;
|
3955
3957
|
updatedAt: Date;
|
3956
3958
|
deletedAt: Date | null;
|
3957
|
-
isDefault: boolean;
|
3958
3959
|
systemName: string;
|
3959
3960
|
displayName: string;
|
3961
|
+
isDefault: boolean;
|
3960
3962
|
isArchived: boolean;
|
3961
3963
|
isRequired: boolean;
|
3962
3964
|
isUnique: boolean;
|
@@ -4050,9 +4052,9 @@ export declare const commentContract: {
|
|
4050
4052
|
createdAt: Date;
|
4051
4053
|
updatedAt: Date;
|
4052
4054
|
deletedAt: Date | null;
|
4053
|
-
isDefault: boolean;
|
4054
4055
|
systemName: string;
|
4055
4056
|
displayName: string;
|
4057
|
+
isDefault: boolean;
|
4056
4058
|
isArchived: boolean;
|
4057
4059
|
isRequired: boolean;
|
4058
4060
|
isUnique: boolean;
|
@@ -4175,8 +4177,6 @@ export declare const commentContract: {
|
|
4175
4177
|
} | null | undefined;
|
4176
4178
|
ticketNumber?: number | undefined;
|
4177
4179
|
};
|
4178
|
-
comment: string;
|
4179
|
-
mentions: string[];
|
4180
4180
|
};
|
4181
4181
|
}>;
|
4182
4182
|
400: z.ZodObject<{
|
@@ -5092,9 +5092,9 @@ export declare const commentContract: {
|
|
5092
5092
|
createdAt: Date;
|
5093
5093
|
updatedAt: Date;
|
5094
5094
|
deletedAt: Date | null;
|
5095
|
-
isDefault: boolean;
|
5096
5095
|
systemName: string;
|
5097
5096
|
displayName: string;
|
5097
|
+
isDefault: boolean;
|
5098
5098
|
isArchived: boolean;
|
5099
5099
|
isRequired: boolean;
|
5100
5100
|
isUnique: boolean;
|
@@ -5105,9 +5105,9 @@ export declare const commentContract: {
|
|
5105
5105
|
createdAt: Date;
|
5106
5106
|
updatedAt: Date;
|
5107
5107
|
deletedAt: Date | null;
|
5108
|
-
isDefault: boolean;
|
5109
5108
|
systemName: string;
|
5110
5109
|
displayName: string;
|
5110
|
+
isDefault: boolean;
|
5111
5111
|
isArchived: boolean;
|
5112
5112
|
isRequired: boolean;
|
5113
5113
|
isUnique: boolean;
|
@@ -5158,9 +5158,9 @@ export declare const commentContract: {
|
|
5158
5158
|
createdAt: Date;
|
5159
5159
|
updatedAt: Date;
|
5160
5160
|
deletedAt: Date | null;
|
5161
|
-
isDefault: boolean;
|
5162
5161
|
systemName: string;
|
5163
5162
|
displayName: string;
|
5163
|
+
isDefault: boolean;
|
5164
5164
|
isArchived: boolean;
|
5165
5165
|
isRequired: boolean;
|
5166
5166
|
isUnique: boolean;
|
@@ -5193,9 +5193,9 @@ export declare const commentContract: {
|
|
5193
5193
|
createdAt: Date;
|
5194
5194
|
updatedAt: Date;
|
5195
5195
|
deletedAt: Date | null;
|
5196
|
-
isDefault: boolean;
|
5197
5196
|
systemName: string;
|
5198
5197
|
displayName: string;
|
5198
|
+
isDefault: boolean;
|
5199
5199
|
isArchived: boolean;
|
5200
5200
|
isRequired: boolean;
|
5201
5201
|
isUnique: boolean;
|
@@ -5445,9 +5445,9 @@ export declare const commentContract: {
|
|
5445
5445
|
createdAt: Date;
|
5446
5446
|
updatedAt: Date;
|
5447
5447
|
deletedAt: Date | null;
|
5448
|
-
isDefault: boolean;
|
5449
5448
|
systemName: string;
|
5450
5449
|
displayName: string;
|
5450
|
+
isDefault: boolean;
|
5451
5451
|
isArchived: boolean;
|
5452
5452
|
isRequired: boolean;
|
5453
5453
|
isUnique: boolean;
|
@@ -5458,9 +5458,9 @@ export declare const commentContract: {
|
|
5458
5458
|
createdAt: Date;
|
5459
5459
|
updatedAt: Date;
|
5460
5460
|
deletedAt: Date | null;
|
5461
|
-
isDefault: boolean;
|
5462
5461
|
systemName: string;
|
5463
5462
|
displayName: string;
|
5463
|
+
isDefault: boolean;
|
5464
5464
|
isArchived: boolean;
|
5465
5465
|
isRequired: boolean;
|
5466
5466
|
isUnique: boolean;
|
@@ -5477,9 +5477,9 @@ export declare const commentContract: {
|
|
5477
5477
|
createdAt: Date;
|
5478
5478
|
updatedAt: Date;
|
5479
5479
|
deletedAt: Date | null;
|
5480
|
-
isDefault: boolean;
|
5481
5480
|
systemName: string;
|
5482
5481
|
displayName: string;
|
5482
|
+
isDefault: boolean;
|
5483
5483
|
isArchived: boolean;
|
5484
5484
|
isRequired: boolean;
|
5485
5485
|
isUnique: boolean;
|
@@ -5500,9 +5500,9 @@ export declare const commentContract: {
|
|
5500
5500
|
createdAt: Date;
|
5501
5501
|
updatedAt: Date;
|
5502
5502
|
deletedAt: Date | null;
|
5503
|
-
isDefault: boolean;
|
5504
5503
|
systemName: string;
|
5505
5504
|
displayName: string;
|
5505
|
+
isDefault: boolean;
|
5506
5506
|
isArchived: boolean;
|
5507
5507
|
isRequired: boolean;
|
5508
5508
|
isUnique: boolean;
|
@@ -5601,9 +5601,9 @@ export declare const commentContract: {
|
|
5601
5601
|
createdAt: Date;
|
5602
5602
|
updatedAt: Date;
|
5603
5603
|
deletedAt: Date | null;
|
5604
|
-
isDefault: boolean;
|
5605
5604
|
systemName: string;
|
5606
5605
|
displayName: string;
|
5606
|
+
isDefault: boolean;
|
5607
5607
|
isArchived: boolean;
|
5608
5608
|
isRequired: boolean;
|
5609
5609
|
isUnique: boolean;
|
@@ -5614,9 +5614,9 @@ export declare const commentContract: {
|
|
5614
5614
|
createdAt: Date;
|
5615
5615
|
updatedAt: Date;
|
5616
5616
|
deletedAt: Date | null;
|
5617
|
-
isDefault: boolean;
|
5618
5617
|
systemName: string;
|
5619
5618
|
displayName: string;
|
5619
|
+
isDefault: boolean;
|
5620
5620
|
isArchived: boolean;
|
5621
5621
|
isRequired: boolean;
|
5622
5622
|
isUnique: boolean;
|
@@ -5710,9 +5710,9 @@ export declare const commentContract: {
|
|
5710
5710
|
createdAt: Date;
|
5711
5711
|
updatedAt: Date;
|
5712
5712
|
deletedAt: Date | null;
|
5713
|
-
isDefault: boolean;
|
5714
5713
|
systemName: string;
|
5715
5714
|
displayName: string;
|
5715
|
+
isDefault: boolean;
|
5716
5716
|
isArchived: boolean;
|
5717
5717
|
isRequired: boolean;
|
5718
5718
|
isUnique: boolean;
|
@@ -5752,9 +5752,9 @@ export declare const commentContract: {
|
|
5752
5752
|
createdAt: Date;
|
5753
5753
|
updatedAt: Date;
|
5754
5754
|
deletedAt: Date | null;
|
5755
|
-
isDefault: boolean;
|
5756
5755
|
systemName: string;
|
5757
5756
|
displayName: string;
|
5757
|
+
isDefault: boolean;
|
5758
5758
|
isArchived: boolean;
|
5759
5759
|
isRequired: boolean;
|
5760
5760
|
isUnique: boolean;
|
@@ -5907,9 +5907,9 @@ export declare const commentContract: {
|
|
5907
5907
|
createdAt: Date;
|
5908
5908
|
updatedAt: Date;
|
5909
5909
|
deletedAt: Date | null;
|
5910
|
-
isDefault: boolean;
|
5911
5910
|
systemName: string;
|
5912
5911
|
displayName: string;
|
5912
|
+
isDefault: boolean;
|
5913
5913
|
isArchived: boolean;
|
5914
5914
|
isRequired: boolean;
|
5915
5915
|
isUnique: boolean;
|
@@ -6010,9 +6010,9 @@ export declare const commentContract: {
|
|
6010
6010
|
createdAt: Date;
|
6011
6011
|
updatedAt: Date;
|
6012
6012
|
deletedAt: Date | null;
|
6013
|
-
isDefault: boolean;
|
6014
6013
|
systemName: string;
|
6015
6014
|
displayName: string;
|
6015
|
+
isDefault: boolean;
|
6016
6016
|
isArchived: boolean;
|
6017
6017
|
isRequired: boolean;
|
6018
6018
|
isUnique: boolean;
|
@@ -6147,9 +6147,9 @@ export declare const commentContract: {
|
|
6147
6147
|
createdAt: Date;
|
6148
6148
|
updatedAt: Date;
|
6149
6149
|
deletedAt: Date | null;
|
6150
|
-
isDefault: boolean;
|
6151
6150
|
systemName: string;
|
6152
6151
|
displayName: string;
|
6152
|
+
isDefault: boolean;
|
6153
6153
|
isArchived: boolean;
|
6154
6154
|
isRequired: boolean;
|
6155
6155
|
isUnique: boolean;
|
@@ -6243,9 +6243,9 @@ export declare const commentContract: {
|
|
6243
6243
|
createdAt: Date;
|
6244
6244
|
updatedAt: Date;
|
6245
6245
|
deletedAt: Date | null;
|
6246
|
-
isDefault: boolean;
|
6247
6246
|
systemName: string;
|
6248
6247
|
displayName: string;
|
6248
|
+
isDefault: boolean;
|
6249
6249
|
isArchived: boolean;
|
6250
6250
|
isRequired: boolean;
|
6251
6251
|
isUnique: boolean;
|
@@ -6420,9 +6420,9 @@ export declare const commentContract: {
|
|
6420
6420
|
createdAt: Date;
|
6421
6421
|
updatedAt: Date;
|
6422
6422
|
deletedAt: Date | null;
|
6423
|
-
isDefault: boolean;
|
6424
6423
|
systemName: string;
|
6425
6424
|
displayName: string;
|
6425
|
+
isDefault: boolean;
|
6426
6426
|
isArchived: boolean;
|
6427
6427
|
isRequired: boolean;
|
6428
6428
|
isUnique: boolean;
|
@@ -6516,9 +6516,9 @@ export declare const commentContract: {
|
|
6516
6516
|
createdAt: Date;
|
6517
6517
|
updatedAt: Date;
|
6518
6518
|
deletedAt: Date | null;
|
6519
|
-
isDefault: boolean;
|
6520
6519
|
systemName: string;
|
6521
6520
|
displayName: string;
|
6521
|
+
isDefault: boolean;
|
6522
6522
|
isArchived: boolean;
|
6523
6523
|
isRequired: boolean;
|
6524
6524
|
isUnique: boolean;
|
@@ -6954,6 +6954,8 @@ export declare const commentContract: {
|
|
6954
6954
|
telephonySignature: string | null;
|
6955
6955
|
};
|
6956
6956
|
};
|
6957
|
+
comment: string;
|
6958
|
+
mentions: string[];
|
6957
6959
|
ticket: {
|
6958
6960
|
type: string;
|
6959
6961
|
id: string;
|
@@ -7007,9 +7009,9 @@ export declare const commentContract: {
|
|
7007
7009
|
createdAt: Date;
|
7008
7010
|
updatedAt: Date;
|
7009
7011
|
deletedAt: Date | null;
|
7010
|
-
isDefault: boolean;
|
7011
7012
|
systemName: string;
|
7012
7013
|
displayName: string;
|
7014
|
+
isDefault: boolean;
|
7013
7015
|
isArchived: boolean;
|
7014
7016
|
isRequired: boolean;
|
7015
7017
|
isUnique: boolean;
|
@@ -7103,9 +7105,9 @@ export declare const commentContract: {
|
|
7103
7105
|
createdAt: Date;
|
7104
7106
|
updatedAt: Date;
|
7105
7107
|
deletedAt: Date | null;
|
7106
|
-
isDefault: boolean;
|
7107
7108
|
systemName: string;
|
7108
7109
|
displayName: string;
|
7110
|
+
isDefault: boolean;
|
7109
7111
|
isArchived: boolean;
|
7110
7112
|
isRequired: boolean;
|
7111
7113
|
isUnique: boolean;
|
@@ -7228,8 +7230,6 @@ export declare const commentContract: {
|
|
7228
7230
|
} | null | undefined;
|
7229
7231
|
ticketNumber?: number | undefined;
|
7230
7232
|
};
|
7231
|
-
comment: string;
|
7232
|
-
mentions: string[];
|
7233
7233
|
}, {
|
7234
7234
|
id: string;
|
7235
7235
|
createdAt: Date;
|
@@ -7339,6 +7339,8 @@ export declare const commentContract: {
|
|
7339
7339
|
telephonySignature: string | null;
|
7340
7340
|
};
|
7341
7341
|
};
|
7342
|
+
comment: string;
|
7343
|
+
mentions: string[];
|
7342
7344
|
ticket: {
|
7343
7345
|
type: string;
|
7344
7346
|
id: string;
|
@@ -7392,9 +7394,9 @@ export declare const commentContract: {
|
|
7392
7394
|
createdAt: Date;
|
7393
7395
|
updatedAt: Date;
|
7394
7396
|
deletedAt: Date | null;
|
7395
|
-
isDefault: boolean;
|
7396
7397
|
systemName: string;
|
7397
7398
|
displayName: string;
|
7399
|
+
isDefault: boolean;
|
7398
7400
|
isArchived: boolean;
|
7399
7401
|
isRequired: boolean;
|
7400
7402
|
isUnique: boolean;
|
@@ -7488,9 +7490,9 @@ export declare const commentContract: {
|
|
7488
7490
|
createdAt: Date;
|
7489
7491
|
updatedAt: Date;
|
7490
7492
|
deletedAt: Date | null;
|
7491
|
-
isDefault: boolean;
|
7492
7493
|
systemName: string;
|
7493
7494
|
displayName: string;
|
7495
|
+
isDefault: boolean;
|
7494
7496
|
isArchived: boolean;
|
7495
7497
|
isRequired: boolean;
|
7496
7498
|
isUnique: boolean;
|
@@ -7613,8 +7615,6 @@ export declare const commentContract: {
|
|
7613
7615
|
} | null | undefined;
|
7614
7616
|
ticketNumber?: number | undefined;
|
7615
7617
|
};
|
7616
|
-
comment: string;
|
7617
|
-
mentions: string[];
|
7618
7618
|
}>, "many">;
|
7619
7619
|
400: z.ZodObject<{
|
7620
7620
|
message: z.ZodString;
|
@@ -8541,9 +8541,9 @@ export declare const commentContract: {
|
|
8541
8541
|
createdAt: Date;
|
8542
8542
|
updatedAt: Date;
|
8543
8543
|
deletedAt: Date | null;
|
8544
|
-
isDefault: boolean;
|
8545
8544
|
systemName: string;
|
8546
8545
|
displayName: string;
|
8546
|
+
isDefault: boolean;
|
8547
8547
|
isArchived: boolean;
|
8548
8548
|
isRequired: boolean;
|
8549
8549
|
isUnique: boolean;
|
@@ -8554,9 +8554,9 @@ export declare const commentContract: {
|
|
8554
8554
|
createdAt: Date;
|
8555
8555
|
updatedAt: Date;
|
8556
8556
|
deletedAt: Date | null;
|
8557
|
-
isDefault: boolean;
|
8558
8557
|
systemName: string;
|
8559
8558
|
displayName: string;
|
8559
|
+
isDefault: boolean;
|
8560
8560
|
isArchived: boolean;
|
8561
8561
|
isRequired: boolean;
|
8562
8562
|
isUnique: boolean;
|
@@ -8607,9 +8607,9 @@ export declare const commentContract: {
|
|
8607
8607
|
createdAt: Date;
|
8608
8608
|
updatedAt: Date;
|
8609
8609
|
deletedAt: Date | null;
|
8610
|
-
isDefault: boolean;
|
8611
8610
|
systemName: string;
|
8612
8611
|
displayName: string;
|
8612
|
+
isDefault: boolean;
|
8613
8613
|
isArchived: boolean;
|
8614
8614
|
isRequired: boolean;
|
8615
8615
|
isUnique: boolean;
|
@@ -8642,9 +8642,9 @@ export declare const commentContract: {
|
|
8642
8642
|
createdAt: Date;
|
8643
8643
|
updatedAt: Date;
|
8644
8644
|
deletedAt: Date | null;
|
8645
|
-
isDefault: boolean;
|
8646
8645
|
systemName: string;
|
8647
8646
|
displayName: string;
|
8647
|
+
isDefault: boolean;
|
8648
8648
|
isArchived: boolean;
|
8649
8649
|
isRequired: boolean;
|
8650
8650
|
isUnique: boolean;
|
@@ -8894,9 +8894,9 @@ export declare const commentContract: {
|
|
8894
8894
|
createdAt: Date;
|
8895
8895
|
updatedAt: Date;
|
8896
8896
|
deletedAt: Date | null;
|
8897
|
-
isDefault: boolean;
|
8898
8897
|
systemName: string;
|
8899
8898
|
displayName: string;
|
8899
|
+
isDefault: boolean;
|
8900
8900
|
isArchived: boolean;
|
8901
8901
|
isRequired: boolean;
|
8902
8902
|
isUnique: boolean;
|
@@ -8907,9 +8907,9 @@ export declare const commentContract: {
|
|
8907
8907
|
createdAt: Date;
|
8908
8908
|
updatedAt: Date;
|
8909
8909
|
deletedAt: Date | null;
|
8910
|
-
isDefault: boolean;
|
8911
8910
|
systemName: string;
|
8912
8911
|
displayName: string;
|
8912
|
+
isDefault: boolean;
|
8913
8913
|
isArchived: boolean;
|
8914
8914
|
isRequired: boolean;
|
8915
8915
|
isUnique: boolean;
|
@@ -8926,9 +8926,9 @@ export declare const commentContract: {
|
|
8926
8926
|
createdAt: Date;
|
8927
8927
|
updatedAt: Date;
|
8928
8928
|
deletedAt: Date | null;
|
8929
|
-
isDefault: boolean;
|
8930
8929
|
systemName: string;
|
8931
8930
|
displayName: string;
|
8931
|
+
isDefault: boolean;
|
8932
8932
|
isArchived: boolean;
|
8933
8933
|
isRequired: boolean;
|
8934
8934
|
isUnique: boolean;
|
@@ -8949,9 +8949,9 @@ export declare const commentContract: {
|
|
8949
8949
|
createdAt: Date;
|
8950
8950
|
updatedAt: Date;
|
8951
8951
|
deletedAt: Date | null;
|
8952
|
-
isDefault: boolean;
|
8953
8952
|
systemName: string;
|
8954
8953
|
displayName: string;
|
8954
|
+
isDefault: boolean;
|
8955
8955
|
isArchived: boolean;
|
8956
8956
|
isRequired: boolean;
|
8957
8957
|
isUnique: boolean;
|
@@ -9050,9 +9050,9 @@ export declare const commentContract: {
|
|
9050
9050
|
createdAt: Date;
|
9051
9051
|
updatedAt: Date;
|
9052
9052
|
deletedAt: Date | null;
|
9053
|
-
isDefault: boolean;
|
9054
9053
|
systemName: string;
|
9055
9054
|
displayName: string;
|
9055
|
+
isDefault: boolean;
|
9056
9056
|
isArchived: boolean;
|
9057
9057
|
isRequired: boolean;
|
9058
9058
|
isUnique: boolean;
|
@@ -9063,9 +9063,9 @@ export declare const commentContract: {
|
|
9063
9063
|
createdAt: Date;
|
9064
9064
|
updatedAt: Date;
|
9065
9065
|
deletedAt: Date | null;
|
9066
|
-
isDefault: boolean;
|
9067
9066
|
systemName: string;
|
9068
9067
|
displayName: string;
|
9068
|
+
isDefault: boolean;
|
9069
9069
|
isArchived: boolean;
|
9070
9070
|
isRequired: boolean;
|
9071
9071
|
isUnique: boolean;
|
@@ -9159,9 +9159,9 @@ export declare const commentContract: {
|
|
9159
9159
|
createdAt: Date;
|
9160
9160
|
updatedAt: Date;
|
9161
9161
|
deletedAt: Date | null;
|
9162
|
-
isDefault: boolean;
|
9163
9162
|
systemName: string;
|
9164
9163
|
displayName: string;
|
9164
|
+
isDefault: boolean;
|
9165
9165
|
isArchived: boolean;
|
9166
9166
|
isRequired: boolean;
|
9167
9167
|
isUnique: boolean;
|
@@ -9201,9 +9201,9 @@ export declare const commentContract: {
|
|
9201
9201
|
createdAt: Date;
|
9202
9202
|
updatedAt: Date;
|
9203
9203
|
deletedAt: Date | null;
|
9204
|
-
isDefault: boolean;
|
9205
9204
|
systemName: string;
|
9206
9205
|
displayName: string;
|
9206
|
+
isDefault: boolean;
|
9207
9207
|
isArchived: boolean;
|
9208
9208
|
isRequired: boolean;
|
9209
9209
|
isUnique: boolean;
|
@@ -9356,9 +9356,9 @@ export declare const commentContract: {
|
|
9356
9356
|
createdAt: Date;
|
9357
9357
|
updatedAt: Date;
|
9358
9358
|
deletedAt: Date | null;
|
9359
|
-
isDefault: boolean;
|
9360
9359
|
systemName: string;
|
9361
9360
|
displayName: string;
|
9361
|
+
isDefault: boolean;
|
9362
9362
|
isArchived: boolean;
|
9363
9363
|
isRequired: boolean;
|
9364
9364
|
isUnique: boolean;
|
@@ -9459,9 +9459,9 @@ export declare const commentContract: {
|
|
9459
9459
|
createdAt: Date;
|
9460
9460
|
updatedAt: Date;
|
9461
9461
|
deletedAt: Date | null;
|
9462
|
-
isDefault: boolean;
|
9463
9462
|
systemName: string;
|
9464
9463
|
displayName: string;
|
9464
|
+
isDefault: boolean;
|
9465
9465
|
isArchived: boolean;
|
9466
9466
|
isRequired: boolean;
|
9467
9467
|
isUnique: boolean;
|
@@ -9596,9 +9596,9 @@ export declare const commentContract: {
|
|
9596
9596
|
createdAt: Date;
|
9597
9597
|
updatedAt: Date;
|
9598
9598
|
deletedAt: Date | null;
|
9599
|
-
isDefault: boolean;
|
9600
9599
|
systemName: string;
|
9601
9600
|
displayName: string;
|
9601
|
+
isDefault: boolean;
|
9602
9602
|
isArchived: boolean;
|
9603
9603
|
isRequired: boolean;
|
9604
9604
|
isUnique: boolean;
|
@@ -9692,9 +9692,9 @@ export declare const commentContract: {
|
|
9692
9692
|
createdAt: Date;
|
9693
9693
|
updatedAt: Date;
|
9694
9694
|
deletedAt: Date | null;
|
9695
|
-
isDefault: boolean;
|
9696
9695
|
systemName: string;
|
9697
9696
|
displayName: string;
|
9697
|
+
isDefault: boolean;
|
9698
9698
|
isArchived: boolean;
|
9699
9699
|
isRequired: boolean;
|
9700
9700
|
isUnique: boolean;
|
@@ -9869,9 +9869,9 @@ export declare const commentContract: {
|
|
9869
9869
|
createdAt: Date;
|
9870
9870
|
updatedAt: Date;
|
9871
9871
|
deletedAt: Date | null;
|
9872
|
-
isDefault: boolean;
|
9873
9872
|
systemName: string;
|
9874
9873
|
displayName: string;
|
9874
|
+
isDefault: boolean;
|
9875
9875
|
isArchived: boolean;
|
9876
9876
|
isRequired: boolean;
|
9877
9877
|
isUnique: boolean;
|
@@ -9965,9 +9965,9 @@ export declare const commentContract: {
|
|
9965
9965
|
createdAt: Date;
|
9966
9966
|
updatedAt: Date;
|
9967
9967
|
deletedAt: Date | null;
|
9968
|
-
isDefault: boolean;
|
9969
9968
|
systemName: string;
|
9970
9969
|
displayName: string;
|
9970
|
+
isDefault: boolean;
|
9971
9971
|
isArchived: boolean;
|
9972
9972
|
isRequired: boolean;
|
9973
9973
|
isUnique: boolean;
|
@@ -10403,6 +10403,8 @@ export declare const commentContract: {
|
|
10403
10403
|
telephonySignature: string | null;
|
10404
10404
|
};
|
10405
10405
|
};
|
10406
|
+
comment: string;
|
10407
|
+
mentions: string[];
|
10406
10408
|
ticket: {
|
10407
10409
|
type: string;
|
10408
10410
|
id: string;
|
@@ -10456,9 +10458,9 @@ export declare const commentContract: {
|
|
10456
10458
|
createdAt: Date;
|
10457
10459
|
updatedAt: Date;
|
10458
10460
|
deletedAt: Date | null;
|
10459
|
-
isDefault: boolean;
|
10460
10461
|
systemName: string;
|
10461
10462
|
displayName: string;
|
10463
|
+
isDefault: boolean;
|
10462
10464
|
isArchived: boolean;
|
10463
10465
|
isRequired: boolean;
|
10464
10466
|
isUnique: boolean;
|
@@ -10552,9 +10554,9 @@ export declare const commentContract: {
|
|
10552
10554
|
createdAt: Date;
|
10553
10555
|
updatedAt: Date;
|
10554
10556
|
deletedAt: Date | null;
|
10555
|
-
isDefault: boolean;
|
10556
10557
|
systemName: string;
|
10557
10558
|
displayName: string;
|
10559
|
+
isDefault: boolean;
|
10558
10560
|
isArchived: boolean;
|
10559
10561
|
isRequired: boolean;
|
10560
10562
|
isUnique: boolean;
|
@@ -10677,8 +10679,6 @@ export declare const commentContract: {
|
|
10677
10679
|
} | null | undefined;
|
10678
10680
|
ticketNumber?: number | undefined;
|
10679
10681
|
};
|
10680
|
-
comment: string;
|
10681
|
-
mentions: string[];
|
10682
10682
|
}, {
|
10683
10683
|
id: string;
|
10684
10684
|
createdAt: Date;
|
@@ -10788,6 +10788,8 @@ export declare const commentContract: {
|
|
10788
10788
|
telephonySignature: string | null;
|
10789
10789
|
};
|
10790
10790
|
};
|
10791
|
+
comment: string;
|
10792
|
+
mentions: string[];
|
10791
10793
|
ticket: {
|
10792
10794
|
type: string;
|
10793
10795
|
id: string;
|
@@ -10841,9 +10843,9 @@ export declare const commentContract: {
|
|
10841
10843
|
createdAt: Date;
|
10842
10844
|
updatedAt: Date;
|
10843
10845
|
deletedAt: Date | null;
|
10844
|
-
isDefault: boolean;
|
10845
10846
|
systemName: string;
|
10846
10847
|
displayName: string;
|
10848
|
+
isDefault: boolean;
|
10847
10849
|
isArchived: boolean;
|
10848
10850
|
isRequired: boolean;
|
10849
10851
|
isUnique: boolean;
|
@@ -10937,9 +10939,9 @@ export declare const commentContract: {
|
|
10937
10939
|
createdAt: Date;
|
10938
10940
|
updatedAt: Date;
|
10939
10941
|
deletedAt: Date | null;
|
10940
|
-
isDefault: boolean;
|
10941
10942
|
systemName: string;
|
10942
10943
|
displayName: string;
|
10944
|
+
isDefault: boolean;
|
10943
10945
|
isArchived: boolean;
|
10944
10946
|
isRequired: boolean;
|
10945
10947
|
isUnique: boolean;
|
@@ -11062,8 +11064,6 @@ export declare const commentContract: {
|
|
11062
11064
|
} | null | undefined;
|
11063
11065
|
ticketNumber?: number | undefined;
|
11064
11066
|
};
|
11065
|
-
comment: string;
|
11066
|
-
mentions: string[];
|
11067
11067
|
}>;
|
11068
11068
|
}, "strip", z.ZodTypeAny, {
|
11069
11069
|
requestId: string;
|
@@ -11176,6 +11176,8 @@ export declare const commentContract: {
|
|
11176
11176
|
telephonySignature: string | null;
|
11177
11177
|
};
|
11178
11178
|
};
|
11179
|
+
comment: string;
|
11180
|
+
mentions: string[];
|
11179
11181
|
ticket: {
|
11180
11182
|
type: string;
|
11181
11183
|
id: string;
|
@@ -11229,9 +11231,9 @@ export declare const commentContract: {
|
|
11229
11231
|
createdAt: Date;
|
11230
11232
|
updatedAt: Date;
|
11231
11233
|
deletedAt: Date | null;
|
11232
|
-
isDefault: boolean;
|
11233
11234
|
systemName: string;
|
11234
11235
|
displayName: string;
|
11236
|
+
isDefault: boolean;
|
11235
11237
|
isArchived: boolean;
|
11236
11238
|
isRequired: boolean;
|
11237
11239
|
isUnique: boolean;
|
@@ -11325,9 +11327,9 @@ export declare const commentContract: {
|
|
11325
11327
|
createdAt: Date;
|
11326
11328
|
updatedAt: Date;
|
11327
11329
|
deletedAt: Date | null;
|
11328
|
-
isDefault: boolean;
|
11329
11330
|
systemName: string;
|
11330
11331
|
displayName: string;
|
11332
|
+
isDefault: boolean;
|
11331
11333
|
isArchived: boolean;
|
11332
11334
|
isRequired: boolean;
|
11333
11335
|
isUnique: boolean;
|
@@ -11450,8 +11452,6 @@ export declare const commentContract: {
|
|
11450
11452
|
} | null | undefined;
|
11451
11453
|
ticketNumber?: number | undefined;
|
11452
11454
|
};
|
11453
|
-
comment: string;
|
11454
|
-
mentions: string[];
|
11455
11455
|
};
|
11456
11456
|
}, {
|
11457
11457
|
requestId: string;
|
@@ -11564,6 +11564,8 @@ export declare const commentContract: {
|
|
11564
11564
|
telephonySignature: string | null;
|
11565
11565
|
};
|
11566
11566
|
};
|
11567
|
+
comment: string;
|
11568
|
+
mentions: string[];
|
11567
11569
|
ticket: {
|
11568
11570
|
type: string;
|
11569
11571
|
id: string;
|
@@ -11617,9 +11619,9 @@ export declare const commentContract: {
|
|
11617
11619
|
createdAt: Date;
|
11618
11620
|
updatedAt: Date;
|
11619
11621
|
deletedAt: Date | null;
|
11620
|
-
isDefault: boolean;
|
11621
11622
|
systemName: string;
|
11622
11623
|
displayName: string;
|
11624
|
+
isDefault: boolean;
|
11623
11625
|
isArchived: boolean;
|
11624
11626
|
isRequired: boolean;
|
11625
11627
|
isUnique: boolean;
|
@@ -11713,9 +11715,9 @@ export declare const commentContract: {
|
|
11713
11715
|
createdAt: Date;
|
11714
11716
|
updatedAt: Date;
|
11715
11717
|
deletedAt: Date | null;
|
11716
|
-
isDefault: boolean;
|
11717
11718
|
systemName: string;
|
11718
11719
|
displayName: string;
|
11720
|
+
isDefault: boolean;
|
11719
11721
|
isArchived: boolean;
|
11720
11722
|
isRequired: boolean;
|
11721
11723
|
isUnique: boolean;
|
@@ -11838,8 +11840,6 @@ export declare const commentContract: {
|
|
11838
11840
|
} | null | undefined;
|
11839
11841
|
ticketNumber?: number | undefined;
|
11840
11842
|
};
|
11841
|
-
comment: string;
|
11842
|
-
mentions: string[];
|
11843
11843
|
};
|
11844
11844
|
}>;
|
11845
11845
|
500: z.ZodObject<{
|