@rapidaai/react 1.1.43 → 1.1.45
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-DRBNQMZR.mjs} +689 -460
- package/dist/chunk-DRBNQMZR.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 +688 -459
- 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-D7AEGpZu.d.mts} +143 -408
- package/dist/{device-selector-AXkdmexr.d.ts → device-selector-D7AEGpZu.d.ts} +143 -408
- package/dist/index.d.mts +5 -45
- package/dist/index.d.ts +5 -45
- package/dist/index.js +831 -1832
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +156 -1383
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-TYICJNMK.mjs.map +0 -1
|
@@ -931,6 +931,56 @@ declare namespace AssistantConversationRecording {
|
|
|
931
931
|
}
|
|
932
932
|
}
|
|
933
933
|
|
|
934
|
+
declare class AssistantConversationTelephonyEvent extends jspb.Message {
|
|
935
|
+
getId(): string;
|
|
936
|
+
setId(value: string): void;
|
|
937
|
+
|
|
938
|
+
getAssistantconversationid(): string;
|
|
939
|
+
setAssistantconversationid(value: string): void;
|
|
940
|
+
|
|
941
|
+
getProvider(): string;
|
|
942
|
+
setProvider(value: string): void;
|
|
943
|
+
|
|
944
|
+
getEventtype(): string;
|
|
945
|
+
setEventtype(value: string): void;
|
|
946
|
+
|
|
947
|
+
hasPayload(): boolean;
|
|
948
|
+
clearPayload(): void;
|
|
949
|
+
getPayload(): google_protobuf_struct_pb.Struct | undefined;
|
|
950
|
+
setPayload(value?: google_protobuf_struct_pb.Struct): void;
|
|
951
|
+
|
|
952
|
+
hasCreateddate(): boolean;
|
|
953
|
+
clearCreateddate(): void;
|
|
954
|
+
getCreateddate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
955
|
+
setCreateddate(value?: google_protobuf_timestamp_pb.Timestamp): void;
|
|
956
|
+
|
|
957
|
+
hasUpdateddate(): boolean;
|
|
958
|
+
clearUpdateddate(): void;
|
|
959
|
+
getUpdateddate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
960
|
+
setUpdateddate(value?: google_protobuf_timestamp_pb.Timestamp): void;
|
|
961
|
+
|
|
962
|
+
serializeBinary(): Uint8Array;
|
|
963
|
+
toObject(includeInstance?: boolean): AssistantConversationTelephonyEvent.AsObject;
|
|
964
|
+
static toObject(includeInstance: boolean, msg: AssistantConversationTelephonyEvent): AssistantConversationTelephonyEvent.AsObject;
|
|
965
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
966
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
967
|
+
static serializeBinaryToWriter(message: AssistantConversationTelephonyEvent, writer: jspb.BinaryWriter): void;
|
|
968
|
+
static deserializeBinary(bytes: Uint8Array): AssistantConversationTelephonyEvent;
|
|
969
|
+
static deserializeBinaryFromReader(message: AssistantConversationTelephonyEvent, reader: jspb.BinaryReader): AssistantConversationTelephonyEvent;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
declare namespace AssistantConversationTelephonyEvent {
|
|
973
|
+
export type AsObject = {
|
|
974
|
+
id: string,
|
|
975
|
+
assistantconversationid: string,
|
|
976
|
+
provider: string,
|
|
977
|
+
eventtype: string,
|
|
978
|
+
payload?: google_protobuf_struct_pb.Struct.AsObject,
|
|
979
|
+
createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
980
|
+
updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
|
|
934
984
|
declare class AssistantConversation extends jspb.Message {
|
|
935
985
|
getId(): string;
|
|
936
986
|
setId(value: string): void;
|
|
@@ -1021,6 +1071,11 @@ declare class AssistantConversation extends jspb.Message {
|
|
|
1021
1071
|
setRecordingsList(value: Array<AssistantConversationRecording>): void;
|
|
1022
1072
|
addRecordings(value?: AssistantConversationRecording, index?: number): AssistantConversationRecording;
|
|
1023
1073
|
|
|
1074
|
+
clearTelephonyeventsList(): void;
|
|
1075
|
+
getTelephonyeventsList(): Array<AssistantConversationTelephonyEvent>;
|
|
1076
|
+
setTelephonyeventsList(value: Array<AssistantConversationTelephonyEvent>): void;
|
|
1077
|
+
addTelephonyevents(value?: AssistantConversationTelephonyEvent, index?: number): AssistantConversationTelephonyEvent;
|
|
1078
|
+
|
|
1024
1079
|
serializeBinary(): Uint8Array;
|
|
1025
1080
|
toObject(includeInstance?: boolean): AssistantConversation.AsObject;
|
|
1026
1081
|
static toObject(includeInstance: boolean, msg: AssistantConversation): AssistantConversation.AsObject;
|
|
@@ -1056,6 +1111,7 @@ declare namespace AssistantConversation {
|
|
|
1056
1111
|
optionsList: Array<Metadata.AsObject>,
|
|
1057
1112
|
direction: string,
|
|
1058
1113
|
recordingsList: Array<AssistantConversationRecording.AsObject>,
|
|
1114
|
+
telephonyeventsList: Array<AssistantConversationTelephonyEvent.AsObject>,
|
|
1059
1115
|
}
|
|
1060
1116
|
}
|
|
1061
1117
|
|
|
@@ -2476,9 +2532,6 @@ declare class DeploymentAudioProvider extends jspb.Message {
|
|
|
2476
2532
|
setAudiooptionsList(value: Array<Metadata>): void;
|
|
2477
2533
|
addAudiooptions(value?: Metadata, index?: number): Metadata;
|
|
2478
2534
|
|
|
2479
|
-
getAudioproviderid(): string;
|
|
2480
|
-
setAudioproviderid(value: string): void;
|
|
2481
|
-
|
|
2482
2535
|
getStatus(): string;
|
|
2483
2536
|
setStatus(value: string): void;
|
|
2484
2537
|
|
|
@@ -2500,7 +2553,6 @@ declare namespace DeploymentAudioProvider {
|
|
|
2500
2553
|
id: string,
|
|
2501
2554
|
audioprovider: string,
|
|
2502
2555
|
audiooptionsList: Array<Metadata.AsObject>,
|
|
2503
|
-
audioproviderid: string,
|
|
2504
2556
|
status: string,
|
|
2505
2557
|
audiotype: string,
|
|
2506
2558
|
}
|
|
@@ -2526,11 +2578,6 @@ declare class AssistantWebpluginDeployment extends jspb.Message {
|
|
|
2526
2578
|
getMistake(): string;
|
|
2527
2579
|
setMistake(value: string): void;
|
|
2528
2580
|
|
|
2529
|
-
hasEnding(): boolean;
|
|
2530
|
-
clearEnding(): void;
|
|
2531
|
-
getEnding(): string;
|
|
2532
|
-
setEnding(value: string): void;
|
|
2533
|
-
|
|
2534
2581
|
hasInputaudio(): boolean;
|
|
2535
2582
|
clearInputaudio(): void;
|
|
2536
2583
|
getInputaudio(): DeploymentAudioProvider | undefined;
|
|
@@ -2541,16 +2588,6 @@ declare class AssistantWebpluginDeployment extends jspb.Message {
|
|
|
2541
2588
|
getOutputaudio(): DeploymentAudioProvider | undefined;
|
|
2542
2589
|
setOutputaudio(value?: DeploymentAudioProvider): void;
|
|
2543
2590
|
|
|
2544
|
-
hasUrl(): boolean;
|
|
2545
|
-
clearUrl(): void;
|
|
2546
|
-
getUrl(): string;
|
|
2547
|
-
setUrl(value: string): void;
|
|
2548
|
-
|
|
2549
|
-
hasRaw(): boolean;
|
|
2550
|
-
clearRaw(): void;
|
|
2551
|
-
getRaw(): Content | undefined;
|
|
2552
|
-
setRaw(value?: Content): void;
|
|
2553
|
-
|
|
2554
2591
|
clearSuggestionList(): void;
|
|
2555
2592
|
getSuggestionList(): Array<string>;
|
|
2556
2593
|
setSuggestionList(value: Array<string>): void;
|
|
@@ -2581,7 +2618,15 @@ declare class AssistantWebpluginDeployment extends jspb.Message {
|
|
|
2581
2618
|
getStatus(): string;
|
|
2582
2619
|
setStatus(value: string): void;
|
|
2583
2620
|
|
|
2584
|
-
|
|
2621
|
+
getMaxsessionduration(): string;
|
|
2622
|
+
setMaxsessionduration(value: string): void;
|
|
2623
|
+
|
|
2624
|
+
getIdealtimeout(): string;
|
|
2625
|
+
setIdealtimeout(value: string): void;
|
|
2626
|
+
|
|
2627
|
+
getIdealtimeoutmessage(): string;
|
|
2628
|
+
setIdealtimeoutmessage(value: string): void;
|
|
2629
|
+
|
|
2585
2630
|
serializeBinary(): Uint8Array;
|
|
2586
2631
|
toObject(includeInstance?: boolean): AssistantWebpluginDeployment.AsObject;
|
|
2587
2632
|
static toObject(includeInstance: boolean, msg: AssistantWebpluginDeployment): AssistantWebpluginDeployment.AsObject;
|
|
@@ -2599,11 +2644,8 @@ declare namespace AssistantWebpluginDeployment {
|
|
|
2599
2644
|
name: string,
|
|
2600
2645
|
greeting: string,
|
|
2601
2646
|
mistake: string,
|
|
2602
|
-
ending: string,
|
|
2603
2647
|
inputaudio?: DeploymentAudioProvider.AsObject,
|
|
2604
2648
|
outputaudio?: DeploymentAudioProvider.AsObject,
|
|
2605
|
-
url: string,
|
|
2606
|
-
raw?: Content.AsObject,
|
|
2607
2649
|
suggestionList: Array<string>,
|
|
2608
2650
|
helpcenterenabled: boolean,
|
|
2609
2651
|
productcatalogenabled: boolean,
|
|
@@ -2612,12 +2654,9 @@ declare namespace AssistantWebpluginDeployment {
|
|
|
2612
2654
|
createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2613
2655
|
updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2614
2656
|
status: string,
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
ICON_NOT_SET = 0,
|
|
2619
|
-
URL = 15,
|
|
2620
|
-
RAW = 16,
|
|
2657
|
+
maxsessionduration: string,
|
|
2658
|
+
idealtimeout: string,
|
|
2659
|
+
idealtimeoutmessage: string,
|
|
2621
2660
|
}
|
|
2622
2661
|
}
|
|
2623
2662
|
|
|
@@ -2638,11 +2677,6 @@ declare class AssistantPhoneDeployment extends jspb.Message {
|
|
|
2638
2677
|
getMistake(): string;
|
|
2639
2678
|
setMistake(value: string): void;
|
|
2640
2679
|
|
|
2641
|
-
hasEnding(): boolean;
|
|
2642
|
-
clearEnding(): void;
|
|
2643
|
-
getEnding(): string;
|
|
2644
|
-
setEnding(value: string): void;
|
|
2645
|
-
|
|
2646
2680
|
hasInputaudio(): boolean;
|
|
2647
2681
|
clearInputaudio(): void;
|
|
2648
2682
|
getInputaudio(): DeploymentAudioProvider | undefined;
|
|
@@ -2656,9 +2690,6 @@ declare class AssistantPhoneDeployment extends jspb.Message {
|
|
|
2656
2690
|
getPhoneprovidername(): string;
|
|
2657
2691
|
setPhoneprovidername(value: string): void;
|
|
2658
2692
|
|
|
2659
|
-
getPhoneproviderid(): string;
|
|
2660
|
-
setPhoneproviderid(value: string): void;
|
|
2661
|
-
|
|
2662
2693
|
clearPhoneoptionsList(): void;
|
|
2663
2694
|
getPhoneoptionsList(): Array<Metadata>;
|
|
2664
2695
|
setPhoneoptionsList(value: Array<Metadata>): void;
|
|
@@ -2677,6 +2708,15 @@ declare class AssistantPhoneDeployment extends jspb.Message {
|
|
|
2677
2708
|
getStatus(): string;
|
|
2678
2709
|
setStatus(value: string): void;
|
|
2679
2710
|
|
|
2711
|
+
getMaxsessionduration(): string;
|
|
2712
|
+
setMaxsessionduration(value: string): void;
|
|
2713
|
+
|
|
2714
|
+
getIdealtimeout(): string;
|
|
2715
|
+
setIdealtimeout(value: string): void;
|
|
2716
|
+
|
|
2717
|
+
getIdealtimeoutmessage(): string;
|
|
2718
|
+
setIdealtimeoutmessage(value: string): void;
|
|
2719
|
+
|
|
2680
2720
|
serializeBinary(): Uint8Array;
|
|
2681
2721
|
toObject(includeInstance?: boolean): AssistantPhoneDeployment.AsObject;
|
|
2682
2722
|
static toObject(includeInstance: boolean, msg: AssistantPhoneDeployment): AssistantPhoneDeployment.AsObject;
|
|
@@ -2693,15 +2733,16 @@ declare namespace AssistantPhoneDeployment {
|
|
|
2693
2733
|
assistantid: string,
|
|
2694
2734
|
greeting: string,
|
|
2695
2735
|
mistake: string,
|
|
2696
|
-
ending: string,
|
|
2697
2736
|
inputaudio?: DeploymentAudioProvider.AsObject,
|
|
2698
2737
|
outputaudio?: DeploymentAudioProvider.AsObject,
|
|
2699
2738
|
phoneprovidername: string,
|
|
2700
|
-
phoneproviderid: string,
|
|
2701
2739
|
phoneoptionsList: Array<Metadata.AsObject>,
|
|
2702
2740
|
createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2703
2741
|
updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2704
2742
|
status: string,
|
|
2743
|
+
maxsessionduration: string,
|
|
2744
|
+
idealtimeout: string,
|
|
2745
|
+
idealtimeoutmessage: string,
|
|
2705
2746
|
}
|
|
2706
2747
|
}
|
|
2707
2748
|
|
|
@@ -2725,17 +2766,19 @@ declare class AssistantWhatsappDeployment extends jspb.Message {
|
|
|
2725
2766
|
getMistake(): string;
|
|
2726
2767
|
setMistake(value: string): void;
|
|
2727
2768
|
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2769
|
+
hasInputaudio(): boolean;
|
|
2770
|
+
clearInputaudio(): void;
|
|
2771
|
+
getInputaudio(): DeploymentAudioProvider | undefined;
|
|
2772
|
+
setInputaudio(value?: DeploymentAudioProvider): void;
|
|
2773
|
+
|
|
2774
|
+
hasOutputaudio(): boolean;
|
|
2775
|
+
clearOutputaudio(): void;
|
|
2776
|
+
getOutputaudio(): DeploymentAudioProvider | undefined;
|
|
2777
|
+
setOutputaudio(value?: DeploymentAudioProvider): void;
|
|
2732
2778
|
|
|
2733
2779
|
getWhatsappprovidername(): string;
|
|
2734
2780
|
setWhatsappprovidername(value: string): void;
|
|
2735
2781
|
|
|
2736
|
-
getWhatsappproviderid(): string;
|
|
2737
|
-
setWhatsappproviderid(value: string): void;
|
|
2738
|
-
|
|
2739
2782
|
clearWhatsappoptionsList(): void;
|
|
2740
2783
|
getWhatsappoptionsList(): Array<Metadata>;
|
|
2741
2784
|
setWhatsappoptionsList(value: Array<Metadata>): void;
|
|
@@ -2754,6 +2797,15 @@ declare class AssistantWhatsappDeployment extends jspb.Message {
|
|
|
2754
2797
|
getStatus(): string;
|
|
2755
2798
|
setStatus(value: string): void;
|
|
2756
2799
|
|
|
2800
|
+
getMaxsessionduration(): string;
|
|
2801
|
+
setMaxsessionduration(value: string): void;
|
|
2802
|
+
|
|
2803
|
+
getIdealtimeout(): string;
|
|
2804
|
+
setIdealtimeout(value: string): void;
|
|
2805
|
+
|
|
2806
|
+
getIdealtimeoutmessage(): string;
|
|
2807
|
+
setIdealtimeoutmessage(value: string): void;
|
|
2808
|
+
|
|
2757
2809
|
serializeBinary(): Uint8Array;
|
|
2758
2810
|
toObject(includeInstance?: boolean): AssistantWhatsappDeployment.AsObject;
|
|
2759
2811
|
static toObject(includeInstance: boolean, msg: AssistantWhatsappDeployment): AssistantWhatsappDeployment.AsObject;
|
|
@@ -2771,13 +2823,16 @@ declare namespace AssistantWhatsappDeployment {
|
|
|
2771
2823
|
name: string,
|
|
2772
2824
|
greeting: string,
|
|
2773
2825
|
mistake: string,
|
|
2774
|
-
|
|
2826
|
+
inputaudio?: DeploymentAudioProvider.AsObject,
|
|
2827
|
+
outputaudio?: DeploymentAudioProvider.AsObject,
|
|
2775
2828
|
whatsappprovidername: string,
|
|
2776
|
-
whatsappproviderid: string,
|
|
2777
2829
|
whatsappoptionsList: Array<Metadata.AsObject>,
|
|
2778
2830
|
createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2779
2831
|
updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2780
2832
|
status: string,
|
|
2833
|
+
maxsessionduration: string,
|
|
2834
|
+
idealtimeout: string,
|
|
2835
|
+
idealtimeoutmessage: string,
|
|
2781
2836
|
}
|
|
2782
2837
|
}
|
|
2783
2838
|
|
|
@@ -2801,11 +2856,6 @@ declare class AssistantDebuggerDeployment extends jspb.Message {
|
|
|
2801
2856
|
getMistake(): string;
|
|
2802
2857
|
setMistake(value: string): void;
|
|
2803
2858
|
|
|
2804
|
-
hasEnding(): boolean;
|
|
2805
|
-
clearEnding(): void;
|
|
2806
|
-
getEnding(): string;
|
|
2807
|
-
setEnding(value: string): void;
|
|
2808
|
-
|
|
2809
2859
|
hasInputaudio(): boolean;
|
|
2810
2860
|
clearInputaudio(): void;
|
|
2811
2861
|
getInputaudio(): DeploymentAudioProvider | undefined;
|
|
@@ -2816,21 +2866,6 @@ declare class AssistantDebuggerDeployment extends jspb.Message {
|
|
|
2816
2866
|
getOutputaudio(): DeploymentAudioProvider | undefined;
|
|
2817
2867
|
setOutputaudio(value?: DeploymentAudioProvider): void;
|
|
2818
2868
|
|
|
2819
|
-
hasUrl(): boolean;
|
|
2820
|
-
clearUrl(): void;
|
|
2821
|
-
getUrl(): string;
|
|
2822
|
-
setUrl(value: string): void;
|
|
2823
|
-
|
|
2824
|
-
hasRaw(): boolean;
|
|
2825
|
-
clearRaw(): void;
|
|
2826
|
-
getRaw(): Content | undefined;
|
|
2827
|
-
setRaw(value?: Content): void;
|
|
2828
|
-
|
|
2829
|
-
clearSuggestionList(): void;
|
|
2830
|
-
getSuggestionList(): Array<string>;
|
|
2831
|
-
setSuggestionList(value: Array<string>): void;
|
|
2832
|
-
addSuggestion(value: string, index?: number): string;
|
|
2833
|
-
|
|
2834
2869
|
hasCreateddate(): boolean;
|
|
2835
2870
|
clearCreateddate(): void;
|
|
2836
2871
|
getCreateddate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
@@ -2844,7 +2879,15 @@ declare class AssistantDebuggerDeployment extends jspb.Message {
|
|
|
2844
2879
|
getStatus(): string;
|
|
2845
2880
|
setStatus(value: string): void;
|
|
2846
2881
|
|
|
2847
|
-
|
|
2882
|
+
getMaxsessionduration(): string;
|
|
2883
|
+
setMaxsessionduration(value: string): void;
|
|
2884
|
+
|
|
2885
|
+
getIdealtimeout(): string;
|
|
2886
|
+
setIdealtimeout(value: string): void;
|
|
2887
|
+
|
|
2888
|
+
getIdealtimeoutmessage(): string;
|
|
2889
|
+
setIdealtimeoutmessage(value: string): void;
|
|
2890
|
+
|
|
2848
2891
|
serializeBinary(): Uint8Array;
|
|
2849
2892
|
toObject(includeInstance?: boolean): AssistantDebuggerDeployment.AsObject;
|
|
2850
2893
|
static toObject(includeInstance: boolean, msg: AssistantDebuggerDeployment): AssistantDebuggerDeployment.AsObject;
|
|
@@ -2862,21 +2905,14 @@ declare namespace AssistantDebuggerDeployment {
|
|
|
2862
2905
|
name: string,
|
|
2863
2906
|
greeting: string,
|
|
2864
2907
|
mistake: string,
|
|
2865
|
-
ending: string,
|
|
2866
2908
|
inputaudio?: DeploymentAudioProvider.AsObject,
|
|
2867
2909
|
outputaudio?: DeploymentAudioProvider.AsObject,
|
|
2868
|
-
url: string,
|
|
2869
|
-
raw?: Content.AsObject,
|
|
2870
|
-
suggestionList: Array<string>,
|
|
2871
2910
|
createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2872
2911
|
updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2873
2912
|
status: string,
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
ICON_NOT_SET = 0,
|
|
2878
|
-
URL = 15,
|
|
2879
|
-
RAW = 16,
|
|
2913
|
+
maxsessionduration: string,
|
|
2914
|
+
idealtimeout: string,
|
|
2915
|
+
idealtimeoutmessage: string,
|
|
2880
2916
|
}
|
|
2881
2917
|
}
|
|
2882
2918
|
|
|
@@ -2897,11 +2933,6 @@ declare class AssistantApiDeployment extends jspb.Message {
|
|
|
2897
2933
|
getMistake(): string;
|
|
2898
2934
|
setMistake(value: string): void;
|
|
2899
2935
|
|
|
2900
|
-
hasEnding(): boolean;
|
|
2901
|
-
clearEnding(): void;
|
|
2902
|
-
getEnding(): string;
|
|
2903
|
-
setEnding(value: string): void;
|
|
2904
|
-
|
|
2905
2936
|
hasInputaudio(): boolean;
|
|
2906
2937
|
clearInputaudio(): void;
|
|
2907
2938
|
getInputaudio(): DeploymentAudioProvider | undefined;
|
|
@@ -2925,6 +2956,15 @@ declare class AssistantApiDeployment extends jspb.Message {
|
|
|
2925
2956
|
getStatus(): string;
|
|
2926
2957
|
setStatus(value: string): void;
|
|
2927
2958
|
|
|
2959
|
+
getMaxsessionduration(): string;
|
|
2960
|
+
setMaxsessionduration(value: string): void;
|
|
2961
|
+
|
|
2962
|
+
getIdealtimeout(): string;
|
|
2963
|
+
setIdealtimeout(value: string): void;
|
|
2964
|
+
|
|
2965
|
+
getIdealtimeoutmessage(): string;
|
|
2966
|
+
setIdealtimeoutmessage(value: string): void;
|
|
2967
|
+
|
|
2928
2968
|
serializeBinary(): Uint8Array;
|
|
2929
2969
|
toObject(includeInstance?: boolean): AssistantApiDeployment.AsObject;
|
|
2930
2970
|
static toObject(includeInstance: boolean, msg: AssistantApiDeployment): AssistantApiDeployment.AsObject;
|
|
@@ -2941,12 +2981,14 @@ declare namespace AssistantApiDeployment {
|
|
|
2941
2981
|
assistantid: string,
|
|
2942
2982
|
greeting: string,
|
|
2943
2983
|
mistake: string,
|
|
2944
|
-
ending: string,
|
|
2945
2984
|
inputaudio?: DeploymentAudioProvider.AsObject,
|
|
2946
2985
|
outputaudio?: DeploymentAudioProvider.AsObject,
|
|
2947
2986
|
createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2948
2987
|
updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2949
2988
|
status: string,
|
|
2989
|
+
maxsessionduration: string,
|
|
2990
|
+
idealtimeout: string,
|
|
2991
|
+
idealtimeoutmessage: string,
|
|
2950
2992
|
}
|
|
2951
2993
|
}
|
|
2952
2994
|
|
|
@@ -5166,9 +5208,6 @@ declare namespace CreateAssistantProviderRequest {
|
|
|
5166
5208
|
getTemplate(): TextChatCompletePrompt | undefined;
|
|
5167
5209
|
setTemplate(value?: TextChatCompletePrompt): void;
|
|
5168
5210
|
|
|
5169
|
-
getModelproviderid(): string;
|
|
5170
|
-
setModelproviderid(value: string): void;
|
|
5171
|
-
|
|
5172
5211
|
getModelprovidername(): string;
|
|
5173
5212
|
setModelprovidername(value: string): void;
|
|
5174
5213
|
|
|
@@ -5190,7 +5229,6 @@ declare namespace CreateAssistantProviderRequest {
|
|
|
5190
5229
|
export namespace CreateAssistantProviderModel {
|
|
5191
5230
|
export type AsObject = {
|
|
5192
5231
|
template?: TextChatCompletePrompt.AsObject,
|
|
5193
|
-
modelproviderid: string,
|
|
5194
5232
|
modelprovidername: string,
|
|
5195
5233
|
assistantmodeloptionsList: Array<Metadata.AsObject>,
|
|
5196
5234
|
}
|
|
@@ -5421,9 +5459,6 @@ declare class AssistantProviderModel extends jspb.Message {
|
|
|
5421
5459
|
getAssistantid(): number;
|
|
5422
5460
|
setAssistantid(value: number): void;
|
|
5423
5461
|
|
|
5424
|
-
getModelproviderid(): string;
|
|
5425
|
-
setModelproviderid(value: string): void;
|
|
5426
|
-
|
|
5427
5462
|
getModelprovidername(): string;
|
|
5428
5463
|
setModelprovidername(value: string): void;
|
|
5429
5464
|
|
|
@@ -5477,7 +5512,6 @@ declare namespace AssistantProviderModel {
|
|
|
5477
5512
|
template?: TextChatCompletePrompt.AsObject,
|
|
5478
5513
|
description: string,
|
|
5479
5514
|
assistantid: number,
|
|
5480
|
-
modelproviderid: string,
|
|
5481
5515
|
modelprovidername: string,
|
|
5482
5516
|
assistantmodeloptionsList: Array<Metadata.AsObject>,
|
|
5483
5517
|
status: string,
|
|
@@ -9366,9 +9400,6 @@ declare class CreateKnowledgeRequest extends jspb.Message {
|
|
|
9366
9400
|
getVisibility(): string;
|
|
9367
9401
|
setVisibility(value: string): void;
|
|
9368
9402
|
|
|
9369
|
-
getEmbeddingmodelproviderid(): string;
|
|
9370
|
-
setEmbeddingmodelproviderid(value: string): void;
|
|
9371
|
-
|
|
9372
9403
|
getEmbeddingmodelprovidername(): string;
|
|
9373
9404
|
setEmbeddingmodelprovidername(value: string): void;
|
|
9374
9405
|
|
|
@@ -9393,7 +9424,6 @@ declare namespace CreateKnowledgeRequest {
|
|
|
9393
9424
|
description: string,
|
|
9394
9425
|
tagsList: Array<string>,
|
|
9395
9426
|
visibility: string,
|
|
9396
|
-
embeddingmodelproviderid: string,
|
|
9397
9427
|
embeddingmodelprovidername: string,
|
|
9398
9428
|
knowledgeembeddingmodeloptionsList: Array<Metadata.AsObject>,
|
|
9399
9429
|
}
|
|
@@ -10860,17 +10890,11 @@ declare class VaultCredential extends jspb.Message {
|
|
|
10860
10890
|
getStatus(): string;
|
|
10861
10891
|
setStatus(value: string): void;
|
|
10862
10892
|
|
|
10863
|
-
|
|
10864
|
-
|
|
10893
|
+
getProvider(): string;
|
|
10894
|
+
setProvider(value: string): void;
|
|
10865
10895
|
|
|
10866
|
-
|
|
10867
|
-
|
|
10868
|
-
|
|
10869
|
-
getVaulttype(): string;
|
|
10870
|
-
setVaulttype(value: string): void;
|
|
10871
|
-
|
|
10872
|
-
getVaulttypeid(): string;
|
|
10873
|
-
setVaulttypeid(value: string): void;
|
|
10896
|
+
getOrganizationid(): string;
|
|
10897
|
+
setOrganizationid(value: string): void;
|
|
10874
10898
|
|
|
10875
10899
|
hasCreateddate(): boolean;
|
|
10876
10900
|
clearCreateddate(): void;
|
|
@@ -10903,10 +10927,8 @@ declare namespace VaultCredential {
|
|
|
10903
10927
|
name: string,
|
|
10904
10928
|
value?: google_protobuf_struct_pb.Struct.AsObject,
|
|
10905
10929
|
status: string,
|
|
10906
|
-
|
|
10907
|
-
|
|
10908
|
-
vaulttype: string,
|
|
10909
|
-
vaulttypeid: string,
|
|
10930
|
+
provider: string,
|
|
10931
|
+
organizationid: string,
|
|
10910
10932
|
createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
10911
10933
|
updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
10912
10934
|
lastuseddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
@@ -10914,9 +10936,6 @@ declare namespace VaultCredential {
|
|
|
10914
10936
|
}
|
|
10915
10937
|
|
|
10916
10938
|
declare class CreateProviderCredentialRequest extends jspb.Message {
|
|
10917
|
-
getProviderid(): string;
|
|
10918
|
-
setProviderid(value: string): void;
|
|
10919
|
-
|
|
10920
10939
|
hasCredential(): boolean;
|
|
10921
10940
|
clearCredential(): void;
|
|
10922
10941
|
getCredential(): google_protobuf_struct_pb.Struct | undefined;
|
|
@@ -10925,8 +10944,8 @@ declare class CreateProviderCredentialRequest extends jspb.Message {
|
|
|
10925
10944
|
getName(): string;
|
|
10926
10945
|
setName(value: string): void;
|
|
10927
10946
|
|
|
10928
|
-
|
|
10929
|
-
|
|
10947
|
+
getProvider(): string;
|
|
10948
|
+
setProvider(value: string): void;
|
|
10930
10949
|
|
|
10931
10950
|
serializeBinary(): Uint8Array;
|
|
10932
10951
|
toObject(includeInstance?: boolean): CreateProviderCredentialRequest.AsObject;
|
|
@@ -10940,44 +10959,9 @@ declare class CreateProviderCredentialRequest extends jspb.Message {
|
|
|
10940
10959
|
|
|
10941
10960
|
declare namespace CreateProviderCredentialRequest {
|
|
10942
10961
|
export type AsObject = {
|
|
10943
|
-
providerid: string,
|
|
10944
10962
|
credential?: google_protobuf_struct_pb.Struct.AsObject,
|
|
10945
10963
|
name: string,
|
|
10946
|
-
|
|
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
|
-
credential?: google_protobuf_struct_pb.Struct.AsObject,
|
|
10979
|
-
name: string,
|
|
10980
|
-
toolname: string,
|
|
10964
|
+
provider: string,
|
|
10981
10965
|
}
|
|
10982
10966
|
}
|
|
10983
10967
|
|
|
@@ -11071,30 +11055,6 @@ declare namespace GetAllOrganizationCredentialResponse {
|
|
|
11071
11055
|
}
|
|
11072
11056
|
}
|
|
11073
11057
|
|
|
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
11058
|
declare class GetCredentialResponse extends jspb.Message {
|
|
11099
11059
|
getCode(): number;
|
|
11100
11060
|
setCode(value: number): void;
|
|
@@ -11165,15 +11125,6 @@ type VaultServiceCreateProviderCredential = {
|
|
|
11165
11125
|
readonly responseType: typeof GetCredentialResponse;
|
|
11166
11126
|
};
|
|
11167
11127
|
|
|
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
11128
|
type VaultServiceGetAllOrganizationCredential = {
|
|
11178
11129
|
readonly methodName: string;
|
|
11179
11130
|
readonly service: typeof VaultService;
|
|
@@ -11192,15 +11143,6 @@ type VaultServiceDeleteCredential = {
|
|
|
11192
11143
|
readonly responseType: typeof GetCredentialResponse;
|
|
11193
11144
|
};
|
|
11194
11145
|
|
|
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
11146
|
type VaultServiceGetCredential = {
|
|
11205
11147
|
readonly methodName: string;
|
|
11206
11148
|
readonly service: typeof VaultService;
|
|
@@ -11222,10 +11164,8 @@ type VaultServiceGetOauth2Credential = {
|
|
|
11222
11164
|
declare class VaultService {
|
|
11223
11165
|
static readonly serviceName: string;
|
|
11224
11166
|
static readonly CreateProviderCredential: VaultServiceCreateProviderCredential;
|
|
11225
|
-
static readonly CreateToolCredential: VaultServiceCreateToolCredential;
|
|
11226
11167
|
static readonly GetAllOrganizationCredential: VaultServiceGetAllOrganizationCredential;
|
|
11227
11168
|
static readonly DeleteCredential: VaultServiceDeleteCredential;
|
|
11228
|
-
static readonly GetProviderCredential: VaultServiceGetProviderCredential;
|
|
11229
11169
|
static readonly GetCredential: VaultServiceGetCredential;
|
|
11230
11170
|
static readonly GetOauth2Credential: VaultServiceGetOauth2Credential;
|
|
11231
11171
|
}
|
|
@@ -11249,15 +11189,6 @@ declare class VaultServiceClient {
|
|
|
11249
11189
|
requestMessage: CreateProviderCredentialRequest,
|
|
11250
11190
|
callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
|
|
11251
11191
|
): 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
11192
|
getAllOrganizationCredential(
|
|
11262
11193
|
requestMessage: GetAllOrganizationCredentialRequest,
|
|
11263
11194
|
metadata: grpc.Metadata,
|
|
@@ -11276,15 +11207,6 @@ declare class VaultServiceClient {
|
|
|
11276
11207
|
requestMessage: DeleteCredentialRequest,
|
|
11277
11208
|
callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
|
|
11278
11209
|
): 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
11210
|
getCredential(
|
|
11289
11211
|
requestMessage: GetCredentialRequest,
|
|
11290
11212
|
metadata: grpc.Metadata,
|
|
@@ -11359,9 +11281,6 @@ declare class EndpointProviderModelAttribute extends jspb.Message {
|
|
|
11359
11281
|
getChatcompleteprompt(): TextChatCompletePrompt | undefined;
|
|
11360
11282
|
setChatcompleteprompt(value?: TextChatCompletePrompt): void;
|
|
11361
11283
|
|
|
11362
|
-
getModelproviderid(): string;
|
|
11363
|
-
setModelproviderid(value: string): void;
|
|
11364
|
-
|
|
11365
11284
|
getModelprovidername(): string;
|
|
11366
11285
|
setModelprovidername(value: string): void;
|
|
11367
11286
|
|
|
@@ -11384,7 +11303,6 @@ declare namespace EndpointProviderModelAttribute {
|
|
|
11384
11303
|
export type AsObject = {
|
|
11385
11304
|
description: string,
|
|
11386
11305
|
chatcompleteprompt?: TextChatCompletePrompt.AsObject,
|
|
11387
|
-
modelproviderid: string,
|
|
11388
11306
|
modelprovidername: string,
|
|
11389
11307
|
endpointmodeloptionsList: Array<Metadata.AsObject>,
|
|
11390
11308
|
}
|
|
@@ -11481,9 +11399,6 @@ declare class EndpointProviderModel extends jspb.Message {
|
|
|
11481
11399
|
getChatcompleteprompt(): TextChatCompletePrompt | undefined;
|
|
11482
11400
|
setChatcompleteprompt(value?: TextChatCompletePrompt): void;
|
|
11483
11401
|
|
|
11484
|
-
getModelproviderid(): string;
|
|
11485
|
-
setModelproviderid(value: string): void;
|
|
11486
|
-
|
|
11487
11402
|
getModelprovidername(): string;
|
|
11488
11403
|
setModelprovidername(value: string): void;
|
|
11489
11404
|
|
|
@@ -11541,7 +11456,6 @@ declare namespace EndpointProviderModel {
|
|
|
11541
11456
|
export type AsObject = {
|
|
11542
11457
|
id: string,
|
|
11543
11458
|
chatcompleteprompt?: TextChatCompletePrompt.AsObject,
|
|
11544
|
-
modelproviderid: string,
|
|
11545
11459
|
modelprovidername: string,
|
|
11546
11460
|
endpointmodeloptionsList: Array<Metadata.AsObject>,
|
|
11547
11461
|
status: string,
|
|
@@ -13424,76 +13338,6 @@ declare class AssistantDeploymentServiceClient {
|
|
|
13424
13338
|
|
|
13425
13339
|
|
|
13426
13340
|
|
|
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
13341
|
declare class GeneralConnectRequest extends jspb.Message {
|
|
13498
13342
|
getState(): string;
|
|
13499
13343
|
setState(value: string): void;
|
|
@@ -13533,8 +13377,8 @@ declare class GeneralConnectResponse extends jspb.Message {
|
|
|
13533
13377
|
getSuccess(): boolean;
|
|
13534
13378
|
setSuccess(value: boolean): void;
|
|
13535
13379
|
|
|
13536
|
-
|
|
13537
|
-
|
|
13380
|
+
getProvider(): string;
|
|
13381
|
+
setProvider(value: string): void;
|
|
13538
13382
|
|
|
13539
13383
|
getRedirectto(): string;
|
|
13540
13384
|
setRedirectto(value: string): void;
|
|
@@ -13558,77 +13402,7 @@ declare namespace GeneralConnectResponse {
|
|
|
13558
13402
|
export type AsObject = {
|
|
13559
13403
|
code: number,
|
|
13560
13404
|
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,
|
|
13405
|
+
provider: string,
|
|
13632
13406
|
redirectto: string,
|
|
13633
13407
|
error?: Error.AsObject,
|
|
13634
13408
|
}
|
|
@@ -13645,8 +13419,8 @@ declare class GetConnectorFilesRequest extends jspb.Message {
|
|
|
13645
13419
|
setCriteriasList(value: Array<Criteria>): void;
|
|
13646
13420
|
addCriterias(value?: Criteria, index?: number): Criteria;
|
|
13647
13421
|
|
|
13648
|
-
|
|
13649
|
-
|
|
13422
|
+
getProvider(): string;
|
|
13423
|
+
setProvider(value: string): void;
|
|
13650
13424
|
|
|
13651
13425
|
serializeBinary(): Uint8Array;
|
|
13652
13426
|
toObject(includeInstance?: boolean): GetConnectorFilesRequest.AsObject;
|
|
@@ -13662,7 +13436,7 @@ declare namespace GetConnectorFilesRequest {
|
|
|
13662
13436
|
export type AsObject = {
|
|
13663
13437
|
paginate?: Paginate.AsObject,
|
|
13664
13438
|
criteriasList: Array<Criteria.AsObject>,
|
|
13665
|
-
|
|
13439
|
+
provider: string,
|
|
13666
13440
|
}
|
|
13667
13441
|
}
|
|
13668
13442
|
|
|
@@ -13716,15 +13490,6 @@ declare namespace GetConnectorFilesResponse {
|
|
|
13716
13490
|
|
|
13717
13491
|
|
|
13718
13492
|
|
|
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
13493
|
type ConnectServiceGeneralConnect = {
|
|
13729
13494
|
readonly methodName: string;
|
|
13730
13495
|
readonly service: typeof ConnectService;
|
|
@@ -13734,15 +13499,6 @@ type ConnectServiceGeneralConnect = {
|
|
|
13734
13499
|
readonly responseType: typeof GeneralConnectResponse;
|
|
13735
13500
|
};
|
|
13736
13501
|
|
|
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
13502
|
type ConnectServiceGetConnectorFiles = {
|
|
13747
13503
|
readonly methodName: string;
|
|
13748
13504
|
readonly service: typeof ConnectService;
|
|
@@ -13754,9 +13510,7 @@ type ConnectServiceGetConnectorFiles = {
|
|
|
13754
13510
|
|
|
13755
13511
|
declare class ConnectService {
|
|
13756
13512
|
static readonly serviceName: string;
|
|
13757
|
-
static readonly KnowledgeConnect: ConnectServiceKnowledgeConnect;
|
|
13758
13513
|
static readonly GeneralConnect: ConnectServiceGeneralConnect;
|
|
13759
|
-
static readonly ActionConnect: ConnectServiceActionConnect;
|
|
13760
13514
|
static readonly GetConnectorFiles: ConnectServiceGetConnectorFiles;
|
|
13761
13515
|
}
|
|
13762
13516
|
|
|
@@ -13770,15 +13524,6 @@ declare class ConnectServiceClient {
|
|
|
13770
13524
|
readonly serviceHost: string;
|
|
13771
13525
|
|
|
13772
13526
|
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
13527
|
generalConnect(
|
|
13783
13528
|
requestMessage: GeneralConnectRequest,
|
|
13784
13529
|
metadata: grpc.Metadata,
|
|
@@ -13788,15 +13533,6 @@ declare class ConnectServiceClient {
|
|
|
13788
13533
|
requestMessage: GeneralConnectRequest,
|
|
13789
13534
|
callback: (error: ServiceError$2|null, responseMessage: GeneralConnectResponse|null) => void
|
|
13790
13535
|
): 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
13536
|
getConnectorFiles(
|
|
13801
13537
|
requestMessage: GetConnectorFilesRequest,
|
|
13802
13538
|
metadata: grpc.Metadata,
|
|
@@ -14804,7 +14540,6 @@ declare class VoiceAgent extends Agent {
|
|
|
14804
14540
|
inputChannel: Channel;
|
|
14805
14541
|
outputChannel: Channel;
|
|
14806
14542
|
/**
|
|
14807
|
-
* Creates a new Room, the primary construct for a LiveKit session.
|
|
14808
14543
|
* @param options
|
|
14809
14544
|
*/
|
|
14810
14545
|
constructor(connection: ConnectionConfig, agentConfig: AgentConfig, agentCallback?: AgentCallback);
|
|
@@ -14919,4 +14654,4 @@ interface DeviceSelectorComponentProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
14919
14654
|
*/
|
|
14920
14655
|
declare const DeviceSelectorComponent: FC<DeviceSelectorComponentProps>;
|
|
14921
14656
|
|
|
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 };
|
|
14657
|
+
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, CreateKnowledgeDocumentRequest 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, AssistantConversationTelephonyEvent as d9, GetAllEndpointProviderModelRequest as dA, UpdateEndpointVersionRequest as dB, CreateEndpointRetryConfigurationRequest as dC, CreateEndpointCacheConfigurationRequest as dD, CreateEndpointTagRequest as dE, ForkEndpointRequest as dF, UpdateEndpointDetailRequest as dG, EndpointLog as dH, GetAllEndpointLogRequest as dI, GetEndpointLogRequest as dJ, AssistantTool as dK, AssistantToolLog as dL, CreateAssistantToolRequest as dM, UpdateAssistantToolRequest as dN, GetAssistantToolRequest as dO, DeleteAssistantToolRequest as dP, GetAllAssistantToolRequest as dQ, DeploymentAudioProvider as dR, AssistantPhoneDeployment as dS, AssistantWhatsappDeployment as dT, AuditLoggingService as dU, AuditLoggingServiceClient as dV, GetAllKnowledgeRequest as dW, GetKnowledgeRequest as dX, CreateKnowledgeTagRequest as dY, KnowledgeDocument as dZ, GetAllKnowledgeDocumentRequest as d_, AssistantService as da, AssistantServiceClient as db, TalkService as dc, TalkServiceClient as dd, AssistantWebhook as de, AssistantWebhookLog as df, CreateAssistantWebhookRequest as dg, UpdateAssistantWebhookRequest as dh, GetAssistantWebhookRequest as di, DeleteAssistantWebhookRequest as dj, GetAllAssistantWebhookRequest as dk, GetAllAssistantWebhookLogRequest as dl, GetAssistantWebhookLogRequest as dm, GeneralConnectRequest as dn, GetConnectorFilesRequest as dp, DocumentService as dq, DocumentServiceClient as dr, IndexKnowledgeDocumentRequest as ds, CreateEndpointRequest as dt, EndpointProviderModel as du, AggregatedEndpointAnalytics as dv, Endpoint as dw, CreateEndpointProviderModelRequest as dx, GetEndpointRequest as dy, GetAllEndpointRequest as dz, type ClientAuthInfo as e, KnowledgeDocumentSegment as e0, GetAllKnowledgeDocumentSegmentRequest as e1, UpdateKnowledgeDetailRequest as e2, UpdateKnowledgeDocumentSegmentRequest as e3, DeleteKnowledgeDocumentSegmentRequest as e4, KnowledgeLog as e5, CreateAssistantTagRequest as e6, DeleteAssistantRequest as e7, GetAllAssistantRequest as e8, GetAllAssistantMessageRequest as e9, GetAllMessageRequest as ea, UpdateAssistantDetailRequest as eb, AuthenticationService as ec, OrganizationService as ed, ProjectService as ee, AuthenticationServiceClient as ef, OrganizationServiceClient as eg, ProjectServiceClient as eh, DeviceSelectorComponent as ei, NotificationSetting as ej, AssistantProviderModel as ek, AssistantProviderAgentkit as el, AssistantProviderWebsocket as em, GetAllAssistantProviderRequest as en, WEB_PLUGIN_SOURCE as eo, DEBUGGER_SOURCE as ep, SDK_SOURCE as eq, PHONE_CALL_SOURCE as er, WHATSAPP_SOURCE as es, getRapidaSourceValue as et, fromStr as eu, 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 };
|