@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
@@ -878,9 +878,9 @@ export declare const commentContract: {
|
|
878
878
|
createdAt: Date;
|
879
879
|
updatedAt: Date;
|
880
880
|
deletedAt: Date | null;
|
881
|
+
isDefault: boolean;
|
881
882
|
systemName: string;
|
882
883
|
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;
|
894
895
|
systemName: string;
|
895
896
|
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;
|
947
948
|
systemName: string;
|
948
949
|
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;
|
982
983
|
systemName: string;
|
983
984
|
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;
|
1234
1235
|
systemName: string;
|
1235
1236
|
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;
|
1247
1248
|
systemName: string;
|
1248
1249
|
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;
|
1266
1267
|
systemName: string;
|
1267
1268
|
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;
|
1289
1290
|
systemName: string;
|
1290
1291
|
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;
|
1390
1391
|
systemName: string;
|
1391
1392
|
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;
|
1403
1404
|
systemName: string;
|
1404
1405
|
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;
|
1499
1500
|
systemName: string;
|
1500
1501
|
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;
|
1541
1542
|
systemName: string;
|
1542
1543
|
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;
|
1696
1697
|
systemName: string;
|
1697
1698
|
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;
|
1799
1800
|
systemName: string;
|
1800
1801
|
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;
|
1936
1937
|
systemName: string;
|
1937
1938
|
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;
|
2032
2033
|
systemName: string;
|
2033
2034
|
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;
|
2209
2210
|
systemName: string;
|
2210
2211
|
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;
|
2305
2306
|
systemName: string;
|
2306
2307
|
displayName: string;
|
2307
|
-
isDefault: boolean;
|
2308
2308
|
isArchived: boolean;
|
2309
2309
|
isRequired: boolean;
|
2310
2310
|
isUnique: boolean;
|
@@ -2740,8 +2740,6 @@ export declare const commentContract: {
|
|
2740
2740
|
telephonySignature: string | null;
|
2741
2741
|
};
|
2742
2742
|
};
|
2743
|
-
comment: string;
|
2744
|
-
mentions: string[];
|
2745
2743
|
ticket: {
|
2746
2744
|
type: string;
|
2747
2745
|
id: string;
|
@@ -2795,9 +2793,9 @@ export declare const commentContract: {
|
|
2795
2793
|
createdAt: Date;
|
2796
2794
|
updatedAt: Date;
|
2797
2795
|
deletedAt: Date | null;
|
2796
|
+
isDefault: boolean;
|
2798
2797
|
systemName: string;
|
2799
2798
|
displayName: string;
|
2800
|
-
isDefault: boolean;
|
2801
2799
|
isArchived: boolean;
|
2802
2800
|
isRequired: boolean;
|
2803
2801
|
isUnique: boolean;
|
@@ -2891,9 +2889,9 @@ export declare const commentContract: {
|
|
2891
2889
|
createdAt: Date;
|
2892
2890
|
updatedAt: Date;
|
2893
2891
|
deletedAt: Date | null;
|
2892
|
+
isDefault: boolean;
|
2894
2893
|
systemName: string;
|
2895
2894
|
displayName: string;
|
2896
|
-
isDefault: boolean;
|
2897
2895
|
isArchived: boolean;
|
2898
2896
|
isRequired: boolean;
|
2899
2897
|
isUnique: boolean;
|
@@ -3016,6 +3014,8 @@ export declare const commentContract: {
|
|
3016
3014
|
} | null | undefined;
|
3017
3015
|
ticketNumber?: number | undefined;
|
3018
3016
|
};
|
3017
|
+
comment: string;
|
3018
|
+
mentions: string[];
|
3019
3019
|
}, {
|
3020
3020
|
id: string;
|
3021
3021
|
createdAt: Date;
|
@@ -3125,8 +3125,6 @@ export declare const commentContract: {
|
|
3125
3125
|
telephonySignature: string | null;
|
3126
3126
|
};
|
3127
3127
|
};
|
3128
|
-
comment: string;
|
3129
|
-
mentions: string[];
|
3130
3128
|
ticket: {
|
3131
3129
|
type: string;
|
3132
3130
|
id: string;
|
@@ -3180,9 +3178,9 @@ export declare const commentContract: {
|
|
3180
3178
|
createdAt: Date;
|
3181
3179
|
updatedAt: Date;
|
3182
3180
|
deletedAt: Date | null;
|
3181
|
+
isDefault: boolean;
|
3183
3182
|
systemName: string;
|
3184
3183
|
displayName: string;
|
3185
|
-
isDefault: boolean;
|
3186
3184
|
isArchived: boolean;
|
3187
3185
|
isRequired: boolean;
|
3188
3186
|
isUnique: boolean;
|
@@ -3276,9 +3274,9 @@ export declare const commentContract: {
|
|
3276
3274
|
createdAt: Date;
|
3277
3275
|
updatedAt: Date;
|
3278
3276
|
deletedAt: Date | null;
|
3277
|
+
isDefault: boolean;
|
3279
3278
|
systemName: string;
|
3280
3279
|
displayName: string;
|
3281
|
-
isDefault: boolean;
|
3282
3280
|
isArchived: boolean;
|
3283
3281
|
isRequired: boolean;
|
3284
3282
|
isUnique: boolean;
|
@@ -3401,6 +3399,8 @@ export declare const commentContract: {
|
|
3401
3399
|
} | null | undefined;
|
3402
3400
|
ticketNumber?: number | undefined;
|
3403
3401
|
};
|
3402
|
+
comment: string;
|
3403
|
+
mentions: string[];
|
3404
3404
|
}>;
|
3405
3405
|
}, "strip", z.ZodTypeAny, {
|
3406
3406
|
requestId: string;
|
@@ -3513,8 +3513,6 @@ export declare const commentContract: {
|
|
3513
3513
|
telephonySignature: string | null;
|
3514
3514
|
};
|
3515
3515
|
};
|
3516
|
-
comment: string;
|
3517
|
-
mentions: string[];
|
3518
3516
|
ticket: {
|
3519
3517
|
type: string;
|
3520
3518
|
id: string;
|
@@ -3568,9 +3566,9 @@ export declare const commentContract: {
|
|
3568
3566
|
createdAt: Date;
|
3569
3567
|
updatedAt: Date;
|
3570
3568
|
deletedAt: Date | null;
|
3569
|
+
isDefault: boolean;
|
3571
3570
|
systemName: string;
|
3572
3571
|
displayName: string;
|
3573
|
-
isDefault: boolean;
|
3574
3572
|
isArchived: boolean;
|
3575
3573
|
isRequired: boolean;
|
3576
3574
|
isUnique: boolean;
|
@@ -3664,9 +3662,9 @@ export declare const commentContract: {
|
|
3664
3662
|
createdAt: Date;
|
3665
3663
|
updatedAt: Date;
|
3666
3664
|
deletedAt: Date | null;
|
3665
|
+
isDefault: boolean;
|
3667
3666
|
systemName: string;
|
3668
3667
|
displayName: string;
|
3669
|
-
isDefault: boolean;
|
3670
3668
|
isArchived: boolean;
|
3671
3669
|
isRequired: boolean;
|
3672
3670
|
isUnique: boolean;
|
@@ -3789,6 +3787,8 @@ export declare const commentContract: {
|
|
3789
3787
|
} | null | undefined;
|
3790
3788
|
ticketNumber?: number | undefined;
|
3791
3789
|
};
|
3790
|
+
comment: string;
|
3791
|
+
mentions: string[];
|
3792
3792
|
};
|
3793
3793
|
}, {
|
3794
3794
|
requestId: string;
|
@@ -3901,8 +3901,6 @@ export declare const commentContract: {
|
|
3901
3901
|
telephonySignature: string | null;
|
3902
3902
|
};
|
3903
3903
|
};
|
3904
|
-
comment: string;
|
3905
|
-
mentions: string[];
|
3906
3904
|
ticket: {
|
3907
3905
|
type: string;
|
3908
3906
|
id: string;
|
@@ -3956,9 +3954,9 @@ export declare const commentContract: {
|
|
3956
3954
|
createdAt: Date;
|
3957
3955
|
updatedAt: Date;
|
3958
3956
|
deletedAt: Date | null;
|
3957
|
+
isDefault: boolean;
|
3959
3958
|
systemName: string;
|
3960
3959
|
displayName: string;
|
3961
|
-
isDefault: boolean;
|
3962
3960
|
isArchived: boolean;
|
3963
3961
|
isRequired: boolean;
|
3964
3962
|
isUnique: boolean;
|
@@ -4052,9 +4050,9 @@ export declare const commentContract: {
|
|
4052
4050
|
createdAt: Date;
|
4053
4051
|
updatedAt: Date;
|
4054
4052
|
deletedAt: Date | null;
|
4053
|
+
isDefault: boolean;
|
4055
4054
|
systemName: string;
|
4056
4055
|
displayName: string;
|
4057
|
-
isDefault: boolean;
|
4058
4056
|
isArchived: boolean;
|
4059
4057
|
isRequired: boolean;
|
4060
4058
|
isUnique: boolean;
|
@@ -4177,6 +4175,8 @@ export declare const commentContract: {
|
|
4177
4175
|
} | null | undefined;
|
4178
4176
|
ticketNumber?: number | undefined;
|
4179
4177
|
};
|
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;
|
5095
5096
|
systemName: string;
|
5096
5097
|
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;
|
5108
5109
|
systemName: string;
|
5109
5110
|
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;
|
5161
5162
|
systemName: string;
|
5162
5163
|
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;
|
5196
5197
|
systemName: string;
|
5197
5198
|
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;
|
5448
5449
|
systemName: string;
|
5449
5450
|
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;
|
5461
5462
|
systemName: string;
|
5462
5463
|
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;
|
5480
5481
|
systemName: string;
|
5481
5482
|
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;
|
5503
5504
|
systemName: string;
|
5504
5505
|
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;
|
5604
5605
|
systemName: string;
|
5605
5606
|
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;
|
5617
5618
|
systemName: string;
|
5618
5619
|
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;
|
5713
5714
|
systemName: string;
|
5714
5715
|
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;
|
5755
5756
|
systemName: string;
|
5756
5757
|
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;
|
5910
5911
|
systemName: string;
|
5911
5912
|
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;
|
6013
6014
|
systemName: string;
|
6014
6015
|
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;
|
6150
6151
|
systemName: string;
|
6151
6152
|
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;
|
6246
6247
|
systemName: string;
|
6247
6248
|
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;
|
6423
6424
|
systemName: string;
|
6424
6425
|
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;
|
6519
6520
|
systemName: string;
|
6520
6521
|
displayName: string;
|
6521
|
-
isDefault: boolean;
|
6522
6522
|
isArchived: boolean;
|
6523
6523
|
isRequired: boolean;
|
6524
6524
|
isUnique: boolean;
|
@@ -6954,8 +6954,6 @@ export declare const commentContract: {
|
|
6954
6954
|
telephonySignature: string | null;
|
6955
6955
|
};
|
6956
6956
|
};
|
6957
|
-
comment: string;
|
6958
|
-
mentions: string[];
|
6959
6957
|
ticket: {
|
6960
6958
|
type: string;
|
6961
6959
|
id: string;
|
@@ -7009,9 +7007,9 @@ export declare const commentContract: {
|
|
7009
7007
|
createdAt: Date;
|
7010
7008
|
updatedAt: Date;
|
7011
7009
|
deletedAt: Date | null;
|
7010
|
+
isDefault: boolean;
|
7012
7011
|
systemName: string;
|
7013
7012
|
displayName: string;
|
7014
|
-
isDefault: boolean;
|
7015
7013
|
isArchived: boolean;
|
7016
7014
|
isRequired: boolean;
|
7017
7015
|
isUnique: boolean;
|
@@ -7105,9 +7103,9 @@ export declare const commentContract: {
|
|
7105
7103
|
createdAt: Date;
|
7106
7104
|
updatedAt: Date;
|
7107
7105
|
deletedAt: Date | null;
|
7106
|
+
isDefault: boolean;
|
7108
7107
|
systemName: string;
|
7109
7108
|
displayName: string;
|
7110
|
-
isDefault: boolean;
|
7111
7109
|
isArchived: boolean;
|
7112
7110
|
isRequired: boolean;
|
7113
7111
|
isUnique: boolean;
|
@@ -7230,6 +7228,8 @@ export declare const commentContract: {
|
|
7230
7228
|
} | null | undefined;
|
7231
7229
|
ticketNumber?: number | undefined;
|
7232
7230
|
};
|
7231
|
+
comment: string;
|
7232
|
+
mentions: string[];
|
7233
7233
|
}, {
|
7234
7234
|
id: string;
|
7235
7235
|
createdAt: Date;
|
@@ -7339,8 +7339,6 @@ export declare const commentContract: {
|
|
7339
7339
|
telephonySignature: string | null;
|
7340
7340
|
};
|
7341
7341
|
};
|
7342
|
-
comment: string;
|
7343
|
-
mentions: string[];
|
7344
7342
|
ticket: {
|
7345
7343
|
type: string;
|
7346
7344
|
id: string;
|
@@ -7394,9 +7392,9 @@ export declare const commentContract: {
|
|
7394
7392
|
createdAt: Date;
|
7395
7393
|
updatedAt: Date;
|
7396
7394
|
deletedAt: Date | null;
|
7395
|
+
isDefault: boolean;
|
7397
7396
|
systemName: string;
|
7398
7397
|
displayName: string;
|
7399
|
-
isDefault: boolean;
|
7400
7398
|
isArchived: boolean;
|
7401
7399
|
isRequired: boolean;
|
7402
7400
|
isUnique: boolean;
|
@@ -7490,9 +7488,9 @@ export declare const commentContract: {
|
|
7490
7488
|
createdAt: Date;
|
7491
7489
|
updatedAt: Date;
|
7492
7490
|
deletedAt: Date | null;
|
7491
|
+
isDefault: boolean;
|
7493
7492
|
systemName: string;
|
7494
7493
|
displayName: string;
|
7495
|
-
isDefault: boolean;
|
7496
7494
|
isArchived: boolean;
|
7497
7495
|
isRequired: boolean;
|
7498
7496
|
isUnique: boolean;
|
@@ -7615,6 +7613,8 @@ export declare const commentContract: {
|
|
7615
7613
|
} | null | undefined;
|
7616
7614
|
ticketNumber?: number | undefined;
|
7617
7615
|
};
|
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;
|
8544
8545
|
systemName: string;
|
8545
8546
|
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;
|
8557
8558
|
systemName: string;
|
8558
8559
|
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;
|
8610
8611
|
systemName: string;
|
8611
8612
|
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;
|
8645
8646
|
systemName: string;
|
8646
8647
|
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;
|
8897
8898
|
systemName: string;
|
8898
8899
|
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;
|
8910
8911
|
systemName: string;
|
8911
8912
|
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;
|
8929
8930
|
systemName: string;
|
8930
8931
|
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;
|
8952
8953
|
systemName: string;
|
8953
8954
|
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;
|
9053
9054
|
systemName: string;
|
9054
9055
|
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;
|
9066
9067
|
systemName: string;
|
9067
9068
|
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;
|
9162
9163
|
systemName: string;
|
9163
9164
|
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;
|
9204
9205
|
systemName: string;
|
9205
9206
|
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;
|
9359
9360
|
systemName: string;
|
9360
9361
|
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;
|
9462
9463
|
systemName: string;
|
9463
9464
|
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;
|
9599
9600
|
systemName: string;
|
9600
9601
|
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;
|
9695
9696
|
systemName: string;
|
9696
9697
|
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;
|
9872
9873
|
systemName: string;
|
9873
9874
|
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;
|
9968
9969
|
systemName: string;
|
9969
9970
|
displayName: string;
|
9970
|
-
isDefault: boolean;
|
9971
9971
|
isArchived: boolean;
|
9972
9972
|
isRequired: boolean;
|
9973
9973
|
isUnique: boolean;
|
@@ -10403,8 +10403,6 @@ export declare const commentContract: {
|
|
10403
10403
|
telephonySignature: string | null;
|
10404
10404
|
};
|
10405
10405
|
};
|
10406
|
-
comment: string;
|
10407
|
-
mentions: string[];
|
10408
10406
|
ticket: {
|
10409
10407
|
type: string;
|
10410
10408
|
id: string;
|
@@ -10458,9 +10456,9 @@ export declare const commentContract: {
|
|
10458
10456
|
createdAt: Date;
|
10459
10457
|
updatedAt: Date;
|
10460
10458
|
deletedAt: Date | null;
|
10459
|
+
isDefault: boolean;
|
10461
10460
|
systemName: string;
|
10462
10461
|
displayName: string;
|
10463
|
-
isDefault: boolean;
|
10464
10462
|
isArchived: boolean;
|
10465
10463
|
isRequired: boolean;
|
10466
10464
|
isUnique: boolean;
|
@@ -10554,9 +10552,9 @@ export declare const commentContract: {
|
|
10554
10552
|
createdAt: Date;
|
10555
10553
|
updatedAt: Date;
|
10556
10554
|
deletedAt: Date | null;
|
10555
|
+
isDefault: boolean;
|
10557
10556
|
systemName: string;
|
10558
10557
|
displayName: string;
|
10559
|
-
isDefault: boolean;
|
10560
10558
|
isArchived: boolean;
|
10561
10559
|
isRequired: boolean;
|
10562
10560
|
isUnique: boolean;
|
@@ -10679,6 +10677,8 @@ export declare const commentContract: {
|
|
10679
10677
|
} | null | undefined;
|
10680
10678
|
ticketNumber?: number | undefined;
|
10681
10679
|
};
|
10680
|
+
comment: string;
|
10681
|
+
mentions: string[];
|
10682
10682
|
}, {
|
10683
10683
|
id: string;
|
10684
10684
|
createdAt: Date;
|
@@ -10788,8 +10788,6 @@ export declare const commentContract: {
|
|
10788
10788
|
telephonySignature: string | null;
|
10789
10789
|
};
|
10790
10790
|
};
|
10791
|
-
comment: string;
|
10792
|
-
mentions: string[];
|
10793
10791
|
ticket: {
|
10794
10792
|
type: string;
|
10795
10793
|
id: string;
|
@@ -10843,9 +10841,9 @@ export declare const commentContract: {
|
|
10843
10841
|
createdAt: Date;
|
10844
10842
|
updatedAt: Date;
|
10845
10843
|
deletedAt: Date | null;
|
10844
|
+
isDefault: boolean;
|
10846
10845
|
systemName: string;
|
10847
10846
|
displayName: string;
|
10848
|
-
isDefault: boolean;
|
10849
10847
|
isArchived: boolean;
|
10850
10848
|
isRequired: boolean;
|
10851
10849
|
isUnique: boolean;
|
@@ -10939,9 +10937,9 @@ export declare const commentContract: {
|
|
10939
10937
|
createdAt: Date;
|
10940
10938
|
updatedAt: Date;
|
10941
10939
|
deletedAt: Date | null;
|
10940
|
+
isDefault: boolean;
|
10942
10941
|
systemName: string;
|
10943
10942
|
displayName: string;
|
10944
|
-
isDefault: boolean;
|
10945
10943
|
isArchived: boolean;
|
10946
10944
|
isRequired: boolean;
|
10947
10945
|
isUnique: boolean;
|
@@ -11064,6 +11062,8 @@ export declare const commentContract: {
|
|
11064
11062
|
} | null | undefined;
|
11065
11063
|
ticketNumber?: number | undefined;
|
11066
11064
|
};
|
11065
|
+
comment: string;
|
11066
|
+
mentions: string[];
|
11067
11067
|
}>;
|
11068
11068
|
}, "strip", z.ZodTypeAny, {
|
11069
11069
|
requestId: string;
|
@@ -11176,8 +11176,6 @@ export declare const commentContract: {
|
|
11176
11176
|
telephonySignature: string | null;
|
11177
11177
|
};
|
11178
11178
|
};
|
11179
|
-
comment: string;
|
11180
|
-
mentions: string[];
|
11181
11179
|
ticket: {
|
11182
11180
|
type: string;
|
11183
11181
|
id: string;
|
@@ -11231,9 +11229,9 @@ export declare const commentContract: {
|
|
11231
11229
|
createdAt: Date;
|
11232
11230
|
updatedAt: Date;
|
11233
11231
|
deletedAt: Date | null;
|
11232
|
+
isDefault: boolean;
|
11234
11233
|
systemName: string;
|
11235
11234
|
displayName: string;
|
11236
|
-
isDefault: boolean;
|
11237
11235
|
isArchived: boolean;
|
11238
11236
|
isRequired: boolean;
|
11239
11237
|
isUnique: boolean;
|
@@ -11327,9 +11325,9 @@ export declare const commentContract: {
|
|
11327
11325
|
createdAt: Date;
|
11328
11326
|
updatedAt: Date;
|
11329
11327
|
deletedAt: Date | null;
|
11328
|
+
isDefault: boolean;
|
11330
11329
|
systemName: string;
|
11331
11330
|
displayName: string;
|
11332
|
-
isDefault: boolean;
|
11333
11331
|
isArchived: boolean;
|
11334
11332
|
isRequired: boolean;
|
11335
11333
|
isUnique: boolean;
|
@@ -11452,6 +11450,8 @@ export declare const commentContract: {
|
|
11452
11450
|
} | null | undefined;
|
11453
11451
|
ticketNumber?: number | undefined;
|
11454
11452
|
};
|
11453
|
+
comment: string;
|
11454
|
+
mentions: string[];
|
11455
11455
|
};
|
11456
11456
|
}, {
|
11457
11457
|
requestId: string;
|
@@ -11564,8 +11564,6 @@ export declare const commentContract: {
|
|
11564
11564
|
telephonySignature: string | null;
|
11565
11565
|
};
|
11566
11566
|
};
|
11567
|
-
comment: string;
|
11568
|
-
mentions: string[];
|
11569
11567
|
ticket: {
|
11570
11568
|
type: string;
|
11571
11569
|
id: string;
|
@@ -11619,9 +11617,9 @@ export declare const commentContract: {
|
|
11619
11617
|
createdAt: Date;
|
11620
11618
|
updatedAt: Date;
|
11621
11619
|
deletedAt: Date | null;
|
11620
|
+
isDefault: boolean;
|
11622
11621
|
systemName: string;
|
11623
11622
|
displayName: string;
|
11624
|
-
isDefault: boolean;
|
11625
11623
|
isArchived: boolean;
|
11626
11624
|
isRequired: boolean;
|
11627
11625
|
isUnique: boolean;
|
@@ -11715,9 +11713,9 @@ export declare const commentContract: {
|
|
11715
11713
|
createdAt: Date;
|
11716
11714
|
updatedAt: Date;
|
11717
11715
|
deletedAt: Date | null;
|
11716
|
+
isDefault: boolean;
|
11718
11717
|
systemName: string;
|
11719
11718
|
displayName: string;
|
11720
|
-
isDefault: boolean;
|
11721
11719
|
isArchived: boolean;
|
11722
11720
|
isRequired: boolean;
|
11723
11721
|
isUnique: boolean;
|
@@ -11840,6 +11838,8 @@ export declare const commentContract: {
|
|
11840
11838
|
} | null | undefined;
|
11841
11839
|
ticketNumber?: number | undefined;
|
11842
11840
|
};
|
11841
|
+
comment: string;
|
11842
|
+
mentions: string[];
|
11843
11843
|
};
|
11844
11844
|
}>;
|
11845
11845
|
500: z.ZodObject<{
|