@rapidaai/react 1.1.42 → 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.
@@ -348,56 +348,6 @@ declare namespace Variable {
348
348
  }
349
349
  }
350
350
 
351
- declare class Provider extends jspb.Message {
352
- getId(): string;
353
- setId(value: string): void;
354
-
355
- getName(): string;
356
- setName(value: string): void;
357
-
358
- getDescription(): string;
359
- setDescription(value: string): void;
360
-
361
- getHumanname(): string;
362
- setHumanname(value: string): void;
363
-
364
- getImage(): string;
365
- setImage(value: string): void;
366
-
367
- getWebsite(): string;
368
- setWebsite(value: string): void;
369
-
370
- getStatus(): string;
371
- setStatus(value: string): void;
372
-
373
- clearConnectconfigurationList(): void;
374
- getConnectconfigurationList(): Array<Variable>;
375
- setConnectconfigurationList(value: Array<Variable>): void;
376
- addConnectconfiguration(value?: Variable, index?: number): Variable;
377
-
378
- serializeBinary(): Uint8Array;
379
- toObject(includeInstance?: boolean): Provider.AsObject;
380
- static toObject(includeInstance: boolean, msg: Provider): Provider.AsObject;
381
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
382
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
383
- static serializeBinaryToWriter(message: Provider, writer: jspb.BinaryWriter): void;
384
- static deserializeBinary(bytes: Uint8Array): Provider;
385
- static deserializeBinaryFromReader(message: Provider, reader: jspb.BinaryReader): Provider;
386
- }
387
-
388
- declare namespace Provider {
389
- export type AsObject = {
390
- id: string,
391
- name: string,
392
- description: string,
393
- humanname: string,
394
- image: string,
395
- website: string,
396
- status: string,
397
- connectconfigurationList: Array<Variable.AsObject>,
398
- }
399
- }
400
-
401
351
  declare class Tag extends jspb.Message {
402
352
  getId(): string;
403
353
  setId(value: string): void;
@@ -2320,10 +2270,10 @@ declare class TalkService {
2320
2270
  static readonly CreateBulkPhoneCall: TalkServiceCreateBulkPhoneCall;
2321
2271
  }
2322
2272
 
2323
- type ServiceError$d = { message: string, code: number; metadata: grpc.Metadata }
2273
+ type ServiceError$b = { message: string, code: number; metadata: grpc.Metadata }
2324
2274
  type Status = { details: string, code: number; metadata: grpc.Metadata }
2325
2275
 
2326
- interface UnaryResponse$d {
2276
+ interface UnaryResponse$b {
2327
2277
  cancel(): void;
2328
2278
  }
2329
2279
  interface BidirectionalStream<ReqT, ResT> {
@@ -2343,57 +2293,57 @@ declare class TalkServiceClient {
2343
2293
  getAllAssistantConversation(
2344
2294
  requestMessage: GetAllAssistantConversationRequest,
2345
2295
  metadata: grpc.Metadata,
2346
- callback: (error: ServiceError$d|null, responseMessage: GetAllAssistantConversationResponse|null) => void
2347
- ): UnaryResponse$d;
2296
+ callback: (error: ServiceError$b|null, responseMessage: GetAllAssistantConversationResponse|null) => void
2297
+ ): UnaryResponse$b;
2348
2298
  getAllAssistantConversation(
2349
2299
  requestMessage: GetAllAssistantConversationRequest,
2350
- callback: (error: ServiceError$d|null, responseMessage: GetAllAssistantConversationResponse|null) => void
2351
- ): UnaryResponse$d;
2300
+ callback: (error: ServiceError$b|null, responseMessage: GetAllAssistantConversationResponse|null) => void
2301
+ ): UnaryResponse$b;
2352
2302
  getAllConversationMessage(
2353
2303
  requestMessage: GetAllConversationMessageRequest,
2354
2304
  metadata: grpc.Metadata,
2355
- callback: (error: ServiceError$d|null, responseMessage: GetAllConversationMessageResponse|null) => void
2356
- ): UnaryResponse$d;
2305
+ callback: (error: ServiceError$b|null, responseMessage: GetAllConversationMessageResponse|null) => void
2306
+ ): UnaryResponse$b;
2357
2307
  getAllConversationMessage(
2358
2308
  requestMessage: GetAllConversationMessageRequest,
2359
- callback: (error: ServiceError$d|null, responseMessage: GetAllConversationMessageResponse|null) => void
2360
- ): UnaryResponse$d;
2309
+ callback: (error: ServiceError$b|null, responseMessage: GetAllConversationMessageResponse|null) => void
2310
+ ): UnaryResponse$b;
2361
2311
  createMessageMetric(
2362
2312
  requestMessage: CreateMessageMetricRequest,
2363
2313
  metadata: grpc.Metadata,
2364
- callback: (error: ServiceError$d|null, responseMessage: CreateMessageMetricResponse|null) => void
2365
- ): UnaryResponse$d;
2314
+ callback: (error: ServiceError$b|null, responseMessage: CreateMessageMetricResponse|null) => void
2315
+ ): UnaryResponse$b;
2366
2316
  createMessageMetric(
2367
2317
  requestMessage: CreateMessageMetricRequest,
2368
- callback: (error: ServiceError$d|null, responseMessage: CreateMessageMetricResponse|null) => void
2369
- ): UnaryResponse$d;
2318
+ callback: (error: ServiceError$b|null, responseMessage: CreateMessageMetricResponse|null) => void
2319
+ ): UnaryResponse$b;
2370
2320
  createConversationMetric(
2371
2321
  requestMessage: CreateConversationMetricRequest,
2372
2322
  metadata: grpc.Metadata,
2373
- callback: (error: ServiceError$d|null, responseMessage: CreateConversationMetricResponse|null) => void
2374
- ): UnaryResponse$d;
2323
+ callback: (error: ServiceError$b|null, responseMessage: CreateConversationMetricResponse|null) => void
2324
+ ): UnaryResponse$b;
2375
2325
  createConversationMetric(
2376
2326
  requestMessage: CreateConversationMetricRequest,
2377
- callback: (error: ServiceError$d|null, responseMessage: CreateConversationMetricResponse|null) => void
2378
- ): UnaryResponse$d;
2327
+ callback: (error: ServiceError$b|null, responseMessage: CreateConversationMetricResponse|null) => void
2328
+ ): UnaryResponse$b;
2379
2329
  createPhoneCall(
2380
2330
  requestMessage: CreatePhoneCallRequest,
2381
2331
  metadata: grpc.Metadata,
2382
- callback: (error: ServiceError$d|null, responseMessage: CreatePhoneCallResponse|null) => void
2383
- ): UnaryResponse$d;
2332
+ callback: (error: ServiceError$b|null, responseMessage: CreatePhoneCallResponse|null) => void
2333
+ ): UnaryResponse$b;
2384
2334
  createPhoneCall(
2385
2335
  requestMessage: CreatePhoneCallRequest,
2386
- callback: (error: ServiceError$d|null, responseMessage: CreatePhoneCallResponse|null) => void
2387
- ): UnaryResponse$d;
2336
+ callback: (error: ServiceError$b|null, responseMessage: CreatePhoneCallResponse|null) => void
2337
+ ): UnaryResponse$b;
2388
2338
  createBulkPhoneCall(
2389
2339
  requestMessage: CreateBulkPhoneCallRequest,
2390
2340
  metadata: grpc.Metadata,
2391
- callback: (error: ServiceError$d|null, responseMessage: CreateBulkPhoneCallResponse|null) => void
2392
- ): UnaryResponse$d;
2341
+ callback: (error: ServiceError$b|null, responseMessage: CreateBulkPhoneCallResponse|null) => void
2342
+ ): UnaryResponse$b;
2393
2343
  createBulkPhoneCall(
2394
2344
  requestMessage: CreateBulkPhoneCallRequest,
2395
- callback: (error: ServiceError$d|null, responseMessage: CreateBulkPhoneCallResponse|null) => void
2396
- ): UnaryResponse$d;
2345
+ callback: (error: ServiceError$b|null, responseMessage: CreateBulkPhoneCallResponse|null) => void
2346
+ ): UnaryResponse$b;
2397
2347
  }
2398
2348
 
2399
2349
  declare const HEADER_AUTH_ID = "x-auth-id";
