@rapidaai/react 1.1.43 → 1.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-TYICJNMK.mjs → chunk-HQHWE2DO.mjs} +415 -303
- package/dist/chunk-HQHWE2DO.mjs.map +1 -0
- package/dist/components/device-selector.d.mts +1 -1
- package/dist/components/device-selector.d.ts +1 -1
- package/dist/components/device-selector.js +414 -302
- package/dist/components/device-selector.js.map +1 -1
- package/dist/components/device-selector.mjs +1 -1
- package/dist/{device-selector-AXkdmexr.d.mts → device-selector-C2no2MF2.d.mts} +87 -369
- package/dist/{device-selector-AXkdmexr.d.ts → device-selector-C2no2MF2.d.ts} +87 -369
- package/dist/index.d.mts +5 -45
- package/dist/index.d.ts +5 -45
- package/dist/index.js +565 -1685
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +152 -1381
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-TYICJNMK.mjs.map +0 -1
|
@@ -2476,9 +2476,6 @@ declare class DeploymentAudioProvider extends jspb.Message {
|
|
|
2476
2476
|
setAudiooptionsList(value: Array<Metadata>): void;
|
|
2477
2477
|
addAudiooptions(value?: Metadata, index?: number): Metadata;
|
|
2478
2478
|
|
|
2479
|
-
getAudioproviderid(): string;
|
|
2480
|
-
setAudioproviderid(value: string): void;
|
|
2481
|
-
|
|
2482
2479
|
getStatus(): string;
|
|
2483
2480
|
setStatus(value: string): void;
|
|
2484
2481
|
|
|
@@ -2500,7 +2497,6 @@ declare namespace DeploymentAudioProvider {
|
|
|
2500
2497
|
id: string,
|
|
2501
2498
|
audioprovider: string,
|
|
2502
2499
|
audiooptionsList: Array<Metadata.AsObject>,
|
|
2503
|
-
audioproviderid: string,
|
|
2504
2500
|
status: string,
|
|
2505
2501
|
audiotype: string,
|
|
2506
2502
|
}
|
|
@@ -2526,11 +2522,6 @@ declare class AssistantWebpluginDeployment extends jspb.Message {
|
|
|
2526
2522
|
getMistake(): string;
|
|
2527
2523
|
setMistake(value: string): void;
|
|
2528
2524
|
|
|
2529
|
-
hasEnding(): boolean;
|
|
2530
|
-
clearEnding(): void;
|
|
2531
|
-
getEnding(): string;
|
|
2532
|
-
setEnding(value: string): void;
|
|
2533
|
-
|
|
2534
2525
|
hasInputaudio(): boolean;
|
|
2535
2526
|
clearInputaudio(): void;
|
|
2536
2527
|
getInputaudio(): DeploymentAudioProvider | undefined;
|
|
@@ -2581,6 +2572,15 @@ declare class AssistantWebpluginDeployment extends jspb.Message {
|
|
|
2581
2572
|
getStatus(): string;
|
|
2582
2573
|
setStatus(value: string): void;
|
|
2583
2574
|
|
|
2575
|
+
getMaxsessionduration(): string;
|
|
2576
|
+
setMaxsessionduration(value: string): void;
|
|
2577
|
+
|
|
2578
|
+
getIdealtimeout(): string;
|
|
2579
|
+
setIdealtimeout(value: string): void;
|
|
2580
|
+
|
|
2581
|
+
getIdealtimeoutmessage(): string;
|
|
2582
|
+
setIdealtimeoutmessage(value: string): void;
|
|
2583
|
+
|
|
2584
2584
|
getIconCase(): AssistantWebpluginDeployment.IconCase;
|
|
2585
2585
|
serializeBinary(): Uint8Array;
|
|
2586
2586
|
toObject(includeInstance?: boolean): AssistantWebpluginDeployment.AsObject;
|
|
@@ -2599,7 +2599,6 @@ declare namespace AssistantWebpluginDeployment {
|
|
|
2599
2599
|
name: string,
|
|
2600
2600
|
greeting: string,
|
|
2601
2601
|
mistake: string,
|
|
2602
|
-
ending: string,
|
|
2603
2602
|
inputaudio?: DeploymentAudioProvider.AsObject,
|
|
2604
2603
|
outputaudio?: DeploymentAudioProvider.AsObject,
|
|
2605
2604
|
url: string,
|
|
@@ -2612,6 +2611,9 @@ declare namespace AssistantWebpluginDeployment {
|
|
|
2612
2611
|
createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2613
2612
|
updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2614
2613
|
status: string,
|
|
2614
|
+
maxsessionduration: string,
|
|
2615
|
+
idealtimeout: string,
|
|
2616
|
+
idealtimeoutmessage: string,
|
|
2615
2617
|
}
|
|
2616
2618
|
|
|
2617
2619
|
export enum IconCase {
|
|
@@ -2638,11 +2640,6 @@ declare class AssistantPhoneDeployment extends jspb.Message {
|
|
|
2638
2640
|
getMistake(): string;
|
|
2639
2641
|
setMistake(value: string): void;
|
|
2640
2642
|
|
|
2641
|
-
hasEnding(): boolean;
|
|
2642
|
-
clearEnding(): void;
|
|
2643
|
-
getEnding(): string;
|
|
2644
|
-
setEnding(value: string): void;
|
|
2645
|
-
|
|
2646
2643
|
hasInputaudio(): boolean;
|
|
2647
2644
|
clearInputaudio(): void;
|
|
2648
2645
|
getInputaudio(): DeploymentAudioProvider | undefined;
|
|
@@ -2656,9 +2653,6 @@ declare class AssistantPhoneDeployment extends jspb.Message {
|
|
|
2656
2653
|
getPhoneprovidername(): string;
|
|
2657
2654
|
setPhoneprovidername(value: string): void;
|
|
2658
2655
|
|
|
2659
|
-
getPhoneproviderid(): string;
|
|
2660
|
-
setPhoneproviderid(value: string): void;
|
|
2661
|
-
|
|
2662
2656
|
clearPhoneoptionsList(): void;
|
|
2663
2657
|
getPhoneoptionsList(): Array<Metadata>;
|
|
2664
2658
|
setPhoneoptionsList(value: Array<Metadata>): void;
|
|
@@ -2677,6 +2671,15 @@ declare class AssistantPhoneDeployment extends jspb.Message {
|
|
|
2677
2671
|
getStatus(): string;
|
|
2678
2672
|
setStatus(value: string): void;
|
|
2679
2673
|
|
|
2674
|
+
getMaxsessionduration(): string;
|
|
2675
|
+
setMaxsessionduration(value: string): void;
|
|
2676
|
+
|
|
2677
|
+
getIdealtimeout(): string;
|
|
2678
|
+
setIdealtimeout(value: string): void;
|
|
2679
|
+
|
|
2680
|
+
getIdealtimeoutmessage(): string;
|
|
2681
|
+
setIdealtimeoutmessage(value: string): void;
|
|
2682
|
+
|
|
2680
2683
|
serializeBinary(): Uint8Array;
|
|
2681
2684
|
toObject(includeInstance?: boolean): AssistantPhoneDeployment.AsObject;
|
|
2682
2685
|
static toObject(includeInstance: boolean, msg: AssistantPhoneDeployment): AssistantPhoneDeployment.AsObject;
|
|
@@ -2693,15 +2696,16 @@ declare namespace AssistantPhoneDeployment {
|
|
|
2693
2696
|
assistantid: string,
|
|
2694
2697
|
greeting: string,
|
|
2695
2698
|
mistake: string,
|
|
2696
|
-
ending: string,
|
|
2697
2699
|
inputaudio?: DeploymentAudioProvider.AsObject,
|
|
2698
2700
|
outputaudio?: DeploymentAudioProvider.AsObject,
|
|
2699
2701
|
phoneprovidername: string,
|
|
2700
|
-
phoneproviderid: string,
|
|
2701
2702
|
phoneoptionsList: Array<Metadata.AsObject>,
|
|
2702
2703
|
createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2703
2704
|
updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2704
2705
|
status: string,
|
|
2706
|
+
maxsessionduration: string,
|
|
2707
|
+
idealtimeout: string,
|
|
2708
|
+
idealtimeoutmessage: string,
|
|
2705
2709
|
}
|
|
2706
2710
|
}
|
|
2707
2711
|
|
|
@@ -2725,17 +2729,19 @@ declare class AssistantWhatsappDeployment extends jspb.Message {
|
|
|
2725
2729
|
getMistake(): string;
|
|
2726
2730
|
setMistake(value: string): void;
|
|
2727
2731
|
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
+
hasInputaudio(): boolean;
|
|
2733
|
+
clearInputaudio(): void;
|
|
2734
|
+
getInputaudio(): DeploymentAudioProvider | undefined;
|
|
2735
|
+
setInputaudio(value?: DeploymentAudioProvider): void;
|
|
2736
|
+
|
|
2737
|
+
hasOutputaudio(): boolean;
|
|
2738
|
+
clearOutputaudio(): void;
|
|
2739
|
+
getOutputaudio(): DeploymentAudioProvider | undefined;
|
|
2740
|
+
setOutputaudio(value?: DeploymentAudioProvider): void;
|
|
2732
2741
|
|
|
2733
2742
|
getWhatsappprovidername(): string;
|
|
2734
2743
|
setWhatsappprovidername(value: string): void;
|
|
2735
2744
|
|
|
2736
|
-
getWhatsappproviderid(): string;
|
|
2737
|
-
setWhatsappproviderid(value: string): void;
|
|
2738
|
-
|
|
2739
2745
|
clearWhatsappoptionsList(): void;
|
|
2740
2746
|
getWhatsappoptionsList(): Array<Metadata>;
|
|
2741
2747
|
setWhatsappoptionsList(value: Array<Metadata>): void;
|
|
@@ -2754,6 +2760,15 @@ declare class AssistantWhatsappDeployment extends jspb.Message {
|
|
|
2754
2760
|
getStatus(): string;
|
|
2755
2761
|
setStatus(value: string): void;
|
|
2756
2762
|
|
|
2763
|
+
getMaxsessionduration(): string;
|
|
2764
|
+
setMaxsessionduration(value: string): void;
|
|
2765
|
+
|
|
2766
|
+
getIdealtimeout(): string;
|
|
2767
|
+
setIdealtimeout(value: string): void;
|
|
2768
|
+
|
|
2769
|
+
getIdealtimeoutmessage(): string;
|
|
2770
|
+
setIdealtimeoutmessage(value: string): void;
|
|
2771
|
+
|
|
2757
2772
|
serializeBinary(): Uint8Array;
|
|
2758
2773
|
toObject(includeInstance?: boolean): AssistantWhatsappDeployment.AsObject;
|
|
2759
2774
|
static toObject(includeInstance: boolean, msg: AssistantWhatsappDeployment): AssistantWhatsappDeployment.AsObject;
|
|
@@ -2771,13 +2786,16 @@ declare namespace AssistantWhatsappDeployment {
|
|
|
2771
2786
|
name: string,
|
|
2772
2787
|
greeting: string,
|
|
2773
2788
|
mistake: string,
|
|
2774
|
-
|
|
2789
|
+
inputaudio?: DeploymentAudioProvider.AsObject,
|
|
2790
|
+
outputaudio?: DeploymentAudioProvider.AsObject,
|
|
2775
2791
|
whatsappprovidername: string,
|
|
2776
|
-
whatsappproviderid: string,
|
|
2777
2792
|
whatsappoptionsList: Array<Metadata.AsObject>,
|
|
2778
2793
|
createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2779
2794
|
updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2780
2795
|
status: string,
|
|
2796
|
+
maxsessionduration: string,
|
|
2797
|
+
idealtimeout: string,
|
|
2798
|
+
idealtimeoutmessage: string,
|
|
2781
2799
|
}
|
|
2782
2800
|
}
|
|
2783
2801
|
|
|
@@ -2801,11 +2819,6 @@ declare class AssistantDebuggerDeployment extends jspb.Message {
|
|
|
2801
2819
|
getMistake(): string;
|
|
2802
2820
|
setMistake(value: string): void;
|
|
2803
2821
|
|
|
2804
|
-
hasEnding(): boolean;
|
|
2805
|
-
clearEnding(): void;
|
|
2806
|
-
getEnding(): string;
|
|
2807
|
-
setEnding(value: string): void;
|
|
2808
|
-
|
|
2809
2822
|
hasInputaudio(): boolean;
|
|
2810
2823
|
clearInputaudio(): void;
|
|
2811
2824
|
getInputaudio(): DeploymentAudioProvider | undefined;
|
|
@@ -2826,11 +2839,6 @@ declare class AssistantDebuggerDeployment extends jspb.Message {
|
|
|
2826
2839
|
getRaw(): Content | undefined;
|
|
2827
2840
|
setRaw(value?: Content): void;
|
|
2828
2841
|
|
|
2829
|
-
clearSuggestionList(): void;
|
|
2830
|
-
getSuggestionList(): Array<string>;
|
|
2831
|
-
setSuggestionList(value: Array<string>): void;
|
|
2832
|
-
addSuggestion(value: string, index?: number): string;
|
|
2833
|
-
|
|
2834
2842
|
hasCreateddate(): boolean;
|
|
2835
2843
|
clearCreateddate(): void;
|
|
2836
2844
|
getCreateddate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
@@ -2844,6 +2852,15 @@ declare class AssistantDebuggerDeployment extends jspb.Message {
|
|
|
2844
2852
|
getStatus(): string;
|
|
2845
2853
|
setStatus(value: string): void;
|
|
2846
2854
|
|
|
2855
|
+
getMaxsessionduration(): string;
|
|
2856
|
+
setMaxsessionduration(value: string): void;
|
|
2857
|
+
|
|
2858
|
+
getIdealtimeout(): string;
|
|
2859
|
+
setIdealtimeout(value: string): void;
|
|
2860
|
+
|
|
2861
|
+
getIdealtimeoutmessage(): string;
|
|
2862
|
+
setIdealtimeoutmessage(value: string): void;
|
|
2863
|
+
|
|
2847
2864
|
getIconCase(): AssistantDebuggerDeployment.IconCase;
|
|
2848
2865
|
serializeBinary(): Uint8Array;
|
|
2849
2866
|
toObject(includeInstance?: boolean): AssistantDebuggerDeployment.AsObject;
|
|
@@ -2862,15 +2879,16 @@ declare namespace AssistantDebuggerDeployment {
|
|
|
2862
2879
|
name: string,
|
|
2863
2880
|
greeting: string,
|
|
2864
2881
|
mistake: string,
|
|
2865
|
-
ending: string,
|
|
2866
2882
|
inputaudio?: DeploymentAudioProvider.AsObject,
|
|
2867
2883
|
outputaudio?: DeploymentAudioProvider.AsObject,
|
|
2868
2884
|
url: string,
|
|
2869
2885
|
raw?: Content.AsObject,
|
|
2870
|
-
suggestionList: Array<string>,
|
|
2871
2886
|
createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2872
2887
|
updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2873
2888
|
status: string,
|
|
2889
|
+
maxsessionduration: string,
|
|
2890
|
+
idealtimeout: string,
|
|
2891
|
+
idealtimeoutmessage: string,
|
|
2874
2892
|
}
|
|
2875
2893
|
|
|
2876
2894
|
export enum IconCase {
|
|
@@ -2897,11 +2915,6 @@ declare class AssistantApiDeployment extends jspb.Message {
|
|
|
2897
2915
|
getMistake(): string;
|
|
2898
2916
|
setMistake(value: string): void;
|
|
2899
2917
|
|
|
2900
|
-
hasEnding(): boolean;
|
|
2901
|
-
clearEnding(): void;
|
|
2902
|
-
getEnding(): string;
|
|
2903
|
-
setEnding(value: string): void;
|
|
2904
|
-
|
|
2905
2918
|
hasInputaudio(): boolean;
|
|
2906
2919
|
clearInputaudio(): void;
|
|
2907
2920
|
getInputaudio(): DeploymentAudioProvider | undefined;
|
|
@@ -2925,6 +2938,15 @@ declare class AssistantApiDeployment extends jspb.Message {
|
|
|
2925
2938
|
getStatus(): string;
|
|
2926
2939
|
setStatus(value: string): void;
|
|
2927
2940
|
|
|
2941
|
+
getMaxsessionduration(): string;
|
|
2942
|
+
setMaxsessionduration(value: string): void;
|
|
2943
|
+
|
|
2944
|
+
getIdealtimeout(): string;
|
|
2945
|
+
setIdealtimeout(value: string): void;
|
|
2946
|
+
|
|
2947
|
+
getIdealtimeoutmessage(): string;
|
|
2948
|
+
setIdealtimeoutmessage(value: string): void;
|
|
2949
|
+
|
|
2928
2950
|
serializeBinary(): Uint8Array;
|
|
2929
2951
|
toObject(includeInstance?: boolean): AssistantApiDeployment.AsObject;
|
|
2930
2952
|
static toObject(includeInstance: boolean, msg: AssistantApiDeployment): AssistantApiDeployment.AsObject;
|
|
@@ -2941,12 +2963,14 @@ declare namespace AssistantApiDeployment {
|
|
|
2941
2963
|
assistantid: string,
|
|
2942
2964
|
greeting: string,
|
|
2943
2965
|
mistake: string,
|
|
2944
|
-
ending: string,
|
|
2945
2966
|
inputaudio?: DeploymentAudioProvider.AsObject,
|
|
2946
2967
|
outputaudio?: DeploymentAudioProvider.AsObject,
|
|
2947
2968
|
createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2948
2969
|
updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2949
2970
|
status: string,
|
|
2971
|
+
maxsessionduration: string,
|
|
2972
|
+
idealtimeout: string,
|
|
2973
|
+
idealtimeoutmessage: string,
|
|
2950
2974
|
}
|
|
2951
2975
|
}
|
|
2952
2976
|
|
|
@@ -5166,9 +5190,6 @@ declare namespace CreateAssistantProviderRequest {
|
|
|
5166
5190
|
getTemplate(): TextChatCompletePrompt | undefined;
|
|
5167
5191
|
setTemplate(value?: TextChatCompletePrompt): void;
|
|
5168
5192
|
|
|
5169
|
-
getModelproviderid(): string;
|
|
5170
|
-
setModelproviderid(value: string): void;
|
|
5171
|
-
|
|
5172
5193
|
getModelprovidername(): string;
|
|
5173
5194
|
setModelprovidername(value: string): void;
|
|
5174
5195
|
|
|
@@ -5190,7 +5211,6 @@ declare namespace CreateAssistantProviderRequest {
|
|
|
5190
5211
|
export namespace CreateAssistantProviderModel {
|
|
5191
5212
|
export type AsObject = {
|
|
5192
5213
|
template?: TextChatCompletePrompt.AsObject,
|
|
5193
|
-
modelproviderid: string,
|
|
5194
5214
|
modelprovidername: string,
|
|
5195
5215
|
assistantmodeloptionsList: Array<Metadata.AsObject>,
|
|
5196
5216
|
}
|
|
@@ -5421,9 +5441,6 @@ declare class AssistantProviderModel extends jspb.Message {
|
|
|
5421
5441
|
getAssistantid(): number;
|
|
5422
5442
|
setAssistantid(value: number): void;
|
|
5423
5443
|
|
|
5424
|
-
getModelproviderid(): string;
|
|
5425
|
-
setModelproviderid(value: string): void;
|
|
5426
|
-
|
|
5427
5444
|
getModelprovidername(): string;
|
|
5428
5445
|
setModelprovidername(value: string): void;
|
|
5429
5446
|
|
|
@@ -5477,7 +5494,6 @@ declare namespace AssistantProviderModel {
|
|
|
5477
5494
|
template?: TextChatCompletePrompt.AsObject,
|
|
5478
5495
|
description: string,
|
|
5479
5496
|
assistantid: number,
|
|
5480
|
-
modelproviderid: string,
|
|
5481
5497
|
modelprovidername: string,
|
|
5482
5498
|
assistantmodeloptionsList: Array<Metadata.AsObject>,
|
|
5483
5499
|
status: string,
|
|
@@ -9366,9 +9382,6 @@ declare class CreateKnowledgeRequest extends jspb.Message {
|
|
|
9366
9382
|
getVisibility(): string;
|
|
9367
9383
|
setVisibility(value: string): void;
|
|
9368
9384
|
|
|
9369
|
-
getEmbeddingmodelproviderid(): string;
|
|
9370
|
-
setEmbeddingmodelproviderid(value: string): void;
|
|
9371
|
-
|
|
9372
9385
|
getEmbeddingmodelprovidername(): string;
|
|
9373
9386
|
setEmbeddingmodelprovidername(value: string): void;
|
|
9374
9387
|
|
|
@@ -9393,7 +9406,6 @@ declare namespace CreateKnowledgeRequest {
|
|
|
9393
9406
|
description: string,
|
|
9394
9407
|
tagsList: Array<string>,
|
|
9395
9408
|
visibility: string,
|
|
9396
|
-
embeddingmodelproviderid: string,
|
|
9397
9409
|
embeddingmodelprovidername: string,
|
|
9398
9410
|
knowledgeembeddingmodeloptionsList: Array<Metadata.AsObject>,
|
|
9399
9411
|
}
|
|
@@ -10860,17 +10872,11 @@ declare class VaultCredential extends jspb.Message {
|
|
|
10860
10872
|
getStatus(): string;
|
|
10861
10873
|
setStatus(value: string): void;
|
|
10862
10874
|
|
|
10863
|
-
|
|
10864
|
-
|
|
10875
|
+
getProvider(): string;
|
|
10876
|
+
setProvider(value: string): void;
|
|
10865
10877
|
|
|
10866
|
-
|
|
10867
|
-
|
|
10868
|
-
|
|
10869
|
-
getVaulttype(): string;
|
|
10870
|
-
setVaulttype(value: string): void;
|
|
10871
|
-
|
|
10872
|
-
getVaulttypeid(): string;
|
|
10873
|
-
setVaulttypeid(value: string): void;
|
|
10878
|
+
getOrganizationid(): string;
|
|
10879
|
+
setOrganizationid(value: string): void;
|
|
10874
10880
|
|
|
10875
10881
|
hasCreateddate(): boolean;
|
|
10876
10882
|
clearCreateddate(): void;
|
|
@@ -10903,10 +10909,8 @@ declare namespace VaultCredential {
|
|
|
10903
10909
|
name: string,
|
|
10904
10910
|
value?: google_protobuf_struct_pb.Struct.AsObject,
|
|
10905
10911
|
status: string,
|
|
10906
|
-
|
|
10907
|
-
|
|
10908
|
-
vaulttype: string,
|
|
10909
|
-
vaulttypeid: string,
|
|
10912
|
+
provider: string,
|
|
10913
|
+
organizationid: string,
|
|
10910
10914
|
createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
10911
10915
|
updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
10912
10916
|
lastuseddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
@@ -10914,9 +10918,6 @@ declare namespace VaultCredential {
|
|
|
10914
10918
|
}
|
|
10915
10919
|
|
|
10916
10920
|
declare class CreateProviderCredentialRequest extends jspb.Message {
|
|
10917
|
-
getProviderid(): string;
|
|
10918
|
-
setProviderid(value: string): void;
|
|
10919
|
-
|
|
10920
10921
|
hasCredential(): boolean;
|
|
10921
10922
|
clearCredential(): void;
|
|
10922
10923
|
getCredential(): google_protobuf_struct_pb.Struct | undefined;
|
|
@@ -10925,8 +10926,8 @@ declare class CreateProviderCredentialRequest extends jspb.Message {
|
|
|
10925
10926
|
getName(): string;
|
|
10926
10927
|
setName(value: string): void;
|
|
10927
10928
|
|
|
10928
|
-
|
|
10929
|
-
|
|
10929
|
+
getProvider(): string;
|
|
10930
|
+
setProvider(value: string): void;
|
|
10930
10931
|
|
|
10931
10932
|
serializeBinary(): Uint8Array;
|
|
10932
10933
|
toObject(includeInstance?: boolean): CreateProviderCredentialRequest.AsObject;
|
|
@@ -10940,44 +10941,9 @@ declare class CreateProviderCredentialRequest extends jspb.Message {
|
|
|
10940
10941
|
|
|
10941
10942
|
declare namespace CreateProviderCredentialRequest {
|
|
10942
10943
|
export type AsObject = {
|
|
10943
|
-
providerid: string,
|
|
10944
|
-
credential?: google_protobuf_struct_pb.Struct.AsObject,
|
|
10945
|
-
name: string,
|
|
10946
|
-
providername: string,
|
|
10947
|
-
}
|
|
10948
|
-
}
|
|
10949
|
-
|
|
10950
|
-
declare class CreateToolCredentialRequest extends jspb.Message {
|
|
10951
|
-
getToolid(): string;
|
|
10952
|
-
setToolid(value: string): void;
|
|
10953
|
-
|
|
10954
|
-
hasCredential(): boolean;
|
|
10955
|
-
clearCredential(): void;
|
|
10956
|
-
getCredential(): google_protobuf_struct_pb.Struct | undefined;
|
|
10957
|
-
setCredential(value?: google_protobuf_struct_pb.Struct): void;
|
|
10958
|
-
|
|
10959
|
-
getName(): string;
|
|
10960
|
-
setName(value: string): void;
|
|
10961
|
-
|
|
10962
|
-
getToolname(): string;
|
|
10963
|
-
setToolname(value: string): void;
|
|
10964
|
-
|
|
10965
|
-
serializeBinary(): Uint8Array;
|
|
10966
|
-
toObject(includeInstance?: boolean): CreateToolCredentialRequest.AsObject;
|
|
10967
|
-
static toObject(includeInstance: boolean, msg: CreateToolCredentialRequest): CreateToolCredentialRequest.AsObject;
|
|
10968
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
10969
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
10970
|
-
static serializeBinaryToWriter(message: CreateToolCredentialRequest, writer: jspb.BinaryWriter): void;
|
|
10971
|
-
static deserializeBinary(bytes: Uint8Array): CreateToolCredentialRequest;
|
|
10972
|
-
static deserializeBinaryFromReader(message: CreateToolCredentialRequest, reader: jspb.BinaryReader): CreateToolCredentialRequest;
|
|
10973
|
-
}
|
|
10974
|
-
|
|
10975
|
-
declare namespace CreateToolCredentialRequest {
|
|
10976
|
-
export type AsObject = {
|
|
10977
|
-
toolid: string,
|
|
10978
10944
|
credential?: google_protobuf_struct_pb.Struct.AsObject,
|
|
10979
10945
|
name: string,
|
|
10980
|
-
|
|
10946
|
+
provider: string,
|
|
10981
10947
|
}
|
|
10982
10948
|
}
|
|
10983
10949
|
|
|
@@ -11071,30 +11037,6 @@ declare namespace GetAllOrganizationCredentialResponse {
|
|
|
11071
11037
|
}
|
|
11072
11038
|
}
|
|
11073
11039
|
|
|
11074
|
-
declare class GetProviderCredentialRequest extends jspb.Message {
|
|
11075
|
-
getProviderid(): string;
|
|
11076
|
-
setProviderid(value: string): void;
|
|
11077
|
-
|
|
11078
|
-
getOrganizationid(): string;
|
|
11079
|
-
setOrganizationid(value: string): void;
|
|
11080
|
-
|
|
11081
|
-
serializeBinary(): Uint8Array;
|
|
11082
|
-
toObject(includeInstance?: boolean): GetProviderCredentialRequest.AsObject;
|
|
11083
|
-
static toObject(includeInstance: boolean, msg: GetProviderCredentialRequest): GetProviderCredentialRequest.AsObject;
|
|
11084
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
11085
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
11086
|
-
static serializeBinaryToWriter(message: GetProviderCredentialRequest, writer: jspb.BinaryWriter): void;
|
|
11087
|
-
static deserializeBinary(bytes: Uint8Array): GetProviderCredentialRequest;
|
|
11088
|
-
static deserializeBinaryFromReader(message: GetProviderCredentialRequest, reader: jspb.BinaryReader): GetProviderCredentialRequest;
|
|
11089
|
-
}
|
|
11090
|
-
|
|
11091
|
-
declare namespace GetProviderCredentialRequest {
|
|
11092
|
-
export type AsObject = {
|
|
11093
|
-
providerid: string,
|
|
11094
|
-
organizationid: string,
|
|
11095
|
-
}
|
|
11096
|
-
}
|
|
11097
|
-
|
|
11098
11040
|
declare class GetCredentialResponse extends jspb.Message {
|
|
11099
11041
|
getCode(): number;
|
|
11100
11042
|
setCode(value: number): void;
|
|
@@ -11165,15 +11107,6 @@ type VaultServiceCreateProviderCredential = {
|
|
|
11165
11107
|
readonly responseType: typeof GetCredentialResponse;
|
|
11166
11108
|
};
|
|
11167
11109
|
|
|
11168
|
-
type VaultServiceCreateToolCredential = {
|
|
11169
|
-
readonly methodName: string;
|
|
11170
|
-
readonly service: typeof VaultService;
|
|
11171
|
-
readonly requestStream: false;
|
|
11172
|
-
readonly responseStream: false;
|
|
11173
|
-
readonly requestType: typeof CreateToolCredentialRequest;
|
|
11174
|
-
readonly responseType: typeof GetCredentialResponse;
|
|
11175
|
-
};
|
|
11176
|
-
|
|
11177
11110
|
type VaultServiceGetAllOrganizationCredential = {
|
|
11178
11111
|
readonly methodName: string;
|
|
11179
11112
|
readonly service: typeof VaultService;
|
|
@@ -11192,15 +11125,6 @@ type VaultServiceDeleteCredential = {
|
|
|
11192
11125
|
readonly responseType: typeof GetCredentialResponse;
|
|
11193
11126
|
};
|
|
11194
11127
|
|
|
11195
|
-
type VaultServiceGetProviderCredential = {
|
|
11196
|
-
readonly methodName: string;
|
|
11197
|
-
readonly service: typeof VaultService;
|
|
11198
|
-
readonly requestStream: false;
|
|
11199
|
-
readonly responseStream: false;
|
|
11200
|
-
readonly requestType: typeof GetProviderCredentialRequest;
|
|
11201
|
-
readonly responseType: typeof GetCredentialResponse;
|
|
11202
|
-
};
|
|
11203
|
-
|
|
11204
11128
|
type VaultServiceGetCredential = {
|
|
11205
11129
|
readonly methodName: string;
|
|
11206
11130
|
readonly service: typeof VaultService;
|
|
@@ -11222,10 +11146,8 @@ type VaultServiceGetOauth2Credential = {
|
|
|
11222
11146
|
declare class VaultService {
|
|
11223
11147
|
static readonly serviceName: string;
|
|
11224
11148
|
static readonly CreateProviderCredential: VaultServiceCreateProviderCredential;
|
|
11225
|
-
static readonly CreateToolCredential: VaultServiceCreateToolCredential;
|
|
11226
11149
|
static readonly GetAllOrganizationCredential: VaultServiceGetAllOrganizationCredential;
|
|
11227
11150
|
static readonly DeleteCredential: VaultServiceDeleteCredential;
|
|
11228
|
-
static readonly GetProviderCredential: VaultServiceGetProviderCredential;
|
|
11229
11151
|
static readonly GetCredential: VaultServiceGetCredential;
|
|
11230
11152
|
static readonly GetOauth2Credential: VaultServiceGetOauth2Credential;
|
|
11231
11153
|
}
|
|
@@ -11249,15 +11171,6 @@ declare class VaultServiceClient {
|
|
|
11249
11171
|
requestMessage: CreateProviderCredentialRequest,
|
|
11250
11172
|
callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
|
|
11251
11173
|
): UnaryResponse$6;
|
|
11252
|
-
createToolCredential(
|
|
11253
|
-
requestMessage: CreateToolCredentialRequest,
|
|
11254
|
-
metadata: grpc.Metadata,
|
|
11255
|
-
callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
|
|
11256
|
-
): UnaryResponse$6;
|
|
11257
|
-
createToolCredential(
|
|
11258
|
-
requestMessage: CreateToolCredentialRequest,
|
|
11259
|
-
callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
|
|
11260
|
-
): UnaryResponse$6;
|
|
11261
11174
|
getAllOrganizationCredential(
|
|
11262
11175
|
requestMessage: GetAllOrganizationCredentialRequest,
|
|
11263
11176
|
metadata: grpc.Metadata,
|
|
@@ -11276,15 +11189,6 @@ declare class VaultServiceClient {
|
|
|
11276
11189
|
requestMessage: DeleteCredentialRequest,
|
|
11277
11190
|
callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
|
|
11278
11191
|
): UnaryResponse$6;
|
|
11279
|
-
getProviderCredential(
|
|
11280
|
-
requestMessage: GetProviderCredentialRequest,
|
|
11281
|
-
metadata: grpc.Metadata,
|
|
11282
|
-
callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
|
|
11283
|
-
): UnaryResponse$6;
|
|
11284
|
-
getProviderCredential(
|
|
11285
|
-
requestMessage: GetProviderCredentialRequest,
|
|
11286
|
-
callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
|
|
11287
|
-
): UnaryResponse$6;
|
|
11288
11192
|
getCredential(
|
|
11289
11193
|
requestMessage: GetCredentialRequest,
|
|
11290
11194
|
metadata: grpc.Metadata,
|
|
@@ -11359,9 +11263,6 @@ declare class EndpointProviderModelAttribute extends jspb.Message {
|
|
|
11359
11263
|
getChatcompleteprompt(): TextChatCompletePrompt | undefined;
|
|
11360
11264
|
setChatcompleteprompt(value?: TextChatCompletePrompt): void;
|
|
11361
11265
|
|
|
11362
|
-
getModelproviderid(): string;
|
|
11363
|
-
setModelproviderid(value: string): void;
|
|
11364
|
-
|
|
11365
11266
|
getModelprovidername(): string;
|
|
11366
11267
|
setModelprovidername(value: string): void;
|
|
11367
11268
|
|
|
@@ -11384,7 +11285,6 @@ declare namespace EndpointProviderModelAttribute {
|
|
|
11384
11285
|
export type AsObject = {
|
|
11385
11286
|
description: string,
|
|
11386
11287
|
chatcompleteprompt?: TextChatCompletePrompt.AsObject,
|
|
11387
|
-
modelproviderid: string,
|
|
11388
11288
|
modelprovidername: string,
|
|
11389
11289
|
endpointmodeloptionsList: Array<Metadata.AsObject>,
|
|
11390
11290
|
}
|
|
@@ -11481,9 +11381,6 @@ declare class EndpointProviderModel extends jspb.Message {
|
|
|
11481
11381
|
getChatcompleteprompt(): TextChatCompletePrompt | undefined;
|
|
11482
11382
|
setChatcompleteprompt(value?: TextChatCompletePrompt): void;
|
|
11483
11383
|
|
|
11484
|
-
getModelproviderid(): string;
|
|
11485
|
-
setModelproviderid(value: string): void;
|
|
11486
|
-
|
|
11487
11384
|
getModelprovidername(): string;
|
|
11488
11385
|
setModelprovidername(value: string): void;
|
|
11489
11386
|
|
|
@@ -11541,7 +11438,6 @@ declare namespace EndpointProviderModel {
|
|
|
11541
11438
|
export type AsObject = {
|
|
11542
11439
|
id: string,
|
|
11543
11440
|
chatcompleteprompt?: TextChatCompletePrompt.AsObject,
|
|
11544
|
-
modelproviderid: string,
|
|
11545
11441
|
modelprovidername: string,
|
|
11546
11442
|
endpointmodeloptionsList: Array<Metadata.AsObject>,
|
|
11547
11443
|
status: string,
|
|
@@ -13424,76 +13320,6 @@ declare class AssistantDeploymentServiceClient {
|
|
|
13424
13320
|
|
|
13425
13321
|
|
|
13426
13322
|
|
|
13427
|
-
declare class KnowledgeConnectRequest extends jspb.Message {
|
|
13428
|
-
getState(): string;
|
|
13429
|
-
setState(value: string): void;
|
|
13430
|
-
|
|
13431
|
-
getCode(): string;
|
|
13432
|
-
setCode(value: string): void;
|
|
13433
|
-
|
|
13434
|
-
getScope(): string;
|
|
13435
|
-
setScope(value: string): void;
|
|
13436
|
-
|
|
13437
|
-
getConnect(): string;
|
|
13438
|
-
setConnect(value: string): void;
|
|
13439
|
-
|
|
13440
|
-
serializeBinary(): Uint8Array;
|
|
13441
|
-
toObject(includeInstance?: boolean): KnowledgeConnectRequest.AsObject;
|
|
13442
|
-
static toObject(includeInstance: boolean, msg: KnowledgeConnectRequest): KnowledgeConnectRequest.AsObject;
|
|
13443
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
13444
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
13445
|
-
static serializeBinaryToWriter(message: KnowledgeConnectRequest, writer: jspb.BinaryWriter): void;
|
|
13446
|
-
static deserializeBinary(bytes: Uint8Array): KnowledgeConnectRequest;
|
|
13447
|
-
static deserializeBinaryFromReader(message: KnowledgeConnectRequest, reader: jspb.BinaryReader): KnowledgeConnectRequest;
|
|
13448
|
-
}
|
|
13449
|
-
|
|
13450
|
-
declare namespace KnowledgeConnectRequest {
|
|
13451
|
-
export type AsObject = {
|
|
13452
|
-
state: string,
|
|
13453
|
-
code: string,
|
|
13454
|
-
scope: string,
|
|
13455
|
-
connect: string,
|
|
13456
|
-
}
|
|
13457
|
-
}
|
|
13458
|
-
|
|
13459
|
-
declare class KnowledgeConnectResponse extends jspb.Message {
|
|
13460
|
-
getCode(): number;
|
|
13461
|
-
setCode(value: number): void;
|
|
13462
|
-
|
|
13463
|
-
getSuccess(): boolean;
|
|
13464
|
-
setSuccess(value: boolean): void;
|
|
13465
|
-
|
|
13466
|
-
getToolid(): string;
|
|
13467
|
-
setToolid(value: string): void;
|
|
13468
|
-
|
|
13469
|
-
getRedirectto(): string;
|
|
13470
|
-
setRedirectto(value: string): void;
|
|
13471
|
-
|
|
13472
|
-
hasError(): boolean;
|
|
13473
|
-
clearError(): void;
|
|
13474
|
-
getError(): Error | undefined;
|
|
13475
|
-
setError(value?: Error): void;
|
|
13476
|
-
|
|
13477
|
-
serializeBinary(): Uint8Array;
|
|
13478
|
-
toObject(includeInstance?: boolean): KnowledgeConnectResponse.AsObject;
|
|
13479
|
-
static toObject(includeInstance: boolean, msg: KnowledgeConnectResponse): KnowledgeConnectResponse.AsObject;
|
|
13480
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
13481
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
13482
|
-
static serializeBinaryToWriter(message: KnowledgeConnectResponse, writer: jspb.BinaryWriter): void;
|
|
13483
|
-
static deserializeBinary(bytes: Uint8Array): KnowledgeConnectResponse;
|
|
13484
|
-
static deserializeBinaryFromReader(message: KnowledgeConnectResponse, reader: jspb.BinaryReader): KnowledgeConnectResponse;
|
|
13485
|
-
}
|
|
13486
|
-
|
|
13487
|
-
declare namespace KnowledgeConnectResponse {
|
|
13488
|
-
export type AsObject = {
|
|
13489
|
-
code: number,
|
|
13490
|
-
success: boolean,
|
|
13491
|
-
toolid: string,
|
|
13492
|
-
redirectto: string,
|
|
13493
|
-
error?: Error.AsObject,
|
|
13494
|
-
}
|
|
13495
|
-
}
|
|
13496
|
-
|
|
13497
13323
|
declare class GeneralConnectRequest extends jspb.Message {
|
|
13498
13324
|
getState(): string;
|
|
13499
13325
|
setState(value: string): void;
|
|
@@ -13533,8 +13359,8 @@ declare class GeneralConnectResponse extends jspb.Message {
|
|
|
13533
13359
|
getSuccess(): boolean;
|
|
13534
13360
|
setSuccess(value: boolean): void;
|
|
13535
13361
|
|
|
13536
|
-
|
|
13537
|
-
|
|
13362
|
+
getProvider(): string;
|
|
13363
|
+
setProvider(value: string): void;
|
|
13538
13364
|
|
|
13539
13365
|
getRedirectto(): string;
|
|
13540
13366
|
setRedirectto(value: string): void;
|
|
@@ -13558,77 +13384,7 @@ declare namespace GeneralConnectResponse {
|
|
|
13558
13384
|
export type AsObject = {
|
|
13559
13385
|
code: number,
|
|
13560
13386
|
success: boolean,
|
|
13561
|
-
|
|
13562
|
-
redirectto: string,
|
|
13563
|
-
error?: Error.AsObject,
|
|
13564
|
-
}
|
|
13565
|
-
}
|
|
13566
|
-
|
|
13567
|
-
declare class ActionConnectRequest extends jspb.Message {
|
|
13568
|
-
getState(): string;
|
|
13569
|
-
setState(value: string): void;
|
|
13570
|
-
|
|
13571
|
-
getCode(): string;
|
|
13572
|
-
setCode(value: string): void;
|
|
13573
|
-
|
|
13574
|
-
getScope(): string;
|
|
13575
|
-
setScope(value: string): void;
|
|
13576
|
-
|
|
13577
|
-
getConnect(): string;
|
|
13578
|
-
setConnect(value: string): void;
|
|
13579
|
-
|
|
13580
|
-
serializeBinary(): Uint8Array;
|
|
13581
|
-
toObject(includeInstance?: boolean): ActionConnectRequest.AsObject;
|
|
13582
|
-
static toObject(includeInstance: boolean, msg: ActionConnectRequest): ActionConnectRequest.AsObject;
|
|
13583
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
13584
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
13585
|
-
static serializeBinaryToWriter(message: ActionConnectRequest, writer: jspb.BinaryWriter): void;
|
|
13586
|
-
static deserializeBinary(bytes: Uint8Array): ActionConnectRequest;
|
|
13587
|
-
static deserializeBinaryFromReader(message: ActionConnectRequest, reader: jspb.BinaryReader): ActionConnectRequest;
|
|
13588
|
-
}
|
|
13589
|
-
|
|
13590
|
-
declare namespace ActionConnectRequest {
|
|
13591
|
-
export type AsObject = {
|
|
13592
|
-
state: string,
|
|
13593
|
-
code: string,
|
|
13594
|
-
scope: string,
|
|
13595
|
-
connect: string,
|
|
13596
|
-
}
|
|
13597
|
-
}
|
|
13598
|
-
|
|
13599
|
-
declare class ActionConnectResponse extends jspb.Message {
|
|
13600
|
-
getCode(): number;
|
|
13601
|
-
setCode(value: number): void;
|
|
13602
|
-
|
|
13603
|
-
getSuccess(): boolean;
|
|
13604
|
-
setSuccess(value: boolean): void;
|
|
13605
|
-
|
|
13606
|
-
getToolid(): string;
|
|
13607
|
-
setToolid(value: string): void;
|
|
13608
|
-
|
|
13609
|
-
getRedirectto(): string;
|
|
13610
|
-
setRedirectto(value: string): void;
|
|
13611
|
-
|
|
13612
|
-
hasError(): boolean;
|
|
13613
|
-
clearError(): void;
|
|
13614
|
-
getError(): Error | undefined;
|
|
13615
|
-
setError(value?: Error): void;
|
|
13616
|
-
|
|
13617
|
-
serializeBinary(): Uint8Array;
|
|
13618
|
-
toObject(includeInstance?: boolean): ActionConnectResponse.AsObject;
|
|
13619
|
-
static toObject(includeInstance: boolean, msg: ActionConnectResponse): ActionConnectResponse.AsObject;
|
|
13620
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
13621
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
13622
|
-
static serializeBinaryToWriter(message: ActionConnectResponse, writer: jspb.BinaryWriter): void;
|
|
13623
|
-
static deserializeBinary(bytes: Uint8Array): ActionConnectResponse;
|
|
13624
|
-
static deserializeBinaryFromReader(message: ActionConnectResponse, reader: jspb.BinaryReader): ActionConnectResponse;
|
|
13625
|
-
}
|
|
13626
|
-
|
|
13627
|
-
declare namespace ActionConnectResponse {
|
|
13628
|
-
export type AsObject = {
|
|
13629
|
-
code: number,
|
|
13630
|
-
success: boolean,
|
|
13631
|
-
toolid: string,
|
|
13387
|
+
provider: string,
|
|
13632
13388
|
redirectto: string,
|
|
13633
13389
|
error?: Error.AsObject,
|
|
13634
13390
|
}
|
|
@@ -13645,8 +13401,8 @@ declare class GetConnectorFilesRequest extends jspb.Message {
|
|
|
13645
13401
|
setCriteriasList(value: Array<Criteria>): void;
|
|
13646
13402
|
addCriterias(value?: Criteria, index?: number): Criteria;
|
|
13647
13403
|
|
|
13648
|
-
|
|
13649
|
-
|
|
13404
|
+
getProvider(): string;
|
|
13405
|
+
setProvider(value: string): void;
|
|
13650
13406
|
|
|
13651
13407
|
serializeBinary(): Uint8Array;
|
|
13652
13408
|
toObject(includeInstance?: boolean): GetConnectorFilesRequest.AsObject;
|
|
@@ -13662,7 +13418,7 @@ declare namespace GetConnectorFilesRequest {
|
|
|
13662
13418
|
export type AsObject = {
|
|
13663
13419
|
paginate?: Paginate.AsObject,
|
|
13664
13420
|
criteriasList: Array<Criteria.AsObject>,
|
|
13665
|
-
|
|
13421
|
+
provider: string,
|
|
13666
13422
|
}
|
|
13667
13423
|
}
|
|
13668
13424
|
|
|
@@ -13716,15 +13472,6 @@ declare namespace GetConnectorFilesResponse {
|
|
|
13716
13472
|
|
|
13717
13473
|
|
|
13718
13474
|
|
|
13719
|
-
type ConnectServiceKnowledgeConnect = {
|
|
13720
|
-
readonly methodName: string;
|
|
13721
|
-
readonly service: typeof ConnectService;
|
|
13722
|
-
readonly requestStream: false;
|
|
13723
|
-
readonly responseStream: false;
|
|
13724
|
-
readonly requestType: typeof KnowledgeConnectRequest;
|
|
13725
|
-
readonly responseType: typeof KnowledgeConnectResponse;
|
|
13726
|
-
};
|
|
13727
|
-
|
|
13728
13475
|
type ConnectServiceGeneralConnect = {
|
|
13729
13476
|
readonly methodName: string;
|
|
13730
13477
|
readonly service: typeof ConnectService;
|
|
@@ -13734,15 +13481,6 @@ type ConnectServiceGeneralConnect = {
|
|
|
13734
13481
|
readonly responseType: typeof GeneralConnectResponse;
|
|
13735
13482
|
};
|
|
13736
13483
|
|
|
13737
|
-
type ConnectServiceActionConnect = {
|
|
13738
|
-
readonly methodName: string;
|
|
13739
|
-
readonly service: typeof ConnectService;
|
|
13740
|
-
readonly requestStream: false;
|
|
13741
|
-
readonly responseStream: false;
|
|
13742
|
-
readonly requestType: typeof ActionConnectRequest;
|
|
13743
|
-
readonly responseType: typeof ActionConnectResponse;
|
|
13744
|
-
};
|
|
13745
|
-
|
|
13746
13484
|
type ConnectServiceGetConnectorFiles = {
|
|
13747
13485
|
readonly methodName: string;
|
|
13748
13486
|
readonly service: typeof ConnectService;
|
|
@@ -13754,9 +13492,7 @@ type ConnectServiceGetConnectorFiles = {
|
|
|
13754
13492
|
|
|
13755
13493
|
declare class ConnectService {
|
|
13756
13494
|
static readonly serviceName: string;
|
|
13757
|
-
static readonly KnowledgeConnect: ConnectServiceKnowledgeConnect;
|
|
13758
13495
|
static readonly GeneralConnect: ConnectServiceGeneralConnect;
|
|
13759
|
-
static readonly ActionConnect: ConnectServiceActionConnect;
|
|
13760
13496
|
static readonly GetConnectorFiles: ConnectServiceGetConnectorFiles;
|
|
13761
13497
|
}
|
|
13762
13498
|
|
|
@@ -13770,15 +13506,6 @@ declare class ConnectServiceClient {
|
|
|
13770
13506
|
readonly serviceHost: string;
|
|
13771
13507
|
|
|
13772
13508
|
constructor(serviceHost: string, options?: grpc.RpcOptions);
|
|
13773
|
-
knowledgeConnect(
|
|
13774
|
-
requestMessage: KnowledgeConnectRequest,
|
|
13775
|
-
metadata: grpc.Metadata,
|
|
13776
|
-
callback: (error: ServiceError$2|null, responseMessage: KnowledgeConnectResponse|null) => void
|
|
13777
|
-
): UnaryResponse$2;
|
|
13778
|
-
knowledgeConnect(
|
|
13779
|
-
requestMessage: KnowledgeConnectRequest,
|
|
13780
|
-
callback: (error: ServiceError$2|null, responseMessage: KnowledgeConnectResponse|null) => void
|
|
13781
|
-
): UnaryResponse$2;
|
|
13782
13509
|
generalConnect(
|
|
13783
13510
|
requestMessage: GeneralConnectRequest,
|
|
13784
13511
|
metadata: grpc.Metadata,
|
|
@@ -13788,15 +13515,6 @@ declare class ConnectServiceClient {
|
|
|
13788
13515
|
requestMessage: GeneralConnectRequest,
|
|
13789
13516
|
callback: (error: ServiceError$2|null, responseMessage: GeneralConnectResponse|null) => void
|
|
13790
13517
|
): UnaryResponse$2;
|
|
13791
|
-
actionConnect(
|
|
13792
|
-
requestMessage: ActionConnectRequest,
|
|
13793
|
-
metadata: grpc.Metadata,
|
|
13794
|
-
callback: (error: ServiceError$2|null, responseMessage: ActionConnectResponse|null) => void
|
|
13795
|
-
): UnaryResponse$2;
|
|
13796
|
-
actionConnect(
|
|
13797
|
-
requestMessage: ActionConnectRequest,
|
|
13798
|
-
callback: (error: ServiceError$2|null, responseMessage: ActionConnectResponse|null) => void
|
|
13799
|
-
): UnaryResponse$2;
|
|
13800
13518
|
getConnectorFiles(
|
|
13801
13519
|
requestMessage: GetConnectorFilesRequest,
|
|
13802
13520
|
metadata: grpc.Metadata,
|
|
@@ -14919,4 +14637,4 @@ interface DeviceSelectorComponentProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
14919
14637
|
*/
|
|
14920
14638
|
declare const DeviceSelectorComponent: FC<DeviceSelectorComponentProps>;
|
|
14921
14639
|
|
|
14922
|
-
export { GetAllAssistantWebhookLogResponse as $, AssistantDebuggerDeployment as A, CreateAssistantRequest as B, Content as C, GetAllAssistantMessageResponse as D, GetAllMessageResponse as E, Feedback as F, GetUserResponse as G, GetAllConversationMessageResponse as H, IndexKnowledgeDocumentResponse as I, CreateAssistantDeploymentRequest as J, KnowledgeConnectResponse as K, GetAssistantDebuggerDeploymentResponse as L, type Message as M, GetAssistantDeploymentRequest as N, GetAssistantApiDeploymentResponse as O, GetAssistantWebpluginDeploymentResponse as P, GetAssistantPhoneDeploymentResponse as Q, type RapidaSource as R, GetAssistantWhatsappDeploymentResponse as S, GetAllAssistantWebhookResponse as T, type UserAuthInfo as U, VoiceAgent as V, GetAssistantWebhookResponse as W, GetAssistantConversationRequest as X, GetAssistantConversationResponse as Y, GetAllAssistantAnalysisResponse as Z, GetAssistantAnalysisResponse as _, AssistantWebpluginDeployment as a, CreateBulkPhoneCallRequest as a$, GetAssistantWebhookLogResponse as a0, GetAllAssistantToolResponse as a1, Metadata as a2, GetAssistantToolResponse as a3, GetAllAssistantKnowledgeResponse as a4, GetAssistantKnowledgeResponse as a5, GetAssistantToolLogRequest as a6, GetAssistantToolLogResponse as a7, GetAllAssistantToolLogRequest as a8, GetAllAssistantToolLogResponse as a9, CreateConversationMetricRequest as aA, CreateConversationMetricResponse as aB, GetAllAssistantConversationResponse as aC, CreateKnowledgeResponse as aD, GetKnowledgeResponse as aE, GetAllKnowledgeResponse as aF, CreateKnowledgeDocumentResponse as aG, GetAllKnowledgeDocumentResponse as aH, GetAllKnowledgeDocumentSegmentResponse as aI, BaseResponse as aJ, GetKnowledgeLogRequest as aK, GetKnowledgeLogResponse as aL, GetAllKnowledgeLogRequest as aM, GetAllKnowledgeLogResponse as aN, AddUsersToProjectResponse as aO, CreateProjectResponse as aP, UpdateProjectResponse as aQ, GetAllProjectResponse as aR, GetProjectResponse as aS, ArchiveProjectResponse as aT, GetAllProjectCredentialResponse as aU, CreateProjectCredentialResponse as aV, Error as aW, Metric as aX, Message$1 as aY, CreatePhoneCallRequest as aZ, CreatePhoneCallResponse as a_, CreateAssistantProviderRequest as aa, GetAssistantProviderResponse as ab, GetAllAssistantProviderResponse as ac, GetAllAuditLogResponse as ad, GetAuditLogResponse as ae, GetAllEndpointResponse as af, UpdateEndpointVersionResponse as ag, GetAllEndpointProviderModelResponse as ah, GetEndpointResponse as ai, EndpointProviderModelAttribute as aj, CreateEndpointProviderModelResponse as ak, EndpointAttribute as al, CreateEndpointResponse as am, EndpointRetryConfiguration as an, EndpointCacheConfiguration as ao, CreateEndpointRetryConfigurationResponse as ap, CreateEndpointCacheConfigurationResponse as aq, GetAllEndpointLogResponse as ar, GetEndpointLogResponse as as, CreateProviderCredentialRequest as at, GetCredentialResponse as au, GetAllOrganizationCredentialResponse as av, AssistantMessagingRequest as aw, AssistantMessagingResponse as ax, CreateMessageMetricRequest as ay, CreateMessageMetricResponse as az, AssistantApiDeployment as b, CreateMetadataResponse as b$, CreateBulkPhoneCallResponse as b0, GetAllAssistantTelemetryRequest as b1, GetAllAssistantTelemetryResponse as b2, GetNotificationSettingRequest as b3, NotificationSettingResponse as b4, UpdateNotificationSettingRequest as b5, ConnectionState as b6, Channel as b7, InputOptions as b8, OutputOptions as b9, HEADER_REMOTE_URL as bA, HEADER_LATITUDE as bB, HEADER_LONGITUDE as bC, WithPlatform as bD, WithAuthContext as bE, getClientInfo as bF, WithClientContext as bG, EndpointService as bH, EndpointServiceClient as bI, AssistantDeploymentService as bJ, AssistantDeploymentServiceClient as bK, ConnectService as bL, ConnectServiceClient as bM, VaultService as bN, VaultServiceClient as bO, Deployment as bP, DeploymentClient as bQ, AssistantKnowledge as bR, CreateAssistantKnowledgeRequest as bS, UpdateAssistantKnowledgeRequest as bT, GetAssistantKnowledgeRequest as bU, DeleteAssistantKnowledgeRequest as bV, GetAllAssistantKnowledgeRequest as bW, AuditLog as bX, GetAllAuditLogRequest as bY, GetAuditLogRequest as bZ, CreateMetadataRequest as b_, AgentConfig as ba, type AgentCallback as bb, MessageRole as bc, MessageStatus as bd, HEADER_ENVIRONMENT_KEY as be, HEADER_SOURCE_KEY as bf, HEADER_REGION_KEY as bg, HEADER_API_KEY as bh, HEADER_AUTH_ID as bi, HEADER_PROJECT_ID as bj, HEADER_USER_AGENT as bk, HEADER_LANGUAGE as bl, HEADER_PLATFORM as bm, HEADER_SCREEN_WIDTH as bn, HEADER_SCREEN_HEIGHT as bo, HEADER_WINDOW_WIDTH as bp, HEADER_WINDOW_HEIGHT as bq, HEADER_TIMEZONE as br, HEADER_COLOR_DEPTH as bs, HEADER_DEVICE_MEMORY as bt, HEADER_HARDWARE_CONCURRENCY as bu, HEADER_CONNECTION_TYPE as bv, HEADER_CONNECTION_EFFECTIVE_TYPE as bw, HEADER_COOKIES_ENABLED as bx, HEADER_DO_NOT_TRACK as by, HEADER_REFERRER as bz, Assistant as c, TextChatCompletePrompt as c$, KnowledgeService as c0, KnowledgeServiceClient as c1, VaultCredential as c2, CreateToolCredentialRequest as c3, GetProviderCredentialRequest as c4, GetAllOrganizationCredentialRequest as c5, GetCredentialRequest as c6, AssistantAnalysis as c7, CreateAssistantAnalysisRequest as c8, UpdateAssistantAnalysisRequest as c9, CreateOrganizationRequest as cA, UpdateOrganizationRequest as cB, GetOrganizationRequest as cC, UpdateBillingInformationRequest as cD, Project as cE, CreateProjectRequest as cF, UpdateProjectRequest as cG, GetProjectRequest as cH, GetAllProjectRequest as cI, AddUsersToProjectRequest as cJ, ArchiveProjectRequest as cK, ProjectCredential as cL, CreateProjectCredentialRequest as cM, GetAllProjectCredentialRequest as cN, FieldSelector as cO, Paginate as cP, Paginated as cQ, Ordering as cR, User as cS, Argument as cT, Variable as cU, Tag as cV, Organization as cW, ToolCall as cX, FunctionCall as cY, Knowledge as cZ, TextPrompt as c_, GetAssistantAnalysisRequest as ca, DeleteAssistantAnalysisRequest as cb, GetAllAssistantAnalysisRequest as cc, EndpointDefinition as cd, UpdateRequest as ce, UpdateResponse as cf, ProbeRequest as cg, ProbeResponse as ch, AuthenticateRequest as ci, RegisterUserRequest as cj, Token as ck, OrganizationRole as cl, ProjectRole as cm, FeaturePermission as cn, Authentication as co, ScopedAuthentication as cp, ForgotPasswordRequest as cq, CreatePasswordRequest as cr, VerifyTokenRequest as cs, AuthorizeRequest as ct, ScopeAuthorizeRequest as cu, ScopedAuthenticationResponse as cv, GetUserRequest as cw, UpdateUserRequest as cx, SocialAuthenticationRequest as cy, GetAllUserRequest as cz, ConnectionConfig as d, GetAllKnowledgeRequest as d$, AssistantConversationMessage as d0, AssistantConversationContext as d1, AssistantConversation as d2, GetAllAssistantConversationRequest as d3, GetAllConversationMessageRequest as d4, AssistantConversationRecording as d5, AssistantDefinition as d6, Telemetry as d7, AssistantConversationConfiguration as d8, AssistantConversationInterruption as d9, Endpoint as dA, CreateEndpointProviderModelRequest as dB, GetEndpointRequest as dC, GetAllEndpointRequest as dD, GetAllEndpointProviderModelRequest as dE, UpdateEndpointVersionRequest as dF, CreateEndpointRetryConfigurationRequest as dG, CreateEndpointCacheConfigurationRequest as dH, CreateEndpointTagRequest as dI, ForkEndpointRequest as dJ, UpdateEndpointDetailRequest as dK, EndpointLog as dL, GetAllEndpointLogRequest as dM, GetEndpointLogRequest as dN, AssistantTool as dO, AssistantToolLog as dP, CreateAssistantToolRequest as dQ, UpdateAssistantToolRequest as dR, GetAssistantToolRequest as dS, DeleteAssistantToolRequest as dT, GetAllAssistantToolRequest as dU, DeploymentAudioProvider as dV, AssistantPhoneDeployment as dW, AssistantWhatsappDeployment as dX, AuditLoggingService as dY, AuditLoggingServiceClient as dZ, CreateKnowledgeRequest as d_, AssistantConversationUserMessage as da, AssistantConversationAssistantMessage as db, AssistantService as dc, AssistantServiceClient as dd, TalkService as de, TalkServiceClient as df, AssistantWebhook as dg, AssistantWebhookLog as dh, CreateAssistantWebhookRequest as di, UpdateAssistantWebhookRequest as dj, GetAssistantWebhookRequest as dk, DeleteAssistantWebhookRequest as dl, GetAllAssistantWebhookRequest as dm, GetAllAssistantWebhookLogRequest as dn, GetAssistantWebhookLogRequest as dp, KnowledgeConnectRequest as dq, GeneralConnectRequest as dr, ActionConnectRequest as ds, GetConnectorFilesRequest as dt, DocumentService as du, DocumentServiceClient as dv, IndexKnowledgeDocumentRequest as dw, CreateEndpointRequest as dx, EndpointProviderModel as dy, AggregatedEndpointAnalytics as dz, type ClientAuthInfo as e, GetKnowledgeRequest as e0, CreateKnowledgeTagRequest as e1, KnowledgeDocument as e2, GetAllKnowledgeDocumentRequest as e3, CreateKnowledgeDocumentRequest as e4, KnowledgeDocumentSegment as e5, GetAllKnowledgeDocumentSegmentRequest as e6, UpdateKnowledgeDetailRequest as e7, UpdateKnowledgeDocumentSegmentRequest as e8, DeleteKnowledgeDocumentSegmentRequest as e9, KnowledgeLog as ea, CreateAssistantTagRequest as eb, DeleteAssistantRequest as ec, GetAllAssistantRequest as ed, GetAllAssistantMessageRequest as ee, GetAllMessageRequest as ef, UpdateAssistantDetailRequest as eg, AuthenticationService as eh, OrganizationService as ei, ProjectService as ej, AuthenticationServiceClient as ek, OrganizationServiceClient as el, ProjectServiceClient as em, DeviceSelectorComponent as en, NotificationSetting as eo, AssistantProviderModel as ep, AssistantProviderAgentkit as eq, AssistantProviderWebsocket as er, GetAllAssistantProviderRequest as es, WEB_PLUGIN_SOURCE as et, DEBUGGER_SOURCE as eu, SDK_SOURCE as ev, PHONE_CALL_SOURCE as ew, WHATSAPP_SOURCE as ex, getRapidaSourceValue as ey, fromStr as ez, InvokeRequest as f, InvokeResponse as g, AuthenticateResponse as h, VerifyTokenResponse as i, ForgotPasswordResponse as j, CreatePasswordResponse as k, ChangePasswordRequest as l, ChangePasswordResponse as m, UpdateUserResponse as n, GetAllUserResponse as o, GeneralConnectResponse as p, ActionConnectResponse as q, Criteria as r, GetConnectorFilesResponse as s, CreateOrganizationResponse as t, UpdateOrganizationResponse as u, GetOrganizationResponse as v, GetAllAssistantResponse as w, UpdateAssistantVersionRequest as x, GetAssistantResponse as y, GetAssistantRequest as z };
|
|
14640
|
+
export { GetAllAssistantToolResponse as $, AssistantDebuggerDeployment as A, GetAllAssistantMessageResponse as B, Content as C, GetAllMessageResponse as D, GetAllConversationMessageResponse as E, Feedback as F, GetUserResponse as G, CreateAssistantDeploymentRequest as H, IndexKnowledgeDocumentResponse as I, GetAssistantDebuggerDeploymentResponse as J, GetAssistantDeploymentRequest as K, GetAssistantApiDeploymentResponse as L, type Message as M, GetAssistantWebpluginDeploymentResponse as N, GetAssistantPhoneDeploymentResponse as O, GetAssistantWhatsappDeploymentResponse as P, GetAllAssistantWebhookResponse as Q, type RapidaSource as R, GetAssistantWebhookResponse as S, GetAssistantConversationRequest as T, type UserAuthInfo as U, VoiceAgent as V, GetAssistantConversationResponse as W, GetAllAssistantAnalysisResponse as X, GetAssistantAnalysisResponse as Y, GetAllAssistantWebhookLogResponse as Z, GetAssistantWebhookLogResponse as _, AssistantWebpluginDeployment as a, CreateBulkPhoneCallResponse as a$, Metadata as a0, GetAssistantToolResponse as a1, GetAllAssistantKnowledgeResponse as a2, GetAssistantKnowledgeResponse as a3, GetAssistantToolLogRequest as a4, GetAssistantToolLogResponse as a5, GetAllAssistantToolLogRequest as a6, GetAllAssistantToolLogResponse as a7, CreateAssistantProviderRequest as a8, GetAssistantProviderResponse as a9, GetAllAssistantConversationResponse as aA, CreateKnowledgeRequest as aB, CreateKnowledgeResponse as aC, GetKnowledgeResponse as aD, GetAllKnowledgeResponse as aE, CreateKnowledgeDocumentResponse as aF, GetAllKnowledgeDocumentResponse as aG, GetAllKnowledgeDocumentSegmentResponse as aH, BaseResponse as aI, GetKnowledgeLogRequest as aJ, GetKnowledgeLogResponse as aK, GetAllKnowledgeLogRequest as aL, GetAllKnowledgeLogResponse as aM, AddUsersToProjectResponse as aN, CreateProjectResponse as aO, UpdateProjectResponse as aP, GetAllProjectResponse as aQ, GetProjectResponse as aR, ArchiveProjectResponse as aS, GetAllProjectCredentialResponse as aT, CreateProjectCredentialResponse as aU, Error as aV, Metric as aW, Message$1 as aX, CreatePhoneCallRequest as aY, CreatePhoneCallResponse as aZ, CreateBulkPhoneCallRequest as a_, GetAllAssistantProviderResponse as aa, GetAllAuditLogResponse as ab, GetAuditLogResponse as ac, GetAllEndpointResponse as ad, UpdateEndpointVersionResponse as ae, GetAllEndpointProviderModelResponse as af, GetEndpointResponse as ag, EndpointProviderModelAttribute as ah, CreateEndpointProviderModelResponse as ai, EndpointAttribute as aj, CreateEndpointResponse as ak, EndpointRetryConfiguration as al, EndpointCacheConfiguration as am, CreateEndpointRetryConfigurationResponse as an, CreateEndpointCacheConfigurationResponse as ao, GetAllEndpointLogResponse as ap, GetEndpointLogResponse as aq, CreateProviderCredentialRequest as ar, GetCredentialResponse as as, GetAllOrganizationCredentialResponse as at, AssistantMessagingRequest as au, AssistantMessagingResponse as av, CreateMessageMetricRequest as aw, CreateMessageMetricResponse as ax, CreateConversationMetricRequest as ay, CreateConversationMetricResponse as az, AssistantApiDeployment as b, KnowledgeService as b$, GetAllAssistantTelemetryRequest as b0, GetAllAssistantTelemetryResponse as b1, GetNotificationSettingRequest as b2, NotificationSettingResponse as b3, UpdateNotificationSettingRequest as b4, ConnectionState as b5, Channel as b6, InputOptions as b7, OutputOptions as b8, AgentConfig as b9, HEADER_LATITUDE as bA, HEADER_LONGITUDE as bB, WithPlatform as bC, WithAuthContext as bD, getClientInfo as bE, WithClientContext as bF, EndpointService as bG, EndpointServiceClient as bH, AssistantDeploymentService as bI, AssistantDeploymentServiceClient as bJ, ConnectService as bK, ConnectServiceClient as bL, VaultService as bM, VaultServiceClient as bN, Deployment as bO, DeploymentClient as bP, AssistantKnowledge as bQ, CreateAssistantKnowledgeRequest as bR, UpdateAssistantKnowledgeRequest as bS, GetAssistantKnowledgeRequest as bT, DeleteAssistantKnowledgeRequest as bU, GetAllAssistantKnowledgeRequest as bV, AuditLog as bW, GetAllAuditLogRequest as bX, GetAuditLogRequest as bY, CreateMetadataRequest as bZ, CreateMetadataResponse as b_, type AgentCallback as ba, MessageRole as bb, MessageStatus as bc, HEADER_ENVIRONMENT_KEY as bd, HEADER_SOURCE_KEY as be, HEADER_REGION_KEY as bf, HEADER_API_KEY as bg, HEADER_AUTH_ID as bh, HEADER_PROJECT_ID as bi, HEADER_USER_AGENT as bj, HEADER_LANGUAGE as bk, HEADER_PLATFORM as bl, HEADER_SCREEN_WIDTH as bm, HEADER_SCREEN_HEIGHT as bn, HEADER_WINDOW_WIDTH as bo, HEADER_WINDOW_HEIGHT as bp, HEADER_TIMEZONE as bq, HEADER_COLOR_DEPTH as br, HEADER_DEVICE_MEMORY as bs, HEADER_HARDWARE_CONCURRENCY as bt, HEADER_CONNECTION_TYPE as bu, HEADER_CONNECTION_EFFECTIVE_TYPE as bv, HEADER_COOKIES_ENABLED as bw, HEADER_DO_NOT_TRACK as bx, HEADER_REFERRER as by, HEADER_REMOTE_URL as bz, Assistant as c, AssistantConversation as c$, KnowledgeServiceClient as c0, VaultCredential as c1, GetAllOrganizationCredentialRequest as c2, GetCredentialRequest as c3, AssistantAnalysis as c4, CreateAssistantAnalysisRequest as c5, UpdateAssistantAnalysisRequest as c6, GetAssistantAnalysisRequest as c7, DeleteAssistantAnalysisRequest as c8, GetAllAssistantAnalysisRequest as c9, UpdateBillingInformationRequest as cA, Project as cB, CreateProjectRequest as cC, UpdateProjectRequest as cD, GetProjectRequest as cE, GetAllProjectRequest as cF, AddUsersToProjectRequest as cG, ArchiveProjectRequest as cH, ProjectCredential as cI, CreateProjectCredentialRequest as cJ, GetAllProjectCredentialRequest as cK, FieldSelector as cL, Paginate as cM, Paginated as cN, Ordering as cO, User as cP, Argument as cQ, Variable as cR, Tag as cS, Organization as cT, ToolCall as cU, FunctionCall as cV, Knowledge as cW, TextPrompt as cX, TextChatCompletePrompt as cY, AssistantConversationMessage as cZ, AssistantConversationContext as c_, EndpointDefinition as ca, UpdateRequest as cb, UpdateResponse as cc, ProbeRequest as cd, ProbeResponse as ce, AuthenticateRequest as cf, RegisterUserRequest as cg, Token as ch, OrganizationRole as ci, ProjectRole as cj, FeaturePermission as ck, Authentication as cl, ScopedAuthentication as cm, ForgotPasswordRequest as cn, CreatePasswordRequest as co, VerifyTokenRequest as cp, AuthorizeRequest as cq, ScopeAuthorizeRequest as cr, ScopedAuthenticationResponse as cs, GetUserRequest as ct, UpdateUserRequest as cu, SocialAuthenticationRequest as cv, GetAllUserRequest as cw, CreateOrganizationRequest as cx, UpdateOrganizationRequest as cy, GetOrganizationRequest as cz, ConnectionConfig as d, KnowledgeDocumentSegment as d$, GetAllAssistantConversationRequest as d0, GetAllConversationMessageRequest as d1, AssistantConversationRecording as d2, AssistantDefinition as d3, Telemetry as d4, AssistantConversationConfiguration as d5, AssistantConversationInterruption as d6, AssistantConversationUserMessage as d7, AssistantConversationAssistantMessage as d8, AssistantService as d9, UpdateEndpointVersionRequest as dA, CreateEndpointRetryConfigurationRequest as dB, CreateEndpointCacheConfigurationRequest as dC, CreateEndpointTagRequest as dD, ForkEndpointRequest as dE, UpdateEndpointDetailRequest as dF, EndpointLog as dG, GetAllEndpointLogRequest as dH, GetEndpointLogRequest as dI, AssistantTool as dJ, AssistantToolLog as dK, CreateAssistantToolRequest as dL, UpdateAssistantToolRequest as dM, GetAssistantToolRequest as dN, DeleteAssistantToolRequest as dO, GetAllAssistantToolRequest as dP, DeploymentAudioProvider as dQ, AssistantPhoneDeployment as dR, AssistantWhatsappDeployment as dS, AuditLoggingService as dT, AuditLoggingServiceClient as dU, GetAllKnowledgeRequest as dV, GetKnowledgeRequest as dW, CreateKnowledgeTagRequest as dX, KnowledgeDocument as dY, GetAllKnowledgeDocumentRequest as dZ, CreateKnowledgeDocumentRequest as d_, AssistantServiceClient as da, TalkService as db, TalkServiceClient as dc, AssistantWebhook as dd, AssistantWebhookLog as de, CreateAssistantWebhookRequest as df, UpdateAssistantWebhookRequest as dg, GetAssistantWebhookRequest as dh, DeleteAssistantWebhookRequest as di, GetAllAssistantWebhookRequest as dj, GetAllAssistantWebhookLogRequest as dk, GetAssistantWebhookLogRequest as dl, GeneralConnectRequest as dm, GetConnectorFilesRequest as dn, DocumentService as dp, DocumentServiceClient as dq, IndexKnowledgeDocumentRequest as dr, CreateEndpointRequest as ds, EndpointProviderModel as dt, AggregatedEndpointAnalytics as du, Endpoint as dv, CreateEndpointProviderModelRequest as dw, GetEndpointRequest as dx, GetAllEndpointRequest as dy, GetAllEndpointProviderModelRequest as dz, type ClientAuthInfo as e, GetAllKnowledgeDocumentSegmentRequest as e0, UpdateKnowledgeDetailRequest as e1, UpdateKnowledgeDocumentSegmentRequest as e2, DeleteKnowledgeDocumentSegmentRequest as e3, KnowledgeLog as e4, CreateAssistantTagRequest as e5, DeleteAssistantRequest as e6, GetAllAssistantRequest as e7, GetAllAssistantMessageRequest as e8, GetAllMessageRequest as e9, UpdateAssistantDetailRequest as ea, AuthenticationService as eb, OrganizationService as ec, ProjectService as ed, AuthenticationServiceClient as ee, OrganizationServiceClient as ef, ProjectServiceClient as eg, DeviceSelectorComponent as eh, NotificationSetting as ei, AssistantProviderModel as ej, AssistantProviderAgentkit as ek, AssistantProviderWebsocket as el, GetAllAssistantProviderRequest as em, WEB_PLUGIN_SOURCE as en, DEBUGGER_SOURCE as eo, SDK_SOURCE as ep, PHONE_CALL_SOURCE as eq, WHATSAPP_SOURCE as er, getRapidaSourceValue as es, fromStr as et, InvokeRequest as f, InvokeResponse as g, AuthenticateResponse as h, VerifyTokenResponse as i, ForgotPasswordResponse as j, CreatePasswordResponse as k, ChangePasswordRequest as l, ChangePasswordResponse as m, UpdateUserResponse as n, GetAllUserResponse as o, GeneralConnectResponse as p, Criteria as q, GetConnectorFilesResponse as r, CreateOrganizationResponse as s, UpdateOrganizationResponse as t, GetOrganizationResponse as u, GetAllAssistantResponse as v, UpdateAssistantVersionRequest as w, GetAssistantResponse as x, GetAssistantRequest as y, CreateAssistantRequest as z };
|