@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
@@ -394,9 +394,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
394
394
|
createdAt: Date;
|
395
395
|
updatedAt: Date;
|
396
396
|
deletedAt: Date | null;
|
397
|
-
isDefault: boolean;
|
398
397
|
systemName: string;
|
399
398
|
displayName: string;
|
399
|
+
isDefault: boolean;
|
400
400
|
isArchived: boolean;
|
401
401
|
isRequired: boolean;
|
402
402
|
isUnique: boolean;
|
@@ -407,9 +407,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
407
407
|
createdAt: Date;
|
408
408
|
updatedAt: Date;
|
409
409
|
deletedAt: Date | null;
|
410
|
-
isDefault: boolean;
|
411
410
|
systemName: string;
|
412
411
|
displayName: string;
|
412
|
+
isDefault: boolean;
|
413
413
|
isArchived: boolean;
|
414
414
|
isRequired: boolean;
|
415
415
|
isUnique: boolean;
|
@@ -426,9 +426,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
426
426
|
createdAt: Date;
|
427
427
|
updatedAt: Date;
|
428
428
|
deletedAt: Date | null;
|
429
|
-
isDefault: boolean;
|
430
429
|
systemName: string;
|
431
430
|
displayName: string;
|
431
|
+
isDefault: boolean;
|
432
432
|
isArchived: boolean;
|
433
433
|
isRequired: boolean;
|
434
434
|
isUnique: boolean;
|
@@ -449,9 +449,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
449
449
|
createdAt: Date;
|
450
450
|
updatedAt: Date;
|
451
451
|
deletedAt: Date | null;
|
452
|
-
isDefault: boolean;
|
453
452
|
systemName: string;
|
454
453
|
displayName: string;
|
454
|
+
isDefault: boolean;
|
455
455
|
isArchived: boolean;
|
456
456
|
isRequired: boolean;
|
457
457
|
isUnique: boolean;
|
@@ -550,9 +550,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
550
550
|
createdAt: Date;
|
551
551
|
updatedAt: Date;
|
552
552
|
deletedAt: Date | null;
|
553
|
-
isDefault: boolean;
|
554
553
|
systemName: string;
|
555
554
|
displayName: string;
|
555
|
+
isDefault: boolean;
|
556
556
|
isArchived: boolean;
|
557
557
|
isRequired: boolean;
|
558
558
|
isUnique: boolean;
|
@@ -563,9 +563,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
563
563
|
createdAt: Date;
|
564
564
|
updatedAt: Date;
|
565
565
|
deletedAt: Date | null;
|
566
|
-
isDefault: boolean;
|
567
566
|
systemName: string;
|
568
567
|
displayName: string;
|
568
|
+
isDefault: boolean;
|
569
569
|
isArchived: boolean;
|
570
570
|
isRequired: boolean;
|
571
571
|
isUnique: boolean;
|
@@ -659,9 +659,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
659
659
|
createdAt: Date;
|
660
660
|
updatedAt: Date;
|
661
661
|
deletedAt: Date | null;
|
662
|
-
isDefault: boolean;
|
663
662
|
systemName: string;
|
664
663
|
displayName: string;
|
664
|
+
isDefault: boolean;
|
665
665
|
isArchived: boolean;
|
666
666
|
isRequired: boolean;
|
667
667
|
isUnique: boolean;
|
@@ -701,9 +701,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
701
701
|
createdAt: Date;
|
702
702
|
updatedAt: Date;
|
703
703
|
deletedAt: Date | null;
|
704
|
-
isDefault: boolean;
|
705
704
|
systemName: string;
|
706
705
|
displayName: string;
|
706
|
+
isDefault: boolean;
|
707
707
|
isArchived: boolean;
|
708
708
|
isRequired: boolean;
|
709
709
|
isUnique: boolean;
|
@@ -856,9 +856,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
856
856
|
createdAt: Date;
|
857
857
|
updatedAt: Date;
|
858
858
|
deletedAt: Date | null;
|
859
|
-
isDefault: boolean;
|
860
859
|
systemName: string;
|
861
860
|
displayName: string;
|
861
|
+
isDefault: boolean;
|
862
862
|
isArchived: boolean;
|
863
863
|
isRequired: boolean;
|
864
864
|
isUnique: boolean;
|
@@ -959,9 +959,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
959
959
|
createdAt: Date;
|
960
960
|
updatedAt: Date;
|
961
961
|
deletedAt: Date | null;
|
962
|
-
isDefault: boolean;
|
963
962
|
systemName: string;
|
964
963
|
displayName: string;
|
964
|
+
isDefault: boolean;
|
965
965
|
isArchived: boolean;
|
966
966
|
isRequired: boolean;
|
967
967
|
isUnique: boolean;
|
@@ -1076,9 +1076,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1076
1076
|
createdAt: Date;
|
1077
1077
|
updatedAt: Date;
|
1078
1078
|
deletedAt: Date | null;
|
1079
|
-
isDefault: boolean;
|
1080
1079
|
systemName: string;
|
1081
1080
|
displayName: string;
|
1081
|
+
isDefault: boolean;
|
1082
1082
|
isArchived: boolean;
|
1083
1083
|
isRequired: boolean;
|
1084
1084
|
isUnique: boolean;
|
@@ -1194,9 +1194,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1194
1194
|
createdAt: Date;
|
1195
1195
|
updatedAt: Date;
|
1196
1196
|
deletedAt: Date | null;
|
1197
|
-
isDefault: boolean;
|
1198
1197
|
systemName: string;
|
1199
1198
|
displayName: string;
|
1199
|
+
isDefault: boolean;
|
1200
1200
|
isArchived: boolean;
|
1201
1201
|
isRequired: boolean;
|
1202
1202
|
isUnique: boolean;
|
@@ -1369,7 +1369,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1369
1369
|
sipServerUrl: z.ZodString;
|
1370
1370
|
sipUserName: z.ZodString;
|
1371
1371
|
webphoneLoginUser: z.ZodString;
|
1372
|
-
extensionId: z.
|
1372
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
1373
1373
|
extensionName: z.ZodString;
|
1374
1374
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
1375
1375
|
}, "strip", z.ZodTypeAny, {
|
@@ -1381,7 +1381,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1381
1381
|
sipServerUrl: string;
|
1382
1382
|
sipUserName: string;
|
1383
1383
|
webphoneLoginUser: string;
|
1384
|
-
extensionId:
|
1384
|
+
extensionId: string | null;
|
1385
1385
|
extensionName: string;
|
1386
1386
|
telephonySignature: string | null;
|
1387
1387
|
}, {
|
@@ -1393,7 +1393,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1393
1393
|
sipServerUrl: string;
|
1394
1394
|
sipUserName: string;
|
1395
1395
|
webphoneLoginUser: string;
|
1396
|
-
extensionId:
|
1396
|
+
extensionId: string | null;
|
1397
1397
|
extensionName: string;
|
1398
1398
|
telephonySignature: string | null;
|
1399
1399
|
}>;
|
@@ -1436,7 +1436,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1436
1436
|
sipServerUrl: string;
|
1437
1437
|
sipUserName: string;
|
1438
1438
|
webphoneLoginUser: string;
|
1439
|
-
extensionId:
|
1439
|
+
extensionId: string | null;
|
1440
1440
|
extensionName: string;
|
1441
1441
|
telephonySignature: string | null;
|
1442
1442
|
};
|
@@ -1479,7 +1479,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1479
1479
|
sipServerUrl: string;
|
1480
1480
|
sipUserName: string;
|
1481
1481
|
webphoneLoginUser: string;
|
1482
|
-
extensionId:
|
1482
|
+
extensionId: string | null;
|
1483
1483
|
extensionName: string;
|
1484
1484
|
telephonySignature: string | null;
|
1485
1485
|
};
|
@@ -1573,7 +1573,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1573
1573
|
sipServerUrl: z.ZodString;
|
1574
1574
|
sipUserName: z.ZodString;
|
1575
1575
|
webphoneLoginUser: z.ZodString;
|
1576
|
-
extensionId: z.
|
1576
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
1577
1577
|
extensionName: z.ZodString;
|
1578
1578
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
1579
1579
|
}, "strip", z.ZodTypeAny, {
|
@@ -1585,7 +1585,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1585
1585
|
sipServerUrl: string;
|
1586
1586
|
sipUserName: string;
|
1587
1587
|
webphoneLoginUser: string;
|
1588
|
-
extensionId:
|
1588
|
+
extensionId: string | null;
|
1589
1589
|
extensionName: string;
|
1590
1590
|
telephonySignature: string | null;
|
1591
1591
|
}, {
|
@@ -1597,7 +1597,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1597
1597
|
sipServerUrl: string;
|
1598
1598
|
sipUserName: string;
|
1599
1599
|
webphoneLoginUser: string;
|
1600
|
-
extensionId:
|
1600
|
+
extensionId: string | null;
|
1601
1601
|
extensionName: string;
|
1602
1602
|
telephonySignature: string | null;
|
1603
1603
|
}>;
|
@@ -1640,7 +1640,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1640
1640
|
sipServerUrl: string;
|
1641
1641
|
sipUserName: string;
|
1642
1642
|
webphoneLoginUser: string;
|
1643
|
-
extensionId:
|
1643
|
+
extensionId: string | null;
|
1644
1644
|
extensionName: string;
|
1645
1645
|
telephonySignature: string | null;
|
1646
1646
|
};
|
@@ -1683,7 +1683,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1683
1683
|
sipServerUrl: string;
|
1684
1684
|
sipUserName: string;
|
1685
1685
|
webphoneLoginUser: string;
|
1686
|
-
extensionId:
|
1686
|
+
extensionId: string | null;
|
1687
1687
|
extensionName: string;
|
1688
1688
|
telephonySignature: string | null;
|
1689
1689
|
};
|
@@ -1806,7 +1806,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1806
1806
|
sipServerUrl: z.ZodString;
|
1807
1807
|
sipUserName: z.ZodString;
|
1808
1808
|
webphoneLoginUser: z.ZodString;
|
1809
|
-
extensionId: z.
|
1809
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
1810
1810
|
extensionName: z.ZodString;
|
1811
1811
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
1812
1812
|
}, "strip", z.ZodTypeAny, {
|
@@ -1818,7 +1818,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1818
1818
|
sipServerUrl: string;
|
1819
1819
|
sipUserName: string;
|
1820
1820
|
webphoneLoginUser: string;
|
1821
|
-
extensionId:
|
1821
|
+
extensionId: string | null;
|
1822
1822
|
extensionName: string;
|
1823
1823
|
telephonySignature: string | null;
|
1824
1824
|
}, {
|
@@ -1830,7 +1830,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1830
1830
|
sipServerUrl: string;
|
1831
1831
|
sipUserName: string;
|
1832
1832
|
webphoneLoginUser: string;
|
1833
|
-
extensionId:
|
1833
|
+
extensionId: string | null;
|
1834
1834
|
extensionName: string;
|
1835
1835
|
telephonySignature: string | null;
|
1836
1836
|
}>;
|
@@ -1873,7 +1873,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1873
1873
|
sipServerUrl: string;
|
1874
1874
|
sipUserName: string;
|
1875
1875
|
webphoneLoginUser: string;
|
1876
|
-
extensionId:
|
1876
|
+
extensionId: string | null;
|
1877
1877
|
extensionName: string;
|
1878
1878
|
telephonySignature: string | null;
|
1879
1879
|
};
|
@@ -1916,7 +1916,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1916
1916
|
sipServerUrl: string;
|
1917
1917
|
sipUserName: string;
|
1918
1918
|
webphoneLoginUser: string;
|
1919
|
-
extensionId:
|
1919
|
+
extensionId: string | null;
|
1920
1920
|
extensionName: string;
|
1921
1921
|
telephonySignature: string | null;
|
1922
1922
|
};
|
@@ -1979,7 +1979,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1979
1979
|
sipServerUrl: string;
|
1980
1980
|
sipUserName: string;
|
1981
1981
|
webphoneLoginUser: string;
|
1982
|
-
extensionId:
|
1982
|
+
extensionId: string | null;
|
1983
1983
|
extensionName: string;
|
1984
1984
|
telephonySignature: string | null;
|
1985
1985
|
};
|
@@ -2042,7 +2042,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2042
2042
|
sipServerUrl: string;
|
2043
2043
|
sipUserName: string;
|
2044
2044
|
webphoneLoginUser: string;
|
2045
|
-
extensionId:
|
2045
|
+
extensionId: string | null;
|
2046
2046
|
extensionName: string;
|
2047
2047
|
telephonySignature: string | null;
|
2048
2048
|
};
|
@@ -2093,7 +2093,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2093
2093
|
sipServerUrl: string;
|
2094
2094
|
sipUserName: string;
|
2095
2095
|
webphoneLoginUser: string;
|
2096
|
-
extensionId:
|
2096
|
+
extensionId: string | null;
|
2097
2097
|
extensionName: string;
|
2098
2098
|
telephonySignature: string | null;
|
2099
2099
|
};
|
@@ -2138,9 +2138,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2138
2138
|
createdAt: Date;
|
2139
2139
|
updatedAt: Date;
|
2140
2140
|
deletedAt: Date | null;
|
2141
|
-
isDefault: boolean;
|
2142
2141
|
systemName: string;
|
2143
2142
|
displayName: string;
|
2143
|
+
isDefault: boolean;
|
2144
2144
|
isArchived: boolean;
|
2145
2145
|
isRequired: boolean;
|
2146
2146
|
isUnique: boolean;
|
@@ -2263,7 +2263,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2263
2263
|
sipServerUrl: string;
|
2264
2264
|
sipUserName: string;
|
2265
2265
|
webphoneLoginUser: string;
|
2266
|
-
extensionId:
|
2266
|
+
extensionId: string | null;
|
2267
2267
|
extensionName: string;
|
2268
2268
|
telephonySignature: string | null;
|
2269
2269
|
};
|
@@ -2326,7 +2326,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2326
2326
|
sipServerUrl: string;
|
2327
2327
|
sipUserName: string;
|
2328
2328
|
webphoneLoginUser: string;
|
2329
|
-
extensionId:
|
2329
|
+
extensionId: string | null;
|
2330
2330
|
extensionName: string;
|
2331
2331
|
telephonySignature: string | null;
|
2332
2332
|
};
|
@@ -2377,7 +2377,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2377
2377
|
sipServerUrl: string;
|
2378
2378
|
sipUserName: string;
|
2379
2379
|
webphoneLoginUser: string;
|
2380
|
-
extensionId:
|
2380
|
+
extensionId: string | null;
|
2381
2381
|
extensionName: string;
|
2382
2382
|
telephonySignature: string | null;
|
2383
2383
|
};
|
@@ -2422,9 +2422,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2422
2422
|
createdAt: Date;
|
2423
2423
|
updatedAt: Date;
|
2424
2424
|
deletedAt: Date | null;
|
2425
|
-
isDefault: boolean;
|
2426
2425
|
systemName: string;
|
2427
2426
|
displayName: string;
|
2427
|
+
isDefault: boolean;
|
2428
2428
|
isArchived: boolean;
|
2429
2429
|
isRequired: boolean;
|
2430
2430
|
isUnique: boolean;
|
@@ -2547,7 +2547,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2547
2547
|
sipServerUrl: string;
|
2548
2548
|
sipUserName: string;
|
2549
2549
|
webphoneLoginUser: string;
|
2550
|
-
extensionId:
|
2550
|
+
extensionId: string | null;
|
2551
2551
|
extensionName: string;
|
2552
2552
|
telephonySignature: string | null;
|
2553
2553
|
};
|
@@ -2610,7 +2610,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2610
2610
|
sipServerUrl: string;
|
2611
2611
|
sipUserName: string;
|
2612
2612
|
webphoneLoginUser: string;
|
2613
|
-
extensionId:
|
2613
|
+
extensionId: string | null;
|
2614
2614
|
extensionName: string;
|
2615
2615
|
telephonySignature: string | null;
|
2616
2616
|
};
|
@@ -2739,9 +2739,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2739
2739
|
createdAt: Date;
|
2740
2740
|
updatedAt: Date;
|
2741
2741
|
deletedAt: Date | null;
|
2742
|
-
isDefault: boolean;
|
2743
2742
|
systemName: string;
|
2744
2743
|
displayName: string;
|
2744
|
+
isDefault: boolean;
|
2745
2745
|
isArchived: boolean;
|
2746
2746
|
isRequired: boolean;
|
2747
2747
|
isUnique: boolean;
|
@@ -2752,9 +2752,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2752
2752
|
createdAt: Date;
|
2753
2753
|
updatedAt: Date;
|
2754
2754
|
deletedAt: Date | null;
|
2755
|
-
isDefault: boolean;
|
2756
2755
|
systemName: string;
|
2757
2756
|
displayName: string;
|
2757
|
+
isDefault: boolean;
|
2758
2758
|
isArchived: boolean;
|
2759
2759
|
isRequired: boolean;
|
2760
2760
|
isUnique: boolean;
|
@@ -2771,9 +2771,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2771
2771
|
createdAt: Date;
|
2772
2772
|
updatedAt: Date;
|
2773
2773
|
deletedAt: Date | null;
|
2774
|
-
isDefault: boolean;
|
2775
2774
|
systemName: string;
|
2776
2775
|
displayName: string;
|
2776
|
+
isDefault: boolean;
|
2777
2777
|
isArchived: boolean;
|
2778
2778
|
isRequired: boolean;
|
2779
2779
|
isUnique: boolean;
|
@@ -2794,9 +2794,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2794
2794
|
createdAt: Date;
|
2795
2795
|
updatedAt: Date;
|
2796
2796
|
deletedAt: Date | null;
|
2797
|
-
isDefault: boolean;
|
2798
2797
|
systemName: string;
|
2799
2798
|
displayName: string;
|
2799
|
+
isDefault: boolean;
|
2800
2800
|
isArchived: boolean;
|
2801
2801
|
isRequired: boolean;
|
2802
2802
|
isUnique: boolean;
|
@@ -2895,9 +2895,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2895
2895
|
createdAt: Date;
|
2896
2896
|
updatedAt: Date;
|
2897
2897
|
deletedAt: Date | null;
|
2898
|
-
isDefault: boolean;
|
2899
2898
|
systemName: string;
|
2900
2899
|
displayName: string;
|
2900
|
+
isDefault: boolean;
|
2901
2901
|
isArchived: boolean;
|
2902
2902
|
isRequired: boolean;
|
2903
2903
|
isUnique: boolean;
|
@@ -2908,9 +2908,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2908
2908
|
createdAt: Date;
|
2909
2909
|
updatedAt: Date;
|
2910
2910
|
deletedAt: Date | null;
|
2911
|
-
isDefault: boolean;
|
2912
2911
|
systemName: string;
|
2913
2912
|
displayName: string;
|
2913
|
+
isDefault: boolean;
|
2914
2914
|
isArchived: boolean;
|
2915
2915
|
isRequired: boolean;
|
2916
2916
|
isUnique: boolean;
|
@@ -3004,9 +3004,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3004
3004
|
createdAt: Date;
|
3005
3005
|
updatedAt: Date;
|
3006
3006
|
deletedAt: Date | null;
|
3007
|
-
isDefault: boolean;
|
3008
3007
|
systemName: string;
|
3009
3008
|
displayName: string;
|
3009
|
+
isDefault: boolean;
|
3010
3010
|
isArchived: boolean;
|
3011
3011
|
isRequired: boolean;
|
3012
3012
|
isUnique: boolean;
|
@@ -3046,9 +3046,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3046
3046
|
createdAt: Date;
|
3047
3047
|
updatedAt: Date;
|
3048
3048
|
deletedAt: Date | null;
|
3049
|
-
isDefault: boolean;
|
3050
3049
|
systemName: string;
|
3051
3050
|
displayName: string;
|
3051
|
+
isDefault: boolean;
|
3052
3052
|
isArchived: boolean;
|
3053
3053
|
isRequired: boolean;
|
3054
3054
|
isUnique: boolean;
|
@@ -3201,9 +3201,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3201
3201
|
createdAt: Date;
|
3202
3202
|
updatedAt: Date;
|
3203
3203
|
deletedAt: Date | null;
|
3204
|
-
isDefault: boolean;
|
3205
3204
|
systemName: string;
|
3206
3205
|
displayName: string;
|
3206
|
+
isDefault: boolean;
|
3207
3207
|
isArchived: boolean;
|
3208
3208
|
isRequired: boolean;
|
3209
3209
|
isUnique: boolean;
|
@@ -3304,9 +3304,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3304
3304
|
createdAt: Date;
|
3305
3305
|
updatedAt: Date;
|
3306
3306
|
deletedAt: Date | null;
|
3307
|
-
isDefault: boolean;
|
3308
3307
|
systemName: string;
|
3309
3308
|
displayName: string;
|
3309
|
+
isDefault: boolean;
|
3310
3310
|
isArchived: boolean;
|
3311
3311
|
isRequired: boolean;
|
3312
3312
|
isUnique: boolean;
|
@@ -3468,7 +3468,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3468
3468
|
sipServerUrl: z.ZodString;
|
3469
3469
|
sipUserName: z.ZodString;
|
3470
3470
|
webphoneLoginUser: z.ZodString;
|
3471
|
-
extensionId: z.
|
3471
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
3472
3472
|
extensionName: z.ZodString;
|
3473
3473
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
3474
3474
|
user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
@@ -3560,7 +3560,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3560
3560
|
sipServerUrl: z.ZodString;
|
3561
3561
|
sipUserName: z.ZodString;
|
3562
3562
|
webphoneLoginUser: z.ZodString;
|
3563
|
-
extensionId: z.
|
3563
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
3564
3564
|
extensionName: z.ZodString;
|
3565
3565
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
3566
3566
|
}, "strip", z.ZodTypeAny, {
|
@@ -3572,7 +3572,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3572
3572
|
sipServerUrl: string;
|
3573
3573
|
sipUserName: string;
|
3574
3574
|
webphoneLoginUser: string;
|
3575
|
-
extensionId:
|
3575
|
+
extensionId: string | null;
|
3576
3576
|
extensionName: string;
|
3577
3577
|
telephonySignature: string | null;
|
3578
3578
|
}, {
|
@@ -3584,7 +3584,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3584
3584
|
sipServerUrl: string;
|
3585
3585
|
sipUserName: string;
|
3586
3586
|
webphoneLoginUser: string;
|
3587
|
-
extensionId:
|
3587
|
+
extensionId: string | null;
|
3588
3588
|
extensionName: string;
|
3589
3589
|
telephonySignature: string | null;
|
3590
3590
|
}>;
|
@@ -3627,7 +3627,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3627
3627
|
sipServerUrl: string;
|
3628
3628
|
sipUserName: string;
|
3629
3629
|
webphoneLoginUser: string;
|
3630
|
-
extensionId:
|
3630
|
+
extensionId: string | null;
|
3631
3631
|
extensionName: string;
|
3632
3632
|
telephonySignature: string | null;
|
3633
3633
|
};
|
@@ -3670,7 +3670,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3670
3670
|
sipServerUrl: string;
|
3671
3671
|
sipUserName: string;
|
3672
3672
|
webphoneLoginUser: string;
|
3673
|
-
extensionId:
|
3673
|
+
extensionId: string | null;
|
3674
3674
|
extensionName: string;
|
3675
3675
|
telephonySignature: string | null;
|
3676
3676
|
};
|
@@ -3684,7 +3684,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3684
3684
|
sipServerUrl: string;
|
3685
3685
|
sipUserName: string;
|
3686
3686
|
webphoneLoginUser: string;
|
3687
|
-
extensionId:
|
3687
|
+
extensionId: string | null;
|
3688
3688
|
extensionName: string;
|
3689
3689
|
telephonySignature: string | null;
|
3690
3690
|
user?: {
|
@@ -3726,7 +3726,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3726
3726
|
sipServerUrl: string;
|
3727
3727
|
sipUserName: string;
|
3728
3728
|
webphoneLoginUser: string;
|
3729
|
-
extensionId:
|
3729
|
+
extensionId: string | null;
|
3730
3730
|
extensionName: string;
|
3731
3731
|
telephonySignature: string | null;
|
3732
3732
|
};
|
@@ -3740,7 +3740,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3740
3740
|
sipServerUrl: string;
|
3741
3741
|
sipUserName: string;
|
3742
3742
|
webphoneLoginUser: string;
|
3743
|
-
extensionId:
|
3743
|
+
extensionId: string | null;
|
3744
3744
|
extensionName: string;
|
3745
3745
|
telephonySignature: string | null;
|
3746
3746
|
user?: {
|
@@ -3782,7 +3782,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3782
3782
|
sipServerUrl: string;
|
3783
3783
|
sipUserName: string;
|
3784
3784
|
webphoneLoginUser: string;
|
3785
|
-
extensionId:
|
3785
|
+
extensionId: string | null;
|
3786
3786
|
extensionName: string;
|
3787
3787
|
telephonySignature: string | null;
|
3788
3788
|
};
|
@@ -3834,9 +3834,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3834
3834
|
createdAt: Date;
|
3835
3835
|
updatedAt: Date;
|
3836
3836
|
deletedAt: Date | null;
|
3837
|
-
isDefault: boolean;
|
3838
3837
|
systemName: string;
|
3839
3838
|
displayName: string;
|
3839
|
+
isDefault: boolean;
|
3840
3840
|
isArchived: boolean;
|
3841
3841
|
isRequired: boolean;
|
3842
3842
|
isUnique: boolean;
|
@@ -3949,7 +3949,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3949
3949
|
sipServerUrl: string;
|
3950
3950
|
sipUserName: string;
|
3951
3951
|
webphoneLoginUser: string;
|
3952
|
-
extensionId:
|
3952
|
+
extensionId: string | null;
|
3953
3953
|
extensionName: string;
|
3954
3954
|
telephonySignature: string | null;
|
3955
3955
|
user?: {
|
@@ -3991,7 +3991,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3991
3991
|
sipServerUrl: string;
|
3992
3992
|
sipUserName: string;
|
3993
3993
|
webphoneLoginUser: string;
|
3994
|
-
extensionId:
|
3994
|
+
extensionId: string | null;
|
3995
3995
|
extensionName: string;
|
3996
3996
|
telephonySignature: string | null;
|
3997
3997
|
};
|
@@ -4041,9 +4041,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4041
4041
|
createdAt: Date;
|
4042
4042
|
updatedAt: Date;
|
4043
4043
|
deletedAt: Date | null;
|
4044
|
-
isDefault: boolean;
|
4045
4044
|
systemName: string;
|
4046
4045
|
displayName: string;
|
4046
|
+
isDefault: boolean;
|
4047
4047
|
isArchived: boolean;
|
4048
4048
|
isRequired: boolean;
|
4049
4049
|
isUnique: boolean;
|
@@ -4156,7 +4156,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4156
4156
|
sipServerUrl: string;
|
4157
4157
|
sipUserName: string;
|
4158
4158
|
webphoneLoginUser: string;
|
4159
|
-
extensionId:
|
4159
|
+
extensionId: string | null;
|
4160
4160
|
extensionName: string;
|
4161
4161
|
telephonySignature: string | null;
|
4162
4162
|
user?: {
|
@@ -4198,7 +4198,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4198
4198
|
sipServerUrl: string;
|
4199
4199
|
sipUserName: string;
|
4200
4200
|
webphoneLoginUser: string;
|
4201
|
-
extensionId:
|
4201
|
+
extensionId: string | null;
|
4202
4202
|
extensionName: string;
|
4203
4203
|
telephonySignature: string | null;
|
4204
4204
|
};
|
@@ -4321,9 +4321,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4321
4321
|
createdAt: Date;
|
4322
4322
|
updatedAt: Date;
|
4323
4323
|
deletedAt: Date | null;
|
4324
|
-
isDefault: boolean;
|
4325
4324
|
systemName: string;
|
4326
4325
|
displayName: string;
|
4326
|
+
isDefault: boolean;
|
4327
4327
|
isArchived: boolean;
|
4328
4328
|
isRequired: boolean;
|
4329
4329
|
isUnique: boolean;
|
@@ -4334,9 +4334,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4334
4334
|
createdAt: Date;
|
4335
4335
|
updatedAt: Date;
|
4336
4336
|
deletedAt: Date | null;
|
4337
|
-
isDefault: boolean;
|
4338
4337
|
systemName: string;
|
4339
4338
|
displayName: string;
|
4339
|
+
isDefault: boolean;
|
4340
4340
|
isArchived: boolean;
|
4341
4341
|
isRequired: boolean;
|
4342
4342
|
isUnique: boolean;
|
@@ -4353,9 +4353,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4353
4353
|
createdAt: Date;
|
4354
4354
|
updatedAt: Date;
|
4355
4355
|
deletedAt: Date | null;
|
4356
|
-
isDefault: boolean;
|
4357
4356
|
systemName: string;
|
4358
4357
|
displayName: string;
|
4358
|
+
isDefault: boolean;
|
4359
4359
|
isArchived: boolean;
|
4360
4360
|
isRequired: boolean;
|
4361
4361
|
isUnique: boolean;
|
@@ -4376,9 +4376,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4376
4376
|
createdAt: Date;
|
4377
4377
|
updatedAt: Date;
|
4378
4378
|
deletedAt: Date | null;
|
4379
|
-
isDefault: boolean;
|
4380
4379
|
systemName: string;
|
4381
4380
|
displayName: string;
|
4381
|
+
isDefault: boolean;
|
4382
4382
|
isArchived: boolean;
|
4383
4383
|
isRequired: boolean;
|
4384
4384
|
isUnique: boolean;
|
@@ -4477,9 +4477,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4477
4477
|
createdAt: Date;
|
4478
4478
|
updatedAt: Date;
|
4479
4479
|
deletedAt: Date | null;
|
4480
|
-
isDefault: boolean;
|
4481
4480
|
systemName: string;
|
4482
4481
|
displayName: string;
|
4482
|
+
isDefault: boolean;
|
4483
4483
|
isArchived: boolean;
|
4484
4484
|
isRequired: boolean;
|
4485
4485
|
isUnique: boolean;
|
@@ -4490,9 +4490,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4490
4490
|
createdAt: Date;
|
4491
4491
|
updatedAt: Date;
|
4492
4492
|
deletedAt: Date | null;
|
4493
|
-
isDefault: boolean;
|
4494
4493
|
systemName: string;
|
4495
4494
|
displayName: string;
|
4495
|
+
isDefault: boolean;
|
4496
4496
|
isArchived: boolean;
|
4497
4497
|
isRequired: boolean;
|
4498
4498
|
isUnique: boolean;
|
@@ -4586,9 +4586,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4586
4586
|
createdAt: Date;
|
4587
4587
|
updatedAt: Date;
|
4588
4588
|
deletedAt: Date | null;
|
4589
|
-
isDefault: boolean;
|
4590
4589
|
systemName: string;
|
4591
4590
|
displayName: string;
|
4591
|
+
isDefault: boolean;
|
4592
4592
|
isArchived: boolean;
|
4593
4593
|
isRequired: boolean;
|
4594
4594
|
isUnique: boolean;
|
@@ -4628,9 +4628,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4628
4628
|
createdAt: Date;
|
4629
4629
|
updatedAt: Date;
|
4630
4630
|
deletedAt: Date | null;
|
4631
|
-
isDefault: boolean;
|
4632
4631
|
systemName: string;
|
4633
4632
|
displayName: string;
|
4633
|
+
isDefault: boolean;
|
4634
4634
|
isArchived: boolean;
|
4635
4635
|
isRequired: boolean;
|
4636
4636
|
isUnique: boolean;
|
@@ -4783,9 +4783,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4783
4783
|
createdAt: Date;
|
4784
4784
|
updatedAt: Date;
|
4785
4785
|
deletedAt: Date | null;
|
4786
|
-
isDefault: boolean;
|
4787
4786
|
systemName: string;
|
4788
4787
|
displayName: string;
|
4788
|
+
isDefault: boolean;
|
4789
4789
|
isArchived: boolean;
|
4790
4790
|
isRequired: boolean;
|
4791
4791
|
isUnique: boolean;
|
@@ -4886,9 +4886,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4886
4886
|
createdAt: Date;
|
4887
4887
|
updatedAt: Date;
|
4888
4888
|
deletedAt: Date | null;
|
4889
|
-
isDefault: boolean;
|
4890
4889
|
systemName: string;
|
4891
4890
|
displayName: string;
|
4891
|
+
isDefault: boolean;
|
4892
4892
|
isArchived: boolean;
|
4893
4893
|
isRequired: boolean;
|
4894
4894
|
isUnique: boolean;
|
@@ -5059,7 +5059,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5059
5059
|
sipServerUrl: z.ZodString;
|
5060
5060
|
sipUserName: z.ZodString;
|
5061
5061
|
webphoneLoginUser: z.ZodString;
|
5062
|
-
extensionId: z.
|
5062
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
5063
5063
|
extensionName: z.ZodString;
|
5064
5064
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
5065
5065
|
}, "strip", z.ZodTypeAny, {
|
@@ -5071,7 +5071,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5071
5071
|
sipServerUrl: string;
|
5072
5072
|
sipUserName: string;
|
5073
5073
|
webphoneLoginUser: string;
|
5074
|
-
extensionId:
|
5074
|
+
extensionId: string | null;
|
5075
5075
|
extensionName: string;
|
5076
5076
|
telephonySignature: string | null;
|
5077
5077
|
}, {
|
@@ -5083,7 +5083,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5083
5083
|
sipServerUrl: string;
|
5084
5084
|
sipUserName: string;
|
5085
5085
|
webphoneLoginUser: string;
|
5086
|
-
extensionId:
|
5086
|
+
extensionId: string | null;
|
5087
5087
|
extensionName: string;
|
5088
5088
|
telephonySignature: string | null;
|
5089
5089
|
}>;
|
@@ -5126,7 +5126,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5126
5126
|
sipServerUrl: string;
|
5127
5127
|
sipUserName: string;
|
5128
5128
|
webphoneLoginUser: string;
|
5129
|
-
extensionId:
|
5129
|
+
extensionId: string | null;
|
5130
5130
|
extensionName: string;
|
5131
5131
|
telephonySignature: string | null;
|
5132
5132
|
};
|
@@ -5169,7 +5169,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5169
5169
|
sipServerUrl: string;
|
5170
5170
|
sipUserName: string;
|
5171
5171
|
webphoneLoginUser: string;
|
5172
|
-
extensionId:
|
5172
|
+
extensionId: string | null;
|
5173
5173
|
extensionName: string;
|
5174
5174
|
telephonySignature: string | null;
|
5175
5175
|
};
|
@@ -5183,6 +5183,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5183
5183
|
createdAt: Date;
|
5184
5184
|
updatedAt: Date;
|
5185
5185
|
deletedAt: Date | null;
|
5186
|
+
entityId: string;
|
5186
5187
|
contact: {
|
5187
5188
|
id: string;
|
5188
5189
|
channel: string | null;
|
@@ -5203,9 +5204,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5203
5204
|
createdAt: Date;
|
5204
5205
|
updatedAt: Date;
|
5205
5206
|
deletedAt: Date | null;
|
5206
|
-
isDefault: boolean;
|
5207
5207
|
systemName: string;
|
5208
5208
|
displayName: string;
|
5209
|
+
isDefault: boolean;
|
5209
5210
|
isArchived: boolean;
|
5210
5211
|
isRequired: boolean;
|
5211
5212
|
isUnique: boolean;
|
@@ -5287,7 +5288,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5287
5288
|
};
|
5288
5289
|
}[] | undefined;
|
5289
5290
|
} | null;
|
5290
|
-
entityId: string;
|
5291
5291
|
caseId: number;
|
5292
5292
|
entityName: string;
|
5293
5293
|
startedDate: string | null;
|
@@ -5366,7 +5366,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5366
5366
|
sipServerUrl: string;
|
5367
5367
|
sipUserName: string;
|
5368
5368
|
webphoneLoginUser: string;
|
5369
|
-
extensionId:
|
5369
|
+
extensionId: string | null;
|
5370
5370
|
extensionName: string;
|
5371
5371
|
telephonySignature: string | null;
|
5372
5372
|
};
|
@@ -5411,9 +5411,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5411
5411
|
createdAt: Date;
|
5412
5412
|
updatedAt: Date;
|
5413
5413
|
deletedAt: Date | null;
|
5414
|
-
isDefault: boolean;
|
5415
5414
|
systemName: string;
|
5416
5415
|
displayName: string;
|
5416
|
+
isDefault: boolean;
|
5417
5417
|
isArchived: boolean;
|
5418
5418
|
isRequired: boolean;
|
5419
5419
|
isUnique: boolean;
|
@@ -5536,7 +5536,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5536
5536
|
sipServerUrl: string;
|
5537
5537
|
sipUserName: string;
|
5538
5538
|
webphoneLoginUser: string;
|
5539
|
-
extensionId:
|
5539
|
+
extensionId: string | null;
|
5540
5540
|
extensionName: string;
|
5541
5541
|
telephonySignature: string | null;
|
5542
5542
|
};
|
@@ -5599,7 +5599,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5599
5599
|
sipServerUrl: string;
|
5600
5600
|
sipUserName: string;
|
5601
5601
|
webphoneLoginUser: string;
|
5602
|
-
extensionId:
|
5602
|
+
extensionId: string | null;
|
5603
5603
|
extensionName: string;
|
5604
5604
|
telephonySignature: string | null;
|
5605
5605
|
};
|
@@ -5650,9 +5650,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5650
5650
|
createdAt: Date;
|
5651
5651
|
updatedAt: Date;
|
5652
5652
|
deletedAt: Date | null;
|
5653
|
-
isDefault: boolean;
|
5654
5653
|
systemName: string;
|
5655
5654
|
displayName: string;
|
5655
|
+
isDefault: boolean;
|
5656
5656
|
isArchived: boolean;
|
5657
5657
|
isRequired: boolean;
|
5658
5658
|
isUnique: boolean;
|
@@ -5765,7 +5765,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5765
5765
|
sipServerUrl: string;
|
5766
5766
|
sipUserName: string;
|
5767
5767
|
webphoneLoginUser: string;
|
5768
|
-
extensionId:
|
5768
|
+
extensionId: string | null;
|
5769
5769
|
extensionName: string;
|
5770
5770
|
telephonySignature: string | null;
|
5771
5771
|
user?: {
|
@@ -5807,7 +5807,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5807
5807
|
sipServerUrl: string;
|
5808
5808
|
sipUserName: string;
|
5809
5809
|
webphoneLoginUser: string;
|
5810
|
-
extensionId:
|
5810
|
+
extensionId: string | null;
|
5811
5811
|
extensionName: string;
|
5812
5812
|
telephonySignature: string | null;
|
5813
5813
|
};
|
@@ -5856,7 +5856,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5856
5856
|
sipServerUrl: string;
|
5857
5857
|
sipUserName: string;
|
5858
5858
|
webphoneLoginUser: string;
|
5859
|
-
extensionId:
|
5859
|
+
extensionId: string | null;
|
5860
5860
|
extensionName: string;
|
5861
5861
|
telephonySignature: string | null;
|
5862
5862
|
};
|
@@ -5870,6 +5870,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5870
5870
|
createdAt: Date;
|
5871
5871
|
updatedAt: Date;
|
5872
5872
|
deletedAt: Date | null;
|
5873
|
+
entityId: string;
|
5873
5874
|
contact: {
|
5874
5875
|
id: string;
|
5875
5876
|
channel: string | null;
|
@@ -5890,9 +5891,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5890
5891
|
createdAt: Date;
|
5891
5892
|
updatedAt: Date;
|
5892
5893
|
deletedAt: Date | null;
|
5893
|
-
isDefault: boolean;
|
5894
5894
|
systemName: string;
|
5895
5895
|
displayName: string;
|
5896
|
+
isDefault: boolean;
|
5896
5897
|
isArchived: boolean;
|
5897
5898
|
isRequired: boolean;
|
5898
5899
|
isUnique: boolean;
|
@@ -5974,7 +5975,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5974
5975
|
};
|
5975
5976
|
}[] | undefined;
|
5976
5977
|
} | null;
|
5977
|
-
entityId: string;
|
5978
5978
|
caseId: number;
|
5979
5979
|
entityName: string;
|
5980
5980
|
startedDate: string | null;
|
@@ -6053,7 +6053,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6053
6053
|
sipServerUrl: string;
|
6054
6054
|
sipUserName: string;
|
6055
6055
|
webphoneLoginUser: string;
|
6056
|
-
extensionId:
|
6056
|
+
extensionId: string | null;
|
6057
6057
|
extensionName: string;
|
6058
6058
|
telephonySignature: string | null;
|
6059
6059
|
};
|
@@ -6098,9 +6098,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6098
6098
|
createdAt: Date;
|
6099
6099
|
updatedAt: Date;
|
6100
6100
|
deletedAt: Date | null;
|
6101
|
-
isDefault: boolean;
|
6102
6101
|
systemName: string;
|
6103
6102
|
displayName: string;
|
6103
|
+
isDefault: boolean;
|
6104
6104
|
isArchived: boolean;
|
6105
6105
|
isRequired: boolean;
|
6106
6106
|
isUnique: boolean;
|
@@ -6223,7 +6223,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6223
6223
|
sipServerUrl: string;
|
6224
6224
|
sipUserName: string;
|
6225
6225
|
webphoneLoginUser: string;
|
6226
|
-
extensionId:
|
6226
|
+
extensionId: string | null;
|
6227
6227
|
extensionName: string;
|
6228
6228
|
telephonySignature: string | null;
|
6229
6229
|
};
|
@@ -6286,7 +6286,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6286
6286
|
sipServerUrl: string;
|
6287
6287
|
sipUserName: string;
|
6288
6288
|
webphoneLoginUser: string;
|
6289
|
-
extensionId:
|
6289
|
+
extensionId: string | null;
|
6290
6290
|
extensionName: string;
|
6291
6291
|
telephonySignature: string | null;
|
6292
6292
|
};
|
@@ -6337,9 +6337,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6337
6337
|
createdAt: Date;
|
6338
6338
|
updatedAt: Date;
|
6339
6339
|
deletedAt: Date | null;
|
6340
|
-
isDefault: boolean;
|
6341
6340
|
systemName: string;
|
6342
6341
|
displayName: string;
|
6342
|
+
isDefault: boolean;
|
6343
6343
|
isArchived: boolean;
|
6344
6344
|
isRequired: boolean;
|
6345
6345
|
isUnique: boolean;
|
@@ -6452,7 +6452,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6452
6452
|
sipServerUrl: string;
|
6453
6453
|
sipUserName: string;
|
6454
6454
|
webphoneLoginUser: string;
|
6455
|
-
extensionId:
|
6455
|
+
extensionId: string | null;
|
6456
6456
|
extensionName: string;
|
6457
6457
|
telephonySignature: string | null;
|
6458
6458
|
user?: {
|
@@ -6494,7 +6494,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6494
6494
|
sipServerUrl: string;
|
6495
6495
|
sipUserName: string;
|
6496
6496
|
webphoneLoginUser: string;
|
6497
|
-
extensionId:
|
6497
|
+
extensionId: string | null;
|
6498
6498
|
extensionName: string;
|
6499
6499
|
telephonySignature: string | null;
|
6500
6500
|
};
|
@@ -6543,7 +6543,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6543
6543
|
sipServerUrl: string;
|
6544
6544
|
sipUserName: string;
|
6545
6545
|
webphoneLoginUser: string;
|
6546
|
-
extensionId:
|
6546
|
+
extensionId: string | null;
|
6547
6547
|
extensionName: string;
|
6548
6548
|
telephonySignature: string | null;
|
6549
6549
|
};
|