@tellescope/react-components 1.163.0 → 1.164.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/inputs.d.ts +1 -0
- package/lib/cjs/Forms/inputs.d.ts.map +1 -1
- package/lib/cjs/Forms/inputs.js +19 -4
- package/lib/cjs/Forms/inputs.js.map +1 -1
- package/lib/cjs/inputs.js +1 -1
- package/lib/cjs/inputs.js.map +1 -1
- package/lib/cjs/state.d.ts +79 -0
- package/lib/cjs/state.d.ts.map +1 -1
- package/lib/esm/CMS/components.d.ts +1 -0
- package/lib/esm/CMS/components.d.ts.map +1 -1
- package/lib/esm/Forms/forms.d.ts +3 -3
- package/lib/esm/Forms/inputs.d.ts +2 -1
- package/lib/esm/Forms/inputs.d.ts.map +1 -1
- package/lib/esm/Forms/inputs.js +17 -3
- package/lib/esm/Forms/inputs.js.map +1 -1
- package/lib/esm/Forms/inputs.native.d.ts +1 -0
- package/lib/esm/Forms/inputs.native.d.ts.map +1 -1
- package/lib/esm/controls.d.ts +2 -2
- package/lib/esm/inputs.d.ts +1 -1
- package/lib/esm/inputs.js +1 -1
- package/lib/esm/inputs.js.map +1 -1
- package/lib/esm/layout.d.ts +1 -1
- package/lib/esm/state.d.ts +339 -260
- package/lib/esm/state.d.ts.map +1 -1
- package/lib/esm/theme.native.d.ts +1 -0
- package/lib/esm/theme.native.d.ts.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -9
- package/src/Forms/inputs.tsx +39 -1
- package/src/inputs.tsx +1 -1
package/lib/cjs/state.d.ts
CHANGED
|
@@ -2239,6 +2239,7 @@ export declare const useEnduserEligibilityResults: (options?: HookOptions<import
|
|
|
2239
2239
|
createdAt: Date;
|
|
2240
2240
|
}> & {
|
|
2241
2241
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2242
|
+
_overrideUnique?: boolean | undefined;
|
|
2242
2243
|
}>;
|
|
2243
2244
|
export declare const useSuggestedContacts: (options?: HookOptions<import("@tellescope/types-models").SuggestedContact & {
|
|
2244
2245
|
id: string;
|
|
@@ -2251,6 +2252,7 @@ export declare const useSuggestedContacts: (options?: HookOptions<import("@telle
|
|
|
2251
2252
|
createdAt: Date;
|
|
2252
2253
|
}> & {
|
|
2253
2254
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2255
|
+
_overrideUnique?: boolean | undefined;
|
|
2254
2256
|
}>;
|
|
2255
2257
|
export declare const useFaxLogs: (options?: HookOptions<import("@tellescope/types-models").FaxLog & {
|
|
2256
2258
|
id: string;
|
|
@@ -2263,6 +2265,7 @@ export declare const useFaxLogs: (options?: HookOptions<import("@tellescope/type
|
|
|
2263
2265
|
createdAt: Date;
|
|
2264
2266
|
}> & {
|
|
2265
2267
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2268
|
+
_overrideUnique?: boolean | undefined;
|
|
2266
2269
|
}>;
|
|
2267
2270
|
export declare const useMessageTemplateSnippets: (options?: HookOptions<import("@tellescope/types-models").MessageTemplateSnippet & {
|
|
2268
2271
|
id: string;
|
|
@@ -2275,6 +2278,7 @@ export declare const useMessageTemplateSnippets: (options?: HookOptions<import("
|
|
|
2275
2278
|
createdAt: Date;
|
|
2276
2279
|
}> & {
|
|
2277
2280
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2281
|
+
_overrideUnique?: boolean | undefined;
|
|
2278
2282
|
}>;
|
|
2279
2283
|
export declare const usePortalBrandings: (options?: HookOptions<import("@tellescope/types-models").PortalBranding & {
|
|
2280
2284
|
id: string;
|
|
@@ -2287,6 +2291,7 @@ export declare const usePortalBrandings: (options?: HookOptions<import("@tellesc
|
|
|
2287
2291
|
createdAt: Date;
|
|
2288
2292
|
}> & {
|
|
2289
2293
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2294
|
+
_overrideUnique?: boolean | undefined;
|
|
2290
2295
|
}>;
|
|
2291
2296
|
export declare const useAllergyCodes: (options?: HookOptions<import("@tellescope/types-models").AllergyCode & {
|
|
2292
2297
|
id: string;
|
|
@@ -2299,6 +2304,7 @@ export declare const useAllergyCodes: (options?: HookOptions<import("@tellescope
|
|
|
2299
2304
|
createdAt: Date;
|
|
2300
2305
|
}> & {
|
|
2301
2306
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2307
|
+
_overrideUnique?: boolean | undefined;
|
|
2302
2308
|
}>;
|
|
2303
2309
|
export declare const useDiagnosisCodes: (options?: HookOptions<import("@tellescope/types-models").DiagnosisCode & {
|
|
2304
2310
|
id: string;
|
|
@@ -2311,6 +2317,7 @@ export declare const useDiagnosisCodes: (options?: HookOptions<import("@tellesco
|
|
|
2311
2317
|
createdAt: Date;
|
|
2312
2318
|
}> & {
|
|
2313
2319
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2320
|
+
_overrideUnique?: boolean | undefined;
|
|
2314
2321
|
}>;
|
|
2315
2322
|
export declare const useEnduserProblems: (options?: HookOptions<import("@tellescope/types-models").EnduserProblem & {
|
|
2316
2323
|
id: string;
|
|
@@ -2323,6 +2330,7 @@ export declare const useEnduserProblems: (options?: HookOptions<import("@tellesc
|
|
|
2323
2330
|
createdAt: Date;
|
|
2324
2331
|
}> & {
|
|
2325
2332
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2333
|
+
_overrideUnique?: boolean | undefined;
|
|
2326
2334
|
}>;
|
|
2327
2335
|
export declare const useEnduserMedications: (options?: HookOptions<import("@tellescope/types-models").EnduserMedication & {
|
|
2328
2336
|
id: string;
|
|
@@ -2335,6 +2343,7 @@ export declare const useEnduserMedications: (options?: HookOptions<import("@tell
|
|
|
2335
2343
|
createdAt: Date;
|
|
2336
2344
|
}> & {
|
|
2337
2345
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2346
|
+
_overrideUnique?: boolean | undefined;
|
|
2338
2347
|
}>;
|
|
2339
2348
|
export declare const useEnduserOrders: (options?: HookOptions<import("@tellescope/types-models").EnduserOrder & {
|
|
2340
2349
|
id: string;
|
|
@@ -2347,6 +2356,7 @@ export declare const useEnduserOrders: (options?: HookOptions<import("@tellescop
|
|
|
2347
2356
|
createdAt: Date;
|
|
2348
2357
|
}> & {
|
|
2349
2358
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2359
|
+
_overrideUnique?: boolean | undefined;
|
|
2350
2360
|
}>;
|
|
2351
2361
|
export declare const useIntegrationLogs: (options?: HookOptions<import("@tellescope/types-models").IntegrationLog & {
|
|
2352
2362
|
id: string;
|
|
@@ -2359,6 +2369,7 @@ export declare const useIntegrationLogs: (options?: HookOptions<import("@tellesc
|
|
|
2359
2369
|
createdAt: Date;
|
|
2360
2370
|
}> & {
|
|
2361
2371
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2372
|
+
_overrideUnique?: boolean | undefined;
|
|
2362
2373
|
}>;
|
|
2363
2374
|
export declare const useWebhookLogs: (options?: HookOptions<import("@tellescope/types-models").WebhookLog & {
|
|
2364
2375
|
id: string;
|
|
@@ -2371,6 +2382,7 @@ export declare const useWebhookLogs: (options?: HookOptions<import("@tellescope/
|
|
|
2371
2382
|
createdAt: Date;
|
|
2372
2383
|
}> & {
|
|
2373
2384
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2385
|
+
_overrideUnique?: boolean | undefined;
|
|
2374
2386
|
}>;
|
|
2375
2387
|
export declare const useFormGroups: (options?: HookOptions<import("@tellescope/types-models").FormGroup & {
|
|
2376
2388
|
id: string;
|
|
@@ -2383,6 +2395,7 @@ export declare const useFormGroups: (options?: HookOptions<import("@tellescope/t
|
|
|
2383
2395
|
createdAt: Date;
|
|
2384
2396
|
}> & {
|
|
2385
2397
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2398
|
+
_overrideUnique?: boolean | undefined;
|
|
2386
2399
|
}>;
|
|
2387
2400
|
export declare const useFlowchartNotes: (options?: HookOptions<import("@tellescope/types-models").FlowchartNote & {
|
|
2388
2401
|
id: string;
|
|
@@ -2395,6 +2408,7 @@ export declare const useFlowchartNotes: (options?: HookOptions<import("@tellesco
|
|
|
2395
2408
|
createdAt: Date;
|
|
2396
2409
|
}> & {
|
|
2397
2410
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2411
|
+
_overrideUnique?: boolean | undefined;
|
|
2398
2412
|
}>;
|
|
2399
2413
|
export declare const useEnduserEncounters: (options?: HookOptions<import("@tellescope/types-models").EnduserEncounter & {
|
|
2400
2414
|
id: string;
|
|
@@ -2407,6 +2421,7 @@ export declare const useEnduserEncounters: (options?: HookOptions<import("@telle
|
|
|
2407
2421
|
createdAt: Date;
|
|
2408
2422
|
}> & {
|
|
2409
2423
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2424
|
+
_overrideUnique?: boolean | undefined;
|
|
2410
2425
|
}>;
|
|
2411
2426
|
export declare const useVitalConfigurations: (options?: HookOptions<import("@tellescope/types-models").VitalConfiguration & {
|
|
2412
2427
|
id: string;
|
|
@@ -2419,6 +2434,7 @@ export declare const useVitalConfigurations: (options?: HookOptions<import("@tel
|
|
|
2419
2434
|
createdAt: Date;
|
|
2420
2435
|
}> & {
|
|
2421
2436
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2437
|
+
_overrideUnique?: boolean | undefined;
|
|
2422
2438
|
}>;
|
|
2423
2439
|
export declare const useCalendarEvents: (options?: HookOptions<import("@tellescope/types-models").CalendarEvent & {
|
|
2424
2440
|
id: string;
|
|
@@ -2431,6 +2447,7 @@ export declare const useCalendarEvents: (options?: HookOptions<import("@tellesco
|
|
|
2431
2447
|
createdAt: Date;
|
|
2432
2448
|
}> & {
|
|
2433
2449
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2450
|
+
_overrideUnique?: boolean | undefined;
|
|
2434
2451
|
}>;
|
|
2435
2452
|
export declare const useEngagementEvents: (options?: HookOptions<import("@tellescope/types-models").EngagementEvent & {
|
|
2436
2453
|
id: string;
|
|
@@ -2443,6 +2460,7 @@ export declare const useEngagementEvents: (options?: HookOptions<import("@telles
|
|
|
2443
2460
|
createdAt: Date;
|
|
2444
2461
|
}> & {
|
|
2445
2462
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2463
|
+
_overrideUnique?: boolean | undefined;
|
|
2446
2464
|
}>;
|
|
2447
2465
|
export declare const useGroupMMSConversations: (options?: HookOptions<import("@tellescope/types-models").GroupMMSConversation & {
|
|
2448
2466
|
id: string;
|
|
@@ -2455,6 +2473,7 @@ export declare const useGroupMMSConversations: (options?: HookOptions<import("@t
|
|
|
2455
2473
|
createdAt: Date;
|
|
2456
2474
|
}> & {
|
|
2457
2475
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2476
|
+
_overrideUnique?: boolean | undefined;
|
|
2458
2477
|
}>;
|
|
2459
2478
|
export declare const useEnduserProfileViews: (options?: HookOptions<import("@tellescope/types-models").EnduserProfileView & {
|
|
2460
2479
|
id: string;
|
|
@@ -2467,6 +2486,7 @@ export declare const useEnduserProfileViews: (options?: HookOptions<import("@tel
|
|
|
2467
2486
|
createdAt: Date;
|
|
2468
2487
|
}> & {
|
|
2469
2488
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2489
|
+
_overrideUnique?: boolean | undefined;
|
|
2470
2490
|
}>;
|
|
2471
2491
|
export declare const useCallHoldQueues: (options?: HookOptions<import("@tellescope/types-models").CallHoldQueue & {
|
|
2472
2492
|
id: string;
|
|
@@ -2479,6 +2499,7 @@ export declare const useCallHoldQueues: (options?: HookOptions<import("@tellesco
|
|
|
2479
2499
|
createdAt: Date;
|
|
2480
2500
|
}> & {
|
|
2481
2501
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2502
|
+
_overrideUnique?: boolean | undefined;
|
|
2482
2503
|
}>;
|
|
2483
2504
|
export declare const useTicketQueues: (options?: HookOptions<import("@tellescope/types-models").TicketQueue & {
|
|
2484
2505
|
id: string;
|
|
@@ -2491,6 +2512,7 @@ export declare const useTicketQueues: (options?: HookOptions<import("@tellescope
|
|
|
2491
2512
|
createdAt: Date;
|
|
2492
2513
|
}> & {
|
|
2493
2514
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2515
|
+
_overrideUnique?: boolean | undefined;
|
|
2494
2516
|
}>;
|
|
2495
2517
|
export declare const useConfigurations: (options?: HookOptions<import("@tellescope/types-models").Configuration & {
|
|
2496
2518
|
id: string;
|
|
@@ -2503,6 +2525,7 @@ export declare const useConfigurations: (options?: HookOptions<import("@tellesco
|
|
|
2503
2525
|
createdAt: Date;
|
|
2504
2526
|
}> & {
|
|
2505
2527
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2528
|
+
_overrideUnique?: boolean | undefined;
|
|
2506
2529
|
}>;
|
|
2507
2530
|
export declare const usePhoneTrees: (options?: HookOptions<import("@tellescope/types-models").PhoneTree & {
|
|
2508
2531
|
id: string;
|
|
@@ -2515,6 +2538,7 @@ export declare const usePhoneTrees: (options?: HookOptions<import("@tellescope/t
|
|
|
2515
2538
|
createdAt: Date;
|
|
2516
2539
|
}> & {
|
|
2517
2540
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2541
|
+
_overrideUnique?: boolean | undefined;
|
|
2518
2542
|
}>;
|
|
2519
2543
|
export declare const useAutomationTriggers: (options?: HookOptions<import("@tellescope/types-models").AutomationTrigger & {
|
|
2520
2544
|
id: string;
|
|
@@ -2527,6 +2551,7 @@ export declare const useAutomationTriggers: (options?: HookOptions<import("@tell
|
|
|
2527
2551
|
createdAt: Date;
|
|
2528
2552
|
}> & {
|
|
2529
2553
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2554
|
+
_overrideUnique?: boolean | undefined;
|
|
2530
2555
|
}>;
|
|
2531
2556
|
export declare const useAutomatedActions: (options?: HookOptions<import("@tellescope/types-models").AutomatedAction & {
|
|
2532
2557
|
id: string;
|
|
@@ -2539,6 +2564,7 @@ export declare const useAutomatedActions: (options?: HookOptions<import("@telles
|
|
|
2539
2564
|
createdAt: Date;
|
|
2540
2565
|
}> & {
|
|
2541
2566
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2567
|
+
_overrideUnique?: boolean | undefined;
|
|
2542
2568
|
}>;
|
|
2543
2569
|
export declare const useEmails: (options?: HookOptions<import("@tellescope/types-models").Email & {
|
|
2544
2570
|
id: string;
|
|
@@ -2551,6 +2577,7 @@ export declare const useEmails: (options?: HookOptions<import("@tellescope/types
|
|
|
2551
2577
|
createdAt: Date;
|
|
2552
2578
|
}> & {
|
|
2553
2579
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2580
|
+
_overrideUnique?: boolean | undefined;
|
|
2554
2581
|
}>;
|
|
2555
2582
|
export declare const useSmsMessages: (options?: HookOptions<import("@tellescope/types-models").SMSMessage & {
|
|
2556
2583
|
id: string;
|
|
@@ -2563,6 +2590,7 @@ export declare const useSmsMessages: (options?: HookOptions<import("@tellescope/
|
|
|
2563
2590
|
createdAt: Date;
|
|
2564
2591
|
}> & {
|
|
2565
2592
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2593
|
+
_overrideUnique?: boolean | undefined;
|
|
2566
2594
|
}>;
|
|
2567
2595
|
export declare const useNotifications: (options?: HookOptions<import("@tellescope/types-models").UserNotification & {
|
|
2568
2596
|
id: string;
|
|
@@ -2575,6 +2603,7 @@ export declare const useNotifications: (options?: HookOptions<import("@tellescop
|
|
|
2575
2603
|
createdAt: Date;
|
|
2576
2604
|
}> & {
|
|
2577
2605
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2606
|
+
_overrideUnique?: boolean | undefined;
|
|
2578
2607
|
}>;
|
|
2579
2608
|
export declare const useUserLogs: (options?: HookOptions<import("@tellescope/types-models").UserLog & {
|
|
2580
2609
|
id: string;
|
|
@@ -2587,6 +2616,7 @@ export declare const useUserLogs: (options?: HookOptions<import("@tellescope/typ
|
|
|
2587
2616
|
createdAt: Date;
|
|
2588
2617
|
}> & {
|
|
2589
2618
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2619
|
+
_overrideUnique?: boolean | undefined;
|
|
2590
2620
|
}>;
|
|
2591
2621
|
export declare const useAnalyticsFrames: (options?: HookOptions<import("@tellescope/types-models").AnalyticsFrame & {
|
|
2592
2622
|
id: string;
|
|
@@ -2599,6 +2629,7 @@ export declare const useAnalyticsFrames: (options?: HookOptions<import("@tellesc
|
|
|
2599
2629
|
createdAt: Date;
|
|
2600
2630
|
}> & {
|
|
2601
2631
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2632
|
+
_overrideUnique?: boolean | undefined;
|
|
2602
2633
|
}>;
|
|
2603
2634
|
export declare const useEnduserCustomTypes: (options?: HookOptions<import("@tellescope/types-models").EnduserCustomType & {
|
|
2604
2635
|
id: string;
|
|
@@ -2611,6 +2642,7 @@ export declare const useEnduserCustomTypes: (options?: HookOptions<import("@tell
|
|
|
2611
2642
|
createdAt: Date;
|
|
2612
2643
|
}> & {
|
|
2613
2644
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2645
|
+
_overrideUnique?: boolean | undefined;
|
|
2614
2646
|
}>;
|
|
2615
2647
|
export declare const useChatRooms: (options?: HookOptions<import("@tellescope/types-models").ChatRoom & {
|
|
2616
2648
|
id: string;
|
|
@@ -2623,6 +2655,7 @@ export declare const useChatRooms: (options?: HookOptions<import("@tellescope/ty
|
|
|
2623
2655
|
createdAt: Date;
|
|
2624
2656
|
}> & {
|
|
2625
2657
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2658
|
+
_overrideUnique?: boolean | undefined;
|
|
2626
2659
|
}>;
|
|
2627
2660
|
export declare const useChats: (roomId?: string, options?: HookOptions<import("@tellescope/types-models").ChatMessage & {
|
|
2628
2661
|
id: string;
|
|
@@ -2635,6 +2668,7 @@ export declare const useChats: (roomId?: string, options?: HookOptions<import("@
|
|
|
2635
2668
|
createdAt: Date;
|
|
2636
2669
|
}> & {
|
|
2637
2670
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2671
|
+
_overrideUnique?: boolean | undefined;
|
|
2638
2672
|
}>;
|
|
2639
2673
|
export declare const useEndusers: (options?: HookOptions<import("@tellescope/types-models").Enduser & {
|
|
2640
2674
|
id: string;
|
|
@@ -2647,6 +2681,7 @@ export declare const useEndusers: (options?: HookOptions<import("@tellescope/typ
|
|
|
2647
2681
|
createdAt: Date;
|
|
2648
2682
|
}> & {
|
|
2649
2683
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2684
|
+
_overrideUnique?: boolean | undefined;
|
|
2650
2685
|
}>;
|
|
2651
2686
|
export declare const useTickets: (options?: HookOptions<import("@tellescope/types-models").Ticket & {
|
|
2652
2687
|
id: string;
|
|
@@ -2659,6 +2694,7 @@ export declare const useTickets: (options?: HookOptions<import("@tellescope/type
|
|
|
2659
2694
|
createdAt: Date;
|
|
2660
2695
|
}> & {
|
|
2661
2696
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2697
|
+
_overrideUnique?: boolean | undefined;
|
|
2662
2698
|
}>;
|
|
2663
2699
|
export declare const useMeetings: (options?: HookOptions<import("@tellescope/types-models").Meeting & {
|
|
2664
2700
|
id: string;
|
|
@@ -2671,6 +2707,7 @@ export declare const useMeetings: (options?: HookOptions<import("@tellescope/typ
|
|
|
2671
2707
|
createdAt: Date;
|
|
2672
2708
|
}> & {
|
|
2673
2709
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2710
|
+
_overrideUnique?: boolean | undefined;
|
|
2674
2711
|
}>;
|
|
2675
2712
|
export declare const useFiles: (options?: HookOptions<import("@tellescope/types-models").File & {
|
|
2676
2713
|
id: string;
|
|
@@ -2693,6 +2730,7 @@ export declare const useJourneys: (options?: HookOptions<import("@tellescope/typ
|
|
|
2693
2730
|
createdAt: Date;
|
|
2694
2731
|
}> & {
|
|
2695
2732
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2733
|
+
_overrideUnique?: boolean | undefined;
|
|
2696
2734
|
}>;
|
|
2697
2735
|
export declare const useUsers: (options?: HookOptions<import("@tellescope/types-models").User & {
|
|
2698
2736
|
id: string;
|
|
@@ -2705,6 +2743,7 @@ export declare const useUsers: (options?: HookOptions<import("@tellescope/types-
|
|
|
2705
2743
|
createdAt: Date;
|
|
2706
2744
|
}> & {
|
|
2707
2745
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2746
|
+
_overrideUnique?: boolean | undefined;
|
|
2708
2747
|
}>;
|
|
2709
2748
|
export declare const useAutomationSteps: (options?: HookOptions<import("@tellescope/types-models").AutomationStep & {
|
|
2710
2749
|
id: string;
|
|
@@ -2717,6 +2756,7 @@ export declare const useAutomationSteps: (options?: HookOptions<import("@tellesc
|
|
|
2717
2756
|
createdAt: Date;
|
|
2718
2757
|
}> & {
|
|
2719
2758
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2759
|
+
_overrideUnique?: boolean | undefined;
|
|
2720
2760
|
}>;
|
|
2721
2761
|
export declare const useNotes: (options?: HookOptions<import("@tellescope/types-models").Note & {
|
|
2722
2762
|
id: string;
|
|
@@ -2729,6 +2769,7 @@ export declare const useNotes: (options?: HookOptions<import("@tellescope/types-
|
|
|
2729
2769
|
createdAt: Date;
|
|
2730
2770
|
}> & {
|
|
2731
2771
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2772
|
+
_overrideUnique?: boolean | undefined;
|
|
2732
2773
|
}>;
|
|
2733
2774
|
export declare const useAvailabilityBlocks: (options?: HookOptions<import("@tellescope/types-models").AvailabilityBlock & {
|
|
2734
2775
|
id: string;
|
|
@@ -2741,6 +2782,7 @@ export declare const useAvailabilityBlocks: (options?: HookOptions<import("@tell
|
|
|
2741
2782
|
createdAt: Date;
|
|
2742
2783
|
}> & {
|
|
2743
2784
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2785
|
+
_overrideUnique?: boolean | undefined;
|
|
2744
2786
|
}>;
|
|
2745
2787
|
export declare const useTemplates: (options?: HookOptions<import("@tellescope/types-models").MessageTemplate & {
|
|
2746
2788
|
id: string;
|
|
@@ -2753,6 +2795,7 @@ export declare const useTemplates: (options?: HookOptions<import("@tellescope/ty
|
|
|
2753
2795
|
createdAt: Date;
|
|
2754
2796
|
}> & {
|
|
2755
2797
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2798
|
+
_overrideUnique?: boolean | undefined;
|
|
2756
2799
|
}>;
|
|
2757
2800
|
export declare const useForms: (options?: HookOptions<import("@tellescope/types-models").Form & {
|
|
2758
2801
|
id: string;
|
|
@@ -2765,6 +2808,7 @@ export declare const useForms: (options?: HookOptions<import("@tellescope/types-
|
|
|
2765
2808
|
createdAt: Date;
|
|
2766
2809
|
}> & {
|
|
2767
2810
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2811
|
+
_overrideUnique?: boolean | undefined;
|
|
2768
2812
|
}>;
|
|
2769
2813
|
export declare const useFormFields: (options?: HookOptions<import("@tellescope/types-models").FormField & {
|
|
2770
2814
|
id: string;
|
|
@@ -2777,6 +2821,7 @@ export declare const useFormFields: (options?: HookOptions<import("@tellescope/t
|
|
|
2777
2821
|
createdAt: Date;
|
|
2778
2822
|
}> & {
|
|
2779
2823
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2824
|
+
_overrideUnique?: boolean | undefined;
|
|
2780
2825
|
}>;
|
|
2781
2826
|
export declare const useFormResponses: (options?: HookOptions<import("@tellescope/types-models").FormResponse & {
|
|
2782
2827
|
id: string;
|
|
@@ -2789,6 +2834,7 @@ export declare const useFormResponses: (options?: HookOptions<import("@tellescop
|
|
|
2789
2834
|
createdAt: Date;
|
|
2790
2835
|
}> & {
|
|
2791
2836
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2837
|
+
_overrideUnique?: boolean | undefined;
|
|
2792
2838
|
}>;
|
|
2793
2839
|
/** @deprecated */
|
|
2794
2840
|
export declare const useUserDisplayInfo: (options?: HookOptions<UserDisplayInfo>) => ListStateReturnType<UserDisplayInfo, Partial<UserDisplayInfo>>;
|
|
@@ -2803,6 +2849,7 @@ export declare const useEnduserObservations: (options?: HookOptions<import("@tel
|
|
|
2803
2849
|
createdAt: Date;
|
|
2804
2850
|
}> & {
|
|
2805
2851
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2852
|
+
_overrideUnique?: boolean | undefined;
|
|
2806
2853
|
}>;
|
|
2807
2854
|
export declare const useManagedContentRecords: (options?: HookOptions<import("@tellescope/types-models").ManagedContentRecord & {
|
|
2808
2855
|
id: string;
|
|
@@ -2815,6 +2862,7 @@ export declare const useManagedContentRecords: (options?: HookOptions<import("@t
|
|
|
2815
2862
|
createdAt: Date;
|
|
2816
2863
|
}> & {
|
|
2817
2864
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2865
|
+
_overrideUnique?: boolean | undefined;
|
|
2818
2866
|
}>;
|
|
2819
2867
|
export declare const useManagedContentRecordAssignments: (options?: HookOptions<import("@tellescope/types-models").ManagedContentRecordAssignment & {
|
|
2820
2868
|
id: string;
|
|
@@ -2827,6 +2875,7 @@ export declare const useManagedContentRecordAssignments: (options?: HookOptions<
|
|
|
2827
2875
|
createdAt: Date;
|
|
2828
2876
|
}> & {
|
|
2829
2877
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2878
|
+
_overrideUnique?: boolean | undefined;
|
|
2830
2879
|
}>;
|
|
2831
2880
|
export declare const useAssignedManagedContentRecords: () => LoadedData<(import("@tellescope/types-models").ManagedContentRecord & {
|
|
2832
2881
|
id: string;
|
|
@@ -2843,6 +2892,7 @@ export declare const useForums: (options?: HookOptions<import("@tellescope/types
|
|
|
2843
2892
|
createdAt: Date;
|
|
2844
2893
|
}> & {
|
|
2845
2894
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2895
|
+
_overrideUnique?: boolean | undefined;
|
|
2846
2896
|
}>;
|
|
2847
2897
|
export declare const useForumPosts: (options?: HookOptions<import("@tellescope/types-models").ForumPost & {
|
|
2848
2898
|
id: string;
|
|
@@ -2855,6 +2905,7 @@ export declare const useForumPosts: (options?: HookOptions<import("@tellescope/t
|
|
|
2855
2905
|
createdAt: Date;
|
|
2856
2906
|
}> & {
|
|
2857
2907
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2908
|
+
_overrideUnique?: boolean | undefined;
|
|
2858
2909
|
}>;
|
|
2859
2910
|
export declare const usePostComments: (options?: HookOptions<import("@tellescope/types-models").PostComment & {
|
|
2860
2911
|
id: string;
|
|
@@ -2867,6 +2918,7 @@ export declare const usePostComments: (options?: HookOptions<import("@tellescope
|
|
|
2867
2918
|
createdAt: Date;
|
|
2868
2919
|
}> & {
|
|
2869
2920
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2921
|
+
_overrideUnique?: boolean | undefined;
|
|
2870
2922
|
}>;
|
|
2871
2923
|
export declare const usePostLikes: (options?: HookOptions<import("@tellescope/types-models").PostLike & {
|
|
2872
2924
|
id: string;
|
|
@@ -2879,6 +2931,7 @@ export declare const usePostLikes: (options?: HookOptions<import("@tellescope/ty
|
|
|
2879
2931
|
createdAt: Date;
|
|
2880
2932
|
}> & {
|
|
2881
2933
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2934
|
+
_overrideUnique?: boolean | undefined;
|
|
2882
2935
|
}>;
|
|
2883
2936
|
export declare const useCommentLikes: (options?: HookOptions<import("@tellescope/types-models").CommentLike & {
|
|
2884
2937
|
id: string;
|
|
@@ -2891,6 +2944,7 @@ export declare const useCommentLikes: (options?: HookOptions<import("@tellescope
|
|
|
2891
2944
|
createdAt: Date;
|
|
2892
2945
|
}> & {
|
|
2893
2946
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2947
|
+
_overrideUnique?: boolean | undefined;
|
|
2894
2948
|
}>;
|
|
2895
2949
|
export declare const useCalendarEventRSVPs: (options?: HookOptions<import("@tellescope/types-models").CalendarEventRSVP & {
|
|
2896
2950
|
id: string;
|
|
@@ -2903,6 +2957,7 @@ export declare const useCalendarEventRSVPs: (options?: HookOptions<import("@tell
|
|
|
2903
2957
|
createdAt: Date;
|
|
2904
2958
|
}> & {
|
|
2905
2959
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2960
|
+
_overrideUnique?: boolean | undefined;
|
|
2906
2961
|
}>;
|
|
2907
2962
|
export declare const useRoleBasedAccessPermissions: (options?: HookOptions<import("@tellescope/types-models").Organization & {
|
|
2908
2963
|
id: string;
|
|
@@ -2915,6 +2970,7 @@ export declare const useRoleBasedAccessPermissions: (options?: HookOptions<impor
|
|
|
2915
2970
|
createdAt: Date;
|
|
2916
2971
|
}> & {
|
|
2917
2972
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2973
|
+
_overrideUnique?: boolean | undefined;
|
|
2918
2974
|
}>;
|
|
2919
2975
|
export declare const useTicketThreads: (options?: HookOptions<import("@tellescope/types-models").TicketThread & {
|
|
2920
2976
|
id: string;
|
|
@@ -2927,6 +2983,7 @@ export declare const useTicketThreads: (options?: HookOptions<import("@tellescop
|
|
|
2927
2983
|
createdAt: Date;
|
|
2928
2984
|
}> & {
|
|
2929
2985
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2986
|
+
_overrideUnique?: boolean | undefined;
|
|
2930
2987
|
}>;
|
|
2931
2988
|
export declare const useTicketThreadComments: (options?: HookOptions<import("@tellescope/types-models").TicketThreadComment & {
|
|
2932
2989
|
id: string;
|
|
@@ -2939,6 +2996,7 @@ export declare const useTicketThreadComments: (options?: HookOptions<import("@te
|
|
|
2939
2996
|
createdAt: Date;
|
|
2940
2997
|
}> & {
|
|
2941
2998
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2999
|
+
_overrideUnique?: boolean | undefined;
|
|
2942
3000
|
}>;
|
|
2943
3001
|
export declare const useSuperbills: (options?: HookOptions<import("@tellescope/types-models").Superbill & {
|
|
2944
3002
|
id: string;
|
|
@@ -2951,6 +3009,7 @@ export declare const useSuperbills: (options?: HookOptions<import("@tellescope/t
|
|
|
2951
3009
|
createdAt: Date;
|
|
2952
3010
|
}> & {
|
|
2953
3011
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3012
|
+
_overrideUnique?: boolean | undefined;
|
|
2954
3013
|
}>;
|
|
2955
3014
|
export declare const useSuperbillProviders: (options?: HookOptions<import("@tellescope/types-models").SuperbillProvider & {
|
|
2956
3015
|
id: string;
|
|
@@ -2963,6 +3022,7 @@ export declare const useSuperbillProviders: (options?: HookOptions<import("@tell
|
|
|
2963
3022
|
createdAt: Date;
|
|
2964
3023
|
}> & {
|
|
2965
3024
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3025
|
+
_overrideUnique?: boolean | undefined;
|
|
2966
3026
|
}>;
|
|
2967
3027
|
export declare const useTableViews: (options?: HookOptions<import("@tellescope/types-models").TableView & {
|
|
2968
3028
|
id: string;
|
|
@@ -2975,6 +3035,7 @@ export declare const useTableViews: (options?: HookOptions<import("@tellescope/t
|
|
|
2975
3035
|
createdAt: Date;
|
|
2976
3036
|
}> & {
|
|
2977
3037
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3038
|
+
_overrideUnique?: boolean | undefined;
|
|
2978
3039
|
}>;
|
|
2979
3040
|
export declare const useEmailSyncDenials: (options?: HookOptions<import("@tellescope/types-models").EmailSyncDenial & {
|
|
2980
3041
|
id: string;
|
|
@@ -2987,6 +3048,7 @@ export declare const useEmailSyncDenials: (options?: HookOptions<import("@telles
|
|
|
2987
3048
|
createdAt: Date;
|
|
2988
3049
|
}> & {
|
|
2989
3050
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3051
|
+
_overrideUnique?: boolean | undefined;
|
|
2990
3052
|
}>;
|
|
2991
3053
|
export declare const usePhoneCalls: (options?: HookOptions<import("@tellescope/types-models").PhoneCall & {
|
|
2992
3054
|
id: string;
|
|
@@ -2999,6 +3061,7 @@ export declare const usePhoneCalls: (options?: HookOptions<import("@tellescope/t
|
|
|
2999
3061
|
createdAt: Date;
|
|
3000
3062
|
}> & {
|
|
3001
3063
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3064
|
+
_overrideUnique?: boolean | undefined;
|
|
3002
3065
|
}>;
|
|
3003
3066
|
export declare const useOrganizations: (options?: HookOptions<import("@tellescope/types-models").Organization & {
|
|
3004
3067
|
id: string;
|
|
@@ -3034,6 +3097,7 @@ export declare const useIntegrations: (options?: HookOptions<import("@tellescope
|
|
|
3034
3097
|
createdAt: Date;
|
|
3035
3098
|
}> & {
|
|
3036
3099
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3100
|
+
_overrideUnique?: boolean | undefined;
|
|
3037
3101
|
}>;
|
|
3038
3102
|
export declare const usePortalCustomizations: (options?: HookOptions<import("@tellescope/types-models").PortalCustomization & {
|
|
3039
3103
|
id: string;
|
|
@@ -3046,6 +3110,7 @@ export declare const usePortalCustomizations: (options?: HookOptions<import("@te
|
|
|
3046
3110
|
createdAt: Date;
|
|
3047
3111
|
}> & {
|
|
3048
3112
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3113
|
+
_overrideUnique?: boolean | undefined;
|
|
3049
3114
|
}>;
|
|
3050
3115
|
export declare const useCarePlans: (options?: HookOptions<import("@tellescope/types-models").CarePlan & {
|
|
3051
3116
|
id: string;
|
|
@@ -3058,6 +3123,7 @@ export declare const useCarePlans: (options?: HookOptions<import("@tellescope/ty
|
|
|
3058
3123
|
createdAt: Date;
|
|
3059
3124
|
}> & {
|
|
3060
3125
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3126
|
+
_overrideUnique?: boolean | undefined;
|
|
3061
3127
|
}>;
|
|
3062
3128
|
export declare const useEnduserTasks: (options?: HookOptions<import("@tellescope/types-models").EnduserTask & {
|
|
3063
3129
|
id: string;
|
|
@@ -3070,6 +3136,7 @@ export declare const useEnduserTasks: (options?: HookOptions<import("@tellescope
|
|
|
3070
3136
|
createdAt: Date;
|
|
3071
3137
|
}> & {
|
|
3072
3138
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3139
|
+
_overrideUnique?: boolean | undefined;
|
|
3073
3140
|
}>;
|
|
3074
3141
|
export declare const useCalendarEventTemplates: (options?: HookOptions<import("@tellescope/types-models").CalendarEventTemplate & {
|
|
3075
3142
|
id: string;
|
|
@@ -3082,6 +3149,7 @@ export declare const useCalendarEventTemplates: (options?: HookOptions<import("@
|
|
|
3082
3149
|
createdAt: Date;
|
|
3083
3150
|
}> & {
|
|
3084
3151
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3152
|
+
_overrideUnique?: boolean | undefined;
|
|
3085
3153
|
}>;
|
|
3086
3154
|
export declare const useAppointmentBookingPages: (options?: HookOptions<import("@tellescope/types-models").AppointmentBookingPage & {
|
|
3087
3155
|
id: string;
|
|
@@ -3094,6 +3162,7 @@ export declare const useAppointmentBookingPages: (options?: HookOptions<import("
|
|
|
3094
3162
|
createdAt: Date;
|
|
3095
3163
|
}> & {
|
|
3096
3164
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3165
|
+
_overrideUnique?: boolean | undefined;
|
|
3097
3166
|
}>;
|
|
3098
3167
|
export declare const useEnduserViews: (options?: HookOptions<import("@tellescope/types-models").EnduserView & {
|
|
3099
3168
|
id: string;
|
|
@@ -3106,6 +3175,7 @@ export declare const useEnduserViews: (options?: HookOptions<import("@tellescope
|
|
|
3106
3175
|
createdAt: Date;
|
|
3107
3176
|
}> & {
|
|
3108
3177
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3178
|
+
_overrideUnique?: boolean | undefined;
|
|
3109
3179
|
}>;
|
|
3110
3180
|
export declare const useBackgroundErrors: (options?: HookOptions<import("@tellescope/types-models").BackgroundError & {
|
|
3111
3181
|
id: string;
|
|
@@ -3118,6 +3188,7 @@ export declare const useBackgroundErrors: (options?: HookOptions<import("@telles
|
|
|
3118
3188
|
createdAt: Date;
|
|
3119
3189
|
}> & {
|
|
3120
3190
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3191
|
+
_overrideUnique?: boolean | undefined;
|
|
3121
3192
|
}>;
|
|
3122
3193
|
export declare const useAppointmentLocations: (options?: HookOptions<import("@tellescope/types-models").AppointmentLocation & {
|
|
3123
3194
|
id: string;
|
|
@@ -3130,6 +3201,7 @@ export declare const useAppointmentLocations: (options?: HookOptions<import("@te
|
|
|
3130
3201
|
createdAt: Date;
|
|
3131
3202
|
}> & {
|
|
3132
3203
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3204
|
+
_overrideUnique?: boolean | undefined;
|
|
3133
3205
|
}>;
|
|
3134
3206
|
export declare const useDatabases: (options?: HookOptions<import("@tellescope/types-models").Database & {
|
|
3135
3207
|
id: string;
|
|
@@ -3142,6 +3214,7 @@ export declare const useDatabases: (options?: HookOptions<import("@tellescope/ty
|
|
|
3142
3214
|
createdAt: Date;
|
|
3143
3215
|
}> & {
|
|
3144
3216
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3217
|
+
_overrideUnique?: boolean | undefined;
|
|
3145
3218
|
}>;
|
|
3146
3219
|
export declare const useDatabaseRecords: (options?: HookOptions<import("@tellescope/types-models").DatabaseRecord & {
|
|
3147
3220
|
id: string;
|
|
@@ -3154,6 +3227,7 @@ export declare const useDatabaseRecords: (options?: HookOptions<import("@tellesc
|
|
|
3154
3227
|
createdAt: Date;
|
|
3155
3228
|
}> & {
|
|
3156
3229
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3230
|
+
_overrideUnique?: boolean | undefined;
|
|
3157
3231
|
}>;
|
|
3158
3232
|
export declare const useProducts: (options?: HookOptions<import("@tellescope/types-models").Product & {
|
|
3159
3233
|
id: string;
|
|
@@ -3166,6 +3240,7 @@ export declare const useProducts: (options?: HookOptions<import("@tellescope/typ
|
|
|
3166
3240
|
createdAt: Date;
|
|
3167
3241
|
}> & {
|
|
3168
3242
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3243
|
+
_overrideUnique?: boolean | undefined;
|
|
3169
3244
|
}>;
|
|
3170
3245
|
export declare const usePurchases: (options?: HookOptions<import("@tellescope/types-models").Purchase & {
|
|
3171
3246
|
id: string;
|
|
@@ -3178,6 +3253,7 @@ export declare const usePurchases: (options?: HookOptions<import("@tellescope/ty
|
|
|
3178
3253
|
createdAt: Date;
|
|
3179
3254
|
}> & {
|
|
3180
3255
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3256
|
+
_overrideUnique?: boolean | undefined;
|
|
3181
3257
|
}>;
|
|
3182
3258
|
export declare const usePurchaseCredits: (options?: HookOptions<import("@tellescope/types-models").PurchaseCredit & {
|
|
3183
3259
|
id: string;
|
|
@@ -3190,6 +3266,7 @@ export declare const usePurchaseCredits: (options?: HookOptions<import("@tellesc
|
|
|
3190
3266
|
createdAt: Date;
|
|
3191
3267
|
}> & {
|
|
3192
3268
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3269
|
+
_overrideUnique?: boolean | undefined;
|
|
3193
3270
|
}>;
|
|
3194
3271
|
export declare const useBlockedPhones: (options?: HookOptions<import("@tellescope/types-models").BlockedPhone & {
|
|
3195
3272
|
id: string;
|
|
@@ -3202,6 +3279,7 @@ export declare const useBlockedPhones: (options?: HookOptions<import("@tellescop
|
|
|
3202
3279
|
createdAt: Date;
|
|
3203
3280
|
}> & {
|
|
3204
3281
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3282
|
+
_overrideUnique?: boolean | undefined;
|
|
3205
3283
|
}>;
|
|
3206
3284
|
export declare const usePrescriptionRoutes: (options?: HookOptions<import("@tellescope/types-models").PrescriptionRoute & {
|
|
3207
3285
|
id: string;
|
|
@@ -3214,6 +3292,7 @@ export declare const usePrescriptionRoutes: (options?: HookOptions<import("@tell
|
|
|
3214
3292
|
createdAt: Date;
|
|
3215
3293
|
}> & {
|
|
3216
3294
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3295
|
+
_overrideUnique?: boolean | undefined;
|
|
3217
3296
|
}>;
|
|
3218
3297
|
interface LoadEventOptions {
|
|
3219
3298
|
userId?: string;
|
package/lib/cjs/state.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../src/state.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../src/state.tsx"],"names":[],"mappings":"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"}
|