@@ -2526,9 +2476,6 @@ declare class DeploymentAudioProvider extends jspb.Message {
2526
2476
  setAudiooptionsList(value: Array<Metadata>): void;
2527
2477
  addAudiooptions(value?: Metadata, index?: number): Metadata;
2528
2478
 
2529
- getAudioproviderid(): string;
2530
- setAudioproviderid(value: string): void;
2531
-
2532
2479
  getStatus(): string;
2533
2480
  setStatus(value: string): void;
2534
2481
 
@@ -2550,7 +2497,6 @@ declare namespace DeploymentAudioProvider {
2550
2497
  id: string,
2551
2498
  audioprovider: string,
2552
2499
  audiooptionsList: Array<Metadata.AsObject>,
2553
- audioproviderid: string,
2554
2500
  status: string,
2555
2501
  audiotype: string,
2556
2502
  }
@@ -2576,11 +2522,6 @@ declare class AssistantWebpluginDeployment extends jspb.Message {
2576
2522
  getMistake(): string;
2577
2523
  setMistake(value: string): void;
2578
2524
 
2579
- hasEnding(): boolean;
2580
- clearEnding(): void;
2581
- getEnding(): string;
2582
- setEnding(value: string): void;
2583
-
2584
2525
  hasInputaudio(): boolean;
2585
2526
  clearInputaudio(): void;
2586
2527
  getInputaudio(): DeploymentAudioProvider | undefined;
@@ -2631,6 +2572,15 @@ declare class AssistantWebpluginDeployment extends jspb.Message {
2631
2572
  getStatus(): string;
2632
2573
  setStatus(value: string): void;
2633
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
+
2634
2584
  getIconCase(): AssistantWebpluginDeployment.IconCase;
2635
2585
  serializeBinary(): Uint8Array;
2636
2586
  toObject(includeInstance?: boolean): AssistantWebpluginDeployment.AsObject;
@@ -2649,7 +2599,6 @@ declare namespace AssistantWebpluginDeployment {
2649
2599
  name: string,
2650
2600
  greeting: string,
2651
2601
  mistake: string,
2652
- ending: string,
2653
2602
  inputaudio?: DeploymentAudioProvider.AsObject,
2654
2603
  outputaudio?: DeploymentAudioProvider.AsObject,
2655
2604
  url: string,
@@ -2662,6 +2611,9 @@ declare namespace AssistantWebpluginDeployment {
2662
2611
  createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2663
2612
  updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2664
2613
  status: string,
2614
+ maxsessionduration: string,
2615
+ idealtimeout: string,
2616
+ idealtimeoutmessage: string,
2665
2617
  }
2666
2618
 
2667
2619
  export enum IconCase {
@@ -2688,11 +2640,6 @@ declare class AssistantPhoneDeployment extends jspb.Message {
2688
2640
  getMistake(): string;
2689
2641
  setMistake(value: string): void;
2690
2642
 
2691
- hasEnding(): boolean;
2692
- clearEnding(): void;
2693
- getEnding(): string;
2694
- setEnding(value: string): void;
2695
-
2696
2643
  hasInputaudio(): boolean;
2697
2644
  clearInputaudio(): void;
2698
2645
  getInputaudio(): DeploymentAudioProvider | undefined;
@@ -2706,9 +2653,6 @@ declare class AssistantPhoneDeployment extends jspb.Message {
2706
2653
  getPhoneprovidername(): string;
2707
2654
  setPhoneprovidername(value: string): void;
2708
2655
 
2709
- getPhoneproviderid(): string;
2710
- setPhoneproviderid(value: string): void;
2711
-
2712
2656
  clearPhoneoptionsList(): void;
2713
2657
  getPhoneoptionsList(): Array<Metadata>;
2714
2658
  setPhoneoptionsList(value: Array<Metadata>): void;
@@ -2727,6 +2671,15 @@ declare class AssistantPhoneDeployment extends jspb.Message {
2727
2671
  getStatus(): string;
2728
2672
  setStatus(value: string): void;
2729
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
+
2730
2683
  serializeBinary(): Uint8Array;
2731
2684
  toObject(includeInstance?: boolean): AssistantPhoneDeployment.AsObject;
2732
2685
  static toObject(includeInstance: boolean, msg: AssistantPhoneDeployment): AssistantPhoneDeployment.AsObject;
@@ -2743,15 +2696,16 @@ declare namespace AssistantPhoneDeployment {
2743
2696
  assistantid: string,
2744
2697
  greeting: string,
2745
2698
  mistake: string,
2746
- ending: string,
2747
2699
  inputaudio?: DeploymentAudioProvider.AsObject,
2748
2700
  outputaudio?: DeploymentAudioProvider.AsObject,
2749
2701
  phoneprovidername: string,
2750
- phoneproviderid: string,
2751
2702
  phoneoptionsList: Array<Metadata.AsObject>,
2752
2703
  createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2753
2704
  updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2754
2705
  status: string,
2706
+ maxsessionduration: string,
2707
+ idealtimeout: string,
2708
+ idealtimeoutmessage: string,
2755
2709
  }
2756
2710
  }
2757
2711
 
@@ -2775,17 +2729,19 @@ declare class AssistantWhatsappDeployment extends jspb.Message {
2775
2729
  getMistake(): string;
2776
2730
  setMistake(value: string): void;
2777
2731
 
2778
- hasEnding(): boolean;
2779
- clearEnding(): void;
2780
- getEnding(): string;
2781
- setEnding(value: string): void;
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;
2782
2741
 
2783
2742
  getWhatsappprovidername(): string;
2784
2743
  setWhatsappprovidername(value: string): void;
2785
2744
 
2786
- getWhatsappproviderid(): string;
2787
- setWhatsappproviderid(value: string): void;
2788
-
2789
2745
  clearWhatsappoptionsList(): void;
2790
2746
  getWhatsappoptionsList(): Array<Metadata>;
2791
2747
  setWhatsappoptionsList(value: Array<Metadata>): void;
@@ -2804,6 +2760,15 @@ declare class AssistantWhatsappDeployment extends jspb.Message {
2804
2760
  getStatus(): string;
2805
2761
  setStatus(value: string): void;
2806
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
+
2807
2772
  serializeBinary(): Uint8Array;
2808
2773
  toObject(includeInstance?: boolean): AssistantWhatsappDeployment.AsObject;
2809
2774
  static toObject(includeInstance: boolean, msg: AssistantWhatsappDeployment): AssistantWhatsappDeployment.AsObject;
@@ -2821,13 +2786,16 @@ declare namespace AssistantWhatsappDeployment {
2821
2786
  name: string,
2822
2787
  greeting: string,
2823
2788
  mistake: string,
2824
- ending: string,
2789
+ inputaudio?: DeploymentAudioProvider.AsObject,
2790
+ outputaudio?: DeploymentAudioProvider.AsObject,
2825
2791
  whatsappprovidername: string,
2826
- whatsappproviderid: string,
2827
2792
  whatsappoptionsList: Array<Metadata.AsObject>,
2828
2793
  createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2829
2794
  updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2830
2795
  status: string,
2796
+ maxsessionduration: string,
2797
+ idealtimeout: string,
2798
+ idealtimeoutmessage: string,
2831
2799
  }
2832
2800
  }
2833
2801
 
@@ -2851,11 +2819,6 @@ declare class AssistantDebuggerDeployment extends jspb.Message {
2851
2819
  getMistake(): string;
2852
2820
  setMistake(value: string): void;
2853
2821
 
2854
- hasEnding(): boolean;
2855
- clearEnding(): void;
2856
- getEnding(): string;
2857
- setEnding(value: string): void;
2858
-
2859
2822
  hasInputaudio(): boolean;
2860
2823
  clearInputaudio(): void;
2861
2824
  getInputaudio(): DeploymentAudioProvider | undefined;
@@ -2876,11 +2839,6 @@ declare class AssistantDebuggerDeployment extends jspb.Message {
2876
2839
  getRaw(): Content | undefined;
2877
2840
  setRaw(value?: Content): void;
2878
2841
 
2879
- clearSuggestionList(): void;
2880
- getSuggestionList(): Array<string>;
2881
- setSuggestionList(value: Array<string>): void;
2882
- addSuggestion(value: string, index?: number): string;
2883
-
2884
2842
  hasCreateddate(): boolean;
2885
2843
  clearCreateddate(): void;
2886
2844
  getCreateddate(): google_protobuf_timestamp_pb.Timestamp | undefined;
@@ -2894,6 +2852,15 @@ declare class AssistantDebuggerDeployment extends jspb.Message {
2894
2852
  getStatus(): string;
2895
2853
  setStatus(value: string): void;
2896
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
+
2897
2864
  getIconCase(): AssistantDebuggerDeployment.IconCase;
2898
2865
  serializeBinary(): Uint8Array;
2899
2866
  toObject(includeInstance?: boolean): AssistantDebuggerDeployment.AsObject;
@@ -2912,15 +2879,16 @@ declare namespace AssistantDebuggerDeployment {
2912
2879
  name: string,
2913
2880
  greeting: string,
2914
2881
  mistake: string,
2915
- ending: string,
2916
2882
  inputaudio?: DeploymentAudioProvider.AsObject,
2917
2883
  outputaudio?: DeploymentAudioProvider.AsObject,
2918
2884
  url: string,
2919
2885
  raw?: Content.AsObject,
2920
- suggestionList: Array<string>,
2921
2886
  createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2922
2887
  updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2923
2888
  status: string,
2889
+ maxsessionduration: string,
2890
+ idealtimeout: string,
2891
+ idealtimeoutmessage: string,
2924
2892
  }
2925
2893
 
2926
2894
  export enum IconCase {
@@ -2947,11 +2915,6 @@ declare class AssistantApiDeployment extends jspb.Message {
2947
2915
  getMistake(): string;
2948
2916
  setMistake(value: string): void;
2949
2917
 
2950
- hasEnding(): boolean;
2951
- clearEnding(): void;
2952
- getEnding(): string;
2953
- setEnding(value: string): void;
2954
-
2955
2918
  hasInputaudio(): boolean;
2956
2919
  clearInputaudio(): void;
2957
2920
  getInputaudio(): DeploymentAudioProvider | undefined;
@@ -2975,6 +2938,15 @@ declare class AssistantApiDeployment extends jspb.Message {
2975
2938
  getStatus(): string;
2976
2939
  setStatus(value: string): void;
2977
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
+
2978
2950
  serializeBinary(): Uint8Array;
2979
2951
  toObject(includeInstance?: boolean): AssistantApiDeployment.AsObject;
2980
2952
  static toObject(includeInstance: boolean, msg: AssistantApiDeployment): AssistantApiDeployment.AsObject;
@@ -2991,12 +2963,14 @@ declare namespace AssistantApiDeployment {
2991
2963
  assistantid: string,
2992
2964
  greeting: string,
2993
2965
  mistake: string,
2994
- ending: string,
2995
2966
  inputaudio?: DeploymentAudioProvider.AsObject,
2996
2967
  outputaudio?: DeploymentAudioProvider.AsObject,
2997
2968
  createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2998
2969
  updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2999
2970
  status: string,
2971
+ maxsessionduration: string,
2972
+ idealtimeout: string,
2973
+ idealtimeoutmessage: string,
3000
2974
  }
3001
2975
  }
3002
2976
 
@@ -5216,9 +5190,6 @@ declare namespace CreateAssistantProviderRequest {
5216
5190
  getTemplate(): TextChatCompletePrompt | undefined;
5217
5191
  setTemplate(value?: TextChatCompletePrompt): void;
5218
5192
 
5219
- getModelproviderid(): string;
5220
- setModelproviderid(value: string): void;
5221
-
5222
5193
  getModelprovidername(): string;
5223
5194
  setModelprovidername(value: string): void;
5224
5195
 
@@ -5240,7 +5211,6 @@ declare namespace CreateAssistantProviderRequest {
5240
5211
  export namespace CreateAssistantProviderModel {
5241
5212
  export type AsObject = {
5242
5213
  template?: TextChatCompletePrompt.AsObject,
5243
- modelproviderid: string,
5244
5214
  modelprovidername: string,
5245
5215
  assistantmodeloptionsList: Array<Metadata.AsObject>,
5246
5216
  }
@@ -5471,9 +5441,6 @@ declare class AssistantProviderModel extends jspb.Message {
5471
5441
  getAssistantid(): number;
5472
5442
  setAssistantid(value: number): void;
5473
5443
 
5474
- getModelproviderid(): string;
5475
- setModelproviderid(value: string): void;
5476
-
5477
5444
  getModelprovidername(): string;
5478
5445
  setModelprovidername(value: string): void;
5479
5446
 
@@ -5527,7 +5494,6 @@ declare namespace AssistantProviderModel {
5527
5494
  template?: TextChatCompletePrompt.AsObject,
5528
5495
  description: string,
5529
5496
  assistantid: number,
5530
- modelproviderid: string,
5531
5497
  modelprovidername: string,
5532
5498
  assistantmodeloptionsList: Array<Metadata.AsObject>,
5533
5499
  status: string,
@@ -6856,9 +6822,9 @@ declare class AssistantService {
6856
6822
  static readonly UpdateAssistantKnowledge: AssistantServiceUpdateAssistantKnowledge;
6857
6823
  }
6858
6824
 
6859
- type ServiceError$c = { message: string, code: number; metadata: grpc.Metadata }
6825
+ type ServiceError$a = { message: string, code: number; metadata: grpc.Metadata }
6860
6826
 
6861
- interface UnaryResponse$c {
6827
+ interface UnaryResponse$a {
6862
6828
  cancel(): void;
6863
6829
  }
6864
6830
 
@@ -6869,354 +6835,354 @@ declare class AssistantServiceClient {
6869
6835
  getAssistant(
6870
6836
  requestMessage: GetAssistantRequest,
6871
6837
  metadata: grpc.Metadata,
6872
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6873
- ): UnaryResponse$c;
6838
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6839
+ ): UnaryResponse$a;
6874
6840
  getAssistant(
6875
6841
  requestMessage: GetAssistantRequest,
6876
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6877
- ): UnaryResponse$c;
6842
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6843
+ ): UnaryResponse$a;
6878
6844
  getAllAssistant(
6879
6845
  requestMessage: GetAllAssistantRequest,
6880
6846
  metadata: grpc.Metadata,
6881
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantResponse|null) => void
6882
- ): UnaryResponse$c;
6847
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantResponse|null) => void
6848
+ ): UnaryResponse$a;
6883
6849
  getAllAssistant(
6884
6850
  requestMessage: GetAllAssistantRequest,
6885
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantResponse|null) => void
6886
- ): UnaryResponse$c;
6851
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantResponse|null) => void
6852
+ ): UnaryResponse$a;
6887
6853
  createAssistant(
6888
6854
  requestMessage: CreateAssistantRequest,
6889
6855
  metadata: grpc.Metadata,
6890
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6891
- ): UnaryResponse$c;
6856
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6857
+ ): UnaryResponse$a;
6892
6858
  createAssistant(
6893
6859
  requestMessage: CreateAssistantRequest,
6894
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6895
- ): UnaryResponse$c;
6860
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6861
+ ): UnaryResponse$a;
6896
6862
  deleteAssistant(
6897
6863
  requestMessage: DeleteAssistantRequest,
6898
6864
  metadata: grpc.Metadata,
6899
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6900
- ): UnaryResponse$c;
6865
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6866
+ ): UnaryResponse$a;
6901
6867
  deleteAssistant(
6902
6868
  requestMessage: DeleteAssistantRequest,
6903
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6904
- ): UnaryResponse$c;
6869
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6870
+ ): UnaryResponse$a;
6905
6871
  getAllAssistantProvider(
6906
6872
  requestMessage: GetAllAssistantProviderRequest,
6907
6873
  metadata: grpc.Metadata,
6908
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantProviderResponse|null) => void
6909
- ): UnaryResponse$c;
6874
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantProviderResponse|null) => void
6875
+ ): UnaryResponse$a;
6910
6876
  getAllAssistantProvider(
6911
6877
  requestMessage: GetAllAssistantProviderRequest,
6912
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantProviderResponse|null) => void
6913
- ): UnaryResponse$c;
6878
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantProviderResponse|null) => void
6879
+ ): UnaryResponse$a;
6914
6880
  createAssistantProvider(
6915
6881
  requestMessage: CreateAssistantProviderRequest,
6916
6882
  metadata: grpc.Metadata,
6917
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantProviderResponse|null) => void
6918
- ): UnaryResponse$c;
6883
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantProviderResponse|null) => void
6884
+ ): UnaryResponse$a;
6919
6885
  createAssistantProvider(
6920
6886
  requestMessage: CreateAssistantProviderRequest,
6921
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantProviderResponse|null) => void
6922
- ): UnaryResponse$c;
6887
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantProviderResponse|null) => void
6888
+ ): UnaryResponse$a;
6923
6889
  createAssistantTag(
6924
6890
  requestMessage: CreateAssistantTagRequest,
6925
6891
  metadata: grpc.Metadata,
6926
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6927
- ): UnaryResponse$c;
6892
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6893
+ ): UnaryResponse$a;
6928
6894
  createAssistantTag(
6929
6895
  requestMessage: CreateAssistantTagRequest,
6930
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6931
- ): UnaryResponse$c;
6896
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6897
+ ): UnaryResponse$a;
6932
6898
  updateAssistantVersion(
6933
6899
  requestMessage: UpdateAssistantVersionRequest,
6934
6900
  metadata: grpc.Metadata,
6935
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6936
- ): UnaryResponse$c;
6901
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6902
+ ): UnaryResponse$a;
6937
6903
  updateAssistantVersion(
6938
6904
  requestMessage: UpdateAssistantVersionRequest,
6939
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6940
- ): UnaryResponse$c;
6905
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6906
+ ): UnaryResponse$a;
6941
6907
  updateAssistantDetail(
6942
6908
  requestMessage: UpdateAssistantDetailRequest,
6943
6909
  metadata: grpc.Metadata,
6944
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6945
- ): UnaryResponse$c;
6910
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6911
+ ): UnaryResponse$a;
6946
6912
  updateAssistantDetail(
6947
6913
  requestMessage: UpdateAssistantDetailRequest,
6948
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6949
- ): UnaryResponse$c;
6914
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6915
+ ): UnaryResponse$a;
6950
6916
  getAllAssistantMessage(
6951
6917
  requestMessage: GetAllAssistantMessageRequest,
6952
6918
  metadata: grpc.Metadata,
6953
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantMessageResponse|null) => void
6954
- ): UnaryResponse$c;
6919
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantMessageResponse|null) => void
6920
+ ): UnaryResponse$a;
6955
6921
  getAllAssistantMessage(
6956
6922
  requestMessage: GetAllAssistantMessageRequest,
6957
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantMessageResponse|null) => void
6958
- ): UnaryResponse$c;
6923
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantMessageResponse|null) => void
6924
+ ): UnaryResponse$a;
6959
6925
  getAllConversationMessage(
6960
6926
  requestMessage: GetAllConversationMessageRequest,
6961
6927
  metadata: grpc.Metadata,
6962
- callback: (error: ServiceError$c|null, responseMessage: GetAllConversationMessageResponse|null) => void
6963
- ): UnaryResponse$c;
6928
+ callback: (error: ServiceError$a|null, responseMessage: GetAllConversationMessageResponse|null) => void
6929
+ ): UnaryResponse$a;
6964
6930
  getAllConversationMessage(
6965
6931
  requestMessage: GetAllConversationMessageRequest,
6966
- callback: (error: ServiceError$c|null, responseMessage: GetAllConversationMessageResponse|null) => void
6967
- ): UnaryResponse$c;
6932
+ callback: (error: ServiceError$a|null, responseMessage: GetAllConversationMessageResponse|null) => void
6933
+ ): UnaryResponse$a;
6968
6934
  getAllMessage(
6969
6935
  requestMessage: GetAllMessageRequest,
6970
6936
  metadata: grpc.Metadata,
6971
- callback: (error: ServiceError$c|null, responseMessage: GetAllMessageResponse|null) => void
6972
- ): UnaryResponse$c;
6937
+ callback: (error: ServiceError$a|null, responseMessage: GetAllMessageResponse|null) => void
6938
+ ): UnaryResponse$a;
6973
6939
  getAllMessage(
6974
6940
  requestMessage: GetAllMessageRequest,
6975
- callback: (error: ServiceError$c|null, responseMessage: GetAllMessageResponse|null) => void
6976
- ): UnaryResponse$c;
6941
+ callback: (error: ServiceError$a|null, responseMessage: GetAllMessageResponse|null) => void
6942
+ ): UnaryResponse$a;
6977
6943
  getAllAssistantTelemetry(
6978
6944
  requestMessage: GetAllAssistantTelemetryRequest,
6979
6945
  metadata: grpc.Metadata,
6980
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantTelemetryResponse|null) => void
6981
- ): UnaryResponse$c;
6946
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantTelemetryResponse|null) => void
6947
+ ): UnaryResponse$a;
6982
6948
  getAllAssistantTelemetry(
6983
6949
  requestMessage: GetAllAssistantTelemetryRequest,
6984
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantTelemetryResponse|null) => void
6985
- ): UnaryResponse$c;
6950
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantTelemetryResponse|null) => void
6951
+ ): UnaryResponse$a;
6986
6952
  getAllAssistantConversation(
6987
6953
  requestMessage: GetAllAssistantConversationRequest,
6988
6954
  metadata: grpc.Metadata,
6989
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantConversationResponse|null) => void
6990
- ): UnaryResponse$c;
6955
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantConversationResponse|null) => void
6956
+ ): UnaryResponse$a;
6991
6957
  getAllAssistantConversation(
6992
6958
  requestMessage: GetAllAssistantConversationRequest,
6993
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantConversationResponse|null) => void
6994
- ): UnaryResponse$c;
6959
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantConversationResponse|null) => void
6960
+ ): UnaryResponse$a;
6995
6961
  getAssistantConversation(
6996
6962
  requestMessage: GetAssistantConversationRequest,
6997
6963
  metadata: grpc.Metadata,
6998
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantConversationResponse|null) => void
6999
- ): UnaryResponse$c;
6964
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantConversationResponse|null) => void
6965
+ ): UnaryResponse$a;
7000
6966
  getAssistantConversation(
7001
6967
  requestMessage: GetAssistantConversationRequest,
7002
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantConversationResponse|null) => void
7003
- ): UnaryResponse$c;
6968
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantConversationResponse|null) => void
6969
+ ): UnaryResponse$a;
7004
6970
  getAssistantWebhookLog(
7005
6971
  requestMessage: GetAssistantWebhookLogRequest,
7006
6972
  metadata: grpc.Metadata,
7007
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookLogResponse|null) => void
7008
- ): UnaryResponse$c;
6973
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookLogResponse|null) => void
6974
+ ): UnaryResponse$a;
7009
6975
  getAssistantWebhookLog(
7010
6976
  requestMessage: GetAssistantWebhookLogRequest,
7011
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookLogResponse|null) => void
7012
- ): UnaryResponse$c;
6977
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookLogResponse|null) => void
6978
+ ): UnaryResponse$a;
7013
6979
  getAllAssistantWebhookLog(
7014
6980
  requestMessage: GetAllAssistantWebhookLogRequest,
7015
6981
  metadata: grpc.Metadata,
7016
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantWebhookLogResponse|null) => void
7017
- ): UnaryResponse$c;
6982
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantWebhookLogResponse|null) => void
6983
+ ): UnaryResponse$a;
7018
6984
  getAllAssistantWebhookLog(
7019
6985
  requestMessage: GetAllAssistantWebhookLogRequest,
7020
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantWebhookLogResponse|null) => void
7021
- ): UnaryResponse$c;
6986
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantWebhookLogResponse|null) => void
6987
+ ): UnaryResponse$a;
7022
6988
  getAllAssistantWebhook(
7023
6989
  requestMessage: GetAllAssistantWebhookRequest,
7024
6990
  metadata: grpc.Metadata,
7025
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantWebhookResponse|null) => void
7026
- ): UnaryResponse$c;
6991
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantWebhookResponse|null) => void
6992
+ ): UnaryResponse$a;
7027
6993
  getAllAssistantWebhook(
7028
6994
  requestMessage: GetAllAssistantWebhookRequest,
7029
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantWebhookResponse|null) => void
7030
- ): UnaryResponse$c;
6995
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantWebhookResponse|null) => void
6996
+ ): UnaryResponse$a;
7031
6997
  getAssistantWebhook(
7032
6998
  requestMessage: GetAssistantWebhookRequest,
7033
6999
  metadata: grpc.Metadata,
7034
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookResponse|null) => void
7035
- ): UnaryResponse$c;
7000
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
7001
+ ): UnaryResponse$a;
7036
7002
  getAssistantWebhook(
7037
7003
  requestMessage: GetAssistantWebhookRequest,
7038
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookResponse|null) => void
7039
- ): UnaryResponse$c;
7004
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
7005
+ ): UnaryResponse$a;
7040
7006
  createAssistantWebhook(
7041
7007
  requestMessage: CreateAssistantWebhookRequest,
7042
7008
  metadata: grpc.Metadata,
7043
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookResponse|null) => void
7044
- ): UnaryResponse$c;
7009
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
7010
+ ): UnaryResponse$a;
7045
7011
  createAssistantWebhook(
7046
7012
  requestMessage: CreateAssistantWebhookRequest,
7047
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookResponse|null) => void
7048
- ): UnaryResponse$c;
7013
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
7014
+ ): UnaryResponse$a;
7049
7015
  updateAssistantWebhook(
7050
7016
  requestMessage: UpdateAssistantWebhookRequest,
7051
7017
  metadata: grpc.Metadata,
7052
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookResponse|null) => void
7053
- ): UnaryResponse$c;
7018
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
7019
+ ): UnaryResponse$a;
7054
7020
  updateAssistantWebhook(
7055
7021
  requestMessage: UpdateAssistantWebhookRequest,
7056
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookResponse|null) => void
7057
- ): UnaryResponse$c;
7022
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
7023
+ ): UnaryResponse$a;
7058
7024
  deleteAssistantWebhook(
7059
7025
  requestMessage: DeleteAssistantWebhookRequest,
7060
7026
  metadata: grpc.Metadata,
7061
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookResponse|null) => void
7062
- ): UnaryResponse$c;
7027
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
7028
+ ): UnaryResponse$a;
7063
7029
  deleteAssistantWebhook(
7064
7030
  requestMessage: DeleteAssistantWebhookRequest,
7065
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookResponse|null) => void
7066
- ): UnaryResponse$c;
7031
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
7032
+ ): UnaryResponse$a;
7067
7033
  getAssistantToolLog(
7068
7034
  requestMessage: GetAssistantToolLogRequest,
7069
7035
  metadata: grpc.Metadata,
7070
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolLogResponse|null) => void
7071
- ): UnaryResponse$c;
7036
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolLogResponse|null) => void
7037
+ ): UnaryResponse$a;
7072
7038
  getAssistantToolLog(
7073
7039
  requestMessage: GetAssistantToolLogRequest,
7074
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolLogResponse|null) => void
7075
- ): UnaryResponse$c;
7040
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolLogResponse|null) => void
7041
+ ): UnaryResponse$a;
7076
7042
  getAllAssistantToolLog(
7077
7043
  requestMessage: GetAllAssistantToolLogRequest,
7078
7044
  metadata: grpc.Metadata,
7079
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantToolLogResponse|null) => void
7080
- ): UnaryResponse$c;
7045
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantToolLogResponse|null) => void
7046
+ ): UnaryResponse$a;
7081
7047
  getAllAssistantToolLog(
7082
7048
  requestMessage: GetAllAssistantToolLogRequest,
7083
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantToolLogResponse|null) => void
7084
- ): UnaryResponse$c;
7049
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantToolLogResponse|null) => void
7050
+ ): UnaryResponse$a;
7085
7051
  getAssistantAnalysis(
7086
7052
  requestMessage: GetAssistantAnalysisRequest,
7087
7053
  metadata: grpc.Metadata,
7088
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7089
- ): UnaryResponse$c;
7054
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7055
+ ): UnaryResponse$a;
7090
7056
  getAssistantAnalysis(
7091
7057
  requestMessage: GetAssistantAnalysisRequest,
7092
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7093
- ): UnaryResponse$c;
7058
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7059
+ ): UnaryResponse$a;
7094
7060
  updateAssistantAnalysis(
7095
7061
  requestMessage: UpdateAssistantAnalysisRequest,
7096
7062
  metadata: grpc.Metadata,
7097
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7098
- ): UnaryResponse$c;
7063
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7064
+ ): UnaryResponse$a;
7099
7065
  updateAssistantAnalysis(
7100
7066
  requestMessage: UpdateAssistantAnalysisRequest,
7101
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7102
- ): UnaryResponse$c;
7067
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7068
+ ): UnaryResponse$a;
7103
7069
  createAssistantAnalysis(
7104
7070
  requestMessage: CreateAssistantAnalysisRequest,
7105
7071
  metadata: grpc.Metadata,
7106
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7107
- ): UnaryResponse$c;
7072
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7073
+ ): UnaryResponse$a;
7108
7074
  createAssistantAnalysis(
7109
7075
  requestMessage: CreateAssistantAnalysisRequest,
7110
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7111
- ): UnaryResponse$c;
7076
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7077
+ ): UnaryResponse$a;
7112
7078
  deleteAssistantAnalysis(
7113
7079
  requestMessage: DeleteAssistantAnalysisRequest,
7114
7080
  metadata: grpc.Metadata,
7115
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7116
- ): UnaryResponse$c;
7081
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7082
+ ): UnaryResponse$a;
7117
7083
  deleteAssistantAnalysis(
7118
7084
  requestMessage: DeleteAssistantAnalysisRequest,
7119
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7120
- ): UnaryResponse$c;
7085
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7086
+ ): UnaryResponse$a;
7121
7087
  getAllAssistantAnalysis(
7122
7088
  requestMessage: GetAllAssistantAnalysisRequest,
7123
7089
  metadata: grpc.Metadata,
7124
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantAnalysisResponse|null) => void
7125
- ): UnaryResponse$c;
7090
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantAnalysisResponse|null) => void
7091
+ ): UnaryResponse$a;
7126
7092
  getAllAssistantAnalysis(
7127
7093
  requestMessage: GetAllAssistantAnalysisRequest,
7128
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantAnalysisResponse|null) => void
7129
- ): UnaryResponse$c;
7094
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantAnalysisResponse|null) => void
7095
+ ): UnaryResponse$a;
7130
7096
  createAssistantTool(
7131
7097
  requestMessage: CreateAssistantToolRequest,
7132
7098
  metadata: grpc.Metadata,
7133
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolResponse|null) => void
7134
- ): UnaryResponse$c;
7099
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7100
+ ): UnaryResponse$a;
7135
7101
  createAssistantTool(
7136
7102
  requestMessage: CreateAssistantToolRequest,
7137
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolResponse|null) => void
7138
- ): UnaryResponse$c;
7103
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7104
+ ): UnaryResponse$a;
7139
7105
  getAssistantTool(
7140
7106
  requestMessage: GetAssistantToolRequest,
7141
7107
  metadata: grpc.Metadata,
7142
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolResponse|null) => void
7143
- ): UnaryResponse$c;
7108
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7109
+ ): UnaryResponse$a;
7144
7110
  getAssistantTool(
7145
7111
  requestMessage: GetAssistantToolRequest,
7146
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolResponse|null) => void
7147
- ): UnaryResponse$c;
7112
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7113
+ ): UnaryResponse$a;
7148
7114
  getAllAssistantTool(
7149
7115
  requestMessage: GetAllAssistantToolRequest,
7150
7116
  metadata: grpc.Metadata,
7151
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantToolResponse|null) => void
7152
- ): UnaryResponse$c;
7117
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantToolResponse|null) => void
7118
+ ): UnaryResponse$a;
7153
7119
  getAllAssistantTool(
7154
7120
  requestMessage: GetAllAssistantToolRequest,
7155
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantToolResponse|null) => void
7156
- ): UnaryResponse$c;
7121
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantToolResponse|null) => void
7122
+ ): UnaryResponse$a;
7157
7123
  deleteAssistantTool(
7158
7124
  requestMessage: DeleteAssistantToolRequest,
7159
7125
  metadata: grpc.Metadata,
7160
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolResponse|null) => void
7161
- ): UnaryResponse$c;
7126
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7127
+ ): UnaryResponse$a;
7162
7128
  deleteAssistantTool(
7163
7129
  requestMessage: DeleteAssistantToolRequest,
7164
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolResponse|null) => void
7165
- ): UnaryResponse$c;
7130
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7131
+ ): UnaryResponse$a;
7166
7132
  updateAssistantTool(
7167
7133
  requestMessage: UpdateAssistantToolRequest,
7168
7134
  metadata: grpc.Metadata,
7169
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolResponse|null) => void
7170
- ): UnaryResponse$c;
7135
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7136
+ ): UnaryResponse$a;
7171
7137
  updateAssistantTool(
7172
7138
  requestMessage: UpdateAssistantToolRequest,
7173
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolResponse|null) => void
7174
- ): UnaryResponse$c;
7139
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7140
+ ): UnaryResponse$a;
7175
7141
  createAssistantKnowledge(
7176
7142
  requestMessage: CreateAssistantKnowledgeRequest,
7177
7143
  metadata: grpc.Metadata,
7178
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7179
- ): UnaryResponse$c;
7144
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7145
+ ): UnaryResponse$a;
7180
7146
  createAssistantKnowledge(
7181
7147
  requestMessage: CreateAssistantKnowledgeRequest,
7182
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7183
- ): UnaryResponse$c;
7148
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7149
+ ): UnaryResponse$a;
7184
7150
  getAssistantKnowledge(
7185
7151
  requestMessage: GetAssistantKnowledgeRequest,
7186
7152
  metadata: grpc.Metadata,
7187
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7188
- ): UnaryResponse$c;
7153
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7154
+ ): UnaryResponse$a;
7189
7155
  getAssistantKnowledge(
7190
7156
  requestMessage: GetAssistantKnowledgeRequest,
7191
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7192
- ): UnaryResponse$c;
7157
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7158
+ ): UnaryResponse$a;
7193
7159
  getAllAssistantKnowledge(
7194
7160
  requestMessage: GetAllAssistantKnowledgeRequest,
7195
7161
  metadata: grpc.Metadata,
7196
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantKnowledgeResponse|null) => void
7197
- ): UnaryResponse$c;
7162
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantKnowledgeResponse|null) => void
7163
+ ): UnaryResponse$a;
7198
7164
  getAllAssistantKnowledge(
7199
7165
  requestMessage: GetAllAssistantKnowledgeRequest,
7200
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantKnowledgeResponse|null) => void
7201
- ): UnaryResponse$c;
7166
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantKnowledgeResponse|null) => void
7167
+ ): UnaryResponse$a;
7202
7168
  deleteAssistantKnowledge(
7203
7169
  requestMessage: DeleteAssistantKnowledgeRequest,
7204
7170
  metadata: grpc.Metadata,
7205
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7206
- ): UnaryResponse$c;
7171
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7172
+ ): UnaryResponse$a;
7207
7173
  deleteAssistantKnowledge(
7208
7174
  requestMessage: DeleteAssistantKnowledgeRequest,
7209
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7210
- ): UnaryResponse$c;
7175
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7176
+ ): UnaryResponse$a;
7211
7177
  updateAssistantKnowledge(
7212
7178
  requestMessage: UpdateAssistantKnowledgeRequest,
7213
7179
  metadata: grpc.Metadata,
7214
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7215
- ): UnaryResponse$c;
7180
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7181
+ ): UnaryResponse$a;
7216
7182
  updateAssistantKnowledge(
7217
7183
  requestMessage: UpdateAssistantKnowledgeRequest,
7218
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7219
- ): UnaryResponse$c;
7184
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7185
+ ): UnaryResponse$a;
7220
7186
  }
7221
7187
 
7222
7188
  // package: web_api
@@ -7478,34 +7444,6 @@ declare namespace ScopedAuthentication {
7478
7444
  }
7479
7445
  }
7480
7446
 
