@tellescope/react-components 1.185.1 → 1.186.0
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/lib/cjs/Forms/forms.js +2 -2
- package/lib/cjs/Forms/forms.js.map +1 -1
- package/lib/cjs/Forms/hooks.d.ts +1 -1
- package/lib/cjs/Forms/hooks.d.ts.map +1 -1
- package/lib/cjs/Forms/hooks.js +1 -0
- package/lib/cjs/Forms/hooks.js.map +1 -1
- package/lib/cjs/Forms/inputs.d.ts.map +1 -1
- package/lib/cjs/Forms/inputs.js +19 -1
- package/lib/cjs/Forms/inputs.js.map +1 -1
- package/lib/esm/Forms/form_responses.d.ts +1 -0
- package/lib/esm/Forms/form_responses.d.ts.map +1 -1
- package/lib/esm/Forms/forms.d.ts +3 -3
- package/lib/esm/Forms/forms.js +2 -2
- package/lib/esm/Forms/forms.js.map +1 -1
- package/lib/esm/Forms/hooks.d.ts +1 -1
- package/lib/esm/Forms/hooks.d.ts.map +1 -1
- package/lib/esm/Forms/hooks.js +1 -0
- package/lib/esm/Forms/hooks.js.map +1 -1
- package/lib/esm/Forms/inputs.d.ts +1 -1
- package/lib/esm/Forms/inputs.d.ts.map +1 -1
- package/lib/esm/Forms/inputs.js +19 -1
- package/lib/esm/Forms/inputs.js.map +1 -1
- package/lib/esm/controls.d.ts +2 -2
- package/lib/esm/inputs.d.ts +1 -1
- package/lib/esm/inputs.native.d.ts +1 -0
- package/lib/esm/inputs.native.d.ts.map +1 -1
- package/lib/esm/layout.d.ts +1 -1
- package/lib/esm/state.d.ts +84 -84
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -9
- package/src/Forms/forms.tsx +2 -2
- package/src/Forms/hooks.tsx +2 -1
- package/src/Forms/inputs.tsx +43 -20
package/lib/esm/state.d.ts
CHANGED
|
@@ -1168,7 +1168,25 @@ export declare const useDataSync____internal: () => {
|
|
|
1168
1168
|
setLoadTiming: (key: string, loadTimeInMS: number) => void;
|
|
1169
1169
|
setHandler: (key: string, handler: undefined | (() => void)) => void;
|
|
1170
1170
|
removeHandler: (key: string, handler: () => void) => void;
|
|
1171
|
-
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").
|
|
1171
|
+
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").FormField & {
|
|
1172
|
+
id: string;
|
|
1173
|
+
createdAt: Date;
|
|
1174
|
+
}) | (import("@tellescope/types-models").Form & {
|
|
1175
|
+
id: string;
|
|
1176
|
+
createdAt: Date;
|
|
1177
|
+
}) | (import("@tellescope/types-models").Enduser & {
|
|
1178
|
+
id: string;
|
|
1179
|
+
createdAt: Date;
|
|
1180
|
+
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1181
|
+
id: string;
|
|
1182
|
+
createdAt: Date;
|
|
1183
|
+
}) | (import("@tellescope/types-models").User & {
|
|
1184
|
+
id: string;
|
|
1185
|
+
createdAt: Date;
|
|
1186
|
+
}) | (import("@tellescope/types-models").Product & {
|
|
1187
|
+
id: string;
|
|
1188
|
+
createdAt: Date;
|
|
1189
|
+
}) | (import("@tellescope/types-models").AgentRecord & {
|
|
1172
1190
|
id: string;
|
|
1173
1191
|
createdAt: Date;
|
|
1174
1192
|
}) | (import("@tellescope/types-models").EnduserEligibilityResult & {
|
|
@@ -1222,9 +1240,6 @@ export declare const useDataSync____internal: () => {
|
|
|
1222
1240
|
}) | (import("@tellescope/types-models").UserNotification & {
|
|
1223
1241
|
id: string;
|
|
1224
1242
|
createdAt: Date;
|
|
1225
|
-
}) | (import("@tellescope/types-models").Enduser & {
|
|
1226
|
-
id: string;
|
|
1227
|
-
createdAt: Date;
|
|
1228
1243
|
}) | (import("@tellescope/types-models").Ticket & {
|
|
1229
1244
|
id: string;
|
|
1230
1245
|
createdAt: Date;
|
|
@@ -1240,21 +1255,12 @@ export declare const useDataSync____internal: () => {
|
|
|
1240
1255
|
}) | (import("@tellescope/types-models").MessageTemplate & {
|
|
1241
1256
|
id: string;
|
|
1242
1257
|
createdAt: Date;
|
|
1243
|
-
}) | (import("@tellescope/types-models").Form & {
|
|
1244
|
-
id: string;
|
|
1245
|
-
createdAt: Date;
|
|
1246
|
-
}) | (import("@tellescope/types-models").FormField & {
|
|
1247
|
-
id: string;
|
|
1248
|
-
createdAt: Date;
|
|
1249
1258
|
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1250
1259
|
id: string;
|
|
1251
1260
|
createdAt: Date;
|
|
1252
1261
|
}) | (import("@tellescope/types-models").Journey & {
|
|
1253
1262
|
id: string;
|
|
1254
1263
|
createdAt: Date;
|
|
1255
|
-
}) | (import("@tellescope/types-models").User & {
|
|
1256
|
-
id: string;
|
|
1257
|
-
createdAt: Date;
|
|
1258
1264
|
}) | (import("@tellescope/types-models").AutomationStep & {
|
|
1259
1265
|
id: string;
|
|
1260
1266
|
createdAt: Date;
|
|
@@ -1294,9 +1300,6 @@ export declare const useDataSync____internal: () => {
|
|
|
1294
1300
|
}) | (import("@tellescope/types-models").Database & {
|
|
1295
1301
|
id: string;
|
|
1296
1302
|
createdAt: Date;
|
|
1297
|
-
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1298
|
-
id: string;
|
|
1299
|
-
createdAt: Date;
|
|
1300
1303
|
}) | (import("@tellescope/types-models").PortalCustomization & {
|
|
1301
1304
|
id: string;
|
|
1302
1305
|
createdAt: Date;
|
|
@@ -1315,9 +1318,6 @@ export declare const useDataSync____internal: () => {
|
|
|
1315
1318
|
}) | (import("@tellescope/types-models").AppointmentLocation & {
|
|
1316
1319
|
id: string;
|
|
1317
1320
|
createdAt: Date;
|
|
1318
|
-
}) | (import("@tellescope/types-models").Product & {
|
|
1319
|
-
id: string;
|
|
1320
|
-
createdAt: Date;
|
|
1321
1321
|
}) | (import("@tellescope/types-models").Purchase & {
|
|
1322
1322
|
id: string;
|
|
1323
1323
|
createdAt: Date;
|
|
@@ -1417,10 +1417,10 @@ export declare const useDataSync____internal: () => {
|
|
|
1417
1417
|
}) | (import("@tellescope/types-models").CallHoldQueue & {
|
|
1418
1418
|
id: string;
|
|
1419
1419
|
createdAt: Date;
|
|
1420
|
-
}) | (import("@tellescope/types-models").
|
|
1420
|
+
}) | (import("@tellescope/types-models").WebHook & {
|
|
1421
1421
|
id: string;
|
|
1422
1422
|
createdAt: Date;
|
|
1423
|
-
}) | (import("@tellescope/types-models").
|
|
1423
|
+
}) | (import("@tellescope/types-models").APIKey & {
|
|
1424
1424
|
id: string;
|
|
1425
1425
|
createdAt: Date;
|
|
1426
1426
|
}) | (import("@tellescope/types-models").EnduserStatusUpdate & {
|
|
@@ -1428,7 +1428,25 @@ export declare const useDataSync____internal: () => {
|
|
|
1428
1428
|
createdAt: Date;
|
|
1429
1429
|
}))[];
|
|
1430
1430
|
getDeleted: <T_1 extends string>(modelName: T_1) => string[];
|
|
1431
|
-
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").
|
|
1431
|
+
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").FormField & {
|
|
1432
|
+
id: string;
|
|
1433
|
+
createdAt: Date;
|
|
1434
|
+
}) | (import("@tellescope/types-models").Form & {
|
|
1435
|
+
id: string;
|
|
1436
|
+
createdAt: Date;
|
|
1437
|
+
}) | (import("@tellescope/types-models").Enduser & {
|
|
1438
|
+
id: string;
|
|
1439
|
+
createdAt: Date;
|
|
1440
|
+
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1441
|
+
id: string;
|
|
1442
|
+
createdAt: Date;
|
|
1443
|
+
}) | (import("@tellescope/types-models").User & {
|
|
1444
|
+
id: string;
|
|
1445
|
+
createdAt: Date;
|
|
1446
|
+
}) | (import("@tellescope/types-models").Product & {
|
|
1447
|
+
id: string;
|
|
1448
|
+
createdAt: Date;
|
|
1449
|
+
}) | (import("@tellescope/types-models").AgentRecord & {
|
|
1432
1450
|
id: string;
|
|
1433
1451
|
createdAt: Date;
|
|
1434
1452
|
}) | (import("@tellescope/types-models").EnduserEligibilityResult & {
|
|
@@ -1482,9 +1500,6 @@ export declare const useDataSync____internal: () => {
|
|
|
1482
1500
|
}) | (import("@tellescope/types-models").UserNotification & {
|
|
1483
1501
|
id: string;
|
|
1484
1502
|
createdAt: Date;
|
|
1485
|
-
}) | (import("@tellescope/types-models").Enduser & {
|
|
1486
|
-
id: string;
|
|
1487
|
-
createdAt: Date;
|
|
1488
1503
|
}) | (import("@tellescope/types-models").Ticket & {
|
|
1489
1504
|
id: string;
|
|
1490
1505
|
createdAt: Date;
|
|
@@ -1500,21 +1515,12 @@ export declare const useDataSync____internal: () => {
|
|
|
1500
1515
|
}) | (import("@tellescope/types-models").MessageTemplate & {
|
|
1501
1516
|
id: string;
|
|
1502
1517
|
createdAt: Date;
|
|
1503
|
-
}) | (import("@tellescope/types-models").Form & {
|
|
1504
|
-
id: string;
|
|
1505
|
-
createdAt: Date;
|
|
1506
|
-
}) | (import("@tellescope/types-models").FormField & {
|
|
1507
|
-
id: string;
|
|
1508
|
-
createdAt: Date;
|
|
1509
1518
|
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1510
1519
|
id: string;
|
|
1511
1520
|
createdAt: Date;
|
|
1512
1521
|
}) | (import("@tellescope/types-models").Journey & {
|
|
1513
1522
|
id: string;
|
|
1514
1523
|
createdAt: Date;
|
|
1515
|
-
}) | (import("@tellescope/types-models").User & {
|
|
1516
|
-
id: string;
|
|
1517
|
-
createdAt: Date;
|
|
1518
1524
|
}) | (import("@tellescope/types-models").AutomationStep & {
|
|
1519
1525
|
id: string;
|
|
1520
1526
|
createdAt: Date;
|
|
@@ -1554,9 +1560,6 @@ export declare const useDataSync____internal: () => {
|
|
|
1554
1560
|
}) | (import("@tellescope/types-models").Database & {
|
|
1555
1561
|
id: string;
|
|
1556
1562
|
createdAt: Date;
|
|
1557
|
-
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1558
|
-
id: string;
|
|
1559
|
-
createdAt: Date;
|
|
1560
1563
|
}) | (import("@tellescope/types-models").PortalCustomization & {
|
|
1561
1564
|
id: string;
|
|
1562
1565
|
createdAt: Date;
|
|
@@ -1575,9 +1578,6 @@ export declare const useDataSync____internal: () => {
|
|
|
1575
1578
|
}) | (import("@tellescope/types-models").AppointmentLocation & {
|
|
1576
1579
|
id: string;
|
|
1577
1580
|
createdAt: Date;
|
|
1578
|
-
}) | (import("@tellescope/types-models").Product & {
|
|
1579
|
-
id: string;
|
|
1580
|
-
createdAt: Date;
|
|
1581
1581
|
}) | (import("@tellescope/types-models").Purchase & {
|
|
1582
1582
|
id: string;
|
|
1583
1583
|
createdAt: Date;
|
|
@@ -1677,10 +1677,10 @@ export declare const useDataSync____internal: () => {
|
|
|
1677
1677
|
}) | (import("@tellescope/types-models").CallHoldQueue & {
|
|
1678
1678
|
id: string;
|
|
1679
1679
|
createdAt: Date;
|
|
1680
|
-
}) | (import("@tellescope/types-models").
|
|
1680
|
+
}) | (import("@tellescope/types-models").WebHook & {
|
|
1681
1681
|
id: string;
|
|
1682
1682
|
createdAt: Date;
|
|
1683
|
-
}) | (import("@tellescope/types-models").
|
|
1683
|
+
}) | (import("@tellescope/types-models").APIKey & {
|
|
1684
1684
|
id: string;
|
|
1685
1685
|
createdAt: Date;
|
|
1686
1686
|
}) | (import("@tellescope/types-models").EnduserStatusUpdate & {
|
|
@@ -1696,7 +1696,25 @@ export declare const useSyncContext: () => {
|
|
|
1696
1696
|
setLoadTiming: (key: string, loadTimeInMS: number) => void;
|
|
1697
1697
|
setHandler: (key: string, handler: undefined | (() => void)) => void;
|
|
1698
1698
|
removeHandler: (key: string, handler: () => void) => void;
|
|
1699
|
-
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").
|
|
1699
|
+
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").FormField & {
|
|
1700
|
+
id: string;
|
|
1701
|
+
createdAt: Date;
|
|
1702
|
+
}) | (import("@tellescope/types-models").Form & {
|
|
1703
|
+
id: string;
|
|
1704
|
+
createdAt: Date;
|
|
1705
|
+
}) | (import("@tellescope/types-models").Enduser & {
|
|
1706
|
+
id: string;
|
|
1707
|
+
createdAt: Date;
|
|
1708
|
+
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1709
|
+
id: string;
|
|
1710
|
+
createdAt: Date;
|
|
1711
|
+
}) | (import("@tellescope/types-models").User & {
|
|
1712
|
+
id: string;
|
|
1713
|
+
createdAt: Date;
|
|
1714
|
+
}) | (import("@tellescope/types-models").Product & {
|
|
1715
|
+
id: string;
|
|
1716
|
+
createdAt: Date;
|
|
1717
|
+
}) | (import("@tellescope/types-models").AgentRecord & {
|
|
1700
1718
|
id: string;
|
|
1701
1719
|
createdAt: Date;
|
|
1702
1720
|
}) | (import("@tellescope/types-models").EnduserEligibilityResult & {
|
|
@@ -1750,9 +1768,6 @@ export declare const useSyncContext: () => {
|
|
|
1750
1768
|
}) | (import("@tellescope/types-models").UserNotification & {
|
|
1751
1769
|
id: string;
|
|
1752
1770
|
createdAt: Date;
|
|
1753
|
-
}) | (import("@tellescope/types-models").Enduser & {
|
|
1754
|
-
id: string;
|
|
1755
|
-
createdAt: Date;
|
|
1756
1771
|
}) | (import("@tellescope/types-models").Ticket & {
|
|
1757
1772
|
id: string;
|
|
1758
1773
|
createdAt: Date;
|
|
@@ -1768,21 +1783,12 @@ export declare const useSyncContext: () => {
|
|
|
1768
1783
|
}) | (import("@tellescope/types-models").MessageTemplate & {
|
|
1769
1784
|
id: string;
|
|
1770
1785
|
createdAt: Date;
|
|
1771
|
-
}) | (import("@tellescope/types-models").Form & {
|
|
1772
|
-
id: string;
|
|
1773
|
-
createdAt: Date;
|
|
1774
|
-
}) | (import("@tellescope/types-models").FormField & {
|
|
1775
|
-
id: string;
|
|
1776
|
-
createdAt: Date;
|
|
1777
1786
|
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1778
1787
|
id: string;
|
|
1779
1788
|
createdAt: Date;
|
|
1780
1789
|
}) | (import("@tellescope/types-models").Journey & {
|
|
1781
1790
|
id: string;
|
|
1782
1791
|
createdAt: Date;
|
|
1783
|
-
}) | (import("@tellescope/types-models").User & {
|
|
1784
|
-
id: string;
|
|
1785
|
-
createdAt: Date;
|
|
1786
1792
|
}) | (import("@tellescope/types-models").AutomationStep & {
|
|
1787
1793
|
id: string;
|
|
1788
1794
|
createdAt: Date;
|
|
@@ -1822,9 +1828,6 @@ export declare const useSyncContext: () => {
|
|
|
1822
1828
|
}) | (import("@tellescope/types-models").Database & {
|
|
1823
1829
|
id: string;
|
|
1824
1830
|
createdAt: Date;
|
|
1825
|
-
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1826
|
-
id: string;
|
|
1827
|
-
createdAt: Date;
|
|
1828
1831
|
}) | (import("@tellescope/types-models").PortalCustomization & {
|
|
1829
1832
|
id: string;
|
|
1830
1833
|
createdAt: Date;
|
|
@@ -1843,9 +1846,6 @@ export declare const useSyncContext: () => {
|
|
|
1843
1846
|
}) | (import("@tellescope/types-models").AppointmentLocation & {
|
|
1844
1847
|
id: string;
|
|
1845
1848
|
createdAt: Date;
|
|
1846
|
-
}) | (import("@tellescope/types-models").Product & {
|
|
1847
|
-
id: string;
|
|
1848
|
-
createdAt: Date;
|
|
1849
1849
|
}) | (import("@tellescope/types-models").Purchase & {
|
|
1850
1850
|
id: string;
|
|
1851
1851
|
createdAt: Date;
|
|
@@ -1945,10 +1945,10 @@ export declare const useSyncContext: () => {
|
|
|
1945
1945
|
}) | (import("@tellescope/types-models").CallHoldQueue & {
|
|
1946
1946
|
id: string;
|
|
1947
1947
|
createdAt: Date;
|
|
1948
|
-
}) | (import("@tellescope/types-models").
|
|
1948
|
+
}) | (import("@tellescope/types-models").WebHook & {
|
|
1949
1949
|
id: string;
|
|
1950
1950
|
createdAt: Date;
|
|
1951
|
-
}) | (import("@tellescope/types-models").
|
|
1951
|
+
}) | (import("@tellescope/types-models").APIKey & {
|
|
1952
1952
|
id: string;
|
|
1953
1953
|
createdAt: Date;
|
|
1954
1954
|
}) | (import("@tellescope/types-models").EnduserStatusUpdate & {
|
|
@@ -1956,7 +1956,25 @@ export declare const useSyncContext: () => {
|
|
|
1956
1956
|
createdAt: Date;
|
|
1957
1957
|
}))[];
|
|
1958
1958
|
getDeleted: <T_1 extends string>(modelName: T_1) => string[];
|
|
1959
|
-
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").
|
|
1959
|
+
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").FormField & {
|
|
1960
|
+
id: string;
|
|
1961
|
+
createdAt: Date;
|
|
1962
|
+
}) | (import("@tellescope/types-models").Form & {
|
|
1963
|
+
id: string;
|
|
1964
|
+
createdAt: Date;
|
|
1965
|
+
}) | (import("@tellescope/types-models").Enduser & {
|
|
1966
|
+
id: string;
|
|
1967
|
+
createdAt: Date;
|
|
1968
|
+
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1969
|
+
id: string;
|
|
1970
|
+
createdAt: Date;
|
|
1971
|
+
}) | (import("@tellescope/types-models").User & {
|
|
1972
|
+
id: string;
|
|
1973
|
+
createdAt: Date;
|
|
1974
|
+
}) | (import("@tellescope/types-models").Product & {
|
|
1975
|
+
id: string;
|
|
1976
|
+
createdAt: Date;
|
|
1977
|
+
}) | (import("@tellescope/types-models").AgentRecord & {
|
|
1960
1978
|
id: string;
|
|
1961
1979
|
createdAt: Date;
|
|
1962
1980
|
}) | (import("@tellescope/types-models").EnduserEligibilityResult & {
|
|
@@ -2010,9 +2028,6 @@ export declare const useSyncContext: () => {
|
|
|
2010
2028
|
}) | (import("@tellescope/types-models").UserNotification & {
|
|
2011
2029
|
id: string;
|
|
2012
2030
|
createdAt: Date;
|
|
2013
|
-
}) | (import("@tellescope/types-models").Enduser & {
|
|
2014
|
-
id: string;
|
|
2015
|
-
createdAt: Date;
|
|
2016
2031
|
}) | (import("@tellescope/types-models").Ticket & {
|
|
2017
2032
|
id: string;
|
|
2018
2033
|
createdAt: Date;
|
|
@@ -2028,21 +2043,12 @@ export declare const useSyncContext: () => {
|
|
|
2028
2043
|
}) | (import("@tellescope/types-models").MessageTemplate & {
|
|
2029
2044
|
id: string;
|
|
2030
2045
|
createdAt: Date;
|
|
2031
|
-
}) | (import("@tellescope/types-models").Form & {
|
|
2032
|
-
id: string;
|
|
2033
|
-
createdAt: Date;
|
|
2034
|
-
}) | (import("@tellescope/types-models").FormField & {
|
|
2035
|
-
id: string;
|
|
2036
|
-
createdAt: Date;
|
|
2037
2046
|
}) | (import("@tellescope/types-models").FormResponse & {
|
|
2038
2047
|
id: string;
|
|
2039
2048
|
createdAt: Date;
|
|
2040
2049
|
}) | (import("@tellescope/types-models").Journey & {
|
|
2041
2050
|
id: string;
|
|
2042
2051
|
createdAt: Date;
|
|
2043
|
-
}) | (import("@tellescope/types-models").User & {
|
|
2044
|
-
id: string;
|
|
2045
|
-
createdAt: Date;
|
|
2046
2052
|
}) | (import("@tellescope/types-models").AutomationStep & {
|
|
2047
2053
|
id: string;
|
|
2048
2054
|
createdAt: Date;
|
|
@@ -2082,9 +2088,6 @@ export declare const useSyncContext: () => {
|
|
|
2082
2088
|
}) | (import("@tellescope/types-models").Database & {
|
|
2083
2089
|
id: string;
|
|
2084
2090
|
createdAt: Date;
|
|
2085
|
-
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
2086
|
-
id: string;
|
|
2087
|
-
createdAt: Date;
|
|
2088
2091
|
}) | (import("@tellescope/types-models").PortalCustomization & {
|
|
2089
2092
|
id: string;
|
|
2090
2093
|
createdAt: Date;
|
|
@@ -2103,9 +2106,6 @@ export declare const useSyncContext: () => {
|
|
|
2103
2106
|
}) | (import("@tellescope/types-models").AppointmentLocation & {
|
|
2104
2107
|
id: string;
|
|
2105
2108
|
createdAt: Date;
|
|
2106
|
-
}) | (import("@tellescope/types-models").Product & {
|
|
2107
|
-
id: string;
|
|
2108
|
-
createdAt: Date;
|
|
2109
2109
|
}) | (import("@tellescope/types-models").Purchase & {
|
|
2110
2110
|
id: string;
|
|
2111
2111
|
createdAt: Date;
|
|
@@ -2205,10 +2205,10 @@ export declare const useSyncContext: () => {
|
|
|
2205
2205
|
}) | (import("@tellescope/types-models").CallHoldQueue & {
|
|
2206
2206
|
id: string;
|
|
2207
2207
|
createdAt: Date;
|
|
2208
|
-
}) | (import("@tellescope/types-models").
|
|
2208
|
+
}) | (import("@tellescope/types-models").WebHook & {
|
|
2209
2209
|
id: string;
|
|
2210
2210
|
createdAt: Date;
|
|
2211
|
-
}) | (import("@tellescope/types-models").
|
|
2211
|
+
}) | (import("@tellescope/types-models").APIKey & {
|
|
2212
2212
|
id: string;
|
|
2213
2213
|
createdAt: Date;
|
|
2214
2214
|
}) | (import("@tellescope/types-models").EnduserStatusUpdate & {
|