@tellescope/react-components 1.163.0 → 1.165.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.
@@ -7,6 +7,10 @@ import { LoadFunction, Session, EnduserSession } from '@tellescope/sdk';
7
7
  import { ReadFilter, SortBy } from '@tellescope/types-models';
8
8
  export declare const resetStateAction: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"cache/reset">;
9
9
  export declare const TellescopeStoreContext: React.Context<ReactReduxContextValue<import("@reduxjs/toolkit").ThunkDispatch<{
10
+ agent_records: LoadedData<(import("@tellescope/types-models").AgentRecord & {
11
+ id: string;
12
+ createdAt: Date;
13
+ })[]>;
10
14
  enduser_eligibility_results: LoadedData<(import("@tellescope/types-models").EnduserEligibilityResult & {
11
15
  id: string;
12
16
  createdAt: Date;
@@ -335,6 +339,10 @@ export declare const TellescopeStoreContext: React.Context<ReactReduxContextValu
335
339
  })[]>;
336
340
  }, undefined, import("redux").AnyAction> & import("redux").Dispatch<import("redux").AnyAction>, import("redux").AnyAction>>;
337
341
  export declare const createTellescopeSelector: () => <Selected extends unknown>(selector: (state: import("@reduxjs/toolkit").ThunkDispatch<{
342
+ agent_records: LoadedData<(import("@tellescope/types-models").AgentRecord & {
343
+ id: string;
344
+ createdAt: Date;
345
+ })[]>;
338
346
  enduser_eligibility_results: LoadedData<(import("@tellescope/types-models").EnduserEligibilityResult & {
339
347
  id: string;
340
348
  createdAt: Date;
@@ -764,6 +772,10 @@ export type ChatRoomDisplayInfo = {
764
772
  };
765
773
  export declare const sharedConfig: {
766
774
  reducer: {
775
+ agent_records: import("redux").Reducer<LoadedData<(import("@tellescope/types-models").AgentRecord & {
776
+ id: string;
777
+ createdAt: Date;
778
+ })[]>, import("redux").AnyAction>;
767
779
  enduser_eligibility_results: import("redux").Reducer<LoadedData<(import("@tellescope/types-models").EnduserEligibilityResult & {
768
780
  id: string;
769
781
  createdAt: Date;
@@ -1139,6 +1151,9 @@ export declare const useDataSync____internal: () => {
1139
1151
  }) | (import("@tellescope/types-models").User & {
1140
1152
  id: string;
1141
1153
  createdAt: Date;
1154
+ }) | (import("@tellescope/types-models").AgentRecord & {
1155
+ id: string;
1156
+ createdAt: Date;
1142
1157
  }) | (import("@tellescope/types-models").EnduserEligibilityResult & {
1143
1158
  id: string;
1144
1159
  createdAt: Date;
@@ -1393,6 +1408,9 @@ export declare const useDataSync____internal: () => {
1393
1408
  }) | (import("@tellescope/types-models").User & {
1394
1409
  id: string;
1395
1410
  createdAt: Date;
1411
+ }) | (import("@tellescope/types-models").AgentRecord & {
1412
+ id: string;
1413
+ createdAt: Date;
1396
1414
  }) | (import("@tellescope/types-models").EnduserEligibilityResult & {
1397
1415
  id: string;
1398
1416
  createdAt: Date;
@@ -1654,6 +1672,9 @@ export declare const useSyncContext: () => {
1654
1672
  }) | (import("@tellescope/types-models").User & {
1655
1673
  id: string;
1656
1674
  createdAt: Date;
1675
+ }) | (import("@tellescope/types-models").AgentRecord & {
1676
+ id: string;
1677
+ createdAt: Date;
1657
1678
  }) | (import("@tellescope/types-models").EnduserEligibilityResult & {
1658
1679
  id: string;
1659
1680
  createdAt: Date;
@@ -1908,6 +1929,9 @@ export declare const useSyncContext: () => {
1908
1929
  }) | (import("@tellescope/types-models").User & {
1909
1930
  id: string;
1910
1931
  createdAt: Date;
1932
+ }) | (import("@tellescope/types-models").AgentRecord & {
1933
+ id: string;
1934
+ createdAt: Date;
1911
1935
  }) | (import("@tellescope/types-models").EnduserEligibilityResult & {
1912
1936
  id: string;
1913
1937
  createdAt: Date;
@@ -2239,6 +2263,20 @@ export declare const useEnduserEligibilityResults: (options?: HookOptions<import
2239
2263
  createdAt: Date;
2240
2264
  }> & {
2241
2265
  sharedWithOrganizations?: string[][] | undefined;
2266
+ _overrideUnique?: boolean | undefined;
2267
+ }>;
2268
+ export declare const useAgentRecords: (options?: HookOptions<import("@tellescope/types-models").AgentRecord & {
2269
+ id: string;
2270
+ createdAt: Date;
2271
+ }>) => ListStateReturnType<import("@tellescope/types-models").AgentRecord & {
2272
+ id: string;
2273
+ createdAt: Date;
2274
+ }, import("@tellescope/types-client").CreateFields<"agent_records", import("@tellescope/types-models").AgentRecord & {
2275
+ id: string;
2276
+ createdAt: Date;
2277
+ }> & {
2278
+ sharedWithOrganizations?: string[][] | undefined;
2279
+ _overrideUnique?: boolean | undefined;
2242
2280
  }>;
2243
2281
  export declare const useSuggestedContacts: (options?: HookOptions<import("@tellescope/types-models").SuggestedContact & {
2244
2282
  id: string;
@@ -2251,6 +2289,7 @@ export declare const useSuggestedContacts: (options?: HookOptions<import("@telle
2251
2289
  createdAt: Date;
2252
2290
  }> & {
2253
2291
  sharedWithOrganizations?: string[][] | undefined;
2292
+ _overrideUnique?: boolean | undefined;
2254
2293
  }>;
2255
2294
  export declare const useFaxLogs: (options?: HookOptions<import("@tellescope/types-models").FaxLog & {
2256
2295
  id: string;
@@ -2263,6 +2302,7 @@ export declare const useFaxLogs: (options?: HookOptions<import("@tellescope/type
2263
2302
  createdAt: Date;
2264
2303
  }> & {
2265
2304
  sharedWithOrganizations?: string[][] | undefined;
2305
+ _overrideUnique?: boolean | undefined;
2266
2306
  }>;
2267
2307
  export declare const useMessageTemplateSnippets: (options?: HookOptions<import("@tellescope/types-models").MessageTemplateSnippet & {
2268
2308
  id: string;
@@ -2275,6 +2315,7 @@ export declare const useMessageTemplateSnippets: (options?: HookOptions<import("
2275
2315
  createdAt: Date;
2276
2316
  }> & {
2277
2317
  sharedWithOrganizations?: string[][] | undefined;
2318
+ _overrideUnique?: boolean | undefined;
2278
2319
  }>;
2279
2320
  export declare const usePortalBrandings: (options?: HookOptions<import("@tellescope/types-models").PortalBranding & {
2280
2321
  id: string;
@@ -2287,6 +2328,7 @@ export declare const usePortalBrandings: (options?: HookOptions<import("@tellesc
2287
2328
  createdAt: Date;
2288
2329
  }> & {
2289
2330
  sharedWithOrganizations?: string[][] | undefined;
2331
+ _overrideUnique?: boolean | undefined;
2290
2332
  }>;
2291
2333
  export declare const useAllergyCodes: (options?: HookOptions<import("@tellescope/types-models").AllergyCode & {
2292
2334
  id: string;
@@ -2299,6 +2341,7 @@ export declare const useAllergyCodes: (options?: HookOptions<import("@tellescope
2299
2341
  createdAt: Date;
2300
2342
  }> & {
2301
2343
  sharedWithOrganizations?: string[][] | undefined;
2344
+ _overrideUnique?: boolean | undefined;
2302
2345
  }>;
2303
2346
  export declare const useDiagnosisCodes: (options?: HookOptions<import("@tellescope/types-models").DiagnosisCode & {
2304
2347
  id: string;
@@ -2311,6 +2354,7 @@ export declare const useDiagnosisCodes: (options?: HookOptions<import("@tellesco
2311
2354
  createdAt: Date;
2312
2355
  }> & {
2313
2356
  sharedWithOrganizations?: string[][] | undefined;
2357
+ _overrideUnique?: boolean | undefined;
2314
2358
  }>;
2315
2359
  export declare const useEnduserProblems: (options?: HookOptions<import("@tellescope/types-models").EnduserProblem & {
2316
2360
  id: string;
@@ -2323,6 +2367,7 @@ export declare const useEnduserProblems: (options?: HookOptions<import("@tellesc
2323
2367
  createdAt: Date;
2324
2368
  }> & {
2325
2369
  sharedWithOrganizations?: string[][] | undefined;
2370
+ _overrideUnique?: boolean | undefined;
2326
2371
  }>;
2327
2372
  export declare const useEnduserMedications: (options?: HookOptions<import("@tellescope/types-models").EnduserMedication & {
2328
2373
  id: string;
@@ -2335,6 +2380,7 @@ export declare const useEnduserMedications: (options?: HookOptions<import("@tell
2335
2380
  createdAt: Date;
2336
2381
  }> & {
2337
2382
  sharedWithOrganizations?: string[][] | undefined;
2383
+ _overrideUnique?: boolean | undefined;
2338
2384
  }>;
2339
2385
  export declare const useEnduserOrders: (options?: HookOptions<import("@tellescope/types-models").EnduserOrder & {
2340
2386
  id: string;
@@ -2347,6 +2393,7 @@ export declare const useEnduserOrders: (options?: HookOptions<import("@tellescop
2347
2393
  createdAt: Date;
2348
2394
  }> & {
2349
2395
  sharedWithOrganizations?: string[][] | undefined;
2396
+ _overrideUnique?: boolean | undefined;
2350
2397
  }>;
2351
2398
  export declare const useIntegrationLogs: (options?: HookOptions<import("@tellescope/types-models").IntegrationLog & {
2352
2399
  id: string;
@@ -2359,6 +2406,7 @@ export declare const useIntegrationLogs: (options?: HookOptions<import("@tellesc
2359
2406
  createdAt: Date;
2360
2407
  }> & {
2361
2408
  sharedWithOrganizations?: string[][] | undefined;
2409
+ _overrideUnique?: boolean | undefined;
2362
2410
  }>;
2363
2411
  export declare const useWebhookLogs: (options?: HookOptions<import("@tellescope/types-models").WebhookLog & {
2364
2412
  id: string;
@@ -2371,6 +2419,7 @@ export declare const useWebhookLogs: (options?: HookOptions<import("@tellescope/
2371
2419
  createdAt: Date;
2372
2420
  }> & {
2373
2421
  sharedWithOrganizations?: string[][] | undefined;
2422
+ _overrideUnique?: boolean | undefined;
2374
2423
  }>;
2375
2424
  export declare const useFormGroups: (options?: HookOptions<import("@tellescope/types-models").FormGroup & {
2376
2425
  id: string;
@@ -2383,6 +2432,7 @@ export declare const useFormGroups: (options?: HookOptions<import("@tellescope/t
2383
2432
  createdAt: Date;
2384
2433
  }> & {
2385
2434
  sharedWithOrganizations?: string[][] | undefined;
2435
+ _overrideUnique?: boolean | undefined;
2386
2436
  }>;
2387
2437
  export declare const useFlowchartNotes: (options?: HookOptions<import("@tellescope/types-models").FlowchartNote & {
2388
2438
  id: string;
@@ -2395,6 +2445,7 @@ export declare const useFlowchartNotes: (options?: HookOptions<import("@tellesco
2395
2445
  createdAt: Date;
2396
2446
  }> & {
2397
2447
  sharedWithOrganizations?: string[][] | undefined;
2448
+ _overrideUnique?: boolean | undefined;
2398
2449
  }>;
2399
2450
  export declare const useEnduserEncounters: (options?: HookOptions<import("@tellescope/types-models").EnduserEncounter & {
2400
2451
  id: string;
@@ -2407,6 +2458,7 @@ export declare const useEnduserEncounters: (options?: HookOptions<import("@telle
2407
2458
  createdAt: Date;
2408
2459
  }> & {
2409
2460
  sharedWithOrganizations?: string[][] | undefined;
2461
+ _overrideUnique?: boolean | undefined;
2410
2462
  }>;
2411
2463
  export declare const useVitalConfigurations: (options?: HookOptions<import("@tellescope/types-models").VitalConfiguration & {
2412
2464
  id: string;
@@ -2419,6 +2471,7 @@ export declare const useVitalConfigurations: (options?: HookOptions<import("@tel
2419
2471
  createdAt: Date;
2420
2472
  }> & {
2421
2473
  sharedWithOrganizations?: string[][] | undefined;
2474
+ _overrideUnique?: boolean | undefined;
2422
2475
  }>;
2423
2476
  export declare const useCalendarEvents: (options?: HookOptions<import("@tellescope/types-models").CalendarEvent & {
2424
2477
  id: string;
@@ -2431,6 +2484,7 @@ export declare const useCalendarEvents: (options?: HookOptions<import("@tellesco
2431
2484
  createdAt: Date;
2432
2485
  }> & {
2433
2486
  sharedWithOrganizations?: string[][] | undefined;
2487
+ _overrideUnique?: boolean | undefined;
2434
2488
  }>;
2435
2489
  export declare const useEngagementEvents: (options?: HookOptions<import("@tellescope/types-models").EngagementEvent & {
2436
2490
  id: string;
@@ -2443,6 +2497,7 @@ export declare const useEngagementEvents: (options?: HookOptions<import("@telles
2443
2497
  createdAt: Date;
2444
2498
  }> & {
2445
2499
  sharedWithOrganizations?: string[][] | undefined;
2500
+ _overrideUnique?: boolean | undefined;
2446
2501
  }>;
2447
2502
  export declare const useGroupMMSConversations: (options?: HookOptions<import("@tellescope/types-models").GroupMMSConversation & {
2448
2503
  id: string;
@@ -2455,6 +2510,7 @@ export declare const useGroupMMSConversations: (options?: HookOptions<import("@t
2455
2510
  createdAt: Date;
2456
2511
  }> & {
2457
2512
  sharedWithOrganizations?: string[][] | undefined;
2513
+ _overrideUnique?: boolean | undefined;
2458
2514
  }>;
2459
2515
  export declare const useEnduserProfileViews: (options?: HookOptions<import("@tellescope/types-models").EnduserProfileView & {
2460
2516
  id: string;
@@ -2467,6 +2523,7 @@ export declare const useEnduserProfileViews: (options?: HookOptions<import("@tel
2467
2523
  createdAt: Date;
2468
2524
  }> & {
2469
2525
  sharedWithOrganizations?: string[][] | undefined;
2526
+ _overrideUnique?: boolean | undefined;
2470
2527
  }>;
2471
2528
  export declare const useCallHoldQueues: (options?: HookOptions<import("@tellescope/types-models").CallHoldQueue & {
2472
2529
  id: string;
@@ -2479,6 +2536,7 @@ export declare const useCallHoldQueues: (options?: HookOptions<import("@tellesco
2479
2536
  createdAt: Date;
2480
2537
  }> & {
2481
2538
  sharedWithOrganizations?: string[][] | undefined;
2539
+ _overrideUnique?: boolean | undefined;
2482
2540
  }>;
2483
2541
  export declare const useTicketQueues: (options?: HookOptions<import("@tellescope/types-models").TicketQueue & {
2484
2542
  id: string;
@@ -2491,6 +2549,7 @@ export declare const useTicketQueues: (options?: HookOptions<import("@tellescope
2491
2549
  createdAt: Date;
2492
2550
  }> & {
2493
2551
  sharedWithOrganizations?: string[][] | undefined;
2552
+ _overrideUnique?: boolean | undefined;
2494
2553
  }>;
2495
2554
  export declare const useConfigurations: (options?: HookOptions<import("@tellescope/types-models").Configuration & {
2496
2555
  id: string;
@@ -2503,6 +2562,7 @@ export declare const useConfigurations: (options?: HookOptions<import("@tellesco
2503
2562
  createdAt: Date;
2504
2563
  }> & {
2505
2564
  sharedWithOrganizations?: string[][] | undefined;
2565
+ _overrideUnique?: boolean | undefined;
2506
2566
  }>;
2507
2567
  export declare const usePhoneTrees: (options?: HookOptions<import("@tellescope/types-models").PhoneTree & {
2508
2568
  id: string;
@@ -2515,6 +2575,7 @@ export declare const usePhoneTrees: (options?: HookOptions<import("@tellescope/t
2515
2575
  createdAt: Date;
2516
2576
  }> & {
2517
2577
  sharedWithOrganizations?: string[][] | undefined;
2578
+ _overrideUnique?: boolean | undefined;
2518
2579
  }>;
2519
2580
  export declare const useAutomationTriggers: (options?: HookOptions<import("@tellescope/types-models").AutomationTrigger & {
2520
2581
  id: string;
@@ -2527,6 +2588,7 @@ export declare const useAutomationTriggers: (options?: HookOptions<import("@tell
2527
2588
  createdAt: Date;
2528
2589
  }> & {
2529
2590
  sharedWithOrganizations?: string[][] | undefined;
2591
+ _overrideUnique?: boolean | undefined;
2530
2592
  }>;
2531
2593
  export declare const useAutomatedActions: (options?: HookOptions<import("@tellescope/types-models").AutomatedAction & {
2532
2594
  id: string;
@@ -2539,6 +2601,7 @@ export declare const useAutomatedActions: (options?: HookOptions<import("@telles
2539
2601
  createdAt: Date;
2540
2602
  }> & {
2541
2603
  sharedWithOrganizations?: string[][] | undefined;
2604
+ _overrideUnique?: boolean | undefined;
2542
2605
  }>;
2543
2606
  export declare const useEmails: (options?: HookOptions<import("@tellescope/types-models").Email & {
2544
2607
  id: string;
@@ -2551,6 +2614,7 @@ export declare const useEmails: (options?: HookOptions<import("@tellescope/types
2551
2614
  createdAt: Date;
2552
2615
  }> & {
2553
2616
  sharedWithOrganizations?: string[][] | undefined;
2617
+ _overrideUnique?: boolean | undefined;
2554
2618
  }>;
2555
2619
  export declare const useSmsMessages: (options?: HookOptions<import("@tellescope/types-models").SMSMessage & {
2556
2620
  id: string;
@@ -2563,6 +2627,7 @@ export declare const useSmsMessages: (options?: HookOptions<import("@tellescope/
2563
2627
  createdAt: Date;
2564
2628
  }> & {
2565
2629
  sharedWithOrganizations?: string[][] | undefined;
2630
+ _overrideUnique?: boolean | undefined;
2566
2631
  }>;
2567
2632
  export declare const useNotifications: (options?: HookOptions<import("@tellescope/types-models").UserNotification & {
2568
2633
  id: string;
@@ -2575,6 +2640,7 @@ export declare const useNotifications: (options?: HookOptions<import("@tellescop
2575
2640
  createdAt: Date;
2576
2641
  }> & {
2577
2642
  sharedWithOrganizations?: string[][] | undefined;
2643
+ _overrideUnique?: boolean | undefined;
2578
2644
  }>;
2579
2645
  export declare const useUserLogs: (options?: HookOptions<import("@tellescope/types-models").UserLog & {
2580
2646
  id: string;
@@ -2587,6 +2653,7 @@ export declare const useUserLogs: (options?: HookOptions<import("@tellescope/typ
2587
2653
  createdAt: Date;
2588
2654
  }> & {
2589
2655
  sharedWithOrganizations?: string[][] | undefined;
2656
+ _overrideUnique?: boolean | undefined;
2590
2657
  }>;
2591
2658
  export declare const useAnalyticsFrames: (options?: HookOptions<import("@tellescope/types-models").AnalyticsFrame & {
2592
2659
  id: string;
@@ -2599,6 +2666,7 @@ export declare const useAnalyticsFrames: (options?: HookOptions<import("@tellesc
2599
2666
  createdAt: Date;
2600
2667
  }> & {
2601
2668
  sharedWithOrganizations?: string[][] | undefined;
2669
+ _overrideUnique?: boolean | undefined;
2602
2670
  }>;
2603
2671
  export declare const useEnduserCustomTypes: (options?: HookOptions<import("@tellescope/types-models").EnduserCustomType & {
2604
2672
  id: string;
@@ -2611,6 +2679,7 @@ export declare const useEnduserCustomTypes: (options?: HookOptions<import("@tell
2611
2679
  createdAt: Date;
2612
2680
  }> & {
2613
2681
  sharedWithOrganizations?: string[][] | undefined;
2682
+ _overrideUnique?: boolean | undefined;
2614
2683
  }>;
2615
2684
  export declare const useChatRooms: (options?: HookOptions<import("@tellescope/types-models").ChatRoom & {
2616
2685
  id: string;
@@ -2623,6 +2692,7 @@ export declare const useChatRooms: (options?: HookOptions<import("@tellescope/ty
2623
2692
  createdAt: Date;
2624
2693
  }> & {
2625
2694
  sharedWithOrganizations?: string[][] | undefined;
2695
+ _overrideUnique?: boolean | undefined;
2626
2696
  }>;
2627
2697
  export declare const useChats: (roomId?: string, options?: HookOptions<import("@tellescope/types-models").ChatMessage & {
2628
2698
  id: string;
@@ -2635,6 +2705,7 @@ export declare const useChats: (roomId?: string, options?: HookOptions<import("@
2635
2705
  createdAt: Date;
2636
2706
  }> & {
2637
2707
  sharedWithOrganizations?: string[][] | undefined;
2708
+ _overrideUnique?: boolean | undefined;
2638
2709
  }>;
2639
2710
  export declare const useEndusers: (options?: HookOptions<import("@tellescope/types-models").Enduser & {
2640
2711
  id: string;
@@ -2647,6 +2718,7 @@ export declare const useEndusers: (options?: HookOptions<import("@tellescope/typ
2647
2718
  createdAt: Date;
2648
2719
  }> & {
2649
2720
  sharedWithOrganizations?: string[][] | undefined;
2721
+ _overrideUnique?: boolean | undefined;
2650
2722
  }>;
2651
2723
  export declare const useTickets: (options?: HookOptions<import("@tellescope/types-models").Ticket & {
2652
2724
  id: string;
@@ -2659,6 +2731,7 @@ export declare const useTickets: (options?: HookOptions<import("@tellescope/type
2659
2731
  createdAt: Date;
2660
2732
  }> & {
2661
2733
  sharedWithOrganizations?: string[][] | undefined;
2734
+ _overrideUnique?: boolean | undefined;
2662
2735
  }>;
2663
2736
  export declare const useMeetings: (options?: HookOptions<import("@tellescope/types-models").Meeting & {
2664
2737
  id: string;
@@ -2671,6 +2744,7 @@ export declare const useMeetings: (options?: HookOptions<import("@tellescope/typ
2671
2744
  createdAt: Date;
2672
2745
  }> & {
2673
2746
  sharedWithOrganizations?: string[][] | undefined;
2747
+ _overrideUnique?: boolean | undefined;
2674
2748
  }>;
2675
2749
  export declare const useFiles: (options?: HookOptions<import("@tellescope/types-models").File & {
2676
2750
  id: string;
@@ -2693,6 +2767,7 @@ export declare const useJourneys: (options?: HookOptions<import("@tellescope/typ
2693
2767
  createdAt: Date;
2694
2768
  }> & {
2695
2769
  sharedWithOrganizations?: string[][] | undefined;
2770
+ _overrideUnique?: boolean | undefined;
2696
2771
  }>;
2697
2772
  export declare const useUsers: (options?: HookOptions<import("@tellescope/types-models").User & {
2698
2773
  id: string;
@@ -2705,6 +2780,7 @@ export declare const useUsers: (options?: HookOptions<import("@tellescope/types-
2705
2780
  createdAt: Date;
2706
2781
  }> & {
2707
2782
  sharedWithOrganizations?: string[][] | undefined;
2783
+ _overrideUnique?: boolean | undefined;
2708
2784
  }>;
2709
2785
  export declare const useAutomationSteps: (options?: HookOptions<import("@tellescope/types-models").AutomationStep & {
2710
2786
  id: string;
@@ -2717,6 +2793,7 @@ export declare const useAutomationSteps: (options?: HookOptions<import("@tellesc
2717
2793
  createdAt: Date;
2718
2794
  }> & {
2719
2795
  sharedWithOrganizations?: string[][] | undefined;
2796
+ _overrideUnique?: boolean | undefined;
2720
2797
  }>;
2721
2798
  export declare const useNotes: (options?: HookOptions<import("@tellescope/types-models").Note & {
2722
2799
  id: string;
@@ -2729,6 +2806,7 @@ export declare const useNotes: (options?: HookOptions<import("@tellescope/types-
2729
2806
  createdAt: Date;
2730
2807
  }> & {
2731
2808
  sharedWithOrganizations?: string[][] | undefined;
2809
+ _overrideUnique?: boolean | undefined;
2732
2810
  }>;
2733
2811
  export declare const useAvailabilityBlocks: (options?: HookOptions<import("@tellescope/types-models").AvailabilityBlock & {
2734
2812
  id: string;
@@ -2741,6 +2819,7 @@ export declare const useAvailabilityBlocks: (options?: HookOptions<import("@tell
2741
2819
  createdAt: Date;
2742
2820
  }> & {
2743
2821
  sharedWithOrganizations?: string[][] | undefined;
2822
+ _overrideUnique?: boolean | undefined;
2744
2823
  }>;
2745
2824
  export declare const useTemplates: (options?: HookOptions<import("@tellescope/types-models").MessageTemplate & {
2746
2825
  id: string;
@@ -2753,6 +2832,7 @@ export declare const useTemplates: (options?: HookOptions<import("@tellescope/ty
2753
2832
  createdAt: Date;
2754
2833
  }> & {
2755
2834
  sharedWithOrganizations?: string[][] | undefined;
2835
+ _overrideUnique?: boolean | undefined;
2756
2836
  }>;
2757
2837
  export declare const useForms: (options?: HookOptions<import("@tellescope/types-models").Form & {
2758
2838
  id: string;
@@ -2765,6 +2845,7 @@ export declare const useForms: (options?: HookOptions<import("@tellescope/types-
2765
2845
  createdAt: Date;
2766
2846
  }> & {
2767
2847
  sharedWithOrganizations?: string[][] | undefined;
2848
+ _overrideUnique?: boolean | undefined;
2768
2849
  }>;
2769
2850
  export declare const useFormFields: (options?: HookOptions<import("@tellescope/types-models").FormField & {
2770
2851
  id: string;
@@ -2777,6 +2858,7 @@ export declare const useFormFields: (options?: HookOptions<import("@tellescope/t
2777
2858
  createdAt: Date;
2778
2859
  }> & {
2779
2860
  sharedWithOrganizations?: string[][] | undefined;
2861
+ _overrideUnique?: boolean | undefined;
2780
2862
  }>;
2781
2863
  export declare const useFormResponses: (options?: HookOptions<import("@tellescope/types-models").FormResponse & {
2782
2864
  id: string;
@@ -2789,6 +2871,7 @@ export declare const useFormResponses: (options?: HookOptions<import("@tellescop
2789
2871
  createdAt: Date;
2790
2872
  }> & {
2791
2873
  sharedWithOrganizations?: string[][] | undefined;
2874
+ _overrideUnique?: boolean | undefined;
2792
2875
  }>;
2793
2876
  /** @deprecated */
2794
2877
  export declare const useUserDisplayInfo: (options?: HookOptions<UserDisplayInfo>) => ListStateReturnType<UserDisplayInfo, Partial<UserDisplayInfo>>;
@@ -2803,6 +2886,7 @@ export declare const useEnduserObservations: (options?: HookOptions<import("@tel
2803
2886
  createdAt: Date;
2804
2887
  }> & {
2805
2888
  sharedWithOrganizations?: string[][] | undefined;
2889
+ _overrideUnique?: boolean | undefined;
2806
2890
  }>;
2807
2891
  export declare const useManagedContentRecords: (options?: HookOptions<import("@tellescope/types-models").ManagedContentRecord & {
2808
2892
  id: string;
@@ -2815,6 +2899,7 @@ export declare const useManagedContentRecords: (options?: HookOptions<import("@t
2815
2899
  createdAt: Date;
2816
2900
  }> & {
2817
2901
  sharedWithOrganizations?: string[][] | undefined;
2902
+ _overrideUnique?: boolean | undefined;
2818
2903
  }>;
2819
2904
  export declare const useManagedContentRecordAssignments: (options?: HookOptions<import("@tellescope/types-models").ManagedContentRecordAssignment & {
2820
2905
  id: string;
@@ -2827,6 +2912,7 @@ export declare const useManagedContentRecordAssignments: (options?: HookOptions<
2827
2912
  createdAt: Date;
2828
2913
  }> & {
2829
2914
  sharedWithOrganizations?: string[][] | undefined;
2915
+ _overrideUnique?: boolean | undefined;
2830
2916
  }>;
2831
2917
  export declare const useAssignedManagedContentRecords: () => LoadedData<(import("@tellescope/types-models").ManagedContentRecord & {
2832
2918
  id: string;
@@ -2843,6 +2929,7 @@ export declare const useForums: (options?: HookOptions<import("@tellescope/types
2843
2929
  createdAt: Date;
2844
2930
  }> & {
2845
2931
  sharedWithOrganizations?: string[][] | undefined;
2932
+ _overrideUnique?: boolean | undefined;
2846
2933
  }>;
2847
2934
  export declare const useForumPosts: (options?: HookOptions<import("@tellescope/types-models").ForumPost & {
2848
2935
  id: string;
@@ -2855,6 +2942,7 @@ export declare const useForumPosts: (options?: HookOptions<import("@tellescope/t
2855
2942
  createdAt: Date;
2856
2943
  }> & {
2857
2944
  sharedWithOrganizations?: string[][] | undefined;
2945
+ _overrideUnique?: boolean | undefined;
2858
2946
  }>;
2859
2947
  export declare const usePostComments: (options?: HookOptions<import("@tellescope/types-models").PostComment & {
2860
2948
  id: string;
@@ -2867,6 +2955,7 @@ export declare const usePostComments: (options?: HookOptions<import("@tellescope
2867
2955
  createdAt: Date;
2868
2956
  }> & {
2869
2957
  sharedWithOrganizations?: string[][] | undefined;
2958
+ _overrideUnique?: boolean | undefined;
2870
2959
  }>;
2871
2960
  export declare const usePostLikes: (options?: HookOptions<import("@tellescope/types-models").PostLike & {
2872
2961
  id: string;
@@ -2879,6 +2968,7 @@ export declare const usePostLikes: (options?: HookOptions<import("@tellescope/ty
2879
2968
  createdAt: Date;
2880
2969
  }> & {
2881
2970
  sharedWithOrganizations?: string[][] | undefined;
2971
+ _overrideUnique?: boolean | undefined;
2882
2972
  }>;
2883
2973
  export declare const useCommentLikes: (options?: HookOptions<import("@tellescope/types-models").CommentLike & {
2884
2974
  id: string;
@@ -2891,6 +2981,7 @@ export declare const useCommentLikes: (options?: HookOptions<import("@tellescope
2891
2981
  createdAt: Date;
2892
2982
  }> & {
2893
2983
  sharedWithOrganizations?: string[][] | undefined;
2984
+ _overrideUnique?: boolean | undefined;
2894
2985
  }>;
2895
2986
  export declare const useCalendarEventRSVPs: (options?: HookOptions<import("@tellescope/types-models").CalendarEventRSVP & {
2896
2987
  id: string;
@@ -2903,6 +2994,7 @@ export declare const useCalendarEventRSVPs: (options?: HookOptions<import("@tell
2903
2994
  createdAt: Date;
2904
2995
  }> & {
2905
2996
  sharedWithOrganizations?: string[][] | undefined;
2997
+ _overrideUnique?: boolean | undefined;
2906
2998
  }>;
2907
2999
  export declare const useRoleBasedAccessPermissions: (options?: HookOptions<import("@tellescope/types-models").Organization & {
2908
3000
  id: string;
@@ -2915,6 +3007,7 @@ export declare const useRoleBasedAccessPermissions: (options?: HookOptions<impor
2915
3007
  createdAt: Date;
2916
3008
  }> & {
2917
3009
  sharedWithOrganizations?: string[][] | undefined;
3010
+ _overrideUnique?: boolean | undefined;
2918
3011
  }>;
2919
3012
  export declare const useTicketThreads: (options?: HookOptions<import("@tellescope/types-models").TicketThread & {
2920
3013
  id: string;
@@ -2927,6 +3020,7 @@ export declare const useTicketThreads: (options?: HookOptions<import("@tellescop
2927
3020
  createdAt: Date;
2928
3021
  }> & {
2929
3022
  sharedWithOrganizations?: string[][] | undefined;
3023
+ _overrideUnique?: boolean | undefined;
2930
3024
  }>;
2931
3025
  export declare const useTicketThreadComments: (options?: HookOptions<import("@tellescope/types-models").TicketThreadComment & {
2932
3026
  id: string;
@@ -2939,6 +3033,7 @@ export declare const useTicketThreadComments: (options?: HookOptions<import("@te
2939
3033
  createdAt: Date;
2940
3034
  }> & {
2941
3035
  sharedWithOrganizations?: string[][] | undefined;
3036
+ _overrideUnique?: boolean | undefined;
2942
3037
  }>;
2943
3038
  export declare const useSuperbills: (options?: HookOptions<import("@tellescope/types-models").Superbill & {
2944
3039
  id: string;
@@ -2951,6 +3046,7 @@ export declare const useSuperbills: (options?: HookOptions<import("@tellescope/t
2951
3046
  createdAt: Date;
2952
3047
  }> & {
2953
3048
  sharedWithOrganizations?: string[][] | undefined;
3049
+ _overrideUnique?: boolean | undefined;
2954
3050
  }>;
2955
3051
  export declare const useSuperbillProviders: (options?: HookOptions<import("@tellescope/types-models").SuperbillProvider & {
2956
3052
  id: string;
@@ -2963,6 +3059,7 @@ export declare const useSuperbillProviders: (options?: HookOptions<import("@tell
2963
3059
  createdAt: Date;
2964
3060
  }> & {
2965
3061
  sharedWithOrganizations?: string[][] | undefined;
3062
+ _overrideUnique?: boolean | undefined;
2966
3063
  }>;
2967
3064
  export declare const useTableViews: (options?: HookOptions<import("@tellescope/types-models").TableView & {
2968
3065
  id: string;
@@ -2975,6 +3072,7 @@ export declare const useTableViews: (options?: HookOptions<import("@tellescope/t
2975
3072
  createdAt: Date;
2976
3073
  }> & {
2977
3074
  sharedWithOrganizations?: string[][] | undefined;
3075
+ _overrideUnique?: boolean | undefined;
2978
3076
  }>;
2979
3077
  export declare const useEmailSyncDenials: (options?: HookOptions<import("@tellescope/types-models").EmailSyncDenial & {
2980
3078
  id: string;
@@ -2987,6 +3085,7 @@ export declare const useEmailSyncDenials: (options?: HookOptions<import("@telles
2987
3085
  createdAt: Date;
2988
3086
  }> & {
2989
3087
  sharedWithOrganizations?: string[][] | undefined;
3088
+ _overrideUnique?: boolean | undefined;
2990
3089
  }>;
2991
3090
  export declare const usePhoneCalls: (options?: HookOptions<import("@tellescope/types-models").PhoneCall & {
2992
3091
  id: string;
@@ -2999,6 +3098,7 @@ export declare const usePhoneCalls: (options?: HookOptions<import("@tellescope/t
2999
3098
  createdAt: Date;
3000
3099
  }> & {
3001
3100
  sharedWithOrganizations?: string[][] | undefined;
3101
+ _overrideUnique?: boolean | undefined;
3002
3102
  }>;
3003
3103
  export declare const useOrganizations: (options?: HookOptions<import("@tellescope/types-models").Organization & {
3004
3104
  id: string;
@@ -3034,6 +3134,7 @@ export declare const useIntegrations: (options?: HookOptions<import("@tellescope
3034
3134
  createdAt: Date;
3035
3135
  }> & {
3036
3136
  sharedWithOrganizations?: string[][] | undefined;
3137
+ _overrideUnique?: boolean | undefined;
3037
3138
  }>;
3038
3139
  export declare const usePortalCustomizations: (options?: HookOptions<import("@tellescope/types-models").PortalCustomization & {
3039
3140
  id: string;
@@ -3046,6 +3147,7 @@ export declare const usePortalCustomizations: (options?: HookOptions<import("@te
3046
3147
  createdAt: Date;
3047
3148
  }> & {
3048
3149
  sharedWithOrganizations?: string[][] | undefined;
3150
+ _overrideUnique?: boolean | undefined;
3049
3151
  }>;
3050
3152
  export declare const useCarePlans: (options?: HookOptions<import("@tellescope/types-models").CarePlan & {
3051
3153
  id: string;
@@ -3058,6 +3160,7 @@ export declare const useCarePlans: (options?: HookOptions<import("@tellescope/ty
3058
3160
  createdAt: Date;
3059
3161
  }> & {
3060
3162
  sharedWithOrganizations?: string[][] | undefined;
3163
+ _overrideUnique?: boolean | undefined;
3061
3164
  }>;
3062
3165
  export declare const useEnduserTasks: (options?: HookOptions<import("@tellescope/types-models").EnduserTask & {
3063
3166
  id: string;
@@ -3070,6 +3173,7 @@ export declare const useEnduserTasks: (options?: HookOptions<import("@tellescope
3070
3173
  createdAt: Date;
3071
3174
  }> & {
3072
3175
  sharedWithOrganizations?: string[][] | undefined;
3176
+ _overrideUnique?: boolean | undefined;
3073
3177
  }>;
3074
3178
  export declare const useCalendarEventTemplates: (options?: HookOptions<import("@tellescope/types-models").CalendarEventTemplate & {
3075
3179
  id: string;
@@ -3082,6 +3186,7 @@ export declare const useCalendarEventTemplates: (options?: HookOptions<import("@
3082
3186
  createdAt: Date;
3083
3187
  }> & {
3084
3188
  sharedWithOrganizations?: string[][] | undefined;
3189
+ _overrideUnique?: boolean | undefined;
3085
3190
  }>;
3086
3191
  export declare const useAppointmentBookingPages: (options?: HookOptions<import("@tellescope/types-models").AppointmentBookingPage & {
3087
3192
  id: string;
@@ -3094,6 +3199,7 @@ export declare const useAppointmentBookingPages: (options?: HookOptions<import("
3094
3199
  createdAt: Date;
3095
3200
  }> & {
3096
3201
  sharedWithOrganizations?: string[][] | undefined;
3202
+ _overrideUnique?: boolean | undefined;
3097
3203
  }>;
3098
3204
  export declare const useEnduserViews: (options?: HookOptions<import("@tellescope/types-models").EnduserView & {
3099
3205
  id: string;
@@ -3106,6 +3212,7 @@ export declare const useEnduserViews: (options?: HookOptions<import("@tellescope
3106
3212
  createdAt: Date;
3107
3213
  }> & {
3108
3214
  sharedWithOrganizations?: string[][] | undefined;
3215
+ _overrideUnique?: boolean | undefined;
3109
3216
  }>;
3110
3217
  export declare const useBackgroundErrors: (options?: HookOptions<import("@tellescope/types-models").BackgroundError & {
3111
3218
  id: string;
@@ -3118,6 +3225,7 @@ export declare const useBackgroundErrors: (options?: HookOptions<import("@telles
3118
3225
  createdAt: Date;
3119
3226
  }> & {
3120
3227
  sharedWithOrganizations?: string[][] | undefined;
3228
+ _overrideUnique?: boolean | undefined;
3121
3229
  }>;
3122
3230
  export declare const useAppointmentLocations: (options?: HookOptions<import("@tellescope/types-models").AppointmentLocation & {
3123
3231
  id: string;
@@ -3130,6 +3238,7 @@ export declare const useAppointmentLocations: (options?: HookOptions<import("@te
3130
3238
  createdAt: Date;
3131
3239
  }> & {
3132
3240
  sharedWithOrganizations?: string[][] | undefined;
3241
+ _overrideUnique?: boolean | undefined;
3133
3242
  }>;
3134
3243
  export declare const useDatabases: (options?: HookOptions<import("@tellescope/types-models").Database & {
3135
3244
  id: string;
@@ -3142,6 +3251,7 @@ export declare const useDatabases: (options?: HookOptions<import("@tellescope/ty
3142
3251
  createdAt: Date;
3143
3252
  }> & {
3144
3253
  sharedWithOrganizations?: string[][] | undefined;
3254
+ _overrideUnique?: boolean | undefined;
3145
3255
  }>;
3146
3256
  export declare const useDatabaseRecords: (options?: HookOptions<import("@tellescope/types-models").DatabaseRecord & {
3147
3257
  id: string;
@@ -3154,6 +3264,7 @@ export declare const useDatabaseRecords: (options?: HookOptions<import("@tellesc
3154
3264
  createdAt: Date;
3155
3265
  }> & {
3156
3266
  sharedWithOrganizations?: string[][] | undefined;
3267
+ _overrideUnique?: boolean | undefined;
3157
3268
  }>;
3158
3269
  export declare const useProducts: (options?: HookOptions<import("@tellescope/types-models").Product & {
3159
3270
  id: string;
@@ -3166,6 +3277,7 @@ export declare const useProducts: (options?: HookOptions<import("@tellescope/typ
3166
3277
  createdAt: Date;
3167
3278
  }> & {
3168
3279
  sharedWithOrganizations?: string[][] | undefined;
3280
+ _overrideUnique?: boolean | undefined;
3169
3281
  }>;
3170
3282
  export declare const usePurchases: (options?: HookOptions<import("@tellescope/types-models").Purchase & {
3171
3283
  id: string;
@@ -3178,6 +3290,7 @@ export declare const usePurchases: (options?: HookOptions<import("@tellescope/ty
3178
3290
  createdAt: Date;
3179
3291
  }> & {
3180
3292
  sharedWithOrganizations?: string[][] | undefined;
3293
+ _overrideUnique?: boolean | undefined;
3181
3294
  }>;
3182
3295
  export declare const usePurchaseCredits: (options?: HookOptions<import("@tellescope/types-models").PurchaseCredit & {
3183
3296
  id: string;
@@ -3190,6 +3303,7 @@ export declare const usePurchaseCredits: (options?: HookOptions<import("@tellesc
3190
3303
  createdAt: Date;
3191
3304
  }> & {
3192
3305
  sharedWithOrganizations?: string[][] | undefined;
3306
+ _overrideUnique?: boolean | undefined;
3193
3307
  }>;
3194
3308
  export declare const useBlockedPhones: (options?: HookOptions<import("@tellescope/types-models").BlockedPhone & {
3195
3309
  id: string;
@@ -3202,6 +3316,7 @@ export declare const useBlockedPhones: (options?: HookOptions<import("@tellescop
3202
3316
  createdAt: Date;
3203
3317
  }> & {
3204
3318
  sharedWithOrganizations?: string[][] | undefined;
3319
+ _overrideUnique?: boolean | undefined;
3205
3320
  }>;
3206
3321
  export declare const usePrescriptionRoutes: (options?: HookOptions<import("@tellescope/types-models").PrescriptionRoute & {
3207
3322
  id: string;
@@ -3214,6 +3329,7 @@ export declare const usePrescriptionRoutes: (options?: HookOptions<import("@tell
3214
3329
  createdAt: Date;
3215
3330
  }> & {
3216
3331
  sharedWithOrganizations?: string[][] | undefined;
3332
+ _overrideUnique?: boolean | undefined;
3217
3333
  }>;
3218
3334
  interface LoadEventOptions {
3219
3335
  userId?: string;