7481
- declare class AuthenticationError extends jspb.Message {
7482
- getErrorcode(): string;
7483
- setErrorcode(value: string): void;
7484
-
7485
- getErrormessage(): string;
7486
- setErrormessage(value: string): void;
7487
-
7488
- getHumanmessage(): string;
7489
- setHumanmessage(value: string): void;
7490
-
7491
- serializeBinary(): Uint8Array;
7492
- toObject(includeInstance?: boolean): AuthenticationError.AsObject;
7493
- static toObject(includeInstance: boolean, msg: AuthenticationError): AuthenticationError.AsObject;
7494
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
7495
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
7496
- static serializeBinaryToWriter(message: AuthenticationError, writer: jspb.BinaryWriter): void;
7497
- static deserializeBinary(bytes: Uint8Array): AuthenticationError;
7498
- static deserializeBinaryFromReader(message: AuthenticationError, reader: jspb.BinaryReader): AuthenticationError;
7499
- }
7500
-
7501
- declare namespace AuthenticationError {
7502
- export type AsObject = {
7503
- errorcode: string,
7504
- errormessage: string,
7505
- humanmessage: string,
7506
- }
7507
- }
7508
-
7509
7447
  declare class AuthenticateResponse extends jspb.Message {
7510
7448
  getCode(): number;
7511
7449
  setCode(value: number): void;
@@ -7520,8 +7458,8 @@ declare class AuthenticateResponse extends jspb.Message {
7520
7458
 
7521
7459
  hasError(): boolean;
7522
7460
  clearError(): void;
7523
- getError(): AuthenticationError | undefined;
7524
- setError(value?: AuthenticationError): void;
7461
+ getError(): Error | undefined;
7462
+ setError(value?: Error): void;
7525
7463
 
7526
7464
  serializeBinary(): Uint8Array;
7527
7465
  toObject(includeInstance?: boolean): AuthenticateResponse.AsObject;
@@ -7538,7 +7476,7 @@ declare namespace AuthenticateResponse {
7538
7476
  code: number,
7539
7477
  success: boolean,
7540
7478
  data?: Authentication.AsObject,
7541
- error?: AuthenticationError.AsObject,
7479
+ error?: Error.AsObject,
7542
7480
  }
7543
7481
  }
7544
7482
 
@@ -7571,8 +7509,8 @@ declare class ForgotPasswordResponse extends jspb.Message {
7571
7509
 
7572
7510
  hasError(): boolean;
7573
7511
  clearError(): void;
7574
- getError(): AuthenticationError | undefined;
7575
- setError(value?: AuthenticationError): void;
7512
+ getError(): Error | undefined;
7513
+ setError(value?: Error): void;
7576
7514
 
7577
7515
  serializeBinary(): Uint8Array;
7578
7516
  toObject(includeInstance?: boolean): ForgotPasswordResponse.AsObject;
@@ -7588,7 +7526,61 @@ declare namespace ForgotPasswordResponse {
7588
7526
  export type AsObject = {
7589
7527
  code: number,
7590
7528
  success: boolean,
7591
- error?: AuthenticationError.AsObject,
7529
+ error?: Error.AsObject,
7530
+ }
7531
+ }
7532
+
7533
+ declare class ChangePasswordRequest extends jspb.Message {
7534
+ getOldpassword(): string;
7535
+ setOldpassword(value: string): void;
7536
+
7537
+ getPassword(): string;
7538
+ setPassword(value: string): void;
7539
+
7540
+ serializeBinary(): Uint8Array;
7541
+ toObject(includeInstance?: boolean): ChangePasswordRequest.AsObject;
7542
+ static toObject(includeInstance: boolean, msg: ChangePasswordRequest): ChangePasswordRequest.AsObject;
7543
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
7544
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
7545
+ static serializeBinaryToWriter(message: ChangePasswordRequest, writer: jspb.BinaryWriter): void;
7546
+ static deserializeBinary(bytes: Uint8Array): ChangePasswordRequest;
7547
+ static deserializeBinaryFromReader(message: ChangePasswordRequest, reader: jspb.BinaryReader): ChangePasswordRequest;
7548
+ }
7549
+
7550
+ declare namespace ChangePasswordRequest {
7551
+ export type AsObject = {
7552
+ oldpassword: string,
7553
+ password: string,
7554
+ }
7555
+ }
7556
+
7557
+ declare class ChangePasswordResponse extends jspb.Message {
7558
+ getCode(): number;
7559
+ setCode(value: number): void;
7560
+
7561
+ getSuccess(): boolean;
7562
+ setSuccess(value: boolean): void;
7563
+
7564
+ hasError(): boolean;
7565
+ clearError(): void;
7566
+ getError(): Error | undefined;
7567
+ setError(value?: Error): void;
7568
+
7569
+ serializeBinary(): Uint8Array;
7570
+ toObject(includeInstance?: boolean): ChangePasswordResponse.AsObject;
7571
+ static toObject(includeInstance: boolean, msg: ChangePasswordResponse): ChangePasswordResponse.AsObject;
7572
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
7573
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
7574
+ static serializeBinaryToWriter(message: ChangePasswordResponse, writer: jspb.BinaryWriter): void;
7575
+ static deserializeBinary(bytes: Uint8Array): ChangePasswordResponse;
7576
+ static deserializeBinaryFromReader(message: ChangePasswordResponse, reader: jspb.BinaryReader): ChangePasswordResponse;
7577
+ }
7578
+
7579
+ declare namespace ChangePasswordResponse {
7580
+ export type AsObject = {
7581
+ code: number,
7582
+ success: boolean,
7583
+ error?: Error.AsObject,
7592
7584
  }
7593
7585
  }
7594
7586
 
@@ -7625,8 +7617,8 @@ declare class CreatePasswordResponse extends jspb.Message {
7625
7617
 
7626
7618
  hasError(): boolean;
7627
7619
  clearError(): void;
7628
- getError(): AuthenticationError | undefined;
7629
- setError(value?: AuthenticationError): void;
7620
+ getError(): Error | undefined;
7621
+ setError(value?: Error): void;
7630
7622
 
7631
7623
  serializeBinary(): Uint8Array;
7632
7624
  toObject(includeInstance?: boolean): CreatePasswordResponse.AsObject;
@@ -7642,7 +7634,7 @@ declare namespace CreatePasswordResponse {
7642
7634
  export type AsObject = {
7643
7635
  code: number,
7644
7636
  success: boolean,
7645
- error?: AuthenticationError.AsObject,
7637
+ error?: Error.AsObject,
7646
7638
  }
7647
7639
  }
7648
7640
 
@@ -7750,8 +7742,8 @@ declare class ScopedAuthenticationResponse extends jspb.Message {
7750
7742
 
7751
7743
  hasError(): boolean;
7752
7744
  clearError(): void;
7753
- getError(): AuthenticationError | undefined;
7754
- setError(value?: AuthenticationError): void;
7745
+ getError(): Error | undefined;
7746
+ setError(value?: Error): void;
7755
7747
 
7756
7748
  serializeBinary(): Uint8Array;
7757
7749
  toObject(includeInstance?: boolean): ScopedAuthenticationResponse.AsObject;
@@ -7768,7 +7760,7 @@ declare namespace ScopedAuthenticationResponse {
7768
7760
  code: number,
7769
7761
  success: boolean,
7770
7762
  data?: ScopedAuthentication.AsObject,
7771
- error?: AuthenticationError.AsObject,
7763
+ error?: Error.AsObject,
7772
7764
  }
7773
7765
  }
7774
7766
 
@@ -7970,34 +7962,6 @@ declare namespace GetAllUserResponse {
7970
7962
  }
7971
7963
  }
7972
7964
 
7973
- declare class OrganizationError extends jspb.Message {
7974
- getErrorcode(): string;
7975
- setErrorcode(value: string): void;
7976
-
7977
- getErrormessage(): string;
7978
- setErrormessage(value: string): void;
7979
-
7980
- getHumanmessage(): string;
7981
- setHumanmessage(value: string): void;
7982
-
7983
- serializeBinary(): Uint8Array;
7984
- toObject(includeInstance?: boolean): OrganizationError.AsObject;
7985
- static toObject(includeInstance: boolean, msg: OrganizationError): OrganizationError.AsObject;
7986
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
7987
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
7988
- static serializeBinaryToWriter(message: OrganizationError, writer: jspb.BinaryWriter): void;
7989
- static deserializeBinary(bytes: Uint8Array): OrganizationError;
7990
- static deserializeBinaryFromReader(message: OrganizationError, reader: jspb.BinaryReader): OrganizationError;
7991
- }
7992
-
7993
- declare namespace OrganizationError {
7994
- export type AsObject = {
7995
- errorcode: string,
7996
- errormessage: string,
7997
- humanmessage: string,
7998
- }
7999
- }
8000
-
8001
7965
  declare class CreateOrganizationRequest extends jspb.Message {
8002
7966
  getOrganizationname(): string;
8003
7967
  setOrganizationname(value: string): void;
@@ -8105,9 +8069,9 @@ declare class GetOrganizationResponse extends jspb.Message {
8105
8069
 
8106
8070
  hasError(): boolean;
8107
8071
  clearError(): void;
8108
- getError(): OrganizationError | undefined;
8109
- setError(value?: OrganizationError): void;
8110
-
8072
+ getError(): Error | undefined;
8073
+ setError(value?: Error): void;
8074
+
8111
8075
  serializeBinary(): Uint8Array;
8112
8076
  toObject(includeInstance?: boolean): GetOrganizationResponse.AsObject;
8113
8077
  static toObject(includeInstance: boolean, msg: GetOrganizationResponse): GetOrganizationResponse.AsObject;
@@ -8124,7 +8088,7 @@ declare namespace GetOrganizationResponse {
8124
8088
  success: boolean,
8125
8089
  data?: Organization.AsObject,
8126
8090
  role?: OrganizationRole.AsObject,
8127
- error?: OrganizationError.AsObject,
8091
+ error?: Error.AsObject,
8128
8092
  }
8129
8093
  }
8130
8094
 
@@ -8147,8 +8111,8 @@ declare class CreateOrganizationResponse extends jspb.Message {
8147
8111
 
8148
8112
  hasError(): boolean;
8149
8113
  clearError(): void;
8150
- getError(): OrganizationError | undefined;
8151
- setError(value?: OrganizationError): void;
8114
+ getError(): Error | undefined;
8115
+ setError(value?: Error): void;
8152
8116
 
8153
8117
  serializeBinary(): Uint8Array;
8154
8118
  toObject(includeInstance?: boolean): CreateOrganizationResponse.AsObject;
@@ -8166,7 +8130,7 @@ declare namespace CreateOrganizationResponse {
8166
8130
  success: boolean,
8167
8131
  data?: Organization.AsObject,
8168
8132
  role?: OrganizationRole.AsObject,
8169
- error?: OrganizationError.AsObject,
8133
+ error?: Error.AsObject,
8170
8134
  }
8171
8135
  }
8172
8136
 
@@ -8179,8 +8143,8 @@ declare class UpdateOrganizationResponse extends jspb.Message {
8179
8143
 
8180
8144
  hasError(): boolean;
8181
8145
  clearError(): void;
8182
- getError(): OrganizationError | undefined;
8183
- setError(value?: OrganizationError): void;
8146
+ getError(): Error | undefined;
8147
+ setError(value?: Error): void;
8184
8148
 
8185
8149
  serializeBinary(): Uint8Array;
8186
8150
  toObject(includeInstance?: boolean): UpdateOrganizationResponse.AsObject;
@@ -8196,7 +8160,7 @@ declare namespace UpdateOrganizationResponse {
8196
8160
  export type AsObject = {
8197
8161
  code: number,
8198
8162
  success: boolean,
8199
- error?: OrganizationError.AsObject,
8163
+ error?: Error.AsObject,
8200
8164
  }
8201
8165
  }
8202
8166
 
@@ -8931,6 +8895,15 @@ type AuthenticationServiceCreatePassword = {
8931
8895
  readonly responseType: typeof CreatePasswordResponse;
8932
8896
  };
8933
8897
 
8898
+ type AuthenticationServiceChangePassword = {
8899
+ readonly methodName: string;
8900
+ readonly service: typeof AuthenticationService;
8901
+ readonly requestStream: false;
8902
+ readonly responseStream: false;
8903
+ readonly requestType: typeof ChangePasswordRequest;
8904
+ readonly responseType: typeof ChangePasswordResponse;
8905
+ };
8906
+
8934
8907
  type AuthenticationServiceGetUser = {
8935
8908
  readonly methodName: string;
8936
8909
  readonly service: typeof AuthenticationService;
@@ -8994,6 +8967,7 @@ declare class AuthenticationService {
8994
8967
  static readonly VerifyToken: AuthenticationServiceVerifyToken;
8995
8968
  static readonly ForgotPassword: AuthenticationServiceForgotPassword;
8996
8969
  static readonly CreatePassword: AuthenticationServiceCreatePassword;
8970
+ static readonly ChangePassword: AuthenticationServiceChangePassword;
8997
8971
  static readonly GetUser: AuthenticationServiceGetUser;
8998
8972
  static readonly UpdateUser: AuthenticationServiceUpdateUser;
8999
8973
  static readonly GetAllUser: AuthenticationServiceGetAllUser;
@@ -9130,9 +9104,9 @@ declare class ProjectService {
9130
9104
  static readonly GetAllProjectCredential: ProjectServiceGetAllProjectCredential;
9131
9105
  }
9132
9106
 
9133
- type ServiceError$b = { message: string, code: number; metadata: grpc.Metadata }
9107
+ type ServiceError$9 = { message: string, code: number; metadata: grpc.Metadata }
9134
9108
 
9135
- interface UnaryResponse$b {
9109
+ interface UnaryResponse$9 {
9136
9110
  cancel(): void;
9137
9111
  }
9138
9112
 
@@ -9143,120 +9117,129 @@ declare class AuthenticationServiceClient {
9143
9117
  authenticate(
9144
9118
  requestMessage: AuthenticateRequest,
9145
9119
  metadata: grpc.Metadata,
9146
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9147
- ): UnaryResponse$b;
9120
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9121
+ ): UnaryResponse$9;
9148
9122
  authenticate(
9149
9123
  requestMessage: AuthenticateRequest,
9150
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9151
- ): UnaryResponse$b;
9124
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9125
+ ): UnaryResponse$9;
9152
9126
  registerUser(
9153
9127
  requestMessage: RegisterUserRequest,
9154
9128
  metadata: grpc.Metadata,
9155
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9156
- ): UnaryResponse$b;
9129
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9130
+ ): UnaryResponse$9;
9157
9131
  registerUser(
9158
9132
  requestMessage: RegisterUserRequest,
9159
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9160
- ): UnaryResponse$b;
9133
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9134
+ ): UnaryResponse$9;
9161
9135
  authorize(
9162
9136
  requestMessage: AuthorizeRequest,
9163
9137
  metadata: grpc.Metadata,
9164
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9165
- ): UnaryResponse$b;
9138
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9139
+ ): UnaryResponse$9;
9166
9140
  authorize(
9167
9141
  requestMessage: AuthorizeRequest,
9168
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9169
- ): UnaryResponse$b;
9142
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9143
+ ): UnaryResponse$9;
9170
9144
  scopeAuthorize(
9171
9145
  requestMessage: ScopeAuthorizeRequest,
9172
9146
  metadata: grpc.Metadata,
9173
- callback: (error: ServiceError$b|null, responseMessage: ScopedAuthenticationResponse|null) => void
9174
- ): UnaryResponse$b;
9147
+ callback: (error: ServiceError$9|null, responseMessage: ScopedAuthenticationResponse|null) => void
9148
+ ): UnaryResponse$9;
9175
9149
  scopeAuthorize(
9176
9150
  requestMessage: ScopeAuthorizeRequest,
9177
- callback: (error: ServiceError$b|null, responseMessage: ScopedAuthenticationResponse|null) => void
9178
- ): UnaryResponse$b;
9151
+ callback: (error: ServiceError$9|null, responseMessage: ScopedAuthenticationResponse|null) => void
9152
+ ): UnaryResponse$9;
9179
9153
  verifyToken(
9180
9154
  requestMessage: VerifyTokenRequest,
9181
9155
  metadata: grpc.Metadata,
9182
- callback: (error: ServiceError$b|null, responseMessage: VerifyTokenResponse|null) => void
9183
- ): UnaryResponse$b;
9156
+ callback: (error: ServiceError$9|null, responseMessage: VerifyTokenResponse|null) => void
9157
+ ): UnaryResponse$9;
9184
9158
  verifyToken(
9185
9159
  requestMessage: VerifyTokenRequest,
9186
- callback: (error: ServiceError$b|null, responseMessage: VerifyTokenResponse|null) => void
9187
- ): UnaryResponse$b;
9160
+ callback: (error: ServiceError$9|null, responseMessage: VerifyTokenResponse|null) => void
9161
+ ): UnaryResponse$9;
9188
9162
  forgotPassword(
9189
9163
  requestMessage: ForgotPasswordRequest,
9190
9164
  metadata: grpc.Metadata,
9191
- callback: (error: ServiceError$b|null, responseMessage: ForgotPasswordResponse|null) => void
9192
- ): UnaryResponse$b;
9165
+ callback: (error: ServiceError$9|null, responseMessage: ForgotPasswordResponse|null) => void
9166
+ ): UnaryResponse$9;
9193
9167
  forgotPassword(
9194
9168
  requestMessage: ForgotPasswordRequest,
9195
- callback: (error: ServiceError$b|null, responseMessage: ForgotPasswordResponse|null) => void
9196
- ): UnaryResponse$b;
9169
+ callback: (error: ServiceError$9|null, responseMessage: ForgotPasswordResponse|null) => void
9170
+ ): UnaryResponse$9;
9197
9171
  createPassword(
9198
9172
  requestMessage: CreatePasswordRequest,
9199
9173
  metadata: grpc.Metadata,
9200
- callback: (error: ServiceError$b|null, responseMessage: CreatePasswordResponse|null) => void
9201
- ): UnaryResponse$b;
9174
+ callback: (error: ServiceError$9|null, responseMessage: CreatePasswordResponse|null) => void
9175
+ ): UnaryResponse$9;
9202
9176
  createPassword(
9203
9177
  requestMessage: CreatePasswordRequest,
9204
- callback: (error: ServiceError$b|null, responseMessage: CreatePasswordResponse|null) => void
9205
- ): UnaryResponse$b;
9178
+ callback: (error: ServiceError$9|null, responseMessage: CreatePasswordResponse|null) => void
9179
+ ): UnaryResponse$9;
9180
+ changePassword(
9181
+ requestMessage: ChangePasswordRequest,
9182
+ metadata: grpc.Metadata,
9183
+ callback: (error: ServiceError$9|null, responseMessage: ChangePasswordResponse|null) => void
9184
+ ): UnaryResponse$9;
9185
+ changePassword(
9186
+ requestMessage: ChangePasswordRequest,
9187
+ callback: (error: ServiceError$9|null, responseMessage: ChangePasswordResponse|null) => void
9188
+ ): UnaryResponse$9;
9206
9189
  getUser(
9207
9190
  requestMessage: GetUserRequest,
9208
9191
  metadata: grpc.Metadata,
9209
- callback: (error: ServiceError$b|null, responseMessage: GetUserResponse|null) => void
9210
- ): UnaryResponse$b;
9192
+ callback: (error: ServiceError$9|null, responseMessage: GetUserResponse|null) => void
9193
+ ): UnaryResponse$9;
9211
9194
  getUser(
9212
9195
  requestMessage: GetUserRequest,
9213
- callback: (error: ServiceError$b|null, responseMessage: GetUserResponse|null) => void
9214
- ): UnaryResponse$b;
9196
+ callback: (error: ServiceError$9|null, responseMessage: GetUserResponse|null) => void
9197
+ ): UnaryResponse$9;
9215
9198
  updateUser(
9216
9199
  requestMessage: UpdateUserRequest,
9217
9200
  metadata: grpc.Metadata,
9218
- callback: (error: ServiceError$b|null, responseMessage: UpdateUserResponse|null) => void
9219
- ): UnaryResponse$b;
9201
+ callback: (error: ServiceError$9|null, responseMessage: UpdateUserResponse|null) => void
9202
+ ): UnaryResponse$9;
9220
9203
  updateUser(
9221
9204
  requestMessage: UpdateUserRequest,
9222
- callback: (error: ServiceError$b|null, responseMessage: UpdateUserResponse|null) => void
9223
- ): UnaryResponse$b;
9205
+ callback: (error: ServiceError$9|null, responseMessage: UpdateUserResponse|null) => void
9206
+ ): UnaryResponse$9;
9224
9207
  getAllUser(
9225
9208
  requestMessage: GetAllUserRequest,
9226
9209
  metadata: grpc.Metadata,
9227
- callback: (error: ServiceError$b|null, responseMessage: GetAllUserResponse|null) => void
9228
- ): UnaryResponse$b;
9210
+ callback: (error: ServiceError$9|null, responseMessage: GetAllUserResponse|null) => void
9211
+ ): UnaryResponse$9;
9229
9212
  getAllUser(
9230
9213
  requestMessage: GetAllUserRequest,
9231
- callback: (error: ServiceError$b|null, responseMessage: GetAllUserResponse|null) => void
9232
- ): UnaryResponse$b;
9214
+ callback: (error: ServiceError$9|null, responseMessage: GetAllUserResponse|null) => void
9215
+ ): UnaryResponse$9;
9233
9216
  linkedin(
9234
9217
  requestMessage: SocialAuthenticationRequest,
9235
9218
  metadata: grpc.Metadata,
9236
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9237
- ): UnaryResponse$b;
9219
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9220
+ ): UnaryResponse$9;
9238
9221
  linkedin(
9239
9222
  requestMessage: SocialAuthenticationRequest,
9240
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9241
- ): UnaryResponse$b;
9223
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9224
+ ): UnaryResponse$9;
9242
9225
  google(
9243
9226
  requestMessage: SocialAuthenticationRequest,
9244
9227
  metadata: grpc.Metadata,
9245
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9246
- ): UnaryResponse$b;
9228
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9229
+ ): UnaryResponse$9;
9247
9230
  google(
9248
9231
  requestMessage: SocialAuthenticationRequest,
9249
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9250
- ): UnaryResponse$b;
9232
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9233
+ ): UnaryResponse$9;
9251
9234
  github(
9252
9235
  requestMessage: SocialAuthenticationRequest,
9253
9236
  metadata: grpc.Metadata,
9254
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9255
- ): UnaryResponse$b;
9237
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9238
+ ): UnaryResponse$9;
9256
9239
  github(
9257
9240
  requestMessage: SocialAuthenticationRequest,
9258
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9259
- ): UnaryResponse$b;
9241
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9242
+ ): UnaryResponse$9;
9260
9243
  }
9261
9244
 
9262
9245
  declare class OrganizationServiceClient {
@@ -9266,39 +9249,39 @@ declare class OrganizationServiceClient {
9266
9249
  createOrganization(
9267
9250
  requestMessage: CreateOrganizationRequest,
9268
9251
  metadata: grpc.Metadata,
9269
- callback: (error: ServiceError$b|null, responseMessage: CreateOrganizationResponse|null) => void
9270
- ): UnaryResponse$b;
9252
+ callback: (error: ServiceError$9|null, responseMessage: CreateOrganizationResponse|null) => void
9253
+ ): UnaryResponse$9;
9271
9254
  createOrganization(
9272
9255
  requestMessage: CreateOrganizationRequest,
9273
- callback: (error: ServiceError$b|null, responseMessage: CreateOrganizationResponse|null) => void
9274
- ): UnaryResponse$b;
9256
+ callback: (error: ServiceError$9|null, responseMessage: CreateOrganizationResponse|null) => void
9257
+ ): UnaryResponse$9;
9275
9258
  getOrganization(
9276
9259
  requestMessage: GetOrganizationRequest,
9277
9260
  metadata: grpc.Metadata,
9278
- callback: (error: ServiceError$b|null, responseMessage: GetOrganizationResponse|null) => void
9279
- ): UnaryResponse$b;
9261
+ callback: (error: ServiceError$9|null, responseMessage: GetOrganizationResponse|null) => void
9262
+ ): UnaryResponse$9;
9280
9263
  getOrganization(
9281
9264
  requestMessage: GetOrganizationRequest,
9282
- callback: (error: ServiceError$b|null, responseMessage: GetOrganizationResponse|null) => void
9283
- ): UnaryResponse$b;
9265
+ callback: (error: ServiceError$9|null, responseMessage: GetOrganizationResponse|null) => void
9266
+ ): UnaryResponse$9;
9284
9267
  updateOrganization(
9285
9268
  requestMessage: UpdateOrganizationRequest,
9286
9269
  metadata: grpc.Metadata,
9287
- callback: (error: ServiceError$b|null, responseMessage: UpdateOrganizationResponse|null) => void
9288
- ): UnaryResponse$b;
9270
+ callback: (error: ServiceError$9|null, responseMessage: UpdateOrganizationResponse|null) => void
9271
+ ): UnaryResponse$9;
9289
9272
  updateOrganization(
9290
9273
  requestMessage: UpdateOrganizationRequest,
9291
- callback: (error: ServiceError$b|null, responseMessage: UpdateOrganizationResponse|null) => void
9292
- ): UnaryResponse$b;
9274
+ callback: (error: ServiceError$9|null, responseMessage: UpdateOrganizationResponse|null) => void
9275
+ ): UnaryResponse$9;
9293
9276
  updateBillingInformation(
9294
9277
  requestMessage: UpdateBillingInformationRequest,
9295
9278
  metadata: grpc.Metadata,
9296
- callback: (error: ServiceError$b|null, responseMessage: BaseResponse|null) => void
9297
- ): UnaryResponse$b;
9279
+ callback: (error: ServiceError$9|null, responseMessage: BaseResponse|null) => void
9280
+ ): UnaryResponse$9;
9298
9281
  updateBillingInformation(
9299
9282
  requestMessage: UpdateBillingInformationRequest,
9300
- callback: (error: ServiceError$b|null, responseMessage: BaseResponse|null) => void
9301
- ): UnaryResponse$b;
9283
+ callback: (error: ServiceError$9|null, responseMessage: BaseResponse|null) => void
9284
+ ): UnaryResponse$9;
9302
9285
  }
9303
9286
 
