@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
@@ -279,7 +279,7 @@ export declare const ticketContract: {
|
|
279
279
|
sipServerUrl: z.ZodString;
|
280
280
|
sipUserName: z.ZodString;
|
281
281
|
webphoneLoginUser: z.ZodString;
|
282
|
-
extensionId: z.
|
282
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
283
283
|
extensionName: z.ZodString;
|
284
284
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
285
285
|
}, "strip", z.ZodTypeAny, {
|
@@ -291,7 +291,7 @@ export declare const ticketContract: {
|
|
291
291
|
sipServerUrl: string;
|
292
292
|
sipUserName: string;
|
293
293
|
webphoneLoginUser: string;
|
294
|
-
extensionId:
|
294
|
+
extensionId: string | null;
|
295
295
|
extensionName: string;
|
296
296
|
telephonySignature: string | null;
|
297
297
|
}, {
|
@@ -303,7 +303,7 @@ export declare const ticketContract: {
|
|
303
303
|
sipServerUrl: string;
|
304
304
|
sipUserName: string;
|
305
305
|
webphoneLoginUser: string;
|
306
|
-
extensionId:
|
306
|
+
extensionId: string | null;
|
307
307
|
extensionName: string;
|
308
308
|
telephonySignature: string | null;
|
309
309
|
}>;
|
@@ -346,7 +346,7 @@ export declare const ticketContract: {
|
|
346
346
|
sipServerUrl: string;
|
347
347
|
sipUserName: string;
|
348
348
|
webphoneLoginUser: string;
|
349
|
-
extensionId:
|
349
|
+
extensionId: string | null;
|
350
350
|
extensionName: string;
|
351
351
|
telephonySignature: string | null;
|
352
352
|
};
|
@@ -389,7 +389,7 @@ export declare const ticketContract: {
|
|
389
389
|
sipServerUrl: string;
|
390
390
|
sipUserName: string;
|
391
391
|
webphoneLoginUser: string;
|
392
|
-
extensionId:
|
392
|
+
extensionId: string | null;
|
393
393
|
extensionName: string;
|
394
394
|
telephonySignature: string | null;
|
395
395
|
};
|
@@ -484,7 +484,7 @@ export declare const ticketContract: {
|
|
484
484
|
sipServerUrl: z.ZodString;
|
485
485
|
sipUserName: z.ZodString;
|
486
486
|
webphoneLoginUser: z.ZodString;
|
487
|
-
extensionId: z.
|
487
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
488
488
|
extensionName: z.ZodString;
|
489
489
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
490
490
|
}, "strip", z.ZodTypeAny, {
|
@@ -496,7 +496,7 @@ export declare const ticketContract: {
|
|
496
496
|
sipServerUrl: string;
|
497
497
|
sipUserName: string;
|
498
498
|
webphoneLoginUser: string;
|
499
|
-
extensionId:
|
499
|
+
extensionId: string | null;
|
500
500
|
extensionName: string;
|
501
501
|
telephonySignature: string | null;
|
502
502
|
}, {
|
@@ -508,7 +508,7 @@ export declare const ticketContract: {
|
|
508
508
|
sipServerUrl: string;
|
509
509
|
sipUserName: string;
|
510
510
|
webphoneLoginUser: string;
|
511
|
-
extensionId:
|
511
|
+
extensionId: string | null;
|
512
512
|
extensionName: string;
|
513
513
|
telephonySignature: string | null;
|
514
514
|
}>;
|
@@ -551,7 +551,7 @@ export declare const ticketContract: {
|
|
551
551
|
sipServerUrl: string;
|
552
552
|
sipUserName: string;
|
553
553
|
webphoneLoginUser: string;
|
554
|
-
extensionId:
|
554
|
+
extensionId: string | null;
|
555
555
|
extensionName: string;
|
556
556
|
telephonySignature: string | null;
|
557
557
|
};
|
@@ -594,7 +594,7 @@ export declare const ticketContract: {
|
|
594
594
|
sipServerUrl: string;
|
595
595
|
sipUserName: string;
|
596
596
|
webphoneLoginUser: string;
|
597
|
-
extensionId:
|
597
|
+
extensionId: string | null;
|
598
598
|
extensionName: string;
|
599
599
|
telephonySignature: string | null;
|
600
600
|
};
|
@@ -671,9 +671,9 @@ export declare const ticketContract: {
|
|
671
671
|
createdAt: Date;
|
672
672
|
updatedAt: Date;
|
673
673
|
deletedAt: Date | null;
|
674
|
-
isDefault: boolean;
|
675
674
|
systemName: string;
|
676
675
|
displayName: string;
|
676
|
+
isDefault: boolean;
|
677
677
|
isArchived: boolean;
|
678
678
|
isRequired: boolean;
|
679
679
|
isUnique: boolean;
|
@@ -684,9 +684,9 @@ export declare const ticketContract: {
|
|
684
684
|
createdAt: Date;
|
685
685
|
updatedAt: Date;
|
686
686
|
deletedAt: Date | null;
|
687
|
-
isDefault: boolean;
|
688
687
|
systemName: string;
|
689
688
|
displayName: string;
|
689
|
+
isDefault: boolean;
|
690
690
|
isArchived: boolean;
|
691
691
|
isRequired: boolean;
|
692
692
|
isUnique: boolean;
|
@@ -737,9 +737,9 @@ export declare const ticketContract: {
|
|
737
737
|
createdAt: Date;
|
738
738
|
updatedAt: Date;
|
739
739
|
deletedAt: Date | null;
|
740
|
-
isDefault: boolean;
|
741
740
|
systemName: string;
|
742
741
|
displayName: string;
|
742
|
+
isDefault: boolean;
|
743
743
|
isArchived: boolean;
|
744
744
|
isRequired: boolean;
|
745
745
|
isUnique: boolean;
|
@@ -772,9 +772,9 @@ export declare const ticketContract: {
|
|
772
772
|
createdAt: Date;
|
773
773
|
updatedAt: Date;
|
774
774
|
deletedAt: Date | null;
|
775
|
-
isDefault: boolean;
|
776
775
|
systemName: string;
|
777
776
|
displayName: string;
|
777
|
+
isDefault: boolean;
|
778
778
|
isArchived: boolean;
|
779
779
|
isRequired: boolean;
|
780
780
|
isUnique: boolean;
|
@@ -1024,9 +1024,9 @@ export declare const ticketContract: {
|
|
1024
1024
|
createdAt: Date;
|
1025
1025
|
updatedAt: Date;
|
1026
1026
|
deletedAt: Date | null;
|
1027
|
-
isDefault: boolean;
|
1028
1027
|
systemName: string;
|
1029
1028
|
displayName: string;
|
1029
|
+
isDefault: boolean;
|
1030
1030
|
isArchived: boolean;
|
1031
1031
|
isRequired: boolean;
|
1032
1032
|
isUnique: boolean;
|
@@ -1037,9 +1037,9 @@ export declare const ticketContract: {
|
|
1037
1037
|
createdAt: Date;
|
1038
1038
|
updatedAt: Date;
|
1039
1039
|
deletedAt: Date | null;
|
1040
|
-
isDefault: boolean;
|
1041
1040
|
systemName: string;
|
1042
1041
|
displayName: string;
|
1042
|
+
isDefault: boolean;
|
1043
1043
|
isArchived: boolean;
|
1044
1044
|
isRequired: boolean;
|
1045
1045
|
isUnique: boolean;
|
@@ -1056,9 +1056,9 @@ export declare const ticketContract: {
|
|
1056
1056
|
createdAt: Date;
|
1057
1057
|
updatedAt: Date;
|
1058
1058
|
deletedAt: Date | null;
|
1059
|
-
isDefault: boolean;
|
1060
1059
|
systemName: string;
|
1061
1060
|
displayName: string;
|
1061
|
+
isDefault: boolean;
|
1062
1062
|
isArchived: boolean;
|
1063
1063
|
isRequired: boolean;
|
1064
1064
|
isUnique: boolean;
|
@@ -1079,9 +1079,9 @@ export declare const ticketContract: {
|
|
1079
1079
|
createdAt: Date;
|
1080
1080
|
updatedAt: Date;
|
1081
1081
|
deletedAt: Date | null;
|
1082
|
-
isDefault: boolean;
|
1083
1082
|
systemName: string;
|
1084
1083
|
displayName: string;
|
1084
|
+
isDefault: boolean;
|
1085
1085
|
isArchived: boolean;
|
1086
1086
|
isRequired: boolean;
|
1087
1087
|
isUnique: boolean;
|
@@ -1180,9 +1180,9 @@ export declare const ticketContract: {
|
|
1180
1180
|
createdAt: Date;
|
1181
1181
|
updatedAt: Date;
|
1182
1182
|
deletedAt: Date | null;
|
1183
|
-
isDefault: boolean;
|
1184
1183
|
systemName: string;
|
1185
1184
|
displayName: string;
|
1185
|
+
isDefault: boolean;
|
1186
1186
|
isArchived: boolean;
|
1187
1187
|
isRequired: boolean;
|
1188
1188
|
isUnique: boolean;
|
@@ -1193,9 +1193,9 @@ export declare const ticketContract: {
|
|
1193
1193
|
createdAt: Date;
|
1194
1194
|
updatedAt: Date;
|
1195
1195
|
deletedAt: Date | null;
|
1196
|
-
isDefault: boolean;
|
1197
1196
|
systemName: string;
|
1198
1197
|
displayName: string;
|
1198
|
+
isDefault: boolean;
|
1199
1199
|
isArchived: boolean;
|
1200
1200
|
isRequired: boolean;
|
1201
1201
|
isUnique: boolean;
|
@@ -1289,9 +1289,9 @@ export declare const ticketContract: {
|
|
1289
1289
|
createdAt: Date;
|
1290
1290
|
updatedAt: Date;
|
1291
1291
|
deletedAt: Date | null;
|
1292
|
-
isDefault: boolean;
|
1293
1292
|
systemName: string;
|
1294
1293
|
displayName: string;
|
1294
|
+
isDefault: boolean;
|
1295
1295
|
isArchived: boolean;
|
1296
1296
|
isRequired: boolean;
|
1297
1297
|
isUnique: boolean;
|
@@ -1331,9 +1331,9 @@ export declare const ticketContract: {
|
|
1331
1331
|
createdAt: Date;
|
1332
1332
|
updatedAt: Date;
|
1333
1333
|
deletedAt: Date | null;
|
1334
|
-
isDefault: boolean;
|
1335
1334
|
systemName: string;
|
1336
1335
|
displayName: string;
|
1336
|
+
isDefault: boolean;
|
1337
1337
|
isArchived: boolean;
|
1338
1338
|
isRequired: boolean;
|
1339
1339
|
isUnique: boolean;
|
@@ -1486,9 +1486,9 @@ export declare const ticketContract: {
|
|
1486
1486
|
createdAt: Date;
|
1487
1487
|
updatedAt: Date;
|
1488
1488
|
deletedAt: Date | null;
|
1489
|
-
isDefault: boolean;
|
1490
1489
|
systemName: string;
|
1491
1490
|
displayName: string;
|
1491
|
+
isDefault: boolean;
|
1492
1492
|
isArchived: boolean;
|
1493
1493
|
isRequired: boolean;
|
1494
1494
|
isUnique: boolean;
|
@@ -1589,9 +1589,9 @@ export declare const ticketContract: {
|
|
1589
1589
|
createdAt: Date;
|
1590
1590
|
updatedAt: Date;
|
1591
1591
|
deletedAt: Date | null;
|
1592
|
-
isDefault: boolean;
|
1593
1592
|
systemName: string;
|
1594
1593
|
displayName: string;
|
1594
|
+
isDefault: boolean;
|
1595
1595
|
isArchived: boolean;
|
1596
1596
|
isRequired: boolean;
|
1597
1597
|
isUnique: boolean;
|
@@ -1726,9 +1726,9 @@ export declare const ticketContract: {
|
|
1726
1726
|
createdAt: Date;
|
1727
1727
|
updatedAt: Date;
|
1728
1728
|
deletedAt: Date | null;
|
1729
|
-
isDefault: boolean;
|
1730
1729
|
systemName: string;
|
1731
1730
|
displayName: string;
|
1731
|
+
isDefault: boolean;
|
1732
1732
|
isArchived: boolean;
|
1733
1733
|
isRequired: boolean;
|
1734
1734
|
isUnique: boolean;
|
@@ -1822,9 +1822,9 @@ export declare const ticketContract: {
|
|
1822
1822
|
createdAt: Date;
|
1823
1823
|
updatedAt: Date;
|
1824
1824
|
deletedAt: Date | null;
|
1825
|
-
isDefault: boolean;
|
1826
1825
|
systemName: string;
|
1827
1826
|
displayName: string;
|
1827
|
+
isDefault: boolean;
|
1828
1828
|
isArchived: boolean;
|
1829
1829
|
isRequired: boolean;
|
1830
1830
|
isUnique: boolean;
|
@@ -1896,7 +1896,7 @@ export declare const ticketContract: {
|
|
1896
1896
|
sipServerUrl: string;
|
1897
1897
|
sipUserName: string;
|
1898
1898
|
webphoneLoginUser: string;
|
1899
|
-
extensionId:
|
1899
|
+
extensionId: string | null;
|
1900
1900
|
extensionName: string;
|
1901
1901
|
telephonySignature: string | null;
|
1902
1902
|
};
|
@@ -1940,7 +1940,7 @@ export declare const ticketContract: {
|
|
1940
1940
|
sipServerUrl: string;
|
1941
1941
|
sipUserName: string;
|
1942
1942
|
webphoneLoginUser: string;
|
1943
|
-
extensionId:
|
1943
|
+
extensionId: string | null;
|
1944
1944
|
extensionName: string;
|
1945
1945
|
telephonySignature: string | null;
|
1946
1946
|
};
|
@@ -1999,9 +1999,9 @@ export declare const ticketContract: {
|
|
1999
1999
|
createdAt: Date;
|
2000
2000
|
updatedAt: Date;
|
2001
2001
|
deletedAt: Date | null;
|
2002
|
-
isDefault: boolean;
|
2003
2002
|
systemName: string;
|
2004
2003
|
displayName: string;
|
2004
|
+
isDefault: boolean;
|
2005
2005
|
isArchived: boolean;
|
2006
2006
|
isRequired: boolean;
|
2007
2007
|
isUnique: boolean;
|
@@ -2095,9 +2095,9 @@ export declare const ticketContract: {
|
|
2095
2095
|
createdAt: Date;
|
2096
2096
|
updatedAt: Date;
|
2097
2097
|
deletedAt: Date | null;
|
2098
|
-
isDefault: boolean;
|
2099
2098
|
systemName: string;
|
2100
2099
|
displayName: string;
|
2100
|
+
isDefault: boolean;
|
2101
2101
|
isArchived: boolean;
|
2102
2102
|
isRequired: boolean;
|
2103
2103
|
isUnique: boolean;
|
@@ -2169,7 +2169,7 @@ export declare const ticketContract: {
|
|
2169
2169
|
sipServerUrl: string;
|
2170
2170
|
sipUserName: string;
|
2171
2171
|
webphoneLoginUser: string;
|
2172
|
-
extensionId:
|
2172
|
+
extensionId: string | null;
|
2173
2173
|
extensionName: string;
|
2174
2174
|
telephonySignature: string | null;
|
2175
2175
|
};
|
@@ -2213,7 +2213,7 @@ export declare const ticketContract: {
|
|
2213
2213
|
sipServerUrl: string;
|
2214
2214
|
sipUserName: string;
|
2215
2215
|
webphoneLoginUser: string;
|
2216
|
-
extensionId:
|
2216
|
+
extensionId: string | null;
|
2217
2217
|
extensionName: string;
|
2218
2218
|
telephonySignature: string | null;
|
2219
2219
|
};
|
@@ -2274,9 +2274,9 @@ export declare const ticketContract: {
|
|
2274
2274
|
createdAt: Date;
|
2275
2275
|
updatedAt: Date;
|
2276
2276
|
deletedAt: Date | null;
|
2277
|
-
isDefault: boolean;
|
2278
2277
|
systemName: string;
|
2279
2278
|
displayName: string;
|
2279
|
+
isDefault: boolean;
|
2280
2280
|
isArchived: boolean;
|
2281
2281
|
isRequired: boolean;
|
2282
2282
|
isUnique: boolean;
|
@@ -2370,9 +2370,9 @@ export declare const ticketContract: {
|
|
2370
2370
|
createdAt: Date;
|
2371
2371
|
updatedAt: Date;
|
2372
2372
|
deletedAt: Date | null;
|
2373
|
-
isDefault: boolean;
|
2374
2373
|
systemName: string;
|
2375
2374
|
displayName: string;
|
2375
|
+
isDefault: boolean;
|
2376
2376
|
isArchived: boolean;
|
2377
2377
|
isRequired: boolean;
|
2378
2378
|
isUnique: boolean;
|
@@ -2444,7 +2444,7 @@ export declare const ticketContract: {
|
|
2444
2444
|
sipServerUrl: string;
|
2445
2445
|
sipUserName: string;
|
2446
2446
|
webphoneLoginUser: string;
|
2447
|
-
extensionId:
|
2447
|
+
extensionId: string | null;
|
2448
2448
|
extensionName: string;
|
2449
2449
|
telephonySignature: string | null;
|
2450
2450
|
};
|
@@ -2488,7 +2488,7 @@ export declare const ticketContract: {
|
|
2488
2488
|
sipServerUrl: string;
|
2489
2489
|
sipUserName: string;
|
2490
2490
|
webphoneLoginUser: string;
|
2491
|
-
extensionId:
|
2491
|
+
extensionId: string | null;
|
2492
2492
|
extensionName: string;
|
2493
2493
|
telephonySignature: string | null;
|
2494
2494
|
};
|
@@ -2550,9 +2550,9 @@ export declare const ticketContract: {
|
|
2550
2550
|
createdAt: Date;
|
2551
2551
|
updatedAt: Date;
|
2552
2552
|
deletedAt: Date | null;
|
2553
|
-
isDefault: boolean;
|
2554
2553
|
systemName: string;
|
2555
2554
|
displayName: string;
|
2555
|
+
isDefault: boolean;
|
2556
2556
|
isArchived: boolean;
|
2557
2557
|
isRequired: boolean;
|
2558
2558
|
isUnique: boolean;
|
@@ -2646,9 +2646,9 @@ export declare const ticketContract: {
|
|
2646
2646
|
createdAt: Date;
|
2647
2647
|
updatedAt: Date;
|
2648
2648
|
deletedAt: Date | null;
|
2649
|
-
isDefault: boolean;
|
2650
2649
|
systemName: string;
|
2651
2650
|
displayName: string;
|
2651
|
+
isDefault: boolean;
|
2652
2652
|
isArchived: boolean;
|
2653
2653
|
isRequired: boolean;
|
2654
2654
|
isUnique: boolean;
|
@@ -2720,7 +2720,7 @@ export declare const ticketContract: {
|
|
2720
2720
|
sipServerUrl: string;
|
2721
2721
|
sipUserName: string;
|
2722
2722
|
webphoneLoginUser: string;
|
2723
|
-
extensionId:
|
2723
|
+
extensionId: string | null;
|
2724
2724
|
extensionName: string;
|
2725
2725
|
telephonySignature: string | null;
|
2726
2726
|
};
|
@@ -2764,7 +2764,7 @@ export declare const ticketContract: {
|
|
2764
2764
|
sipServerUrl: string;
|
2765
2765
|
sipUserName: string;
|
2766
2766
|
webphoneLoginUser: string;
|
2767
|
-
extensionId:
|
2767
|
+
extensionId: string | null;
|
2768
2768
|
extensionName: string;
|
2769
2769
|
telephonySignature: string | null;
|
2770
2770
|
};
|
@@ -2979,9 +2979,9 @@ export declare const ticketContract: {
|
|
2979
2979
|
createdAt: Date;
|
2980
2980
|
updatedAt: Date;
|
2981
2981
|
deletedAt: Date | null;
|
2982
|
-
isDefault: boolean;
|
2983
2982
|
systemName: string;
|
2984
2983
|
displayName: string;
|
2984
|
+
isDefault: boolean;
|
2985
2985
|
isArchived: boolean;
|
2986
2986
|
isRequired: boolean;
|
2987
2987
|
isUnique: boolean;
|
@@ -3075,9 +3075,9 @@ export declare const ticketContract: {
|
|
3075
3075
|
createdAt: Date;
|
3076
3076
|
updatedAt: Date;
|
3077
3077
|
deletedAt: Date | null;
|
3078
|
-
isDefault: boolean;
|
3079
3078
|
systemName: string;
|
3080
3079
|
displayName: string;
|
3080
|
+
isDefault: boolean;
|
3081
3081
|
isArchived: boolean;
|
3082
3082
|
isRequired: boolean;
|
3083
3083
|
isUnique: boolean;
|
@@ -3149,7 +3149,7 @@ export declare const ticketContract: {
|
|
3149
3149
|
sipServerUrl: string;
|
3150
3150
|
sipUserName: string;
|
3151
3151
|
webphoneLoginUser: string;
|
3152
|
-
extensionId:
|
3152
|
+
extensionId: string | null;
|
3153
3153
|
extensionName: string;
|
3154
3154
|
telephonySignature: string | null;
|
3155
3155
|
};
|
@@ -3193,7 +3193,7 @@ export declare const ticketContract: {
|
|
3193
3193
|
sipServerUrl: string;
|
3194
3194
|
sipUserName: string;
|
3195
3195
|
webphoneLoginUser: string;
|
3196
|
-
extensionId:
|
3196
|
+
extensionId: string | null;
|
3197
3197
|
extensionName: string;
|
3198
3198
|
telephonySignature: string | null;
|
3199
3199
|
};
|
@@ -3252,9 +3252,9 @@ export declare const ticketContract: {
|
|
3252
3252
|
createdAt: Date;
|
3253
3253
|
updatedAt: Date;
|
3254
3254
|
deletedAt: Date | null;
|
3255
|
-
isDefault: boolean;
|
3256
3255
|
systemName: string;
|
3257
3256
|
displayName: string;
|
3257
|
+
isDefault: boolean;
|
3258
3258
|
isArchived: boolean;
|
3259
3259
|
isRequired: boolean;
|
3260
3260
|
isUnique: boolean;
|
@@ -3348,9 +3348,9 @@ export declare const ticketContract: {
|
|
3348
3348
|
createdAt: Date;
|
3349
3349
|
updatedAt: Date;
|
3350
3350
|
deletedAt: Date | null;
|
3351
|
-
isDefault: boolean;
|
3352
3351
|
systemName: string;
|
3353
3352
|
displayName: string;
|
3353
|
+
isDefault: boolean;
|
3354
3354
|
isArchived: boolean;
|
3355
3355
|
isRequired: boolean;
|
3356
3356
|
isUnique: boolean;
|
@@ -3422,7 +3422,7 @@ export declare const ticketContract: {
|
|
3422
3422
|
sipServerUrl: string;
|
3423
3423
|
sipUserName: string;
|
3424
3424
|
webphoneLoginUser: string;
|
3425
|
-
extensionId:
|
3425
|
+
extensionId: string | null;
|
3426
3426
|
extensionName: string;
|
3427
3427
|
telephonySignature: string | null;
|
3428
3428
|
};
|
@@ -3466,7 +3466,7 @@ export declare const ticketContract: {
|
|
3466
3466
|
sipServerUrl: string;
|
3467
3467
|
sipUserName: string;
|
3468
3468
|
webphoneLoginUser: string;
|
3469
|
-
extensionId:
|
3469
|
+
extensionId: string | null;
|
3470
3470
|
extensionName: string;
|
3471
3471
|
telephonySignature: string | null;
|
3472
3472
|
};
|
@@ -3527,9 +3527,9 @@ export declare const ticketContract: {
|
|
3527
3527
|
createdAt: Date;
|
3528
3528
|
updatedAt: Date;
|
3529
3529
|
deletedAt: Date | null;
|
3530
|
-
isDefault: boolean;
|
3531
3530
|
systemName: string;
|
3532
3531
|
displayName: string;
|
3532
|
+
isDefault: boolean;
|
3533
3533
|
isArchived: boolean;
|
3534
3534
|
isRequired: boolean;
|
3535
3535
|
isUnique: boolean;
|
@@ -3623,9 +3623,9 @@ export declare const ticketContract: {
|
|
3623
3623
|
createdAt: Date;
|
3624
3624
|
updatedAt: Date;
|
3625
3625
|
deletedAt: Date | null;
|
3626
|
-
isDefault: boolean;
|
3627
3626
|
systemName: string;
|
3628
3627
|
displayName: string;
|
3628
|
+
isDefault: boolean;
|
3629
3629
|
isArchived: boolean;
|
3630
3630
|
isRequired: boolean;
|
3631
3631
|
isUnique: boolean;
|
@@ -3697,7 +3697,7 @@ export declare const ticketContract: {
|
|
3697
3697
|
sipServerUrl: string;
|
3698
3698
|
sipUserName: string;
|
3699
3699
|
webphoneLoginUser: string;
|
3700
|
-
extensionId:
|
3700
|
+
extensionId: string | null;
|
3701
3701
|
extensionName: string;
|
3702
3702
|
telephonySignature: string | null;
|
3703
3703
|
};
|
@@ -3741,7 +3741,7 @@ export declare const ticketContract: {
|
|
3741
3741
|
sipServerUrl: string;
|
3742
3742
|
sipUserName: string;
|
3743
3743
|
webphoneLoginUser: string;
|
3744
|
-
extensionId:
|
3744
|
+
extensionId: string | null;
|
3745
3745
|
extensionName: string;
|
3746
3746
|
telephonySignature: string | null;
|
3747
3747
|
};
|
@@ -3806,9 +3806,9 @@ export declare const ticketContract: {
|
|
3806
3806
|
createdAt: Date;
|
3807
3807
|
updatedAt: Date;
|
3808
3808
|
deletedAt: Date | null;
|
3809
|
-
isDefault: boolean;
|
3810
3809
|
systemName: string;
|
3811
3810
|
displayName: string;
|
3811
|
+
isDefault: boolean;
|
3812
3812
|
isArchived: boolean;
|
3813
3813
|
isRequired: boolean;
|
3814
3814
|
isUnique: boolean;
|
@@ -3902,9 +3902,9 @@ export declare const ticketContract: {
|
|
3902
3902
|
createdAt: Date;
|
3903
3903
|
updatedAt: Date;
|
3904
3904
|
deletedAt: Date | null;
|
3905
|
-
isDefault: boolean;
|
3906
3905
|
systemName: string;
|
3907
3906
|
displayName: string;
|
3907
|
+
isDefault: boolean;
|
3908
3908
|
isArchived: boolean;
|
3909
3909
|
isRequired: boolean;
|
3910
3910
|
isUnique: boolean;
|
@@ -3976,7 +3976,7 @@ export declare const ticketContract: {
|
|
3976
3976
|
sipServerUrl: string;
|
3977
3977
|
sipUserName: string;
|
3978
3978
|
webphoneLoginUser: string;
|
3979
|
-
extensionId:
|
3979
|
+
extensionId: string | null;
|
3980
3980
|
extensionName: string;
|
3981
3981
|
telephonySignature: string | null;
|
3982
3982
|
};
|
@@ -4020,7 +4020,7 @@ export declare const ticketContract: {
|
|
4020
4020
|
sipServerUrl: string;
|
4021
4021
|
sipUserName: string;
|
4022
4022
|
webphoneLoginUser: string;
|
4023
|
-
extensionId:
|
4023
|
+
extensionId: string | null;
|
4024
4024
|
extensionName: string;
|
4025
4025
|
telephonySignature: string | null;
|
4026
4026
|
};
|
@@ -4087,9 +4087,9 @@ export declare const ticketContract: {
|
|
4087
4087
|
createdAt: Date;
|
4088
4088
|
updatedAt: Date;
|
4089
4089
|
deletedAt: Date | null;
|
4090
|
-
isDefault: boolean;
|
4091
4090
|
systemName: string;
|
4092
4091
|
displayName: string;
|
4092
|
+
isDefault: boolean;
|
4093
4093
|
isArchived: boolean;
|
4094
4094
|
isRequired: boolean;
|
4095
4095
|
isUnique: boolean;
|
@@ -4183,9 +4183,9 @@ export declare const ticketContract: {
|
|
4183
4183
|
createdAt: Date;
|
4184
4184
|
updatedAt: Date;
|
4185
4185
|
deletedAt: Date | null;
|
4186
|
-
isDefault: boolean;
|
4187
4186
|
systemName: string;
|
4188
4187
|
displayName: string;
|
4188
|
+
isDefault: boolean;
|
4189
4189
|
isArchived: boolean;
|
4190
4190
|
isRequired: boolean;
|
4191
4191
|
isUnique: boolean;
|
@@ -4257,7 +4257,7 @@ export declare const ticketContract: {
|
|
4257
4257
|
sipServerUrl: string;
|
4258
4258
|
sipUserName: string;
|
4259
4259
|
webphoneLoginUser: string;
|
4260
|
-
extensionId:
|
4260
|
+
extensionId: string | null;
|
4261
4261
|
extensionName: string;
|
4262
4262
|
telephonySignature: string | null;
|
4263
4263
|
};
|
@@ -4301,7 +4301,7 @@ export declare const ticketContract: {
|
|
4301
4301
|
sipServerUrl: string;
|
4302
4302
|
sipUserName: string;
|
4303
4303
|
webphoneLoginUser: string;
|
4304
|
-
extensionId:
|
4304
|
+
extensionId: string | null;
|
4305
4305
|
extensionName: string;
|
4306
4306
|
telephonySignature: string | null;
|
4307
4307
|
};
|
@@ -4369,9 +4369,9 @@ export declare const ticketContract: {
|
|
4369
4369
|
createdAt: Date;
|
4370
4370
|
updatedAt: Date;
|
4371
4371
|
deletedAt: Date | null;
|
4372
|
-
isDefault: boolean;
|
4373
4372
|
systemName: string;
|
4374
4373
|
displayName: string;
|
4374
|
+
isDefault: boolean;
|
4375
4375
|
isArchived: boolean;
|
4376
4376
|
isRequired: boolean;
|
4377
4377
|
isUnique: boolean;
|
@@ -4465,9 +4465,9 @@ export declare const ticketContract: {
|
|
4465
4465
|
createdAt: Date;
|
4466
4466
|
updatedAt: Date;
|
4467
4467
|
deletedAt: Date | null;
|
4468
|
-
isDefault: boolean;
|
4469
4468
|
systemName: string;
|
4470
4469
|
displayName: string;
|
4470
|
+
isDefault: boolean;
|
4471
4471
|
isArchived: boolean;
|
4472
4472
|
isRequired: boolean;
|
4473
4473
|
isUnique: boolean;
|
@@ -4539,7 +4539,7 @@ export declare const ticketContract: {
|
|
4539
4539
|
sipServerUrl: string;
|
4540
4540
|
sipUserName: string;
|
4541
4541
|
webphoneLoginUser: string;
|
4542
|
-
extensionId:
|
4542
|
+
extensionId: string | null;
|
4543
4543
|
extensionName: string;
|
4544
4544
|
telephonySignature: string | null;
|
4545
4545
|
};
|
@@ -4583,7 +4583,7 @@ export declare const ticketContract: {
|
|
4583
4583
|
sipServerUrl: string;
|
4584
4584
|
sipUserName: string;
|
4585
4585
|
webphoneLoginUser: string;
|
4586
|
-
extensionId:
|
4586
|
+
extensionId: string | null;
|
4587
4587
|
extensionName: string;
|
4588
4588
|
telephonySignature: string | null;
|
4589
4589
|
};
|
@@ -4758,7 +4758,7 @@ export declare const ticketContract: {
|
|
4758
4758
|
sipServerUrl: z.ZodString;
|
4759
4759
|
sipUserName: z.ZodString;
|
4760
4760
|
webphoneLoginUser: z.ZodString;
|
4761
|
-
extensionId: z.
|
4761
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
4762
4762
|
extensionName: z.ZodString;
|
4763
4763
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
4764
4764
|
}, "strip", z.ZodTypeAny, {
|
@@ -4770,7 +4770,7 @@ export declare const ticketContract: {
|
|
4770
4770
|
sipServerUrl: string;
|
4771
4771
|
sipUserName: string;
|
4772
4772
|
webphoneLoginUser: string;
|
4773
|
-
extensionId:
|
4773
|
+
extensionId: string | null;
|
4774
4774
|
extensionName: string;
|
4775
4775
|
telephonySignature: string | null;
|
4776
4776
|
}, {
|
@@ -4782,7 +4782,7 @@ export declare const ticketContract: {
|
|
4782
4782
|
sipServerUrl: string;
|
4783
4783
|
sipUserName: string;
|
4784
4784
|
webphoneLoginUser: string;
|
4785
|
-
extensionId:
|
4785
|
+
extensionId: string | null;
|
4786
4786
|
extensionName: string;
|
4787
4787
|
telephonySignature: string | null;
|
4788
4788
|
}>;
|
@@ -4825,7 +4825,7 @@ export declare const ticketContract: {
|
|
4825
4825
|
sipServerUrl: string;
|
4826
4826
|
sipUserName: string;
|
4827
4827
|
webphoneLoginUser: string;
|
4828
|
-
extensionId:
|
4828
|
+
extensionId: string | null;
|
4829
4829
|
extensionName: string;
|
4830
4830
|
telephonySignature: string | null;
|
4831
4831
|
};
|
@@ -4868,7 +4868,7 @@ export declare const ticketContract: {
|
|
4868
4868
|
sipServerUrl: string;
|
4869
4869
|
sipUserName: string;
|
4870
4870
|
webphoneLoginUser: string;
|
4871
|
-
extensionId:
|
4871
|
+
extensionId: string | null;
|
4872
4872
|
extensionName: string;
|
4873
4873
|
telephonySignature: string | null;
|
4874
4874
|
};
|
@@ -4963,7 +4963,7 @@ export declare const ticketContract: {
|
|
4963
4963
|
sipServerUrl: z.ZodString;
|
4964
4964
|
sipUserName: z.ZodString;
|
4965
4965
|
webphoneLoginUser: z.ZodString;
|
4966
|
-
extensionId: z.
|
4966
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
4967
4967
|
extensionName: z.ZodString;
|
4968
4968
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
4969
4969
|
}, "strip", z.ZodTypeAny, {
|
@@ -4975,7 +4975,7 @@ export declare const ticketContract: {
|
|
4975
4975
|
sipServerUrl: string;
|
4976
4976
|
sipUserName: string;
|
4977
4977
|
webphoneLoginUser: string;
|
4978
|
-
extensionId:
|
4978
|
+
extensionId: string | null;
|
4979
4979
|
extensionName: string;
|
4980
4980
|
telephonySignature: string | null;
|
4981
4981
|
}, {
|
@@ -4987,7 +4987,7 @@ export declare const ticketContract: {
|
|
4987
4987
|
sipServerUrl: string;
|
4988
4988
|
sipUserName: string;
|
4989
4989
|
webphoneLoginUser: string;
|
4990
|
-
extensionId:
|
4990
|
+
extensionId: string | null;
|
4991
4991
|
extensionName: string;
|
4992
4992
|
telephonySignature: string | null;
|
4993
4993
|
}>;
|
@@ -5030,7 +5030,7 @@ export declare const ticketContract: {
|
|
5030
5030
|
sipServerUrl: string;
|
5031
5031
|
sipUserName: string;
|
5032
5032
|
webphoneLoginUser: string;
|
5033
|
-
extensionId:
|
5033
|
+
extensionId: string | null;
|
5034
5034
|
extensionName: string;
|
5035
5035
|
telephonySignature: string | null;
|
5036
5036
|
};
|
@@ -5073,7 +5073,7 @@ export declare const ticketContract: {
|
|
5073
5073
|
sipServerUrl: string;
|
5074
5074
|
sipUserName: string;
|
5075
5075
|
webphoneLoginUser: string;
|
5076
|
-
extensionId:
|
5076
|
+
extensionId: string | null;
|
5077
5077
|
extensionName: string;
|
5078
5078
|
telephonySignature: string | null;
|
5079
5079
|
};
|
@@ -5150,9 +5150,9 @@ export declare const ticketContract: {
|
|
5150
5150
|
createdAt: Date;
|
5151
5151
|
updatedAt: Date;
|
5152
5152
|
deletedAt: Date | null;
|
5153
|
-
isDefault: boolean;
|
5154
5153
|
systemName: string;
|
5155
5154
|
displayName: string;
|
5155
|
+
isDefault: boolean;
|
5156
5156
|
isArchived: boolean;
|
5157
5157
|
isRequired: boolean;
|
5158
5158
|
isUnique: boolean;
|
@@ -5163,9 +5163,9 @@ export declare const ticketContract: {
|
|
5163
5163
|
createdAt: Date;
|
5164
5164
|
updatedAt: Date;
|
5165
5165
|
deletedAt: Date | null;
|
5166
|
-
isDefault: boolean;
|
5167
5166
|
systemName: string;
|
5168
5167
|
displayName: string;
|
5168
|
+
isDefault: boolean;
|
5169
5169
|
isArchived: boolean;
|
5170
5170
|
isRequired: boolean;
|
5171
5171
|
isUnique: boolean;
|
@@ -5216,9 +5216,9 @@ export declare const ticketContract: {
|
|
5216
5216
|
createdAt: Date;
|
5217
5217
|
updatedAt: Date;
|
5218
5218
|
deletedAt: Date | null;
|
5219
|
-
isDefault: boolean;
|
5220
5219
|
systemName: string;
|
5221
5220
|
displayName: string;
|
5221
|
+
isDefault: boolean;
|
5222
5222
|
isArchived: boolean;
|
5223
5223
|
isRequired: boolean;
|
5224
5224
|
isUnique: boolean;
|
@@ -5251,9 +5251,9 @@ export declare const ticketContract: {
|
|
5251
5251
|
createdAt: Date;
|
5252
5252
|
updatedAt: Date;
|
5253
5253
|
deletedAt: Date | null;
|
5254
|
-
isDefault: boolean;
|
5255
5254
|
systemName: string;
|
5256
5255
|
displayName: string;
|
5256
|
+
isDefault: boolean;
|
5257
5257
|
isArchived: boolean;
|
5258
5258
|
isRequired: boolean;
|
5259
5259
|
isUnique: boolean;
|
@@ -5503,9 +5503,9 @@ export declare const ticketContract: {
|
|
5503
5503
|
createdAt: Date;
|
5504
5504
|
updatedAt: Date;
|
5505
5505
|
deletedAt: Date | null;
|
5506
|
-
isDefault: boolean;
|
5507
5506
|
systemName: string;
|
5508
5507
|
displayName: string;
|
5508
|
+
isDefault: boolean;
|
5509
5509
|
isArchived: boolean;
|
5510
5510
|
isRequired: boolean;
|
5511
5511
|
isUnique: boolean;
|
@@ -5516,9 +5516,9 @@ export declare const ticketContract: {
|
|
5516
5516
|
createdAt: Date;
|
5517
5517
|
updatedAt: Date;
|
5518
5518
|
deletedAt: Date | null;
|
5519
|
-
isDefault: boolean;
|
5520
5519
|
systemName: string;
|
5521
5520
|
displayName: string;
|
5521
|
+
isDefault: boolean;
|
5522
5522
|
isArchived: boolean;
|
5523
5523
|
isRequired: boolean;
|
5524
5524
|
isUnique: boolean;
|
@@ -5535,9 +5535,9 @@ export declare const ticketContract: {
|
|
5535
5535
|
createdAt: Date;
|
5536
5536
|
updatedAt: Date;
|
5537
5537
|
deletedAt: Date | null;
|
5538
|
-
isDefault: boolean;
|
5539
5538
|
systemName: string;
|
5540
5539
|
displayName: string;
|
5540
|
+
isDefault: boolean;
|
5541
5541
|
isArchived: boolean;
|
5542
5542
|
isRequired: boolean;
|
5543
5543
|
isUnique: boolean;
|
@@ -5558,9 +5558,9 @@ export declare const ticketContract: {
|
|
5558
5558
|
createdAt: Date;
|
5559
5559
|
updatedAt: Date;
|
5560
5560
|
deletedAt: Date | null;
|
5561
|
-
isDefault: boolean;
|
5562
5561
|
systemName: string;
|
5563
5562
|
displayName: string;
|
5563
|
+
isDefault: boolean;
|
5564
5564
|
isArchived: boolean;
|
5565
5565
|
isRequired: boolean;
|
5566
5566
|
isUnique: boolean;
|
@@ -5659,9 +5659,9 @@ export declare const ticketContract: {
|
|
5659
5659
|
createdAt: Date;
|
5660
5660
|
updatedAt: Date;
|
5661
5661
|
deletedAt: Date | null;
|
5662
|
-
isDefault: boolean;
|
5663
5662
|
systemName: string;
|
5664
5663
|
displayName: string;
|
5664
|
+
isDefault: boolean;
|
5665
5665
|
isArchived: boolean;
|
5666
5666
|
isRequired: boolean;
|
5667
5667
|
isUnique: boolean;
|
@@ -5672,9 +5672,9 @@ export declare const ticketContract: {
|
|
5672
5672
|
createdAt: Date;
|
5673
5673
|
updatedAt: Date;
|
5674
5674
|
deletedAt: Date | null;
|
5675
|
-
isDefault: boolean;
|
5676
5675
|
systemName: string;
|
5677
5676
|
displayName: string;
|
5677
|
+
isDefault: boolean;
|
5678
5678
|
isArchived: boolean;
|
5679
5679
|
isRequired: boolean;
|
5680
5680
|
isUnique: boolean;
|
@@ -5768,9 +5768,9 @@ export declare const ticketContract: {
|
|
5768
5768
|
createdAt: Date;
|
5769
5769
|
updatedAt: Date;
|
5770
5770
|
deletedAt: Date | null;
|
5771
|
-
isDefault: boolean;
|
5772
5771
|
systemName: string;
|
5773
5772
|
displayName: string;
|
5773
|
+
isDefault: boolean;
|
5774
5774
|
isArchived: boolean;
|
5775
5775
|
isRequired: boolean;
|
5776
5776
|
isUnique: boolean;
|
@@ -5810,9 +5810,9 @@ export declare const ticketContract: {
|
|
5810
5810
|
createdAt: Date;
|
5811
5811
|
updatedAt: Date;
|
5812
5812
|
deletedAt: Date | null;
|
5813
|
-
isDefault: boolean;
|
5814
5813
|
systemName: string;
|
5815
5814
|
displayName: string;
|
5815
|
+
isDefault: boolean;
|
5816
5816
|
isArchived: boolean;
|
5817
5817
|
isRequired: boolean;
|
5818
5818
|
isUnique: boolean;
|
@@ -5965,9 +5965,9 @@ export declare const ticketContract: {
|
|
5965
5965
|
createdAt: Date;
|
5966
5966
|
updatedAt: Date;
|
5967
5967
|
deletedAt: Date | null;
|
5968
|
-
isDefault: boolean;
|
5969
5968
|
systemName: string;
|
5970
5969
|
displayName: string;
|
5970
|
+
isDefault: boolean;
|
5971
5971
|
isArchived: boolean;
|
5972
5972
|
isRequired: boolean;
|
5973
5973
|
isUnique: boolean;
|
@@ -6068,9 +6068,9 @@ export declare const ticketContract: {
|
|
6068
6068
|
createdAt: Date;
|
6069
6069
|
updatedAt: Date;
|
6070
6070
|
deletedAt: Date | null;
|
6071
|
-
isDefault: boolean;
|
6072
6071
|
systemName: string;
|
6073
6072
|
displayName: string;
|
6073
|
+
isDefault: boolean;
|
6074
6074
|
isArchived: boolean;
|
6075
6075
|
isRequired: boolean;
|
6076
6076
|
isUnique: boolean;
|
@@ -6205,9 +6205,9 @@ export declare const ticketContract: {
|
|
6205
6205
|
createdAt: Date;
|
6206
6206
|
updatedAt: Date;
|
6207
6207
|
deletedAt: Date | null;
|
6208
|
-
isDefault: boolean;
|
6209
6208
|
systemName: string;
|
6210
6209
|
displayName: string;
|
6210
|
+
isDefault: boolean;
|
6211
6211
|
isArchived: boolean;
|
6212
6212
|
isRequired: boolean;
|
6213
6213
|
isUnique: boolean;
|
@@ -6301,9 +6301,9 @@ export declare const ticketContract: {
|
|
6301
6301
|
createdAt: Date;
|
6302
6302
|
updatedAt: Date;
|
6303
6303
|
deletedAt: Date | null;
|
6304
|
-
isDefault: boolean;
|
6305
6304
|
systemName: string;
|
6306
6305
|
displayName: string;
|
6306
|
+
isDefault: boolean;
|
6307
6307
|
isArchived: boolean;
|
6308
6308
|
isRequired: boolean;
|
6309
6309
|
isUnique: boolean;
|
@@ -6375,7 +6375,7 @@ export declare const ticketContract: {
|
|
6375
6375
|
sipServerUrl: string;
|
6376
6376
|
sipUserName: string;
|
6377
6377
|
webphoneLoginUser: string;
|
6378
|
-
extensionId:
|
6378
|
+
extensionId: string | null;
|
6379
6379
|
extensionName: string;
|
6380
6380
|
telephonySignature: string | null;
|
6381
6381
|
};
|
@@ -6419,7 +6419,7 @@ export declare const ticketContract: {
|
|
6419
6419
|
sipServerUrl: string;
|
6420
6420
|
sipUserName: string;
|
6421
6421
|
webphoneLoginUser: string;
|
6422
|
-
extensionId:
|
6422
|
+
extensionId: string | null;
|
6423
6423
|
extensionName: string;
|
6424
6424
|
telephonySignature: string | null;
|
6425
6425
|
};
|
@@ -6478,9 +6478,9 @@ export declare const ticketContract: {
|
|
6478
6478
|
createdAt: Date;
|
6479
6479
|
updatedAt: Date;
|
6480
6480
|
deletedAt: Date | null;
|
6481
|
-
isDefault: boolean;
|
6482
6481
|
systemName: string;
|
6483
6482
|
displayName: string;
|
6483
|
+
isDefault: boolean;
|
6484
6484
|
isArchived: boolean;
|
6485
6485
|
isRequired: boolean;
|
6486
6486
|
isUnique: boolean;
|
@@ -6574,9 +6574,9 @@ export declare const ticketContract: {
|
|
6574
6574
|
createdAt: Date;
|
6575
6575
|
updatedAt: Date;
|
6576
6576
|
deletedAt: Date | null;
|
6577
|
-
isDefault: boolean;
|
6578
6577
|
systemName: string;
|
6579
6578
|
displayName: string;
|
6579
|
+
isDefault: boolean;
|
6580
6580
|
isArchived: boolean;
|
6581
6581
|
isRequired: boolean;
|
6582
6582
|
isUnique: boolean;
|
@@ -6648,7 +6648,7 @@ export declare const ticketContract: {
|
|
6648
6648
|
sipServerUrl: string;
|
6649
6649
|
sipUserName: string;
|
6650
6650
|
webphoneLoginUser: string;
|
6651
|
-
extensionId:
|
6651
|
+
extensionId: string | null;
|
6652
6652
|
extensionName: string;
|
6653
6653
|
telephonySignature: string | null;
|
6654
6654
|
};
|
@@ -6692,7 +6692,7 @@ export declare const ticketContract: {
|
|
6692
6692
|
sipServerUrl: string;
|
6693
6693
|
sipUserName: string;
|
6694
6694
|
webphoneLoginUser: string;
|
6695
|
-
extensionId:
|
6695
|
+
extensionId: string | null;
|
6696
6696
|
extensionName: string;
|
6697
6697
|
telephonySignature: string | null;
|
6698
6698
|
};
|
@@ -6753,9 +6753,9 @@ export declare const ticketContract: {
|
|
6753
6753
|
createdAt: Date;
|
6754
6754
|
updatedAt: Date;
|
6755
6755
|
deletedAt: Date | null;
|
6756
|
-
isDefault: boolean;
|
6757
6756
|
systemName: string;
|
6758
6757
|
displayName: string;
|
6758
|
+
isDefault: boolean;
|
6759
6759
|
isArchived: boolean;
|
6760
6760
|
isRequired: boolean;
|
6761
6761
|
isUnique: boolean;
|
@@ -6849,9 +6849,9 @@ export declare const ticketContract: {
|
|
6849
6849
|
createdAt: Date;
|
6850
6850
|
updatedAt: Date;
|
6851
6851
|
deletedAt: Date | null;
|
6852
|
-
isDefault: boolean;
|
6853
6852
|
systemName: string;
|
6854
6853
|
displayName: string;
|
6854
|
+
isDefault: boolean;
|
6855
6855
|
isArchived: boolean;
|
6856
6856
|
isRequired: boolean;
|
6857
6857
|
isUnique: boolean;
|
@@ -6923,7 +6923,7 @@ export declare const ticketContract: {
|
|
6923
6923
|
sipServerUrl: string;
|
6924
6924
|
sipUserName: string;
|
6925
6925
|
webphoneLoginUser: string;
|
6926
|
-
extensionId:
|
6926
|
+
extensionId: string | null;
|
6927
6927
|
extensionName: string;
|
6928
6928
|
telephonySignature: string | null;
|
6929
6929
|
};
|
@@ -6967,7 +6967,7 @@ export declare const ticketContract: {
|
|
6967
6967
|
sipServerUrl: string;
|
6968
6968
|
sipUserName: string;
|
6969
6969
|
webphoneLoginUser: string;
|
6970
|
-
extensionId:
|
6970
|
+
extensionId: string | null;
|
6971
6971
|
extensionName: string;
|
6972
6972
|
telephonySignature: string | null;
|
6973
6973
|
};
|
@@ -7029,9 +7029,9 @@ export declare const ticketContract: {
|
|
7029
7029
|
createdAt: Date;
|
7030
7030
|
updatedAt: Date;
|
7031
7031
|
deletedAt: Date | null;
|
7032
|
-
isDefault: boolean;
|
7033
7032
|
systemName: string;
|
7034
7033
|
displayName: string;
|
7034
|
+
isDefault: boolean;
|
7035
7035
|
isArchived: boolean;
|
7036
7036
|
isRequired: boolean;
|
7037
7037
|
isUnique: boolean;
|
@@ -7125,9 +7125,9 @@ export declare const ticketContract: {
|
|
7125
7125
|
createdAt: Date;
|
7126
7126
|
updatedAt: Date;
|
7127
7127
|
deletedAt: Date | null;
|
7128
|
-
isDefault: boolean;
|
7129
7128
|
systemName: string;
|
7130
7129
|
displayName: string;
|
7130
|
+
isDefault: boolean;
|
7131
7131
|
isArchived: boolean;
|
7132
7132
|
isRequired: boolean;
|
7133
7133
|
isUnique: boolean;
|
@@ -7199,7 +7199,7 @@ export declare const ticketContract: {
|
|
7199
7199
|
sipServerUrl: string;
|
7200
7200
|
sipUserName: string;
|
7201
7201
|
webphoneLoginUser: string;
|
7202
|
-
extensionId:
|
7202
|
+
extensionId: string | null;
|
7203
7203
|
extensionName: string;
|
7204
7204
|
telephonySignature: string | null;
|
7205
7205
|
};
|
@@ -7243,7 +7243,7 @@ export declare const ticketContract: {
|
|
7243
7243
|
sipServerUrl: string;
|
7244
7244
|
sipUserName: string;
|
7245
7245
|
webphoneLoginUser: string;
|
7246
|
-
extensionId:
|
7246
|
+
extensionId: string | null;
|
7247
7247
|
extensionName: string;
|
7248
7248
|
telephonySignature: string | null;
|
7249
7249
|
};
|
@@ -7379,9 +7379,9 @@ export declare const ticketContract: {
|
|
7379
7379
|
createdAt: Date;
|
7380
7380
|
updatedAt: Date;
|
7381
7381
|
deletedAt: Date | null;
|
7382
|
-
isDefault: boolean;
|
7383
7382
|
systemName: string;
|
7384
7383
|
displayName: string;
|
7384
|
+
isDefault: boolean;
|
7385
7385
|
isArchived: boolean;
|
7386
7386
|
isRequired: boolean;
|
7387
7387
|
isUnique: boolean;
|
@@ -7475,9 +7475,9 @@ export declare const ticketContract: {
|
|
7475
7475
|
createdAt: Date;
|
7476
7476
|
updatedAt: Date;
|
7477
7477
|
deletedAt: Date | null;
|
7478
|
-
isDefault: boolean;
|
7479
7478
|
systemName: string;
|
7480
7479
|
displayName: string;
|
7480
|
+
isDefault: boolean;
|
7481
7481
|
isArchived: boolean;
|
7482
7482
|
isRequired: boolean;
|
7483
7483
|
isUnique: boolean;
|
@@ -7549,7 +7549,7 @@ export declare const ticketContract: {
|
|
7549
7549
|
sipServerUrl: string;
|
7550
7550
|
sipUserName: string;
|
7551
7551
|
webphoneLoginUser: string;
|
7552
|
-
extensionId:
|
7552
|
+
extensionId: string | null;
|
7553
7553
|
extensionName: string;
|
7554
7554
|
telephonySignature: string | null;
|
7555
7555
|
};
|
@@ -7593,7 +7593,7 @@ export declare const ticketContract: {
|
|
7593
7593
|
sipServerUrl: string;
|
7594
7594
|
sipUserName: string;
|
7595
7595
|
webphoneLoginUser: string;
|
7596
|
-
extensionId:
|
7596
|
+
extensionId: string | null;
|
7597
7597
|
extensionName: string;
|
7598
7598
|
telephonySignature: string | null;
|
7599
7599
|
};
|
@@ -7652,9 +7652,9 @@ export declare const ticketContract: {
|
|
7652
7652
|
createdAt: Date;
|
7653
7653
|
updatedAt: Date;
|
7654
7654
|
deletedAt: Date | null;
|
7655
|
-
isDefault: boolean;
|
7656
7655
|
systemName: string;
|
7657
7656
|
displayName: string;
|
7657
|
+
isDefault: boolean;
|
7658
7658
|
isArchived: boolean;
|
7659
7659
|
isRequired: boolean;
|
7660
7660
|
isUnique: boolean;
|
@@ -7748,9 +7748,9 @@ export declare const ticketContract: {
|
|
7748
7748
|
createdAt: Date;
|
7749
7749
|
updatedAt: Date;
|
7750
7750
|
deletedAt: Date | null;
|
7751
|
-
isDefault: boolean;
|
7752
7751
|
systemName: string;
|
7753
7752
|
displayName: string;
|
7753
|
+
isDefault: boolean;
|
7754
7754
|
isArchived: boolean;
|
7755
7755
|
isRequired: boolean;
|
7756
7756
|
isUnique: boolean;
|
@@ -7822,7 +7822,7 @@ export declare const ticketContract: {
|
|
7822
7822
|
sipServerUrl: string;
|
7823
7823
|
sipUserName: string;
|
7824
7824
|
webphoneLoginUser: string;
|
7825
|
-
extensionId:
|
7825
|
+
extensionId: string | null;
|
7826
7826
|
extensionName: string;
|
7827
7827
|
telephonySignature: string | null;
|
7828
7828
|
};
|
@@ -7866,7 +7866,7 @@ export declare const ticketContract: {
|
|
7866
7866
|
sipServerUrl: string;
|
7867
7867
|
sipUserName: string;
|
7868
7868
|
webphoneLoginUser: string;
|
7869
|
-
extensionId:
|
7869
|
+
extensionId: string | null;
|
7870
7870
|
extensionName: string;
|
7871
7871
|
telephonySignature: string | null;
|
7872
7872
|
};
|
@@ -7927,9 +7927,9 @@ export declare const ticketContract: {
|
|
7927
7927
|
createdAt: Date;
|
7928
7928
|
updatedAt: Date;
|
7929
7929
|
deletedAt: Date | null;
|
7930
|
-
isDefault: boolean;
|
7931
7930
|
systemName: string;
|
7932
7931
|
displayName: string;
|
7932
|
+
isDefault: boolean;
|
7933
7933
|
isArchived: boolean;
|
7934
7934
|
isRequired: boolean;
|
7935
7935
|
isUnique: boolean;
|
@@ -8023,9 +8023,9 @@ export declare const ticketContract: {
|
|
8023
8023
|
createdAt: Date;
|
8024
8024
|
updatedAt: Date;
|
8025
8025
|
deletedAt: Date | null;
|
8026
|
-
isDefault: boolean;
|
8027
8026
|
systemName: string;
|
8028
8027
|
displayName: string;
|
8028
|
+
isDefault: boolean;
|
8029
8029
|
isArchived: boolean;
|
8030
8030
|
isRequired: boolean;
|
8031
8031
|
isUnique: boolean;
|
@@ -8097,7 +8097,7 @@ export declare const ticketContract: {
|
|
8097
8097
|
sipServerUrl: string;
|
8098
8098
|
sipUserName: string;
|
8099
8099
|
webphoneLoginUser: string;
|
8100
|
-
extensionId:
|
8100
|
+
extensionId: string | null;
|
8101
8101
|
extensionName: string;
|
8102
8102
|
telephonySignature: string | null;
|
8103
8103
|
};
|
@@ -8141,7 +8141,7 @@ export declare const ticketContract: {
|
|
8141
8141
|
sipServerUrl: string;
|
8142
8142
|
sipUserName: string;
|
8143
8143
|
webphoneLoginUser: string;
|
8144
|
-
extensionId:
|
8144
|
+
extensionId: string | null;
|
8145
8145
|
extensionName: string;
|
8146
8146
|
telephonySignature: string | null;
|
8147
8147
|
};
|
@@ -8206,9 +8206,9 @@ export declare const ticketContract: {
|
|
8206
8206
|
createdAt: Date;
|
8207
8207
|
updatedAt: Date;
|
8208
8208
|
deletedAt: Date | null;
|
8209
|
-
isDefault: boolean;
|
8210
8209
|
systemName: string;
|
8211
8210
|
displayName: string;
|
8211
|
+
isDefault: boolean;
|
8212
8212
|
isArchived: boolean;
|
8213
8213
|
isRequired: boolean;
|
8214
8214
|
isUnique: boolean;
|
@@ -8302,9 +8302,9 @@ export declare const ticketContract: {
|
|
8302
8302
|
createdAt: Date;
|
8303
8303
|
updatedAt: Date;
|
8304
8304
|
deletedAt: Date | null;
|
8305
|
-
isDefault: boolean;
|
8306
8305
|
systemName: string;
|
8307
8306
|
displayName: string;
|
8307
|
+
isDefault: boolean;
|
8308
8308
|
isArchived: boolean;
|
8309
8309
|
isRequired: boolean;
|
8310
8310
|
isUnique: boolean;
|
@@ -8376,7 +8376,7 @@ export declare const ticketContract: {
|
|
8376
8376
|
sipServerUrl: string;
|
8377
8377
|
sipUserName: string;
|
8378
8378
|
webphoneLoginUser: string;
|
8379
|
-
extensionId:
|
8379
|
+
extensionId: string | null;
|
8380
8380
|
extensionName: string;
|
8381
8381
|
telephonySignature: string | null;
|
8382
8382
|
};
|
@@ -8420,7 +8420,7 @@ export declare const ticketContract: {
|
|
8420
8420
|
sipServerUrl: string;
|
8421
8421
|
sipUserName: string;
|
8422
8422
|
webphoneLoginUser: string;
|
8423
|
-
extensionId:
|
8423
|
+
extensionId: string | null;
|
8424
8424
|
extensionName: string;
|
8425
8425
|
telephonySignature: string | null;
|
8426
8426
|
};
|
@@ -8487,9 +8487,9 @@ export declare const ticketContract: {
|
|
8487
8487
|
createdAt: Date;
|
8488
8488
|
updatedAt: Date;
|
8489
8489
|
deletedAt: Date | null;
|
8490
|
-
isDefault: boolean;
|
8491
8490
|
systemName: string;
|
8492
8491
|
displayName: string;
|
8492
|
+
isDefault: boolean;
|
8493
8493
|
isArchived: boolean;
|
8494
8494
|
isRequired: boolean;
|
8495
8495
|
isUnique: boolean;
|
@@ -8583,9 +8583,9 @@ export declare const ticketContract: {
|
|
8583
8583
|
createdAt: Date;
|
8584
8584
|
updatedAt: Date;
|
8585
8585
|
deletedAt: Date | null;
|
8586
|
-
isDefault: boolean;
|
8587
8586
|
systemName: string;
|
8588
8587
|
displayName: string;
|
8588
|
+
isDefault: boolean;
|
8589
8589
|
isArchived: boolean;
|
8590
8590
|
isRequired: boolean;
|
8591
8591
|
isUnique: boolean;
|
@@ -8657,7 +8657,7 @@ export declare const ticketContract: {
|
|
8657
8657
|
sipServerUrl: string;
|
8658
8658
|
sipUserName: string;
|
8659
8659
|
webphoneLoginUser: string;
|
8660
|
-
extensionId:
|
8660
|
+
extensionId: string | null;
|
8661
8661
|
extensionName: string;
|
8662
8662
|
telephonySignature: string | null;
|
8663
8663
|
};
|
@@ -8701,7 +8701,7 @@ export declare const ticketContract: {
|
|
8701
8701
|
sipServerUrl: string;
|
8702
8702
|
sipUserName: string;
|
8703
8703
|
webphoneLoginUser: string;
|
8704
|
-
extensionId:
|
8704
|
+
extensionId: string | null;
|
8705
8705
|
extensionName: string;
|
8706
8706
|
telephonySignature: string | null;
|
8707
8707
|
};
|
@@ -8769,9 +8769,9 @@ export declare const ticketContract: {
|
|
8769
8769
|
createdAt: Date;
|
8770
8770
|
updatedAt: Date;
|
8771
8771
|
deletedAt: Date | null;
|
8772
|
-
isDefault: boolean;
|
8773
8772
|
systemName: string;
|
8774
8773
|
displayName: string;
|
8774
|
+
isDefault: boolean;
|
8775
8775
|
isArchived: boolean;
|
8776
8776
|
isRequired: boolean;
|
8777
8777
|
isUnique: boolean;
|
@@ -8865,9 +8865,9 @@ export declare const ticketContract: {
|
|
8865
8865
|
createdAt: Date;
|
8866
8866
|
updatedAt: Date;
|
8867
8867
|
deletedAt: Date | null;
|
8868
|
-
isDefault: boolean;
|
8869
8868
|
systemName: string;
|
8870
8869
|
displayName: string;
|
8870
|
+
isDefault: boolean;
|
8871
8871
|
isArchived: boolean;
|
8872
8872
|
isRequired: boolean;
|
8873
8873
|
isUnique: boolean;
|
@@ -8939,7 +8939,7 @@ export declare const ticketContract: {
|
|
8939
8939
|
sipServerUrl: string;
|
8940
8940
|
sipUserName: string;
|
8941
8941
|
webphoneLoginUser: string;
|
8942
|
-
extensionId:
|
8942
|
+
extensionId: string | null;
|
8943
8943
|
extensionName: string;
|
8944
8944
|
telephonySignature: string | null;
|
8945
8945
|
};
|
@@ -8983,7 +8983,7 @@ export declare const ticketContract: {
|
|
8983
8983
|
sipServerUrl: string;
|
8984
8984
|
sipUserName: string;
|
8985
8985
|
webphoneLoginUser: string;
|
8986
|
-
extensionId:
|
8986
|
+
extensionId: string | null;
|
8987
8987
|
extensionName: string;
|
8988
8988
|
telephonySignature: string | null;
|
8989
8989
|
};
|
@@ -9320,7 +9320,7 @@ export declare const ticketContract: {
|
|
9320
9320
|
sipServerUrl: z.ZodString;
|
9321
9321
|
sipUserName: z.ZodString;
|
9322
9322
|
webphoneLoginUser: z.ZodString;
|
9323
|
-
extensionId: z.
|
9323
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
9324
9324
|
extensionName: z.ZodString;
|
9325
9325
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
9326
9326
|
}, "strip", z.ZodTypeAny, {
|
@@ -9332,7 +9332,7 @@ export declare const ticketContract: {
|
|
9332
9332
|
sipServerUrl: string;
|
9333
9333
|
sipUserName: string;
|
9334
9334
|
webphoneLoginUser: string;
|
9335
|
-
extensionId:
|
9335
|
+
extensionId: string | null;
|
9336
9336
|
extensionName: string;
|
9337
9337
|
telephonySignature: string | null;
|
9338
9338
|
}, {
|
@@ -9344,7 +9344,7 @@ export declare const ticketContract: {
|
|
9344
9344
|
sipServerUrl: string;
|
9345
9345
|
sipUserName: string;
|
9346
9346
|
webphoneLoginUser: string;
|
9347
|
-
extensionId:
|
9347
|
+
extensionId: string | null;
|
9348
9348
|
extensionName: string;
|
9349
9349
|
telephonySignature: string | null;
|
9350
9350
|
}>;
|
@@ -9387,7 +9387,7 @@ export declare const ticketContract: {
|
|
9387
9387
|
sipServerUrl: string;
|
9388
9388
|
sipUserName: string;
|
9389
9389
|
webphoneLoginUser: string;
|
9390
|
-
extensionId:
|
9390
|
+
extensionId: string | null;
|
9391
9391
|
extensionName: string;
|
9392
9392
|
telephonySignature: string | null;
|
9393
9393
|
};
|
@@ -9430,7 +9430,7 @@ export declare const ticketContract: {
|
|
9430
9430
|
sipServerUrl: string;
|
9431
9431
|
sipUserName: string;
|
9432
9432
|
webphoneLoginUser: string;
|
9433
|
-
extensionId:
|
9433
|
+
extensionId: string | null;
|
9434
9434
|
extensionName: string;
|
9435
9435
|
telephonySignature: string | null;
|
9436
9436
|
};
|
@@ -9525,7 +9525,7 @@ export declare const ticketContract: {
|
|
9525
9525
|
sipServerUrl: z.ZodString;
|
9526
9526
|
sipUserName: z.ZodString;
|
9527
9527
|
webphoneLoginUser: z.ZodString;
|
9528
|
-
extensionId: z.
|
9528
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
9529
9529
|
extensionName: z.ZodString;
|
9530
9530
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
9531
9531
|
}, "strip", z.ZodTypeAny, {
|
@@ -9537,7 +9537,7 @@ export declare const ticketContract: {
|
|
9537
9537
|
sipServerUrl: string;
|
9538
9538
|
sipUserName: string;
|
9539
9539
|
webphoneLoginUser: string;
|
9540
|
-
extensionId:
|
9540
|
+
extensionId: string | null;
|
9541
9541
|
extensionName: string;
|
9542
9542
|
telephonySignature: string | null;
|
9543
9543
|
}, {
|
@@ -9549,7 +9549,7 @@ export declare const ticketContract: {
|
|
9549
9549
|
sipServerUrl: string;
|
9550
9550
|
sipUserName: string;
|
9551
9551
|
webphoneLoginUser: string;
|
9552
|
-
extensionId:
|
9552
|
+
extensionId: string | null;
|
9553
9553
|
extensionName: string;
|
9554
9554
|
telephonySignature: string | null;
|
9555
9555
|
}>;
|
@@ -9592,7 +9592,7 @@ export declare const ticketContract: {
|
|
9592
9592
|
sipServerUrl: string;
|
9593
9593
|
sipUserName: string;
|
9594
9594
|
webphoneLoginUser: string;
|
9595
|
-
extensionId:
|
9595
|
+
extensionId: string | null;
|
9596
9596
|
extensionName: string;
|
9597
9597
|
telephonySignature: string | null;
|
9598
9598
|
};
|
@@ -9635,7 +9635,7 @@ export declare const ticketContract: {
|
|
9635
9635
|
sipServerUrl: string;
|
9636
9636
|
sipUserName: string;
|
9637
9637
|
webphoneLoginUser: string;
|
9638
|
-
extensionId:
|
9638
|
+
extensionId: string | null;
|
9639
9639
|
extensionName: string;
|
9640
9640
|
telephonySignature: string | null;
|
9641
9641
|
};
|
@@ -9712,9 +9712,9 @@ export declare const ticketContract: {
|
|
9712
9712
|
createdAt: Date;
|
9713
9713
|
updatedAt: Date;
|
9714
9714
|
deletedAt: Date | null;
|
9715
|
-
isDefault: boolean;
|
9716
9715
|
systemName: string;
|
9717
9716
|
displayName: string;
|
9717
|
+
isDefault: boolean;
|
9718
9718
|
isArchived: boolean;
|
9719
9719
|
isRequired: boolean;
|
9720
9720
|
isUnique: boolean;
|
@@ -9725,9 +9725,9 @@ export declare const ticketContract: {
|
|
9725
9725
|
createdAt: Date;
|
9726
9726
|
updatedAt: Date;
|
9727
9727
|
deletedAt: Date | null;
|
9728
|
-
isDefault: boolean;
|
9729
9728
|
systemName: string;
|
9730
9729
|
displayName: string;
|
9730
|
+
isDefault: boolean;
|
9731
9731
|
isArchived: boolean;
|
9732
9732
|
isRequired: boolean;
|
9733
9733
|
isUnique: boolean;
|
@@ -9778,9 +9778,9 @@ export declare const ticketContract: {
|
|
9778
9778
|
createdAt: Date;
|
9779
9779
|
updatedAt: Date;
|
9780
9780
|
deletedAt: Date | null;
|
9781
|
-
isDefault: boolean;
|
9782
9781
|
systemName: string;
|
9783
9782
|
displayName: string;
|
9783
|
+
isDefault: boolean;
|
9784
9784
|
isArchived: boolean;
|
9785
9785
|
isRequired: boolean;
|
9786
9786
|
isUnique: boolean;
|
@@ -9813,9 +9813,9 @@ export declare const ticketContract: {
|
|
9813
9813
|
createdAt: Date;
|
9814
9814
|
updatedAt: Date;
|
9815
9815
|
deletedAt: Date | null;
|
9816
|
-
isDefault: boolean;
|
9817
9816
|
systemName: string;
|
9818
9817
|
displayName: string;
|
9818
|
+
isDefault: boolean;
|
9819
9819
|
isArchived: boolean;
|
9820
9820
|
isRequired: boolean;
|
9821
9821
|
isUnique: boolean;
|
@@ -10065,9 +10065,9 @@ export declare const ticketContract: {
|
|
10065
10065
|
createdAt: Date;
|
10066
10066
|
updatedAt: Date;
|
10067
10067
|
deletedAt: Date | null;
|
10068
|
-
isDefault: boolean;
|
10069
10068
|
systemName: string;
|
10070
10069
|
displayName: string;
|
10070
|
+
isDefault: boolean;
|
10071
10071
|
isArchived: boolean;
|
10072
10072
|
isRequired: boolean;
|
10073
10073
|
isUnique: boolean;
|
@@ -10078,9 +10078,9 @@ export declare const ticketContract: {
|
|
10078
10078
|
createdAt: Date;
|
10079
10079
|
updatedAt: Date;
|
10080
10080
|
deletedAt: Date | null;
|
10081
|
-
isDefault: boolean;
|
10082
10081
|
systemName: string;
|
10083
10082
|
displayName: string;
|
10083
|
+
isDefault: boolean;
|
10084
10084
|
isArchived: boolean;
|
10085
10085
|
isRequired: boolean;
|
10086
10086
|
isUnique: boolean;
|
@@ -10097,9 +10097,9 @@ export declare const ticketContract: {
|
|
10097
10097
|
createdAt: Date;
|
10098
10098
|
updatedAt: Date;
|
10099
10099
|
deletedAt: Date | null;
|
10100
|
-
isDefault: boolean;
|
10101
10100
|
systemName: string;
|
10102
10101
|
displayName: string;
|
10102
|
+
isDefault: boolean;
|
10103
10103
|
isArchived: boolean;
|
10104
10104
|
isRequired: boolean;
|
10105
10105
|
isUnique: boolean;
|
@@ -10120,9 +10120,9 @@ export declare const ticketContract: {
|
|
10120
10120
|
createdAt: Date;
|
10121
10121
|
updatedAt: Date;
|
10122
10122
|
deletedAt: Date | null;
|
10123
|
-
isDefault: boolean;
|
10124
10123
|
systemName: string;
|
10125
10124
|
displayName: string;
|
10125
|
+
isDefault: boolean;
|
10126
10126
|
isArchived: boolean;
|
10127
10127
|
isRequired: boolean;
|
10128
10128
|
isUnique: boolean;
|
@@ -10221,9 +10221,9 @@ export declare const ticketContract: {
|
|
10221
10221
|
createdAt: Date;
|
10222
10222
|
updatedAt: Date;
|
10223
10223
|
deletedAt: Date | null;
|
10224
|
-
isDefault: boolean;
|
10225
10224
|
systemName: string;
|
10226
10225
|
displayName: string;
|
10226
|
+
isDefault: boolean;
|
10227
10227
|
isArchived: boolean;
|
10228
10228
|
isRequired: boolean;
|
10229
10229
|
isUnique: boolean;
|
@@ -10234,9 +10234,9 @@ export declare const ticketContract: {
|
|
10234
10234
|
createdAt: Date;
|
10235
10235
|
updatedAt: Date;
|
10236
10236
|
deletedAt: Date | null;
|
10237
|
-
isDefault: boolean;
|
10238
10237
|
systemName: string;
|
10239
10238
|
displayName: string;
|
10239
|
+
isDefault: boolean;
|
10240
10240
|
isArchived: boolean;
|
10241
10241
|
isRequired: boolean;
|
10242
10242
|
isUnique: boolean;
|
@@ -10330,9 +10330,9 @@ export declare const ticketContract: {
|
|
10330
10330
|
createdAt: Date;
|
10331
10331
|
updatedAt: Date;
|
10332
10332
|
deletedAt: Date | null;
|
10333
|
-
isDefault: boolean;
|
10334
10333
|
systemName: string;
|
10335
10334
|
displayName: string;
|
10335
|
+
isDefault: boolean;
|
10336
10336
|
isArchived: boolean;
|
10337
10337
|
isRequired: boolean;
|
10338
10338
|
isUnique: boolean;
|
@@ -10372,9 +10372,9 @@ export declare const ticketContract: {
|
|
10372
10372
|
createdAt: Date;
|
10373
10373
|
updatedAt: Date;
|
10374
10374
|
deletedAt: Date | null;
|
10375
|
-
isDefault: boolean;
|
10376
10375
|
systemName: string;
|
10377
10376
|
displayName: string;
|
10377
|
+
isDefault: boolean;
|
10378
10378
|
isArchived: boolean;
|
10379
10379
|
isRequired: boolean;
|
10380
10380
|
isUnique: boolean;
|
@@ -10527,9 +10527,9 @@ export declare const ticketContract: {
|
|
10527
10527
|
createdAt: Date;
|
10528
10528
|
updatedAt: Date;
|
10529
10529
|
deletedAt: Date | null;
|
10530
|
-
isDefault: boolean;
|
10531
10530
|
systemName: string;
|
10532
10531
|
displayName: string;
|
10532
|
+
isDefault: boolean;
|
10533
10533
|
isArchived: boolean;
|
10534
10534
|
isRequired: boolean;
|
10535
10535
|
isUnique: boolean;
|
@@ -10630,9 +10630,9 @@ export declare const ticketContract: {
|
|
10630
10630
|
createdAt: Date;
|
10631
10631
|
updatedAt: Date;
|
10632
10632
|
deletedAt: Date | null;
|
10633
|
-
isDefault: boolean;
|
10634
10633
|
systemName: string;
|
10635
10634
|
displayName: string;
|
10635
|
+
isDefault: boolean;
|
10636
10636
|
isArchived: boolean;
|
10637
10637
|
isRequired: boolean;
|
10638
10638
|
isUnique: boolean;
|
@@ -10767,9 +10767,9 @@ export declare const ticketContract: {
|
|
10767
10767
|
createdAt: Date;
|
10768
10768
|
updatedAt: Date;
|
10769
10769
|
deletedAt: Date | null;
|
10770
|
-
isDefault: boolean;
|
10771
10770
|
systemName: string;
|
10772
10771
|
displayName: string;
|
10772
|
+
isDefault: boolean;
|
10773
10773
|
isArchived: boolean;
|
10774
10774
|
isRequired: boolean;
|
10775
10775
|
isUnique: boolean;
|
@@ -10863,9 +10863,9 @@ export declare const ticketContract: {
|
|
10863
10863
|
createdAt: Date;
|
10864
10864
|
updatedAt: Date;
|
10865
10865
|
deletedAt: Date | null;
|
10866
|
-
isDefault: boolean;
|
10867
10866
|
systemName: string;
|
10868
10867
|
displayName: string;
|
10868
|
+
isDefault: boolean;
|
10869
10869
|
isArchived: boolean;
|
10870
10870
|
isRequired: boolean;
|
10871
10871
|
isUnique: boolean;
|
@@ -10937,7 +10937,7 @@ export declare const ticketContract: {
|
|
10937
10937
|
sipServerUrl: string;
|
10938
10938
|
sipUserName: string;
|
10939
10939
|
webphoneLoginUser: string;
|
10940
|
-
extensionId:
|
10940
|
+
extensionId: string | null;
|
10941
10941
|
extensionName: string;
|
10942
10942
|
telephonySignature: string | null;
|
10943
10943
|
};
|
@@ -10981,7 +10981,7 @@ export declare const ticketContract: {
|
|
10981
10981
|
sipServerUrl: string;
|
10982
10982
|
sipUserName: string;
|
10983
10983
|
webphoneLoginUser: string;
|
10984
|
-
extensionId:
|
10984
|
+
extensionId: string | null;
|
10985
10985
|
extensionName: string;
|
10986
10986
|
telephonySignature: string | null;
|
10987
10987
|
};
|
@@ -11040,9 +11040,9 @@ export declare const ticketContract: {
|
|
11040
11040
|
createdAt: Date;
|
11041
11041
|
updatedAt: Date;
|
11042
11042
|
deletedAt: Date | null;
|
11043
|
-
isDefault: boolean;
|
11044
11043
|
systemName: string;
|
11045
11044
|
displayName: string;
|
11045
|
+
isDefault: boolean;
|
11046
11046
|
isArchived: boolean;
|
11047
11047
|
isRequired: boolean;
|
11048
11048
|
isUnique: boolean;
|
@@ -11136,9 +11136,9 @@ export declare const ticketContract: {
|
|
11136
11136
|
createdAt: Date;
|
11137
11137
|
updatedAt: Date;
|
11138
11138
|
deletedAt: Date | null;
|
11139
|
-
isDefault: boolean;
|
11140
11139
|
systemName: string;
|
11141
11140
|
displayName: string;
|
11141
|
+
isDefault: boolean;
|
11142
11142
|
isArchived: boolean;
|
11143
11143
|
isRequired: boolean;
|
11144
11144
|
isUnique: boolean;
|
@@ -11210,7 +11210,7 @@ export declare const ticketContract: {
|
|
11210
11210
|
sipServerUrl: string;
|
11211
11211
|
sipUserName: string;
|
11212
11212
|
webphoneLoginUser: string;
|
11213
|
-
extensionId:
|
11213
|
+
extensionId: string | null;
|
11214
11214
|
extensionName: string;
|
11215
11215
|
telephonySignature: string | null;
|
11216
11216
|
};
|
@@ -11254,7 +11254,7 @@ export declare const ticketContract: {
|
|
11254
11254
|
sipServerUrl: string;
|
11255
11255
|
sipUserName: string;
|
11256
11256
|
webphoneLoginUser: string;
|
11257
|
-
extensionId:
|
11257
|
+
extensionId: string | null;
|
11258
11258
|
extensionName: string;
|
11259
11259
|
telephonySignature: string | null;
|
11260
11260
|
};
|
@@ -11315,9 +11315,9 @@ export declare const ticketContract: {
|
|
11315
11315
|
createdAt: Date;
|
11316
11316
|
updatedAt: Date;
|
11317
11317
|
deletedAt: Date | null;
|
11318
|
-
isDefault: boolean;
|
11319
11318
|
systemName: string;
|
11320
11319
|
displayName: string;
|
11320
|
+
isDefault: boolean;
|
11321
11321
|
isArchived: boolean;
|
11322
11322
|
isRequired: boolean;
|
11323
11323
|
isUnique: boolean;
|
@@ -11411,9 +11411,9 @@ export declare const ticketContract: {
|
|
11411
11411
|
createdAt: Date;
|
11412
11412
|
updatedAt: Date;
|
11413
11413
|
deletedAt: Date | null;
|
11414
|
-
isDefault: boolean;
|
11415
11414
|
systemName: string;
|
11416
11415
|
displayName: string;
|
11416
|
+
isDefault: boolean;
|
11417
11417
|
isArchived: boolean;
|
11418
11418
|
isRequired: boolean;
|
11419
11419
|
isUnique: boolean;
|
@@ -11485,7 +11485,7 @@ export declare const ticketContract: {
|
|
11485
11485
|
sipServerUrl: string;
|
11486
11486
|
sipUserName: string;
|
11487
11487
|
webphoneLoginUser: string;
|
11488
|
-
extensionId:
|
11488
|
+
extensionId: string | null;
|
11489
11489
|
extensionName: string;
|
11490
11490
|
telephonySignature: string | null;
|
11491
11491
|
};
|
@@ -11529,7 +11529,7 @@ export declare const ticketContract: {
|
|
11529
11529
|
sipServerUrl: string;
|
11530
11530
|
sipUserName: string;
|
11531
11531
|
webphoneLoginUser: string;
|
11532
|
-
extensionId:
|
11532
|
+
extensionId: string | null;
|
11533
11533
|
extensionName: string;
|
11534
11534
|
telephonySignature: string | null;
|
11535
11535
|
};
|
@@ -11591,9 +11591,9 @@ export declare const ticketContract: {
|
|
11591
11591
|
createdAt: Date;
|
11592
11592
|
updatedAt: Date;
|
11593
11593
|
deletedAt: Date | null;
|
11594
|
-
isDefault: boolean;
|
11595
11594
|
systemName: string;
|
11596
11595
|
displayName: string;
|
11596
|
+
isDefault: boolean;
|
11597
11597
|
isArchived: boolean;
|
11598
11598
|
isRequired: boolean;
|
11599
11599
|
isUnique: boolean;
|
@@ -11687,9 +11687,9 @@ export declare const ticketContract: {
|
|
11687
11687
|
createdAt: Date;
|
11688
11688
|
updatedAt: Date;
|
11689
11689
|
deletedAt: Date | null;
|
11690
|
-
isDefault: boolean;
|
11691
11690
|
systemName: string;
|
11692
11691
|
displayName: string;
|
11692
|
+
isDefault: boolean;
|
11693
11693
|
isArchived: boolean;
|
11694
11694
|
isRequired: boolean;
|
11695
11695
|
isUnique: boolean;
|
@@ -11761,7 +11761,7 @@ export declare const ticketContract: {
|
|
11761
11761
|
sipServerUrl: string;
|
11762
11762
|
sipUserName: string;
|
11763
11763
|
webphoneLoginUser: string;
|
11764
|
-
extensionId:
|
11764
|
+
extensionId: string | null;
|
11765
11765
|
extensionName: string;
|
11766
11766
|
telephonySignature: string | null;
|
11767
11767
|
};
|
@@ -11805,7 +11805,7 @@ export declare const ticketContract: {
|
|
11805
11805
|
sipServerUrl: string;
|
11806
11806
|
sipUserName: string;
|
11807
11807
|
webphoneLoginUser: string;
|
11808
|
-
extensionId:
|
11808
|
+
extensionId: string | null;
|
11809
11809
|
extensionName: string;
|
11810
11810
|
telephonySignature: string | null;
|
11811
11811
|
};
|
@@ -12749,7 +12749,7 @@ export declare const ticketContract: {
|
|
12749
12749
|
sipServerUrl: z.ZodString;
|
12750
12750
|
sipUserName: z.ZodString;
|
12751
12751
|
webphoneLoginUser: z.ZodString;
|
12752
|
-
extensionId: z.
|
12752
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
12753
12753
|
extensionName: z.ZodString;
|
12754
12754
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
12755
12755
|
}, "strip", z.ZodTypeAny, {
|
@@ -12761,7 +12761,7 @@ export declare const ticketContract: {
|
|
12761
12761
|
sipServerUrl: string;
|
12762
12762
|
sipUserName: string;
|
12763
12763
|
webphoneLoginUser: string;
|
12764
|
-
extensionId:
|
12764
|
+
extensionId: string | null;
|
12765
12765
|
extensionName: string;
|
12766
12766
|
telephonySignature: string | null;
|
12767
12767
|
}, {
|
@@ -12773,7 +12773,7 @@ export declare const ticketContract: {
|
|
12773
12773
|
sipServerUrl: string;
|
12774
12774
|
sipUserName: string;
|
12775
12775
|
webphoneLoginUser: string;
|
12776
|
-
extensionId:
|
12776
|
+
extensionId: string | null;
|
12777
12777
|
extensionName: string;
|
12778
12778
|
telephonySignature: string | null;
|
12779
12779
|
}>;
|
@@ -12816,7 +12816,7 @@ export declare const ticketContract: {
|
|
12816
12816
|
sipServerUrl: string;
|
12817
12817
|
sipUserName: string;
|
12818
12818
|
webphoneLoginUser: string;
|
12819
|
-
extensionId:
|
12819
|
+
extensionId: string | null;
|
12820
12820
|
extensionName: string;
|
12821
12821
|
telephonySignature: string | null;
|
12822
12822
|
};
|
@@ -12859,7 +12859,7 @@ export declare const ticketContract: {
|
|
12859
12859
|
sipServerUrl: string;
|
12860
12860
|
sipUserName: string;
|
12861
12861
|
webphoneLoginUser: string;
|
12862
|
-
extensionId:
|
12862
|
+
extensionId: string | null;
|
12863
12863
|
extensionName: string;
|
12864
12864
|
telephonySignature: string | null;
|
12865
12865
|
};
|
@@ -12954,7 +12954,7 @@ export declare const ticketContract: {
|
|
12954
12954
|
sipServerUrl: z.ZodString;
|
12955
12955
|
sipUserName: z.ZodString;
|
12956
12956
|
webphoneLoginUser: z.ZodString;
|
12957
|
-
extensionId: z.
|
12957
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
12958
12958
|
extensionName: z.ZodString;
|
12959
12959
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
12960
12960
|
}, "strip", z.ZodTypeAny, {
|
@@ -12966,7 +12966,7 @@ export declare const ticketContract: {
|
|
12966
12966
|
sipServerUrl: string;
|
12967
12967
|
sipUserName: string;
|
12968
12968
|
webphoneLoginUser: string;
|
12969
|
-
extensionId:
|
12969
|
+
extensionId: string | null;
|
12970
12970
|
extensionName: string;
|
12971
12971
|
telephonySignature: string | null;
|
12972
12972
|
}, {
|
@@ -12978,7 +12978,7 @@ export declare const ticketContract: {
|
|
12978
12978
|
sipServerUrl: string;
|
12979
12979
|
sipUserName: string;
|
12980
12980
|
webphoneLoginUser: string;
|
12981
|
-
extensionId:
|
12981
|
+
extensionId: string | null;
|
12982
12982
|
extensionName: string;
|
12983
12983
|
telephonySignature: string | null;
|
12984
12984
|
}>;
|
@@ -13021,7 +13021,7 @@ export declare const ticketContract: {
|
|
13021
13021
|
sipServerUrl: string;
|
13022
13022
|
sipUserName: string;
|
13023
13023
|
webphoneLoginUser: string;
|
13024
|
-
extensionId:
|
13024
|
+
extensionId: string | null;
|
13025
13025
|
extensionName: string;
|
13026
13026
|
telephonySignature: string | null;
|
13027
13027
|
};
|
@@ -13064,7 +13064,7 @@ export declare const ticketContract: {
|
|
13064
13064
|
sipServerUrl: string;
|
13065
13065
|
sipUserName: string;
|
13066
13066
|
webphoneLoginUser: string;
|
13067
|
-
extensionId:
|
13067
|
+
extensionId: string | null;
|
13068
13068
|
extensionName: string;
|
13069
13069
|
telephonySignature: string | null;
|
13070
13070
|
};
|
@@ -13141,9 +13141,9 @@ export declare const ticketContract: {
|
|
13141
13141
|
createdAt: Date;
|
13142
13142
|
updatedAt: Date;
|
13143
13143
|
deletedAt: Date | null;
|
13144
|
-
isDefault: boolean;
|
13145
13144
|
systemName: string;
|
13146
13145
|
displayName: string;
|
13146
|
+
isDefault: boolean;
|
13147
13147
|
isArchived: boolean;
|
13148
13148
|
isRequired: boolean;
|
13149
13149
|
isUnique: boolean;
|
@@ -13154,9 +13154,9 @@ export declare const ticketContract: {
|
|
13154
13154
|
createdAt: Date;
|
13155
13155
|
updatedAt: Date;
|
13156
13156
|
deletedAt: Date | null;
|
13157
|
-
isDefault: boolean;
|
13158
13157
|
systemName: string;
|
13159
13158
|
displayName: string;
|
13159
|
+
isDefault: boolean;
|
13160
13160
|
isArchived: boolean;
|
13161
13161
|
isRequired: boolean;
|
13162
13162
|
isUnique: boolean;
|
@@ -13207,9 +13207,9 @@ export declare const ticketContract: {
|
|
13207
13207
|
createdAt: Date;
|
13208
13208
|
updatedAt: Date;
|
13209
13209
|
deletedAt: Date | null;
|
13210
|
-
isDefault: boolean;
|
13211
13210
|
systemName: string;
|
13212
13211
|
displayName: string;
|
13212
|
+
isDefault: boolean;
|
13213
13213
|
isArchived: boolean;
|
13214
13214
|
isRequired: boolean;
|
13215
13215
|
isUnique: boolean;
|
@@ -13242,9 +13242,9 @@ export declare const ticketContract: {
|
|
13242
13242
|
createdAt: Date;
|
13243
13243
|
updatedAt: Date;
|
13244
13244
|
deletedAt: Date | null;
|
13245
|
-
isDefault: boolean;
|
13246
13245
|
systemName: string;
|
13247
13246
|
displayName: string;
|
13247
|
+
isDefault: boolean;
|
13248
13248
|
isArchived: boolean;
|
13249
13249
|
isRequired: boolean;
|
13250
13250
|
isUnique: boolean;
|
@@ -13494,9 +13494,9 @@ export declare const ticketContract: {
|
|
13494
13494
|
createdAt: Date;
|
13495
13495
|
updatedAt: Date;
|
13496
13496
|
deletedAt: Date | null;
|
13497
|
-
isDefault: boolean;
|
13498
13497
|
systemName: string;
|
13499
13498
|
displayName: string;
|
13499
|
+
isDefault: boolean;
|
13500
13500
|
isArchived: boolean;
|
13501
13501
|
isRequired: boolean;
|
13502
13502
|
isUnique: boolean;
|
@@ -13507,9 +13507,9 @@ export declare const ticketContract: {
|
|
13507
13507
|
createdAt: Date;
|
13508
13508
|
updatedAt: Date;
|
13509
13509
|
deletedAt: Date | null;
|
13510
|
-
isDefault: boolean;
|
13511
13510
|
systemName: string;
|
13512
13511
|
displayName: string;
|
13512
|
+
isDefault: boolean;
|
13513
13513
|
isArchived: boolean;
|
13514
13514
|
isRequired: boolean;
|
13515
13515
|
isUnique: boolean;
|
@@ -13526,9 +13526,9 @@ export declare const ticketContract: {
|
|
13526
13526
|
createdAt: Date;
|
13527
13527
|
updatedAt: Date;
|
13528
13528
|
deletedAt: Date | null;
|
13529
|
-
isDefault: boolean;
|
13530
13529
|
systemName: string;
|
13531
13530
|
displayName: string;
|
13531
|
+
isDefault: boolean;
|
13532
13532
|
isArchived: boolean;
|
13533
13533
|
isRequired: boolean;
|
13534
13534
|
isUnique: boolean;
|
@@ -13549,9 +13549,9 @@ export declare const ticketContract: {
|
|
13549
13549
|
createdAt: Date;
|
13550
13550
|
updatedAt: Date;
|
13551
13551
|
deletedAt: Date | null;
|
13552
|
-
isDefault: boolean;
|
13553
13552
|
systemName: string;
|
13554
13553
|
displayName: string;
|
13554
|
+
isDefault: boolean;
|
13555
13555
|
isArchived: boolean;
|
13556
13556
|
isRequired: boolean;
|
13557
13557
|
isUnique: boolean;
|
@@ -13650,9 +13650,9 @@ export declare const ticketContract: {
|
|
13650
13650
|
createdAt: Date;
|
13651
13651
|
updatedAt: Date;
|
13652
13652
|
deletedAt: Date | null;
|
13653
|
-
isDefault: boolean;
|
13654
13653
|
systemName: string;
|
13655
13654
|
displayName: string;
|
13655
|
+
isDefault: boolean;
|
13656
13656
|
isArchived: boolean;
|
13657
13657
|
isRequired: boolean;
|
13658
13658
|
isUnique: boolean;
|
@@ -13663,9 +13663,9 @@ export declare const ticketContract: {
|
|
13663
13663
|
createdAt: Date;
|
13664
13664
|
updatedAt: Date;
|
13665
13665
|
deletedAt: Date | null;
|
13666
|
-
isDefault: boolean;
|
13667
13666
|
systemName: string;
|
13668
13667
|
displayName: string;
|
13668
|
+
isDefault: boolean;
|
13669
13669
|
isArchived: boolean;
|
13670
13670
|
isRequired: boolean;
|
13671
13671
|
isUnique: boolean;
|
@@ -13759,9 +13759,9 @@ export declare const ticketContract: {
|
|
13759
13759
|
createdAt: Date;
|
13760
13760
|
updatedAt: Date;
|
13761
13761
|
deletedAt: Date | null;
|
13762
|
-
isDefault: boolean;
|
13763
13762
|
systemName: string;
|
13764
13763
|
displayName: string;
|
13764
|
+
isDefault: boolean;
|
13765
13765
|
isArchived: boolean;
|
13766
13766
|
isRequired: boolean;
|
13767
13767
|
isUnique: boolean;
|
@@ -13801,9 +13801,9 @@ export declare const ticketContract: {
|
|
13801
13801
|
createdAt: Date;
|
13802
13802
|
updatedAt: Date;
|
13803
13803
|
deletedAt: Date | null;
|
13804
|
-
isDefault: boolean;
|
13805
13804
|
systemName: string;
|
13806
13805
|
displayName: string;
|
13806
|
+
isDefault: boolean;
|
13807
13807
|
isArchived: boolean;
|
13808
13808
|
isRequired: boolean;
|
13809
13809
|
isUnique: boolean;
|
@@ -13956,9 +13956,9 @@ export declare const ticketContract: {
|
|
13956
13956
|
createdAt: Date;
|
13957
13957
|
updatedAt: Date;
|
13958
13958
|
deletedAt: Date | null;
|
13959
|
-
isDefault: boolean;
|
13960
13959
|
systemName: string;
|
13961
13960
|
displayName: string;
|
13961
|
+
isDefault: boolean;
|
13962
13962
|
isArchived: boolean;
|
13963
13963
|
isRequired: boolean;
|
13964
13964
|
isUnique: boolean;
|
@@ -14059,9 +14059,9 @@ export declare const ticketContract: {
|
|
14059
14059
|
createdAt: Date;
|
14060
14060
|
updatedAt: Date;
|
14061
14061
|
deletedAt: Date | null;
|
14062
|
-
isDefault: boolean;
|
14063
14062
|
systemName: string;
|
14064
14063
|
displayName: string;
|
14064
|
+
isDefault: boolean;
|
14065
14065
|
isArchived: boolean;
|
14066
14066
|
isRequired: boolean;
|
14067
14067
|
isUnique: boolean;
|
@@ -14196,9 +14196,9 @@ export declare const ticketContract: {
|
|
14196
14196
|
createdAt: Date;
|
14197
14197
|
updatedAt: Date;
|
14198
14198
|
deletedAt: Date | null;
|
14199
|
-
isDefault: boolean;
|
14200
14199
|
systemName: string;
|
14201
14200
|
displayName: string;
|
14201
|
+
isDefault: boolean;
|
14202
14202
|
isArchived: boolean;
|
14203
14203
|
isRequired: boolean;
|
14204
14204
|
isUnique: boolean;
|
@@ -14292,9 +14292,9 @@ export declare const ticketContract: {
|
|
14292
14292
|
createdAt: Date;
|
14293
14293
|
updatedAt: Date;
|
14294
14294
|
deletedAt: Date | null;
|
14295
|
-
isDefault: boolean;
|
14296
14295
|
systemName: string;
|
14297
14296
|
displayName: string;
|
14297
|
+
isDefault: boolean;
|
14298
14298
|
isArchived: boolean;
|
14299
14299
|
isRequired: boolean;
|
14300
14300
|
isUnique: boolean;
|
@@ -14366,7 +14366,7 @@ export declare const ticketContract: {
|
|
14366
14366
|
sipServerUrl: string;
|
14367
14367
|
sipUserName: string;
|
14368
14368
|
webphoneLoginUser: string;
|
14369
|
-
extensionId:
|
14369
|
+
extensionId: string | null;
|
14370
14370
|
extensionName: string;
|
14371
14371
|
telephonySignature: string | null;
|
14372
14372
|
};
|
@@ -14410,7 +14410,7 @@ export declare const ticketContract: {
|
|
14410
14410
|
sipServerUrl: string;
|
14411
14411
|
sipUserName: string;
|
14412
14412
|
webphoneLoginUser: string;
|
14413
|
-
extensionId:
|
14413
|
+
extensionId: string | null;
|
14414
14414
|
extensionName: string;
|
14415
14415
|
telephonySignature: string | null;
|
14416
14416
|
};
|
@@ -14469,9 +14469,9 @@ export declare const ticketContract: {
|
|
14469
14469
|
createdAt: Date;
|
14470
14470
|
updatedAt: Date;
|
14471
14471
|
deletedAt: Date | null;
|
14472
|
-
isDefault: boolean;
|
14473
14472
|
systemName: string;
|
14474
14473
|
displayName: string;
|
14474
|
+
isDefault: boolean;
|
14475
14475
|
isArchived: boolean;
|
14476
14476
|
isRequired: boolean;
|
14477
14477
|
isUnique: boolean;
|
@@ -14565,9 +14565,9 @@ export declare const ticketContract: {
|
|
14565
14565
|
createdAt: Date;
|
14566
14566
|
updatedAt: Date;
|
14567
14567
|
deletedAt: Date | null;
|
14568
|
-
isDefault: boolean;
|
14569
14568
|
systemName: string;
|
14570
14569
|
displayName: string;
|
14570
|
+
isDefault: boolean;
|
14571
14571
|
isArchived: boolean;
|
14572
14572
|
isRequired: boolean;
|
14573
14573
|
isUnique: boolean;
|
@@ -14639,7 +14639,7 @@ export declare const ticketContract: {
|
|
14639
14639
|
sipServerUrl: string;
|
14640
14640
|
sipUserName: string;
|
14641
14641
|
webphoneLoginUser: string;
|
14642
|
-
extensionId:
|
14642
|
+
extensionId: string | null;
|
14643
14643
|
extensionName: string;
|
14644
14644
|
telephonySignature: string | null;
|
14645
14645
|
};
|
@@ -14683,7 +14683,7 @@ export declare const ticketContract: {
|
|
14683
14683
|
sipServerUrl: string;
|
14684
14684
|
sipUserName: string;
|
14685
14685
|
webphoneLoginUser: string;
|
14686
|
-
extensionId:
|
14686
|
+
extensionId: string | null;
|
14687
14687
|
extensionName: string;
|
14688
14688
|
telephonySignature: string | null;
|
14689
14689
|
};
|
@@ -14744,9 +14744,9 @@ export declare const ticketContract: {
|
|
14744
14744
|
createdAt: Date;
|
14745
14745
|
updatedAt: Date;
|
14746
14746
|
deletedAt: Date | null;
|
14747
|
-
isDefault: boolean;
|
14748
14747
|
systemName: string;
|
14749
14748
|
displayName: string;
|
14749
|
+
isDefault: boolean;
|
14750
14750
|
isArchived: boolean;
|
14751
14751
|
isRequired: boolean;
|
14752
14752
|
isUnique: boolean;
|
@@ -14840,9 +14840,9 @@ export declare const ticketContract: {
|
|
14840
14840
|
createdAt: Date;
|
14841
14841
|
updatedAt: Date;
|
14842
14842
|
deletedAt: Date | null;
|
14843
|
-
isDefault: boolean;
|
14844
14843
|
systemName: string;
|
14845
14844
|
displayName: string;
|
14845
|
+
isDefault: boolean;
|
14846
14846
|
isArchived: boolean;
|
14847
14847
|
isRequired: boolean;
|
14848
14848
|
isUnique: boolean;
|
@@ -14914,7 +14914,7 @@ export declare const ticketContract: {
|
|
14914
14914
|
sipServerUrl: string;
|
14915
14915
|
sipUserName: string;
|
14916
14916
|
webphoneLoginUser: string;
|
14917
|
-
extensionId:
|
14917
|
+
extensionId: string | null;
|
14918
14918
|
extensionName: string;
|
14919
14919
|
telephonySignature: string | null;
|
14920
14920
|
};
|
@@ -14958,7 +14958,7 @@ export declare const ticketContract: {
|
|
14958
14958
|
sipServerUrl: string;
|
14959
14959
|
sipUserName: string;
|
14960
14960
|
webphoneLoginUser: string;
|
14961
|
-
extensionId:
|
14961
|
+
extensionId: string | null;
|
14962
14962
|
extensionName: string;
|
14963
14963
|
telephonySignature: string | null;
|
14964
14964
|
};
|
@@ -15020,9 +15020,9 @@ export declare const ticketContract: {
|
|
15020
15020
|
createdAt: Date;
|
15021
15021
|
updatedAt: Date;
|
15022
15022
|
deletedAt: Date | null;
|
15023
|
-
isDefault: boolean;
|
15024
15023
|
systemName: string;
|
15025
15024
|
displayName: string;
|
15025
|
+
isDefault: boolean;
|
15026
15026
|
isArchived: boolean;
|
15027
15027
|
isRequired: boolean;
|
15028
15028
|
isUnique: boolean;
|
@@ -15116,9 +15116,9 @@ export declare const ticketContract: {
|
|
15116
15116
|
createdAt: Date;
|
15117
15117
|
updatedAt: Date;
|
15118
15118
|
deletedAt: Date | null;
|
15119
|
-
isDefault: boolean;
|
15120
15119
|
systemName: string;
|
15121
15120
|
displayName: string;
|
15121
|
+
isDefault: boolean;
|
15122
15122
|
isArchived: boolean;
|
15123
15123
|
isRequired: boolean;
|
15124
15124
|
isUnique: boolean;
|
@@ -15190,7 +15190,7 @@ export declare const ticketContract: {
|
|
15190
15190
|
sipServerUrl: string;
|
15191
15191
|
sipUserName: string;
|
15192
15192
|
webphoneLoginUser: string;
|
15193
|
-
extensionId:
|
15193
|
+
extensionId: string | null;
|
15194
15194
|
extensionName: string;
|
15195
15195
|
telephonySignature: string | null;
|
15196
15196
|
};
|
@@ -15234,7 +15234,7 @@ export declare const ticketContract: {
|
|
15234
15234
|
sipServerUrl: string;
|
15235
15235
|
sipUserName: string;
|
15236
15236
|
webphoneLoginUser: string;
|
15237
|
-
extensionId:
|
15237
|
+
extensionId: string | null;
|
15238
15238
|
extensionName: string;
|
15239
15239
|
telephonySignature: string | null;
|
15240
15240
|
};
|
@@ -15529,9 +15529,9 @@ export declare const ticketContract: {
|
|
15529
15529
|
createdAt: Date;
|
15530
15530
|
updatedAt: Date;
|
15531
15531
|
deletedAt: Date | null;
|
15532
|
-
isDefault: boolean;
|
15533
15532
|
systemName: string;
|
15534
15533
|
displayName: string;
|
15534
|
+
isDefault: boolean;
|
15535
15535
|
isArchived: boolean;
|
15536
15536
|
isRequired: boolean;
|
15537
15537
|
isUnique: boolean;
|
@@ -15542,9 +15542,9 @@ export declare const ticketContract: {
|
|
15542
15542
|
createdAt: Date;
|
15543
15543
|
updatedAt: Date;
|
15544
15544
|
deletedAt: Date | null;
|
15545
|
-
isDefault: boolean;
|
15546
15545
|
systemName: string;
|
15547
15546
|
displayName: string;
|
15547
|
+
isDefault: boolean;
|
15548
15548
|
isArchived: boolean;
|
15549
15549
|
isRequired: boolean;
|
15550
15550
|
isUnique: boolean;
|
@@ -15595,9 +15595,9 @@ export declare const ticketContract: {
|
|
15595
15595
|
createdAt: Date;
|
15596
15596
|
updatedAt: Date;
|
15597
15597
|
deletedAt: Date | null;
|
15598
|
-
isDefault: boolean;
|
15599
15598
|
systemName: string;
|
15600
15599
|
displayName: string;
|
15600
|
+
isDefault: boolean;
|
15601
15601
|
isArchived: boolean;
|
15602
15602
|
isRequired: boolean;
|
15603
15603
|
isUnique: boolean;
|
@@ -15630,9 +15630,9 @@ export declare const ticketContract: {
|
|
15630
15630
|
createdAt: Date;
|
15631
15631
|
updatedAt: Date;
|
15632
15632
|
deletedAt: Date | null;
|
15633
|
-
isDefault: boolean;
|
15634
15633
|
systemName: string;
|
15635
15634
|
displayName: string;
|
15635
|
+
isDefault: boolean;
|
15636
15636
|
isArchived: boolean;
|
15637
15637
|
isRequired: boolean;
|
15638
15638
|
isUnique: boolean;
|
@@ -15667,9 +15667,9 @@ export declare const ticketContract: {
|
|
15667
15667
|
createdAt: Date;
|
15668
15668
|
updatedAt: Date;
|
15669
15669
|
deletedAt: Date | null;
|
15670
|
-
isDefault: boolean;
|
15671
15670
|
systemName: string;
|
15672
15671
|
displayName: string;
|
15672
|
+
isDefault: boolean;
|
15673
15673
|
isArchived: boolean;
|
15674
15674
|
isRequired: boolean;
|
15675
15675
|
isUnique: boolean;
|
@@ -15705,9 +15705,9 @@ export declare const ticketContract: {
|
|
15705
15705
|
createdAt: Date;
|
15706
15706
|
updatedAt: Date;
|
15707
15707
|
deletedAt: Date | null;
|
15708
|
-
isDefault: boolean;
|
15709
15708
|
systemName: string;
|
15710
15709
|
displayName: string;
|
15710
|
+
isDefault: boolean;
|
15711
15711
|
isArchived: boolean;
|
15712
15712
|
isRequired: boolean;
|
15713
15713
|
isUnique: boolean;
|