@tellescope/react-components 1.185.2 → 1.187.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.
@@ -1168,10 +1168,7 @@ 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").Form & {
1172
- id: string;
1173
- createdAt: Date;
1174
- }) | (import("@tellescope/types-models").FormField & {
1171
+ getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").File & {
1175
1172
  id: string;
1176
1173
  createdAt: Date;
1177
1174
  }) | (import("@tellescope/types-models").Enduser & {
@@ -1180,9 +1177,6 @@ export declare const useDataSync____internal: () => {
1180
1177
  }) | (import("@tellescope/types-models").User & {
1181
1178
  id: string;
1182
1179
  createdAt: Date;
1183
- }) | (import("@tellescope/types-models").FormResponse & {
1184
- id: string;
1185
- createdAt: Date;
1186
1180
  }) | (import("@tellescope/types-models").AgentRecord & {
1187
1181
  id: string;
1188
1182
  createdAt: Date;
@@ -1243,15 +1237,21 @@ export declare const useDataSync____internal: () => {
1243
1237
  }) | (import("@tellescope/types-models").Meeting & {
1244
1238
  id: string;
1245
1239
  createdAt: Date;
1246
- }) | (import("@tellescope/types-models").File & {
1247
- id: string;
1248
- createdAt: Date;
1249
1240
  }) | (import("@tellescope/types-models").Note & {
1250
1241
  id: string;
1251
1242
  createdAt: Date;
1252
1243
  }) | (import("@tellescope/types-models").MessageTemplate & {
1253
1244
  id: string;
1254
1245
  createdAt: Date;
1246
+ }) | (import("@tellescope/types-models").Form & {
1247
+ id: string;
1248
+ createdAt: Date;
1249
+ }) | (import("@tellescope/types-models").FormField & {
1250
+ id: string;
1251
+ createdAt: Date;
1252
+ }) | (import("@tellescope/types-models").FormResponse & {
1253
+ id: string;
1254
+ createdAt: Date;
1255
1255
  }) | (import("@tellescope/types-models").Journey & {
1256
1256
  id: string;
1257
1257
  createdAt: Date;
@@ -1428,10 +1428,7 @@ 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").Form & {
1432
- id: string;
1433
- createdAt: Date;
1434
- }) | (import("@tellescope/types-models").FormField & {
1431
+ popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").File & {
1435
1432
  id: string;
1436
1433
  createdAt: Date;
1437
1434
  }) | (import("@tellescope/types-models").Enduser & {
@@ -1440,9 +1437,6 @@ export declare const useDataSync____internal: () => {
1440
1437
  }) | (import("@tellescope/types-models").User & {
1441
1438
  id: string;
1442
1439
  createdAt: Date;
1443
- }) | (import("@tellescope/types-models").FormResponse & {
1444
- id: string;
1445
- createdAt: Date;
1446
1440
  }) | (import("@tellescope/types-models").AgentRecord & {
1447
1441
  id: string;
1448
1442
  createdAt: Date;
@@ -1503,15 +1497,21 @@ export declare const useDataSync____internal: () => {
1503
1497
  }) | (import("@tellescope/types-models").Meeting & {
1504
1498
  id: string;
1505
1499
  createdAt: Date;
1506
- }) | (import("@tellescope/types-models").File & {
1507
- id: string;
1508
- createdAt: Date;
1509
1500
  }) | (import("@tellescope/types-models").Note & {
1510
1501
  id: string;
1511
1502
  createdAt: Date;
1512
1503
  }) | (import("@tellescope/types-models").MessageTemplate & {
1513
1504
  id: string;
1514
1505
  createdAt: Date;
1506
+ }) | (import("@tellescope/types-models").Form & {
1507
+ id: string;
1508
+ createdAt: Date;
1509
+ }) | (import("@tellescope/types-models").FormField & {
1510
+ id: string;
1511
+ createdAt: Date;
1512
+ }) | (import("@tellescope/types-models").FormResponse & {
1513
+ id: string;
1514
+ createdAt: Date;
1515
1515
  }) | (import("@tellescope/types-models").Journey & {
1516
1516
  id: string;
1517
1517
  createdAt: Date;
@@ -1696,10 +1696,7 @@ 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").Form & {
1700
- id: string;
1701
- createdAt: Date;
1702
- }) | (import("@tellescope/types-models").FormField & {
1699
+ getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").File & {
1703
1700
  id: string;
1704
1701
  createdAt: Date;
1705
1702
  }) | (import("@tellescope/types-models").Enduser & {
@@ -1708,9 +1705,6 @@ export declare const useSyncContext: () => {
1708
1705
  }) | (import("@tellescope/types-models").User & {
1709
1706
  id: string;
1710
1707
  createdAt: Date;
1711
- }) | (import("@tellescope/types-models").FormResponse & {
1712
- id: string;
1713
- createdAt: Date;
1714
1708
  }) | (import("@tellescope/types-models").AgentRecord & {
1715
1709
  id: string;
1716
1710
  createdAt: Date;
@@ -1771,15 +1765,21 @@ export declare const useSyncContext: () => {
1771
1765
  }) | (import("@tellescope/types-models").Meeting & {
1772
1766
  id: string;
1773
1767
  createdAt: Date;
1774
- }) | (import("@tellescope/types-models").File & {
1775
- id: string;
1776
- createdAt: Date;
1777
1768
  }) | (import("@tellescope/types-models").Note & {
1778
1769
  id: string;
1779
1770
  createdAt: Date;
1780
1771
  }) | (import("@tellescope/types-models").MessageTemplate & {
1781
1772
  id: string;
1782
1773
  createdAt: Date;
1774
+ }) | (import("@tellescope/types-models").Form & {
1775
+ id: string;
1776
+ createdAt: Date;
1777
+ }) | (import("@tellescope/types-models").FormField & {
1778
+ id: string;
1779
+ createdAt: Date;
1780
+ }) | (import("@tellescope/types-models").FormResponse & {
1781
+ id: string;
1782
+ createdAt: Date;
1783
1783
  }) | (import("@tellescope/types-models").Journey & {
1784
1784
  id: string;
1785
1785
  createdAt: Date;
@@ -1956,10 +1956,7 @@ 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").Form & {
1960
- id: string;
1961
- createdAt: Date;
1962
- }) | (import("@tellescope/types-models").FormField & {
1959
+ popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").File & {
1963
1960
  id: string;
1964
1961
  createdAt: Date;
1965
1962
  }) | (import("@tellescope/types-models").Enduser & {
@@ -1968,9 +1965,6 @@ export declare const useSyncContext: () => {
1968
1965
  }) | (import("@tellescope/types-models").User & {
1969
1966
  id: string;
1970
1967
  createdAt: Date;
1971
- }) | (import("@tellescope/types-models").FormResponse & {
1972
- id: string;
1973
- createdAt: Date;
1974
1968
  }) | (import("@tellescope/types-models").AgentRecord & {
1975
1969
  id: string;
1976
1970
  createdAt: Date;
@@ -2031,15 +2025,21 @@ export declare const useSyncContext: () => {
2031
2025
  }) | (import("@tellescope/types-models").Meeting & {
2032
2026
  id: string;
2033
2027
  createdAt: Date;
2034
- }) | (import("@tellescope/types-models").File & {
2035
- id: string;
2036
- createdAt: Date;
2037
2028
  }) | (import("@tellescope/types-models").Note & {
2038
2029
  id: string;
2039
2030
  createdAt: Date;
2040
2031
  }) | (import("@tellescope/types-models").MessageTemplate & {
2041
2032
  id: string;
2042
2033
  createdAt: Date;
2034
+ }) | (import("@tellescope/types-models").Form & {
2035
+ id: string;
2036
+ createdAt: Date;
2037
+ }) | (import("@tellescope/types-models").FormField & {
2038
+ id: string;
2039
+ createdAt: Date;
2040
+ }) | (import("@tellescope/types-models").FormResponse & {
2041
+ id: string;
2042
+ createdAt: Date;
2043
2043
  }) | (import("@tellescope/types-models").Journey & {
2044
2044
  id: string;
2045
2045
  createdAt: Date;