9304
9287
  declare class ProjectServiceClient {
@@ -9308,75 +9291,75 @@ declare class ProjectServiceClient {
9308
9291
  createProject(
9309
9292
  requestMessage: CreateProjectRequest,
9310
9293
  metadata: grpc.Metadata,
9311
- callback: (error: ServiceError$b|null, responseMessage: CreateProjectResponse|null) => void
9312
- ): UnaryResponse$b;
9294
+ callback: (error: ServiceError$9|null, responseMessage: CreateProjectResponse|null) => void
9295
+ ): UnaryResponse$9;
9313
9296
  createProject(
9314
9297
  requestMessage: CreateProjectRequest,
9315
- callback: (error: ServiceError$b|null, responseMessage: CreateProjectResponse|null) => void
9316
- ): UnaryResponse$b;
9298
+ callback: (error: ServiceError$9|null, responseMessage: CreateProjectResponse|null) => void
9299
+ ): UnaryResponse$9;
9317
9300
  updateProject(
9318
9301
  requestMessage: UpdateProjectRequest,
9319
9302
  metadata: grpc.Metadata,
9320
- callback: (error: ServiceError$b|null, responseMessage: UpdateProjectResponse|null) => void
9321
- ): UnaryResponse$b;
9303
+ callback: (error: ServiceError$9|null, responseMessage: UpdateProjectResponse|null) => void
9304
+ ): UnaryResponse$9;
9322
9305
  updateProject(
9323
9306
  requestMessage: UpdateProjectRequest,
9324
- callback: (error: ServiceError$b|null, responseMessage: UpdateProjectResponse|null) => void
9325
- ): UnaryResponse$b;
9307
+ callback: (error: ServiceError$9|null, responseMessage: UpdateProjectResponse|null) => void
9308
+ ): UnaryResponse$9;
9326
9309
  getProject(
9327
9310
  requestMessage: GetProjectRequest,
9328
9311
  metadata: grpc.Metadata,
9329
- callback: (error: ServiceError$b|null, responseMessage: GetProjectResponse|null) => void
9330
- ): UnaryResponse$b;
9312
+ callback: (error: ServiceError$9|null, responseMessage: GetProjectResponse|null) => void
9313
+ ): UnaryResponse$9;
9331
9314
  getProject(
9332
9315
  requestMessage: GetProjectRequest,
9333
- callback: (error: ServiceError$b|null, responseMessage: GetProjectResponse|null) => void
9334
- ): UnaryResponse$b;
9316
+ callback: (error: ServiceError$9|null, responseMessage: GetProjectResponse|null) => void
9317
+ ): UnaryResponse$9;
9335
9318
  getAllProject(
9336
9319
  requestMessage: GetAllProjectRequest,
9337
9320
  metadata: grpc.Metadata,
9338
- callback: (error: ServiceError$b|null, responseMessage: GetAllProjectResponse|null) => void
9339
- ): UnaryResponse$b;
9321
+ callback: (error: ServiceError$9|null, responseMessage: GetAllProjectResponse|null) => void
9322
+ ): UnaryResponse$9;
9340
9323
  getAllProject(
9341
9324
  requestMessage: GetAllProjectRequest,
9342
- callback: (error: ServiceError$b|null, responseMessage: GetAllProjectResponse|null) => void
9343
- ): UnaryResponse$b;
9325
+ callback: (error: ServiceError$9|null, responseMessage: GetAllProjectResponse|null) => void
9326
+ ): UnaryResponse$9;
9344
9327
  addUsersToProject(
9345
9328
  requestMessage: AddUsersToProjectRequest,
9346
9329
  metadata: grpc.Metadata,
9347
- callback: (error: ServiceError$b|null, responseMessage: AddUsersToProjectResponse|null) => void
9348
- ): UnaryResponse$b;
9330
+ callback: (error: ServiceError$9|null, responseMessage: AddUsersToProjectResponse|null) => void
9331
+ ): UnaryResponse$9;
9349
9332
  addUsersToProject(
9350
9333
  requestMessage: AddUsersToProjectRequest,
9351
- callback: (error: ServiceError$b|null, responseMessage: AddUsersToProjectResponse|null) => void
9352
- ): UnaryResponse$b;
9334
+ callback: (error: ServiceError$9|null, responseMessage: AddUsersToProjectResponse|null) => void
9335
+ ): UnaryResponse$9;
9353
9336
  archiveProject(
9354
9337
  requestMessage: ArchiveProjectRequest,
9355
9338
  metadata: grpc.Metadata,
9356
- callback: (error: ServiceError$b|null, responseMessage: ArchiveProjectResponse|null) => void
9357
- ): UnaryResponse$b;
9339
+ callback: (error: ServiceError$9|null, responseMessage: ArchiveProjectResponse|null) => void
9340
+ ): UnaryResponse$9;
9358
9341
  archiveProject(
9359
9342
  requestMessage: ArchiveProjectRequest,
9360
- callback: (error: ServiceError$b|null, responseMessage: ArchiveProjectResponse|null) => void
9361
- ): UnaryResponse$b;
9343
+ callback: (error: ServiceError$9|null, responseMessage: ArchiveProjectResponse|null) => void
9344
+ ): UnaryResponse$9;
9362
9345
  createProjectCredential(
9363
9346
  requestMessage: CreateProjectCredentialRequest,
9364
9347
  metadata: grpc.Metadata,
9365
- callback: (error: ServiceError$b|null, responseMessage: CreateProjectCredentialResponse|null) => void
9366
- ): UnaryResponse$b;
9348
+ callback: (error: ServiceError$9|null, responseMessage: CreateProjectCredentialResponse|null) => void
9349
+ ): UnaryResponse$9;
9367
9350
  createProjectCredential(
9368
9351
  requestMessage: CreateProjectCredentialRequest,
9369
- callback: (error: ServiceError$b|null, responseMessage: CreateProjectCredentialResponse|null) => void
9370
- ): UnaryResponse$b;
9352
+ callback: (error: ServiceError$9|null, responseMessage: CreateProjectCredentialResponse|null) => void
9353
+ ): UnaryResponse$9;
9371
9354
  getAllProjectCredential(
9372
9355
  requestMessage: GetAllProjectCredentialRequest,
9373
9356
  metadata: grpc.Metadata,
9374
- callback: (error: ServiceError$b|null, responseMessage: GetAllProjectCredentialResponse|null) => void
9375
- ): UnaryResponse$b;
9357
+ callback: (error: ServiceError$9|null, responseMessage: GetAllProjectCredentialResponse|null) => void
9358
+ ): UnaryResponse$9;
9376
9359
  getAllProjectCredential(
9377
9360
  requestMessage: GetAllProjectCredentialRequest,
9378
- callback: (error: ServiceError$b|null, responseMessage: GetAllProjectCredentialResponse|null) => void
9379
- ): UnaryResponse$b;
9361
+ callback: (error: ServiceError$9|null, responseMessage: GetAllProjectCredentialResponse|null) => void
9362
+ ): UnaryResponse$9;
9380
9363
  }
9381
9364
 
9382
9365
  // package: knowledge_api
@@ -9399,9 +9382,6 @@ declare class CreateKnowledgeRequest extends jspb.Message {
9399
9382
  getVisibility(): string;
9400
9383
  setVisibility(value: string): void;
9401
9384
 
9402
- getEmbeddingmodelproviderid(): string;
9403
- setEmbeddingmodelproviderid(value: string): void;
9404
-
9405
9385
  getEmbeddingmodelprovidername(): string;
9406
9386
  setEmbeddingmodelprovidername(value: string): void;
9407
9387
 
@@ -9426,7 +9406,6 @@ declare namespace CreateKnowledgeRequest {
9426
9406
  description: string,
9427
9407
  tagsList: Array<string>,
9428
9408
  visibility: string,
9429
- embeddingmodelproviderid: string,
9430
9409
  embeddingmodelprovidername: string,
9431
9410
  knowledgeembeddingmodeloptionsList: Array<Metadata.AsObject>,
9432
9411
  }
@@ -10654,9 +10633,9 @@ declare class KnowledgeService {
10654
10633
  static readonly GetKnowledgeLog: KnowledgeServiceGetKnowledgeLog;
10655
10634
  }
10656
10635
 
10657
- type ServiceError$a = { message: string, code: number; metadata: grpc.Metadata }
10636
+ type ServiceError$8 = { message: string, code: number; metadata: grpc.Metadata }
10658
10637
 
10659
- interface UnaryResponse$a {
10638
+ interface UnaryResponse$8 {
10660
10639
  cancel(): void;
10661
10640
  }
10662
10641
 
@@ -10667,391 +10646,174 @@ declare class KnowledgeServiceClient {
10667
10646
  getKnowledge(
10668
10647
  requestMessage: GetKnowledgeRequest,
10669
10648
  metadata: grpc.Metadata,
10670
- callback: (error: ServiceError$a|null, responseMessage: GetKnowledgeResponse|null) => void
10671
- ): UnaryResponse$a;
10649
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeResponse|null) => void
10650
+ ): UnaryResponse$8;
10672
10651
  getKnowledge(
10673
10652
  requestMessage: GetKnowledgeRequest,
10674
- callback: (error: ServiceError$a|null, responseMessage: GetKnowledgeResponse|null) => void
10675
- ): UnaryResponse$a;
10653
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeResponse|null) => void
10654
+ ): UnaryResponse$8;
10676
10655
  getAllKnowledge(
10677
10656
  requestMessage: GetAllKnowledgeRequest,
10678
10657
  metadata: grpc.Metadata,
10679
- callback: (error: ServiceError$a|null, responseMessage: GetAllKnowledgeResponse|null) => void
10680
- ): UnaryResponse$a;
10658
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeResponse|null) => void
10659
+ ): UnaryResponse$8;
10681
10660
  getAllKnowledge(
10682
10661
  requestMessage: GetAllKnowledgeRequest,
10683
- callback: (error: ServiceError$a|null, responseMessage: GetAllKnowledgeResponse|null) => void
10684
- ): UnaryResponse$a;
10662
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeResponse|null) => void
10663
+ ): UnaryResponse$8;
10685
10664
  createKnowledge(
10686
10665
  requestMessage: CreateKnowledgeRequest,
10687
10666
  metadata: grpc.Metadata,
10688
- callback: (error: ServiceError$a|null, responseMessage: CreateKnowledgeResponse|null) => void
10689
- ): UnaryResponse$a;
10667
+ callback: (error: ServiceError$8|null, responseMessage: CreateKnowledgeResponse|null) => void
10668
+ ): UnaryResponse$8;
10690
10669
  createKnowledge(
10691
10670
  requestMessage: CreateKnowledgeRequest,
10692
- callback: (error: ServiceError$a|null, responseMessage: CreateKnowledgeResponse|null) => void
10693
- ): UnaryResponse$a;
10671
+ callback: (error: ServiceError$8|null, responseMessage: CreateKnowledgeResponse|null) => void
10672
+ ): UnaryResponse$8;
10694
10673
  createKnowledgeTag(
10695
10674
  requestMessage: CreateKnowledgeTagRequest,
10696
10675
  metadata: grpc.Metadata,
10697
- callback: (error: ServiceError$a|null, responseMessage: GetKnowledgeResponse|null) => void
10698
- ): UnaryResponse$a;
10676
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeResponse|null) => void
10677
+ ): UnaryResponse$8;
10699
10678
  createKnowledgeTag(
10700
10679
  requestMessage: CreateKnowledgeTagRequest,
10701
- callback: (error: ServiceError$a|null, responseMessage: GetKnowledgeResponse|null) => void
10702
- ): UnaryResponse$a;
10680
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeResponse|null) => void
10681
+ ): UnaryResponse$8;
10703
10682
  createKnowledgeDocument(
10704
10683
  requestMessage: CreateKnowledgeDocumentRequest,
10705
10684
  metadata: grpc.Metadata,
10706
- callback: (error: ServiceError$a|null, responseMessage: CreateKnowledgeDocumentResponse|null) => void
10707
- ): UnaryResponse$a;
10685
+ callback: (error: ServiceError$8|null, responseMessage: CreateKnowledgeDocumentResponse|null) => void
10686
+ ): UnaryResponse$8;
10708
10687
  createKnowledgeDocument(
10709
10688
  requestMessage: CreateKnowledgeDocumentRequest,
10710
- callback: (error: ServiceError$a|null, responseMessage: CreateKnowledgeDocumentResponse|null) => void
10711
- ): UnaryResponse$a;
10689
+ callback: (error: ServiceError$8|null, responseMessage: CreateKnowledgeDocumentResponse|null) => void
10690
+ ): UnaryResponse$8;
10712
10691
  getAllKnowledgeDocument(
10713
10692
  requestMessage: GetAllKnowledgeDocumentRequest,
10714
10693
  metadata: grpc.Metadata,
10715
- callback: (error: ServiceError$a|null, responseMessage: GetAllKnowledgeDocumentResponse|null) => void
10716
- ): UnaryResponse$a;
10694
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeDocumentResponse|null) => void
10695
+ ): UnaryResponse$8;
10717
10696
  getAllKnowledgeDocument(
10718
10697
  requestMessage: GetAllKnowledgeDocumentRequest,
10719
- callback: (error: ServiceError$a|null, responseMessage: GetAllKnowledgeDocumentResponse|null) => void
10720
- ): UnaryResponse$a;
10698
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeDocumentResponse|null) => void
10699
+ ): UnaryResponse$8;
10721
10700
  getAllKnowledgeDocumentSegment(
10722
10701
  requestMessage: GetAllKnowledgeDocumentSegmentRequest,
10723
10702
  metadata: grpc.Metadata,
10724
- callback: (error: ServiceError$a|null, responseMessage: GetAllKnowledgeDocumentSegmentResponse|null) => void
10725
- ): UnaryResponse$a;
10703
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeDocumentSegmentResponse|null) => void
10704
+ ): UnaryResponse$8;
10726
10705
  getAllKnowledgeDocumentSegment(
10727
10706
  requestMessage: GetAllKnowledgeDocumentSegmentRequest,
10728
- callback: (error: ServiceError$a|null, responseMessage: GetAllKnowledgeDocumentSegmentResponse|null) => void
10729
- ): UnaryResponse$a;
10707
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeDocumentSegmentResponse|null) => void
10708
+ ): UnaryResponse$8;
10730
10709
  updateKnowledgeDetail(
10731
10710
  requestMessage: UpdateKnowledgeDetailRequest,
10732
10711
  metadata: grpc.Metadata,
10733
- callback: (error: ServiceError$a|null, responseMessage: GetKnowledgeResponse|null) => void
10734
- ): UnaryResponse$a;
10712
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeResponse|null) => void
10713
+ ): UnaryResponse$8;
10735
10714
  updateKnowledgeDetail(
10736
10715
  requestMessage: UpdateKnowledgeDetailRequest,
10737
- callback: (error: ServiceError$a|null, responseMessage: GetKnowledgeResponse|null) => void
10738
- ): UnaryResponse$a;
10716
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeResponse|null) => void
10717
+ ): UnaryResponse$8;
10739
10718
  updateKnowledgeDocumentSegment(
10740
10719
  requestMessage: UpdateKnowledgeDocumentSegmentRequest,
10741
10720
  metadata: grpc.Metadata,
10742
- callback: (error: ServiceError$a|null, responseMessage: BaseResponse|null) => void
10743
- ): UnaryResponse$a;
10721
+ callback: (error: ServiceError$8|null, responseMessage: BaseResponse|null) => void
10722
+ ): UnaryResponse$8;
10744
10723
  updateKnowledgeDocumentSegment(
10745
10724
  requestMessage: UpdateKnowledgeDocumentSegmentRequest,
10746
- callback: (error: ServiceError$a|null, responseMessage: BaseResponse|null) => void
10747
- ): UnaryResponse$a;
10725
+ callback: (error: ServiceError$8|null, responseMessage: BaseResponse|null) => void
10726
+ ): UnaryResponse$8;
10748
10727
  deleteKnowledgeDocumentSegment(
10749
10728
  requestMessage: DeleteKnowledgeDocumentSegmentRequest,
10750
10729
  metadata: grpc.Metadata,
10751
- callback: (error: ServiceError$a|null, responseMessage: BaseResponse|null) => void
10752
- ): UnaryResponse$a;
10730
+ callback: (error: ServiceError$8|null, responseMessage: BaseResponse|null) => void
10731
+ ): UnaryResponse$8;
10753
10732
  deleteKnowledgeDocumentSegment(
10754
10733
  requestMessage: DeleteKnowledgeDocumentSegmentRequest,
10755
- callback: (error: ServiceError$a|null, responseMessage: BaseResponse|null) => void
10756
- ): UnaryResponse$a;
10734
+ callback: (error: ServiceError$8|null, responseMessage: BaseResponse|null) => void
10735
+ ): UnaryResponse$8;
10757
10736
  getAllKnowledgeLog(
10758
10737
  requestMessage: GetAllKnowledgeLogRequest,
10759
10738
  metadata: grpc.Metadata,
10760
- callback: (error: ServiceError$a|null, responseMessage: GetAllKnowledgeLogResponse|null) => void
10761
- ): UnaryResponse$a;
10739
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeLogResponse|null) => void
10740
+ ): UnaryResponse$8;
10762
10741
  getAllKnowledgeLog(
10763
10742
  requestMessage: GetAllKnowledgeLogRequest,
10764
- callback: (error: ServiceError$a|null, responseMessage: GetAllKnowledgeLogResponse|null) => void
10765
- ): UnaryResponse$a;
10743
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeLogResponse|null) => void
10744
+ ): UnaryResponse$8;
10766
10745
  getKnowledgeLog(
10767
10746
  requestMessage: GetKnowledgeLogRequest,
10768
10747
  metadata: grpc.Metadata,
10769
- callback: (error: ServiceError$a|null, responseMessage: GetKnowledgeLogResponse|null) => void
10770
- ): UnaryResponse$a;
10748
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeLogResponse|null) => void
10749
+ ): UnaryResponse$8;
10771
10750
  getKnowledgeLog(
10772
10751
  requestMessage: GetKnowledgeLogRequest,
10773
- callback: (error: ServiceError$a|null, responseMessage: GetKnowledgeLogResponse|null) => void
10774
- ): UnaryResponse$a;
10752
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeLogResponse|null) => void
10753
+ ): UnaryResponse$8;
10775
10754
  }
10776
10755
 
10777
- // package: marketplace_api
10778
- // file: marketplace-api.proto
10756
+ // package: document_api
10757
+ // file: document-api.proto
10779
10758
 
10780
10759
 
10781
10760
 
