@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
@@ -354,9 +354,9 @@ export declare const cxLogContract: {
|
|
354
354
|
createdAt: Date;
|
355
355
|
updatedAt: Date;
|
356
356
|
deletedAt: Date | null;
|
357
|
-
isDefault: boolean;
|
358
357
|
systemName: string;
|
359
358
|
displayName: string;
|
359
|
+
isDefault: boolean;
|
360
360
|
isArchived: boolean;
|
361
361
|
isRequired: boolean;
|
362
362
|
isUnique: boolean;
|
@@ -367,9 +367,9 @@ export declare const cxLogContract: {
|
|
367
367
|
createdAt: Date;
|
368
368
|
updatedAt: Date;
|
369
369
|
deletedAt: Date | null;
|
370
|
-
isDefault: boolean;
|
371
370
|
systemName: string;
|
372
371
|
displayName: string;
|
372
|
+
isDefault: boolean;
|
373
373
|
isArchived: boolean;
|
374
374
|
isRequired: boolean;
|
375
375
|
isUnique: boolean;
|
@@ -386,9 +386,9 @@ export declare const cxLogContract: {
|
|
386
386
|
createdAt: Date;
|
387
387
|
updatedAt: Date;
|
388
388
|
deletedAt: Date | null;
|
389
|
-
isDefault: boolean;
|
390
389
|
systemName: string;
|
391
390
|
displayName: string;
|
391
|
+
isDefault: boolean;
|
392
392
|
isArchived: boolean;
|
393
393
|
isRequired: boolean;
|
394
394
|
isUnique: boolean;
|
@@ -409,9 +409,9 @@ export declare const cxLogContract: {
|
|
409
409
|
createdAt: Date;
|
410
410
|
updatedAt: Date;
|
411
411
|
deletedAt: Date | null;
|
412
|
-
isDefault: boolean;
|
413
412
|
systemName: string;
|
414
413
|
displayName: string;
|
414
|
+
isDefault: boolean;
|
415
415
|
isArchived: boolean;
|
416
416
|
isRequired: boolean;
|
417
417
|
isUnique: boolean;
|
@@ -510,9 +510,9 @@ export declare const cxLogContract: {
|
|
510
510
|
createdAt: Date;
|
511
511
|
updatedAt: Date;
|
512
512
|
deletedAt: Date | null;
|
513
|
-
isDefault: boolean;
|
514
513
|
systemName: string;
|
515
514
|
displayName: string;
|
515
|
+
isDefault: boolean;
|
516
516
|
isArchived: boolean;
|
517
517
|
isRequired: boolean;
|
518
518
|
isUnique: boolean;
|
@@ -523,9 +523,9 @@ export declare const cxLogContract: {
|
|
523
523
|
createdAt: Date;
|
524
524
|
updatedAt: Date;
|
525
525
|
deletedAt: Date | null;
|
526
|
-
isDefault: boolean;
|
527
526
|
systemName: string;
|
528
527
|
displayName: string;
|
528
|
+
isDefault: boolean;
|
529
529
|
isArchived: boolean;
|
530
530
|
isRequired: boolean;
|
531
531
|
isUnique: boolean;
|
@@ -619,9 +619,9 @@ export declare const cxLogContract: {
|
|
619
619
|
createdAt: Date;
|
620
620
|
updatedAt: Date;
|
621
621
|
deletedAt: Date | null;
|
622
|
-
isDefault: boolean;
|
623
622
|
systemName: string;
|
624
623
|
displayName: string;
|
624
|
+
isDefault: boolean;
|
625
625
|
isArchived: boolean;
|
626
626
|
isRequired: boolean;
|
627
627
|
isUnique: boolean;
|
@@ -661,9 +661,9 @@ export declare const cxLogContract: {
|
|
661
661
|
createdAt: Date;
|
662
662
|
updatedAt: Date;
|
663
663
|
deletedAt: Date | null;
|
664
|
-
isDefault: boolean;
|
665
664
|
systemName: string;
|
666
665
|
displayName: string;
|
666
|
+
isDefault: boolean;
|
667
667
|
isArchived: boolean;
|
668
668
|
isRequired: boolean;
|
669
669
|
isUnique: boolean;
|
@@ -816,9 +816,9 @@ export declare const cxLogContract: {
|
|
816
816
|
createdAt: Date;
|
817
817
|
updatedAt: Date;
|
818
818
|
deletedAt: Date | null;
|
819
|
-
isDefault: boolean;
|
820
819
|
systemName: string;
|
821
820
|
displayName: string;
|
821
|
+
isDefault: boolean;
|
822
822
|
isArchived: boolean;
|
823
823
|
isRequired: boolean;
|
824
824
|
isUnique: boolean;
|
@@ -919,9 +919,9 @@ export declare const cxLogContract: {
|
|
919
919
|
createdAt: Date;
|
920
920
|
updatedAt: Date;
|
921
921
|
deletedAt: Date | null;
|
922
|
-
isDefault: boolean;
|
923
922
|
systemName: string;
|
924
923
|
displayName: string;
|
924
|
+
isDefault: boolean;
|
925
925
|
isArchived: boolean;
|
926
926
|
isRequired: boolean;
|
927
927
|
isUnique: boolean;
|
@@ -1036,9 +1036,9 @@ export declare const cxLogContract: {
|
|
1036
1036
|
createdAt: Date;
|
1037
1037
|
updatedAt: Date;
|
1038
1038
|
deletedAt: Date | null;
|
1039
|
-
isDefault: boolean;
|
1040
1039
|
systemName: string;
|
1041
1040
|
displayName: string;
|
1041
|
+
isDefault: boolean;
|
1042
1042
|
isArchived: boolean;
|
1043
1043
|
isRequired: boolean;
|
1044
1044
|
isUnique: boolean;
|
@@ -1154,9 +1154,9 @@ export declare const cxLogContract: {
|
|
1154
1154
|
createdAt: Date;
|
1155
1155
|
updatedAt: Date;
|
1156
1156
|
deletedAt: Date | null;
|
1157
|
-
isDefault: boolean;
|
1158
1157
|
systemName: string;
|
1159
1158
|
displayName: string;
|
1159
|
+
isDefault: boolean;
|
1160
1160
|
isArchived: boolean;
|
1161
1161
|
isRequired: boolean;
|
1162
1162
|
isUnique: boolean;
|
@@ -1329,7 +1329,7 @@ export declare const cxLogContract: {
|
|
1329
1329
|
sipServerUrl: z.ZodString;
|
1330
1330
|
sipUserName: z.ZodString;
|
1331
1331
|
webphoneLoginUser: z.ZodString;
|
1332
|
-
extensionId: z.
|
1332
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
1333
1333
|
extensionName: z.ZodString;
|
1334
1334
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
1335
1335
|
}, "strip", z.ZodTypeAny, {
|
@@ -1341,7 +1341,7 @@ export declare const cxLogContract: {
|
|
1341
1341
|
sipServerUrl: string;
|
1342
1342
|
sipUserName: string;
|
1343
1343
|
webphoneLoginUser: string;
|
1344
|
-
extensionId:
|
1344
|
+
extensionId: string | null;
|
1345
1345
|
extensionName: string;
|
1346
1346
|
telephonySignature: string | null;
|
1347
1347
|
}, {
|
@@ -1353,7 +1353,7 @@ export declare const cxLogContract: {
|
|
1353
1353
|
sipServerUrl: string;
|
1354
1354
|
sipUserName: string;
|
1355
1355
|
webphoneLoginUser: string;
|
1356
|
-
extensionId:
|
1356
|
+
extensionId: string | null;
|
1357
1357
|
extensionName: string;
|
1358
1358
|
telephonySignature: string | null;
|
1359
1359
|
}>;
|
@@ -1396,7 +1396,7 @@ export declare const cxLogContract: {
|
|
1396
1396
|
sipServerUrl: string;
|
1397
1397
|
sipUserName: string;
|
1398
1398
|
webphoneLoginUser: string;
|
1399
|
-
extensionId:
|
1399
|
+
extensionId: string | null;
|
1400
1400
|
extensionName: string;
|
1401
1401
|
telephonySignature: string | null;
|
1402
1402
|
};
|
@@ -1439,7 +1439,7 @@ export declare const cxLogContract: {
|
|
1439
1439
|
sipServerUrl: string;
|
1440
1440
|
sipUserName: string;
|
1441
1441
|
webphoneLoginUser: string;
|
1442
|
-
extensionId:
|
1442
|
+
extensionId: string | null;
|
1443
1443
|
extensionName: string;
|
1444
1444
|
telephonySignature: string | null;
|
1445
1445
|
};
|
@@ -1533,7 +1533,7 @@ export declare const cxLogContract: {
|
|
1533
1533
|
sipServerUrl: z.ZodString;
|
1534
1534
|
sipUserName: z.ZodString;
|
1535
1535
|
webphoneLoginUser: z.ZodString;
|
1536
|
-
extensionId: z.
|
1536
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
1537
1537
|
extensionName: z.ZodString;
|
1538
1538
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
1539
1539
|
}, "strip", z.ZodTypeAny, {
|
@@ -1545,7 +1545,7 @@ export declare const cxLogContract: {
|
|
1545
1545
|
sipServerUrl: string;
|
1546
1546
|
sipUserName: string;
|
1547
1547
|
webphoneLoginUser: string;
|
1548
|
-
extensionId:
|
1548
|
+
extensionId: string | null;
|
1549
1549
|
extensionName: string;
|
1550
1550
|
telephonySignature: string | null;
|
1551
1551
|
}, {
|
@@ -1557,7 +1557,7 @@ export declare const cxLogContract: {
|
|
1557
1557
|
sipServerUrl: string;
|
1558
1558
|
sipUserName: string;
|
1559
1559
|
webphoneLoginUser: string;
|
1560
|
-
extensionId:
|
1560
|
+
extensionId: string | null;
|
1561
1561
|
extensionName: string;
|
1562
1562
|
telephonySignature: string | null;
|
1563
1563
|
}>;
|
@@ -1600,7 +1600,7 @@ export declare const cxLogContract: {
|
|
1600
1600
|
sipServerUrl: string;
|
1601
1601
|
sipUserName: string;
|
1602
1602
|
webphoneLoginUser: string;
|
1603
|
-
extensionId:
|
1603
|
+
extensionId: string | null;
|
1604
1604
|
extensionName: string;
|
1605
1605
|
telephonySignature: string | null;
|
1606
1606
|
};
|
@@ -1643,7 +1643,7 @@ export declare const cxLogContract: {
|
|
1643
1643
|
sipServerUrl: string;
|
1644
1644
|
sipUserName: string;
|
1645
1645
|
webphoneLoginUser: string;
|
1646
|
-
extensionId:
|
1646
|
+
extensionId: string | null;
|
1647
1647
|
extensionName: string;
|
1648
1648
|
telephonySignature: string | null;
|
1649
1649
|
};
|
@@ -1766,7 +1766,7 @@ export declare const cxLogContract: {
|
|
1766
1766
|
sipServerUrl: z.ZodString;
|
1767
1767
|
sipUserName: z.ZodString;
|
1768
1768
|
webphoneLoginUser: z.ZodString;
|
1769
|
-
extensionId: z.
|
1769
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
1770
1770
|
extensionName: z.ZodString;
|
1771
1771
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
1772
1772
|
}, "strip", z.ZodTypeAny, {
|
@@ -1778,7 +1778,7 @@ export declare const cxLogContract: {
|
|
1778
1778
|
sipServerUrl: string;
|
1779
1779
|
sipUserName: string;
|
1780
1780
|
webphoneLoginUser: string;
|
1781
|
-
extensionId:
|
1781
|
+
extensionId: string | null;
|
1782
1782
|
extensionName: string;
|
1783
1783
|
telephonySignature: string | null;
|
1784
1784
|
}, {
|
@@ -1790,7 +1790,7 @@ export declare const cxLogContract: {
|
|
1790
1790
|
sipServerUrl: string;
|
1791
1791
|
sipUserName: string;
|
1792
1792
|
webphoneLoginUser: string;
|
1793
|
-
extensionId:
|
1793
|
+
extensionId: string | null;
|
1794
1794
|
extensionName: string;
|
1795
1795
|
telephonySignature: string | null;
|
1796
1796
|
}>;
|
@@ -1833,7 +1833,7 @@ export declare const cxLogContract: {
|
|
1833
1833
|
sipServerUrl: string;
|
1834
1834
|
sipUserName: string;
|
1835
1835
|
webphoneLoginUser: string;
|
1836
|
-
extensionId:
|
1836
|
+
extensionId: string | null;
|
1837
1837
|
extensionName: string;
|
1838
1838
|
telephonySignature: string | null;
|
1839
1839
|
};
|
@@ -1876,7 +1876,7 @@ export declare const cxLogContract: {
|
|
1876
1876
|
sipServerUrl: string;
|
1877
1877
|
sipUserName: string;
|
1878
1878
|
webphoneLoginUser: string;
|
1879
|
-
extensionId:
|
1879
|
+
extensionId: string | null;
|
1880
1880
|
extensionName: string;
|
1881
1881
|
telephonySignature: string | null;
|
1882
1882
|
};
|
@@ -1939,7 +1939,7 @@ export declare const cxLogContract: {
|
|
1939
1939
|
sipServerUrl: string;
|
1940
1940
|
sipUserName: string;
|
1941
1941
|
webphoneLoginUser: string;
|
1942
|
-
extensionId:
|
1942
|
+
extensionId: string | null;
|
1943
1943
|
extensionName: string;
|
1944
1944
|
telephonySignature: string | null;
|
1945
1945
|
};
|
@@ -2002,7 +2002,7 @@ export declare const cxLogContract: {
|
|
2002
2002
|
sipServerUrl: string;
|
2003
2003
|
sipUserName: string;
|
2004
2004
|
webphoneLoginUser: string;
|
2005
|
-
extensionId:
|
2005
|
+
extensionId: string | null;
|
2006
2006
|
extensionName: string;
|
2007
2007
|
telephonySignature: string | null;
|
2008
2008
|
};
|
@@ -2053,7 +2053,7 @@ export declare const cxLogContract: {
|
|
2053
2053
|
sipServerUrl: string;
|
2054
2054
|
sipUserName: string;
|
2055
2055
|
webphoneLoginUser: string;
|
2056
|
-
extensionId:
|
2056
|
+
extensionId: string | null;
|
2057
2057
|
extensionName: string;
|
2058
2058
|
telephonySignature: string | null;
|
2059
2059
|
};
|
@@ -2098,9 +2098,9 @@ export declare const cxLogContract: {
|
|
2098
2098
|
createdAt: Date;
|
2099
2099
|
updatedAt: Date;
|
2100
2100
|
deletedAt: Date | null;
|
2101
|
-
isDefault: boolean;
|
2102
2101
|
systemName: string;
|
2103
2102
|
displayName: string;
|
2103
|
+
isDefault: boolean;
|
2104
2104
|
isArchived: boolean;
|
2105
2105
|
isRequired: boolean;
|
2106
2106
|
isUnique: boolean;
|
@@ -2223,7 +2223,7 @@ export declare const cxLogContract: {
|
|
2223
2223
|
sipServerUrl: string;
|
2224
2224
|
sipUserName: string;
|
2225
2225
|
webphoneLoginUser: string;
|
2226
|
-
extensionId:
|
2226
|
+
extensionId: string | null;
|
2227
2227
|
extensionName: string;
|
2228
2228
|
telephonySignature: string | null;
|
2229
2229
|
};
|
@@ -2286,7 +2286,7 @@ export declare const cxLogContract: {
|
|
2286
2286
|
sipServerUrl: string;
|
2287
2287
|
sipUserName: string;
|
2288
2288
|
webphoneLoginUser: string;
|
2289
|
-
extensionId:
|
2289
|
+
extensionId: string | null;
|
2290
2290
|
extensionName: string;
|
2291
2291
|
telephonySignature: string | null;
|
2292
2292
|
};
|
@@ -2337,7 +2337,7 @@ export declare const cxLogContract: {
|
|
2337
2337
|
sipServerUrl: string;
|
2338
2338
|
sipUserName: string;
|
2339
2339
|
webphoneLoginUser: string;
|
2340
|
-
extensionId:
|
2340
|
+
extensionId: string | null;
|
2341
2341
|
extensionName: string;
|
2342
2342
|
telephonySignature: string | null;
|
2343
2343
|
};
|
@@ -2382,9 +2382,9 @@ export declare const cxLogContract: {
|
|
2382
2382
|
createdAt: Date;
|
2383
2383
|
updatedAt: Date;
|
2384
2384
|
deletedAt: Date | null;
|
2385
|
-
isDefault: boolean;
|
2386
2385
|
systemName: string;
|
2387
2386
|
displayName: string;
|
2387
|
+
isDefault: boolean;
|
2388
2388
|
isArchived: boolean;
|
2389
2389
|
isRequired: boolean;
|
2390
2390
|
isUnique: boolean;
|
@@ -2507,7 +2507,7 @@ export declare const cxLogContract: {
|
|
2507
2507
|
sipServerUrl: string;
|
2508
2508
|
sipUserName: string;
|
2509
2509
|
webphoneLoginUser: string;
|
2510
|
-
extensionId:
|
2510
|
+
extensionId: string | null;
|
2511
2511
|
extensionName: string;
|
2512
2512
|
telephonySignature: string | null;
|
2513
2513
|
};
|
@@ -2570,7 +2570,7 @@ export declare const cxLogContract: {
|
|
2570
2570
|
sipServerUrl: string;
|
2571
2571
|
sipUserName: string;
|
2572
2572
|
webphoneLoginUser: string;
|
2573
|
-
extensionId:
|
2573
|
+
extensionId: string | null;
|
2574
2574
|
extensionName: string;
|
2575
2575
|
telephonySignature: string | null;
|
2576
2576
|
};
|
@@ -2699,9 +2699,9 @@ export declare const cxLogContract: {
|
|
2699
2699
|
createdAt: Date;
|
2700
2700
|
updatedAt: Date;
|
2701
2701
|
deletedAt: Date | null;
|
2702
|
-
isDefault: boolean;
|
2703
2702
|
systemName: string;
|
2704
2703
|
displayName: string;
|
2704
|
+
isDefault: boolean;
|
2705
2705
|
isArchived: boolean;
|
2706
2706
|
isRequired: boolean;
|
2707
2707
|
isUnique: boolean;
|
@@ -2712,9 +2712,9 @@ export declare const cxLogContract: {
|
|
2712
2712
|
createdAt: Date;
|
2713
2713
|
updatedAt: Date;
|
2714
2714
|
deletedAt: Date | null;
|
2715
|
-
isDefault: boolean;
|
2716
2715
|
systemName: string;
|
2717
2716
|
displayName: string;
|
2717
|
+
isDefault: boolean;
|
2718
2718
|
isArchived: boolean;
|
2719
2719
|
isRequired: boolean;
|
2720
2720
|
isUnique: boolean;
|
@@ -2731,9 +2731,9 @@ export declare const cxLogContract: {
|
|
2731
2731
|
createdAt: Date;
|
2732
2732
|
updatedAt: Date;
|
2733
2733
|
deletedAt: Date | null;
|
2734
|
-
isDefault: boolean;
|
2735
2734
|
systemName: string;
|
2736
2735
|
displayName: string;
|
2736
|
+
isDefault: boolean;
|
2737
2737
|
isArchived: boolean;
|
2738
2738
|
isRequired: boolean;
|
2739
2739
|
isUnique: boolean;
|
@@ -2754,9 +2754,9 @@ export declare const cxLogContract: {
|
|
2754
2754
|
createdAt: Date;
|
2755
2755
|
updatedAt: Date;
|
2756
2756
|
deletedAt: Date | null;
|
2757
|
-
isDefault: boolean;
|
2758
2757
|
systemName: string;
|
2759
2758
|
displayName: string;
|
2759
|
+
isDefault: boolean;
|
2760
2760
|
isArchived: boolean;
|
2761
2761
|
isRequired: boolean;
|
2762
2762
|
isUnique: boolean;
|
@@ -2855,9 +2855,9 @@ export declare const cxLogContract: {
|
|
2855
2855
|
createdAt: Date;
|
2856
2856
|
updatedAt: Date;
|
2857
2857
|
deletedAt: Date | null;
|
2858
|
-
isDefault: boolean;
|
2859
2858
|
systemName: string;
|
2860
2859
|
displayName: string;
|
2860
|
+
isDefault: boolean;
|
2861
2861
|
isArchived: boolean;
|
2862
2862
|
isRequired: boolean;
|
2863
2863
|
isUnique: boolean;
|
@@ -2868,9 +2868,9 @@ export declare const cxLogContract: {
|
|
2868
2868
|
createdAt: Date;
|
2869
2869
|
updatedAt: Date;
|
2870
2870
|
deletedAt: Date | null;
|
2871
|
-
isDefault: boolean;
|
2872
2871
|
systemName: string;
|
2873
2872
|
displayName: string;
|
2873
|
+
isDefault: boolean;
|
2874
2874
|
isArchived: boolean;
|
2875
2875
|
isRequired: boolean;
|
2876
2876
|
isUnique: boolean;
|
@@ -2964,9 +2964,9 @@ export declare const cxLogContract: {
|
|
2964
2964
|
createdAt: Date;
|
2965
2965
|
updatedAt: Date;
|
2966
2966
|
deletedAt: Date | null;
|
2967
|
-
isDefault: boolean;
|
2968
2967
|
systemName: string;
|
2969
2968
|
displayName: string;
|
2969
|
+
isDefault: boolean;
|
2970
2970
|
isArchived: boolean;
|
2971
2971
|
isRequired: boolean;
|
2972
2972
|
isUnique: boolean;
|
@@ -3006,9 +3006,9 @@ export declare const cxLogContract: {
|
|
3006
3006
|
createdAt: Date;
|
3007
3007
|
updatedAt: Date;
|
3008
3008
|
deletedAt: Date | null;
|
3009
|
-
isDefault: boolean;
|
3010
3009
|
systemName: string;
|
3011
3010
|
displayName: string;
|
3011
|
+
isDefault: boolean;
|
3012
3012
|
isArchived: boolean;
|
3013
3013
|
isRequired: boolean;
|
3014
3014
|
isUnique: boolean;
|
@@ -3161,9 +3161,9 @@ export declare const cxLogContract: {
|
|
3161
3161
|
createdAt: Date;
|
3162
3162
|
updatedAt: Date;
|
3163
3163
|
deletedAt: Date | null;
|
3164
|
-
isDefault: boolean;
|
3165
3164
|
systemName: string;
|
3166
3165
|
displayName: string;
|
3166
|
+
isDefault: boolean;
|
3167
3167
|
isArchived: boolean;
|
3168
3168
|
isRequired: boolean;
|
3169
3169
|
isUnique: boolean;
|
@@ -3264,9 +3264,9 @@ export declare const cxLogContract: {
|
|
3264
3264
|
createdAt: Date;
|
3265
3265
|
updatedAt: Date;
|
3266
3266
|
deletedAt: Date | null;
|
3267
|
-
isDefault: boolean;
|
3268
3267
|
systemName: string;
|
3269
3268
|
displayName: string;
|
3269
|
+
isDefault: boolean;
|
3270
3270
|
isArchived: boolean;
|
3271
3271
|
isRequired: boolean;
|
3272
3272
|
isUnique: boolean;
|
@@ -3428,7 +3428,7 @@ export declare const cxLogContract: {
|
|
3428
3428
|
sipServerUrl: z.ZodString;
|
3429
3429
|
sipUserName: z.ZodString;
|
3430
3430
|
webphoneLoginUser: z.ZodString;
|
3431
|
-
extensionId: z.
|
3431
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
3432
3432
|
extensionName: z.ZodString;
|
3433
3433
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
3434
3434
|
user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
@@ -3520,7 +3520,7 @@ export declare const cxLogContract: {
|
|
3520
3520
|
sipServerUrl: z.ZodString;
|
3521
3521
|
sipUserName: z.ZodString;
|
3522
3522
|
webphoneLoginUser: z.ZodString;
|
3523
|
-
extensionId: z.
|
3523
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
3524
3524
|
extensionName: z.ZodString;
|
3525
3525
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
3526
3526
|
}, "strip", z.ZodTypeAny, {
|
@@ -3532,7 +3532,7 @@ export declare const cxLogContract: {
|
|
3532
3532
|
sipServerUrl: string;
|
3533
3533
|
sipUserName: string;
|
3534
3534
|
webphoneLoginUser: string;
|
3535
|
-
extensionId:
|
3535
|
+
extensionId: string | null;
|
3536
3536
|
extensionName: string;
|
3537
3537
|
telephonySignature: string | null;
|
3538
3538
|
}, {
|
@@ -3544,7 +3544,7 @@ export declare const cxLogContract: {
|
|
3544
3544
|
sipServerUrl: string;
|
3545
3545
|
sipUserName: string;
|
3546
3546
|
webphoneLoginUser: string;
|
3547
|
-
extensionId:
|
3547
|
+
extensionId: string | null;
|
3548
3548
|
extensionName: string;
|
3549
3549
|
telephonySignature: string | null;
|
3550
3550
|
}>;
|
@@ -3587,7 +3587,7 @@ export declare const cxLogContract: {
|
|
3587
3587
|
sipServerUrl: string;
|
3588
3588
|
sipUserName: string;
|
3589
3589
|
webphoneLoginUser: string;
|
3590
|
-
extensionId:
|
3590
|
+
extensionId: string | null;
|
3591
3591
|
extensionName: string;
|
3592
3592
|
telephonySignature: string | null;
|
3593
3593
|
};
|
@@ -3630,7 +3630,7 @@ export declare const cxLogContract: {
|
|
3630
3630
|
sipServerUrl: string;
|
3631
3631
|
sipUserName: string;
|
3632
3632
|
webphoneLoginUser: string;
|
3633
|
-
extensionId:
|
3633
|
+
extensionId: string | null;
|
3634
3634
|
extensionName: string;
|
3635
3635
|
telephonySignature: string | null;
|
3636
3636
|
};
|
@@ -3644,7 +3644,7 @@ export declare const cxLogContract: {
|
|
3644
3644
|
sipServerUrl: string;
|
3645
3645
|
sipUserName: string;
|
3646
3646
|
webphoneLoginUser: string;
|
3647
|
-
extensionId:
|
3647
|
+
extensionId: string | null;
|
3648
3648
|
extensionName: string;
|
3649
3649
|
telephonySignature: string | null;
|
3650
3650
|
user?: {
|
@@ -3686,7 +3686,7 @@ export declare const cxLogContract: {
|
|
3686
3686
|
sipServerUrl: string;
|
3687
3687
|
sipUserName: string;
|
3688
3688
|
webphoneLoginUser: string;
|
3689
|
-
extensionId:
|
3689
|
+
extensionId: string | null;
|
3690
3690
|
extensionName: string;
|
3691
3691
|
telephonySignature: string | null;
|
3692
3692
|
};
|
@@ -3700,7 +3700,7 @@ export declare const cxLogContract: {
|
|
3700
3700
|
sipServerUrl: string;
|
3701
3701
|
sipUserName: string;
|
3702
3702
|
webphoneLoginUser: string;
|
3703
|
-
extensionId:
|
3703
|
+
extensionId: string | null;
|
3704
3704
|
extensionName: string;
|
3705
3705
|
telephonySignature: string | null;
|
3706
3706
|
user?: {
|
@@ -3742,7 +3742,7 @@ export declare const cxLogContract: {
|
|
3742
3742
|
sipServerUrl: string;
|
3743
3743
|
sipUserName: string;
|
3744
3744
|
webphoneLoginUser: string;
|
3745
|
-
extensionId:
|
3745
|
+
extensionId: string | null;
|
3746
3746
|
extensionName: string;
|
3747
3747
|
telephonySignature: string | null;
|
3748
3748
|
};
|
@@ -3794,9 +3794,9 @@ export declare const cxLogContract: {
|
|
3794
3794
|
createdAt: Date;
|
3795
3795
|
updatedAt: Date;
|
3796
3796
|
deletedAt: Date | null;
|
3797
|
-
isDefault: boolean;
|
3798
3797
|
systemName: string;
|
3799
3798
|
displayName: string;
|
3799
|
+
isDefault: boolean;
|
3800
3800
|
isArchived: boolean;
|
3801
3801
|
isRequired: boolean;
|
3802
3802
|
isUnique: boolean;
|
@@ -3909,7 +3909,7 @@ export declare const cxLogContract: {
|
|
3909
3909
|
sipServerUrl: string;
|
3910
3910
|
sipUserName: string;
|
3911
3911
|
webphoneLoginUser: string;
|
3912
|
-
extensionId:
|
3912
|
+
extensionId: string | null;
|
3913
3913
|
extensionName: string;
|
3914
3914
|
telephonySignature: string | null;
|
3915
3915
|
user?: {
|
@@ -3951,7 +3951,7 @@ export declare const cxLogContract: {
|
|
3951
3951
|
sipServerUrl: string;
|
3952
3952
|
sipUserName: string;
|
3953
3953
|
webphoneLoginUser: string;
|
3954
|
-
extensionId:
|
3954
|
+
extensionId: string | null;
|
3955
3955
|
extensionName: string;
|
3956
3956
|
telephonySignature: string | null;
|
3957
3957
|
};
|
@@ -4001,9 +4001,9 @@ export declare const cxLogContract: {
|
|
4001
4001
|
createdAt: Date;
|
4002
4002
|
updatedAt: Date;
|
4003
4003
|
deletedAt: Date | null;
|
4004
|
-
isDefault: boolean;
|
4005
4004
|
systemName: string;
|
4006
4005
|
displayName: string;
|
4006
|
+
isDefault: boolean;
|
4007
4007
|
isArchived: boolean;
|
4008
4008
|
isRequired: boolean;
|
4009
4009
|
isUnique: boolean;
|
@@ -4116,7 +4116,7 @@ export declare const cxLogContract: {
|
|
4116
4116
|
sipServerUrl: string;
|
4117
4117
|
sipUserName: string;
|
4118
4118
|
webphoneLoginUser: string;
|
4119
|
-
extensionId:
|
4119
|
+
extensionId: string | null;
|
4120
4120
|
extensionName: string;
|
4121
4121
|
telephonySignature: string | null;
|
4122
4122
|
user?: {
|
@@ -4158,7 +4158,7 @@ export declare const cxLogContract: {
|
|
4158
4158
|
sipServerUrl: string;
|
4159
4159
|
sipUserName: string;
|
4160
4160
|
webphoneLoginUser: string;
|
4161
|
-
extensionId:
|
4161
|
+
extensionId: string | null;
|
4162
4162
|
extensionName: string;
|
4163
4163
|
telephonySignature: string | null;
|
4164
4164
|
};
|
@@ -4281,9 +4281,9 @@ export declare const cxLogContract: {
|
|
4281
4281
|
createdAt: Date;
|
4282
4282
|
updatedAt: Date;
|
4283
4283
|
deletedAt: Date | null;
|
4284
|
-
isDefault: boolean;
|
4285
4284
|
systemName: string;
|
4286
4285
|
displayName: string;
|
4286
|
+
isDefault: boolean;
|
4287
4287
|
isArchived: boolean;
|
4288
4288
|
isRequired: boolean;
|
4289
4289
|
isUnique: boolean;
|
@@ -4294,9 +4294,9 @@ export declare const cxLogContract: {
|
|
4294
4294
|
createdAt: Date;
|
4295
4295
|
updatedAt: Date;
|
4296
4296
|
deletedAt: Date | null;
|
4297
|
-
isDefault: boolean;
|
4298
4297
|
systemName: string;
|
4299
4298
|
displayName: string;
|
4299
|
+
isDefault: boolean;
|
4300
4300
|
isArchived: boolean;
|
4301
4301
|
isRequired: boolean;
|
4302
4302
|
isUnique: boolean;
|
@@ -4313,9 +4313,9 @@ export declare const cxLogContract: {
|
|
4313
4313
|
createdAt: Date;
|
4314
4314
|
updatedAt: Date;
|
4315
4315
|
deletedAt: Date | null;
|
4316
|
-
isDefault: boolean;
|
4317
4316
|
systemName: string;
|
4318
4317
|
displayName: string;
|
4318
|
+
isDefault: boolean;
|
4319
4319
|
isArchived: boolean;
|
4320
4320
|
isRequired: boolean;
|
4321
4321
|
isUnique: boolean;
|
@@ -4336,9 +4336,9 @@ export declare const cxLogContract: {
|
|
4336
4336
|
createdAt: Date;
|
4337
4337
|
updatedAt: Date;
|
4338
4338
|
deletedAt: Date | null;
|
4339
|
-
isDefault: boolean;
|
4340
4339
|
systemName: string;
|
4341
4340
|
displayName: string;
|
4341
|
+
isDefault: boolean;
|
4342
4342
|
isArchived: boolean;
|
4343
4343
|
isRequired: boolean;
|
4344
4344
|
isUnique: boolean;
|
@@ -4437,9 +4437,9 @@ export declare const cxLogContract: {
|
|
4437
4437
|
createdAt: Date;
|
4438
4438
|
updatedAt: Date;
|
4439
4439
|
deletedAt: Date | null;
|
4440
|
-
isDefault: boolean;
|
4441
4440
|
systemName: string;
|
4442
4441
|
displayName: string;
|
4442
|
+
isDefault: boolean;
|
4443
4443
|
isArchived: boolean;
|
4444
4444
|
isRequired: boolean;
|
4445
4445
|
isUnique: boolean;
|
@@ -4450,9 +4450,9 @@ export declare const cxLogContract: {
|
|
4450
4450
|
createdAt: Date;
|
4451
4451
|
updatedAt: Date;
|
4452
4452
|
deletedAt: Date | null;
|
4453
|
-
isDefault: boolean;
|
4454
4453
|
systemName: string;
|
4455
4454
|
displayName: string;
|
4455
|
+
isDefault: boolean;
|
4456
4456
|
isArchived: boolean;
|
4457
4457
|
isRequired: boolean;
|
4458
4458
|
isUnique: boolean;
|
@@ -4546,9 +4546,9 @@ export declare const cxLogContract: {
|
|
4546
4546
|
createdAt: Date;
|
4547
4547
|
updatedAt: Date;
|
4548
4548
|
deletedAt: Date | null;
|
4549
|
-
isDefault: boolean;
|
4550
4549
|
systemName: string;
|
4551
4550
|
displayName: string;
|
4551
|
+
isDefault: boolean;
|
4552
4552
|
isArchived: boolean;
|
4553
4553
|
isRequired: boolean;
|
4554
4554
|
isUnique: boolean;
|
@@ -4588,9 +4588,9 @@ export declare const cxLogContract: {
|
|
4588
4588
|
createdAt: Date;
|
4589
4589
|
updatedAt: Date;
|
4590
4590
|
deletedAt: Date | null;
|
4591
|
-
isDefault: boolean;
|
4592
4591
|
systemName: string;
|
4593
4592
|
displayName: string;
|
4593
|
+
isDefault: boolean;
|
4594
4594
|
isArchived: boolean;
|
4595
4595
|
isRequired: boolean;
|
4596
4596
|
isUnique: boolean;
|
@@ -4743,9 +4743,9 @@ export declare const cxLogContract: {
|
|
4743
4743
|
createdAt: Date;
|
4744
4744
|
updatedAt: Date;
|
4745
4745
|
deletedAt: Date | null;
|
4746
|
-
isDefault: boolean;
|
4747
4746
|
systemName: string;
|
4748
4747
|
displayName: string;
|
4748
|
+
isDefault: boolean;
|
4749
4749
|
isArchived: boolean;
|
4750
4750
|
isRequired: boolean;
|
4751
4751
|
isUnique: boolean;
|
@@ -4846,9 +4846,9 @@ export declare const cxLogContract: {
|
|
4846
4846
|
createdAt: Date;
|
4847
4847
|
updatedAt: Date;
|
4848
4848
|
deletedAt: Date | null;
|
4849
|
-
isDefault: boolean;
|
4850
4849
|
systemName: string;
|
4851
4850
|
displayName: string;
|
4851
|
+
isDefault: boolean;
|
4852
4852
|
isArchived: boolean;
|
4853
4853
|
isRequired: boolean;
|
4854
4854
|
isUnique: boolean;
|
@@ -5019,7 +5019,7 @@ export declare const cxLogContract: {
|
|
5019
5019
|
sipServerUrl: z.ZodString;
|
5020
5020
|
sipUserName: z.ZodString;
|
5021
5021
|
webphoneLoginUser: z.ZodString;
|
5022
|
-
extensionId: z.
|
5022
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
5023
5023
|
extensionName: z.ZodString;
|
5024
5024
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
5025
5025
|
}, "strip", z.ZodTypeAny, {
|
@@ -5031,7 +5031,7 @@ export declare const cxLogContract: {
|
|
5031
5031
|
sipServerUrl: string;
|
5032
5032
|
sipUserName: string;
|
5033
5033
|
webphoneLoginUser: string;
|
5034
|
-
extensionId:
|
5034
|
+
extensionId: string | null;
|
5035
5035
|
extensionName: string;
|
5036
5036
|
telephonySignature: string | null;
|
5037
5037
|
}, {
|
@@ -5043,7 +5043,7 @@ export declare const cxLogContract: {
|
|
5043
5043
|
sipServerUrl: string;
|
5044
5044
|
sipUserName: string;
|
5045
5045
|
webphoneLoginUser: string;
|
5046
|
-
extensionId:
|
5046
|
+
extensionId: string | null;
|
5047
5047
|
extensionName: string;
|
5048
5048
|
telephonySignature: string | null;
|
5049
5049
|
}>;
|
@@ -5086,7 +5086,7 @@ export declare const cxLogContract: {
|
|
5086
5086
|
sipServerUrl: string;
|
5087
5087
|
sipUserName: string;
|
5088
5088
|
webphoneLoginUser: string;
|
5089
|
-
extensionId:
|
5089
|
+
extensionId: string | null;
|
5090
5090
|
extensionName: string;
|
5091
5091
|
telephonySignature: string | null;
|
5092
5092
|
};
|
@@ -5129,7 +5129,7 @@ export declare const cxLogContract: {
|
|
5129
5129
|
sipServerUrl: string;
|
5130
5130
|
sipUserName: string;
|
5131
5131
|
webphoneLoginUser: string;
|
5132
|
-
extensionId:
|
5132
|
+
extensionId: string | null;
|
5133
5133
|
extensionName: string;
|
5134
5134
|
telephonySignature: string | null;
|
5135
5135
|
};
|
@@ -5143,6 +5143,7 @@ export declare const cxLogContract: {
|
|
5143
5143
|
createdAt: Date;
|
5144
5144
|
updatedAt: Date;
|
5145
5145
|
deletedAt: Date | null;
|
5146
|
+
entityId: string;
|
5146
5147
|
contact: {
|
5147
5148
|
id: string;
|
5148
5149
|
channel: string | null;
|
@@ -5163,9 +5164,9 @@ export declare const cxLogContract: {
|
|
5163
5164
|
createdAt: Date;
|
5164
5165
|
updatedAt: Date;
|
5165
5166
|
deletedAt: Date | null;
|
5166
|
-
isDefault: boolean;
|
5167
5167
|
systemName: string;
|
5168
5168
|
displayName: string;
|
5169
|
+
isDefault: boolean;
|
5169
5170
|
isArchived: boolean;
|
5170
5171
|
isRequired: boolean;
|
5171
5172
|
isUnique: boolean;
|
@@ -5247,7 +5248,6 @@ export declare const cxLogContract: {
|
|
5247
5248
|
};
|
5248
5249
|
}[] | undefined;
|
5249
5250
|
} | null;
|
5250
|
-
entityId: string;
|
5251
5251
|
caseId: number;
|
5252
5252
|
entityName: string;
|
5253
5253
|
startedDate: string | null;
|
@@ -5326,7 +5326,7 @@ export declare const cxLogContract: {
|
|
5326
5326
|
sipServerUrl: string;
|
5327
5327
|
sipUserName: string;
|
5328
5328
|
webphoneLoginUser: string;
|
5329
|
-
extensionId:
|
5329
|
+
extensionId: string | null;
|
5330
5330
|
extensionName: string;
|
5331
5331
|
telephonySignature: string | null;
|
5332
5332
|
};
|
@@ -5371,9 +5371,9 @@ export declare const cxLogContract: {
|
|
5371
5371
|
createdAt: Date;
|
5372
5372
|
updatedAt: Date;
|
5373
5373
|
deletedAt: Date | null;
|
5374
|
-
isDefault: boolean;
|
5375
5374
|
systemName: string;
|
5376
5375
|
displayName: string;
|
5376
|
+
isDefault: boolean;
|
5377
5377
|
isArchived: boolean;
|
5378
5378
|
isRequired: boolean;
|
5379
5379
|
isUnique: boolean;
|
@@ -5496,7 +5496,7 @@ export declare const cxLogContract: {
|
|
5496
5496
|
sipServerUrl: string;
|
5497
5497
|
sipUserName: string;
|
5498
5498
|
webphoneLoginUser: string;
|
5499
|
-
extensionId:
|
5499
|
+
extensionId: string | null;
|
5500
5500
|
extensionName: string;
|
5501
5501
|
telephonySignature: string | null;
|
5502
5502
|
};
|
@@ -5559,7 +5559,7 @@ export declare const cxLogContract: {
|
|
5559
5559
|
sipServerUrl: string;
|
5560
5560
|
sipUserName: string;
|
5561
5561
|
webphoneLoginUser: string;
|
5562
|
-
extensionId:
|
5562
|
+
extensionId: string | null;
|
5563
5563
|
extensionName: string;
|
5564
5564
|
telephonySignature: string | null;
|
5565
5565
|
};
|
@@ -5610,9 +5610,9 @@ export declare const cxLogContract: {
|
|
5610
5610
|
createdAt: Date;
|
5611
5611
|
updatedAt: Date;
|
5612
5612
|
deletedAt: Date | null;
|
5613
|
-
isDefault: boolean;
|
5614
5613
|
systemName: string;
|
5615
5614
|
displayName: string;
|
5615
|
+
isDefault: boolean;
|
5616
5616
|
isArchived: boolean;
|
5617
5617
|
isRequired: boolean;
|
5618
5618
|
isUnique: boolean;
|
@@ -5725,7 +5725,7 @@ export declare const cxLogContract: {
|
|
5725
5725
|
sipServerUrl: string;
|
5726
5726
|
sipUserName: string;
|
5727
5727
|
webphoneLoginUser: string;
|
5728
|
-
extensionId:
|
5728
|
+
extensionId: string | null;
|
5729
5729
|
extensionName: string;
|
5730
5730
|
telephonySignature: string | null;
|
5731
5731
|
user?: {
|
@@ -5767,7 +5767,7 @@ export declare const cxLogContract: {
|
|
5767
5767
|
sipServerUrl: string;
|
5768
5768
|
sipUserName: string;
|
5769
5769
|
webphoneLoginUser: string;
|
5770
|
-
extensionId:
|
5770
|
+
extensionId: string | null;
|
5771
5771
|
extensionName: string;
|
5772
5772
|
telephonySignature: string | null;
|
5773
5773
|
};
|
@@ -5816,7 +5816,7 @@ export declare const cxLogContract: {
|
|
5816
5816
|
sipServerUrl: string;
|
5817
5817
|
sipUserName: string;
|
5818
5818
|
webphoneLoginUser: string;
|
5819
|
-
extensionId:
|
5819
|
+
extensionId: string | null;
|
5820
5820
|
extensionName: string;
|
5821
5821
|
telephonySignature: string | null;
|
5822
5822
|
};
|
@@ -5830,6 +5830,7 @@ export declare const cxLogContract: {
|
|
5830
5830
|
createdAt: Date;
|
5831
5831
|
updatedAt: Date;
|
5832
5832
|
deletedAt: Date | null;
|
5833
|
+
entityId: string;
|
5833
5834
|
contact: {
|
5834
5835
|
id: string;
|
5835
5836
|
channel: string | null;
|
@@ -5850,9 +5851,9 @@ export declare const cxLogContract: {
|
|
5850
5851
|
createdAt: Date;
|
5851
5852
|
updatedAt: Date;
|
5852
5853
|
deletedAt: Date | null;
|
5853
|
-
isDefault: boolean;
|
5854
5854
|
systemName: string;
|
5855
5855
|
displayName: string;
|
5856
|
+
isDefault: boolean;
|
5856
5857
|
isArchived: boolean;
|
5857
5858
|
isRequired: boolean;
|
5858
5859
|
isUnique: boolean;
|
@@ -5934,7 +5935,6 @@ export declare const cxLogContract: {
|
|
5934
5935
|
};
|
5935
5936
|
}[] | undefined;
|
5936
5937
|
} | null;
|
5937
|
-
entityId: string;
|
5938
5938
|
caseId: number;
|
5939
5939
|
entityName: string;
|
5940
5940
|
startedDate: string | null;
|
@@ -6013,7 +6013,7 @@ export declare const cxLogContract: {
|
|
6013
6013
|
sipServerUrl: string;
|
6014
6014
|
sipUserName: string;
|
6015
6015
|
webphoneLoginUser: string;
|
6016
|
-
extensionId:
|
6016
|
+
extensionId: string | null;
|
6017
6017
|
extensionName: string;
|
6018
6018
|
telephonySignature: string | null;
|
6019
6019
|
};
|
@@ -6058,9 +6058,9 @@ export declare const cxLogContract: {
|
|
6058
6058
|
createdAt: Date;
|
6059
6059
|
updatedAt: Date;
|
6060
6060
|
deletedAt: Date | null;
|
6061
|
-
isDefault: boolean;
|
6062
6061
|
systemName: string;
|
6063
6062
|
displayName: string;
|
6063
|
+
isDefault: boolean;
|
6064
6064
|
isArchived: boolean;
|
6065
6065
|
isRequired: boolean;
|
6066
6066
|
isUnique: boolean;
|
@@ -6183,7 +6183,7 @@ export declare const cxLogContract: {
|
|
6183
6183
|
sipServerUrl: string;
|
6184
6184
|
sipUserName: string;
|
6185
6185
|
webphoneLoginUser: string;
|
6186
|
-
extensionId:
|
6186
|
+
extensionId: string | null;
|
6187
6187
|
extensionName: string;
|
6188
6188
|
telephonySignature: string | null;
|
6189
6189
|
};
|
@@ -6246,7 +6246,7 @@ export declare const cxLogContract: {
|
|
6246
6246
|
sipServerUrl: string;
|
6247
6247
|
sipUserName: string;
|
6248
6248
|
webphoneLoginUser: string;
|
6249
|
-
extensionId:
|
6249
|
+
extensionId: string | null;
|
6250
6250
|
extensionName: string;
|
6251
6251
|
telephonySignature: string | null;
|
6252
6252
|
};
|
@@ -6297,9 +6297,9 @@ export declare const cxLogContract: {
|
|
6297
6297
|
createdAt: Date;
|
6298
6298
|
updatedAt: Date;
|
6299
6299
|
deletedAt: Date | null;
|
6300
|
-
isDefault: boolean;
|
6301
6300
|
systemName: string;
|
6302
6301
|
displayName: string;
|
6302
|
+
isDefault: boolean;
|
6303
6303
|
isArchived: boolean;
|
6304
6304
|
isRequired: boolean;
|
6305
6305
|
isUnique: boolean;
|
@@ -6412,7 +6412,7 @@ export declare const cxLogContract: {
|
|
6412
6412
|
sipServerUrl: string;
|
6413
6413
|
sipUserName: string;
|
6414
6414
|
webphoneLoginUser: string;
|
6415
|
-
extensionId:
|
6415
|
+
extensionId: string | null;
|
6416
6416
|
extensionName: string;
|
6417
6417
|
telephonySignature: string | null;
|
6418
6418
|
user?: {
|
@@ -6454,7 +6454,7 @@ export declare const cxLogContract: {
|
|
6454
6454
|
sipServerUrl: string;
|
6455
6455
|
sipUserName: string;
|
6456
6456
|
webphoneLoginUser: string;
|
6457
|
-
extensionId:
|
6457
|
+
extensionId: string | null;
|
6458
6458
|
extensionName: string;
|
6459
6459
|
telephonySignature: string | null;
|
6460
6460
|
};
|
@@ -6503,7 +6503,7 @@ export declare const cxLogContract: {
|
|
6503
6503
|
sipServerUrl: string;
|
6504
6504
|
sipUserName: string;
|
6505
6505
|
webphoneLoginUser: string;
|
6506
|
-
extensionId:
|
6506
|
+
extensionId: string | null;
|
6507
6507
|
extensionName: string;
|
6508
6508
|
telephonySignature: string | null;
|
6509
6509
|
};
|
@@ -6523,6 +6523,7 @@ export declare const cxLogContract: {
|
|
6523
6523
|
createdAt: Date;
|
6524
6524
|
updatedAt: Date;
|
6525
6525
|
deletedAt: Date | null;
|
6526
|
+
entityId: string;
|
6526
6527
|
contact: {
|
6527
6528
|
id: string;
|
6528
6529
|
channel: string | null;
|
@@ -6543,9 +6544,9 @@ export declare const cxLogContract: {
|
|
6543
6544
|
createdAt: Date;
|
6544
6545
|
updatedAt: Date;
|
6545
6546
|
deletedAt: Date | null;
|
6546
|
-
isDefault: boolean;
|
6547
6547
|
systemName: string;
|
6548
6548
|
displayName: string;
|
6549
|
+
isDefault: boolean;
|
6549
6550
|
isArchived: boolean;
|
6550
6551
|
isRequired: boolean;
|
6551
6552
|
isUnique: boolean;
|
@@ -6627,7 +6628,6 @@ export declare const cxLogContract: {
|
|
6627
6628
|
};
|
6628
6629
|
}[] | undefined;
|
6629
6630
|
} | null;
|
6630
|
-
entityId: string;
|
6631
6631
|
caseId: number;
|
6632
6632
|
entityName: string;
|
6633
6633
|
startedDate: string | null;
|
@@ -6706,7 +6706,7 @@ export declare const cxLogContract: {
|
|
6706
6706
|
sipServerUrl: string;
|
6707
6707
|
sipUserName: string;
|
6708
6708
|
webphoneLoginUser: string;
|
6709
|
-
extensionId:
|
6709
|
+
extensionId: string | null;
|
6710
6710
|
extensionName: string;
|
6711
6711
|
telephonySignature: string | null;
|
6712
6712
|
};
|
@@ -6751,9 +6751,9 @@ export declare const cxLogContract: {
|
|
6751
6751
|
createdAt: Date;
|
6752
6752
|
updatedAt: Date;
|
6753
6753
|
deletedAt: Date | null;
|
6754
|
-
isDefault: boolean;
|
6755
6754
|
systemName: string;
|
6756
6755
|
displayName: string;
|
6756
|
+
isDefault: boolean;
|
6757
6757
|
isArchived: boolean;
|
6758
6758
|
isRequired: boolean;
|
6759
6759
|
isUnique: boolean;
|
@@ -6876,7 +6876,7 @@ export declare const cxLogContract: {
|
|
6876
6876
|
sipServerUrl: string;
|
6877
6877
|
sipUserName: string;
|
6878
6878
|
webphoneLoginUser: string;
|
6879
|
-
extensionId:
|
6879
|
+
extensionId: string | null;
|
6880
6880
|
extensionName: string;
|
6881
6881
|
telephonySignature: string | null;
|
6882
6882
|
};
|
@@ -6939,7 +6939,7 @@ export declare const cxLogContract: {
|
|
6939
6939
|
sipServerUrl: string;
|
6940
6940
|
sipUserName: string;
|
6941
6941
|
webphoneLoginUser: string;
|
6942
|
-
extensionId:
|
6942
|
+
extensionId: string | null;
|
6943
6943
|
extensionName: string;
|
6944
6944
|
telephonySignature: string | null;
|
6945
6945
|
};
|
@@ -6990,9 +6990,9 @@ export declare const cxLogContract: {
|
|
6990
6990
|
createdAt: Date;
|
6991
6991
|
updatedAt: Date;
|
6992
6992
|
deletedAt: Date | null;
|
6993
|
-
isDefault: boolean;
|
6994
6993
|
systemName: string;
|
6995
6994
|
displayName: string;
|
6995
|
+
isDefault: boolean;
|
6996
6996
|
isArchived: boolean;
|
6997
6997
|
isRequired: boolean;
|
6998
6998
|
isUnique: boolean;
|
@@ -7105,7 +7105,7 @@ export declare const cxLogContract: {
|
|
7105
7105
|
sipServerUrl: string;
|
7106
7106
|
sipUserName: string;
|
7107
7107
|
webphoneLoginUser: string;
|
7108
|
-
extensionId:
|
7108
|
+
extensionId: string | null;
|
7109
7109
|
extensionName: string;
|
7110
7110
|
telephonySignature: string | null;
|
7111
7111
|
user?: {
|
@@ -7147,7 +7147,7 @@ export declare const cxLogContract: {
|
|
7147
7147
|
sipServerUrl: string;
|
7148
7148
|
sipUserName: string;
|
7149
7149
|
webphoneLoginUser: string;
|
7150
|
-
extensionId:
|
7150
|
+
extensionId: string | null;
|
7151
7151
|
extensionName: string;
|
7152
7152
|
telephonySignature: string | null;
|
7153
7153
|
};
|
@@ -7196,7 +7196,7 @@ export declare const cxLogContract: {
|
|
7196
7196
|
sipServerUrl: string;
|
7197
7197
|
sipUserName: string;
|
7198
7198
|
webphoneLoginUser: string;
|
7199
|
-
extensionId:
|
7199
|
+
extensionId: string | null;
|
7200
7200
|
extensionName: string;
|
7201
7201
|
telephonySignature: string | null;
|
7202
7202
|
};
|
@@ -7216,6 +7216,7 @@ export declare const cxLogContract: {
|
|
7216
7216
|
createdAt: Date;
|
7217
7217
|
updatedAt: Date;
|
7218
7218
|
deletedAt: Date | null;
|
7219
|
+
entityId: string;
|
7219
7220
|
contact: {
|
7220
7221
|
id: string;
|
7221
7222
|
channel: string | null;
|
@@ -7236,9 +7237,9 @@ export declare const cxLogContract: {
|
|
7236
7237
|
createdAt: Date;
|
7237
7238
|
updatedAt: Date;
|
7238
7239
|
deletedAt: Date | null;
|
7239
|
-
isDefault: boolean;
|
7240
7240
|
systemName: string;
|
7241
7241
|
displayName: string;
|
7242
|
+
isDefault: boolean;
|
7242
7243
|
isArchived: boolean;
|
7243
7244
|
isRequired: boolean;
|
7244
7245
|
isUnique: boolean;
|
@@ -7320,7 +7321,6 @@ export declare const cxLogContract: {
|
|
7320
7321
|
};
|
7321
7322
|
}[] | undefined;
|
7322
7323
|
} | null;
|
7323
|
-
entityId: string;
|
7324
7324
|
caseId: number;
|
7325
7325
|
entityName: string;
|
7326
7326
|
startedDate: string | null;
|
@@ -7399,7 +7399,7 @@ export declare const cxLogContract: {
|
|
7399
7399
|
sipServerUrl: string;
|
7400
7400
|
sipUserName: string;
|
7401
7401
|
webphoneLoginUser: string;
|
7402
|
-
extensionId:
|
7402
|
+
extensionId: string | null;
|
7403
7403
|
extensionName: string;
|
7404
7404
|
telephonySignature: string | null;
|
7405
7405
|
};
|
@@ -7444,9 +7444,9 @@ export declare const cxLogContract: {
|
|
7444
7444
|
createdAt: Date;
|
7445
7445
|
updatedAt: Date;
|
7446
7446
|
deletedAt: Date | null;
|
7447
|
-
isDefault: boolean;
|
7448
7447
|
systemName: string;
|
7449
7448
|
displayName: string;
|
7449
|
+
isDefault: boolean;
|
7450
7450
|
isArchived: boolean;
|
7451
7451
|
isRequired: boolean;
|
7452
7452
|
isUnique: boolean;
|
@@ -7569,7 +7569,7 @@ export declare const cxLogContract: {
|
|
7569
7569
|
sipServerUrl: string;
|
7570
7570
|
sipUserName: string;
|
7571
7571
|
webphoneLoginUser: string;
|
7572
|
-
extensionId:
|
7572
|
+
extensionId: string | null;
|
7573
7573
|
extensionName: string;
|
7574
7574
|
telephonySignature: string | null;
|
7575
7575
|
};
|
@@ -7632,7 +7632,7 @@ export declare const cxLogContract: {
|
|
7632
7632
|
sipServerUrl: string;
|
7633
7633
|
sipUserName: string;
|
7634
7634
|
webphoneLoginUser: string;
|
7635
|
-
extensionId:
|
7635
|
+
extensionId: string | null;
|
7636
7636
|
extensionName: string;
|
7637
7637
|
telephonySignature: string | null;
|
7638
7638
|
};
|
@@ -7683,9 +7683,9 @@ export declare const cxLogContract: {
|
|
7683
7683
|
createdAt: Date;
|
7684
7684
|
updatedAt: Date;
|
7685
7685
|
deletedAt: Date | null;
|
7686
|
-
isDefault: boolean;
|
7687
7686
|
systemName: string;
|
7688
7687
|
displayName: string;
|
7688
|
+
isDefault: boolean;
|
7689
7689
|
isArchived: boolean;
|
7690
7690
|
isRequired: boolean;
|
7691
7691
|
isUnique: boolean;
|
@@ -7798,7 +7798,7 @@ export declare const cxLogContract: {
|
|
7798
7798
|
sipServerUrl: string;
|
7799
7799
|
sipUserName: string;
|
7800
7800
|
webphoneLoginUser: string;
|
7801
|
-
extensionId:
|
7801
|
+
extensionId: string | null;
|
7802
7802
|
extensionName: string;
|
7803
7803
|
telephonySignature: string | null;
|
7804
7804
|
user?: {
|
@@ -7840,7 +7840,7 @@ export declare const cxLogContract: {
|
|
7840
7840
|
sipServerUrl: string;
|
7841
7841
|
sipUserName: string;
|
7842
7842
|
webphoneLoginUser: string;
|
7843
|
-
extensionId:
|
7843
|
+
extensionId: string | null;
|
7844
7844
|
extensionName: string;
|
7845
7845
|
telephonySignature: string | null;
|
7846
7846
|
};
|
@@ -7889,7 +7889,7 @@ export declare const cxLogContract: {
|
|
7889
7889
|
sipServerUrl: string;
|
7890
7890
|
sipUserName: string;
|
7891
7891
|
webphoneLoginUser: string;
|
7892
|
-
extensionId:
|
7892
|
+
extensionId: string | null;
|
7893
7893
|
extensionName: string;
|
7894
7894
|
telephonySignature: string | null;
|
7895
7895
|
};
|