@kl1/contracts 1.0.34 → 1.0.36
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 +1030 -924
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1029 -924
- package/dist/index.mjs.map +1 -1
- package/dist/src/activity-log/index.d.ts +17 -10
- package/dist/src/activity-log/index.d.ts.map +1 -1
- package/dist/src/activity-log/schema.d.ts +17 -10
- package/dist/src/activity-log/schema.d.ts.map +1 -1
- package/dist/src/auth/index.d.ts +17 -10
- package/dist/src/auth/index.d.ts.map +1 -1
- package/dist/src/channel/index.d.ts +650 -51
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/channel/schema.d.ts +18 -12
- package/dist/src/channel/schema.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +12464 -12390
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +227 -110
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +1158 -1545
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +1128 -491
- package/dist/src/comment/index.d.ts.map +1 -1
- package/dist/src/comment/schema.d.ts +319 -140
- package/dist/src/comment/schema.d.ts.map +1 -1
- package/dist/src/contact/index.d.ts +77 -0
- package/dist/src/contact/index.d.ts.map +1 -1
- package/dist/src/contact/schema.d.ts +16 -0
- package/dist/src/contact/schema.d.ts.map +1 -1
- package/dist/src/contact/validation.d.ts +63 -0
- package/dist/src/contact/validation.d.ts.map +1 -1
- package/dist/src/contract.d.ts +28088 -29053
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +243 -72
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +193 -56
- package/dist/src/cx-log/schema.d.ts.map +1 -1
- package/dist/src/extension/index.d.ts +29 -120
- package/dist/src/extension/index.d.ts.map +1 -1
- package/dist/src/extension/schema.d.ts +3 -0
- package/dist/src/extension/schema.d.ts.map +1 -1
- package/dist/src/extension/validation.d.ts +6 -0
- package/dist/src/extension/validation.d.ts.map +1 -1
- package/dist/src/mail/mail-contract.d.ts +7 -0
- package/dist/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/src/mail/room-contract.d.ts +7 -0
- package/dist/src/mail/room-contract.d.ts.map +1 -1
- package/dist/src/mail/schemas/room.schema.d.ts +5 -0
- package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +442 -100
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/telephony-agent-presence-status/index.d.ts +57 -34
- package/dist/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/src/telephony-agent-presence-status/schema.d.ts +17 -10
- package/dist/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +53 -0
- package/dist/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/src/telephony-extension/index.d.ts +2 -0
- package/dist/src/telephony-extension/index.d.ts.map +1 -1
- package/dist/src/ticket/index.d.ts +3022 -1253
- package/dist/src/ticket/index.d.ts.map +1 -1
- package/dist/src/ticket/schema.d.ts +236 -167
- package/dist/src/ticket/schema.d.ts.map +1 -1
- package/dist/src/upload/schema.d.ts +3 -0
- package/dist/src/upload/schema.d.ts.map +1 -1
- package/dist/src/user/index.d.ts +57 -34
- package/dist/src/user/index.d.ts.map +1 -1
- package/dist/src/user/schema.d.ts +11 -6
- package/dist/src/user/schema.d.ts.map +1 -1
- package/dist/src/user-presence-status-log/index.d.ts +12 -8
- package/dist/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/src/user-presence-status-log/schema.d.ts +17 -10
- package/dist/src/user-presence-status-log/schema.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
@@ -585,6 +585,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
585
585
|
fileName: z.ZodString;
|
586
586
|
fileSize: z.ZodNumber;
|
587
587
|
fileKey: z.ZodString;
|
588
|
+
fileUrl: z.ZodNullable<z.ZodString>;
|
588
589
|
}, "strip", z.ZodTypeAny, {
|
589
590
|
id: string;
|
590
591
|
createdAt: Date;
|
@@ -594,6 +595,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
594
595
|
fileKey: string;
|
595
596
|
bucketName: string;
|
596
597
|
fileSize: number;
|
598
|
+
fileUrl: string | null;
|
597
599
|
}, {
|
598
600
|
id: string;
|
599
601
|
createdAt: Date;
|
@@ -603,6 +605,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
603
605
|
fileKey: string;
|
604
606
|
bucketName: string;
|
605
607
|
fileSize: number;
|
608
|
+
fileUrl: string | null;
|
606
609
|
}>;
|
607
610
|
}, "strip", z.ZodTypeAny, {
|
608
611
|
id: string;
|
@@ -619,6 +622,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
619
622
|
fileKey: string;
|
620
623
|
bucketName: string;
|
621
624
|
fileSize: number;
|
625
|
+
fileUrl: string | null;
|
622
626
|
};
|
623
627
|
}, {
|
624
628
|
id: string;
|
@@ -635,6 +639,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
635
639
|
fileKey: string;
|
636
640
|
bucketName: string;
|
637
641
|
fileSize: number;
|
642
|
+
fileUrl: string | null;
|
638
643
|
};
|
639
644
|
}>, "many">;
|
640
645
|
}, "strip", z.ZodTypeAny, {
|
@@ -675,6 +680,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
675
680
|
fileKey: string;
|
676
681
|
bucketName: string;
|
677
682
|
fileSize: number;
|
683
|
+
fileUrl: string | null;
|
678
684
|
};
|
679
685
|
}[];
|
680
686
|
}, {
|
@@ -715,6 +721,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
715
721
|
fileKey: string;
|
716
722
|
bucketName: string;
|
717
723
|
fileSize: number;
|
724
|
+
fileUrl: string | null;
|
718
725
|
};
|
719
726
|
}[];
|
720
727
|
}>, "many">;
|
@@ -868,6 +875,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
868
875
|
fileKey: string;
|
869
876
|
bucketName: string;
|
870
877
|
fileSize: number;
|
878
|
+
fileUrl: string | null;
|
871
879
|
};
|
872
880
|
}[];
|
873
881
|
}[];
|
@@ -969,6 +977,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
969
977
|
fileKey: string;
|
970
978
|
bucketName: string;
|
971
979
|
fileSize: number;
|
980
|
+
fileUrl: string | null;
|
972
981
|
};
|
973
982
|
}[];
|
974
983
|
}[];
|
@@ -1084,6 +1093,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1084
1093
|
fileKey: string;
|
1085
1094
|
bucketName: string;
|
1086
1095
|
fileSize: number;
|
1096
|
+
fileUrl: string | null;
|
1087
1097
|
};
|
1088
1098
|
}[];
|
1089
1099
|
}[];
|
@@ -1200,6 +1210,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1200
1210
|
fileKey: string;
|
1201
1211
|
bucketName: string;
|
1202
1212
|
fileSize: number;
|
1213
|
+
fileUrl: string | null;
|
1203
1214
|
};
|
1204
1215
|
}[];
|
1205
1216
|
}[];
|
@@ -1338,7 +1349,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1338
1349
|
displayName: string;
|
1339
1350
|
}[];
|
1340
1351
|
}>, "many">;
|
1341
|
-
extension: z.
|
1352
|
+
extension: z.ZodObject<{
|
1342
1353
|
id: z.ZodString;
|
1343
1354
|
createdAt: z.ZodDate;
|
1344
1355
|
updatedAt: z.ZodDate;
|
@@ -1346,6 +1357,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1346
1357
|
userId: z.ZodNullable<z.ZodString>;
|
1347
1358
|
sipServerUrl: z.ZodString;
|
1348
1359
|
sipUserName: z.ZodString;
|
1360
|
+
webphoneLoginUser: z.ZodString;
|
1349
1361
|
extensionId: z.ZodNumber;
|
1350
1362
|
extensionName: z.ZodString;
|
1351
1363
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
@@ -1357,6 +1369,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1357
1369
|
userId: string | null;
|
1358
1370
|
sipServerUrl: string;
|
1359
1371
|
sipUserName: string;
|
1372
|
+
webphoneLoginUser: string;
|
1360
1373
|
extensionId: number;
|
1361
1374
|
extensionName: string;
|
1362
1375
|
telephonySignature: string | null;
|
@@ -1368,10 +1381,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1368
1381
|
userId: string | null;
|
1369
1382
|
sipServerUrl: string;
|
1370
1383
|
sipUserName: string;
|
1384
|
+
webphoneLoginUser: string;
|
1371
1385
|
extensionId: number;
|
1372
1386
|
extensionName: string;
|
1373
1387
|
telephonySignature: string | null;
|
1374
|
-
}
|
1388
|
+
}>;
|
1375
1389
|
}, "strip", z.ZodTypeAny, {
|
1376
1390
|
id: string;
|
1377
1391
|
address: string | null;
|
@@ -1402,7 +1416,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1402
1416
|
displayName: string;
|
1403
1417
|
}[];
|
1404
1418
|
}[];
|
1405
|
-
extension
|
1419
|
+
extension: {
|
1406
1420
|
id: string;
|
1407
1421
|
createdAt: Date;
|
1408
1422
|
updatedAt: Date;
|
@@ -1410,10 +1424,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1410
1424
|
userId: string | null;
|
1411
1425
|
sipServerUrl: string;
|
1412
1426
|
sipUserName: string;
|
1427
|
+
webphoneLoginUser: string;
|
1413
1428
|
extensionId: number;
|
1414
1429
|
extensionName: string;
|
1415
1430
|
telephonySignature: string | null;
|
1416
|
-
}
|
1431
|
+
};
|
1417
1432
|
}, {
|
1418
1433
|
id: string;
|
1419
1434
|
address: string | null;
|
@@ -1444,7 +1459,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1444
1459
|
displayName: string;
|
1445
1460
|
}[];
|
1446
1461
|
}[];
|
1447
|
-
extension
|
1462
|
+
extension: {
|
1448
1463
|
id: string;
|
1449
1464
|
createdAt: Date;
|
1450
1465
|
updatedAt: Date;
|
@@ -1452,10 +1467,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1452
1467
|
userId: string | null;
|
1453
1468
|
sipServerUrl: string;
|
1454
1469
|
sipUserName: string;
|
1470
|
+
webphoneLoginUser: string;
|
1455
1471
|
extensionId: number;
|
1456
1472
|
extensionName: string;
|
1457
1473
|
telephonySignature: string | null;
|
1458
|
-
}
|
1474
|
+
};
|
1459
1475
|
}>;
|
1460
1476
|
assignee: z.ZodObject<{
|
1461
1477
|
id: z.ZodString;
|
@@ -1537,7 +1553,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1537
1553
|
displayName: string;
|
1538
1554
|
}[];
|
1539
1555
|
}>, "many">;
|
1540
|
-
extension: z.
|
1556
|
+
extension: z.ZodObject<{
|
1541
1557
|
id: z.ZodString;
|
1542
1558
|
createdAt: z.ZodDate;
|
1543
1559
|
updatedAt: z.ZodDate;
|
@@ -1545,6 +1561,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1545
1561
|
userId: z.ZodNullable<z.ZodString>;
|
1546
1562
|
sipServerUrl: z.ZodString;
|
1547
1563
|
sipUserName: z.ZodString;
|
1564
|
+
webphoneLoginUser: z.ZodString;
|
1548
1565
|
extensionId: z.ZodNumber;
|
1549
1566
|
extensionName: z.ZodString;
|
1550
1567
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
@@ -1556,6 +1573,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1556
1573
|
userId: string | null;
|
1557
1574
|
sipServerUrl: string;
|
1558
1575
|
sipUserName: string;
|
1576
|
+
webphoneLoginUser: string;
|
1559
1577
|
extensionId: number;
|
1560
1578
|
extensionName: string;
|
1561
1579
|
telephonySignature: string | null;
|
@@ -1567,10 +1585,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1567
1585
|
userId: string | null;
|
1568
1586
|
sipServerUrl: string;
|
1569
1587
|
sipUserName: string;
|
1588
|
+
webphoneLoginUser: string;
|
1570
1589
|
extensionId: number;
|
1571
1590
|
extensionName: string;
|
1572
1591
|
telephonySignature: string | null;
|
1573
|
-
}
|
1592
|
+
}>;
|
1574
1593
|
}, "strip", z.ZodTypeAny, {
|
1575
1594
|
id: string;
|
1576
1595
|
address: string | null;
|
@@ -1601,7 +1620,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1601
1620
|
displayName: string;
|
1602
1621
|
}[];
|
1603
1622
|
}[];
|
1604
|
-
extension
|
1623
|
+
extension: {
|
1605
1624
|
id: string;
|
1606
1625
|
createdAt: Date;
|
1607
1626
|
updatedAt: Date;
|
@@ -1609,10 +1628,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1609
1628
|
userId: string | null;
|
1610
1629
|
sipServerUrl: string;
|
1611
1630
|
sipUserName: string;
|
1631
|
+
webphoneLoginUser: string;
|
1612
1632
|
extensionId: number;
|
1613
1633
|
extensionName: string;
|
1614
1634
|
telephonySignature: string | null;
|
1615
|
-
}
|
1635
|
+
};
|
1616
1636
|
}, {
|
1617
1637
|
id: string;
|
1618
1638
|
address: string | null;
|
@@ -1643,7 +1663,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1643
1663
|
displayName: string;
|
1644
1664
|
}[];
|
1645
1665
|
}[];
|
1646
|
-
extension
|
1666
|
+
extension: {
|
1647
1667
|
id: string;
|
1648
1668
|
createdAt: Date;
|
1649
1669
|
updatedAt: Date;
|
@@ -1651,10 +1671,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1651
1671
|
userId: string | null;
|
1652
1672
|
sipServerUrl: string;
|
1653
1673
|
sipUserName: string;
|
1674
|
+
webphoneLoginUser: string;
|
1654
1675
|
extensionId: number;
|
1655
1676
|
extensionName: string;
|
1656
1677
|
telephonySignature: string | null;
|
1657
|
-
}
|
1678
|
+
};
|
1658
1679
|
}>;
|
1659
1680
|
channel: z.ZodOptional<z.ZodObject<{
|
1660
1681
|
id: z.ZodOptional<z.ZodString>;
|
@@ -1765,7 +1786,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1765
1786
|
displayName: string;
|
1766
1787
|
}[];
|
1767
1788
|
}>, "many">;
|
1768
|
-
extension: z.
|
1789
|
+
extension: z.ZodObject<{
|
1769
1790
|
id: z.ZodString;
|
1770
1791
|
createdAt: z.ZodDate;
|
1771
1792
|
updatedAt: z.ZodDate;
|
@@ -1773,6 +1794,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1773
1794
|
userId: z.ZodNullable<z.ZodString>;
|
1774
1795
|
sipServerUrl: z.ZodString;
|
1775
1796
|
sipUserName: z.ZodString;
|
1797
|
+
webphoneLoginUser: z.ZodString;
|
1776
1798
|
extensionId: z.ZodNumber;
|
1777
1799
|
extensionName: z.ZodString;
|
1778
1800
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
@@ -1784,6 +1806,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1784
1806
|
userId: string | null;
|
1785
1807
|
sipServerUrl: string;
|
1786
1808
|
sipUserName: string;
|
1809
|
+
webphoneLoginUser: string;
|
1787
1810
|
extensionId: number;
|
1788
1811
|
extensionName: string;
|
1789
1812
|
telephonySignature: string | null;
|
@@ -1795,10 +1818,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1795
1818
|
userId: string | null;
|
1796
1819
|
sipServerUrl: string;
|
1797
1820
|
sipUserName: string;
|
1821
|
+
webphoneLoginUser: string;
|
1798
1822
|
extensionId: number;
|
1799
1823
|
extensionName: string;
|
1800
1824
|
telephonySignature: string | null;
|
1801
|
-
}
|
1825
|
+
}>;
|
1802
1826
|
}, "strip", z.ZodTypeAny, {
|
1803
1827
|
id: string;
|
1804
1828
|
address: string | null;
|
@@ -1829,7 +1853,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1829
1853
|
displayName: string;
|
1830
1854
|
}[];
|
1831
1855
|
}[];
|
1832
|
-
extension
|
1856
|
+
extension: {
|
1833
1857
|
id: string;
|
1834
1858
|
createdAt: Date;
|
1835
1859
|
updatedAt: Date;
|
@@ -1837,10 +1861,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1837
1861
|
userId: string | null;
|
1838
1862
|
sipServerUrl: string;
|
1839
1863
|
sipUserName: string;
|
1864
|
+
webphoneLoginUser: string;
|
1840
1865
|
extensionId: number;
|
1841
1866
|
extensionName: string;
|
1842
1867
|
telephonySignature: string | null;
|
1843
|
-
}
|
1868
|
+
};
|
1844
1869
|
}, {
|
1845
1870
|
id: string;
|
1846
1871
|
address: string | null;
|
@@ -1871,7 +1896,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1871
1896
|
displayName: string;
|
1872
1897
|
}[];
|
1873
1898
|
}[];
|
1874
|
-
extension
|
1899
|
+
extension: {
|
1875
1900
|
id: string;
|
1876
1901
|
createdAt: Date;
|
1877
1902
|
updatedAt: Date;
|
@@ -1879,10 +1904,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1879
1904
|
userId: string | null;
|
1880
1905
|
sipServerUrl: string;
|
1881
1906
|
sipUserName: string;
|
1907
|
+
webphoneLoginUser: string;
|
1882
1908
|
extensionId: number;
|
1883
1909
|
extensionName: string;
|
1884
1910
|
telephonySignature: string | null;
|
1885
|
-
}
|
1911
|
+
};
|
1886
1912
|
}>>;
|
1887
1913
|
}, "strip", z.ZodTypeAny, {
|
1888
1914
|
id?: string | undefined;
|
@@ -1933,7 +1959,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1933
1959
|
displayName: string;
|
1934
1960
|
}[];
|
1935
1961
|
}[];
|
1936
|
-
extension
|
1962
|
+
extension: {
|
1937
1963
|
id: string;
|
1938
1964
|
createdAt: Date;
|
1939
1965
|
updatedAt: Date;
|
@@ -1941,10 +1967,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1941
1967
|
userId: string | null;
|
1942
1968
|
sipServerUrl: string;
|
1943
1969
|
sipUserName: string;
|
1970
|
+
webphoneLoginUser: string;
|
1944
1971
|
extensionId: number;
|
1945
1972
|
extensionName: string;
|
1946
1973
|
telephonySignature: string | null;
|
1947
|
-
}
|
1974
|
+
};
|
1948
1975
|
} | undefined;
|
1949
1976
|
}, {
|
1950
1977
|
id?: string | undefined;
|
@@ -1995,7 +2022,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1995
2022
|
displayName: string;
|
1996
2023
|
}[];
|
1997
2024
|
}[];
|
1998
|
-
extension
|
2025
|
+
extension: {
|
1999
2026
|
id: string;
|
2000
2027
|
createdAt: Date;
|
2001
2028
|
updatedAt: Date;
|
@@ -2003,10 +2030,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2003
2030
|
userId: string | null;
|
2004
2031
|
sipServerUrl: string;
|
2005
2032
|
sipUserName: string;
|
2033
|
+
webphoneLoginUser: string;
|
2006
2034
|
extensionId: number;
|
2007
2035
|
extensionName: string;
|
2008
2036
|
telephonySignature: string | null;
|
2009
|
-
}
|
2037
|
+
};
|
2010
2038
|
} | undefined;
|
2011
2039
|
}>>;
|
2012
2040
|
}, "strip", z.ZodTypeAny, {
|
@@ -2045,7 +2073,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2045
2073
|
displayName: string;
|
2046
2074
|
}[];
|
2047
2075
|
}[];
|
2048
|
-
extension
|
2076
|
+
extension: {
|
2049
2077
|
id: string;
|
2050
2078
|
createdAt: Date;
|
2051
2079
|
updatedAt: Date;
|
@@ -2053,10 +2081,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2053
2081
|
userId: string | null;
|
2054
2082
|
sipServerUrl: string;
|
2055
2083
|
sipUserName: string;
|
2084
|
+
webphoneLoginUser: string;
|
2056
2085
|
extensionId: number;
|
2057
2086
|
extensionName: string;
|
2058
2087
|
telephonySignature: string | null;
|
2059
|
-
}
|
2088
|
+
};
|
2060
2089
|
};
|
2061
2090
|
firstResponseTime: number;
|
2062
2091
|
lastMessage: string;
|
@@ -2124,6 +2153,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2124
2153
|
fileKey: string;
|
2125
2154
|
bucketName: string;
|
2126
2155
|
fileSize: number;
|
2156
|
+
fileUrl: string | null;
|
2127
2157
|
};
|
2128
2158
|
}[];
|
2129
2159
|
}[];
|
@@ -2212,7 +2242,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2212
2242
|
displayName: string;
|
2213
2243
|
}[];
|
2214
2244
|
}[];
|
2215
|
-
extension
|
2245
|
+
extension: {
|
2216
2246
|
id: string;
|
2217
2247
|
createdAt: Date;
|
2218
2248
|
updatedAt: Date;
|
@@ -2220,10 +2250,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2220
2250
|
userId: string | null;
|
2221
2251
|
sipServerUrl: string;
|
2222
2252
|
sipUserName: string;
|
2253
|
+
webphoneLoginUser: string;
|
2223
2254
|
extensionId: number;
|
2224
2255
|
extensionName: string;
|
2225
2256
|
telephonySignature: string | null;
|
2226
|
-
}
|
2257
|
+
};
|
2227
2258
|
};
|
2228
2259
|
channel?: {
|
2229
2260
|
id?: string | undefined;
|
@@ -2274,7 +2305,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2274
2305
|
displayName: string;
|
2275
2306
|
}[];
|
2276
2307
|
}[];
|
2277
|
-
extension
|
2308
|
+
extension: {
|
2278
2309
|
id: string;
|
2279
2310
|
createdAt: Date;
|
2280
2311
|
updatedAt: Date;
|
@@ -2282,10 +2313,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2282
2313
|
userId: string | null;
|
2283
2314
|
sipServerUrl: string;
|
2284
2315
|
sipUserName: string;
|
2316
|
+
webphoneLoginUser: string;
|
2285
2317
|
extensionId: number;
|
2286
2318
|
extensionName: string;
|
2287
2319
|
telephonySignature: string | null;
|
2288
|
-
}
|
2320
|
+
};
|
2289
2321
|
} | undefined;
|
2290
2322
|
} | undefined;
|
2291
2323
|
}, {
|
@@ -2324,7 +2356,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2324
2356
|
displayName: string;
|
2325
2357
|
}[];
|
2326
2358
|
}[];
|
2327
|
-
extension
|
2359
|
+
extension: {
|
2328
2360
|
id: string;
|
2329
2361
|
createdAt: Date;
|
2330
2362
|
updatedAt: Date;
|
@@ -2332,10 +2364,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2332
2364
|
userId: string | null;
|
2333
2365
|
sipServerUrl: string;
|
2334
2366
|
sipUserName: string;
|
2367
|
+
webphoneLoginUser: string;
|
2335
2368
|
extensionId: number;
|
2336
2369
|
extensionName: string;
|
2337
2370
|
telephonySignature: string | null;
|
2338
|
-
}
|
2371
|
+
};
|
2339
2372
|
};
|
2340
2373
|
firstResponseTime: number;
|
2341
2374
|
lastMessage: string;
|
@@ -2403,6 +2436,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2403
2436
|
fileKey: string;
|
2404
2437
|
bucketName: string;
|
2405
2438
|
fileSize: number;
|
2439
|
+
fileUrl: string | null;
|
2406
2440
|
};
|
2407
2441
|
}[];
|
2408
2442
|
}[];
|
@@ -2491,7 +2525,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2491
2525
|
displayName: string;
|
2492
2526
|
}[];
|
2493
2527
|
}[];
|
2494
|
-
extension
|
2528
|
+
extension: {
|
2495
2529
|
id: string;
|
2496
2530
|
createdAt: Date;
|
2497
2531
|
updatedAt: Date;
|
@@ -2499,10 +2533,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2499
2533
|
userId: string | null;
|
2500
2534
|
sipServerUrl: string;
|
2501
2535
|
sipUserName: string;
|
2536
|
+
webphoneLoginUser: string;
|
2502
2537
|
extensionId: number;
|
2503
2538
|
extensionName: string;
|
2504
2539
|
telephonySignature: string | null;
|
2505
|
-
}
|
2540
|
+
};
|
2506
2541
|
};
|
2507
2542
|
channel?: {
|
2508
2543
|
id?: string | undefined;
|
@@ -2553,7 +2588,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2553
2588
|
displayName: string;
|
2554
2589
|
}[];
|
2555
2590
|
}[];
|
2556
|
-
extension
|
2591
|
+
extension: {
|
2557
2592
|
id: string;
|
2558
2593
|
createdAt: Date;
|
2559
2594
|
updatedAt: Date;
|
@@ -2561,10 +2596,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2561
2596
|
userId: string | null;
|
2562
2597
|
sipServerUrl: string;
|
2563
2598
|
sipUserName: string;
|
2599
|
+
webphoneLoginUser: string;
|
2564
2600
|
extensionId: number;
|
2565
2601
|
extensionName: string;
|
2566
2602
|
telephonySignature: string | null;
|
2567
|
-
}
|
2603
|
+
};
|
2568
2604
|
} | undefined;
|
2569
2605
|
} | undefined;
|
2570
2606
|
}>>;
|
@@ -2588,6 +2624,37 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2588
2624
|
didNumber: z.ZodNullable<z.ZodString>;
|
2589
2625
|
agentRingTime: z.ZodNullable<z.ZodNumber>;
|
2590
2626
|
uploadId: z.ZodNullable<z.ZodString>;
|
2627
|
+
upload: z.ZodOptional<z.ZodObject<{
|
2628
|
+
id: z.ZodString;
|
2629
|
+
createdAt: z.ZodDate;
|
2630
|
+
updatedAt: z.ZodDate;
|
2631
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
2632
|
+
bucketName: z.ZodString;
|
2633
|
+
fileName: z.ZodString;
|
2634
|
+
fileSize: z.ZodNumber;
|
2635
|
+
fileKey: z.ZodString;
|
2636
|
+
fileUrl: z.ZodNullable<z.ZodString>;
|
2637
|
+
}, "strip", z.ZodTypeAny, {
|
2638
|
+
id: string;
|
2639
|
+
createdAt: Date;
|
2640
|
+
updatedAt: Date;
|
2641
|
+
deletedAt: Date | null;
|
2642
|
+
fileName: string;
|
2643
|
+
fileKey: string;
|
2644
|
+
bucketName: string;
|
2645
|
+
fileSize: number;
|
2646
|
+
fileUrl: string | null;
|
2647
|
+
}, {
|
2648
|
+
id: string;
|
2649
|
+
createdAt: Date;
|
2650
|
+
updatedAt: Date;
|
2651
|
+
deletedAt: Date | null;
|
2652
|
+
fileName: string;
|
2653
|
+
fileKey: string;
|
2654
|
+
bucketName: string;
|
2655
|
+
fileSize: number;
|
2656
|
+
fileUrl: string | null;
|
2657
|
+
}>>;
|
2591
2658
|
serialNumber: z.ZodNullable<z.ZodString>;
|
2592
2659
|
extensionId: z.ZodNullable<z.ZodString>;
|
2593
2660
|
telephonyQueueId: z.ZodNullable<z.ZodString>;
|
@@ -2616,6 +2683,17 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2616
2683
|
serialNumber: string | null;
|
2617
2684
|
telephonyQueueId: string | null;
|
2618
2685
|
contactId: string | null;
|
2686
|
+
upload?: {
|
2687
|
+
id: string;
|
2688
|
+
createdAt: Date;
|
2689
|
+
updatedAt: Date;
|
2690
|
+
deletedAt: Date | null;
|
2691
|
+
fileName: string;
|
2692
|
+
fileKey: string;
|
2693
|
+
bucketName: string;
|
2694
|
+
fileSize: number;
|
2695
|
+
fileUrl: string | null;
|
2696
|
+
} | undefined;
|
2619
2697
|
}, {
|
2620
2698
|
type: string;
|
2621
2699
|
id: string;
|
@@ -2640,6 +2718,17 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2640
2718
|
serialNumber: string | null;
|
2641
2719
|
telephonyQueueId: string | null;
|
2642
2720
|
contactId: string | null;
|
2721
|
+
upload?: {
|
2722
|
+
id: string;
|
2723
|
+
createdAt: Date;
|
2724
|
+
updatedAt: Date;
|
2725
|
+
deletedAt: Date | null;
|
2726
|
+
fileName: string;
|
2727
|
+
fileKey: string;
|
2728
|
+
bucketName: string;
|
2729
|
+
fileSize: number;
|
2730
|
+
fileUrl: string | null;
|
2731
|
+
} | undefined;
|
2643
2732
|
}>>;
|
2644
2733
|
queue: z.ZodNullable<z.ZodObject<{
|
2645
2734
|
queueName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
@@ -2948,6 +3037,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2948
3037
|
fileName: z.ZodString;
|
2949
3038
|
fileSize: z.ZodNumber;
|
2950
3039
|
fileKey: z.ZodString;
|
3040
|
+
fileUrl: z.ZodNullable<z.ZodString>;
|
2951
3041
|
}, "strip", z.ZodTypeAny, {
|
2952
3042
|
id: string;
|
2953
3043
|
createdAt: Date;
|
@@ -2957,6 +3047,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2957
3047
|
fileKey: string;
|
2958
3048
|
bucketName: string;
|
2959
3049
|
fileSize: number;
|
3050
|
+
fileUrl: string | null;
|
2960
3051
|
}, {
|
2961
3052
|
id: string;
|
2962
3053
|
createdAt: Date;
|
@@ -2966,6 +3057,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2966
3057
|
fileKey: string;
|
2967
3058
|
bucketName: string;
|
2968
3059
|
fileSize: number;
|
3060
|
+
fileUrl: string | null;
|
2969
3061
|
}>;
|
2970
3062
|
}, "strip", z.ZodTypeAny, {
|
2971
3063
|
id: string;
|
@@ -2982,6 +3074,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2982
3074
|
fileKey: string;
|
2983
3075
|
bucketName: string;
|
2984
3076
|
fileSize: number;
|
3077
|
+
fileUrl: string | null;
|
2985
3078
|
};
|
2986
3079
|
}, {
|
2987
3080
|
id: string;
|
@@ -2998,6 +3091,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2998
3091
|
fileKey: string;
|
2999
3092
|
bucketName: string;
|
3000
3093
|
fileSize: number;
|
3094
|
+
fileUrl: string | null;
|
3001
3095
|
};
|
3002
3096
|
}>, "many">;
|
3003
3097
|
}, "strip", z.ZodTypeAny, {
|
@@ -3038,6 +3132,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3038
3132
|
fileKey: string;
|
3039
3133
|
bucketName: string;
|
3040
3134
|
fileSize: number;
|
3135
|
+
fileUrl: string | null;
|
3041
3136
|
};
|
3042
3137
|
}[];
|
3043
3138
|
}, {
|
@@ -3078,6 +3173,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3078
3173
|
fileKey: string;
|
3079
3174
|
bucketName: string;
|
3080
3175
|
fileSize: number;
|
3176
|
+
fileUrl: string | null;
|
3081
3177
|
};
|
3082
3178
|
}[];
|
3083
3179
|
}>, "many">;
|
@@ -3231,6 +3327,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3231
3327
|
fileKey: string;
|
3232
3328
|
bucketName: string;
|
3233
3329
|
fileSize: number;
|
3330
|
+
fileUrl: string | null;
|
3234
3331
|
};
|
3235
3332
|
}[];
|
3236
3333
|
}[];
|
@@ -3332,6 +3429,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3332
3429
|
fileKey: string;
|
3333
3430
|
bucketName: string;
|
3334
3431
|
fileSize: number;
|
3432
|
+
fileUrl: string | null;
|
3335
3433
|
};
|
3336
3434
|
}[];
|
3337
3435
|
}[];
|
@@ -3468,7 +3566,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3468
3566
|
displayName: string;
|
3469
3567
|
}[];
|
3470
3568
|
}>, "many">;
|
3471
|
-
extension: z.
|
3569
|
+
extension: z.ZodObject<{
|
3472
3570
|
id: z.ZodString;
|
3473
3571
|
createdAt: z.ZodDate;
|
3474
3572
|
updatedAt: z.ZodDate;
|
@@ -3476,6 +3574,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3476
3574
|
userId: z.ZodNullable<z.ZodString>;
|
3477
3575
|
sipServerUrl: z.ZodString;
|
3478
3576
|
sipUserName: z.ZodString;
|
3577
|
+
webphoneLoginUser: z.ZodString;
|
3479
3578
|
extensionId: z.ZodNumber;
|
3480
3579
|
extensionName: z.ZodString;
|
3481
3580
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
@@ -3487,6 +3586,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3487
3586
|
userId: string | null;
|
3488
3587
|
sipServerUrl: string;
|
3489
3588
|
sipUserName: string;
|
3589
|
+
webphoneLoginUser: string;
|
3490
3590
|
extensionId: number;
|
3491
3591
|
extensionName: string;
|
3492
3592
|
telephonySignature: string | null;
|
@@ -3498,10 +3598,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3498
3598
|
userId: string | null;
|
3499
3599
|
sipServerUrl: string;
|
3500
3600
|
sipUserName: string;
|
3601
|
+
webphoneLoginUser: string;
|
3501
3602
|
extensionId: number;
|
3502
3603
|
extensionName: string;
|
3503
3604
|
telephonySignature: string | null;
|
3504
|
-
}
|
3605
|
+
}>;
|
3505
3606
|
}, "strip", z.ZodTypeAny, {
|
3506
3607
|
id: string;
|
3507
3608
|
address: string | null;
|
@@ -3532,7 +3633,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3532
3633
|
displayName: string;
|
3533
3634
|
}[];
|
3534
3635
|
}[];
|
3535
|
-
extension
|
3636
|
+
extension: {
|
3536
3637
|
id: string;
|
3537
3638
|
createdAt: Date;
|
3538
3639
|
updatedAt: Date;
|
@@ -3540,10 +3641,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3540
3641
|
userId: string | null;
|
3541
3642
|
sipServerUrl: string;
|
3542
3643
|
sipUserName: string;
|
3644
|
+
webphoneLoginUser: string;
|
3543
3645
|
extensionId: number;
|
3544
3646
|
extensionName: string;
|
3545
3647
|
telephonySignature: string | null;
|
3546
|
-
}
|
3648
|
+
};
|
3547
3649
|
}, {
|
3548
3650
|
id: string;
|
3549
3651
|
address: string | null;
|
@@ -3574,7 +3676,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3574
3676
|
displayName: string;
|
3575
3677
|
}[];
|
3576
3678
|
}[];
|
3577
|
-
extension
|
3679
|
+
extension: {
|
3578
3680
|
id: string;
|
3579
3681
|
createdAt: Date;
|
3580
3682
|
updatedAt: Date;
|
@@ -3582,10 +3684,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3582
3684
|
userId: string | null;
|
3583
3685
|
sipServerUrl: string;
|
3584
3686
|
sipUserName: string;
|
3687
|
+
webphoneLoginUser: string;
|
3585
3688
|
extensionId: number;
|
3586
3689
|
extensionName: string;
|
3587
3690
|
telephonySignature: string | null;
|
3588
|
-
}
|
3691
|
+
};
|
3589
3692
|
}>>;
|
3590
3693
|
}, "strip", z.ZodTypeAny, {
|
3591
3694
|
id: string;
|
@@ -3641,6 +3744,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3641
3744
|
fileKey: string;
|
3642
3745
|
bucketName: string;
|
3643
3746
|
fileSize: number;
|
3747
|
+
fileUrl: string | null;
|
3644
3748
|
};
|
3645
3749
|
}[];
|
3646
3750
|
}[];
|
@@ -3767,7 +3871,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3767
3871
|
displayName: string;
|
3768
3872
|
}[];
|
3769
3873
|
}[];
|
3770
|
-
extension
|
3874
|
+
extension: {
|
3771
3875
|
id: string;
|
3772
3876
|
createdAt: Date;
|
3773
3877
|
updatedAt: Date;
|
@@ -3775,10 +3879,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3775
3879
|
userId: string | null;
|
3776
3880
|
sipServerUrl: string;
|
3777
3881
|
sipUserName: string;
|
3882
|
+
webphoneLoginUser: string;
|
3778
3883
|
extensionId: number;
|
3779
3884
|
extensionName: string;
|
3780
3885
|
telephonySignature: string | null;
|
3781
|
-
}
|
3886
|
+
};
|
3782
3887
|
};
|
3783
3888
|
firstResponseTime: number;
|
3784
3889
|
lastMessage: string;
|
@@ -3846,6 +3951,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3846
3951
|
fileKey: string;
|
3847
3952
|
bucketName: string;
|
3848
3953
|
fileSize: number;
|
3954
|
+
fileUrl: string | null;
|
3849
3955
|
};
|
3850
3956
|
}[];
|
3851
3957
|
}[];
|
@@ -3934,7 +4040,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3934
4040
|
displayName: string;
|
3935
4041
|
}[];
|
3936
4042
|
}[];
|
3937
|
-
extension
|
4043
|
+
extension: {
|
3938
4044
|
id: string;
|
3939
4045
|
createdAt: Date;
|
3940
4046
|
updatedAt: Date;
|
@@ -3942,10 +4048,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3942
4048
|
userId: string | null;
|
3943
4049
|
sipServerUrl: string;
|
3944
4050
|
sipUserName: string;
|
4051
|
+
webphoneLoginUser: string;
|
3945
4052
|
extensionId: number;
|
3946
4053
|
extensionName: string;
|
3947
4054
|
telephonySignature: string | null;
|
3948
|
-
}
|
4055
|
+
};
|
3949
4056
|
};
|
3950
4057
|
channel?: {
|
3951
4058
|
id?: string | undefined;
|
@@ -3996,7 +4103,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3996
4103
|
displayName: string;
|
3997
4104
|
}[];
|
3998
4105
|
}[];
|
3999
|
-
extension
|
4106
|
+
extension: {
|
4000
4107
|
id: string;
|
4001
4108
|
createdAt: Date;
|
4002
4109
|
updatedAt: Date;
|
@@ -4004,10 +4111,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4004
4111
|
userId: string | null;
|
4005
4112
|
sipServerUrl: string;
|
4006
4113
|
sipUserName: string;
|
4114
|
+
webphoneLoginUser: string;
|
4007
4115
|
extensionId: number;
|
4008
4116
|
extensionName: string;
|
4009
4117
|
telephonySignature: string | null;
|
4010
|
-
}
|
4118
|
+
};
|
4011
4119
|
} | undefined;
|
4012
4120
|
} | undefined;
|
4013
4121
|
} | null;
|
@@ -4035,6 +4143,17 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4035
4143
|
serialNumber: string | null;
|
4036
4144
|
telephonyQueueId: string | null;
|
4037
4145
|
contactId: string | null;
|
4146
|
+
upload?: {
|
4147
|
+
id: string;
|
4148
|
+
createdAt: Date;
|
4149
|
+
updatedAt: Date;
|
4150
|
+
deletedAt: Date | null;
|
4151
|
+
fileName: string;
|
4152
|
+
fileKey: string;
|
4153
|
+
bucketName: string;
|
4154
|
+
fileSize: number;
|
4155
|
+
fileUrl: string | null;
|
4156
|
+
} | undefined;
|
4038
4157
|
} | null;
|
4039
4158
|
queue: {
|
4040
4159
|
queueName?: string | null | undefined;
|
@@ -4069,7 +4188,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4069
4188
|
displayName: string;
|
4070
4189
|
}[];
|
4071
4190
|
}[];
|
4072
|
-
extension
|
4191
|
+
extension: {
|
4073
4192
|
id: string;
|
4074
4193
|
createdAt: Date;
|
4075
4194
|
updatedAt: Date;
|
@@ -4077,10 +4196,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4077
4196
|
userId: string | null;
|
4078
4197
|
sipServerUrl: string;
|
4079
4198
|
sipUserName: string;
|
4199
|
+
webphoneLoginUser: string;
|
4080
4200
|
extensionId: number;
|
4081
4201
|
extensionName: string;
|
4082
4202
|
telephonySignature: string | null;
|
4083
|
-
}
|
4203
|
+
};
|
4084
4204
|
} | null;
|
4085
4205
|
}, {
|
4086
4206
|
id: string;
|
@@ -4136,6 +4256,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4136
4256
|
fileKey: string;
|
4137
4257
|
bucketName: string;
|
4138
4258
|
fileSize: number;
|
4259
|
+
fileUrl: string | null;
|
4139
4260
|
};
|
4140
4261
|
}[];
|
4141
4262
|
}[];
|
@@ -4262,7 +4383,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4262
4383
|
displayName: string;
|
4263
4384
|
}[];
|
4264
4385
|
}[];
|
4265
|
-
extension
|
4386
|
+
extension: {
|
4266
4387
|
id: string;
|
4267
4388
|
createdAt: Date;
|
4268
4389
|
updatedAt: Date;
|
@@ -4270,10 +4391,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4270
4391
|
userId: string | null;
|
4271
4392
|
sipServerUrl: string;
|
4272
4393
|
sipUserName: string;
|
4394
|
+
webphoneLoginUser: string;
|
4273
4395
|
extensionId: number;
|
4274
4396
|
extensionName: string;
|
4275
4397
|
telephonySignature: string | null;
|
4276
|
-
}
|
4398
|
+
};
|
4277
4399
|
};
|
4278
4400
|
firstResponseTime: number;
|
4279
4401
|
lastMessage: string;
|
@@ -4341,6 +4463,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4341
4463
|
fileKey: string;
|
4342
4464
|
bucketName: string;
|
4343
4465
|
fileSize: number;
|
4466
|
+
fileUrl: string | null;
|
4344
4467
|
};
|
4345
4468
|
}[];
|
4346
4469
|
}[];
|
@@ -4429,7 +4552,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4429
4552
|
displayName: string;
|
4430
4553
|
}[];
|
4431
4554
|
}[];
|
4432
|
-
extension
|
4555
|
+
extension: {
|
4433
4556
|
id: string;
|
4434
4557
|
createdAt: Date;
|
4435
4558
|
updatedAt: Date;
|
@@ -4437,10 +4560,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4437
4560
|
userId: string | null;
|
4438
4561
|
sipServerUrl: string;
|
4439
4562
|
sipUserName: string;
|
4563
|
+
webphoneLoginUser: string;
|
4440
4564
|
extensionId: number;
|
4441
4565
|
extensionName: string;
|
4442
4566
|
telephonySignature: string | null;
|
4443
|
-
}
|
4567
|
+
};
|
4444
4568
|
};
|
4445
4569
|
channel?: {
|
4446
4570
|
id?: string | undefined;
|
@@ -4491,7 +4615,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4491
4615
|
displayName: string;
|
4492
4616
|
}[];
|
4493
4617
|
}[];
|
4494
|
-
extension
|
4618
|
+
extension: {
|
4495
4619
|
id: string;
|
4496
4620
|
createdAt: Date;
|
4497
4621
|
updatedAt: Date;
|
@@ -4499,10 +4623,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4499
4623
|
userId: string | null;
|
4500
4624
|
sipServerUrl: string;
|
4501
4625
|
sipUserName: string;
|
4626
|
+
webphoneLoginUser: string;
|
4502
4627
|
extensionId: number;
|
4503
4628
|
extensionName: string;
|
4504
4629
|
telephonySignature: string | null;
|
4505
|
-
}
|
4630
|
+
};
|
4506
4631
|
} | undefined;
|
4507
4632
|
} | undefined;
|
4508
4633
|
} | null;
|
@@ -4530,6 +4655,17 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4530
4655
|
serialNumber: string | null;
|
4531
4656
|
telephonyQueueId: string | null;
|
4532
4657
|
contactId: string | null;
|
4658
|
+
upload?: {
|
4659
|
+
id: string;
|
4660
|
+
createdAt: Date;
|
4661
|
+
updatedAt: Date;
|
4662
|
+
deletedAt: Date | null;
|
4663
|
+
fileName: string;
|
4664
|
+
fileKey: string;
|
4665
|
+
bucketName: string;
|
4666
|
+
fileSize: number;
|
4667
|
+
fileUrl: string | null;
|
4668
|
+
} | undefined;
|
4533
4669
|
} | null;
|
4534
4670
|
queue: {
|
4535
4671
|
queueName?: string | null | undefined;
|
@@ -4564,7 +4700,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4564
4700
|
displayName: string;
|
4565
4701
|
}[];
|
4566
4702
|
}[];
|
4567
|
-
extension
|
4703
|
+
extension: {
|
4568
4704
|
id: string;
|
4569
4705
|
createdAt: Date;
|
4570
4706
|
updatedAt: Date;
|
@@ -4572,10 +4708,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4572
4708
|
userId: string | null;
|
4573
4709
|
sipServerUrl: string;
|
4574
4710
|
sipUserName: string;
|
4711
|
+
webphoneLoginUser: string;
|
4575
4712
|
extensionId: number;
|
4576
4713
|
extensionName: string;
|
4577
4714
|
telephonySignature: string | null;
|
4578
|
-
}
|
4715
|
+
};
|
4579
4716
|
} | null;
|
4580
4717
|
}>;
|
4581
4718
|
//# sourceMappingURL=schema.d.ts.map
|