10782
- declare class GetAllDeploymentRequest extends jspb.Message {
10783
- hasPaginate(): boolean;
10784
- clearPaginate(): void;
10785
- getPaginate(): Paginate | undefined;
10786
- setPaginate(value?: Paginate): void;
10761
+ declare class IndexKnowledgeDocumentRequest extends jspb.Message {
10762
+ getKnowledgeid(): string;
10763
+ setKnowledgeid(value: string): void;
10787
10764
 
10788
- clearCriteriasList(): void;
10789
- getCriteriasList(): Array<Criteria>;
10790
- setCriteriasList(value: Array<Criteria>): void;
10791
- addCriterias(value?: Criteria, index?: number): Criteria;
10765
+ clearKnowledgedocumentidList(): void;
10766
+ getKnowledgedocumentidList(): Array<string>;
10767
+ setKnowledgedocumentidList(value: Array<string>): void;
10768
+ addKnowledgedocumentid(value: string, index?: number): string;
10769
+
10770
+ getIndextype(): string;
10771
+ setIndextype(value: string): void;
10792
10772
 
10793
10773
  serializeBinary(): Uint8Array;
10794
- toObject(includeInstance?: boolean): GetAllDeploymentRequest.AsObject;
10795
- static toObject(includeInstance: boolean, msg: GetAllDeploymentRequest): GetAllDeploymentRequest.AsObject;
10774
+ toObject(includeInstance?: boolean): IndexKnowledgeDocumentRequest.AsObject;
10775
+ static toObject(includeInstance: boolean, msg: IndexKnowledgeDocumentRequest): IndexKnowledgeDocumentRequest.AsObject;
10796
10776
  static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
10797
10777
  static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
10798
- static serializeBinaryToWriter(message: GetAllDeploymentRequest, writer: jspb.BinaryWriter): void;
10799
- static deserializeBinary(bytes: Uint8Array): GetAllDeploymentRequest;
10800
- static deserializeBinaryFromReader(message: GetAllDeploymentRequest, reader: jspb.BinaryReader): GetAllDeploymentRequest;
10778
+ static serializeBinaryToWriter(message: IndexKnowledgeDocumentRequest, writer: jspb.BinaryWriter): void;
10779
+ static deserializeBinary(bytes: Uint8Array): IndexKnowledgeDocumentRequest;
10780
+ static deserializeBinaryFromReader(message: IndexKnowledgeDocumentRequest, reader: jspb.BinaryReader): IndexKnowledgeDocumentRequest;
10801
10781
  }
10802
10782
 
10803
- declare namespace GetAllDeploymentRequest {
10783
+ declare namespace IndexKnowledgeDocumentRequest {
10804
10784
  export type AsObject = {
10805
- paginate?: Paginate.AsObject,
10806
- criteriasList: Array<Criteria.AsObject>,
10785
+ knowledgeid: string,
10786
+ knowledgedocumentidList: Array<string>,
10787
+ indextype: string,
10807
10788
  }
10808
10789
  }
10809
10790
 
10810
- declare class SearchableDeployment extends jspb.Message {
10811
- getId(): string;
10812
- setId(value: string): void;
10813
-
10814
- getStatus(): string;
10815
- setStatus(value: string): void;
10816
-
10817
- getVisibility(): string;
10818
- setVisibility(value: string): void;
10791
+ declare class IndexKnowledgeDocumentResponse extends jspb.Message {
10792
+ getCode(): number;
10793
+ setCode(value: number): void;
10819
10794
 
10820
- getType(): string;
10821
- setType(value: string): void;
10795
+ getSuccess(): boolean;
10796
+ setSuccess(value: boolean): void;
10822
10797
 
10823
- getProjectid(): string;
10824
- setProjectid(value: string): void;
10798
+ serializeBinary(): Uint8Array;
10799
+ toObject(includeInstance?: boolean): IndexKnowledgeDocumentResponse.AsObject;
10800
+ static toObject(includeInstance: boolean, msg: IndexKnowledgeDocumentResponse): IndexKnowledgeDocumentResponse.AsObject;
10801
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
10802
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
10803
+ static serializeBinaryToWriter(message: IndexKnowledgeDocumentResponse, writer: jspb.BinaryWriter): void;
10804
+ static deserializeBinary(bytes: Uint8Array): IndexKnowledgeDocumentResponse;
10805
+ static deserializeBinaryFromReader(message: IndexKnowledgeDocumentResponse, reader: jspb.BinaryReader): IndexKnowledgeDocumentResponse;
10806
+ }
10825
10807
 
10826
- getOrganizationid(): string;
10827
- setOrganizationid(value: string): void;
10808
+ declare namespace IndexKnowledgeDocumentResponse {
10809
+ export type AsObject = {
10810
+ code: number,
10811
+ success: boolean,
10812
+ }
10813
+ }
10828
10814
 
10829
- clearTagList(): void;
10830
- getTagList(): Array<string>;
10831
- setTagList(value: Array<string>): void;
10832
- addTag(value: string, index?: number): string;
10833
-
10834
- getLanguage(): string;
10835
- setLanguage(value: string): void;
10836
-
10837
- hasOrganization(): boolean;
10838
- clearOrganization(): void;
10839
- getOrganization(): Organization | undefined;
10840
- setOrganization(value?: Organization): void;
10841
-
10842
- getName(): string;
10843
- setName(value: string): void;
10844
-
10845
- getDescription(): string;
10846
- setDescription(value: string): void;
10847
-
10848
- hasCreateddate(): boolean;
10849
- clearCreateddate(): void;
10850
- getCreateddate(): google_protobuf_timestamp_pb.Timestamp | undefined;
10851
- setCreateddate(value?: google_protobuf_timestamp_pb.Timestamp): void;
10852
-
10853
- hasUpdateddate(): boolean;
10854
- clearUpdateddate(): void;
10855
- getUpdateddate(): google_protobuf_timestamp_pb.Timestamp | undefined;
10856
- setUpdateddate(value?: google_protobuf_timestamp_pb.Timestamp): void;
10857
-
10858
- hasAppappearance(): boolean;
10859
- clearAppappearance(): void;
10860
- getAppappearance(): google_protobuf_struct_pb.Struct | undefined;
10861
- setAppappearance(value?: google_protobuf_struct_pb.Struct): void;
10862
-
10863
- hasWebappearance(): boolean;
10864
- clearWebappearance(): void;
10865
- getWebappearance(): google_protobuf_struct_pb.Struct | undefined;
10866
- setWebappearance(value?: google_protobuf_struct_pb.Struct): void;
10867
-
10868
- getModelproviderid(): string;
10869
- setModelproviderid(value: string): void;
10870
-
10871
- getModelprovidername(): string;
10872
- setModelprovidername(value: string): void;
10873
-
10874
- clearModeloptionsList(): void;
10875
- getModeloptionsList(): Array<Metadata>;
10876
- setModeloptionsList(value: Array<Metadata>): void;
10877
- addModeloptions(value?: Metadata, index?: number): Metadata;
10878
-
10879
- serializeBinary(): Uint8Array;
10880
- toObject(includeInstance?: boolean): SearchableDeployment.AsObject;
10881
- static toObject(includeInstance: boolean, msg: SearchableDeployment): SearchableDeployment.AsObject;
10882
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
10883
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
10884
- static serializeBinaryToWriter(message: SearchableDeployment, writer: jspb.BinaryWriter): void;
10885
- static deserializeBinary(bytes: Uint8Array): SearchableDeployment;
10886
- static deserializeBinaryFromReader(message: SearchableDeployment, reader: jspb.BinaryReader): SearchableDeployment;
10887
- }
10888
-
10889
- declare namespace SearchableDeployment {
10890
- export type AsObject = {
10891
- id: string,
10892
- status: string,
10893
- visibility: string,
10894
- type: string,
10895
- projectid: string,
10896
- organizationid: string,
10897
- tagList: Array<string>,
10898
- language: string,
10899
- organization?: Organization.AsObject,
10900
- name: string,
10901
- description: string,
10902
- createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
10903
- updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
10904
- appappearance?: google_protobuf_struct_pb.Struct.AsObject,
10905
- webappearance?: google_protobuf_struct_pb.Struct.AsObject,
10906
- modelproviderid: string,
10907
- modelprovidername: string,
10908
- modeloptionsList: Array<Metadata.AsObject>,
10909
- }
10910
- }
10911
-
10912
- declare class GetAllDeploymentResponse extends jspb.Message {
10913
- getCode(): number;
10914
- setCode(value: number): void;
10915
-
10916
- getSuccess(): boolean;
10917
- setSuccess(value: boolean): void;
10918
-
10919
- clearDataList(): void;
10920
- getDataList(): Array<SearchableDeployment>;
10921
- setDataList(value: Array<SearchableDeployment>): void;
10922
- addData(value?: SearchableDeployment, index?: number): SearchableDeployment;
10923
-
10924
- hasError(): boolean;
10925
- clearError(): void;
10926
- getError(): Error | undefined;
10927
- setError(value?: Error): void;
10928
-
10929
- hasPaginated(): boolean;
10930
- clearPaginated(): void;
10931
- getPaginated(): Paginated | undefined;
10932
- setPaginated(value?: Paginated): void;
10933
-
10934
- serializeBinary(): Uint8Array;
10935
- toObject(includeInstance?: boolean): GetAllDeploymentResponse.AsObject;
10936
- static toObject(includeInstance: boolean, msg: GetAllDeploymentResponse): GetAllDeploymentResponse.AsObject;
10937
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
10938
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
10939
- static serializeBinaryToWriter(message: GetAllDeploymentResponse, writer: jspb.BinaryWriter): void;
10940
- static deserializeBinary(bytes: Uint8Array): GetAllDeploymentResponse;
10941
- static deserializeBinaryFromReader(message: GetAllDeploymentResponse, reader: jspb.BinaryReader): GetAllDeploymentResponse;
10942
- }
10943
-
10944
- declare namespace GetAllDeploymentResponse {
10945
- export type AsObject = {
10946
- code: number,
10947
- success: boolean,
10948
- dataList: Array<SearchableDeployment.AsObject>,
10949
- error?: Error.AsObject,
10950
- paginated?: Paginated.AsObject,
10951
- }
10952
- }
10953
-
10954
- // package: marketplace_api
10955
- // file: marketplace-api.proto
10956
-
10957
-
10958
-
10959
- type MarketplaceServiceGetAllDeployment = {
10960
- readonly methodName: string;
10961
- readonly service: typeof MarketplaceService;
10962
- readonly requestStream: false;
10963
- readonly responseStream: false;
10964
- readonly requestType: typeof GetAllDeploymentRequest;
10965
- readonly responseType: typeof GetAllDeploymentResponse;
10966
- };
10967
-
10968
- declare class MarketplaceService {
10969
- static readonly serviceName: string;
10970
- static readonly GetAllDeployment: MarketplaceServiceGetAllDeployment;
10971
- }
10972
-
10973
- type ServiceError$9 = { message: string, code: number; metadata: grpc.Metadata }
10974
-
10975
- interface UnaryResponse$9 {
10976
- cancel(): void;
10977
- }
10978
-
10979
- declare class MarketplaceServiceClient {
10980
- readonly serviceHost: string;
10981
-
10982
- constructor(serviceHost: string, options?: grpc.RpcOptions);
10983
- getAllDeployment(
10984
- requestMessage: GetAllDeploymentRequest,
10985
- metadata: grpc.Metadata,
10986
- callback: (error: ServiceError$9|null, responseMessage: GetAllDeploymentResponse|null) => void
10987
- ): UnaryResponse$9;
10988
- getAllDeployment(
10989
- requestMessage: GetAllDeploymentRequest,
10990
- callback: (error: ServiceError$9|null, responseMessage: GetAllDeploymentResponse|null) => void
10991
- ): UnaryResponse$9;
10992
- }
10993
-
10994
- // package: document_api
10995
- // file: document-api.proto
10996
-
10997
-
10998
-
10999
- declare class IndexKnowledgeDocumentRequest extends jspb.Message {
11000
- getKnowledgeid(): string;
11001
- setKnowledgeid(value: string): void;
11002
-
11003
- clearKnowledgedocumentidList(): void;
11004
- getKnowledgedocumentidList(): Array<string>;
11005
- setKnowledgedocumentidList(value: Array<string>): void;
11006
- addKnowledgedocumentid(value: string, index?: number): string;
11007
-
11008
- getIndextype(): string;
11009
- setIndextype(value: string): void;
11010
-
11011
- serializeBinary(): Uint8Array;
11012
- toObject(includeInstance?: boolean): IndexKnowledgeDocumentRequest.AsObject;
11013
- static toObject(includeInstance: boolean, msg: IndexKnowledgeDocumentRequest): IndexKnowledgeDocumentRequest.AsObject;
11014
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
11015
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
11016
- static serializeBinaryToWriter(message: IndexKnowledgeDocumentRequest, writer: jspb.BinaryWriter): void;
11017
- static deserializeBinary(bytes: Uint8Array): IndexKnowledgeDocumentRequest;
11018
- static deserializeBinaryFromReader(message: IndexKnowledgeDocumentRequest, reader: jspb.BinaryReader): IndexKnowledgeDocumentRequest;
11019
- }
11020
-
11021
- declare namespace IndexKnowledgeDocumentRequest {
11022
- export type AsObject = {
11023
- knowledgeid: string,
11024
- knowledgedocumentidList: Array<string>,
11025
- indextype: string,
11026
- }
11027
- }
11028
-
11029
- declare class IndexKnowledgeDocumentResponse extends jspb.Message {
11030
- getCode(): number;
11031
- setCode(value: number): void;
11032
-
11033
- getSuccess(): boolean;
11034
- setSuccess(value: boolean): void;
11035
-
11036
- serializeBinary(): Uint8Array;
11037
- toObject(includeInstance?: boolean): IndexKnowledgeDocumentResponse.AsObject;
11038
- static toObject(includeInstance: boolean, msg: IndexKnowledgeDocumentResponse): IndexKnowledgeDocumentResponse.AsObject;
11039
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
11040
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
11041
- static serializeBinaryToWriter(message: IndexKnowledgeDocumentResponse, writer: jspb.BinaryWriter): void;
11042
- static deserializeBinary(bytes: Uint8Array): IndexKnowledgeDocumentResponse;
11043
- static deserializeBinaryFromReader(message: IndexKnowledgeDocumentResponse, reader: jspb.BinaryReader): IndexKnowledgeDocumentResponse;
11044
- }
11045
-
11046
- declare namespace IndexKnowledgeDocumentResponse {
11047
- export type AsObject = {
11048
- code: number,
11049
- success: boolean,
11050
- }
11051
- }
11052
-
11053
- // package: document_api
11054
- // file: document-api.proto
10815
+ // package: document_api
10816
+ // file: document-api.proto
11055
10817
 
11056
10818
 
11057
10819
 
@@ -11069,9 +10831,9 @@ declare class DocumentService {
11069
10831
  static readonly IndexKnowledgeDocument: DocumentServiceIndexKnowledgeDocument;
11070
10832
  }
11071
10833
 
11072
- type ServiceError$8 = { message: string, code: number; metadata: grpc.Metadata }
10834
+ type ServiceError$7 = { message: string, code: number; metadata: grpc.Metadata }
11073
10835
 
11074
- interface UnaryResponse$8 {
10836
+ interface UnaryResponse$7 {
11075
10837
  cancel(): void;
11076
10838
  }
11077
10839
 
@@ -11082,12 +10844,12 @@ declare class DocumentServiceClient {
11082
10844
  indexKnowledgeDocument(
11083
10845
  requestMessage: IndexKnowledgeDocumentRequest,
11084
10846
  metadata: grpc.Metadata,
11085
- callback: (error: ServiceError$8|null, responseMessage: IndexKnowledgeDocumentResponse|null) => void
11086
- ): UnaryResponse$8;
10847
+ callback: (error: ServiceError$7|null, responseMessage: IndexKnowledgeDocumentResponse|null) => void
10848
+ ): UnaryResponse$7;
11087
10849
  indexKnowledgeDocument(
11088
10850
  requestMessage: IndexKnowledgeDocumentRequest,
11089
- callback: (error: ServiceError$8|null, responseMessage: IndexKnowledgeDocumentResponse|null) => void
11090
- ): UnaryResponse$8;
10851
+ callback: (error: ServiceError$7|null, responseMessage: IndexKnowledgeDocumentResponse|null) => void
10852
+ ): UnaryResponse$7;
11091
10853
  }
11092
10854
 
11093
10855
  // package: vault_api
@@ -11110,17 +10872,11 @@ declare class VaultCredential extends jspb.Message {
11110
10872
  getStatus(): string;
11111
10873
  setStatus(value: string): void;
11112
10874
 
11113
- getVaultlevel(): string;
11114
- setVaultlevel(value: string): void;
11115
-
11116
- getVaultlevelid(): string;
11117
- setVaultlevelid(value: string): void;
10875
+ getProvider(): string;
10876
+ setProvider(value: string): void;
11118
10877
 
11119
- getVaulttype(): string;
11120
- setVaulttype(value: string): void;
11121
-
11122
- getVaulttypeid(): string;
11123
- setVaulttypeid(value: string): void;
10878
+ getOrganizationid(): string;
10879
+ setOrganizationid(value: string): void;
11124
10880
 
11125
10881
  hasCreateddate(): boolean;
11126
10882
  clearCreateddate(): void;
@@ -11153,10 +10909,8 @@ declare namespace VaultCredential {
11153
10909
  name: string,
11154
10910
  value?: google_protobuf_struct_pb.Struct.AsObject,
11155
10911
  status: string,
11156
- vaultlevel: string,
11157
- vaultlevelid: string,
11158
- vaulttype: string,
11159
- vaulttypeid: string,
10912
+ provider: string,
10913
+ organizationid: string,
11160
10914
  createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
11161
10915
  updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
11162
10916
  lastuseddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
@@ -11164,9 +10918,6 @@ declare namespace VaultCredential {
11164
10918
  }
11165
10919
 
11166
10920
  declare class CreateProviderCredentialRequest extends jspb.Message {
11167
- getProviderid(): string;
11168
- setProviderid(value: string): void;
11169
-
11170
10921
  hasCredential(): boolean;
11171
10922
  clearCredential(): void;
11172
10923
  getCredential(): google_protobuf_struct_pb.Struct | undefined;
@@ -11175,8 +10926,8 @@ declare class CreateProviderCredentialRequest extends jspb.Message {
11175
10926
  getName(): string;
11176
10927
  setName(value: string): void;
11177
10928
 
11178
- getProvidername(): string;
11179
- setProvidername(value: string): void;
10929
+ getProvider(): string;
10930
+ setProvider(value: string): void;
11180
10931
 
11181
10932
  serializeBinary(): Uint8Array;
11182
10933
  toObject(includeInstance?: boolean): CreateProviderCredentialRequest.AsObject;
@@ -11190,44 +10941,9 @@ declare class CreateProviderCredentialRequest extends jspb.Message {
11190
10941
 
11191
10942
  declare namespace CreateProviderCredentialRequest {
11192
10943
  export type AsObject = {
11193
- providerid: string,
11194
- credential?: google_protobuf_struct_pb.Struct.AsObject,
11195
- name: string,
11196
- providername: string,
11197
- }
11198
- }
11199
-
11200
- declare class CreateToolCredentialRequest extends jspb.Message {
11201
- getToolid(): string;
11202
- setToolid(value: string): void;
11203
-
11204
- hasCredential(): boolean;
11205
- clearCredential(): void;
11206
- getCredential(): google_protobuf_struct_pb.Struct | undefined;
11207
- setCredential(value?: google_protobuf_struct_pb.Struct): void;
11208
-
11209
- getName(): string;
11210
- setName(value: string): void;
11211
-
11212
- getToolname(): string;
11213
- setToolname(value: string): void;
11214
-
11215
- serializeBinary(): Uint8Array;
11216
- toObject(includeInstance?: boolean): CreateToolCredentialRequest.AsObject;
11217
- static toObject(includeInstance: boolean, msg: CreateToolCredentialRequest): CreateToolCredentialRequest.AsObject;
11218
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
11219
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
11220
- static serializeBinaryToWriter(message: CreateToolCredentialRequest, writer: jspb.BinaryWriter): void;
11221
- static deserializeBinary(bytes: Uint8Array): CreateToolCredentialRequest;
11222
- static deserializeBinaryFromReader(message: CreateToolCredentialRequest, reader: jspb.BinaryReader): CreateToolCredentialRequest;
11223
- }
11224
-
11225
- declare namespace CreateToolCredentialRequest {
11226
- export type AsObject = {
11227
- toolid: string,
11228
10944
  credential?: google_protobuf_struct_pb.Struct.AsObject,
11229
10945
  name: string,
11230
- toolname: string,
10946
+ provider: string,
11231
10947
  }
11232
10948
  }
11233
10949
 
@@ -11321,30 +11037,6 @@ declare namespace GetAllOrganizationCredentialResponse {
11321
11037
  }
11322
11038
  }
11323
11039
 
11324
- declare class GetProviderCredentialRequest extends jspb.Message {
11325
- getProviderid(): string;
11326
- setProviderid(value: string): void;
11327
-
11328
- getOrganizationid(): string;
11329
- setOrganizationid(value: string): void;
11330
-
11331
- serializeBinary(): Uint8Array;
11332
- toObject(includeInstance?: boolean): GetProviderCredentialRequest.AsObject;
11333
- static toObject(includeInstance: boolean, msg: GetProviderCredentialRequest): GetProviderCredentialRequest.AsObject;
11334
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
11335
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
11336
- static serializeBinaryToWriter(message: GetProviderCredentialRequest, writer: jspb.BinaryWriter): void;
11337
- static deserializeBinary(bytes: Uint8Array): GetProviderCredentialRequest;
11338
- static deserializeBinaryFromReader(message: GetProviderCredentialRequest, reader: jspb.BinaryReader): GetProviderCredentialRequest;
11339
- }
11340
-
11341
- declare namespace GetProviderCredentialRequest {
11342
- export type AsObject = {
11343
- providerid: string,
11344
- organizationid: string,
11345
- }
11346
- }
11347
-
11348
11040
  declare class GetCredentialResponse extends jspb.Message {
11349
11041
  getCode(): number;
11350
11042
  setCode(value: number): void;
@@ -11415,15 +11107,6 @@ type VaultServiceCreateProviderCredential = {
11415
11107
  readonly responseType: typeof GetCredentialResponse;
11416
11108
  };
11417
11109
 
11418
- type VaultServiceCreateToolCredential = {
11419
- readonly methodName: string;
11420
- readonly service: typeof VaultService;
11421
- readonly requestStream: false;
11422
- readonly responseStream: false;
11423
- readonly requestType: typeof CreateToolCredentialRequest;
11424
- readonly responseType: typeof GetCredentialResponse;
11425
- };
11426
-
11427
11110
  type VaultServiceGetAllOrganizationCredential = {
11428
11111
  readonly methodName: string;
11429
11112
  readonly service: typeof VaultService;
@@ -11442,15 +11125,6 @@ type VaultServiceDeleteCredential = {
11442
11125
  readonly responseType: typeof GetCredentialResponse;
11443
11126
  };
11444
11127
 
11445
- type VaultServiceGetProviderCredential = {
11446
- readonly methodName: string;
11447
- readonly service: typeof VaultService;
11448
- readonly requestStream: false;
11449
- readonly responseStream: false;
11450
- readonly requestType: typeof GetProviderCredentialRequest;
11451
- readonly responseType: typeof GetCredentialResponse;
11452
- };
11453
-
11454
11128
  type VaultServiceGetCredential = {
11455
11129
  readonly methodName: string;
11456
11130
  readonly service: typeof VaultService;
@@ -11472,17 +11146,15 @@ type VaultServiceGetOauth2Credential = {
11472
11146
  declare class VaultService {
11473
11147
  static readonly serviceName: string;
11474
11148
  static readonly CreateProviderCredential: VaultServiceCreateProviderCredential;
11475
- static readonly CreateToolCredential: VaultServiceCreateToolCredential;
11476
11149
  static readonly GetAllOrganizationCredential: VaultServiceGetAllOrganizationCredential;
11477
11150
  static readonly DeleteCredential: VaultServiceDeleteCredential;
11478
- static readonly GetProviderCredential: VaultServiceGetProviderCredential;
11479
11151
  static readonly GetCredential: VaultServiceGetCredential;
11480
11152
  static readonly GetOauth2Credential: VaultServiceGetOauth2Credential;
11481
11153
  }
11482
11154
 
11483
- type ServiceError$7 = { message: string, code: number; metadata: grpc.Metadata }
11155
+ type ServiceError$6 = { message: string, code: number; metadata: grpc.Metadata }
11484
11156
 
11485
- interface UnaryResponse$7 {
11157
+ interface UnaryResponse$6 {
11486
11158
  cancel(): void;
11487
11159
  }
11488
11160
 
@@ -11493,66 +11165,48 @@ declare class VaultServiceClient {
11493
11165
  createProviderCredential(
11494
11166
  requestMessage: CreateProviderCredentialRequest,
11495
11167
  metadata: grpc.Metadata,
11496
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11497
- ): UnaryResponse$7;
11168
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11169
+ ): UnaryResponse$6;
11498
11170
  createProviderCredential(
11499
11171
  requestMessage: CreateProviderCredentialRequest,
11500
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11501
- ): UnaryResponse$7;
11502
- createToolCredential(
11503
- requestMessage: CreateToolCredentialRequest,
11504
- metadata: grpc.Metadata,
11505
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11506
- ): UnaryResponse$7;
11507
- createToolCredential(
11508
- requestMessage: CreateToolCredentialRequest,
11509
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11510
- ): UnaryResponse$7;
11172
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11173
+ ): UnaryResponse$6;
11511
11174
  getAllOrganizationCredential(
11512
11175
  requestMessage: GetAllOrganizationCredentialRequest,
11513
11176
  metadata: grpc.Metadata,
11514
- callback: (error: ServiceError$7|null, responseMessage: GetAllOrganizationCredentialResponse|null) => void
11515
- ): UnaryResponse$7;
11177
+ callback: (error: ServiceError$6|null, responseMessage: GetAllOrganizationCredentialResponse|null) => void
11178
+ ): UnaryResponse$6;
11516
11179
  getAllOrganizationCredential(
11517
11180
  requestMessage: GetAllOrganizationCredentialRequest,
11518
- callback: (error: ServiceError$7|null, responseMessage: GetAllOrganizationCredentialResponse|null) => void
11519
- ): UnaryResponse$7;
11181
+ callback: (error: ServiceError$6|null, responseMessage: GetAllOrganizationCredentialResponse|null) => void
11182
+ ): UnaryResponse$6;
11520
11183
  deleteCredential(
11521
11184
  requestMessage: DeleteCredentialRequest,
11522
11185
  metadata: grpc.Metadata,
11523
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11524
- ): UnaryResponse$7;
11186
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11187
+ ): UnaryResponse$6;
11525
11188
  deleteCredential(
11526
11189
  requestMessage: DeleteCredentialRequest,
11527
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11528
- ): UnaryResponse$7;
11529
- getProviderCredential(
11530
- requestMessage: GetProviderCredentialRequest,
11531
- metadata: grpc.Metadata,
11532
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11533
- ): UnaryResponse$7;
11534
- getProviderCredential(
11535
- requestMessage: GetProviderCredentialRequest,
11536
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11537
- ): UnaryResponse$7;
11190
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11191
+ ): UnaryResponse$6;
11538
11192
  getCredential(
11539
11193
  requestMessage: GetCredentialRequest,
11540
11194
  metadata: grpc.Metadata,
11541
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11542
- ): UnaryResponse$7;
11195
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11196
+ ): UnaryResponse$6;
11543
11197
  getCredential(
11544
11198
  requestMessage: GetCredentialRequest,
11545
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11546
- ): UnaryResponse$7;
11199
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11200
+ ): UnaryResponse$6;
11547
11201
  getOauth2Credential(
11548
11202
  requestMessage: GetCredentialRequest,
11549
11203
  metadata: grpc.Metadata,
11550
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11551
- ): UnaryResponse$7;
11204
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11205
+ ): UnaryResponse$6;
11552
11206
  getOauth2Credential(
11553
11207
  requestMessage: GetCredentialRequest,
11554
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11555
- ): UnaryResponse$7;
11208
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11209
+ ): UnaryResponse$6;
11556
11210
  }
11557
11211
 
11558
11212
  // package: endpoint_api
