@kl1/contracts 1.0.47 → 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 +3441 -3175
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3441 -3175
- package/dist/index.mjs.map +1 -1
- package/dist/src/activity-log/index.d.ts +7 -7
- package/dist/src/activity-log/schema.d.ts +7 -7
- package/dist/src/attribute/index.d.ts +12 -12
- package/dist/src/attribute/schema.d.ts +2 -2
- package/dist/src/auth/index.d.ts +7 -7
- package/dist/src/call-log/schema.d.ts +3 -3
- package/dist/src/channel/index.d.ts +36 -36
- package/dist/src/channel/schema.d.ts +8 -10
- package/dist/src/channel/schema.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +564 -561
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +127 -121
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +183 -180
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +212 -212
- package/dist/src/comment/schema.d.ts +60 -60
- 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 +9174 -2386
- 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 +118 -118
- package/dist/src/cx-log/schema.d.ts +98 -98
- package/dist/src/extension/index.d.ts +33 -27
- package/dist/src/extension/index.d.ts.map +1 -1
- package/dist/src/extension/schema.d.ts +3 -3
- package/dist/src/extension/validation.d.ts +12 -6
- package/dist/src/extension/validation.d.ts.map +1 -1
- 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 +94 -94
- package/dist/src/telephony-agent-presence-status/index.d.ts +23 -23
- package/dist/src/telephony-agent-presence-status/schema.d.ts +7 -7
- package/dist/src/telephony-cdr/index.d.ts +99 -99
- package/dist/src/telephony-cdr/schema.d.ts +32 -32
- package/dist/src/ticket/index.d.ts +214 -214
- package/dist/src/ticket/schema.d.ts +36 -36
- package/dist/src/user/index.d.ts +23 -23
- package/dist/src/user/schema.d.ts +5 -5
- package/dist/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/src/user-presence-status-log/schema.d.ts +7 -7
- 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
@@ -124,7 +124,7 @@ export declare const commentContract: {
|
|
124
124
|
sipServerUrl: z.ZodString;
|
125
125
|
sipUserName: z.ZodString;
|
126
126
|
webphoneLoginUser: z.ZodString;
|
127
|
-
extensionId: z.
|
127
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
128
128
|
extensionName: z.ZodString;
|
129
129
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
130
130
|
}, "strip", z.ZodTypeAny, {
|
@@ -136,7 +136,7 @@ export declare const commentContract: {
|
|
136
136
|
sipServerUrl: string;
|
137
137
|
sipUserName: string;
|
138
138
|
webphoneLoginUser: string;
|
139
|
-
extensionId:
|
139
|
+
extensionId: string | null;
|
140
140
|
extensionName: string;
|
141
141
|
telephonySignature: string | null;
|
142
142
|
}, {
|
@@ -148,7 +148,7 @@ export declare const commentContract: {
|
|
148
148
|
sipServerUrl: string;
|
149
149
|
sipUserName: string;
|
150
150
|
webphoneLoginUser: string;
|
151
|
-
extensionId:
|
151
|
+
extensionId: string | null;
|
152
152
|
extensionName: string;
|
153
153
|
telephonySignature: string | null;
|
154
154
|
}>;
|
@@ -191,7 +191,7 @@ export declare const commentContract: {
|
|
191
191
|
sipServerUrl: string;
|
192
192
|
sipUserName: string;
|
193
193
|
webphoneLoginUser: string;
|
194
|
-
extensionId:
|
194
|
+
extensionId: string | null;
|
195
195
|
extensionName: string;
|
196
196
|
telephonySignature: string | null;
|
197
197
|
};
|
@@ -234,7 +234,7 @@ export declare const commentContract: {
|
|
234
234
|
sipServerUrl: string;
|
235
235
|
sipUserName: string;
|
236
236
|
webphoneLoginUser: string;
|
237
|
-
extensionId:
|
237
|
+
extensionId: string | null;
|
238
238
|
extensionName: string;
|
239
239
|
telephonySignature: string | null;
|
240
240
|
};
|
@@ -308,7 +308,7 @@ export declare const commentContract: {
|
|
308
308
|
sipServerUrl: string;
|
309
309
|
sipUserName: string;
|
310
310
|
webphoneLoginUser: string;
|
311
|
-
extensionId:
|
311
|
+
extensionId: string | null;
|
312
312
|
extensionName: string;
|
313
313
|
telephonySignature: string | null;
|
314
314
|
};
|
@@ -367,7 +367,7 @@ export declare const commentContract: {
|
|
367
367
|
sipServerUrl: string;
|
368
368
|
sipUserName: string;
|
369
369
|
webphoneLoginUser: string;
|
370
|
-
extensionId:
|
370
|
+
extensionId: string | null;
|
371
371
|
extensionName: string;
|
372
372
|
telephonySignature: string | null;
|
373
373
|
};
|
@@ -486,7 +486,7 @@ export declare const commentContract: {
|
|
486
486
|
sipServerUrl: z.ZodString;
|
487
487
|
sipUserName: z.ZodString;
|
488
488
|
webphoneLoginUser: z.ZodString;
|
489
|
-
extensionId: z.
|
489
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
490
490
|
extensionName: z.ZodString;
|
491
491
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
492
492
|
}, "strip", z.ZodTypeAny, {
|
@@ -498,7 +498,7 @@ export declare const commentContract: {
|
|
498
498
|
sipServerUrl: string;
|
499
499
|
sipUserName: string;
|
500
500
|
webphoneLoginUser: string;
|
501
|
-
extensionId:
|
501
|
+
extensionId: string | null;
|
502
502
|
extensionName: string;
|
503
503
|
telephonySignature: string | null;
|
504
504
|
}, {
|
@@ -510,7 +510,7 @@ export declare const commentContract: {
|
|
510
510
|
sipServerUrl: string;
|
511
511
|
sipUserName: string;
|
512
512
|
webphoneLoginUser: string;
|
513
|
-
extensionId:
|
513
|
+
extensionId: string | null;
|
514
514
|
extensionName: string;
|
515
515
|
telephonySignature: string | null;
|
516
516
|
}>;
|
@@ -553,7 +553,7 @@ export declare const commentContract: {
|
|
553
553
|
sipServerUrl: string;
|
554
554
|
sipUserName: string;
|
555
555
|
webphoneLoginUser: string;
|
556
|
-
extensionId:
|
556
|
+
extensionId: string | null;
|
557
557
|
extensionName: string;
|
558
558
|
telephonySignature: string | null;
|
559
559
|
};
|
@@ -596,7 +596,7 @@ export declare const commentContract: {
|
|
596
596
|
sipServerUrl: string;
|
597
597
|
sipUserName: string;
|
598
598
|
webphoneLoginUser: string;
|
599
|
-
extensionId:
|
599
|
+
extensionId: string | null;
|
600
600
|
extensionName: string;
|
601
601
|
telephonySignature: string | null;
|
602
602
|
};
|
@@ -691,7 +691,7 @@ export declare const commentContract: {
|
|
691
691
|
sipServerUrl: z.ZodString;
|
692
692
|
sipUserName: z.ZodString;
|
693
693
|
webphoneLoginUser: z.ZodString;
|
694
|
-
extensionId: z.
|
694
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
695
695
|
extensionName: z.ZodString;
|
696
696
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
697
697
|
}, "strip", z.ZodTypeAny, {
|
@@ -703,7 +703,7 @@ export declare const commentContract: {
|
|
703
703
|
sipServerUrl: string;
|
704
704
|
sipUserName: string;
|
705
705
|
webphoneLoginUser: string;
|
706
|
-
extensionId:
|
706
|
+
extensionId: string | null;
|
707
707
|
extensionName: string;
|
708
708
|
telephonySignature: string | null;
|
709
709
|
}, {
|
@@ -715,7 +715,7 @@ export declare const commentContract: {
|
|
715
715
|
sipServerUrl: string;
|
716
716
|
sipUserName: string;
|
717
717
|
webphoneLoginUser: string;
|
718
|
-
extensionId:
|
718
|
+
extensionId: string | null;
|
719
719
|
extensionName: string;
|
720
720
|
telephonySignature: string | null;
|
721
721
|
}>;
|
@@ -758,7 +758,7 @@ export declare const commentContract: {
|
|
758
758
|
sipServerUrl: string;
|
759
759
|
sipUserName: string;
|
760
760
|
webphoneLoginUser: string;
|
761
|
-
extensionId:
|
761
|
+
extensionId: string | null;
|
762
762
|
extensionName: string;
|
763
763
|
telephonySignature: string | null;
|
764
764
|
};
|
@@ -801,7 +801,7 @@ export declare const commentContract: {
|
|
801
801
|
sipServerUrl: string;
|
802
802
|
sipUserName: string;
|
803
803
|
webphoneLoginUser: string;
|
804
|
-
extensionId:
|
804
|
+
extensionId: string | null;
|
805
805
|
extensionName: string;
|
806
806
|
telephonySignature: string | null;
|
807
807
|
};
|
@@ -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;
|
@@ -2103,7 +2103,7 @@ export declare const commentContract: {
|
|
2103
2103
|
sipServerUrl: string;
|
2104
2104
|
sipUserName: string;
|
2105
2105
|
webphoneLoginUser: string;
|
2106
|
-
extensionId:
|
2106
|
+
extensionId: string | null;
|
2107
2107
|
extensionName: string;
|
2108
2108
|
telephonySignature: string | null;
|
2109
2109
|
};
|
@@ -2147,7 +2147,7 @@ export declare const commentContract: {
|
|
2147
2147
|
sipServerUrl: string;
|
2148
2148
|
sipUserName: string;
|
2149
2149
|
webphoneLoginUser: string;
|
2150
|
-
extensionId:
|
2150
|
+
extensionId: string | null;
|
2151
2151
|
extensionName: string;
|
2152
2152
|
telephonySignature: string | null;
|
2153
2153
|
};
|
@@ -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;
|
@@ -2376,7 +2376,7 @@ export declare const commentContract: {
|
|
2376
2376
|
sipServerUrl: string;
|
2377
2377
|
sipUserName: string;
|
2378
2378
|
webphoneLoginUser: string;
|
2379
|
-
extensionId:
|
2379
|
+
extensionId: string | null;
|
2380
2380
|
extensionName: string;
|
2381
2381
|
telephonySignature: string | null;
|
2382
2382
|
};
|
@@ -2420,7 +2420,7 @@ export declare const commentContract: {
|
|
2420
2420
|
sipServerUrl: string;
|
2421
2421
|
sipUserName: string;
|
2422
2422
|
webphoneLoginUser: string;
|
2423
|
-
extensionId:
|
2423
|
+
extensionId: string | null;
|
2424
2424
|
extensionName: string;
|
2425
2425
|
telephonySignature: string | null;
|
2426
2426
|
};
|
@@ -2516,7 +2516,7 @@ export declare const commentContract: {
|
|
2516
2516
|
sipServerUrl: z.ZodString;
|
2517
2517
|
sipUserName: z.ZodString;
|
2518
2518
|
webphoneLoginUser: z.ZodString;
|
2519
|
-
extensionId: z.
|
2519
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
2520
2520
|
extensionName: z.ZodString;
|
2521
2521
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
2522
2522
|
}, "strip", z.ZodTypeAny, {
|
@@ -2528,7 +2528,7 @@ export declare const commentContract: {
|
|
2528
2528
|
sipServerUrl: string;
|
2529
2529
|
sipUserName: string;
|
2530
2530
|
webphoneLoginUser: string;
|
2531
|
-
extensionId:
|
2531
|
+
extensionId: string | null;
|
2532
2532
|
extensionName: string;
|
2533
2533
|
telephonySignature: string | null;
|
2534
2534
|
}, {
|
@@ -2540,7 +2540,7 @@ export declare const commentContract: {
|
|
2540
2540
|
sipServerUrl: string;
|
2541
2541
|
sipUserName: string;
|
2542
2542
|
webphoneLoginUser: string;
|
2543
|
-
extensionId:
|
2543
|
+
extensionId: string | null;
|
2544
2544
|
extensionName: string;
|
2545
2545
|
telephonySignature: string | null;
|
2546
2546
|
}>;
|
@@ -2583,7 +2583,7 @@ export declare const commentContract: {
|
|
2583
2583
|
sipServerUrl: string;
|
2584
2584
|
sipUserName: string;
|
2585
2585
|
webphoneLoginUser: string;
|
2586
|
-
extensionId:
|
2586
|
+
extensionId: string | null;
|
2587
2587
|
extensionName: string;
|
2588
2588
|
telephonySignature: string | null;
|
2589
2589
|
};
|
@@ -2626,7 +2626,7 @@ export declare const commentContract: {
|
|
2626
2626
|
sipServerUrl: string;
|
2627
2627
|
sipUserName: string;
|
2628
2628
|
webphoneLoginUser: string;
|
2629
|
-
extensionId:
|
2629
|
+
extensionId: string | null;
|
2630
2630
|
extensionName: string;
|
2631
2631
|
telephonySignature: string | null;
|
2632
2632
|
};
|
@@ -2681,7 +2681,7 @@ export declare const commentContract: {
|
|
2681
2681
|
sipServerUrl: string;
|
2682
2682
|
sipUserName: string;
|
2683
2683
|
webphoneLoginUser: string;
|
2684
|
-
extensionId:
|
2684
|
+
extensionId: string | null;
|
2685
2685
|
extensionName: string;
|
2686
2686
|
telephonySignature: string | null;
|
2687
2687
|
};
|
@@ -2735,11 +2735,13 @@ export declare const commentContract: {
|
|
2735
2735
|
sipServerUrl: string;
|
2736
2736
|
sipUserName: string;
|
2737
2737
|
webphoneLoginUser: string;
|
2738
|
-
extensionId:
|
2738
|
+
extensionId: string | null;
|
2739
2739
|
extensionName: string;
|
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;
|
@@ -2963,7 +2965,7 @@ export declare const commentContract: {
|
|
2963
2965
|
sipServerUrl: string;
|
2964
2966
|
sipUserName: string;
|
2965
2967
|
webphoneLoginUser: string;
|
2966
|
-
extensionId:
|
2968
|
+
extensionId: string | null;
|
2967
2969
|
extensionName: string;
|
2968
2970
|
telephonySignature: string | null;
|
2969
2971
|
};
|
@@ -3007,15 +3009,13 @@ export declare const commentContract: {
|
|
3007
3009
|
sipServerUrl: string;
|
3008
3010
|
sipUserName: string;
|
3009
3011
|
webphoneLoginUser: string;
|
3010
|
-
extensionId:
|
3012
|
+
extensionId: string | null;
|
3011
3013
|
extensionName: string;
|
3012
3014
|
telephonySignature: string | null;
|
3013
3015
|
};
|
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;
|
@@ -3066,7 +3066,7 @@ export declare const commentContract: {
|
|
3066
3066
|
sipServerUrl: string;
|
3067
3067
|
sipUserName: string;
|
3068
3068
|
webphoneLoginUser: string;
|
3069
|
-
extensionId:
|
3069
|
+
extensionId: string | null;
|
3070
3070
|
extensionName: string;
|
3071
3071
|
telephonySignature: string | null;
|
3072
3072
|
};
|
@@ -3120,11 +3120,13 @@ export declare const commentContract: {
|
|
3120
3120
|
sipServerUrl: string;
|
3121
3121
|
sipUserName: string;
|
3122
3122
|
webphoneLoginUser: string;
|
3123
|
-
extensionId:
|
3123
|
+
extensionId: string | null;
|
3124
3124
|
extensionName: string;
|
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;
|
@@ -3348,7 +3350,7 @@ export declare const commentContract: {
|
|
3348
3350
|
sipServerUrl: string;
|
3349
3351
|
sipUserName: string;
|
3350
3352
|
webphoneLoginUser: string;
|
3351
|
-
extensionId:
|
3353
|
+
extensionId: string | null;
|
3352
3354
|
extensionName: string;
|
3353
3355
|
telephonySignature: string | null;
|
3354
3356
|
};
|
@@ -3392,15 +3394,13 @@ export declare const commentContract: {
|
|
3392
3394
|
sipServerUrl: string;
|
3393
3395
|
sipUserName: string;
|
3394
3396
|
webphoneLoginUser: string;
|
3395
|
-
extensionId:
|
3397
|
+
extensionId: string | null;
|
3396
3398
|
extensionName: string;
|
3397
3399
|
telephonySignature: string | null;
|
3398
3400
|
};
|
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;
|
@@ -3454,7 +3454,7 @@ export declare const commentContract: {
|
|
3454
3454
|
sipServerUrl: string;
|
3455
3455
|
sipUserName: string;
|
3456
3456
|
webphoneLoginUser: string;
|
3457
|
-
extensionId:
|
3457
|
+
extensionId: string | null;
|
3458
3458
|
extensionName: string;
|
3459
3459
|
telephonySignature: string | null;
|
3460
3460
|
};
|
@@ -3508,11 +3508,13 @@ export declare const commentContract: {
|
|
3508
3508
|
sipServerUrl: string;
|
3509
3509
|
sipUserName: string;
|
3510
3510
|
webphoneLoginUser: string;
|
3511
|
-
extensionId:
|
3511
|
+
extensionId: string | null;
|
3512
3512
|
extensionName: string;
|
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;
|
@@ -3736,7 +3738,7 @@ export declare const commentContract: {
|
|
3736
3738
|
sipServerUrl: string;
|
3737
3739
|
sipUserName: string;
|
3738
3740
|
webphoneLoginUser: string;
|
3739
|
-
extensionId:
|
3741
|
+
extensionId: string | null;
|
3740
3742
|
extensionName: string;
|
3741
3743
|
telephonySignature: string | null;
|
3742
3744
|
};
|
@@ -3780,15 +3782,13 @@ export declare const commentContract: {
|
|
3780
3782
|
sipServerUrl: string;
|
3781
3783
|
sipUserName: string;
|
3782
3784
|
webphoneLoginUser: string;
|
3783
|
-
extensionId:
|
3785
|
+
extensionId: string | null;
|
3784
3786
|
extensionName: string;
|
3785
3787
|
telephonySignature: string | null;
|
3786
3788
|
};
|
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;
|
@@ -3842,7 +3842,7 @@ export declare const commentContract: {
|
|
3842
3842
|
sipServerUrl: string;
|
3843
3843
|
sipUserName: string;
|
3844
3844
|
webphoneLoginUser: string;
|
3845
|
-
extensionId:
|
3845
|
+
extensionId: string | null;
|
3846
3846
|
extensionName: string;
|
3847
3847
|
telephonySignature: string | null;
|
3848
3848
|
};
|
@@ -3896,11 +3896,13 @@ export declare const commentContract: {
|
|
3896
3896
|
sipServerUrl: string;
|
3897
3897
|
sipUserName: string;
|
3898
3898
|
webphoneLoginUser: string;
|
3899
|
-
extensionId:
|
3899
|
+
extensionId: string | null;
|
3900
3900
|
extensionName: string;
|
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;
|
@@ -4124,7 +4126,7 @@ export declare const commentContract: {
|
|
4124
4126
|
sipServerUrl: string;
|
4125
4127
|
sipUserName: string;
|
4126
4128
|
webphoneLoginUser: string;
|
4127
|
-
extensionId:
|
4129
|
+
extensionId: string | null;
|
4128
4130
|
extensionName: string;
|
4129
4131
|
telephonySignature: string | null;
|
4130
4132
|
};
|
@@ -4168,15 +4170,13 @@ export declare const commentContract: {
|
|
4168
4170
|
sipServerUrl: string;
|
4169
4171
|
sipUserName: string;
|
4170
4172
|
webphoneLoginUser: string;
|
4171
|
-
extensionId:
|
4173
|
+
extensionId: string | null;
|
4172
4174
|
extensionName: string;
|
4173
4175
|
telephonySignature: string | null;
|
4174
4176
|
};
|
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<{
|
@@ -4338,7 +4338,7 @@ export declare const commentContract: {
|
|
4338
4338
|
sipServerUrl: z.ZodString;
|
4339
4339
|
sipUserName: z.ZodString;
|
4340
4340
|
webphoneLoginUser: z.ZodString;
|
4341
|
-
extensionId: z.
|
4341
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
4342
4342
|
extensionName: z.ZodString;
|
4343
4343
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
4344
4344
|
}, "strip", z.ZodTypeAny, {
|
@@ -4350,7 +4350,7 @@ export declare const commentContract: {
|
|
4350
4350
|
sipServerUrl: string;
|
4351
4351
|
sipUserName: string;
|
4352
4352
|
webphoneLoginUser: string;
|
4353
|
-
extensionId:
|
4353
|
+
extensionId: string | null;
|
4354
4354
|
extensionName: string;
|
4355
4355
|
telephonySignature: string | null;
|
4356
4356
|
}, {
|
@@ -4362,7 +4362,7 @@ export declare const commentContract: {
|
|
4362
4362
|
sipServerUrl: string;
|
4363
4363
|
sipUserName: string;
|
4364
4364
|
webphoneLoginUser: string;
|
4365
|
-
extensionId:
|
4365
|
+
extensionId: string | null;
|
4366
4366
|
extensionName: string;
|
4367
4367
|
telephonySignature: string | null;
|
4368
4368
|
}>;
|
@@ -4405,7 +4405,7 @@ export declare const commentContract: {
|
|
4405
4405
|
sipServerUrl: string;
|
4406
4406
|
sipUserName: string;
|
4407
4407
|
webphoneLoginUser: string;
|
4408
|
-
extensionId:
|
4408
|
+
extensionId: string | null;
|
4409
4409
|
extensionName: string;
|
4410
4410
|
telephonySignature: string | null;
|
4411
4411
|
};
|
@@ -4448,7 +4448,7 @@ export declare const commentContract: {
|
|
4448
4448
|
sipServerUrl: string;
|
4449
4449
|
sipUserName: string;
|
4450
4450
|
webphoneLoginUser: string;
|
4451
|
-
extensionId:
|
4451
|
+
extensionId: string | null;
|
4452
4452
|
extensionName: string;
|
4453
4453
|
telephonySignature: string | null;
|
4454
4454
|
};
|
@@ -4522,7 +4522,7 @@ export declare const commentContract: {
|
|
4522
4522
|
sipServerUrl: string;
|
4523
4523
|
sipUserName: string;
|
4524
4524
|
webphoneLoginUser: string;
|
4525
|
-
extensionId:
|
4525
|
+
extensionId: string | null;
|
4526
4526
|
extensionName: string;
|
4527
4527
|
telephonySignature: string | null;
|
4528
4528
|
};
|
@@ -4581,7 +4581,7 @@ export declare const commentContract: {
|
|
4581
4581
|
sipServerUrl: string;
|
4582
4582
|
sipUserName: string;
|
4583
4583
|
webphoneLoginUser: string;
|
4584
|
-
extensionId:
|
4584
|
+
extensionId: string | null;
|
4585
4585
|
extensionName: string;
|
4586
4586
|
telephonySignature: string | null;
|
4587
4587
|
};
|
@@ -4700,7 +4700,7 @@ export declare const commentContract: {
|
|
4700
4700
|
sipServerUrl: z.ZodString;
|
4701
4701
|
sipUserName: z.ZodString;
|
4702
4702
|
webphoneLoginUser: z.ZodString;
|
4703
|
-
extensionId: z.
|
4703
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
4704
4704
|
extensionName: z.ZodString;
|
4705
4705
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
4706
4706
|
}, "strip", z.ZodTypeAny, {
|
@@ -4712,7 +4712,7 @@ export declare const commentContract: {
|
|
4712
4712
|
sipServerUrl: string;
|
4713
4713
|
sipUserName: string;
|
4714
4714
|
webphoneLoginUser: string;
|
4715
|
-
extensionId:
|
4715
|
+
extensionId: string | null;
|
4716
4716
|
extensionName: string;
|
4717
4717
|
telephonySignature: string | null;
|
4718
4718
|
}, {
|
@@ -4724,7 +4724,7 @@ export declare const commentContract: {
|
|
4724
4724
|
sipServerUrl: string;
|
4725
4725
|
sipUserName: string;
|
4726
4726
|
webphoneLoginUser: string;
|
4727
|
-
extensionId:
|
4727
|
+
extensionId: string | null;
|
4728
4728
|
extensionName: string;
|
4729
4729
|
telephonySignature: string | null;
|
4730
4730
|
}>;
|
@@ -4767,7 +4767,7 @@ export declare const commentContract: {
|
|
4767
4767
|
sipServerUrl: string;
|
4768
4768
|
sipUserName: string;
|
4769
4769
|
webphoneLoginUser: string;
|
4770
|
-
extensionId:
|
4770
|
+
extensionId: string | null;
|
4771
4771
|
extensionName: string;
|
4772
4772
|
telephonySignature: string | null;
|
4773
4773
|
};
|
@@ -4810,7 +4810,7 @@ export declare const commentContract: {
|
|
4810
4810
|
sipServerUrl: string;
|
4811
4811
|
sipUserName: string;
|
4812
4812
|
webphoneLoginUser: string;
|
4813
|
-
extensionId:
|
4813
|
+
extensionId: string | null;
|
4814
4814
|
extensionName: string;
|
4815
4815
|
telephonySignature: string | null;
|
4816
4816
|
};
|
@@ -4905,7 +4905,7 @@ export declare const commentContract: {
|
|
4905
4905
|
sipServerUrl: z.ZodString;
|
4906
4906
|
sipUserName: z.ZodString;
|
4907
4907
|
webphoneLoginUser: z.ZodString;
|
4908
|
-
extensionId: z.
|
4908
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
4909
4909
|
extensionName: z.ZodString;
|
4910
4910
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
4911
4911
|
}, "strip", z.ZodTypeAny, {
|
@@ -4917,7 +4917,7 @@ export declare const commentContract: {
|
|
4917
4917
|
sipServerUrl: string;
|
4918
4918
|
sipUserName: string;
|
4919
4919
|
webphoneLoginUser: string;
|
4920
|
-
extensionId:
|
4920
|
+
extensionId: string | null;
|
4921
4921
|
extensionName: string;
|
4922
4922
|
telephonySignature: string | null;
|
4923
4923
|
}, {
|
@@ -4929,7 +4929,7 @@ export declare const commentContract: {
|
|
4929
4929
|
sipServerUrl: string;
|
4930
4930
|
sipUserName: string;
|
4931
4931
|
webphoneLoginUser: string;
|
4932
|
-
extensionId:
|
4932
|
+
extensionId: string | null;
|
4933
4933
|
extensionName: string;
|
4934
4934
|
telephonySignature: string | null;
|
4935
4935
|
}>;
|
@@ -4972,7 +4972,7 @@ export declare const commentContract: {
|
|
4972
4972
|
sipServerUrl: string;
|
4973
4973
|
sipUserName: string;
|
4974
4974
|
webphoneLoginUser: string;
|
4975
|
-
extensionId:
|
4975
|
+
extensionId: string | null;
|
4976
4976
|
extensionName: string;
|
4977
4977
|
telephonySignature: string | null;
|
4978
4978
|
};
|
@@ -5015,7 +5015,7 @@ export declare const commentContract: {
|
|
5015
5015
|
sipServerUrl: string;
|
5016
5016
|
sipUserName: string;
|
5017
5017
|
webphoneLoginUser: string;
|
5018
|
-
extensionId:
|
5018
|
+
extensionId: string | null;
|
5019
5019
|
extensionName: string;
|
5020
5020
|
telephonySignature: string | null;
|
5021
5021
|
};
|
@@ -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;
|
@@ -6317,7 +6317,7 @@ export declare const commentContract: {
|
|
6317
6317
|
sipServerUrl: string;
|
6318
6318
|
sipUserName: string;
|
6319
6319
|
webphoneLoginUser: string;
|
6320
|
-
extensionId:
|
6320
|
+
extensionId: string | null;
|
6321
6321
|
extensionName: string;
|
6322
6322
|
telephonySignature: string | null;
|
6323
6323
|
};
|
@@ -6361,7 +6361,7 @@ export declare const commentContract: {
|
|
6361
6361
|
sipServerUrl: string;
|
6362
6362
|
sipUserName: string;
|
6363
6363
|
webphoneLoginUser: string;
|
6364
|
-
extensionId:
|
6364
|
+
extensionId: string | null;
|
6365
6365
|
extensionName: string;
|
6366
6366
|
telephonySignature: string | null;
|
6367
6367
|
};
|
@@ -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;
|
@@ -6590,7 +6590,7 @@ export declare const commentContract: {
|
|
6590
6590
|
sipServerUrl: string;
|
6591
6591
|
sipUserName: string;
|
6592
6592
|
webphoneLoginUser: string;
|
6593
|
-
extensionId:
|
6593
|
+
extensionId: string | null;
|
6594
6594
|
extensionName: string;
|
6595
6595
|
telephonySignature: string | null;
|
6596
6596
|
};
|
@@ -6634,7 +6634,7 @@ export declare const commentContract: {
|
|
6634
6634
|
sipServerUrl: string;
|
6635
6635
|
sipUserName: string;
|
6636
6636
|
webphoneLoginUser: string;
|
6637
|
-
extensionId:
|
6637
|
+
extensionId: string | null;
|
6638
6638
|
extensionName: string;
|
6639
6639
|
telephonySignature: string | null;
|
6640
6640
|
};
|
@@ -6730,7 +6730,7 @@ export declare const commentContract: {
|
|
6730
6730
|
sipServerUrl: z.ZodString;
|
6731
6731
|
sipUserName: z.ZodString;
|
6732
6732
|
webphoneLoginUser: z.ZodString;
|
6733
|
-
extensionId: z.
|
6733
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
6734
6734
|
extensionName: z.ZodString;
|
6735
6735
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
6736
6736
|
}, "strip", z.ZodTypeAny, {
|
@@ -6742,7 +6742,7 @@ export declare const commentContract: {
|
|
6742
6742
|
sipServerUrl: string;
|
6743
6743
|
sipUserName: string;
|
6744
6744
|
webphoneLoginUser: string;
|
6745
|
-
extensionId:
|
6745
|
+
extensionId: string | null;
|
6746
6746
|
extensionName: string;
|
6747
6747
|
telephonySignature: string | null;
|
6748
6748
|
}, {
|
@@ -6754,7 +6754,7 @@ export declare const commentContract: {
|
|
6754
6754
|
sipServerUrl: string;
|
6755
6755
|
sipUserName: string;
|
6756
6756
|
webphoneLoginUser: string;
|
6757
|
-
extensionId:
|
6757
|
+
extensionId: string | null;
|
6758
6758
|
extensionName: string;
|
6759
6759
|
telephonySignature: string | null;
|
6760
6760
|
}>;
|
@@ -6797,7 +6797,7 @@ export declare const commentContract: {
|
|
6797
6797
|
sipServerUrl: string;
|
6798
6798
|
sipUserName: string;
|
6799
6799
|
webphoneLoginUser: string;
|
6800
|
-
extensionId:
|
6800
|
+
extensionId: string | null;
|
6801
6801
|
extensionName: string;
|
6802
6802
|
telephonySignature: string | null;
|
6803
6803
|
};
|
@@ -6840,7 +6840,7 @@ export declare const commentContract: {
|
|
6840
6840
|
sipServerUrl: string;
|
6841
6841
|
sipUserName: string;
|
6842
6842
|
webphoneLoginUser: string;
|
6843
|
-
extensionId:
|
6843
|
+
extensionId: string | null;
|
6844
6844
|
extensionName: string;
|
6845
6845
|
telephonySignature: string | null;
|
6846
6846
|
};
|
@@ -6895,7 +6895,7 @@ export declare const commentContract: {
|
|
6895
6895
|
sipServerUrl: string;
|
6896
6896
|
sipUserName: string;
|
6897
6897
|
webphoneLoginUser: string;
|
6898
|
-
extensionId:
|
6898
|
+
extensionId: string | null;
|
6899
6899
|
extensionName: string;
|
6900
6900
|
telephonySignature: string | null;
|
6901
6901
|
};
|
@@ -6949,11 +6949,13 @@ export declare const commentContract: {
|
|
6949
6949
|
sipServerUrl: string;
|
6950
6950
|
sipUserName: string;
|
6951
6951
|
webphoneLoginUser: string;
|
6952
|
-
extensionId:
|
6952
|
+
extensionId: string | null;
|
6953
6953
|
extensionName: string;
|
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;
|
@@ -7177,7 +7179,7 @@ export declare const commentContract: {
|
|
7177
7179
|
sipServerUrl: string;
|
7178
7180
|
sipUserName: string;
|
7179
7181
|
webphoneLoginUser: string;
|
7180
|
-
extensionId:
|
7182
|
+
extensionId: string | null;
|
7181
7183
|
extensionName: string;
|
7182
7184
|
telephonySignature: string | null;
|
7183
7185
|
};
|
@@ -7221,15 +7223,13 @@ export declare const commentContract: {
|
|
7221
7223
|
sipServerUrl: string;
|
7222
7224
|
sipUserName: string;
|
7223
7225
|
webphoneLoginUser: string;
|
7224
|
-
extensionId:
|
7226
|
+
extensionId: string | null;
|
7225
7227
|
extensionName: string;
|
7226
7228
|
telephonySignature: string | null;
|
7227
7229
|
};
|
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;
|
@@ -7280,7 +7280,7 @@ export declare const commentContract: {
|
|
7280
7280
|
sipServerUrl: string;
|
7281
7281
|
sipUserName: string;
|
7282
7282
|
webphoneLoginUser: string;
|
7283
|
-
extensionId:
|
7283
|
+
extensionId: string | null;
|
7284
7284
|
extensionName: string;
|
7285
7285
|
telephonySignature: string | null;
|
7286
7286
|
};
|
@@ -7334,11 +7334,13 @@ export declare const commentContract: {
|
|
7334
7334
|
sipServerUrl: string;
|
7335
7335
|
sipUserName: string;
|
7336
7336
|
webphoneLoginUser: string;
|
7337
|
-
extensionId:
|
7337
|
+
extensionId: string | null;
|
7338
7338
|
extensionName: string;
|
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;
|
@@ -7562,7 +7564,7 @@ export declare const commentContract: {
|
|
7562
7564
|
sipServerUrl: string;
|
7563
7565
|
sipUserName: string;
|
7564
7566
|
webphoneLoginUser: string;
|
7565
|
-
extensionId:
|
7567
|
+
extensionId: string | null;
|
7566
7568
|
extensionName: string;
|
7567
7569
|
telephonySignature: string | null;
|
7568
7570
|
};
|
@@ -7606,15 +7608,13 @@ export declare const commentContract: {
|
|
7606
7608
|
sipServerUrl: string;
|
7607
7609
|
sipUserName: string;
|
7608
7610
|
webphoneLoginUser: string;
|
7609
|
-
extensionId:
|
7611
|
+
extensionId: string | null;
|
7610
7612
|
extensionName: string;
|
7611
7613
|
telephonySignature: string | null;
|
7612
7614
|
};
|
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;
|
@@ -7787,7 +7787,7 @@ export declare const commentContract: {
|
|
7787
7787
|
sipServerUrl: z.ZodString;
|
7788
7788
|
sipUserName: z.ZodString;
|
7789
7789
|
webphoneLoginUser: z.ZodString;
|
7790
|
-
extensionId: z.
|
7790
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
7791
7791
|
extensionName: z.ZodString;
|
7792
7792
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
7793
7793
|
}, "strip", z.ZodTypeAny, {
|
@@ -7799,7 +7799,7 @@ export declare const commentContract: {
|
|
7799
7799
|
sipServerUrl: string;
|
7800
7800
|
sipUserName: string;
|
7801
7801
|
webphoneLoginUser: string;
|
7802
|
-
extensionId:
|
7802
|
+
extensionId: string | null;
|
7803
7803
|
extensionName: string;
|
7804
7804
|
telephonySignature: string | null;
|
7805
7805
|
}, {
|
@@ -7811,7 +7811,7 @@ export declare const commentContract: {
|
|
7811
7811
|
sipServerUrl: string;
|
7812
7812
|
sipUserName: string;
|
7813
7813
|
webphoneLoginUser: string;
|
7814
|
-
extensionId:
|
7814
|
+
extensionId: string | null;
|
7815
7815
|
extensionName: string;
|
7816
7816
|
telephonySignature: string | null;
|
7817
7817
|
}>;
|
@@ -7854,7 +7854,7 @@ export declare const commentContract: {
|
|
7854
7854
|
sipServerUrl: string;
|
7855
7855
|
sipUserName: string;
|
7856
7856
|
webphoneLoginUser: string;
|
7857
|
-
extensionId:
|
7857
|
+
extensionId: string | null;
|
7858
7858
|
extensionName: string;
|
7859
7859
|
telephonySignature: string | null;
|
7860
7860
|
};
|
@@ -7897,7 +7897,7 @@ export declare const commentContract: {
|
|
7897
7897
|
sipServerUrl: string;
|
7898
7898
|
sipUserName: string;
|
7899
7899
|
webphoneLoginUser: string;
|
7900
|
-
extensionId:
|
7900
|
+
extensionId: string | null;
|
7901
7901
|
extensionName: string;
|
7902
7902
|
telephonySignature: string | null;
|
7903
7903
|
};
|
@@ -7971,7 +7971,7 @@ export declare const commentContract: {
|
|
7971
7971
|
sipServerUrl: string;
|
7972
7972
|
sipUserName: string;
|
7973
7973
|
webphoneLoginUser: string;
|
7974
|
-
extensionId:
|
7974
|
+
extensionId: string | null;
|
7975
7975
|
extensionName: string;
|
7976
7976
|
telephonySignature: string | null;
|
7977
7977
|
};
|
@@ -8030,7 +8030,7 @@ export declare const commentContract: {
|
|
8030
8030
|
sipServerUrl: string;
|
8031
8031
|
sipUserName: string;
|
8032
8032
|
webphoneLoginUser: string;
|
8033
|
-
extensionId:
|
8033
|
+
extensionId: string | null;
|
8034
8034
|
extensionName: string;
|
8035
8035
|
telephonySignature: string | null;
|
8036
8036
|
};
|
@@ -8149,7 +8149,7 @@ export declare const commentContract: {
|
|
8149
8149
|
sipServerUrl: z.ZodString;
|
8150
8150
|
sipUserName: z.ZodString;
|
8151
8151
|
webphoneLoginUser: z.ZodString;
|
8152
|
-
extensionId: z.
|
8152
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
8153
8153
|
extensionName: z.ZodString;
|
8154
8154
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
8155
8155
|
}, "strip", z.ZodTypeAny, {
|
@@ -8161,7 +8161,7 @@ export declare const commentContract: {
|
|
8161
8161
|
sipServerUrl: string;
|
8162
8162
|
sipUserName: string;
|
8163
8163
|
webphoneLoginUser: string;
|
8164
|
-
extensionId:
|
8164
|
+
extensionId: string | null;
|
8165
8165
|
extensionName: string;
|
8166
8166
|
telephonySignature: string | null;
|
8167
8167
|
}, {
|
@@ -8173,7 +8173,7 @@ export declare const commentContract: {
|
|
8173
8173
|
sipServerUrl: string;
|
8174
8174
|
sipUserName: string;
|
8175
8175
|
webphoneLoginUser: string;
|
8176
|
-
extensionId:
|
8176
|
+
extensionId: string | null;
|
8177
8177
|
extensionName: string;
|
8178
8178
|
telephonySignature: string | null;
|
8179
8179
|
}>;
|
@@ -8216,7 +8216,7 @@ export declare const commentContract: {
|
|
8216
8216
|
sipServerUrl: string;
|
8217
8217
|
sipUserName: string;
|
8218
8218
|
webphoneLoginUser: string;
|
8219
|
-
extensionId:
|
8219
|
+
extensionId: string | null;
|
8220
8220
|
extensionName: string;
|
8221
8221
|
telephonySignature: string | null;
|
8222
8222
|
};
|
@@ -8259,7 +8259,7 @@ export declare const commentContract: {
|
|
8259
8259
|
sipServerUrl: string;
|
8260
8260
|
sipUserName: string;
|
8261
8261
|
webphoneLoginUser: string;
|
8262
|
-
extensionId:
|
8262
|
+
extensionId: string | null;
|
8263
8263
|
extensionName: string;
|
8264
8264
|
telephonySignature: string | null;
|
8265
8265
|
};
|
@@ -8354,7 +8354,7 @@ export declare const commentContract: {
|
|
8354
8354
|
sipServerUrl: z.ZodString;
|
8355
8355
|
sipUserName: z.ZodString;
|
8356
8356
|
webphoneLoginUser: z.ZodString;
|
8357
|
-
extensionId: z.
|
8357
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
8358
8358
|
extensionName: z.ZodString;
|
8359
8359
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
8360
8360
|
}, "strip", z.ZodTypeAny, {
|
@@ -8366,7 +8366,7 @@ export declare const commentContract: {
|
|
8366
8366
|
sipServerUrl: string;
|
8367
8367
|
sipUserName: string;
|
8368
8368
|
webphoneLoginUser: string;
|
8369
|
-
extensionId:
|
8369
|
+
extensionId: string | null;
|
8370
8370
|
extensionName: string;
|
8371
8371
|
telephonySignature: string | null;
|
8372
8372
|
}, {
|
@@ -8378,7 +8378,7 @@ export declare const commentContract: {
|
|
8378
8378
|
sipServerUrl: string;
|
8379
8379
|
sipUserName: string;
|
8380
8380
|
webphoneLoginUser: string;
|
8381
|
-
extensionId:
|
8381
|
+
extensionId: string | null;
|
8382
8382
|
extensionName: string;
|
8383
8383
|
telephonySignature: string | null;
|
8384
8384
|
}>;
|
@@ -8421,7 +8421,7 @@ export declare const commentContract: {
|
|
8421
8421
|
sipServerUrl: string;
|
8422
8422
|
sipUserName: string;
|
8423
8423
|
webphoneLoginUser: string;
|
8424
|
-
extensionId:
|
8424
|
+
extensionId: string | null;
|
8425
8425
|
extensionName: string;
|
8426
8426
|
telephonySignature: string | null;
|
8427
8427
|
};
|
@@ -8464,7 +8464,7 @@ export declare const commentContract: {
|
|
8464
8464
|
sipServerUrl: string;
|
8465
8465
|
sipUserName: string;
|
8466
8466
|
webphoneLoginUser: string;
|
8467
|
-
extensionId:
|
8467
|
+
extensionId: string | null;
|
8468
8468
|
extensionName: string;
|
8469
8469
|
telephonySignature: string | null;
|
8470
8470
|
};
|
@@ -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;
|
@@ -9766,7 +9766,7 @@ export declare const commentContract: {
|
|
9766
9766
|
sipServerUrl: string;
|
9767
9767
|
sipUserName: string;
|
9768
9768
|
webphoneLoginUser: string;
|
9769
|
-
extensionId:
|
9769
|
+
extensionId: string | null;
|
9770
9770
|
extensionName: string;
|
9771
9771
|
telephonySignature: string | null;
|
9772
9772
|
};
|
@@ -9810,7 +9810,7 @@ export declare const commentContract: {
|
|
9810
9810
|
sipServerUrl: string;
|
9811
9811
|
sipUserName: string;
|
9812
9812
|
webphoneLoginUser: string;
|
9813
|
-
extensionId:
|
9813
|
+
extensionId: string | null;
|
9814
9814
|
extensionName: string;
|
9815
9815
|
telephonySignature: string | null;
|
9816
9816
|
};
|
@@ -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;
|
@@ -10039,7 +10039,7 @@ export declare const commentContract: {
|
|
10039
10039
|
sipServerUrl: string;
|
10040
10040
|
sipUserName: string;
|
10041
10041
|
webphoneLoginUser: string;
|
10042
|
-
extensionId:
|
10042
|
+
extensionId: string | null;
|
10043
10043
|
extensionName: string;
|
10044
10044
|
telephonySignature: string | null;
|
10045
10045
|
};
|
@@ -10083,7 +10083,7 @@ export declare const commentContract: {
|
|
10083
10083
|
sipServerUrl: string;
|
10084
10084
|
sipUserName: string;
|
10085
10085
|
webphoneLoginUser: string;
|
10086
|
-
extensionId:
|
10086
|
+
extensionId: string | null;
|
10087
10087
|
extensionName: string;
|
10088
10088
|
telephonySignature: string | null;
|
10089
10089
|
};
|
@@ -10179,7 +10179,7 @@ export declare const commentContract: {
|
|
10179
10179
|
sipServerUrl: z.ZodString;
|
10180
10180
|
sipUserName: z.ZodString;
|
10181
10181
|
webphoneLoginUser: z.ZodString;
|
10182
|
-
extensionId: z.
|
10182
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
10183
10183
|
extensionName: z.ZodString;
|
10184
10184
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
10185
10185
|
}, "strip", z.ZodTypeAny, {
|
@@ -10191,7 +10191,7 @@ export declare const commentContract: {
|
|
10191
10191
|
sipServerUrl: string;
|
10192
10192
|
sipUserName: string;
|
10193
10193
|
webphoneLoginUser: string;
|
10194
|
-
extensionId:
|
10194
|
+
extensionId: string | null;
|
10195
10195
|
extensionName: string;
|
10196
10196
|
telephonySignature: string | null;
|
10197
10197
|
}, {
|
@@ -10203,7 +10203,7 @@ export declare const commentContract: {
|
|
10203
10203
|
sipServerUrl: string;
|
10204
10204
|
sipUserName: string;
|
10205
10205
|
webphoneLoginUser: string;
|
10206
|
-
extensionId:
|
10206
|
+
extensionId: string | null;
|
10207
10207
|
extensionName: string;
|
10208
10208
|
telephonySignature: string | null;
|
10209
10209
|
}>;
|
@@ -10246,7 +10246,7 @@ export declare const commentContract: {
|
|
10246
10246
|
sipServerUrl: string;
|
10247
10247
|
sipUserName: string;
|
10248
10248
|
webphoneLoginUser: string;
|
10249
|
-
extensionId:
|
10249
|
+
extensionId: string | null;
|
10250
10250
|
extensionName: string;
|
10251
10251
|
telephonySignature: string | null;
|
10252
10252
|
};
|
@@ -10289,7 +10289,7 @@ export declare const commentContract: {
|
|
10289
10289
|
sipServerUrl: string;
|
10290
10290
|
sipUserName: string;
|
10291
10291
|
webphoneLoginUser: string;
|
10292
|
-
extensionId:
|
10292
|
+
extensionId: string | null;
|
10293
10293
|
extensionName: string;
|
10294
10294
|
telephonySignature: string | null;
|
10295
10295
|
};
|
@@ -10344,7 +10344,7 @@ export declare const commentContract: {
|
|
10344
10344
|
sipServerUrl: string;
|
10345
10345
|
sipUserName: string;
|
10346
10346
|
webphoneLoginUser: string;
|
10347
|
-
extensionId:
|
10347
|
+
extensionId: string | null;
|
10348
10348
|
extensionName: string;
|
10349
10349
|
telephonySignature: string | null;
|
10350
10350
|
};
|
@@ -10398,11 +10398,13 @@ export declare const commentContract: {
|
|
10398
10398
|
sipServerUrl: string;
|
10399
10399
|
sipUserName: string;
|
10400
10400
|
webphoneLoginUser: string;
|
10401
|
-
extensionId:
|
10401
|
+
extensionId: string | null;
|
10402
10402
|
extensionName: string;
|
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;
|
@@ -10626,7 +10628,7 @@ export declare const commentContract: {
|
|
10626
10628
|
sipServerUrl: string;
|
10627
10629
|
sipUserName: string;
|
10628
10630
|
webphoneLoginUser: string;
|
10629
|
-
extensionId:
|
10631
|
+
extensionId: string | null;
|
10630
10632
|
extensionName: string;
|
10631
10633
|
telephonySignature: string | null;
|
10632
10634
|
};
|
@@ -10670,15 +10672,13 @@ export declare const commentContract: {
|
|
10670
10672
|
sipServerUrl: string;
|
10671
10673
|
sipUserName: string;
|
10672
10674
|
webphoneLoginUser: string;
|
10673
|
-
extensionId:
|
10675
|
+
extensionId: string | null;
|
10674
10676
|
extensionName: string;
|
10675
10677
|
telephonySignature: string | null;
|
10676
10678
|
};
|
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;
|
@@ -10729,7 +10729,7 @@ export declare const commentContract: {
|
|
10729
10729
|
sipServerUrl: string;
|
10730
10730
|
sipUserName: string;
|
10731
10731
|
webphoneLoginUser: string;
|
10732
|
-
extensionId:
|
10732
|
+
extensionId: string | null;
|
10733
10733
|
extensionName: string;
|
10734
10734
|
telephonySignature: string | null;
|
10735
10735
|
};
|
@@ -10783,11 +10783,13 @@ export declare const commentContract: {
|
|
10783
10783
|
sipServerUrl: string;
|
10784
10784
|
sipUserName: string;
|
10785
10785
|
webphoneLoginUser: string;
|
10786
|
-
extensionId:
|
10786
|
+
extensionId: string | null;
|
10787
10787
|
extensionName: string;
|
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;
|
@@ -11011,7 +11013,7 @@ export declare const commentContract: {
|
|
11011
11013
|
sipServerUrl: string;
|
11012
11014
|
sipUserName: string;
|
11013
11015
|
webphoneLoginUser: string;
|
11014
|
-
extensionId:
|
11016
|
+
extensionId: string | null;
|
11015
11017
|
extensionName: string;
|
11016
11018
|
telephonySignature: string | null;
|
11017
11019
|
};
|
@@ -11055,15 +11057,13 @@ export declare const commentContract: {
|
|
11055
11057
|
sipServerUrl: string;
|
11056
11058
|
sipUserName: string;
|
11057
11059
|
webphoneLoginUser: string;
|
11058
|
-
extensionId:
|
11060
|
+
extensionId: string | null;
|
11059
11061
|
extensionName: string;
|
11060
11062
|
telephonySignature: string | null;
|
11061
11063
|
};
|
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;
|
@@ -11117,7 +11117,7 @@ export declare const commentContract: {
|
|
11117
11117
|
sipServerUrl: string;
|
11118
11118
|
sipUserName: string;
|
11119
11119
|
webphoneLoginUser: string;
|
11120
|
-
extensionId:
|
11120
|
+
extensionId: string | null;
|
11121
11121
|
extensionName: string;
|
11122
11122
|
telephonySignature: string | null;
|
11123
11123
|
};
|
@@ -11171,11 +11171,13 @@ export declare const commentContract: {
|
|
11171
11171
|
sipServerUrl: string;
|
11172
11172
|
sipUserName: string;
|
11173
11173
|
webphoneLoginUser: string;
|
11174
|
-
extensionId:
|
11174
|
+
extensionId: string | null;
|
11175
11175
|
extensionName: string;
|
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;
|
@@ -11399,7 +11401,7 @@ export declare const commentContract: {
|
|
11399
11401
|
sipServerUrl: string;
|
11400
11402
|
sipUserName: string;
|
11401
11403
|
webphoneLoginUser: string;
|
11402
|
-
extensionId:
|
11404
|
+
extensionId: string | null;
|
11403
11405
|
extensionName: string;
|
11404
11406
|
telephonySignature: string | null;
|
11405
11407
|
};
|
@@ -11443,15 +11445,13 @@ export declare const commentContract: {
|
|
11443
11445
|
sipServerUrl: string;
|
11444
11446
|
sipUserName: string;
|
11445
11447
|
webphoneLoginUser: string;
|
11446
|
-
extensionId:
|
11448
|
+
extensionId: string | null;
|
11447
11449
|
extensionName: string;
|
11448
11450
|
telephonySignature: string | null;
|
11449
11451
|
};
|
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;
|
@@ -11505,7 +11505,7 @@ export declare const commentContract: {
|
|
11505
11505
|
sipServerUrl: string;
|
11506
11506
|
sipUserName: string;
|
11507
11507
|
webphoneLoginUser: string;
|
11508
|
-
extensionId:
|
11508
|
+
extensionId: string | null;
|
11509
11509
|
extensionName: string;
|
11510
11510
|
telephonySignature: string | null;
|
11511
11511
|
};
|
@@ -11559,11 +11559,13 @@ export declare const commentContract: {
|
|
11559
11559
|
sipServerUrl: string;
|
11560
11560
|
sipUserName: string;
|
11561
11561
|
webphoneLoginUser: string;
|
11562
|
-
extensionId:
|
11562
|
+
extensionId: string | null;
|
11563
11563
|
extensionName: string;
|
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;
|
@@ -11787,7 +11789,7 @@ export declare const commentContract: {
|
|
11787
11789
|
sipServerUrl: string;
|
11788
11790
|
sipUserName: string;
|
11789
11791
|
webphoneLoginUser: string;
|
11790
|
-
extensionId:
|
11792
|
+
extensionId: string | null;
|
11791
11793
|
extensionName: string;
|
11792
11794
|
telephonySignature: string | null;
|
11793
11795
|
};
|
@@ -11831,15 +11833,13 @@ export declare const commentContract: {
|
|
11831
11833
|
sipServerUrl: string;
|
11832
11834
|
sipUserName: string;
|
11833
11835
|
webphoneLoginUser: string;
|
11834
|
-
extensionId:
|
11836
|
+
extensionId: string | null;
|
11835
11837
|
extensionName: string;
|
11836
11838
|
telephonySignature: string | null;
|
11837
11839
|
};
|
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<{
|