@@ -11609,9 +11263,6 @@ declare class EndpointProviderModelAttribute extends jspb.Message {
11609
11263
  getChatcompleteprompt(): TextChatCompletePrompt | undefined;
11610
11264
  setChatcompleteprompt(value?: TextChatCompletePrompt): void;
11611
11265
 
11612
- getModelproviderid(): string;
11613
- setModelproviderid(value: string): void;
11614
-
11615
11266
  getModelprovidername(): string;
11616
11267
  setModelprovidername(value: string): void;
11617
11268
 
@@ -11634,7 +11285,6 @@ declare namespace EndpointProviderModelAttribute {
11634
11285
  export type AsObject = {
11635
11286
  description: string,
11636
11287
  chatcompleteprompt?: TextChatCompletePrompt.AsObject,
11637
- modelproviderid: string,
11638
11288
  modelprovidername: string,
11639
11289
  endpointmodeloptionsList: Array<Metadata.AsObject>,
11640
11290
  }
@@ -11731,9 +11381,6 @@ declare class EndpointProviderModel extends jspb.Message {
11731
11381
  getChatcompleteprompt(): TextChatCompletePrompt | undefined;
11732
11382
  setChatcompleteprompt(value?: TextChatCompletePrompt): void;
11733
11383
 
11734
- getModelproviderid(): string;
11735
- setModelproviderid(value: string): void;
11736
-
11737
11384
  getModelprovidername(): string;
11738
11385
  setModelprovidername(value: string): void;
11739
11386
 
@@ -11791,7 +11438,6 @@ declare namespace EndpointProviderModel {
11791
11438
  export type AsObject = {
11792
11439
  id: string,
11793
11440
  chatcompleteprompt?: TextChatCompletePrompt.AsObject,
11794
- modelproviderid: string,
11795
11441
  modelprovidername: string,
11796
11442
  endpointmodeloptionsList: Array<Metadata.AsObject>,
11797
11443
  status: string,
@@ -12957,9 +12603,9 @@ declare class EndpointService {
12957
12603
  static readonly GetEndpointLog: EndpointServiceGetEndpointLog;
12958
12604
  }
12959
12605
 
12960
- type ServiceError$6 = { message: string, code: number; metadata: grpc.Metadata }
12606
+ type ServiceError$5 = { message: string, code: number; metadata: grpc.Metadata }
12961
12607
 
12962
- interface UnaryResponse$6 {
12608
+ interface UnaryResponse$5 {
12963
12609
  cancel(): void;
12964
12610
  }
12965
12611
 
@@ -12970,120 +12616,120 @@ declare class EndpointServiceClient {
12970
12616
  getEndpoint(
12971
12617
  requestMessage: GetEndpointRequest,
12972
12618
  metadata: grpc.Metadata,
12973
- callback: (error: ServiceError$6|null, responseMessage: GetEndpointResponse|null) => void
12974
- ): UnaryResponse$6;
12619
+ callback: (error: ServiceError$5|null, responseMessage: GetEndpointResponse|null) => void
12620
+ ): UnaryResponse$5;
12975
12621
  getEndpoint(
12976
12622
  requestMessage: GetEndpointRequest,
12977
- callback: (error: ServiceError$6|null, responseMessage: GetEndpointResponse|null) => void
12978
- ): UnaryResponse$6;
12623
+ callback: (error: ServiceError$5|null, responseMessage: GetEndpointResponse|null) => void
12624
+ ): UnaryResponse$5;
12979
12625
  getAllEndpoint(
12980
12626
  requestMessage: GetAllEndpointRequest,
12981
12627
  metadata: grpc.Metadata,
12982
- callback: (error: ServiceError$6|null, responseMessage: GetAllEndpointResponse|null) => void
12983
- ): UnaryResponse$6;
12628
+ callback: (error: ServiceError$5|null, responseMessage: GetAllEndpointResponse|null) => void
12629
+ ): UnaryResponse$5;
12984
12630
  getAllEndpoint(
12985
12631
  requestMessage: GetAllEndpointRequest,
12986
- callback: (error: ServiceError$6|null, responseMessage: GetAllEndpointResponse|null) => void
12987
- ): UnaryResponse$6;
12632
+ callback: (error: ServiceError$5|null, responseMessage: GetAllEndpointResponse|null) => void
12633
+ ): UnaryResponse$5;
12988
12634
  getAllEndpointProviderModel(
12989
12635
  requestMessage: GetAllEndpointProviderModelRequest,
12990
12636
  metadata: grpc.Metadata,
12991
- callback: (error: ServiceError$6|null, responseMessage: GetAllEndpointProviderModelResponse|null) => void
12992
- ): UnaryResponse$6;
12637
+ callback: (error: ServiceError$5|null, responseMessage: GetAllEndpointProviderModelResponse|null) => void
12638
+ ): UnaryResponse$5;
12993
12639
  getAllEndpointProviderModel(
12994
12640
  requestMessage: GetAllEndpointProviderModelRequest,
12995
- callback: (error: ServiceError$6|null, responseMessage: GetAllEndpointProviderModelResponse|null) => void
12996
- ): UnaryResponse$6;
12641
+ callback: (error: ServiceError$5|null, responseMessage: GetAllEndpointProviderModelResponse|null) => void
12642
+ ): UnaryResponse$5;
12997
12643
  updateEndpointVersion(
12998
12644
  requestMessage: UpdateEndpointVersionRequest,
12999
12645
  metadata: grpc.Metadata,
13000
- callback: (error: ServiceError$6|null, responseMessage: UpdateEndpointVersionResponse|null) => void
13001
- ): UnaryResponse$6;
12646
+ callback: (error: ServiceError$5|null, responseMessage: UpdateEndpointVersionResponse|null) => void
12647
+ ): UnaryResponse$5;
13002
12648
  updateEndpointVersion(
13003
12649
  requestMessage: UpdateEndpointVersionRequest,
13004
- callback: (error: ServiceError$6|null, responseMessage: UpdateEndpointVersionResponse|null) => void
13005
- ): UnaryResponse$6;
12650
+ callback: (error: ServiceError$5|null, responseMessage: UpdateEndpointVersionResponse|null) => void
12651
+ ): UnaryResponse$5;
13006
12652
  createEndpoint(
13007
12653
  requestMessage: CreateEndpointRequest,
13008
12654
  metadata: grpc.Metadata,
13009
- callback: (error: ServiceError$6|null, responseMessage: CreateEndpointResponse|null) => void
13010
- ): UnaryResponse$6;
12655
+ callback: (error: ServiceError$5|null, responseMessage: CreateEndpointResponse|null) => void
12656
+ ): UnaryResponse$5;
13011
12657
  createEndpoint(
13012
12658
  requestMessage: CreateEndpointRequest,
13013
- callback: (error: ServiceError$6|null, responseMessage: CreateEndpointResponse|null) => void
13014
- ): UnaryResponse$6;
12659
+ callback: (error: ServiceError$5|null, responseMessage: CreateEndpointResponse|null) => void
12660
+ ): UnaryResponse$5;
13015
12661
  createEndpointProviderModel(
13016
12662
  requestMessage: CreateEndpointProviderModelRequest,
13017
12663
  metadata: grpc.Metadata,
13018
- callback: (error: ServiceError$6|null, responseMessage: CreateEndpointProviderModelResponse|null) => void
13019
- ): UnaryResponse$6;
12664
+ callback: (error: ServiceError$5|null, responseMessage: CreateEndpointProviderModelResponse|null) => void
12665
+ ): UnaryResponse$5;
13020
12666
  createEndpointProviderModel(
13021
12667
  requestMessage: CreateEndpointProviderModelRequest,
13022
- callback: (error: ServiceError$6|null, responseMessage: CreateEndpointProviderModelResponse|null) => void
13023
- ): UnaryResponse$6;
12668
+ callback: (error: ServiceError$5|null, responseMessage: CreateEndpointProviderModelResponse|null) => void
12669
+ ): UnaryResponse$5;
13024
12670
  createEndpointCacheConfiguration(
13025
12671
  requestMessage: CreateEndpointCacheConfigurationRequest,
13026
12672
  metadata: grpc.Metadata,
13027
- callback: (error: ServiceError$6|null, responseMessage: CreateEndpointCacheConfigurationResponse|null) => void
13028
- ): UnaryResponse$6;
12673
+ callback: (error: ServiceError$5|null, responseMessage: CreateEndpointCacheConfigurationResponse|null) => void
12674
+ ): UnaryResponse$5;
13029
12675
  createEndpointCacheConfiguration(
13030
12676
  requestMessage: CreateEndpointCacheConfigurationRequest,
13031
- callback: (error: ServiceError$6|null, responseMessage: CreateEndpointCacheConfigurationResponse|null) => void
13032
- ): UnaryResponse$6;
12677
+ callback: (error: ServiceError$5|null, responseMessage: CreateEndpointCacheConfigurationResponse|null) => void
12678
+ ): UnaryResponse$5;
13033
12679
  createEndpointRetryConfiguration(
13034
12680
  requestMessage: CreateEndpointRetryConfigurationRequest,
13035
12681
  metadata: grpc.Metadata,
13036
- callback: (error: ServiceError$6|null, responseMessage: CreateEndpointRetryConfigurationResponse|null) => void
13037
- ): UnaryResponse$6;
12682
+ callback: (error: ServiceError$5|null, responseMessage: CreateEndpointRetryConfigurationResponse|null) => void
12683
+ ): UnaryResponse$5;
13038
12684
  createEndpointRetryConfiguration(
13039
12685
  requestMessage: CreateEndpointRetryConfigurationRequest,
13040
- callback: (error: ServiceError$6|null, responseMessage: CreateEndpointRetryConfigurationResponse|null) => void
13041
- ): UnaryResponse$6;
12686
+ callback: (error: ServiceError$5|null, responseMessage: CreateEndpointRetryConfigurationResponse|null) => void
12687
+ ): UnaryResponse$5;
13042
12688
  createEndpointTag(
13043
12689
  requestMessage: CreateEndpointTagRequest,
13044
12690
  metadata: grpc.Metadata,
13045
- callback: (error: ServiceError$6|null, responseMessage: GetEndpointResponse|null) => void
13046
- ): UnaryResponse$6;
12691
+ callback: (error: ServiceError$5|null, responseMessage: GetEndpointResponse|null) => void
12692
+ ): UnaryResponse$5;
13047
12693
  createEndpointTag(
13048
12694
  requestMessage: CreateEndpointTagRequest,
13049
- callback: (error: ServiceError$6|null, responseMessage: GetEndpointResponse|null) => void
13050
- ): UnaryResponse$6;
12695
+ callback: (error: ServiceError$5|null, responseMessage: GetEndpointResponse|null) => void
12696
+ ): UnaryResponse$5;
13051
12697
  forkEndpoint(
13052
12698
  requestMessage: ForkEndpointRequest,
13053
12699
  metadata: grpc.Metadata,
13054
- callback: (error: ServiceError$6|null, responseMessage: BaseResponse|null) => void
13055
- ): UnaryResponse$6;
12700
+ callback: (error: ServiceError$5|null, responseMessage: BaseResponse|null) => void
12701
+ ): UnaryResponse$5;
13056
12702
  forkEndpoint(
13057
12703
  requestMessage: ForkEndpointRequest,
13058
- callback: (error: ServiceError$6|null, responseMessage: BaseResponse|null) => void
13059
- ): UnaryResponse$6;
12704
+ callback: (error: ServiceError$5|null, responseMessage: BaseResponse|null) => void
12705
+ ): UnaryResponse$5;
13060
12706
  updateEndpointDetail(
13061
12707
  requestMessage: UpdateEndpointDetailRequest,
13062
12708
  metadata: grpc.Metadata,
13063
- callback: (error: ServiceError$6|null, responseMessage: GetEndpointResponse|null) => void
13064
- ): UnaryResponse$6;
12709
+ callback: (error: ServiceError$5|null, responseMessage: GetEndpointResponse|null) => void
12710
+ ): UnaryResponse$5;
13065
12711
  updateEndpointDetail(
13066
12712
  requestMessage: UpdateEndpointDetailRequest,
13067
- callback: (error: ServiceError$6|null, responseMessage: GetEndpointResponse|null) => void
13068
- ): UnaryResponse$6;
12713
+ callback: (error: ServiceError$5|null, responseMessage: GetEndpointResponse|null) => void
12714
+ ): UnaryResponse$5;
13069
12715
  getAllEndpointLog(
13070
12716
  requestMessage: GetAllEndpointLogRequest,
13071
12717
  metadata: grpc.Metadata,
13072
- callback: (error: ServiceError$6|null, responseMessage: GetAllEndpointLogResponse|null) => void
13073
- ): UnaryResponse$6;
12718
+ callback: (error: ServiceError$5|null, responseMessage: GetAllEndpointLogResponse|null) => void
12719
+ ): UnaryResponse$5;
13074
12720
  getAllEndpointLog(
13075
12721
  requestMessage: GetAllEndpointLogRequest,
13076
- callback: (error: ServiceError$6|null, responseMessage: GetAllEndpointLogResponse|null) => void
13077
- ): UnaryResponse$6;
12722
+ callback: (error: ServiceError$5|null, responseMessage: GetAllEndpointLogResponse|null) => void
12723
+ ): UnaryResponse$5;
13078
12724
  getEndpointLog(
13079
12725
  requestMessage: GetEndpointLogRequest,
13080
12726
  metadata: grpc.Metadata,
13081
- callback: (error: ServiceError$6|null, responseMessage: GetEndpointLogResponse|null) => void
13082
- ): UnaryResponse$6;
12727
+ callback: (error: ServiceError$5|null, responseMessage: GetEndpointLogResponse|null) => void
12728
+ ): UnaryResponse$5;
13083
12729
  getEndpointLog(
13084
12730
  requestMessage: GetEndpointLogRequest,
13085
- callback: (error: ServiceError$6|null, responseMessage: GetEndpointLogResponse|null) => void
13086
- ): UnaryResponse$6;
12731
+ callback: (error: ServiceError$5|null, responseMessage: GetEndpointLogResponse|null) => void
12732
+ ): UnaryResponse$5;
13087
12733
  }
13088
12734
 
13089
12735
  // package: integration_api
@@ -13419,9 +13065,9 @@ declare class AuditLoggingService {
13419
13065
  static readonly CreateMetadata: AuditLoggingServiceCreateMetadata;
13420
13066
  }
13421
13067
 
13422
- type ServiceError$5 = { message: string, code: number; metadata: grpc.Metadata }
13068
+ type ServiceError$4 = { message: string, code: number; metadata: grpc.Metadata }
13423
13069
 
13424
- interface UnaryResponse$5 {
13070
+ interface UnaryResponse$4 {
13425
13071
  cancel(): void;
13426
13072
  }
13427
13073
 
@@ -13432,30 +13078,30 @@ declare class AuditLoggingServiceClient {
13432
13078
  getAllAuditLog(
13433
13079
  requestMessage: GetAllAuditLogRequest,
13434
13080
  metadata: grpc.Metadata,
13435
- callback: (error: ServiceError$5|null, responseMessage: GetAllAuditLogResponse|null) => void
13436
- ): UnaryResponse$5;
13081
+ callback: (error: ServiceError$4|null, responseMessage: GetAllAuditLogResponse|null) => void
13082
+ ): UnaryResponse$4;
13437
13083
  getAllAuditLog(
13438
13084
  requestMessage: GetAllAuditLogRequest,
13439
- callback: (error: ServiceError$5|null, responseMessage: GetAllAuditLogResponse|null) => void
13440
- ): UnaryResponse$5;
13085
+ callback: (error: ServiceError$4|null, responseMessage: GetAllAuditLogResponse|null) => void
13086
+ ): UnaryResponse$4;
13441
13087
  getAuditLog(
13442
13088
  requestMessage: GetAuditLogRequest,
13443
13089
  metadata: grpc.Metadata,
13444
- callback: (error: ServiceError$5|null, responseMessage: GetAuditLogResponse|null) => void
13445
- ): UnaryResponse$5;
13090
+ callback: (error: ServiceError$4|null, responseMessage: GetAuditLogResponse|null) => void
13091
+ ): UnaryResponse$4;
13446
13092
  getAuditLog(
13447
13093
  requestMessage: GetAuditLogRequest,
13448
- callback: (error: ServiceError$5|null, responseMessage: GetAuditLogResponse|null) => void
13449
- ): UnaryResponse$5;
13094
+ callback: (error: ServiceError$4|null, responseMessage: GetAuditLogResponse|null) => void
13095
+ ): UnaryResponse$4;
13450
13096
  createMetadata(
13451
13097
  requestMessage: CreateMetadataRequest,
13452
13098
  metadata: grpc.Metadata,
13453
- callback: (error: ServiceError$5|null, responseMessage: CreateMetadataResponse|null) => void
13454
- ): UnaryResponse$5;
13099
+ callback: (error: ServiceError$4|null, responseMessage: CreateMetadataResponse|null) => void
13100
+ ): UnaryResponse$4;
13455
13101
  createMetadata(
13456
13102
  requestMessage: CreateMetadataRequest,
13457
- callback: (error: ServiceError$5|null, responseMessage: CreateMetadataResponse|null) => void
13458
- ): UnaryResponse$5;
13103
+ callback: (error: ServiceError$4|null, responseMessage: CreateMetadataResponse|null) => void
13104
+ ): UnaryResponse$4;
13459
13105
  }
13460
13106
 
13461
13107
  // package: assistant_api
@@ -13567,9 +13213,9 @@ declare class AssistantDeploymentService {
13567
13213
  static readonly GetAssistantPhoneDeployment: AssistantDeploymentServiceGetAssistantPhoneDeployment;
13568
13214
  }
13569
13215
 
13570
- type ServiceError$4 = { message: string, code: number; metadata: grpc.Metadata }
13216
+ type ServiceError$3 = { message: string, code: number; metadata: grpc.Metadata }
13571
13217
 
13572
- interface UnaryResponse$4 {
13218
+ interface UnaryResponse$3 {
13573
13219
  cancel(): void;
13574
13220
  }
13575
13221
 
@@ -13580,93 +13226,93 @@ declare class AssistantDeploymentServiceClient {
13580
13226
  createAssistantApiDeployment(
13581
13227
  requestMessage: CreateAssistantDeploymentRequest,
13582
13228
  metadata: grpc.Metadata,
13583
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantApiDeploymentResponse|null) => void
13584
- ): UnaryResponse$4;
13229
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantApiDeploymentResponse|null) => void
13230
+ ): UnaryResponse$3;
13585
13231
  createAssistantApiDeployment(
13586
13232
  requestMessage: CreateAssistantDeploymentRequest,
13587
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantApiDeploymentResponse|null) => void
13588
- ): UnaryResponse$4;
13233
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantApiDeploymentResponse|null) => void
13234
+ ): UnaryResponse$3;
13589
13235
  getAssistantApiDeployment(
13590
13236
  requestMessage: GetAssistantDeploymentRequest,
13591
13237
  metadata: grpc.Metadata,
13592
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantApiDeploymentResponse|null) => void
13593
- ): UnaryResponse$4;
13238
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantApiDeploymentResponse|null) => void
13239
+ ): UnaryResponse$3;
13594
13240
  getAssistantApiDeployment(
13595
13241
  requestMessage: GetAssistantDeploymentRequest,
13596
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantApiDeploymentResponse|null) => void
13597
- ): UnaryResponse$4;
13242
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantApiDeploymentResponse|null) => void
13243
+ ): UnaryResponse$3;
13598
13244
  createAssistantWebpluginDeployment(
13599
13245
  requestMessage: CreateAssistantDeploymentRequest,
13600
13246
  metadata: grpc.Metadata,
13601
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantWebpluginDeploymentResponse|null) => void
13602
- ): UnaryResponse$4;
13247
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantWebpluginDeploymentResponse|null) => void
13248
+ ): UnaryResponse$3;
13603
13249
  createAssistantWebpluginDeployment(
13604
13250
  requestMessage: CreateAssistantDeploymentRequest,
13605
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantWebpluginDeploymentResponse|null) => void
13606
- ): UnaryResponse$4;
13251
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantWebpluginDeploymentResponse|null) => void
13252
+ ): UnaryResponse$3;
13607
13253
  getAssistantWebpluginDeployment(
13608
13254
  requestMessage: GetAssistantDeploymentRequest,
13609
13255
  metadata: grpc.Metadata,
13610
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantWebpluginDeploymentResponse|null) => void
13611
- ): UnaryResponse$4;
13256
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantWebpluginDeploymentResponse|null) => void
13257
+ ): UnaryResponse$3;
13612
13258
  getAssistantWebpluginDeployment(
13613
13259
  requestMessage: GetAssistantDeploymentRequest,
13614
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantWebpluginDeploymentResponse|null) => void
13615
- ): UnaryResponse$4;
13260
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantWebpluginDeploymentResponse|null) => void
13261
+ ): UnaryResponse$3;
13616
13262
  createAssistantDebuggerDeployment(
13617
13263
  requestMessage: CreateAssistantDeploymentRequest,
13618
13264
  metadata: grpc.Metadata,
13619
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantDebuggerDeploymentResponse|null) => void
13620
- ): UnaryResponse$4;
13265
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantDebuggerDeploymentResponse|null) => void
13266
+ ): UnaryResponse$3;
13621
13267
  createAssistantDebuggerDeployment(
13622
13268
  requestMessage: CreateAssistantDeploymentRequest,
13623
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantDebuggerDeploymentResponse|null) => void
13624
- ): UnaryResponse$4;
13269
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantDebuggerDeploymentResponse|null) => void
13270
+ ): UnaryResponse$3;
13625
13271
  getAssistantDebuggerDeployment(
13626
13272
  requestMessage: GetAssistantDeploymentRequest,
13627
13273
  metadata: grpc.Metadata,
13628
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantDebuggerDeploymentResponse|null) => void
13629
- ): UnaryResponse$4;
13274
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantDebuggerDeploymentResponse|null) => void
13275
+ ): UnaryResponse$3;
13630
13276
  getAssistantDebuggerDeployment(
13631
13277
  requestMessage: GetAssistantDeploymentRequest,
13632
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantDebuggerDeploymentResponse|null) => void
13633
- ): UnaryResponse$4;
13278
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantDebuggerDeploymentResponse|null) => void
13279
+ ): UnaryResponse$3;
13634
13280
  createAssistantWhatsappDeployment(
13635
13281
  requestMessage: CreateAssistantDeploymentRequest,
13636
13282
  metadata: grpc.Metadata,
13637
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantWhatsappDeploymentResponse|null) => void
13638
- ): UnaryResponse$4;
13283
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantWhatsappDeploymentResponse|null) => void
13284
+ ): UnaryResponse$3;
13639
13285
  createAssistantWhatsappDeployment(
13640
13286
  requestMessage: CreateAssistantDeploymentRequest,
13641
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantWhatsappDeploymentResponse|null) => void
13642
- ): UnaryResponse$4;
13287
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantWhatsappDeploymentResponse|null) => void
13288
+ ): UnaryResponse$3;
13643
13289
  getAssistantWhatsappDeployment(
13644
13290
  requestMessage: GetAssistantDeploymentRequest,
13645
13291
  metadata: grpc.Metadata,
13646
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantWhatsappDeploymentResponse|null) => void
13647
- ): UnaryResponse$4;
13292
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantWhatsappDeploymentResponse|null) => void
13293
+ ): UnaryResponse$3;
13648
13294
  getAssistantWhatsappDeployment(
13649
13295
  requestMessage: GetAssistantDeploymentRequest,
13650
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantWhatsappDeploymentResponse|null) => void
13651
- ): UnaryResponse$4;
13296
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantWhatsappDeploymentResponse|null) => void
13297
+ ): UnaryResponse$3;
13652
13298
  createAssistantPhoneDeployment(
13653
13299
  requestMessage: CreateAssistantDeploymentRequest,
13654
13300
  metadata: grpc.Metadata,
13655
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantPhoneDeploymentResponse|null) => void
13656
- ): UnaryResponse$4;
13301
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantPhoneDeploymentResponse|null) => void
13302
+ ): UnaryResponse$3;
13657
13303
  createAssistantPhoneDeployment(
13658
13304
  requestMessage: CreateAssistantDeploymentRequest,
13659
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantPhoneDeploymentResponse|null) => void
13660
- ): UnaryResponse$4;
13305
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantPhoneDeploymentResponse|null) => void
13306
+ ): UnaryResponse$3;
13661
13307
  getAssistantPhoneDeployment(
13662
13308
  requestMessage: GetAssistantDeploymentRequest,
13663
13309
  metadata: grpc.Metadata,
13664
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantPhoneDeploymentResponse|null) => void
13665
- ): UnaryResponse$4;
13310
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantPhoneDeploymentResponse|null) => void
13311
+ ): UnaryResponse$3;
13666
13312
  getAssistantPhoneDeployment(
13667
13313
  requestMessage: GetAssistantDeploymentRequest,
13668
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantPhoneDeploymentResponse|null) => void
13669
- ): UnaryResponse$4;
13314
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantPhoneDeploymentResponse|null) => void
13315
+ ): UnaryResponse$3;
13670
13316
  }
13671
13317
 
13672
13318
  // package: connect_api
@@ -13674,76 +13320,6 @@ declare class AssistantDeploymentServiceClient {
13674
13320
 
13675
13321
 
13676
13322
 
13677
- declare class KnowledgeConnectRequest extends jspb.Message {
13678
- getState(): string;
13679
- setState(value: string): void;
13680
-
13681
- getCode(): string;
13682
- setCode(value: string): void;
13683
-
13684
- getScope(): string;
13685
- setScope(value: string): void;
13686
-
13687
- getConnect(): string;
13688
- setConnect(value: string): void;
13689
-
13690
- serializeBinary(): Uint8Array;
13691
- toObject(includeInstance?: boolean): KnowledgeConnectRequest.AsObject;
13692
- static toObject(includeInstance: boolean, msg: KnowledgeConnectRequest): KnowledgeConnectRequest.AsObject;
13693
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
13694
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
13695
- static serializeBinaryToWriter(message: KnowledgeConnectRequest, writer: jspb.BinaryWriter): void;
13696
- static deserializeBinary(bytes: Uint8Array): KnowledgeConnectRequest;
13697
- static deserializeBinaryFromReader(message: KnowledgeConnectRequest, reader: jspb.BinaryReader): KnowledgeConnectRequest;
13698
- }
13699
-
13700
- declare namespace KnowledgeConnectRequest {
13701
- export type AsObject = {
13702
- state: string,
13703
- code: string,
13704
- scope: string,
13705
- connect: string,
13706
- }
13707
- }
13708
-
13709
- declare class KnowledgeConnectResponse extends jspb.Message {
13710
- getCode(): number;
13711
- setCode(value: number): void;
13712
-
13713
- getSuccess(): boolean;
13714
- setSuccess(value: boolean): void;
13715
-
13716
- getToolid(): string;
13717
- setToolid(value: string): void;
13718
-
13719
- getRedirectto(): string;
13720
- setRedirectto(value: string): void;
13721
-
13722
- hasError(): boolean;
13723
- clearError(): void;
13724
- getError(): Error | undefined;
13725
- setError(value?: Error): void;
13726
-
13727
- serializeBinary(): Uint8Array;
13728
- toObject(includeInstance?: boolean): KnowledgeConnectResponse.AsObject;
13729
- static toObject(includeInstance: boolean, msg: KnowledgeConnectResponse): KnowledgeConnectResponse.AsObject;
13730
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
13731
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
13732
- static serializeBinaryToWriter(message: KnowledgeConnectResponse, writer: jspb.BinaryWriter): void;
13733
- static deserializeBinary(bytes: Uint8Array): KnowledgeConnectResponse;
13734
- static deserializeBinaryFromReader(message: KnowledgeConnectResponse, reader: jspb.BinaryReader): KnowledgeConnectResponse;
13735
- }
13736
-
13737
- declare namespace KnowledgeConnectResponse {
13738
- export type AsObject = {
13739
- code: number,
13740
- success: boolean,
13741
- toolid: string,
13742
- redirectto: string,
13743
- error?: Error.AsObject,
13744
- }
13745
- }
13746
-
13747
13323
  declare class GeneralConnectRequest extends jspb.Message {
13748
13324
  getState(): string;
13749
13325
  setState(value: string): void;
@@ -13783,78 +13359,8 @@ declare class GeneralConnectResponse extends jspb.Message {
13783
13359
  getSuccess(): boolean;
13784
13360
  setSuccess(value: boolean): void;
13785
13361
 
13786
- getToolid(): string;
13787
- setToolid(value: string): void;
13788
-
13789
- getRedirectto(): string;
13790
- setRedirectto(value: string): void;
13791
-
13792
- hasError(): boolean;
13793
- clearError(): void;
13794
- getError(): Error | undefined;
13795
- setError(value?: Error): void;
13796
-
13797
- serializeBinary(): Uint8Array;
13798
- toObject(includeInstance?: boolean): GeneralConnectResponse.AsObject;
13799
- static toObject(includeInstance: boolean, msg: GeneralConnectResponse): GeneralConnectResponse.AsObject;
13800
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
13801
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
13802
- static serializeBinaryToWriter(message: GeneralConnectResponse, writer: jspb.BinaryWriter): void;
13803
- static deserializeBinary(bytes: Uint8Array): GeneralConnectResponse;
13804
- static deserializeBinaryFromReader(message: GeneralConnectResponse, reader: jspb.BinaryReader): GeneralConnectResponse;
13805
- }
13806
-
13807
- declare namespace GeneralConnectResponse {
13808
- export type AsObject = {
13809
- code: number,
13810
- success: boolean,
13811
- toolid: string,
13812
- redirectto: string,
13813
- error?: Error.AsObject,
13814
- }
13815
- }
13816
-
13817
- declare class ActionConnectRequest extends jspb.Message {
13818
- getState(): string;
13819
- setState(value: string): void;
13820
-
13821
- getCode(): string;
13822
- setCode(value: string): void;
13823
-
13824
- getScope(): string;
13825
- setScope(value: string): void;
13826
-
13827
- getConnect(): string;
13828
- setConnect(value: string): void;
13829
-
13830
- serializeBinary(): Uint8Array;
13831
- toObject(includeInstance?: boolean): ActionConnectRequest.AsObject;
13832
- static toObject(includeInstance: boolean, msg: ActionConnectRequest): ActionConnectRequest.AsObject;
13833
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
13834
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
13835
- static serializeBinaryToWriter(message: ActionConnectRequest, writer: jspb.BinaryWriter): void;
13836
- static deserializeBinary(bytes: Uint8Array): ActionConnectRequest;
13837
- static deserializeBinaryFromReader(message: ActionConnectRequest, reader: jspb.BinaryReader): ActionConnectRequest;
13838
- }
13839
-
13840
- declare namespace ActionConnectRequest {
13841
- export type AsObject = {
13842
- state: string,
13843
- code: string,
13844
- scope: string,
13845
- connect: string,
13846
- }
13847
- }
13848
-
13849
- declare class ActionConnectResponse extends jspb.Message {
13850
- getCode(): number;
13851
- setCode(value: number): void;
13852
-
13853
- getSuccess(): boolean;
13854
- setSuccess(value: boolean): void;
13855
-
13856
- getToolid(): string;
13857
- setToolid(value: string): void;
13362
+ getProvider(): string;
13363
+ setProvider(value: string): void;
13858
13364
 
13859
13365
  getRedirectto(): string;
13860
13366
  setRedirectto(value: string): void;
@@ -13865,20 +13371,20 @@ declare class ActionConnectResponse extends jspb.Message {
13865
13371
  setError(value?: Error): void;
13866
13372
 
13867
13373
  serializeBinary(): Uint8Array;
13868
- toObject(includeInstance?: boolean): ActionConnectResponse.AsObject;
13869
- static toObject(includeInstance: boolean, msg: ActionConnectResponse): ActionConnectResponse.AsObject;
13374
+ toObject(includeInstance?: boolean): GeneralConnectResponse.AsObject;
13375
+ static toObject(includeInstance: boolean, msg: GeneralConnectResponse): GeneralConnectResponse.AsObject;
13870
13376
  static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
13871
13377
  static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
13872
- static serializeBinaryToWriter(message: ActionConnectResponse, writer: jspb.BinaryWriter): void;
13873
- static deserializeBinary(bytes: Uint8Array): ActionConnectResponse;
13874
- static deserializeBinaryFromReader(message: ActionConnectResponse, reader: jspb.BinaryReader): ActionConnectResponse;
13378
+ static serializeBinaryToWriter(message: GeneralConnectResponse, writer: jspb.BinaryWriter): void;
13379
+ static deserializeBinary(bytes: Uint8Array): GeneralConnectResponse;
13380
+ static deserializeBinaryFromReader(message: GeneralConnectResponse, reader: jspb.BinaryReader): GeneralConnectResponse;
13875
13381
  }
13876
13382
 
13877
- declare namespace ActionConnectResponse {
13383
+ declare namespace GeneralConnectResponse {
13878
13384
  export type AsObject = {
13879
13385
  code: number,
13880
13386
  success: boolean,
13881
- toolid: string,
13387
+ provider: string,
13882
13388
  redirectto: string,
13883
13389
  error?: Error.AsObject,
13884
13390
  }
@@ -13895,8 +13401,8 @@ declare class GetConnectorFilesRequest extends jspb.Message {
13895
13401
  setCriteriasList(value: Array<Criteria>): void;
13896
13402
  addCriterias(value?: Criteria, index?: number): Criteria;
13897
13403
 
13898
- getToolid(): string;
13899
- setToolid(value: string): void;
13404
+ getProvider(): string;
13405
+ setProvider(value: string): void;
13900
13406
 
13901
13407
  serializeBinary(): Uint8Array;
13902
13408
  toObject(includeInstance?: boolean): GetConnectorFilesRequest.AsObject;
@@ -13912,7 +13418,7 @@ declare namespace GetConnectorFilesRequest {
13912
13418
  export type AsObject = {
13913
13419
  paginate?: Paginate.AsObject,
13914
13420
  criteriasList: Array<Criteria.AsObject>,
13915
- toolid: string,
13421
+ provider: string,
13916
13422
  }
13917
13423
  }
13918
13424
 
@@ -13966,15 +13472,6 @@ declare namespace GetConnectorFilesResponse {
13966
13472
 
13967
13473
 
13968
13474
 
13969
- type ConnectServiceKnowledgeConnect = {
13970
- readonly methodName: string;
13971
- readonly service: typeof ConnectService;
13972
- readonly requestStream: false;
13973
- readonly responseStream: false;
13974
- readonly requestType: typeof KnowledgeConnectRequest;
13975
- readonly responseType: typeof KnowledgeConnectResponse;
13976
- };
13977
-
13978
13475
  type ConnectServiceGeneralConnect = {
13979
13476
  readonly methodName: string;
13980
13477
  readonly service: typeof ConnectService;
@@ -13984,15 +13481,6 @@ type ConnectServiceGeneralConnect = {
13984
13481
  readonly responseType: typeof GeneralConnectResponse;
13985
13482
  };
13986
13483
 
13987
- type ConnectServiceActionConnect = {
13988
- readonly methodName: string;
13989
- readonly service: typeof ConnectService;
13990
- readonly requestStream: false;
13991
- readonly responseStream: false;
13992
- readonly requestType: typeof ActionConnectRequest;
13993
- readonly responseType: typeof ActionConnectResponse;
13994
- };
13995
-
13996
13484
  type ConnectServiceGetConnectorFiles = {
13997
13485
  readonly methodName: string;
13998
13486
  readonly service: typeof ConnectService;
@@ -14004,15 +13492,13 @@ type ConnectServiceGetConnectorFiles = {
14004
13492
 
14005
13493
  declare class ConnectService {
14006
13494
  static readonly serviceName: string;
14007
- static readonly KnowledgeConnect: ConnectServiceKnowledgeConnect;
14008
13495
  static readonly GeneralConnect: ConnectServiceGeneralConnect;
14009
- static readonly ActionConnect: ConnectServiceActionConnect;
14010
13496
  static readonly GetConnectorFiles: ConnectServiceGetConnectorFiles;
14011
13497
  }
14012
13498
 
14013
- type ServiceError$3 = { message: string, code: number; metadata: grpc.Metadata }
13499
+ type ServiceError$2 = { message: string, code: number; metadata: grpc.Metadata }
14014
13500
 
14015
- interface UnaryResponse$3 {
13501
+ interface UnaryResponse$2 {
14016
13502
  cancel(): void;
14017
13503
  }
14018
13504
 
@@ -14020,274 +13506,23 @@ declare class ConnectServiceClient {
14020
13506
  readonly serviceHost: string;
14021
13507
 
14022
13508
  constructor(serviceHost: string, options?: grpc.RpcOptions);
14023
- knowledgeConnect(
14024
- requestMessage: KnowledgeConnectRequest,
14025
- metadata: grpc.Metadata,
14026
- callback: (error: ServiceError$3|null, responseMessage: KnowledgeConnectResponse|null) => void
14027
- ): UnaryResponse$3;
14028
- knowledgeConnect(
14029
- requestMessage: KnowledgeConnectRequest,
14030
- callback: (error: ServiceError$3|null, responseMessage: KnowledgeConnectResponse|null) => void
14031
- ): UnaryResponse$3;
14032
13509
  generalConnect(
14033
13510
  requestMessage: GeneralConnectRequest,
14034
13511
  metadata: grpc.Metadata,
14035
- callback: (error: ServiceError$3|null, responseMessage: GeneralConnectResponse|null) => void
14036
- ): UnaryResponse$3;
13512
+ callback: (error: ServiceError$2|null, responseMessage: GeneralConnectResponse|null) => void
13513
+ ): UnaryResponse$2;
14037
13514
  generalConnect(
14038
13515
  requestMessage: GeneralConnectRequest,
14039
- callback: (error: ServiceError$3|null, responseMessage: GeneralConnectResponse|null) => void
14040
- ): UnaryResponse$3;
14041
- actionConnect(
14042
- requestMessage: ActionConnectRequest,
14043
- metadata: grpc.Metadata,
14044
- callback: (error: ServiceError$3|null, responseMessage: ActionConnectResponse|null) => void
14045
- ): UnaryResponse$3;
14046
- actionConnect(
14047
- requestMessage: ActionConnectRequest,
14048
- callback: (error: ServiceError$3|null, responseMessage: ActionConnectResponse|null) => void
14049
- ): UnaryResponse$3;
13516
+ callback: (error: ServiceError$2|null, responseMessage: GeneralConnectResponse|null) => void
13517
+ ): UnaryResponse$2;
14050
13518
  getConnectorFiles(
14051
13519
  requestMessage: GetConnectorFilesRequest,
14052
13520
  metadata: grpc.Metadata,
14053
- callback: (error: ServiceError$3|null, responseMessage: GetConnectorFilesResponse|null) => void
14054
- ): UnaryResponse$3;
13521
+ callback: (error: ServiceError$2|null, responseMessage: GetConnectorFilesResponse|null) => void
13522
+ ): UnaryResponse$2;
14055
13523
  getConnectorFiles(
14056
13524
  requestMessage: GetConnectorFilesRequest,
14057
- callback: (error: ServiceError$3|null, responseMessage: GetConnectorFilesResponse|null) => void
14058
- ): UnaryResponse$3;
14059
- }
14060
-
14061
- // package: provider_api
14062
- // file: provider-api.proto
14063
-
14064
-
14065
-
14066
- declare class GetAllModelProviderRequest extends jspb.Message {
14067
- hasPaginate(): boolean;
14068
- clearPaginate(): void;
14069
- getPaginate(): Paginate | undefined;
14070
- setPaginate(value?: Paginate): void;
14071
-
14072
- clearCriteriasList(): void;
14073
- getCriteriasList(): Array<Criteria>;
14074
- setCriteriasList(value: Array<Criteria>): void;
14075
- addCriterias(value?: Criteria, index?: number): Criteria;
14076
-
14077
- serializeBinary(): Uint8Array;
14078
- toObject(includeInstance?: boolean): GetAllModelProviderRequest.AsObject;
14079
- static toObject(includeInstance: boolean, msg: GetAllModelProviderRequest): GetAllModelProviderRequest.AsObject;
14080
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
14081
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
14082
- static serializeBinaryToWriter(message: GetAllModelProviderRequest, writer: jspb.BinaryWriter): void;
14083
- static deserializeBinary(bytes: Uint8Array): GetAllModelProviderRequest;
14084
- static deserializeBinaryFromReader(message: GetAllModelProviderRequest, reader: jspb.BinaryReader): GetAllModelProviderRequest;
14085
- }
14086
-
14087
- declare namespace GetAllModelProviderRequest {
14088
- export type AsObject = {
14089
- paginate?: Paginate.AsObject,
14090
- criteriasList: Array<Criteria.AsObject>,
14091
- }
14092
- }
14093
-
14094
- declare class GetAllModelProviderResponse extends jspb.Message {
14095
- getCode(): number;
14096
- setCode(value: number): void;
14097
-
14098
- getSuccess(): boolean;
14099
- setSuccess(value: boolean): void;
14100
-
14101
- clearDataList(): void;
14102
- getDataList(): Array<Provider>;
14103
- setDataList(value: Array<Provider>): void;
14104
- addData(value?: Provider, index?: number): Provider;
14105
-
14106
- serializeBinary(): Uint8Array;
14107
- toObject(includeInstance?: boolean): GetAllModelProviderResponse.AsObject;
14108
- static toObject(includeInstance: boolean, msg: GetAllModelProviderResponse): GetAllModelProviderResponse.AsObject;
14109
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
14110
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
14111
- static serializeBinaryToWriter(message: GetAllModelProviderResponse, writer: jspb.BinaryWriter): void;
14112
- static deserializeBinary(bytes: Uint8Array): GetAllModelProviderResponse;
14113
- static deserializeBinaryFromReader(message: GetAllModelProviderResponse, reader: jspb.BinaryReader): GetAllModelProviderResponse;
14114
- }
14115
-
14116
- declare namespace GetAllModelProviderResponse {
14117
- export type AsObject = {
14118
- code: number,
14119
- success: boolean,
14120
- dataList: Array<Provider.AsObject>,
14121
- }
14122
- }
14123
-
14124
- declare class ToolProvider extends jspb.Message {
14125
- getId(): string;
14126
- setId(value: string): void;
14127
-
14128
- getName(): string;
14129
- setName(value: string): void;
14130
-
14131
- getDescription(): string;
14132
- setDescription(value: string): void;
14133
-
14134
- getImage(): string;
14135
- setImage(value: string): void;
14136
-
14137
- clearFeatureList(): void;
14138
- getFeatureList(): Array<string>;
14139
- setFeatureList(value: Array<string>): void;
14140
- addFeature(value: string, index?: number): string;
14141
-
14142
- getConnectconfigurationMap(): jspb.Map<string, string>;
14143
- clearConnectconfigurationMap(): void;
14144
- serializeBinary(): Uint8Array;
14145
- toObject(includeInstance?: boolean): ToolProvider.AsObject;
14146
- static toObject(includeInstance: boolean, msg: ToolProvider): ToolProvider.AsObject;
14147
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
14148
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
14149
- static serializeBinaryToWriter(message: ToolProvider, writer: jspb.BinaryWriter): void;
14150
- static deserializeBinary(bytes: Uint8Array): ToolProvider;
14151
- static deserializeBinaryFromReader(message: ToolProvider, reader: jspb.BinaryReader): ToolProvider;
14152
- }
14153
-
14154
- declare namespace ToolProvider {
14155
- export type AsObject = {
14156
- id: string,
14157
- name: string,
14158
- description: string,
14159
- image: string,
14160
- featureList: Array<string>,
14161
- connectconfigurationMap: Array<[string, string]>,
14162
- }
14163
- }
14164
-
14165
- declare class GetAllToolProviderRequest extends jspb.Message {
14166
- hasPaginate(): boolean;
14167
- clearPaginate(): void;
14168
- getPaginate(): Paginate | undefined;
14169
- setPaginate(value?: Paginate): void;
14170
-
14171
- clearCriteriasList(): void;
14172
- getCriteriasList(): Array<Criteria>;
14173
- setCriteriasList(value: Array<Criteria>): void;
14174
- addCriterias(value?: Criteria, index?: number): Criteria;
14175
-
14176
- serializeBinary(): Uint8Array;
14177
- toObject(includeInstance?: boolean): GetAllToolProviderRequest.AsObject;
14178
- static toObject(includeInstance: boolean, msg: GetAllToolProviderRequest): GetAllToolProviderRequest.AsObject;
14179
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
14180
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
14181
- static serializeBinaryToWriter(message: GetAllToolProviderRequest, writer: jspb.BinaryWriter): void;
14182
- static deserializeBinary(bytes: Uint8Array): GetAllToolProviderRequest;
14183
- static deserializeBinaryFromReader(message: GetAllToolProviderRequest, reader: jspb.BinaryReader): GetAllToolProviderRequest;
14184
- }
14185
-
14186
- declare namespace GetAllToolProviderRequest {
14187
- export type AsObject = {
14188
- paginate?: Paginate.AsObject,
14189
- criteriasList: Array<Criteria.AsObject>,
14190
- }
14191
- }
14192
-
14193
- declare class GetAllToolProviderResponse extends jspb.Message {
14194
- getCode(): number;
14195
- setCode(value: number): void;
14196
-
14197
- getSuccess(): boolean;
14198
- setSuccess(value: boolean): void;
14199
-
14200
- clearDataList(): void;
14201
- getDataList(): Array<ToolProvider>;
14202
- setDataList(value: Array<ToolProvider>): void;
14203
- addData(value?: ToolProvider, index?: number): ToolProvider;
14204
-
14205
- hasError(): boolean;
14206
- clearError(): void;
14207
- getError(): Error | undefined;
14208
- setError(value?: Error): void;
14209
-
14210
- hasPaginated(): boolean;
14211
- clearPaginated(): void;
14212
- getPaginated(): Paginated | undefined;
14213
- setPaginated(value?: Paginated): void;
14214
-
14215
- serializeBinary(): Uint8Array;
14216
- toObject(includeInstance?: boolean): GetAllToolProviderResponse.AsObject;
14217
- static toObject(includeInstance: boolean, msg: GetAllToolProviderResponse): GetAllToolProviderResponse.AsObject;
14218
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
14219
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
14220
- static serializeBinaryToWriter(message: GetAllToolProviderResponse, writer: jspb.BinaryWriter): void;
14221
- static deserializeBinary(bytes: Uint8Array): GetAllToolProviderResponse;
14222
- static deserializeBinaryFromReader(message: GetAllToolProviderResponse, reader: jspb.BinaryReader): GetAllToolProviderResponse;
14223
- }
14224
-
14225
- declare namespace GetAllToolProviderResponse {
14226
- export type AsObject = {
14227
- code: number,
14228
- success: boolean,
14229
- dataList: Array<ToolProvider.AsObject>,
14230
- error?: Error.AsObject,
14231
- paginated?: Paginated.AsObject,
14232
- }
14233
- }
14234
-
14235
- // package: provider_api
14236
- // file: provider-api.proto
14237
-
14238
-
14239
-
14240
- type ProviderServiceGetAllToolProvider = {
14241
- readonly methodName: string;
14242
- readonly service: typeof ProviderService;
14243
- readonly requestStream: false;
14244
- readonly responseStream: false;
14245
- readonly requestType: typeof GetAllToolProviderRequest;
14246
- readonly responseType: typeof GetAllToolProviderResponse;
14247
- };
14248
-
14249
- type ProviderServiceGetAllModelProvider = {
14250
- readonly methodName: string;
14251
- readonly service: typeof ProviderService;
14252
- readonly requestStream: false;
14253
- readonly responseStream: false;
14254
- readonly requestType: typeof GetAllModelProviderRequest;
14255
- readonly responseType: typeof GetAllModelProviderResponse;
14256
- };
14257
-
14258
- declare class ProviderService {
14259
- static readonly serviceName: string;
14260
- static readonly GetAllToolProvider: ProviderServiceGetAllToolProvider;
14261
- static readonly GetAllModelProvider: ProviderServiceGetAllModelProvider;
14262
- }
14263
-
14264
- type ServiceError$2 = { message: string, code: number; metadata: grpc.Metadata }
14265
-
14266
- interface UnaryResponse$2 {
14267
- cancel(): void;
14268
- }
14269
-
14270
- declare class ProviderServiceClient {
14271
- readonly serviceHost: string;
14272
-
14273
- constructor(serviceHost: string, options?: grpc.RpcOptions);
14274
- getAllToolProvider(
14275
- requestMessage: GetAllToolProviderRequest,
14276
- metadata: grpc.Metadata,
14277
- callback: (error: ServiceError$2|null, responseMessage: GetAllToolProviderResponse|null) => void
14278
- ): UnaryResponse$2;
14279
- getAllToolProvider(
14280
- requestMessage: GetAllToolProviderRequest,
14281
- callback: (error: ServiceError$2|null, responseMessage: GetAllToolProviderResponse|null) => void
14282
- ): UnaryResponse$2;
14283
- getAllModelProvider(
14284
- requestMessage: GetAllModelProviderRequest,
14285
- metadata: grpc.Metadata,
14286
- callback: (error: ServiceError$2|null, responseMessage: GetAllModelProviderResponse|null) => void
14287
- ): UnaryResponse$2;
14288
- getAllModelProvider(
14289
- requestMessage: GetAllModelProviderRequest,
14290
- callback: (error: ServiceError$2|null, responseMessage: GetAllModelProviderResponse|null) => void
13525
+ callback: (error: ServiceError$2|null, responseMessage: GetConnectorFilesResponse|null) => void
14291
13526
  ): UnaryResponse$2;
14292
13527
  }
14293
13528
 
@@ -14597,41 +13832,139 @@ declare class DeploymentClient {
14597
13832
  ): UnaryResponse$1;
14598
13833
  }
14599
13834
 
14600
- // package: lead_api
14601
- // file: lead-api.proto
13835
+ // package: notification_api
13836
+ // file: notification-api.proto
14602
13837
 
14603
13838
 
14604
13839
 
14605
- declare class CreateLeadRequest extends jspb.Message {
14606
- getEmail(): string;
14607
- setEmail(value: string): void;
13840
+ declare class NotificationSetting extends jspb.Message {
13841
+ getId(): string;
13842
+ setId(value: string): void;
13843
+
13844
+ getAuthuserid(): number;
13845
+ setAuthuserid(value: number): void;
13846
+
13847
+ getChannel(): string;
13848
+ setChannel(value: string): void;
13849
+
13850
+ getEventtype(): string;
13851
+ setEventtype(value: string): void;
14608
13852
 
14609
- getCompany(): string;
14610
- setCompany(value: string): void;
13853
+ getEnabled(): boolean;
13854
+ setEnabled(value: boolean): void;
14611
13855
 
14612
- getExpectedvolume(): string;
14613
- setExpectedvolume(value: string): void;
13856
+ getStatus(): string;
13857
+ setStatus(value: string): void;
13858
+
13859
+ hasCreateddate(): boolean;
13860
+ clearCreateddate(): void;
13861
+ getCreateddate(): google_protobuf_timestamp_pb.Timestamp | undefined;
13862
+ setCreateddate(value?: google_protobuf_timestamp_pb.Timestamp): void;
13863
+
13864
+ hasUpdateddate(): boolean;
13865
+ clearUpdateddate(): void;
13866
+ getUpdateddate(): google_protobuf_timestamp_pb.Timestamp | undefined;
13867
+ setUpdateddate(value?: google_protobuf_timestamp_pb.Timestamp): void;
14614
13868
 
14615
13869
  serializeBinary(): Uint8Array;
14616
- toObject(includeInstance?: boolean): CreateLeadRequest.AsObject;
14617
- static toObject(includeInstance: boolean, msg: CreateLeadRequest): CreateLeadRequest.AsObject;
13870
+ toObject(includeInstance?: boolean): NotificationSetting.AsObject;
13871
+ static toObject(includeInstance: boolean, msg: NotificationSetting): NotificationSetting.AsObject;
14618
13872
  static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
14619
13873
  static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
14620
- static serializeBinaryToWriter(message: CreateLeadRequest, writer: jspb.BinaryWriter): void;
14621
- static deserializeBinary(bytes: Uint8Array): CreateLeadRequest;
14622
- static deserializeBinaryFromReader(message: CreateLeadRequest, reader: jspb.BinaryReader): CreateLeadRequest;
13874
+ static serializeBinaryToWriter(message: NotificationSetting, writer: jspb.BinaryWriter): void;
13875
+ static deserializeBinary(bytes: Uint8Array): NotificationSetting;
13876
+ static deserializeBinaryFromReader(message: NotificationSetting, reader: jspb.BinaryReader): NotificationSetting;
14623
13877
  }
14624
13878
 
14625
- declare namespace CreateLeadRequest {
13879
+ declare namespace NotificationSetting {
14626
13880
  export type AsObject = {
14627
- email: string,
14628
- company: string,
14629
- expectedvolume: string,
13881
+ id: string,
13882
+ authuserid: number,
13883
+ channel: string,
13884
+ eventtype: string,
13885
+ enabled: boolean,
13886
+ status: string,
13887
+ createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
13888
+ updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
13889
+ }
13890
+ }
13891
+
13892
+ declare class UpdateNotificationSettingRequest extends jspb.Message {
13893
+ clearSettingsList(): void;
13894
+ getSettingsList(): Array<NotificationSetting>;
13895
+ setSettingsList(value: Array<NotificationSetting>): void;
13896
+ addSettings(value?: NotificationSetting, index?: number): NotificationSetting;
13897
+
13898
+ serializeBinary(): Uint8Array;
13899
+ toObject(includeInstance?: boolean): UpdateNotificationSettingRequest.AsObject;
13900
+ static toObject(includeInstance: boolean, msg: UpdateNotificationSettingRequest): UpdateNotificationSettingRequest.AsObject;
13901
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
13902
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
13903
+ static serializeBinaryToWriter(message: UpdateNotificationSettingRequest, writer: jspb.BinaryWriter): void;
13904
+ static deserializeBinary(bytes: Uint8Array): UpdateNotificationSettingRequest;
13905
+ static deserializeBinaryFromReader(message: UpdateNotificationSettingRequest, reader: jspb.BinaryReader): UpdateNotificationSettingRequest;
13906
+ }
13907
+
13908
+ declare namespace UpdateNotificationSettingRequest {
13909
+ export type AsObject = {
13910
+ settingsList: Array<NotificationSetting.AsObject>,
13911
+ }
13912
+ }
13913
+
13914
+ declare class GetNotificationSettingRequest extends jspb.Message {
13915
+ serializeBinary(): Uint8Array;
13916
+ toObject(includeInstance?: boolean): GetNotificationSettingRequest.AsObject;
13917
+ static toObject(includeInstance: boolean, msg: GetNotificationSettingRequest): GetNotificationSettingRequest.AsObject;
13918
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
13919
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
13920
+ static serializeBinaryToWriter(message: GetNotificationSettingRequest, writer: jspb.BinaryWriter): void;
13921
+ static deserializeBinary(bytes: Uint8Array): GetNotificationSettingRequest;
13922
+ static deserializeBinaryFromReader(message: GetNotificationSettingRequest, reader: jspb.BinaryReader): GetNotificationSettingRequest;
13923
+ }
13924
+
13925
+ declare namespace GetNotificationSettingRequest {
13926
+ export type AsObject = {
13927
+ }
13928
+ }
13929
+
13930
+ declare class NotificationSettingResponse extends jspb.Message {
13931
+ getCode(): number;
13932
+ setCode(value: number): void;
13933
+
13934
+ getSuccess(): boolean;
13935
+ setSuccess(value: boolean): void;
13936
+
13937
+ clearDataList(): void;
13938
+ getDataList(): Array<NotificationSetting>;
13939
+ setDataList(value: Array<NotificationSetting>): void;
13940
+ addData(value?: NotificationSetting, index?: number): NotificationSetting;
13941
+
13942
+ hasError(): boolean;
13943
+ clearError(): void;
13944
+ getError(): Error | undefined;
13945
+ setError(value?: Error): void;
13946
+
13947
+ serializeBinary(): Uint8Array;
13948
+ toObject(includeInstance?: boolean): NotificationSettingResponse.AsObject;
13949
+ static toObject(includeInstance: boolean, msg: NotificationSettingResponse): NotificationSettingResponse.AsObject;
13950
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
13951
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
13952
+ static serializeBinaryToWriter(message: NotificationSettingResponse, writer: jspb.BinaryWriter): void;
13953
+ static deserializeBinary(bytes: Uint8Array): NotificationSettingResponse;
13954
+ static deserializeBinaryFromReader(message: NotificationSettingResponse, reader: jspb.BinaryReader): NotificationSettingResponse;
13955
+ }
13956
+
13957
+ declare namespace NotificationSettingResponse {
13958
+ export type AsObject = {
13959
+ code: number,
13960
+ success: boolean,
13961
+ dataList: Array<NotificationSetting.AsObject>,
13962
+ error?: Error.AsObject,
14630
13963
  }
14631
13964
  }
14632
13965
 
14633
- // package: lead_api
14634
- // file: lead-api.proto
13966
+ // package: notification_api
13967
+ // file: notification-api.proto
14635
13968
 
14636
13969
 
14637
13970
 
@@ -14641,18 +13974,27 @@ interface UnaryResponse {
14641
13974
  cancel(): void;
14642
13975
  }
14643
13976
 
14644
- declare class LeadGeneratorServiceClient {
13977
+ declare class NotificationServiceClient {
14645
13978
  readonly serviceHost: string;
14646
13979
 
14647
13980
  constructor(serviceHost: string, options?: grpc.RpcOptions);
14648
- createLead(
14649
- requestMessage: CreateLeadRequest,
13981
+ updateNotificationSetting(
13982
+ requestMessage: UpdateNotificationSettingRequest,
13983
+ metadata: grpc.Metadata,
13984
+ callback: (error: ServiceError|null, responseMessage: NotificationSettingResponse|null) => void
13985
+ ): UnaryResponse;
13986
+ updateNotificationSetting(
13987
+ requestMessage: UpdateNotificationSettingRequest,
13988
+ callback: (error: ServiceError|null, responseMessage: NotificationSettingResponse|null) => void
13989
+ ): UnaryResponse;
13990
+ getNotificationSettting(
13991
+ requestMessage: GetNotificationSettingRequest,
14650
13992
  metadata: grpc.Metadata,
14651
- callback: (error: ServiceError|null, responseMessage: BaseResponse|null) => void
13993
+ callback: (error: ServiceError|null, responseMessage: NotificationSettingResponse|null) => void
14652
13994
  ): UnaryResponse;
14653
- createLead(
14654
- requestMessage: CreateLeadRequest,
14655
- callback: (error: ServiceError|null, responseMessage: BaseResponse|null) => void
13995
+ getNotificationSettting(
13996
+ requestMessage: GetNotificationSettingRequest,
13997
+ callback: (error: ServiceError|null, responseMessage: NotificationSettingResponse|null) => void
14656
13998
  ): UnaryResponse;
14657
13999
  }
14658
14000
 
@@ -14736,11 +14078,10 @@ declare class ConnectionConfig {
14736
14078
  }, debug?: boolean);
14737
14079
  get conversationClient(): TalkServiceClient;
14738
14080
  get assistantClient(): AssistantServiceClient;
14739
- get leadGeneratorClient(): LeadGeneratorServiceClient;
14081
+ get notificationClient(): NotificationServiceClient;
14740
14082
  get projectClient(): ProjectServiceClient;
14741
14083
  get knowledgeClient(): KnowledgeServiceClient;
14742
14084
  get deploymentClient(): DeploymentClient;
14743
- get marketplaceClient(): MarketplaceServiceClient;
14744
14085
  get documentClient(): DocumentServiceClient;
14745
14086
  get vaultClient(): VaultServiceClient;
14746
14087
  get endpointClient(): EndpointServiceClient;
@@ -14748,7 +14089,6 @@ declare class ConnectionConfig {
14748
14089
  get assistantDeploymentClient(): AssistantDeploymentServiceClient;
14749
14090
  get organizationClient(): OrganizationServiceClient;
14750
14091
  get connectClient(): ConnectServiceClient;
14751
- get providerClient(): ProviderServiceClient;
14752
14092
  get authenticationClient(): AuthenticationServiceClient;
14753
14093
  get streamClient(): TalkServiceClient;
14754
14094
  withLocal(): this;
@@ -15297,4 +14637,4 @@ interface DeviceSelectorComponentProps extends HTMLAttributes<HTMLDivElement> {
15297
14637
  */
15298
14638
  declare const DeviceSelectorComponent: FC<DeviceSelectorComponentProps>;
15299
14639
 
15300
- export { GetAssistantConversationResponse as $, AssistantDebuggerDeployment as A, BaseResponse as B, ConnectionConfig as C, GetAssistantResponse as D, GetAssistantRequest as E, Feedback as F, GetAllDeploymentResponse as G, CreateAssistantRequest as H, IndexKnowledgeDocumentResponse as I, GetAllAssistantMessageResponse as J, KnowledgeConnectResponse as K, GetAllMessageResponse as L, type Message as M, GetAllConversationMessageResponse as N, CreateAssistantDeploymentRequest as O, GetAssistantDebuggerDeploymentResponse as P, GetAssistantDeploymentRequest as Q, type RapidaSource as R, GetAssistantApiDeploymentResponse as S, GetAssistantWebpluginDeploymentResponse as T, type UserAuthInfo as U, VoiceAgent as V, GetAssistantPhoneDeploymentResponse as W, GetAssistantWhatsappDeploymentResponse as X, GetAllAssistantWebhookResponse as Y, GetAssistantWebhookResponse as Z, GetAssistantConversationRequest as _, CreateLeadRequest as a, CreatePhoneCallRequest as a$, GetAllAssistantAnalysisResponse as a0, GetAssistantAnalysisResponse as a1, GetAllAssistantWebhookLogResponse as a2, GetAssistantWebhookLogResponse as a3, GetAllAssistantToolResponse as a4, Metadata as a5, GetAssistantToolResponse as a6, GetAllAssistantKnowledgeResponse as a7, GetAssistantKnowledgeResponse as a8, GetAssistantToolLogRequest as a9, AssistantMessagingResponse as aA, CreateMessageMetricRequest as aB, CreateMessageMetricResponse as aC, CreateConversationMetricRequest as aD, CreateConversationMetricResponse as aE, GetAllAssistantConversationResponse as aF, CreateKnowledgeResponse as aG, GetKnowledgeResponse as aH, GetAllKnowledgeResponse as aI, CreateKnowledgeDocumentResponse as aJ, GetAllKnowledgeDocumentResponse as aK, GetAllKnowledgeDocumentSegmentResponse as aL, GetKnowledgeLogRequest as aM, GetKnowledgeLogResponse as aN, GetAllKnowledgeLogRequest as aO, GetAllKnowledgeLogResponse as aP, AddUsersToProjectResponse as aQ, CreateProjectResponse as aR, UpdateProjectResponse as aS, GetAllProjectResponse as aT, GetProjectResponse as aU, ArchiveProjectResponse as aV, GetAllProjectCredentialResponse as aW, CreateProjectCredentialResponse as aX, Error as aY, Metric as aZ, Message$1 as a_, GetAssistantToolLogResponse as aa, GetAllAssistantToolLogRequest as ab, GetAllAssistantToolLogResponse as ac, CreateAssistantProviderRequest as ad, GetAssistantProviderResponse as ae, GetAllAssistantProviderResponse as af, GetAllAuditLogResponse as ag, GetAuditLogResponse as ah, GetAllEndpointResponse as ai, UpdateEndpointVersionResponse as aj, GetAllEndpointProviderModelResponse as ak, GetEndpointResponse as al, EndpointProviderModelAttribute as am, CreateEndpointProviderModelResponse as an, EndpointAttribute as ao, CreateEndpointResponse as ap, EndpointRetryConfiguration as aq, EndpointCacheConfiguration as ar, CreateEndpointRetryConfigurationResponse as as, CreateEndpointCacheConfigurationResponse as at, GetAllEndpointLogResponse as au, GetEndpointLogResponse as av, CreateProviderCredentialRequest as aw, GetCredentialResponse as ax, GetAllOrganizationCredentialResponse as ay, AssistantMessagingRequest as az, type ClientAuthInfo as b, CreateMetadataRequest as b$, CreatePhoneCallResponse as b0, CreateBulkPhoneCallRequest as b1, CreateBulkPhoneCallResponse as b2, GetAllAssistantTelemetryRequest as b3, GetAllAssistantTelemetryResponse 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, GetAllDeploymentRequest as bW, SearchableDeployment as bX, AuditLog as bY, GetAllAuditLogRequest as bZ, GetAuditLogRequest 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, Content as c, Argument as c$, CreateMetadataResponse as c0, KnowledgeService as c1, KnowledgeServiceClient as c2, GetAllModelProviderRequest as c3, ToolProvider as c4, GetAllToolProviderRequest as c5, VaultCredential as c6, CreateToolCredentialRequest as c7, GetProviderCredentialRequest as c8, GetAllOrganizationCredentialRequest as c9, AuthorizeRequest as cA, ScopeAuthorizeRequest as cB, ScopedAuthenticationResponse as cC, GetUserRequest as cD, UpdateUserRequest as cE, SocialAuthenticationRequest as cF, GetAllUserRequest as cG, OrganizationError as cH, CreateOrganizationRequest as cI, UpdateOrganizationRequest as cJ, GetOrganizationRequest as cK, UpdateBillingInformationRequest as cL, Project as cM, CreateProjectRequest as cN, UpdateProjectRequest as cO, GetProjectRequest as cP, GetAllProjectRequest as cQ, AddUsersToProjectRequest as cR, ArchiveProjectRequest as cS, ProjectCredential as cT, CreateProjectCredentialRequest as cU, GetAllProjectCredentialRequest as cV, FieldSelector as cW, Paginate as cX, Paginated as cY, Ordering as cZ, User as c_, GetCredentialRequest as ca, ProviderService as cb, ProviderServiceClient as cc, AssistantAnalysis as cd, CreateAssistantAnalysisRequest as ce, UpdateAssistantAnalysisRequest as cf, GetAssistantAnalysisRequest as cg, DeleteAssistantAnalysisRequest as ch, GetAllAssistantAnalysisRequest as ci, EndpointDefinition as cj, UpdateRequest as ck, UpdateResponse as cl, ProbeRequest as cm, ProbeResponse as cn, AuthenticateRequest as co, RegisterUserRequest as cp, Token as cq, OrganizationRole as cr, ProjectRole as cs, FeaturePermission as ct, Authentication as cu, ScopedAuthentication as cv, AuthenticationError as cw, ForgotPasswordRequest as cx, CreatePasswordRequest as cy, VerifyTokenRequest as cz, AssistantWebpluginDeployment as d, CreateAssistantToolRequest as d$, Variable as d0, Provider as d1, Tag as d2, Organization as d3, ToolCall as d4, FunctionCall as d5, Knowledge as d6, TextPrompt as d7, TextChatCompletePrompt as d8, AssistantConversationMessage as d9, GeneralConnectRequest as dA, ActionConnectRequest as dB, GetConnectorFilesRequest as dC, DocumentService as dD, DocumentServiceClient as dE, MarketplaceService as dF, MarketplaceServiceClient as dG, IndexKnowledgeDocumentRequest as dH, CreateEndpointRequest as dI, EndpointProviderModel as dJ, AggregatedEndpointAnalytics as dK, Endpoint as dL, CreateEndpointProviderModelRequest as dM, GetEndpointRequest as dN, GetAllEndpointRequest as dO, GetAllEndpointProviderModelRequest as dP, UpdateEndpointVersionRequest as dQ, CreateEndpointRetryConfigurationRequest as dR, CreateEndpointCacheConfigurationRequest as dS, CreateEndpointTagRequest as dT, ForkEndpointRequest as dU, UpdateEndpointDetailRequest as dV, EndpointLog as dW, GetAllEndpointLogRequest as dX, GetEndpointLogRequest as dY, AssistantTool as dZ, AssistantToolLog as d_, AssistantConversationContext as da, AssistantConversation as db, GetAllAssistantConversationRequest as dc, GetAllConversationMessageRequest as dd, AssistantConversationRecording as de, AssistantDefinition as df, Telemetry as dg, AssistantConversationConfiguration as dh, AssistantConversationInterruption as di, AssistantConversationUserMessage as dj, AssistantConversationAssistantMessage as dk, AssistantService as dl, AssistantServiceClient as dm, TalkService as dn, TalkServiceClient as dp, AssistantWebhook as dq, AssistantWebhookLog as dr, CreateAssistantWebhookRequest as ds, UpdateAssistantWebhookRequest as dt, GetAssistantWebhookRequest as du, DeleteAssistantWebhookRequest as dv, GetAllAssistantWebhookRequest as dw, GetAllAssistantWebhookLogRequest as dx, GetAssistantWebhookLogRequest as dy, KnowledgeConnectRequest as dz, AssistantApiDeployment as e, UpdateAssistantToolRequest as e0, GetAssistantToolRequest as e1, DeleteAssistantToolRequest as e2, GetAllAssistantToolRequest as e3, DeploymentAudioProvider as e4, AssistantPhoneDeployment as e5, AssistantWhatsappDeployment as e6, AuditLoggingService as e7, AuditLoggingServiceClient as e8, CreateKnowledgeRequest as e9, AssistantProviderAgentkit as eA, AssistantProviderWebsocket as eB, GetAllAssistantProviderRequest as eC, WEB_PLUGIN_SOURCE as eD, DEBUGGER_SOURCE as eE, SDK_SOURCE as eF, PHONE_CALL_SOURCE as eG, WHATSAPP_SOURCE as eH, getRapidaSourceValue as eI, fromStr as eJ, GetAllKnowledgeRequest as ea, GetKnowledgeRequest as eb, CreateKnowledgeTagRequest as ec, KnowledgeDocument as ed, GetAllKnowledgeDocumentRequest as ee, CreateKnowledgeDocumentRequest as ef, KnowledgeDocumentSegment as eg, GetAllKnowledgeDocumentSegmentRequest as eh, UpdateKnowledgeDetailRequest as ei, UpdateKnowledgeDocumentSegmentRequest as ej, DeleteKnowledgeDocumentSegmentRequest as ek, KnowledgeLog as el, CreateAssistantTagRequest as em, DeleteAssistantRequest as en, GetAllAssistantRequest as eo, GetAllAssistantMessageRequest as ep, GetAllMessageRequest as eq, UpdateAssistantDetailRequest as er, AuthenticationService as es, OrganizationService as et, ProjectService as eu, AuthenticationServiceClient as ev, OrganizationServiceClient as ew, ProjectServiceClient as ex, DeviceSelectorComponent as ey, AssistantProviderModel as ez, Assistant as f, InvokeRequest as g, InvokeResponse as h, AuthenticateResponse as i, VerifyTokenResponse as j, ForgotPasswordResponse as k, CreatePasswordResponse as l, GetUserResponse as m, UpdateUserResponse as n, GetAllUserResponse as o, GetAllModelProviderResponse as p, GetAllToolProviderResponse as q, GeneralConnectResponse as r, ActionConnectResponse as s, Criteria as t, GetConnectorFilesResponse as u, CreateOrganizationResponse as v, UpdateOrganizationResponse as w, GetOrganizationResponse as x, GetAllAssistantResponse as y, UpdateAssistantVersionRequest 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 };