@rapidaai/react 1.1.42 → 1.1.43

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";
@@ -6856,9 +6806,9 @@ declare class AssistantService {
6856
6806
  static readonly UpdateAssistantKnowledge: AssistantServiceUpdateAssistantKnowledge;
6857
6807
  }
6858
6808
 
6859
- type ServiceError$c = { message: string, code: number; metadata: grpc.Metadata }
6809
+ type ServiceError$a = { message: string, code: number; metadata: grpc.Metadata }
6860
6810
 
6861
- interface UnaryResponse$c {
6811
+ interface UnaryResponse$a {
6862
6812
  cancel(): void;
6863
6813
  }
6864
6814
 
@@ -6869,354 +6819,354 @@ declare class AssistantServiceClient {
6869
6819
  getAssistant(
6870
6820
  requestMessage: GetAssistantRequest,
6871
6821
  metadata: grpc.Metadata,
6872
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6873
- ): UnaryResponse$c;
6822
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6823
+ ): UnaryResponse$a;
6874
6824
  getAssistant(
6875
6825
  requestMessage: GetAssistantRequest,
6876
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6877
- ): UnaryResponse$c;
6826
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6827
+ ): UnaryResponse$a;
6878
6828
  getAllAssistant(
6879
6829
  requestMessage: GetAllAssistantRequest,
6880
6830
  metadata: grpc.Metadata,
6881
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantResponse|null) => void
6882
- ): UnaryResponse$c;
6831
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantResponse|null) => void
6832
+ ): UnaryResponse$a;
6883
6833
  getAllAssistant(
6884
6834
  requestMessage: GetAllAssistantRequest,
6885
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantResponse|null) => void
6886
- ): UnaryResponse$c;
6835
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantResponse|null) => void
6836
+ ): UnaryResponse$a;
6887
6837
  createAssistant(
6888
6838
  requestMessage: CreateAssistantRequest,
6889
6839
  metadata: grpc.Metadata,
6890
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6891
- ): UnaryResponse$c;
6840
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6841
+ ): UnaryResponse$a;
6892
6842
  createAssistant(
6893
6843
  requestMessage: CreateAssistantRequest,
6894
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6895
- ): UnaryResponse$c;
6844
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6845
+ ): UnaryResponse$a;
6896
6846
  deleteAssistant(
6897
6847
  requestMessage: DeleteAssistantRequest,
6898
6848
  metadata: grpc.Metadata,
6899
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6900
- ): UnaryResponse$c;
6849
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6850
+ ): UnaryResponse$a;
6901
6851
  deleteAssistant(
6902
6852
  requestMessage: DeleteAssistantRequest,
6903
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6904
- ): UnaryResponse$c;
6853
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6854
+ ): UnaryResponse$a;
6905
6855
  getAllAssistantProvider(
6906
6856
  requestMessage: GetAllAssistantProviderRequest,
6907
6857
  metadata: grpc.Metadata,
6908
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantProviderResponse|null) => void
6909
- ): UnaryResponse$c;
6858
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantProviderResponse|null) => void
6859
+ ): UnaryResponse$a;
6910
6860
  getAllAssistantProvider(
6911
6861
  requestMessage: GetAllAssistantProviderRequest,
6912
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantProviderResponse|null) => void
6913
- ): UnaryResponse$c;
6862
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantProviderResponse|null) => void
6863
+ ): UnaryResponse$a;
6914
6864
  createAssistantProvider(
6915
6865
  requestMessage: CreateAssistantProviderRequest,
6916
6866
  metadata: grpc.Metadata,
6917
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantProviderResponse|null) => void
6918
- ): UnaryResponse$c;
6867
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantProviderResponse|null) => void
6868
+ ): UnaryResponse$a;
6919
6869
  createAssistantProvider(
6920
6870
  requestMessage: CreateAssistantProviderRequest,
6921
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantProviderResponse|null) => void
6922
- ): UnaryResponse$c;
6871
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantProviderResponse|null) => void
6872
+ ): UnaryResponse$a;
6923
6873
  createAssistantTag(
6924
6874
  requestMessage: CreateAssistantTagRequest,
6925
6875
  metadata: grpc.Metadata,
6926
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6927
- ): UnaryResponse$c;
6876
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6877
+ ): UnaryResponse$a;
6928
6878
  createAssistantTag(
6929
6879
  requestMessage: CreateAssistantTagRequest,
6930
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6931
- ): UnaryResponse$c;
6880
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6881
+ ): UnaryResponse$a;
6932
6882
  updateAssistantVersion(
6933
6883
  requestMessage: UpdateAssistantVersionRequest,
6934
6884
  metadata: grpc.Metadata,
6935
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6936
- ): UnaryResponse$c;
6885
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6886
+ ): UnaryResponse$a;
6937
6887
  updateAssistantVersion(
6938
6888
  requestMessage: UpdateAssistantVersionRequest,
6939
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6940
- ): UnaryResponse$c;
6889
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6890
+ ): UnaryResponse$a;
6941
6891
  updateAssistantDetail(
6942
6892
  requestMessage: UpdateAssistantDetailRequest,
6943
6893
  metadata: grpc.Metadata,
6944
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6945
- ): UnaryResponse$c;
6894
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6895
+ ): UnaryResponse$a;
6946
6896
  updateAssistantDetail(
6947
6897
  requestMessage: UpdateAssistantDetailRequest,
6948
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantResponse|null) => void
6949
- ): UnaryResponse$c;
6898
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6899
+ ): UnaryResponse$a;
6950
6900
  getAllAssistantMessage(
6951
6901
  requestMessage: GetAllAssistantMessageRequest,
6952
6902
  metadata: grpc.Metadata,
6953
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantMessageResponse|null) => void
6954
- ): UnaryResponse$c;
6903
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantMessageResponse|null) => void
6904
+ ): UnaryResponse$a;
6955
6905
  getAllAssistantMessage(
6956
6906
  requestMessage: GetAllAssistantMessageRequest,
6957
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantMessageResponse|null) => void
6958
- ): UnaryResponse$c;
6907
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantMessageResponse|null) => void
6908
+ ): UnaryResponse$a;
6959
6909
  getAllConversationMessage(
6960
6910
  requestMessage: GetAllConversationMessageRequest,
6961
6911
  metadata: grpc.Metadata,
6962
- callback: (error: ServiceError$c|null, responseMessage: GetAllConversationMessageResponse|null) => void
6963
- ): UnaryResponse$c;
6912
+ callback: (error: ServiceError$a|null, responseMessage: GetAllConversationMessageResponse|null) => void
6913
+ ): UnaryResponse$a;
6964
6914
  getAllConversationMessage(
6965
6915
  requestMessage: GetAllConversationMessageRequest,
6966
- callback: (error: ServiceError$c|null, responseMessage: GetAllConversationMessageResponse|null) => void
6967
- ): UnaryResponse$c;
6916
+ callback: (error: ServiceError$a|null, responseMessage: GetAllConversationMessageResponse|null) => void
6917
+ ): UnaryResponse$a;
6968
6918
  getAllMessage(
6969
6919
  requestMessage: GetAllMessageRequest,
6970
6920
  metadata: grpc.Metadata,
6971
- callback: (error: ServiceError$c|null, responseMessage: GetAllMessageResponse|null) => void
6972
- ): UnaryResponse$c;
6921
+ callback: (error: ServiceError$a|null, responseMessage: GetAllMessageResponse|null) => void
6922
+ ): UnaryResponse$a;
6973
6923
  getAllMessage(
6974
6924
  requestMessage: GetAllMessageRequest,
6975
- callback: (error: ServiceError$c|null, responseMessage: GetAllMessageResponse|null) => void
6976
- ): UnaryResponse$c;
6925
+ callback: (error: ServiceError$a|null, responseMessage: GetAllMessageResponse|null) => void
6926
+ ): UnaryResponse$a;
6977
6927
  getAllAssistantTelemetry(
6978
6928
  requestMessage: GetAllAssistantTelemetryRequest,
6979
6929
  metadata: grpc.Metadata,
6980
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantTelemetryResponse|null) => void
6981
- ): UnaryResponse$c;
6930
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantTelemetryResponse|null) => void
6931
+ ): UnaryResponse$a;
6982
6932
  getAllAssistantTelemetry(
6983
6933
  requestMessage: GetAllAssistantTelemetryRequest,
6984
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantTelemetryResponse|null) => void
6985
- ): UnaryResponse$c;
6934
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantTelemetryResponse|null) => void
6935
+ ): UnaryResponse$a;
6986
6936
  getAllAssistantConversation(
6987
6937
  requestMessage: GetAllAssistantConversationRequest,
6988
6938
  metadata: grpc.Metadata,
6989
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantConversationResponse|null) => void
6990
- ): UnaryResponse$c;
6939
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantConversationResponse|null) => void
6940
+ ): UnaryResponse$a;
6991
6941
  getAllAssistantConversation(
6992
6942
  requestMessage: GetAllAssistantConversationRequest,
6993
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantConversationResponse|null) => void
6994
- ): UnaryResponse$c;
6943
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantConversationResponse|null) => void
6944
+ ): UnaryResponse$a;
6995
6945
  getAssistantConversation(
6996
6946
  requestMessage: GetAssistantConversationRequest,
6997
6947
  metadata: grpc.Metadata,
6998
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantConversationResponse|null) => void
6999
- ): UnaryResponse$c;
6948
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantConversationResponse|null) => void
6949
+ ): UnaryResponse$a;
7000
6950
  getAssistantConversation(
7001
6951
  requestMessage: GetAssistantConversationRequest,
7002
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantConversationResponse|null) => void
7003
- ): UnaryResponse$c;
6952
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantConversationResponse|null) => void
6953
+ ): UnaryResponse$a;
7004
6954
  getAssistantWebhookLog(
7005
6955
  requestMessage: GetAssistantWebhookLogRequest,
7006
6956
  metadata: grpc.Metadata,
7007
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookLogResponse|null) => void
7008
- ): UnaryResponse$c;
6957
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookLogResponse|null) => void
6958
+ ): UnaryResponse$a;
7009
6959
  getAssistantWebhookLog(
7010
6960
  requestMessage: GetAssistantWebhookLogRequest,
7011
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookLogResponse|null) => void
7012
- ): UnaryResponse$c;
6961
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookLogResponse|null) => void
6962
+ ): UnaryResponse$a;
7013
6963
  getAllAssistantWebhookLog(
7014
6964
  requestMessage: GetAllAssistantWebhookLogRequest,
7015
6965
  metadata: grpc.Metadata,
7016
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantWebhookLogResponse|null) => void
7017
- ): UnaryResponse$c;
6966
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantWebhookLogResponse|null) => void
6967
+ ): UnaryResponse$a;
7018
6968
  getAllAssistantWebhookLog(
7019
6969
  requestMessage: GetAllAssistantWebhookLogRequest,
7020
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantWebhookLogResponse|null) => void
7021
- ): UnaryResponse$c;
6970
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantWebhookLogResponse|null) => void
6971
+ ): UnaryResponse$a;
7022
6972
  getAllAssistantWebhook(
7023
6973
  requestMessage: GetAllAssistantWebhookRequest,
7024
6974
  metadata: grpc.Metadata,
7025
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantWebhookResponse|null) => void
7026
- ): UnaryResponse$c;
6975
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantWebhookResponse|null) => void
6976
+ ): UnaryResponse$a;
7027
6977
  getAllAssistantWebhook(
7028
6978
  requestMessage: GetAllAssistantWebhookRequest,
7029
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantWebhookResponse|null) => void
7030
- ): UnaryResponse$c;
6979
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantWebhookResponse|null) => void
6980
+ ): UnaryResponse$a;
7031
6981
  getAssistantWebhook(
7032
6982
  requestMessage: GetAssistantWebhookRequest,
7033
6983
  metadata: grpc.Metadata,
7034
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookResponse|null) => void
7035
- ): UnaryResponse$c;
6984
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
6985
+ ): UnaryResponse$a;
7036
6986
  getAssistantWebhook(
7037
6987
  requestMessage: GetAssistantWebhookRequest,
7038
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookResponse|null) => void
7039
- ): UnaryResponse$c;
6988
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
6989
+ ): UnaryResponse$a;
7040
6990
  createAssistantWebhook(
7041
6991
  requestMessage: CreateAssistantWebhookRequest,
7042
6992
  metadata: grpc.Metadata,
7043
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookResponse|null) => void
7044
- ): UnaryResponse$c;
6993
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
6994
+ ): UnaryResponse$a;
7045
6995
  createAssistantWebhook(
7046
6996
  requestMessage: CreateAssistantWebhookRequest,
7047
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookResponse|null) => void
7048
- ): UnaryResponse$c;
6997
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
6998
+ ): UnaryResponse$a;
7049
6999
  updateAssistantWebhook(
7050
7000
  requestMessage: UpdateAssistantWebhookRequest,
7051
7001
  metadata: grpc.Metadata,
7052
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookResponse|null) => void
7053
- ): UnaryResponse$c;
7002
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
7003
+ ): UnaryResponse$a;
7054
7004
  updateAssistantWebhook(
7055
7005
  requestMessage: UpdateAssistantWebhookRequest,
7056
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookResponse|null) => void
7057
- ): UnaryResponse$c;
7006
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
7007
+ ): UnaryResponse$a;
7058
7008
  deleteAssistantWebhook(
7059
7009
  requestMessage: DeleteAssistantWebhookRequest,
7060
7010
  metadata: grpc.Metadata,
7061
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookResponse|null) => void
7062
- ): UnaryResponse$c;
7011
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
7012
+ ): UnaryResponse$a;
7063
7013
  deleteAssistantWebhook(
7064
7014
  requestMessage: DeleteAssistantWebhookRequest,
7065
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantWebhookResponse|null) => void
7066
- ): UnaryResponse$c;
7015
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
7016
+ ): UnaryResponse$a;
7067
7017
  getAssistantToolLog(
7068
7018
  requestMessage: GetAssistantToolLogRequest,
7069
7019
  metadata: grpc.Metadata,
7070
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolLogResponse|null) => void
7071
- ): UnaryResponse$c;
7020
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolLogResponse|null) => void
7021
+ ): UnaryResponse$a;
7072
7022
  getAssistantToolLog(
7073
7023
  requestMessage: GetAssistantToolLogRequest,
7074
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolLogResponse|null) => void
7075
- ): UnaryResponse$c;
7024
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolLogResponse|null) => void
7025
+ ): UnaryResponse$a;
7076
7026
  getAllAssistantToolLog(
7077
7027
  requestMessage: GetAllAssistantToolLogRequest,
7078
7028
  metadata: grpc.Metadata,
7079
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantToolLogResponse|null) => void
7080
- ): UnaryResponse$c;
7029
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantToolLogResponse|null) => void
7030
+ ): UnaryResponse$a;
7081
7031
  getAllAssistantToolLog(
7082
7032
  requestMessage: GetAllAssistantToolLogRequest,
7083
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantToolLogResponse|null) => void
7084
- ): UnaryResponse$c;
7033
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantToolLogResponse|null) => void
7034
+ ): UnaryResponse$a;
7085
7035
  getAssistantAnalysis(
7086
7036
  requestMessage: GetAssistantAnalysisRequest,
7087
7037
  metadata: grpc.Metadata,
7088
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7089
- ): UnaryResponse$c;
7038
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7039
+ ): UnaryResponse$a;
7090
7040
  getAssistantAnalysis(
7091
7041
  requestMessage: GetAssistantAnalysisRequest,
7092
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7093
- ): UnaryResponse$c;
7042
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7043
+ ): UnaryResponse$a;
7094
7044
  updateAssistantAnalysis(
7095
7045
  requestMessage: UpdateAssistantAnalysisRequest,
7096
7046
  metadata: grpc.Metadata,
7097
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7098
- ): UnaryResponse$c;
7047
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7048
+ ): UnaryResponse$a;
7099
7049
  updateAssistantAnalysis(
7100
7050
  requestMessage: UpdateAssistantAnalysisRequest,
7101
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7102
- ): UnaryResponse$c;
7051
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7052
+ ): UnaryResponse$a;
7103
7053
  createAssistantAnalysis(
7104
7054
  requestMessage: CreateAssistantAnalysisRequest,
7105
7055
  metadata: grpc.Metadata,
7106
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7107
- ): UnaryResponse$c;
7056
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7057
+ ): UnaryResponse$a;
7108
7058
  createAssistantAnalysis(
7109
7059
  requestMessage: CreateAssistantAnalysisRequest,
7110
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7111
- ): UnaryResponse$c;
7060
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7061
+ ): UnaryResponse$a;
7112
7062
  deleteAssistantAnalysis(
7113
7063
  requestMessage: DeleteAssistantAnalysisRequest,
7114
7064
  metadata: grpc.Metadata,
7115
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7116
- ): UnaryResponse$c;
7065
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7066
+ ): UnaryResponse$a;
7117
7067
  deleteAssistantAnalysis(
7118
7068
  requestMessage: DeleteAssistantAnalysisRequest,
7119
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7120
- ): UnaryResponse$c;
7069
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7070
+ ): UnaryResponse$a;
7121
7071
  getAllAssistantAnalysis(
7122
7072
  requestMessage: GetAllAssistantAnalysisRequest,
7123
7073
  metadata: grpc.Metadata,
7124
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantAnalysisResponse|null) => void
7125
- ): UnaryResponse$c;
7074
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantAnalysisResponse|null) => void
7075
+ ): UnaryResponse$a;
7126
7076
  getAllAssistantAnalysis(
7127
7077
  requestMessage: GetAllAssistantAnalysisRequest,
7128
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantAnalysisResponse|null) => void
7129
- ): UnaryResponse$c;
7078
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantAnalysisResponse|null) => void
7079
+ ): UnaryResponse$a;
7130
7080
  createAssistantTool(
7131
7081
  requestMessage: CreateAssistantToolRequest,
7132
7082
  metadata: grpc.Metadata,
7133
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolResponse|null) => void
7134
- ): UnaryResponse$c;
7083
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7084
+ ): UnaryResponse$a;
7135
7085
  createAssistantTool(
7136
7086
  requestMessage: CreateAssistantToolRequest,
7137
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolResponse|null) => void
7138
- ): UnaryResponse$c;
7087
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7088
+ ): UnaryResponse$a;
7139
7089
  getAssistantTool(
7140
7090
  requestMessage: GetAssistantToolRequest,
7141
7091
  metadata: grpc.Metadata,
7142
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolResponse|null) => void
7143
- ): UnaryResponse$c;
7092
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7093
+ ): UnaryResponse$a;
7144
7094
  getAssistantTool(
7145
7095
  requestMessage: GetAssistantToolRequest,
7146
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolResponse|null) => void
7147
- ): UnaryResponse$c;
7096
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7097
+ ): UnaryResponse$a;
7148
7098
  getAllAssistantTool(
7149
7099
  requestMessage: GetAllAssistantToolRequest,
7150
7100
  metadata: grpc.Metadata,
7151
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantToolResponse|null) => void
7152
- ): UnaryResponse$c;
7101
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantToolResponse|null) => void
7102
+ ): UnaryResponse$a;
7153
7103
  getAllAssistantTool(
7154
7104
  requestMessage: GetAllAssistantToolRequest,
7155
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantToolResponse|null) => void
7156
- ): UnaryResponse$c;
7105
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantToolResponse|null) => void
7106
+ ): UnaryResponse$a;
7157
7107
  deleteAssistantTool(
7158
7108
  requestMessage: DeleteAssistantToolRequest,
7159
7109
  metadata: grpc.Metadata,
7160
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolResponse|null) => void
7161
- ): UnaryResponse$c;
7110
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7111
+ ): UnaryResponse$a;
7162
7112
  deleteAssistantTool(
7163
7113
  requestMessage: DeleteAssistantToolRequest,
7164
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolResponse|null) => void
7165
- ): UnaryResponse$c;
7114
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7115
+ ): UnaryResponse$a;
7166
7116
  updateAssistantTool(
7167
7117
  requestMessage: UpdateAssistantToolRequest,
7168
7118
  metadata: grpc.Metadata,
7169
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolResponse|null) => void
7170
- ): UnaryResponse$c;
7119
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7120
+ ): UnaryResponse$a;
7171
7121
  updateAssistantTool(
7172
7122
  requestMessage: UpdateAssistantToolRequest,
7173
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantToolResponse|null) => void
7174
- ): UnaryResponse$c;
7123
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7124
+ ): UnaryResponse$a;
7175
7125
  createAssistantKnowledge(
7176
7126
  requestMessage: CreateAssistantKnowledgeRequest,
7177
7127
  metadata: grpc.Metadata,
7178
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7179
- ): UnaryResponse$c;
7128
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7129
+ ): UnaryResponse$a;
7180
7130
  createAssistantKnowledge(
7181
7131
  requestMessage: CreateAssistantKnowledgeRequest,
7182
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7183
- ): UnaryResponse$c;
7132
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7133
+ ): UnaryResponse$a;
7184
7134
  getAssistantKnowledge(
7185
7135
  requestMessage: GetAssistantKnowledgeRequest,
7186
7136
  metadata: grpc.Metadata,
7187
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7188
- ): UnaryResponse$c;
7137
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7138
+ ): UnaryResponse$a;
7189
7139
  getAssistantKnowledge(
7190
7140
  requestMessage: GetAssistantKnowledgeRequest,
7191
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7192
- ): UnaryResponse$c;
7141
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7142
+ ): UnaryResponse$a;
7193
7143
  getAllAssistantKnowledge(
7194
7144
  requestMessage: GetAllAssistantKnowledgeRequest,
7195
7145
  metadata: grpc.Metadata,
7196
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantKnowledgeResponse|null) => void
7197
- ): UnaryResponse$c;
7146
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantKnowledgeResponse|null) => void
7147
+ ): UnaryResponse$a;
7198
7148
  getAllAssistantKnowledge(
7199
7149
  requestMessage: GetAllAssistantKnowledgeRequest,
7200
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantKnowledgeResponse|null) => void
7201
- ): UnaryResponse$c;
7150
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantKnowledgeResponse|null) => void
7151
+ ): UnaryResponse$a;
7202
7152
  deleteAssistantKnowledge(
7203
7153
  requestMessage: DeleteAssistantKnowledgeRequest,
7204
7154
  metadata: grpc.Metadata,
7205
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7206
- ): UnaryResponse$c;
7155
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7156
+ ): UnaryResponse$a;
7207
7157
  deleteAssistantKnowledge(
7208
7158
  requestMessage: DeleteAssistantKnowledgeRequest,
7209
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7210
- ): UnaryResponse$c;
7159
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7160
+ ): UnaryResponse$a;
7211
7161
  updateAssistantKnowledge(
7212
7162
  requestMessage: UpdateAssistantKnowledgeRequest,
7213
7163
  metadata: grpc.Metadata,
7214
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7215
- ): UnaryResponse$c;
7164
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7165
+ ): UnaryResponse$a;
7216
7166
  updateAssistantKnowledge(
7217
7167
  requestMessage: UpdateAssistantKnowledgeRequest,
7218
- callback: (error: ServiceError$c|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7219
- ): UnaryResponse$c;
7168
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7169
+ ): UnaryResponse$a;
7220
7170
  }
7221
7171
 
7222
7172
  // package: web_api
@@ -7478,34 +7428,6 @@ declare namespace ScopedAuthentication {
7478
7428
  }
7479
7429
  }
7480
7430
 
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
7431
  declare class AuthenticateResponse extends jspb.Message {
7510
7432
  getCode(): number;
7511
7433
  setCode(value: number): void;
@@ -7520,8 +7442,8 @@ declare class AuthenticateResponse extends jspb.Message {
7520
7442
 
7521
7443
  hasError(): boolean;
7522
7444
  clearError(): void;
7523
- getError(): AuthenticationError | undefined;
7524
- setError(value?: AuthenticationError): void;
7445
+ getError(): Error | undefined;
7446
+ setError(value?: Error): void;
7525
7447
 
7526
7448
  serializeBinary(): Uint8Array;
7527
7449
  toObject(includeInstance?: boolean): AuthenticateResponse.AsObject;
@@ -7538,7 +7460,7 @@ declare namespace AuthenticateResponse {
7538
7460
  code: number,
7539
7461
  success: boolean,
7540
7462
  data?: Authentication.AsObject,
7541
- error?: AuthenticationError.AsObject,
7463
+ error?: Error.AsObject,
7542
7464
  }
7543
7465
  }
7544
7466
 
@@ -7571,8 +7493,8 @@ declare class ForgotPasswordResponse extends jspb.Message {
7571
7493
 
7572
7494
  hasError(): boolean;
7573
7495
  clearError(): void;
7574
- getError(): AuthenticationError | undefined;
7575
- setError(value?: AuthenticationError): void;
7496
+ getError(): Error | undefined;
7497
+ setError(value?: Error): void;
7576
7498
 
7577
7499
  serializeBinary(): Uint8Array;
7578
7500
  toObject(includeInstance?: boolean): ForgotPasswordResponse.AsObject;
@@ -7588,7 +7510,61 @@ declare namespace ForgotPasswordResponse {
7588
7510
  export type AsObject = {
7589
7511
  code: number,
7590
7512
  success: boolean,
7591
- error?: AuthenticationError.AsObject,
7513
+ error?: Error.AsObject,
7514
+ }
7515
+ }
7516
+
7517
+ declare class ChangePasswordRequest extends jspb.Message {
7518
+ getOldpassword(): string;
7519
+ setOldpassword(value: string): void;
7520
+
7521
+ getPassword(): string;
7522
+ setPassword(value: string): void;
7523
+
7524
+ serializeBinary(): Uint8Array;
7525
+ toObject(includeInstance?: boolean): ChangePasswordRequest.AsObject;
7526
+ static toObject(includeInstance: boolean, msg: ChangePasswordRequest): ChangePasswordRequest.AsObject;
7527
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
7528
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
7529
+ static serializeBinaryToWriter(message: ChangePasswordRequest, writer: jspb.BinaryWriter): void;
7530
+ static deserializeBinary(bytes: Uint8Array): ChangePasswordRequest;
7531
+ static deserializeBinaryFromReader(message: ChangePasswordRequest, reader: jspb.BinaryReader): ChangePasswordRequest;
7532
+ }
7533
+
7534
+ declare namespace ChangePasswordRequest {
7535
+ export type AsObject = {
7536
+ oldpassword: string,
7537
+ password: string,
7538
+ }
7539
+ }
7540
+
7541
+ declare class ChangePasswordResponse extends jspb.Message {
7542
+ getCode(): number;
7543
+ setCode(value: number): void;
7544
+
7545
+ getSuccess(): boolean;
7546
+ setSuccess(value: boolean): void;
7547
+
7548
+ hasError(): boolean;
7549
+ clearError(): void;
7550
+ getError(): Error | undefined;
7551
+ setError(value?: Error): void;
7552
+
7553
+ serializeBinary(): Uint8Array;
7554
+ toObject(includeInstance?: boolean): ChangePasswordResponse.AsObject;
7555
+ static toObject(includeInstance: boolean, msg: ChangePasswordResponse): ChangePasswordResponse.AsObject;
7556
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
7557
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
7558
+ static serializeBinaryToWriter(message: ChangePasswordResponse, writer: jspb.BinaryWriter): void;
7559
+ static deserializeBinary(bytes: Uint8Array): ChangePasswordResponse;
7560
+ static deserializeBinaryFromReader(message: ChangePasswordResponse, reader: jspb.BinaryReader): ChangePasswordResponse;
7561
+ }
7562
+
7563
+ declare namespace ChangePasswordResponse {
7564
+ export type AsObject = {
7565
+ code: number,
7566
+ success: boolean,
7567
+ error?: Error.AsObject,
7592
7568
  }
7593
7569
  }
7594
7570
 
@@ -7625,8 +7601,8 @@ declare class CreatePasswordResponse extends jspb.Message {
7625
7601
 
7626
7602
  hasError(): boolean;
7627
7603
  clearError(): void;
7628
- getError(): AuthenticationError | undefined;
7629
- setError(value?: AuthenticationError): void;
7604
+ getError(): Error | undefined;
7605
+ setError(value?: Error): void;
7630
7606
 
7631
7607
  serializeBinary(): Uint8Array;
7632
7608
  toObject(includeInstance?: boolean): CreatePasswordResponse.AsObject;
@@ -7642,7 +7618,7 @@ declare namespace CreatePasswordResponse {
7642
7618
  export type AsObject = {
7643
7619
  code: number,
7644
7620
  success: boolean,
7645
- error?: AuthenticationError.AsObject,
7621
+ error?: Error.AsObject,
7646
7622
  }
7647
7623
  }
7648
7624
 
@@ -7750,8 +7726,8 @@ declare class ScopedAuthenticationResponse extends jspb.Message {
7750
7726
 
7751
7727
  hasError(): boolean;
7752
7728
  clearError(): void;
7753
- getError(): AuthenticationError | undefined;
7754
- setError(value?: AuthenticationError): void;
7729
+ getError(): Error | undefined;
7730
+ setError(value?: Error): void;
7755
7731
 
7756
7732
  serializeBinary(): Uint8Array;
7757
7733
  toObject(includeInstance?: boolean): ScopedAuthenticationResponse.AsObject;
@@ -7768,7 +7744,7 @@ declare namespace ScopedAuthenticationResponse {
7768
7744
  code: number,
7769
7745
  success: boolean,
7770
7746
  data?: ScopedAuthentication.AsObject,
7771
- error?: AuthenticationError.AsObject,
7747
+ error?: Error.AsObject,
7772
7748
  }
7773
7749
  }
7774
7750
 
@@ -7970,34 +7946,6 @@ declare namespace GetAllUserResponse {
7970
7946
  }
7971
7947
  }
7972
7948
 
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
7949
  declare class CreateOrganizationRequest extends jspb.Message {
8002
7950
  getOrganizationname(): string;
8003
7951
  setOrganizationname(value: string): void;
@@ -8105,8 +8053,8 @@ declare class GetOrganizationResponse extends jspb.Message {
8105
8053
 
8106
8054
  hasError(): boolean;
8107
8055
  clearError(): void;
8108
- getError(): OrganizationError | undefined;
8109
- setError(value?: OrganizationError): void;
8056
+ getError(): Error | undefined;
8057
+ setError(value?: Error): void;
8110
8058
 
8111
8059
  serializeBinary(): Uint8Array;
8112
8060
  toObject(includeInstance?: boolean): GetOrganizationResponse.AsObject;
@@ -8124,7 +8072,7 @@ declare namespace GetOrganizationResponse {
8124
8072
  success: boolean,
8125
8073
  data?: Organization.AsObject,
8126
8074
  role?: OrganizationRole.AsObject,
8127
- error?: OrganizationError.AsObject,
8075
+ error?: Error.AsObject,
8128
8076
  }
8129
8077
  }
8130
8078
 
@@ -8147,8 +8095,8 @@ declare class CreateOrganizationResponse extends jspb.Message {
8147
8095
 
8148
8096
  hasError(): boolean;
8149
8097
  clearError(): void;
8150
- getError(): OrganizationError | undefined;
8151
- setError(value?: OrganizationError): void;
8098
+ getError(): Error | undefined;
8099
+ setError(value?: Error): void;
8152
8100
 
8153
8101
  serializeBinary(): Uint8Array;
8154
8102
  toObject(includeInstance?: boolean): CreateOrganizationResponse.AsObject;
@@ -8166,7 +8114,7 @@ declare namespace CreateOrganizationResponse {
8166
8114
  success: boolean,
8167
8115
  data?: Organization.AsObject,
8168
8116
  role?: OrganizationRole.AsObject,
8169
- error?: OrganizationError.AsObject,
8117
+ error?: Error.AsObject,
8170
8118
  }
8171
8119
  }
8172
8120
 
@@ -8179,8 +8127,8 @@ declare class UpdateOrganizationResponse extends jspb.Message {
8179
8127
 
8180
8128
  hasError(): boolean;
8181
8129
  clearError(): void;
8182
- getError(): OrganizationError | undefined;
8183
- setError(value?: OrganizationError): void;
8130
+ getError(): Error | undefined;
8131
+ setError(value?: Error): void;
8184
8132
 
8185
8133
  serializeBinary(): Uint8Array;
8186
8134
  toObject(includeInstance?: boolean): UpdateOrganizationResponse.AsObject;
@@ -8196,7 +8144,7 @@ declare namespace UpdateOrganizationResponse {
8196
8144
  export type AsObject = {
8197
8145
  code: number,
8198
8146
  success: boolean,
8199
- error?: OrganizationError.AsObject,
8147
+ error?: Error.AsObject,
8200
8148
  }
8201
8149
  }
8202
8150
 
@@ -8931,6 +8879,15 @@ type AuthenticationServiceCreatePassword = {
8931
8879
  readonly responseType: typeof CreatePasswordResponse;
8932
8880
  };
8933
8881
 
8882
+ type AuthenticationServiceChangePassword = {
8883
+ readonly methodName: string;
8884
+ readonly service: typeof AuthenticationService;
8885
+ readonly requestStream: false;
8886
+ readonly responseStream: false;
8887
+ readonly requestType: typeof ChangePasswordRequest;
8888
+ readonly responseType: typeof ChangePasswordResponse;
8889
+ };
8890
+
8934
8891
  type AuthenticationServiceGetUser = {
8935
8892
  readonly methodName: string;
8936
8893
  readonly service: typeof AuthenticationService;
@@ -8994,6 +8951,7 @@ declare class AuthenticationService {
8994
8951
  static readonly VerifyToken: AuthenticationServiceVerifyToken;
8995
8952
  static readonly ForgotPassword: AuthenticationServiceForgotPassword;
8996
8953
  static readonly CreatePassword: AuthenticationServiceCreatePassword;
8954
+ static readonly ChangePassword: AuthenticationServiceChangePassword;
8997
8955
  static readonly GetUser: AuthenticationServiceGetUser;
8998
8956
  static readonly UpdateUser: AuthenticationServiceUpdateUser;
8999
8957
  static readonly GetAllUser: AuthenticationServiceGetAllUser;
@@ -9130,9 +9088,9 @@ declare class ProjectService {
9130
9088
  static readonly GetAllProjectCredential: ProjectServiceGetAllProjectCredential;
9131
9089
  }
9132
9090
 
9133
- type ServiceError$b = { message: string, code: number; metadata: grpc.Metadata }
9091
+ type ServiceError$9 = { message: string, code: number; metadata: grpc.Metadata }
9134
9092
 
9135
- interface UnaryResponse$b {
9093
+ interface UnaryResponse$9 {
9136
9094
  cancel(): void;
9137
9095
  }
9138
9096
 
@@ -9143,120 +9101,129 @@ declare class AuthenticationServiceClient {
9143
9101
  authenticate(
9144
9102
  requestMessage: AuthenticateRequest,
9145
9103
  metadata: grpc.Metadata,
9146
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9147
- ): UnaryResponse$b;
9104
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9105
+ ): UnaryResponse$9;
9148
9106
  authenticate(
9149
9107
  requestMessage: AuthenticateRequest,
9150
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9151
- ): UnaryResponse$b;
9108
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9109
+ ): UnaryResponse$9;
9152
9110
  registerUser(
9153
9111
  requestMessage: RegisterUserRequest,
9154
9112
  metadata: grpc.Metadata,
9155
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9156
- ): UnaryResponse$b;
9113
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9114
+ ): UnaryResponse$9;
9157
9115
  registerUser(
9158
9116
  requestMessage: RegisterUserRequest,
9159
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9160
- ): UnaryResponse$b;
9117
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9118
+ ): UnaryResponse$9;
9161
9119
  authorize(
9162
9120
  requestMessage: AuthorizeRequest,
9163
9121
  metadata: grpc.Metadata,
9164
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9165
- ): UnaryResponse$b;
9122
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9123
+ ): UnaryResponse$9;
9166
9124
  authorize(
9167
9125
  requestMessage: AuthorizeRequest,
9168
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9169
- ): UnaryResponse$b;
9126
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9127
+ ): UnaryResponse$9;
9170
9128
  scopeAuthorize(
9171
9129
  requestMessage: ScopeAuthorizeRequest,
9172
9130
  metadata: grpc.Metadata,
9173
- callback: (error: ServiceError$b|null, responseMessage: ScopedAuthenticationResponse|null) => void
9174
- ): UnaryResponse$b;
9131
+ callback: (error: ServiceError$9|null, responseMessage: ScopedAuthenticationResponse|null) => void
9132
+ ): UnaryResponse$9;
9175
9133
  scopeAuthorize(
9176
9134
  requestMessage: ScopeAuthorizeRequest,
9177
- callback: (error: ServiceError$b|null, responseMessage: ScopedAuthenticationResponse|null) => void
9178
- ): UnaryResponse$b;
9135
+ callback: (error: ServiceError$9|null, responseMessage: ScopedAuthenticationResponse|null) => void
9136
+ ): UnaryResponse$9;
9179
9137
  verifyToken(
9180
9138
  requestMessage: VerifyTokenRequest,
9181
9139
  metadata: grpc.Metadata,
9182
- callback: (error: ServiceError$b|null, responseMessage: VerifyTokenResponse|null) => void
9183
- ): UnaryResponse$b;
9140
+ callback: (error: ServiceError$9|null, responseMessage: VerifyTokenResponse|null) => void
9141
+ ): UnaryResponse$9;
9184
9142
  verifyToken(
9185
9143
  requestMessage: VerifyTokenRequest,
9186
- callback: (error: ServiceError$b|null, responseMessage: VerifyTokenResponse|null) => void
9187
- ): UnaryResponse$b;
9144
+ callback: (error: ServiceError$9|null, responseMessage: VerifyTokenResponse|null) => void
9145
+ ): UnaryResponse$9;
9188
9146
  forgotPassword(
9189
9147
  requestMessage: ForgotPasswordRequest,
9190
9148
  metadata: grpc.Metadata,
9191
- callback: (error: ServiceError$b|null, responseMessage: ForgotPasswordResponse|null) => void
9192
- ): UnaryResponse$b;
9149
+ callback: (error: ServiceError$9|null, responseMessage: ForgotPasswordResponse|null) => void
9150
+ ): UnaryResponse$9;
9193
9151
  forgotPassword(
9194
9152
  requestMessage: ForgotPasswordRequest,
9195
- callback: (error: ServiceError$b|null, responseMessage: ForgotPasswordResponse|null) => void
9196
- ): UnaryResponse$b;
9153
+ callback: (error: ServiceError$9|null, responseMessage: ForgotPasswordResponse|null) => void
9154
+ ): UnaryResponse$9;
9197
9155
  createPassword(
9198
9156
  requestMessage: CreatePasswordRequest,
9199
9157
  metadata: grpc.Metadata,
9200
- callback: (error: ServiceError$b|null, responseMessage: CreatePasswordResponse|null) => void
9201
- ): UnaryResponse$b;
9158
+ callback: (error: ServiceError$9|null, responseMessage: CreatePasswordResponse|null) => void
9159
+ ): UnaryResponse$9;
9202
9160
  createPassword(
9203
9161
  requestMessage: CreatePasswordRequest,
9204
- callback: (error: ServiceError$b|null, responseMessage: CreatePasswordResponse|null) => void
9205
- ): UnaryResponse$b;
9162
+ callback: (error: ServiceError$9|null, responseMessage: CreatePasswordResponse|null) => void
9163
+ ): UnaryResponse$9;
9164
+ changePassword(
9165
+ requestMessage: ChangePasswordRequest,
9166
+ metadata: grpc.Metadata,
9167
+ callback: (error: ServiceError$9|null, responseMessage: ChangePasswordResponse|null) => void
9168
+ ): UnaryResponse$9;
9169
+ changePassword(
9170
+ requestMessage: ChangePasswordRequest,
9171
+ callback: (error: ServiceError$9|null, responseMessage: ChangePasswordResponse|null) => void
9172
+ ): UnaryResponse$9;
9206
9173
  getUser(
9207
9174
  requestMessage: GetUserRequest,
9208
9175
  metadata: grpc.Metadata,
9209
- callback: (error: ServiceError$b|null, responseMessage: GetUserResponse|null) => void
9210
- ): UnaryResponse$b;
9176
+ callback: (error: ServiceError$9|null, responseMessage: GetUserResponse|null) => void
9177
+ ): UnaryResponse$9;
9211
9178
  getUser(
9212
9179
  requestMessage: GetUserRequest,
9213
- callback: (error: ServiceError$b|null, responseMessage: GetUserResponse|null) => void
9214
- ): UnaryResponse$b;
9180
+ callback: (error: ServiceError$9|null, responseMessage: GetUserResponse|null) => void
9181
+ ): UnaryResponse$9;
9215
9182
  updateUser(
9216
9183
  requestMessage: UpdateUserRequest,
9217
9184
  metadata: grpc.Metadata,
9218
- callback: (error: ServiceError$b|null, responseMessage: UpdateUserResponse|null) => void
9219
- ): UnaryResponse$b;
9185
+ callback: (error: ServiceError$9|null, responseMessage: UpdateUserResponse|null) => void
9186
+ ): UnaryResponse$9;
9220
9187
  updateUser(
9221
9188
  requestMessage: UpdateUserRequest,
9222
- callback: (error: ServiceError$b|null, responseMessage: UpdateUserResponse|null) => void
9223
- ): UnaryResponse$b;
9189
+ callback: (error: ServiceError$9|null, responseMessage: UpdateUserResponse|null) => void
9190
+ ): UnaryResponse$9;
9224
9191
  getAllUser(
9225
9192
  requestMessage: GetAllUserRequest,
9226
9193
  metadata: grpc.Metadata,
9227
- callback: (error: ServiceError$b|null, responseMessage: GetAllUserResponse|null) => void
9228
- ): UnaryResponse$b;
9194
+ callback: (error: ServiceError$9|null, responseMessage: GetAllUserResponse|null) => void
9195
+ ): UnaryResponse$9;
9229
9196
  getAllUser(
9230
9197
  requestMessage: GetAllUserRequest,
9231
- callback: (error: ServiceError$b|null, responseMessage: GetAllUserResponse|null) => void
9232
- ): UnaryResponse$b;
9198
+ callback: (error: ServiceError$9|null, responseMessage: GetAllUserResponse|null) => void
9199
+ ): UnaryResponse$9;
9233
9200
  linkedin(
9234
9201
  requestMessage: SocialAuthenticationRequest,
9235
9202
  metadata: grpc.Metadata,
9236
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9237
- ): UnaryResponse$b;
9203
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9204
+ ): UnaryResponse$9;
9238
9205
  linkedin(
9239
9206
  requestMessage: SocialAuthenticationRequest,
9240
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9241
- ): UnaryResponse$b;
9207
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9208
+ ): UnaryResponse$9;
9242
9209
  google(
9243
9210
  requestMessage: SocialAuthenticationRequest,
9244
9211
  metadata: grpc.Metadata,
9245
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9246
- ): UnaryResponse$b;
9212
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9213
+ ): UnaryResponse$9;
9247
9214
  google(
9248
9215
  requestMessage: SocialAuthenticationRequest,
9249
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9250
- ): UnaryResponse$b;
9216
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9217
+ ): UnaryResponse$9;
9251
9218
  github(
9252
9219
  requestMessage: SocialAuthenticationRequest,
9253
9220
  metadata: grpc.Metadata,
9254
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9255
- ): UnaryResponse$b;
9221
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9222
+ ): UnaryResponse$9;
9256
9223
  github(
9257
9224
  requestMessage: SocialAuthenticationRequest,
9258
- callback: (error: ServiceError$b|null, responseMessage: AuthenticateResponse|null) => void
9259
- ): UnaryResponse$b;
9225
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9226
+ ): UnaryResponse$9;
9260
9227
  }
9261
9228
 
9262
9229
  declare class OrganizationServiceClient {
@@ -9266,39 +9233,39 @@ declare class OrganizationServiceClient {
9266
9233
  createOrganization(
9267
9234
  requestMessage: CreateOrganizationRequest,
9268
9235
  metadata: grpc.Metadata,
9269
- callback: (error: ServiceError$b|null, responseMessage: CreateOrganizationResponse|null) => void
9270
- ): UnaryResponse$b;
9236
+ callback: (error: ServiceError$9|null, responseMessage: CreateOrganizationResponse|null) => void
9237
+ ): UnaryResponse$9;
9271
9238
  createOrganization(
9272
9239
  requestMessage: CreateOrganizationRequest,
9273
- callback: (error: ServiceError$b|null, responseMessage: CreateOrganizationResponse|null) => void
9274
- ): UnaryResponse$b;
9240
+ callback: (error: ServiceError$9|null, responseMessage: CreateOrganizationResponse|null) => void
9241
+ ): UnaryResponse$9;
9275
9242
  getOrganization(
9276
9243
  requestMessage: GetOrganizationRequest,
9277
9244
  metadata: grpc.Metadata,
9278
- callback: (error: ServiceError$b|null, responseMessage: GetOrganizationResponse|null) => void
9279
- ): UnaryResponse$b;
9245
+ callback: (error: ServiceError$9|null, responseMessage: GetOrganizationResponse|null) => void
9246
+ ): UnaryResponse$9;
9280
9247
  getOrganization(
9281
9248
  requestMessage: GetOrganizationRequest,
9282
- callback: (error: ServiceError$b|null, responseMessage: GetOrganizationResponse|null) => void
9283
- ): UnaryResponse$b;
9249
+ callback: (error: ServiceError$9|null, responseMessage: GetOrganizationResponse|null) => void
9250
+ ): UnaryResponse$9;
9284
9251
  updateOrganization(
9285
9252
  requestMessage: UpdateOrganizationRequest,
9286
9253
  metadata: grpc.Metadata,
9287
- callback: (error: ServiceError$b|null, responseMessage: UpdateOrganizationResponse|null) => void
9288
- ): UnaryResponse$b;
9254
+ callback: (error: ServiceError$9|null, responseMessage: UpdateOrganizationResponse|null) => void
9255
+ ): UnaryResponse$9;
9289
9256
  updateOrganization(
9290
9257
  requestMessage: UpdateOrganizationRequest,
9291
- callback: (error: ServiceError$b|null, responseMessage: UpdateOrganizationResponse|null) => void
9292
- ): UnaryResponse$b;
9258
+ callback: (error: ServiceError$9|null, responseMessage: UpdateOrganizationResponse|null) => void
9259
+ ): UnaryResponse$9;
9293
9260
  updateBillingInformation(
9294
9261
  requestMessage: UpdateBillingInformationRequest,
9295
9262
  metadata: grpc.Metadata,
9296
- callback: (error: ServiceError$b|null, responseMessage: BaseResponse|null) => void
9297
- ): UnaryResponse$b;
9263
+ callback: (error: ServiceError$9|null, responseMessage: BaseResponse|null) => void
9264
+ ): UnaryResponse$9;
9298
9265
  updateBillingInformation(
9299
9266
  requestMessage: UpdateBillingInformationRequest,
9300
- callback: (error: ServiceError$b|null, responseMessage: BaseResponse|null) => void
9301
- ): UnaryResponse$b;
9267
+ callback: (error: ServiceError$9|null, responseMessage: BaseResponse|null) => void
9268
+ ): UnaryResponse$9;
9302
9269
  }
9303
9270
 
9304
9271
  declare class ProjectServiceClient {
@@ -9308,75 +9275,75 @@ declare class ProjectServiceClient {
9308
9275
  createProject(
9309
9276
  requestMessage: CreateProjectRequest,
9310
9277
  metadata: grpc.Metadata,
9311
- callback: (error: ServiceError$b|null, responseMessage: CreateProjectResponse|null) => void
9312
- ): UnaryResponse$b;
9278
+ callback: (error: ServiceError$9|null, responseMessage: CreateProjectResponse|null) => void
9279
+ ): UnaryResponse$9;
9313
9280
  createProject(
9314
9281
  requestMessage: CreateProjectRequest,
9315
- callback: (error: ServiceError$b|null, responseMessage: CreateProjectResponse|null) => void
9316
- ): UnaryResponse$b;
9282
+ callback: (error: ServiceError$9|null, responseMessage: CreateProjectResponse|null) => void
9283
+ ): UnaryResponse$9;
9317
9284
  updateProject(
9318
9285
  requestMessage: UpdateProjectRequest,
9319
9286
  metadata: grpc.Metadata,
9320
- callback: (error: ServiceError$b|null, responseMessage: UpdateProjectResponse|null) => void
9321
- ): UnaryResponse$b;
9287
+ callback: (error: ServiceError$9|null, responseMessage: UpdateProjectResponse|null) => void
9288
+ ): UnaryResponse$9;
9322
9289
  updateProject(
9323
9290
  requestMessage: UpdateProjectRequest,
9324
- callback: (error: ServiceError$b|null, responseMessage: UpdateProjectResponse|null) => void
9325
- ): UnaryResponse$b;
9291
+ callback: (error: ServiceError$9|null, responseMessage: UpdateProjectResponse|null) => void
9292
+ ): UnaryResponse$9;
9326
9293
  getProject(
9327
9294
  requestMessage: GetProjectRequest,
9328
9295
  metadata: grpc.Metadata,
9329
- callback: (error: ServiceError$b|null, responseMessage: GetProjectResponse|null) => void
9330
- ): UnaryResponse$b;
9296
+ callback: (error: ServiceError$9|null, responseMessage: GetProjectResponse|null) => void
9297
+ ): UnaryResponse$9;
9331
9298
  getProject(
9332
9299
  requestMessage: GetProjectRequest,
9333
- callback: (error: ServiceError$b|null, responseMessage: GetProjectResponse|null) => void
9334
- ): UnaryResponse$b;
9300
+ callback: (error: ServiceError$9|null, responseMessage: GetProjectResponse|null) => void
9301
+ ): UnaryResponse$9;
9335
9302
  getAllProject(
9336
9303
  requestMessage: GetAllProjectRequest,
9337
9304
  metadata: grpc.Metadata,
9338
- callback: (error: ServiceError$b|null, responseMessage: GetAllProjectResponse|null) => void
9339
- ): UnaryResponse$b;
9305
+ callback: (error: ServiceError$9|null, responseMessage: GetAllProjectResponse|null) => void
9306
+ ): UnaryResponse$9;
9340
9307
  getAllProject(
9341
9308
  requestMessage: GetAllProjectRequest,
9342
- callback: (error: ServiceError$b|null, responseMessage: GetAllProjectResponse|null) => void
9343
- ): UnaryResponse$b;
9309
+ callback: (error: ServiceError$9|null, responseMessage: GetAllProjectResponse|null) => void
9310
+ ): UnaryResponse$9;
9344
9311
  addUsersToProject(
9345
9312
  requestMessage: AddUsersToProjectRequest,
9346
9313
  metadata: grpc.Metadata,
9347
- callback: (error: ServiceError$b|null, responseMessage: AddUsersToProjectResponse|null) => void
9348
- ): UnaryResponse$b;
9314
+ callback: (error: ServiceError$9|null, responseMessage: AddUsersToProjectResponse|null) => void
9315
+ ): UnaryResponse$9;
9349
9316
  addUsersToProject(
9350
9317
  requestMessage: AddUsersToProjectRequest,
9351
- callback: (error: ServiceError$b|null, responseMessage: AddUsersToProjectResponse|null) => void
9352
- ): UnaryResponse$b;
9318
+ callback: (error: ServiceError$9|null, responseMessage: AddUsersToProjectResponse|null) => void
9319
+ ): UnaryResponse$9;
9353
9320
  archiveProject(
9354
9321
  requestMessage: ArchiveProjectRequest,
9355
9322
  metadata: grpc.Metadata,
9356
- callback: (error: ServiceError$b|null, responseMessage: ArchiveProjectResponse|null) => void
9357
- ): UnaryResponse$b;
9323
+ callback: (error: ServiceError$9|null, responseMessage: ArchiveProjectResponse|null) => void
9324
+ ): UnaryResponse$9;
9358
9325
  archiveProject(
9359
9326
  requestMessage: ArchiveProjectRequest,
9360
- callback: (error: ServiceError$b|null, responseMessage: ArchiveProjectResponse|null) => void
9361
- ): UnaryResponse$b;
9327
+ callback: (error: ServiceError$9|null, responseMessage: ArchiveProjectResponse|null) => void
9328
+ ): UnaryResponse$9;
9362
9329
  createProjectCredential(
9363
9330
  requestMessage: CreateProjectCredentialRequest,
9364
9331
  metadata: grpc.Metadata,
9365
- callback: (error: ServiceError$b|null, responseMessage: CreateProjectCredentialResponse|null) => void
9366
- ): UnaryResponse$b;
9332
+ callback: (error: ServiceError$9|null, responseMessage: CreateProjectCredentialResponse|null) => void
9333
+ ): UnaryResponse$9;
9367
9334
  createProjectCredential(
9368
9335
  requestMessage: CreateProjectCredentialRequest,
9369
- callback: (error: ServiceError$b|null, responseMessage: CreateProjectCredentialResponse|null) => void
9370
- ): UnaryResponse$b;
9336
+ callback: (error: ServiceError$9|null, responseMessage: CreateProjectCredentialResponse|null) => void
9337
+ ): UnaryResponse$9;
9371
9338
  getAllProjectCredential(
9372
9339
  requestMessage: GetAllProjectCredentialRequest,
9373
9340
  metadata: grpc.Metadata,
9374
- callback: (error: ServiceError$b|null, responseMessage: GetAllProjectCredentialResponse|null) => void
9375
- ): UnaryResponse$b;
9341
+ callback: (error: ServiceError$9|null, responseMessage: GetAllProjectCredentialResponse|null) => void
9342
+ ): UnaryResponse$9;
9376
9343
  getAllProjectCredential(
9377
9344
  requestMessage: GetAllProjectCredentialRequest,
9378
- callback: (error: ServiceError$b|null, responseMessage: GetAllProjectCredentialResponse|null) => void
9379
- ): UnaryResponse$b;
9345
+ callback: (error: ServiceError$9|null, responseMessage: GetAllProjectCredentialResponse|null) => void
9346
+ ): UnaryResponse$9;
9380
9347
  }
9381
9348
 
9382
9349
  // package: knowledge_api
@@ -10654,9 +10621,9 @@ declare class KnowledgeService {
10654
10621
  static readonly GetKnowledgeLog: KnowledgeServiceGetKnowledgeLog;
10655
10622
  }
10656
10623
 
10657
- type ServiceError$a = { message: string, code: number; metadata: grpc.Metadata }
10624
+ type ServiceError$8 = { message: string, code: number; metadata: grpc.Metadata }
10658
10625
 
10659
- interface UnaryResponse$a {
10626
+ interface UnaryResponse$8 {
10660
10627
  cancel(): void;
10661
10628
  }
10662
10629
 
@@ -10667,437 +10634,220 @@ declare class KnowledgeServiceClient {
10667
10634
  getKnowledge(
10668
10635
  requestMessage: GetKnowledgeRequest,
10669
10636
  metadata: grpc.Metadata,
10670
- callback: (error: ServiceError$a|null, responseMessage: GetKnowledgeResponse|null) => void
10671
- ): UnaryResponse$a;
10637
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeResponse|null) => void
10638
+ ): UnaryResponse$8;
10672
10639
  getKnowledge(
10673
10640
  requestMessage: GetKnowledgeRequest,
10674
- callback: (error: ServiceError$a|null, responseMessage: GetKnowledgeResponse|null) => void
10675
- ): UnaryResponse$a;
10641
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeResponse|null) => void
10642
+ ): UnaryResponse$8;
10676
10643
  getAllKnowledge(
10677
10644
  requestMessage: GetAllKnowledgeRequest,
10678
10645
  metadata: grpc.Metadata,
10679
- callback: (error: ServiceError$a|null, responseMessage: GetAllKnowledgeResponse|null) => void
10680
- ): UnaryResponse$a;
10646
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeResponse|null) => void
10647
+ ): UnaryResponse$8;
10681
10648
  getAllKnowledge(
10682
10649
  requestMessage: GetAllKnowledgeRequest,
10683
- callback: (error: ServiceError$a|null, responseMessage: GetAllKnowledgeResponse|null) => void
10684
- ): UnaryResponse$a;
10650
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeResponse|null) => void
10651
+ ): UnaryResponse$8;
10685
10652
  createKnowledge(
10686
10653
  requestMessage: CreateKnowledgeRequest,
10687
10654
  metadata: grpc.Metadata,
10688
- callback: (error: ServiceError$a|null, responseMessage: CreateKnowledgeResponse|null) => void
10689
- ): UnaryResponse$a;
10655
+ callback: (error: ServiceError$8|null, responseMessage: CreateKnowledgeResponse|null) => void
10656
+ ): UnaryResponse$8;
10690
10657
  createKnowledge(
10691
10658
  requestMessage: CreateKnowledgeRequest,
10692
- callback: (error: ServiceError$a|null, responseMessage: CreateKnowledgeResponse|null) => void
10693
- ): UnaryResponse$a;
10659
+ callback: (error: ServiceError$8|null, responseMessage: CreateKnowledgeResponse|null) => void
10660
+ ): UnaryResponse$8;
10694
10661
  createKnowledgeTag(
10695
10662
  requestMessage: CreateKnowledgeTagRequest,
10696
10663
  metadata: grpc.Metadata,
10697
- callback: (error: ServiceError$a|null, responseMessage: GetKnowledgeResponse|null) => void
10698
- ): UnaryResponse$a;
10664
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeResponse|null) => void
10665
+ ): UnaryResponse$8;
10699
10666
  createKnowledgeTag(
10700
10667
  requestMessage: CreateKnowledgeTagRequest,
10701
- callback: (error: ServiceError$a|null, responseMessage: GetKnowledgeResponse|null) => void
10702
- ): UnaryResponse$a;
10668
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeResponse|null) => void
10669
+ ): UnaryResponse$8;
10703
10670
  createKnowledgeDocument(
10704
10671
  requestMessage: CreateKnowledgeDocumentRequest,
10705
10672
  metadata: grpc.Metadata,
10706
- callback: (error: ServiceError$a|null, responseMessage: CreateKnowledgeDocumentResponse|null) => void
10707
- ): UnaryResponse$a;
10673
+ callback: (error: ServiceError$8|null, responseMessage: CreateKnowledgeDocumentResponse|null) => void
10674
+ ): UnaryResponse$8;
10708
10675
  createKnowledgeDocument(
10709
10676
  requestMessage: CreateKnowledgeDocumentRequest,
10710
- callback: (error: ServiceError$a|null, responseMessage: CreateKnowledgeDocumentResponse|null) => void
10711
- ): UnaryResponse$a;
10677
+ callback: (error: ServiceError$8|null, responseMessage: CreateKnowledgeDocumentResponse|null) => void
10678
+ ): UnaryResponse$8;
10712
10679
  getAllKnowledgeDocument(
10713
10680
  requestMessage: GetAllKnowledgeDocumentRequest,
10714
10681
  metadata: grpc.Metadata,
10715
- callback: (error: ServiceError$a|null, responseMessage: GetAllKnowledgeDocumentResponse|null) => void
10716
- ): UnaryResponse$a;
10682
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeDocumentResponse|null) => void
10683
+ ): UnaryResponse$8;
10717
10684
  getAllKnowledgeDocument(
10718
10685
  requestMessage: GetAllKnowledgeDocumentRequest,
10719
- callback: (error: ServiceError$a|null, responseMessage: GetAllKnowledgeDocumentResponse|null) => void
10720
- ): UnaryResponse$a;
10686
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeDocumentResponse|null) => void
10687
+ ): UnaryResponse$8;
10721
10688
  getAllKnowledgeDocumentSegment(
10722
10689
  requestMessage: GetAllKnowledgeDocumentSegmentRequest,
10723
10690
  metadata: grpc.Metadata,
10724
- callback: (error: ServiceError$a|null, responseMessage: GetAllKnowledgeDocumentSegmentResponse|null) => void
10725
- ): UnaryResponse$a;
10691
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeDocumentSegmentResponse|null) => void
10692
+ ): UnaryResponse$8;
10726
10693
  getAllKnowledgeDocumentSegment(
10727
10694
  requestMessage: GetAllKnowledgeDocumentSegmentRequest,
10728
- callback: (error: ServiceError$a|null, responseMessage: GetAllKnowledgeDocumentSegmentResponse|null) => void
10729
- ): UnaryResponse$a;
10695
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeDocumentSegmentResponse|null) => void
10696
+ ): UnaryResponse$8;
10730
10697
  updateKnowledgeDetail(
10731
10698
  requestMessage: UpdateKnowledgeDetailRequest,
10732
10699
  metadata: grpc.Metadata,
10733
- callback: (error: ServiceError$a|null, responseMessage: GetKnowledgeResponse|null) => void
10734
- ): UnaryResponse$a;
10700
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeResponse|null) => void
10701
+ ): UnaryResponse$8;
10735
10702
  updateKnowledgeDetail(
10736
10703
  requestMessage: UpdateKnowledgeDetailRequest,
10737
- callback: (error: ServiceError$a|null, responseMessage: GetKnowledgeResponse|null) => void
10738
- ): UnaryResponse$a;
10704
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeResponse|null) => void
10705
+ ): UnaryResponse$8;
10739
10706
  updateKnowledgeDocumentSegment(
10740
10707
  requestMessage: UpdateKnowledgeDocumentSegmentRequest,
10741
10708
  metadata: grpc.Metadata,
10742
- callback: (error: ServiceError$a|null, responseMessage: BaseResponse|null) => void
10743
- ): UnaryResponse$a;
10709
+ callback: (error: ServiceError$8|null, responseMessage: BaseResponse|null) => void
10710
+ ): UnaryResponse$8;
10744
10711
  updateKnowledgeDocumentSegment(
10745
10712
  requestMessage: UpdateKnowledgeDocumentSegmentRequest,
10746
- callback: (error: ServiceError$a|null, responseMessage: BaseResponse|null) => void
10747
- ): UnaryResponse$a;
10713
+ callback: (error: ServiceError$8|null, responseMessage: BaseResponse|null) => void
10714
+ ): UnaryResponse$8;
10748
10715
  deleteKnowledgeDocumentSegment(
10749
10716
  requestMessage: DeleteKnowledgeDocumentSegmentRequest,
10750
10717
  metadata: grpc.Metadata,
10751
- callback: (error: ServiceError$a|null, responseMessage: BaseResponse|null) => void
10752
- ): UnaryResponse$a;
10718
+ callback: (error: ServiceError$8|null, responseMessage: BaseResponse|null) => void
10719
+ ): UnaryResponse$8;
10753
10720
  deleteKnowledgeDocumentSegment(
10754
10721
  requestMessage: DeleteKnowledgeDocumentSegmentRequest,
10755
- callback: (error: ServiceError$a|null, responseMessage: BaseResponse|null) => void
10756
- ): UnaryResponse$a;
10722
+ callback: (error: ServiceError$8|null, responseMessage: BaseResponse|null) => void
10723
+ ): UnaryResponse$8;
10757
10724
  getAllKnowledgeLog(
10758
10725
  requestMessage: GetAllKnowledgeLogRequest,
10759
10726
  metadata: grpc.Metadata,
10760
- callback: (error: ServiceError$a|null, responseMessage: GetAllKnowledgeLogResponse|null) => void
10761
- ): UnaryResponse$a;
10727
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeLogResponse|null) => void
10728
+ ): UnaryResponse$8;
10762
10729
  getAllKnowledgeLog(
10763
10730
  requestMessage: GetAllKnowledgeLogRequest,
10764
- callback: (error: ServiceError$a|null, responseMessage: GetAllKnowledgeLogResponse|null) => void
10765
- ): UnaryResponse$a;
10731
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeLogResponse|null) => void
10732
+ ): UnaryResponse$8;
10766
10733
  getKnowledgeLog(
10767
10734
  requestMessage: GetKnowledgeLogRequest,
10768
10735
  metadata: grpc.Metadata,
10769
- callback: (error: ServiceError$a|null, responseMessage: GetKnowledgeLogResponse|null) => void
10770
- ): UnaryResponse$a;
10736
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeLogResponse|null) => void
10737
+ ): UnaryResponse$8;
10771
10738
  getKnowledgeLog(
10772
10739
  requestMessage: GetKnowledgeLogRequest,
10773
- callback: (error: ServiceError$a|null, responseMessage: GetKnowledgeLogResponse|null) => void
10774
- ): UnaryResponse$a;
10740
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeLogResponse|null) => void
10741
+ ): UnaryResponse$8;
10775
10742
  }
10776
10743
 
10777
- // package: marketplace_api
10778
- // file: marketplace-api.proto
10744
+ // package: document_api
10745
+ // file: document-api.proto
10779
10746
 
10780
10747
 
10781
10748
 
10782
- declare class GetAllDeploymentRequest extends jspb.Message {
10783
- hasPaginate(): boolean;
10784
- clearPaginate(): void;
10785
- getPaginate(): Paginate | undefined;
10786
- setPaginate(value?: Paginate): void;
10749
+ declare class IndexKnowledgeDocumentRequest extends jspb.Message {
10750
+ getKnowledgeid(): string;
10751
+ setKnowledgeid(value: string): void;
10787
10752
 
10788
- clearCriteriasList(): void;
10789
- getCriteriasList(): Array<Criteria>;
10790
- setCriteriasList(value: Array<Criteria>): void;
10791
- addCriterias(value?: Criteria, index?: number): Criteria;
10753
+ clearKnowledgedocumentidList(): void;
10754
+ getKnowledgedocumentidList(): Array<string>;
10755
+ setKnowledgedocumentidList(value: Array<string>): void;
10756
+ addKnowledgedocumentid(value: string, index?: number): string;
10757
+
10758
+ getIndextype(): string;
10759
+ setIndextype(value: string): void;
10792
10760
 
10793
10761
  serializeBinary(): Uint8Array;
10794
- toObject(includeInstance?: boolean): GetAllDeploymentRequest.AsObject;
10795
- static toObject(includeInstance: boolean, msg: GetAllDeploymentRequest): GetAllDeploymentRequest.AsObject;
10762
+ toObject(includeInstance?: boolean): IndexKnowledgeDocumentRequest.AsObject;
10763
+ static toObject(includeInstance: boolean, msg: IndexKnowledgeDocumentRequest): IndexKnowledgeDocumentRequest.AsObject;
10796
10764
  static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
10797
10765
  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;
10766
+ static serializeBinaryToWriter(message: IndexKnowledgeDocumentRequest, writer: jspb.BinaryWriter): void;
10767
+ static deserializeBinary(bytes: Uint8Array): IndexKnowledgeDocumentRequest;
10768
+ static deserializeBinaryFromReader(message: IndexKnowledgeDocumentRequest, reader: jspb.BinaryReader): IndexKnowledgeDocumentRequest;
10801
10769
  }
10802
10770
 
10803
- declare namespace GetAllDeploymentRequest {
10771
+ declare namespace IndexKnowledgeDocumentRequest {
10804
10772
  export type AsObject = {
10805
- paginate?: Paginate.AsObject,
10806
- criteriasList: Array<Criteria.AsObject>,
10773
+ knowledgeid: string,
10774
+ knowledgedocumentidList: Array<string>,
10775
+ indextype: string,
10807
10776
  }
10808
10777
  }
10809
10778
 
10810
- declare class SearchableDeployment extends jspb.Message {
10811
- getId(): string;
10812
- setId(value: string): void;
10813
-
10814
- getStatus(): string;
10815
- setStatus(value: string): void;
10779
+ declare class IndexKnowledgeDocumentResponse extends jspb.Message {
10780
+ getCode(): number;
10781
+ setCode(value: number): void;
10816
10782
 
10817
- getVisibility(): string;
10818
- setVisibility(value: string): void;
10783
+ getSuccess(): boolean;
10784
+ setSuccess(value: boolean): void;
10819
10785
 
10820
- getType(): string;
10821
- setType(value: string): void;
10786
+ serializeBinary(): Uint8Array;
10787
+ toObject(includeInstance?: boolean): IndexKnowledgeDocumentResponse.AsObject;
10788
+ static toObject(includeInstance: boolean, msg: IndexKnowledgeDocumentResponse): IndexKnowledgeDocumentResponse.AsObject;
10789
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
10790
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
10791
+ static serializeBinaryToWriter(message: IndexKnowledgeDocumentResponse, writer: jspb.BinaryWriter): void;
10792
+ static deserializeBinary(bytes: Uint8Array): IndexKnowledgeDocumentResponse;
10793
+ static deserializeBinaryFromReader(message: IndexKnowledgeDocumentResponse, reader: jspb.BinaryReader): IndexKnowledgeDocumentResponse;
10794
+ }
10822
10795
 
10823
- getProjectid(): string;
10824
- setProjectid(value: string): void;
10796
+ declare namespace IndexKnowledgeDocumentResponse {
10797
+ export type AsObject = {
10798
+ code: number,
10799
+ success: boolean,
10800
+ }
10801
+ }
10825
10802
 
10826
- getOrganizationid(): string;
10827
- setOrganizationid(value: string): void;
10803
+ // package: document_api
10804
+ // file: document-api.proto
10828
10805
 
10829
- clearTagList(): void;
10830
- getTagList(): Array<string>;
10831
- setTagList(value: Array<string>): void;
10832
- addTag(value: string, index?: number): string;
10833
10806
 
10834
- getLanguage(): string;
10835
- setLanguage(value: string): void;
10836
10807
 
10837
- hasOrganization(): boolean;
10838
- clearOrganization(): void;
10839
- getOrganization(): Organization | undefined;
10840
- setOrganization(value?: Organization): void;
10808
+ type DocumentServiceIndexKnowledgeDocument = {
10809
+ readonly methodName: string;
10810
+ readonly service: typeof DocumentService;
10811
+ readonly requestStream: false;
10812
+ readonly responseStream: false;
10813
+ readonly requestType: typeof IndexKnowledgeDocumentRequest;
10814
+ readonly responseType: typeof IndexKnowledgeDocumentResponse;
10815
+ };
10841
10816
 
10842
- getName(): string;
10843
- setName(value: string): void;
10817
+ declare class DocumentService {
10818
+ static readonly serviceName: string;
10819
+ static readonly IndexKnowledgeDocument: DocumentServiceIndexKnowledgeDocument;
10820
+ }
10844
10821
 
10845
- getDescription(): string;
10846
- setDescription(value: string): void;
10822
+ type ServiceError$7 = { message: string, code: number; metadata: grpc.Metadata }
10847
10823
 
10848
- hasCreateddate(): boolean;
10849
- clearCreateddate(): void;
10850
- getCreateddate(): google_protobuf_timestamp_pb.Timestamp | undefined;
10851
- setCreateddate(value?: google_protobuf_timestamp_pb.Timestamp): void;
10824
+ interface UnaryResponse$7 {
10825
+ cancel(): void;
10826
+ }
10852
10827
 
10853
- hasUpdateddate(): boolean;
10854
- clearUpdateddate(): void;
10855
- getUpdateddate(): google_protobuf_timestamp_pb.Timestamp | undefined;
10856
- setUpdateddate(value?: google_protobuf_timestamp_pb.Timestamp): void;
10828
+ declare class DocumentServiceClient {
10829
+ readonly serviceHost: string;
10857
10830
 
10858
- hasAppappearance(): boolean;
10859
- clearAppappearance(): void;
10860
- getAppappearance(): google_protobuf_struct_pb.Struct | undefined;
10861
- setAppappearance(value?: google_protobuf_struct_pb.Struct): void;
10831
+ constructor(serviceHost: string, options?: grpc.RpcOptions);
10832
+ indexKnowledgeDocument(
10833
+ requestMessage: IndexKnowledgeDocumentRequest,
10834
+ metadata: grpc.Metadata,
10835
+ callback: (error: ServiceError$7|null, responseMessage: IndexKnowledgeDocumentResponse|null) => void
10836
+ ): UnaryResponse$7;
10837
+ indexKnowledgeDocument(
10838
+ requestMessage: IndexKnowledgeDocumentRequest,
10839
+ callback: (error: ServiceError$7|null, responseMessage: IndexKnowledgeDocumentResponse|null) => void
10840
+ ): UnaryResponse$7;
10841
+ }
10862
10842
 
10863
- hasWebappearance(): boolean;
10864
- clearWebappearance(): void;
10865
- getWebappearance(): google_protobuf_struct_pb.Struct | undefined;
10866
- setWebappearance(value?: google_protobuf_struct_pb.Struct): void;
10843
+ // package: vault_api
10844
+ // file: vault-api.proto
10867
10845
 
10868
- getModelproviderid(): string;
10869
- setModelproviderid(value: string): void;
10870
10846
 
10871
- getModelprovidername(): string;
10872
- setModelprovidername(value: string): void;
10873
10847
 
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
11055
-
11056
-
11057
-
11058
- type DocumentServiceIndexKnowledgeDocument = {
11059
- readonly methodName: string;
11060
- readonly service: typeof DocumentService;
11061
- readonly requestStream: false;
11062
- readonly responseStream: false;
11063
- readonly requestType: typeof IndexKnowledgeDocumentRequest;
11064
- readonly responseType: typeof IndexKnowledgeDocumentResponse;
11065
- };
11066
-
11067
- declare class DocumentService {
11068
- static readonly serviceName: string;
11069
- static readonly IndexKnowledgeDocument: DocumentServiceIndexKnowledgeDocument;
11070
- }
11071
-
11072
- type ServiceError$8 = { message: string, code: number; metadata: grpc.Metadata }
11073
-
11074
- interface UnaryResponse$8 {
11075
- cancel(): void;
11076
- }
11077
-
11078
- declare class DocumentServiceClient {
11079
- readonly serviceHost: string;
11080
-
11081
- constructor(serviceHost: string, options?: grpc.RpcOptions);
11082
- indexKnowledgeDocument(
11083
- requestMessage: IndexKnowledgeDocumentRequest,
11084
- metadata: grpc.Metadata,
11085
- callback: (error: ServiceError$8|null, responseMessage: IndexKnowledgeDocumentResponse|null) => void
11086
- ): UnaryResponse$8;
11087
- indexKnowledgeDocument(
11088
- requestMessage: IndexKnowledgeDocumentRequest,
11089
- callback: (error: ServiceError$8|null, responseMessage: IndexKnowledgeDocumentResponse|null) => void
11090
- ): UnaryResponse$8;
11091
- }
11092
-
11093
- // package: vault_api
11094
- // file: vault-api.proto
11095
-
11096
-
11097
-
11098
- declare class VaultCredential extends jspb.Message {
11099
- getId(): string;
11100
- setId(value: string): void;
10848
+ declare class VaultCredential extends jspb.Message {
10849
+ getId(): string;
10850
+ setId(value: string): void;
11101
10851
 
11102
10852
  getName(): string;
11103
10853
  setName(value: string): void;
@@ -11480,9 +11230,9 @@ declare class VaultService {
11480
11230
  static readonly GetOauth2Credential: VaultServiceGetOauth2Credential;
11481
11231
  }
11482
11232
 
11483
- type ServiceError$7 = { message: string, code: number; metadata: grpc.Metadata }
11233
+ type ServiceError$6 = { message: string, code: number; metadata: grpc.Metadata }
11484
11234
 
11485
- interface UnaryResponse$7 {
11235
+ interface UnaryResponse$6 {
11486
11236
  cancel(): void;
11487
11237
  }
11488
11238
 
@@ -11493,66 +11243,66 @@ declare class VaultServiceClient {
11493
11243
  createProviderCredential(
11494
11244
  requestMessage: CreateProviderCredentialRequest,
11495
11245
  metadata: grpc.Metadata,
11496
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11497
- ): UnaryResponse$7;
11246
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11247
+ ): UnaryResponse$6;
11498
11248
  createProviderCredential(
11499
11249
  requestMessage: CreateProviderCredentialRequest,
11500
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11501
- ): UnaryResponse$7;
11250
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11251
+ ): UnaryResponse$6;
11502
11252
  createToolCredential(
11503
11253
  requestMessage: CreateToolCredentialRequest,
11504
11254
  metadata: grpc.Metadata,
11505
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11506
- ): UnaryResponse$7;
11255
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11256
+ ): UnaryResponse$6;
11507
11257
  createToolCredential(
11508
11258
  requestMessage: CreateToolCredentialRequest,
11509
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11510
- ): UnaryResponse$7;
11259
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11260
+ ): UnaryResponse$6;
11511
11261
  getAllOrganizationCredential(
11512
11262
  requestMessage: GetAllOrganizationCredentialRequest,
11513
11263
  metadata: grpc.Metadata,
11514
- callback: (error: ServiceError$7|null, responseMessage: GetAllOrganizationCredentialResponse|null) => void
11515
- ): UnaryResponse$7;
11264
+ callback: (error: ServiceError$6|null, responseMessage: GetAllOrganizationCredentialResponse|null) => void
11265
+ ): UnaryResponse$6;
11516
11266
  getAllOrganizationCredential(
11517
11267
  requestMessage: GetAllOrganizationCredentialRequest,
11518
- callback: (error: ServiceError$7|null, responseMessage: GetAllOrganizationCredentialResponse|null) => void
11519
- ): UnaryResponse$7;
11268
+ callback: (error: ServiceError$6|null, responseMessage: GetAllOrganizationCredentialResponse|null) => void
11269
+ ): UnaryResponse$6;
11520
11270
  deleteCredential(
11521
11271
  requestMessage: DeleteCredentialRequest,
11522
11272
  metadata: grpc.Metadata,
11523
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11524
- ): UnaryResponse$7;
11273
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11274
+ ): UnaryResponse$6;
11525
11275
  deleteCredential(
11526
11276
  requestMessage: DeleteCredentialRequest,
11527
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11528
- ): UnaryResponse$7;
11277
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11278
+ ): UnaryResponse$6;
11529
11279
  getProviderCredential(
11530
11280
  requestMessage: GetProviderCredentialRequest,
11531
11281
  metadata: grpc.Metadata,
11532
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11533
- ): UnaryResponse$7;
11282
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11283
+ ): UnaryResponse$6;
11534
11284
  getProviderCredential(
11535
11285
  requestMessage: GetProviderCredentialRequest,
11536
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11537
- ): UnaryResponse$7;
11286
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11287
+ ): UnaryResponse$6;
11538
11288
  getCredential(
11539
11289
  requestMessage: GetCredentialRequest,
11540
11290
  metadata: grpc.Metadata,
11541
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11542
- ): UnaryResponse$7;
11291
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11292
+ ): UnaryResponse$6;
11543
11293
  getCredential(
11544
11294
  requestMessage: GetCredentialRequest,
11545
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11546
- ): UnaryResponse$7;
11295
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11296
+ ): UnaryResponse$6;
11547
11297
  getOauth2Credential(
11548
11298
  requestMessage: GetCredentialRequest,
11549
11299
  metadata: grpc.Metadata,
11550
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11551
- ): UnaryResponse$7;
11300
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11301
+ ): UnaryResponse$6;
11552
11302
  getOauth2Credential(
11553
11303
  requestMessage: GetCredentialRequest,
11554
- callback: (error: ServiceError$7|null, responseMessage: GetCredentialResponse|null) => void
11555
- ): UnaryResponse$7;
11304
+ callback: (error: ServiceError$6|null, responseMessage: GetCredentialResponse|null) => void
11305
+ ): UnaryResponse$6;
11556
11306
  }
11557
11307
 
11558
11308
  // package: endpoint_api
@@ -12957,9 +12707,9 @@ declare class EndpointService {
12957
12707
  static readonly GetEndpointLog: EndpointServiceGetEndpointLog;
12958
12708
  }
12959
12709
 
12960
- type ServiceError$6 = { message: string, code: number; metadata: grpc.Metadata }
12710
+ type ServiceError$5 = { message: string, code: number; metadata: grpc.Metadata }
12961
12711
 
12962
- interface UnaryResponse$6 {
12712
+ interface UnaryResponse$5 {
12963
12713
  cancel(): void;
12964
12714
  }
12965
12715
 
@@ -12970,120 +12720,120 @@ declare class EndpointServiceClient {
12970
12720
  getEndpoint(
12971
12721
  requestMessage: GetEndpointRequest,
12972
12722
  metadata: grpc.Metadata,
12973
- callback: (error: ServiceError$6|null, responseMessage: GetEndpointResponse|null) => void
12974
- ): UnaryResponse$6;
12723
+ callback: (error: ServiceError$5|null, responseMessage: GetEndpointResponse|null) => void
12724
+ ): UnaryResponse$5;
12975
12725
  getEndpoint(
12976
12726
  requestMessage: GetEndpointRequest,
12977
- callback: (error: ServiceError$6|null, responseMessage: GetEndpointResponse|null) => void
12978
- ): UnaryResponse$6;
12727
+ callback: (error: ServiceError$5|null, responseMessage: GetEndpointResponse|null) => void
12728
+ ): UnaryResponse$5;
12979
12729
  getAllEndpoint(
12980
12730
  requestMessage: GetAllEndpointRequest,
12981
12731
  metadata: grpc.Metadata,
12982
- callback: (error: ServiceError$6|null, responseMessage: GetAllEndpointResponse|null) => void
12983
- ): UnaryResponse$6;
12732
+ callback: (error: ServiceError$5|null, responseMessage: GetAllEndpointResponse|null) => void
12733
+ ): UnaryResponse$5;
12984
12734
  getAllEndpoint(
12985
12735
  requestMessage: GetAllEndpointRequest,
12986
- callback: (error: ServiceError$6|null, responseMessage: GetAllEndpointResponse|null) => void
12987
- ): UnaryResponse$6;
12736
+ callback: (error: ServiceError$5|null, responseMessage: GetAllEndpointResponse|null) => void
12737
+ ): UnaryResponse$5;
12988
12738
  getAllEndpointProviderModel(
12989
12739
  requestMessage: GetAllEndpointProviderModelRequest,
12990
12740
  metadata: grpc.Metadata,
12991
- callback: (error: ServiceError$6|null, responseMessage: GetAllEndpointProviderModelResponse|null) => void
12992
- ): UnaryResponse$6;
12741
+ callback: (error: ServiceError$5|null, responseMessage: GetAllEndpointProviderModelResponse|null) => void
12742
+ ): UnaryResponse$5;
12993
12743
  getAllEndpointProviderModel(
12994
12744
  requestMessage: GetAllEndpointProviderModelRequest,
12995
- callback: (error: ServiceError$6|null, responseMessage: GetAllEndpointProviderModelResponse|null) => void
12996
- ): UnaryResponse$6;
12745
+ callback: (error: ServiceError$5|null, responseMessage: GetAllEndpointProviderModelResponse|null) => void
12746
+ ): UnaryResponse$5;
12997
12747
  updateEndpointVersion(
12998
12748
  requestMessage: UpdateEndpointVersionRequest,
12999
12749
  metadata: grpc.Metadata,
13000
- callback: (error: ServiceError$6|null, responseMessage: UpdateEndpointVersionResponse|null) => void
13001
- ): UnaryResponse$6;
12750
+ callback: (error: ServiceError$5|null, responseMessage: UpdateEndpointVersionResponse|null) => void
12751
+ ): UnaryResponse$5;
13002
12752
  updateEndpointVersion(
13003
12753
  requestMessage: UpdateEndpointVersionRequest,
13004
- callback: (error: ServiceError$6|null, responseMessage: UpdateEndpointVersionResponse|null) => void
13005
- ): UnaryResponse$6;
12754
+ callback: (error: ServiceError$5|null, responseMessage: UpdateEndpointVersionResponse|null) => void
12755
+ ): UnaryResponse$5;
13006
12756
  createEndpoint(
13007
12757
  requestMessage: CreateEndpointRequest,
13008
12758
  metadata: grpc.Metadata,
13009
- callback: (error: ServiceError$6|null, responseMessage: CreateEndpointResponse|null) => void
13010
- ): UnaryResponse$6;
12759
+ callback: (error: ServiceError$5|null, responseMessage: CreateEndpointResponse|null) => void
12760
+ ): UnaryResponse$5;
13011
12761
  createEndpoint(
13012
12762
  requestMessage: CreateEndpointRequest,
13013
- callback: (error: ServiceError$6|null, responseMessage: CreateEndpointResponse|null) => void
13014
- ): UnaryResponse$6;
12763
+ callback: (error: ServiceError$5|null, responseMessage: CreateEndpointResponse|null) => void
12764
+ ): UnaryResponse$5;
13015
12765
  createEndpointProviderModel(
13016
12766
  requestMessage: CreateEndpointProviderModelRequest,
13017
12767
  metadata: grpc.Metadata,
13018
- callback: (error: ServiceError$6|null, responseMessage: CreateEndpointProviderModelResponse|null) => void
13019
- ): UnaryResponse$6;
12768
+ callback: (error: ServiceError$5|null, responseMessage: CreateEndpointProviderModelResponse|null) => void
12769
+ ): UnaryResponse$5;
13020
12770
  createEndpointProviderModel(
13021
12771
  requestMessage: CreateEndpointProviderModelRequest,
13022
- callback: (error: ServiceError$6|null, responseMessage: CreateEndpointProviderModelResponse|null) => void
13023
- ): UnaryResponse$6;
12772
+ callback: (error: ServiceError$5|null, responseMessage: CreateEndpointProviderModelResponse|null) => void
12773
+ ): UnaryResponse$5;
13024
12774
  createEndpointCacheConfiguration(
13025
12775
  requestMessage: CreateEndpointCacheConfigurationRequest,
13026
12776
  metadata: grpc.Metadata,
13027
- callback: (error: ServiceError$6|null, responseMessage: CreateEndpointCacheConfigurationResponse|null) => void
13028
- ): UnaryResponse$6;
12777
+ callback: (error: ServiceError$5|null, responseMessage: CreateEndpointCacheConfigurationResponse|null) => void
12778
+ ): UnaryResponse$5;
13029
12779
  createEndpointCacheConfiguration(
13030
12780
  requestMessage: CreateEndpointCacheConfigurationRequest,
13031
- callback: (error: ServiceError$6|null, responseMessage: CreateEndpointCacheConfigurationResponse|null) => void
13032
- ): UnaryResponse$6;
12781
+ callback: (error: ServiceError$5|null, responseMessage: CreateEndpointCacheConfigurationResponse|null) => void
12782
+ ): UnaryResponse$5;
13033
12783
  createEndpointRetryConfiguration(
13034
12784
  requestMessage: CreateEndpointRetryConfigurationRequest,
13035
12785
  metadata: grpc.Metadata,
13036
- callback: (error: ServiceError$6|null, responseMessage: CreateEndpointRetryConfigurationResponse|null) => void
13037
- ): UnaryResponse$6;
12786
+ callback: (error: ServiceError$5|null, responseMessage: CreateEndpointRetryConfigurationResponse|null) => void
12787
+ ): UnaryResponse$5;
13038
12788
  createEndpointRetryConfiguration(
13039
12789
  requestMessage: CreateEndpointRetryConfigurationRequest,
13040
- callback: (error: ServiceError$6|null, responseMessage: CreateEndpointRetryConfigurationResponse|null) => void
13041
- ): UnaryResponse$6;
12790
+ callback: (error: ServiceError$5|null, responseMessage: CreateEndpointRetryConfigurationResponse|null) => void
12791
+ ): UnaryResponse$5;
13042
12792
  createEndpointTag(
13043
12793
  requestMessage: CreateEndpointTagRequest,
13044
12794
  metadata: grpc.Metadata,
13045
- callback: (error: ServiceError$6|null, responseMessage: GetEndpointResponse|null) => void
13046
- ): UnaryResponse$6;
12795
+ callback: (error: ServiceError$5|null, responseMessage: GetEndpointResponse|null) => void
12796
+ ): UnaryResponse$5;
13047
12797
  createEndpointTag(
13048
12798
  requestMessage: CreateEndpointTagRequest,
13049
- callback: (error: ServiceError$6|null, responseMessage: GetEndpointResponse|null) => void
13050
- ): UnaryResponse$6;
12799
+ callback: (error: ServiceError$5|null, responseMessage: GetEndpointResponse|null) => void
12800
+ ): UnaryResponse$5;
13051
12801
  forkEndpoint(
13052
12802
  requestMessage: ForkEndpointRequest,
13053
12803
  metadata: grpc.Metadata,
13054
- callback: (error: ServiceError$6|null, responseMessage: BaseResponse|null) => void
13055
- ): UnaryResponse$6;
12804
+ callback: (error: ServiceError$5|null, responseMessage: BaseResponse|null) => void
12805
+ ): UnaryResponse$5;
13056
12806
  forkEndpoint(
13057
12807
  requestMessage: ForkEndpointRequest,
13058
- callback: (error: ServiceError$6|null, responseMessage: BaseResponse|null) => void
13059
- ): UnaryResponse$6;
12808
+ callback: (error: ServiceError$5|null, responseMessage: BaseResponse|null) => void
12809
+ ): UnaryResponse$5;
13060
12810
  updateEndpointDetail(
13061
12811
  requestMessage: UpdateEndpointDetailRequest,
13062
12812
  metadata: grpc.Metadata,
13063
- callback: (error: ServiceError$6|null, responseMessage: GetEndpointResponse|null) => void
13064
- ): UnaryResponse$6;
12813
+ callback: (error: ServiceError$5|null, responseMessage: GetEndpointResponse|null) => void
12814
+ ): UnaryResponse$5;
13065
12815
  updateEndpointDetail(
13066
12816
  requestMessage: UpdateEndpointDetailRequest,
13067
- callback: (error: ServiceError$6|null, responseMessage: GetEndpointResponse|null) => void
13068
- ): UnaryResponse$6;
12817
+ callback: (error: ServiceError$5|null, responseMessage: GetEndpointResponse|null) => void
12818
+ ): UnaryResponse$5;
13069
12819
  getAllEndpointLog(
13070
12820
  requestMessage: GetAllEndpointLogRequest,
13071
12821
  metadata: grpc.Metadata,
13072
- callback: (error: ServiceError$6|null, responseMessage: GetAllEndpointLogResponse|null) => void
13073
- ): UnaryResponse$6;
12822
+ callback: (error: ServiceError$5|null, responseMessage: GetAllEndpointLogResponse|null) => void
12823
+ ): UnaryResponse$5;
13074
12824
  getAllEndpointLog(
13075
12825
  requestMessage: GetAllEndpointLogRequest,
13076
- callback: (error: ServiceError$6|null, responseMessage: GetAllEndpointLogResponse|null) => void
13077
- ): UnaryResponse$6;
12826
+ callback: (error: ServiceError$5|null, responseMessage: GetAllEndpointLogResponse|null) => void
12827
+ ): UnaryResponse$5;
13078
12828
  getEndpointLog(
13079
12829
  requestMessage: GetEndpointLogRequest,
13080
12830
  metadata: grpc.Metadata,
13081
- callback: (error: ServiceError$6|null, responseMessage: GetEndpointLogResponse|null) => void
13082
- ): UnaryResponse$6;
12831
+ callback: (error: ServiceError$5|null, responseMessage: GetEndpointLogResponse|null) => void
12832
+ ): UnaryResponse$5;
13083
12833
  getEndpointLog(
13084
12834
  requestMessage: GetEndpointLogRequest,
13085
- callback: (error: ServiceError$6|null, responseMessage: GetEndpointLogResponse|null) => void
13086
- ): UnaryResponse$6;
12835
+ callback: (error: ServiceError$5|null, responseMessage: GetEndpointLogResponse|null) => void
12836
+ ): UnaryResponse$5;
13087
12837
  }
13088
12838
 
13089
12839
  // package: integration_api
@@ -13419,9 +13169,9 @@ declare class AuditLoggingService {
13419
13169
  static readonly CreateMetadata: AuditLoggingServiceCreateMetadata;
13420
13170
  }
13421
13171
 
13422
- type ServiceError$5 = { message: string, code: number; metadata: grpc.Metadata }
13172
+ type ServiceError$4 = { message: string, code: number; metadata: grpc.Metadata }
13423
13173
 
13424
- interface UnaryResponse$5 {
13174
+ interface UnaryResponse$4 {
13425
13175
  cancel(): void;
13426
13176
  }
13427
13177
 
@@ -13432,30 +13182,30 @@ declare class AuditLoggingServiceClient {
13432
13182
  getAllAuditLog(
13433
13183
  requestMessage: GetAllAuditLogRequest,
13434
13184
  metadata: grpc.Metadata,
13435
- callback: (error: ServiceError$5|null, responseMessage: GetAllAuditLogResponse|null) => void
13436
- ): UnaryResponse$5;
13185
+ callback: (error: ServiceError$4|null, responseMessage: GetAllAuditLogResponse|null) => void
13186
+ ): UnaryResponse$4;
13437
13187
  getAllAuditLog(
13438
13188
  requestMessage: GetAllAuditLogRequest,
13439
- callback: (error: ServiceError$5|null, responseMessage: GetAllAuditLogResponse|null) => void
13440
- ): UnaryResponse$5;
13189
+ callback: (error: ServiceError$4|null, responseMessage: GetAllAuditLogResponse|null) => void
13190
+ ): UnaryResponse$4;
13441
13191
  getAuditLog(
13442
13192
  requestMessage: GetAuditLogRequest,
13443
13193
  metadata: grpc.Metadata,
13444
- callback: (error: ServiceError$5|null, responseMessage: GetAuditLogResponse|null) => void
13445
- ): UnaryResponse$5;
13194
+ callback: (error: ServiceError$4|null, responseMessage: GetAuditLogResponse|null) => void
13195
+ ): UnaryResponse$4;
13446
13196
  getAuditLog(
13447
13197
  requestMessage: GetAuditLogRequest,
13448
- callback: (error: ServiceError$5|null, responseMessage: GetAuditLogResponse|null) => void
13449
- ): UnaryResponse$5;
13198
+ callback: (error: ServiceError$4|null, responseMessage: GetAuditLogResponse|null) => void
13199
+ ): UnaryResponse$4;
13450
13200
  createMetadata(
13451
13201
  requestMessage: CreateMetadataRequest,
13452
13202
  metadata: grpc.Metadata,
13453
- callback: (error: ServiceError$5|null, responseMessage: CreateMetadataResponse|null) => void
13454
- ): UnaryResponse$5;
13203
+ callback: (error: ServiceError$4|null, responseMessage: CreateMetadataResponse|null) => void
13204
+ ): UnaryResponse$4;
13455
13205
  createMetadata(
13456
13206
  requestMessage: CreateMetadataRequest,
13457
- callback: (error: ServiceError$5|null, responseMessage: CreateMetadataResponse|null) => void
13458
- ): UnaryResponse$5;
13207
+ callback: (error: ServiceError$4|null, responseMessage: CreateMetadataResponse|null) => void
13208
+ ): UnaryResponse$4;
13459
13209
  }
13460
13210
 
13461
13211
  // package: assistant_api
@@ -13567,9 +13317,9 @@ declare class AssistantDeploymentService {
13567
13317
  static readonly GetAssistantPhoneDeployment: AssistantDeploymentServiceGetAssistantPhoneDeployment;
13568
13318
  }
13569
13319
 
13570
- type ServiceError$4 = { message: string, code: number; metadata: grpc.Metadata }
13320
+ type ServiceError$3 = { message: string, code: number; metadata: grpc.Metadata }
13571
13321
 
13572
- interface UnaryResponse$4 {
13322
+ interface UnaryResponse$3 {
13573
13323
  cancel(): void;
13574
13324
  }
13575
13325
 
@@ -13580,93 +13330,93 @@ declare class AssistantDeploymentServiceClient {
13580
13330
  createAssistantApiDeployment(
13581
13331
  requestMessage: CreateAssistantDeploymentRequest,
13582
13332
  metadata: grpc.Metadata,
13583
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantApiDeploymentResponse|null) => void
13584
- ): UnaryResponse$4;
13333
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantApiDeploymentResponse|null) => void
13334
+ ): UnaryResponse$3;
13585
13335
  createAssistantApiDeployment(
13586
13336
  requestMessage: CreateAssistantDeploymentRequest,
13587
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantApiDeploymentResponse|null) => void
13588
- ): UnaryResponse$4;
13337
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantApiDeploymentResponse|null) => void
13338
+ ): UnaryResponse$3;
13589
13339
  getAssistantApiDeployment(
13590
13340
  requestMessage: GetAssistantDeploymentRequest,
13591
13341
  metadata: grpc.Metadata,
13592
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantApiDeploymentResponse|null) => void
13593
- ): UnaryResponse$4;
13342
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantApiDeploymentResponse|null) => void
13343
+ ): UnaryResponse$3;
13594
13344
  getAssistantApiDeployment(
13595
13345
  requestMessage: GetAssistantDeploymentRequest,
13596
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantApiDeploymentResponse|null) => void
13597
- ): UnaryResponse$4;
13346
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantApiDeploymentResponse|null) => void
13347
+ ): UnaryResponse$3;
13598
13348
  createAssistantWebpluginDeployment(
13599
13349
  requestMessage: CreateAssistantDeploymentRequest,
13600
13350
  metadata: grpc.Metadata,
13601
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantWebpluginDeploymentResponse|null) => void
13602
- ): UnaryResponse$4;
13351
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantWebpluginDeploymentResponse|null) => void
13352
+ ): UnaryResponse$3;
13603
13353
  createAssistantWebpluginDeployment(
13604
13354
  requestMessage: CreateAssistantDeploymentRequest,
13605
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantWebpluginDeploymentResponse|null) => void
13606
- ): UnaryResponse$4;
13355
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantWebpluginDeploymentResponse|null) => void
13356
+ ): UnaryResponse$3;
13607
13357
  getAssistantWebpluginDeployment(
13608
13358
  requestMessage: GetAssistantDeploymentRequest,
13609
13359
  metadata: grpc.Metadata,
13610
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantWebpluginDeploymentResponse|null) => void
13611
- ): UnaryResponse$4;
13360
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantWebpluginDeploymentResponse|null) => void
13361
+ ): UnaryResponse$3;
13612
13362
  getAssistantWebpluginDeployment(
13613
13363
  requestMessage: GetAssistantDeploymentRequest,
13614
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantWebpluginDeploymentResponse|null) => void
13615
- ): UnaryResponse$4;
13364
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantWebpluginDeploymentResponse|null) => void
13365
+ ): UnaryResponse$3;
13616
13366
  createAssistantDebuggerDeployment(
13617
13367
  requestMessage: CreateAssistantDeploymentRequest,
13618
13368
  metadata: grpc.Metadata,
13619
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantDebuggerDeploymentResponse|null) => void
13620
- ): UnaryResponse$4;
13369
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantDebuggerDeploymentResponse|null) => void
13370
+ ): UnaryResponse$3;
13621
13371
  createAssistantDebuggerDeployment(
13622
13372
  requestMessage: CreateAssistantDeploymentRequest,
13623
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantDebuggerDeploymentResponse|null) => void
13624
- ): UnaryResponse$4;
13373
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantDebuggerDeploymentResponse|null) => void
13374
+ ): UnaryResponse$3;
13625
13375
  getAssistantDebuggerDeployment(
13626
13376
  requestMessage: GetAssistantDeploymentRequest,
13627
13377
  metadata: grpc.Metadata,
13628
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantDebuggerDeploymentResponse|null) => void
13629
- ): UnaryResponse$4;
13378
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantDebuggerDeploymentResponse|null) => void
13379
+ ): UnaryResponse$3;
13630
13380
  getAssistantDebuggerDeployment(
13631
13381
  requestMessage: GetAssistantDeploymentRequest,
13632
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantDebuggerDeploymentResponse|null) => void
13633
- ): UnaryResponse$4;
13382
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantDebuggerDeploymentResponse|null) => void
13383
+ ): UnaryResponse$3;
13634
13384
  createAssistantWhatsappDeployment(
13635
13385
  requestMessage: CreateAssistantDeploymentRequest,
13636
13386
  metadata: grpc.Metadata,
13637
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantWhatsappDeploymentResponse|null) => void
13638
- ): UnaryResponse$4;
13387
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantWhatsappDeploymentResponse|null) => void
13388
+ ): UnaryResponse$3;
13639
13389
  createAssistantWhatsappDeployment(
13640
13390
  requestMessage: CreateAssistantDeploymentRequest,
13641
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantWhatsappDeploymentResponse|null) => void
13642
- ): UnaryResponse$4;
13391
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantWhatsappDeploymentResponse|null) => void
13392
+ ): UnaryResponse$3;
13643
13393
  getAssistantWhatsappDeployment(
13644
13394
  requestMessage: GetAssistantDeploymentRequest,
13645
13395
  metadata: grpc.Metadata,
13646
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantWhatsappDeploymentResponse|null) => void
13647
- ): UnaryResponse$4;
13396
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantWhatsappDeploymentResponse|null) => void
13397
+ ): UnaryResponse$3;
13648
13398
  getAssistantWhatsappDeployment(
13649
13399
  requestMessage: GetAssistantDeploymentRequest,
13650
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantWhatsappDeploymentResponse|null) => void
13651
- ): UnaryResponse$4;
13400
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantWhatsappDeploymentResponse|null) => void
13401
+ ): UnaryResponse$3;
13652
13402
  createAssistantPhoneDeployment(
13653
13403
  requestMessage: CreateAssistantDeploymentRequest,
13654
13404
  metadata: grpc.Metadata,
13655
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantPhoneDeploymentResponse|null) => void
13656
- ): UnaryResponse$4;
13405
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantPhoneDeploymentResponse|null) => void
13406
+ ): UnaryResponse$3;
13657
13407
  createAssistantPhoneDeployment(
13658
13408
  requestMessage: CreateAssistantDeploymentRequest,
13659
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantPhoneDeploymentResponse|null) => void
13660
- ): UnaryResponse$4;
13409
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantPhoneDeploymentResponse|null) => void
13410
+ ): UnaryResponse$3;
13661
13411
  getAssistantPhoneDeployment(
13662
13412
  requestMessage: GetAssistantDeploymentRequest,
13663
13413
  metadata: grpc.Metadata,
13664
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantPhoneDeploymentResponse|null) => void
13665
- ): UnaryResponse$4;
13414
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantPhoneDeploymentResponse|null) => void
13415
+ ): UnaryResponse$3;
13666
13416
  getAssistantPhoneDeployment(
13667
13417
  requestMessage: GetAssistantDeploymentRequest,
13668
- callback: (error: ServiceError$4|null, responseMessage: GetAssistantPhoneDeploymentResponse|null) => void
13669
- ): UnaryResponse$4;
13418
+ callback: (error: ServiceError$3|null, responseMessage: GetAssistantPhoneDeploymentResponse|null) => void
13419
+ ): UnaryResponse$3;
13670
13420
  }
13671
13421
 
13672
13422
  // package: connect_api
@@ -14010,9 +13760,9 @@ declare class ConnectService {
14010
13760
  static readonly GetConnectorFiles: ConnectServiceGetConnectorFiles;
14011
13761
  }
14012
13762
 
14013
- type ServiceError$3 = { message: string, code: number; metadata: grpc.Metadata }
13763
+ type ServiceError$2 = { message: string, code: number; metadata: grpc.Metadata }
14014
13764
 
14015
- interface UnaryResponse$3 {
13765
+ interface UnaryResponse$2 {
14016
13766
  cancel(): void;
14017
13767
  }
14018
13768
 
@@ -14023,271 +13773,38 @@ declare class ConnectServiceClient {
14023
13773
  knowledgeConnect(
14024
13774
  requestMessage: KnowledgeConnectRequest,
14025
13775
  metadata: grpc.Metadata,
14026
- callback: (error: ServiceError$3|null, responseMessage: KnowledgeConnectResponse|null) => void
14027
- ): UnaryResponse$3;
13776
+ callback: (error: ServiceError$2|null, responseMessage: KnowledgeConnectResponse|null) => void
13777
+ ): UnaryResponse$2;
14028
13778
  knowledgeConnect(
14029
13779
  requestMessage: KnowledgeConnectRequest,
14030
- callback: (error: ServiceError$3|null, responseMessage: KnowledgeConnectResponse|null) => void
14031
- ): UnaryResponse$3;
13780
+ callback: (error: ServiceError$2|null, responseMessage: KnowledgeConnectResponse|null) => void
13781
+ ): UnaryResponse$2;
14032
13782
  generalConnect(
14033
13783
  requestMessage: GeneralConnectRequest,
14034
13784
  metadata: grpc.Metadata,
14035
- callback: (error: ServiceError$3|null, responseMessage: GeneralConnectResponse|null) => void
14036
- ): UnaryResponse$3;
13785
+ callback: (error: ServiceError$2|null, responseMessage: GeneralConnectResponse|null) => void
13786
+ ): UnaryResponse$2;
14037
13787
  generalConnect(
14038
13788
  requestMessage: GeneralConnectRequest,
14039
- callback: (error: ServiceError$3|null, responseMessage: GeneralConnectResponse|null) => void
14040
- ): UnaryResponse$3;
13789
+ callback: (error: ServiceError$2|null, responseMessage: GeneralConnectResponse|null) => void
13790
+ ): UnaryResponse$2;
14041
13791
  actionConnect(
14042
13792
  requestMessage: ActionConnectRequest,
14043
13793
  metadata: grpc.Metadata,
14044
- callback: (error: ServiceError$3|null, responseMessage: ActionConnectResponse|null) => void
14045
- ): UnaryResponse$3;
13794
+ callback: (error: ServiceError$2|null, responseMessage: ActionConnectResponse|null) => void
13795
+ ): UnaryResponse$2;
14046
13796
  actionConnect(
14047
13797
  requestMessage: ActionConnectRequest,
14048
- callback: (error: ServiceError$3|null, responseMessage: ActionConnectResponse|null) => void
14049
- ): UnaryResponse$3;
13798
+ callback: (error: ServiceError$2|null, responseMessage: ActionConnectResponse|null) => void
13799
+ ): UnaryResponse$2;
14050
13800
  getConnectorFiles(
14051
13801
  requestMessage: GetConnectorFilesRequest,
14052
13802
  metadata: grpc.Metadata,
14053
- callback: (error: ServiceError$3|null, responseMessage: GetConnectorFilesResponse|null) => void
14054
- ): UnaryResponse$3;
13803
+ callback: (error: ServiceError$2|null, responseMessage: GetConnectorFilesResponse|null) => void
13804
+ ): UnaryResponse$2;
14055
13805
  getConnectorFiles(
14056
13806
  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
13807
+ callback: (error: ServiceError$2|null, responseMessage: GetConnectorFilesResponse|null) => void
14291
13808
  ): UnaryResponse$2;
14292
13809
  }
14293
13810
 
@@ -14597,41 +14114,139 @@ declare class DeploymentClient {
14597
14114
  ): UnaryResponse$1;
14598
14115
  }
14599
14116
 
14600
- // package: lead_api
14601
- // file: lead-api.proto
14117
+ // package: notification_api
14118
+ // file: notification-api.proto
14602
14119
 
14603
14120
 
14604
14121
 
14605
- declare class CreateLeadRequest extends jspb.Message {
14606
- getEmail(): string;
14607
- setEmail(value: string): void;
14122
+ declare class NotificationSetting extends jspb.Message {
14123
+ getId(): string;
14124
+ setId(value: string): void;
14125
+
14126
+ getAuthuserid(): number;
14127
+ setAuthuserid(value: number): void;
14128
+
14129
+ getChannel(): string;
14130
+ setChannel(value: string): void;
14131
+
14132
+ getEventtype(): string;
14133
+ setEventtype(value: string): void;
14608
14134
 
14609
- getCompany(): string;
14610
- setCompany(value: string): void;
14135
+ getEnabled(): boolean;
14136
+ setEnabled(value: boolean): void;
14137
+
14138
+ getStatus(): string;
14139
+ setStatus(value: string): void;
14140
+
14141
+ hasCreateddate(): boolean;
14142
+ clearCreateddate(): void;
14143
+ getCreateddate(): google_protobuf_timestamp_pb.Timestamp | undefined;
14144
+ setCreateddate(value?: google_protobuf_timestamp_pb.Timestamp): void;
14611
14145
 
14612
- getExpectedvolume(): string;
14613
- setExpectedvolume(value: string): void;
14146
+ hasUpdateddate(): boolean;
14147
+ clearUpdateddate(): void;
14148
+ getUpdateddate(): google_protobuf_timestamp_pb.Timestamp | undefined;
14149
+ setUpdateddate(value?: google_protobuf_timestamp_pb.Timestamp): void;
14614
14150
 
14615
14151
  serializeBinary(): Uint8Array;
14616
- toObject(includeInstance?: boolean): CreateLeadRequest.AsObject;
14617
- static toObject(includeInstance: boolean, msg: CreateLeadRequest): CreateLeadRequest.AsObject;
14152
+ toObject(includeInstance?: boolean): NotificationSetting.AsObject;
14153
+ static toObject(includeInstance: boolean, msg: NotificationSetting): NotificationSetting.AsObject;
14618
14154
  static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
14619
14155
  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;
14156
+ static serializeBinaryToWriter(message: NotificationSetting, writer: jspb.BinaryWriter): void;
14157
+ static deserializeBinary(bytes: Uint8Array): NotificationSetting;
14158
+ static deserializeBinaryFromReader(message: NotificationSetting, reader: jspb.BinaryReader): NotificationSetting;
14623
14159
  }
14624
14160
 
14625
- declare namespace CreateLeadRequest {
14161
+ declare namespace NotificationSetting {
14626
14162
  export type AsObject = {
14627
- email: string,
14628
- company: string,
14629
- expectedvolume: string,
14163
+ id: string,
14164
+ authuserid: number,
14165
+ channel: string,
14166
+ eventtype: string,
14167
+ enabled: boolean,
14168
+ status: string,
14169
+ createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
14170
+ updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
14630
14171
  }
14631
14172
  }
14632
14173
 
14633
- // package: lead_api
14634
- // file: lead-api.proto
14174
+ declare class UpdateNotificationSettingRequest extends jspb.Message {
14175
+ clearSettingsList(): void;
14176
+ getSettingsList(): Array<NotificationSetting>;
14177
+ setSettingsList(value: Array<NotificationSetting>): void;
14178
+ addSettings(value?: NotificationSetting, index?: number): NotificationSetting;
14179
+
14180
+ serializeBinary(): Uint8Array;
14181
+ toObject(includeInstance?: boolean): UpdateNotificationSettingRequest.AsObject;
14182
+ static toObject(includeInstance: boolean, msg: UpdateNotificationSettingRequest): UpdateNotificationSettingRequest.AsObject;
14183
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
14184
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
14185
+ static serializeBinaryToWriter(message: UpdateNotificationSettingRequest, writer: jspb.BinaryWriter): void;
14186
+ static deserializeBinary(bytes: Uint8Array): UpdateNotificationSettingRequest;
14187
+ static deserializeBinaryFromReader(message: UpdateNotificationSettingRequest, reader: jspb.BinaryReader): UpdateNotificationSettingRequest;
14188
+ }
14189
+
14190
+ declare namespace UpdateNotificationSettingRequest {
14191
+ export type AsObject = {
14192
+ settingsList: Array<NotificationSetting.AsObject>,
14193
+ }
14194
+ }
14195
+
14196
+ declare class GetNotificationSettingRequest extends jspb.Message {
14197
+ serializeBinary(): Uint8Array;
14198
+ toObject(includeInstance?: boolean): GetNotificationSettingRequest.AsObject;
14199
+ static toObject(includeInstance: boolean, msg: GetNotificationSettingRequest): GetNotificationSettingRequest.AsObject;
14200
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
14201
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
14202
+ static serializeBinaryToWriter(message: GetNotificationSettingRequest, writer: jspb.BinaryWriter): void;
14203
+ static deserializeBinary(bytes: Uint8Array): GetNotificationSettingRequest;
14204
+ static deserializeBinaryFromReader(message: GetNotificationSettingRequest, reader: jspb.BinaryReader): GetNotificationSettingRequest;
14205
+ }
14206
+
14207
+ declare namespace GetNotificationSettingRequest {
14208
+ export type AsObject = {
14209
+ }
14210
+ }
14211
+
14212
+ declare class NotificationSettingResponse extends jspb.Message {
14213
+ getCode(): number;
14214
+ setCode(value: number): void;
14215
+
14216
+ getSuccess(): boolean;
14217
+ setSuccess(value: boolean): void;
14218
+
14219
+ clearDataList(): void;
14220
+ getDataList(): Array<NotificationSetting>;
14221
+ setDataList(value: Array<NotificationSetting>): void;
14222
+ addData(value?: NotificationSetting, index?: number): NotificationSetting;
14223
+
14224
+ hasError(): boolean;
14225
+ clearError(): void;
14226
+ getError(): Error | undefined;
14227
+ setError(value?: Error): void;
14228
+
14229
+ serializeBinary(): Uint8Array;
14230
+ toObject(includeInstance?: boolean): NotificationSettingResponse.AsObject;
14231
+ static toObject(includeInstance: boolean, msg: NotificationSettingResponse): NotificationSettingResponse.AsObject;
14232
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
14233
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
14234
+ static serializeBinaryToWriter(message: NotificationSettingResponse, writer: jspb.BinaryWriter): void;
14235
+ static deserializeBinary(bytes: Uint8Array): NotificationSettingResponse;
14236
+ static deserializeBinaryFromReader(message: NotificationSettingResponse, reader: jspb.BinaryReader): NotificationSettingResponse;
14237
+ }
14238
+
14239
+ declare namespace NotificationSettingResponse {
14240
+ export type AsObject = {
14241
+ code: number,
14242
+ success: boolean,
14243
+ dataList: Array<NotificationSetting.AsObject>,
14244
+ error?: Error.AsObject,
14245
+ }
14246
+ }
14247
+
14248
+ // package: notification_api
14249
+ // file: notification-api.proto
14635
14250
 
14636
14251
 
14637
14252
 
@@ -14641,18 +14256,27 @@ interface UnaryResponse {
14641
14256
  cancel(): void;
14642
14257
  }
14643
14258
 
14644
- declare class LeadGeneratorServiceClient {
14259
+ declare class NotificationServiceClient {
14645
14260
  readonly serviceHost: string;
14646
14261
 
14647
14262
  constructor(serviceHost: string, options?: grpc.RpcOptions);
14648
- createLead(
14649
- requestMessage: CreateLeadRequest,
14263
+ updateNotificationSetting(
14264
+ requestMessage: UpdateNotificationSettingRequest,
14265
+ metadata: grpc.Metadata,
14266
+ callback: (error: ServiceError|null, responseMessage: NotificationSettingResponse|null) => void
14267
+ ): UnaryResponse;
14268
+ updateNotificationSetting(
14269
+ requestMessage: UpdateNotificationSettingRequest,
14270
+ callback: (error: ServiceError|null, responseMessage: NotificationSettingResponse|null) => void
14271
+ ): UnaryResponse;
14272
+ getNotificationSettting(
14273
+ requestMessage: GetNotificationSettingRequest,
14650
14274
  metadata: grpc.Metadata,
14651
- callback: (error: ServiceError|null, responseMessage: BaseResponse|null) => void
14275
+ callback: (error: ServiceError|null, responseMessage: NotificationSettingResponse|null) => void
14652
14276
  ): UnaryResponse;
14653
- createLead(
14654
- requestMessage: CreateLeadRequest,
14655
- callback: (error: ServiceError|null, responseMessage: BaseResponse|null) => void
14277
+ getNotificationSettting(
14278
+ requestMessage: GetNotificationSettingRequest,
14279
+ callback: (error: ServiceError|null, responseMessage: NotificationSettingResponse|null) => void
14656
14280
  ): UnaryResponse;
14657
14281
  }
14658
14282
 
@@ -14736,11 +14360,10 @@ declare class ConnectionConfig {
14736
14360
  }, debug?: boolean);
14737
14361
  get conversationClient(): TalkServiceClient;
14738
14362
  get assistantClient(): AssistantServiceClient;
14739
- get leadGeneratorClient(): LeadGeneratorServiceClient;
14363
+ get notificationClient(): NotificationServiceClient;
14740
14364
  get projectClient(): ProjectServiceClient;
14741
14365
  get knowledgeClient(): KnowledgeServiceClient;
14742
14366
  get deploymentClient(): DeploymentClient;
14743
- get marketplaceClient(): MarketplaceServiceClient;
14744
14367
  get documentClient(): DocumentServiceClient;
14745
14368
  get vaultClient(): VaultServiceClient;
14746
14369
  get endpointClient(): EndpointServiceClient;
@@ -14748,7 +14371,6 @@ declare class ConnectionConfig {
14748
14371
  get assistantDeploymentClient(): AssistantDeploymentServiceClient;
14749
14372
  get organizationClient(): OrganizationServiceClient;
14750
14373
  get connectClient(): ConnectServiceClient;
14751
- get providerClient(): ProviderServiceClient;
14752
14374
  get authenticationClient(): AuthenticationServiceClient;
14753
14375
  get streamClient(): TalkServiceClient;
14754
14376
  withLocal(): this;
@@ -15297,4 +14919,4 @@ interface DeviceSelectorComponentProps extends HTMLAttributes<HTMLDivElement> {
15297
14919
  */
15298
14920
  declare const DeviceSelectorComponent: FC<DeviceSelectorComponentProps>;
15299
14921
 
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 };
14922
+ export { GetAllAssistantWebhookLogResponse as $, AssistantDebuggerDeployment as A, CreateAssistantRequest as B, Content as C, GetAllAssistantMessageResponse as D, GetAllMessageResponse as E, Feedback as F, GetUserResponse as G, GetAllConversationMessageResponse as H, IndexKnowledgeDocumentResponse as I, CreateAssistantDeploymentRequest as J, KnowledgeConnectResponse as K, GetAssistantDebuggerDeploymentResponse as L, type Message as M, GetAssistantDeploymentRequest as N, GetAssistantApiDeploymentResponse as O, GetAssistantWebpluginDeploymentResponse as P, GetAssistantPhoneDeploymentResponse as Q, type RapidaSource as R, GetAssistantWhatsappDeploymentResponse as S, GetAllAssistantWebhookResponse as T, type UserAuthInfo as U, VoiceAgent as V, GetAssistantWebhookResponse as W, GetAssistantConversationRequest as X, GetAssistantConversationResponse as Y, GetAllAssistantAnalysisResponse as Z, GetAssistantAnalysisResponse as _, AssistantWebpluginDeployment as a, CreateBulkPhoneCallRequest as a$, GetAssistantWebhookLogResponse as a0, GetAllAssistantToolResponse as a1, Metadata as a2, GetAssistantToolResponse as a3, GetAllAssistantKnowledgeResponse as a4, GetAssistantKnowledgeResponse as a5, GetAssistantToolLogRequest as a6, GetAssistantToolLogResponse as a7, GetAllAssistantToolLogRequest as a8, GetAllAssistantToolLogResponse as a9, CreateConversationMetricRequest as aA, CreateConversationMetricResponse as aB, GetAllAssistantConversationResponse as aC, CreateKnowledgeResponse as aD, GetKnowledgeResponse as aE, GetAllKnowledgeResponse as aF, CreateKnowledgeDocumentResponse as aG, GetAllKnowledgeDocumentResponse as aH, GetAllKnowledgeDocumentSegmentResponse as aI, BaseResponse as aJ, GetKnowledgeLogRequest as aK, GetKnowledgeLogResponse as aL, GetAllKnowledgeLogRequest as aM, GetAllKnowledgeLogResponse as aN, AddUsersToProjectResponse as aO, CreateProjectResponse as aP, UpdateProjectResponse as aQ, GetAllProjectResponse as aR, GetProjectResponse as aS, ArchiveProjectResponse as aT, GetAllProjectCredentialResponse as aU, CreateProjectCredentialResponse as aV, Error as aW, Metric as aX, Message$1 as aY, CreatePhoneCallRequest as aZ, CreatePhoneCallResponse as a_, CreateAssistantProviderRequest as aa, GetAssistantProviderResponse as ab, GetAllAssistantProviderResponse as ac, GetAllAuditLogResponse as ad, GetAuditLogResponse as ae, GetAllEndpointResponse as af, UpdateEndpointVersionResponse as ag, GetAllEndpointProviderModelResponse as ah, GetEndpointResponse as ai, EndpointProviderModelAttribute as aj, CreateEndpointProviderModelResponse as ak, EndpointAttribute as al, CreateEndpointResponse as am, EndpointRetryConfiguration as an, EndpointCacheConfiguration as ao, CreateEndpointRetryConfigurationResponse as ap, CreateEndpointCacheConfigurationResponse as aq, GetAllEndpointLogResponse as ar, GetEndpointLogResponse as as, CreateProviderCredentialRequest as at, GetCredentialResponse as au, GetAllOrganizationCredentialResponse as av, AssistantMessagingRequest as aw, AssistantMessagingResponse as ax, CreateMessageMetricRequest as ay, CreateMessageMetricResponse as az, AssistantApiDeployment as b, CreateMetadataResponse as b$, CreateBulkPhoneCallResponse as b0, GetAllAssistantTelemetryRequest as b1, GetAllAssistantTelemetryResponse as b2, GetNotificationSettingRequest as b3, NotificationSettingResponse as b4, UpdateNotificationSettingRequest as b5, ConnectionState as b6, Channel as b7, InputOptions as b8, OutputOptions as b9, HEADER_REMOTE_URL as bA, HEADER_LATITUDE as bB, HEADER_LONGITUDE as bC, WithPlatform as bD, WithAuthContext as bE, getClientInfo as bF, WithClientContext as bG, EndpointService as bH, EndpointServiceClient as bI, AssistantDeploymentService as bJ, AssistantDeploymentServiceClient as bK, ConnectService as bL, ConnectServiceClient as bM, VaultService as bN, VaultServiceClient as bO, Deployment as bP, DeploymentClient as bQ, AssistantKnowledge as bR, CreateAssistantKnowledgeRequest as bS, UpdateAssistantKnowledgeRequest as bT, GetAssistantKnowledgeRequest as bU, DeleteAssistantKnowledgeRequest as bV, GetAllAssistantKnowledgeRequest as bW, AuditLog as bX, GetAllAuditLogRequest as bY, GetAuditLogRequest as bZ, CreateMetadataRequest as b_, AgentConfig as ba, type AgentCallback as bb, MessageRole as bc, MessageStatus as bd, HEADER_ENVIRONMENT_KEY as be, HEADER_SOURCE_KEY as bf, HEADER_REGION_KEY as bg, HEADER_API_KEY as bh, HEADER_AUTH_ID as bi, HEADER_PROJECT_ID as bj, HEADER_USER_AGENT as bk, HEADER_LANGUAGE as bl, HEADER_PLATFORM as bm, HEADER_SCREEN_WIDTH as bn, HEADER_SCREEN_HEIGHT as bo, HEADER_WINDOW_WIDTH as bp, HEADER_WINDOW_HEIGHT as bq, HEADER_TIMEZONE as br, HEADER_COLOR_DEPTH as bs, HEADER_DEVICE_MEMORY as bt, HEADER_HARDWARE_CONCURRENCY as bu, HEADER_CONNECTION_TYPE as bv, HEADER_CONNECTION_EFFECTIVE_TYPE as bw, HEADER_COOKIES_ENABLED as bx, HEADER_DO_NOT_TRACK as by, HEADER_REFERRER as bz, Assistant as c, TextChatCompletePrompt as c$, KnowledgeService as c0, KnowledgeServiceClient as c1, VaultCredential as c2, CreateToolCredentialRequest as c3, GetProviderCredentialRequest as c4, GetAllOrganizationCredentialRequest as c5, GetCredentialRequest as c6, AssistantAnalysis as c7, CreateAssistantAnalysisRequest as c8, UpdateAssistantAnalysisRequest as c9, CreateOrganizationRequest as cA, UpdateOrganizationRequest as cB, GetOrganizationRequest as cC, UpdateBillingInformationRequest as cD, Project as cE, CreateProjectRequest as cF, UpdateProjectRequest as cG, GetProjectRequest as cH, GetAllProjectRequest as cI, AddUsersToProjectRequest as cJ, ArchiveProjectRequest as cK, ProjectCredential as cL, CreateProjectCredentialRequest as cM, GetAllProjectCredentialRequest as cN, FieldSelector as cO, Paginate as cP, Paginated as cQ, Ordering as cR, User as cS, Argument as cT, Variable as cU, Tag as cV, Organization as cW, ToolCall as cX, FunctionCall as cY, Knowledge as cZ, TextPrompt as c_, GetAssistantAnalysisRequest as ca, DeleteAssistantAnalysisRequest as cb, GetAllAssistantAnalysisRequest as cc, EndpointDefinition as cd, UpdateRequest as ce, UpdateResponse as cf, ProbeRequest as cg, ProbeResponse as ch, AuthenticateRequest as ci, RegisterUserRequest as cj, Token as ck, OrganizationRole as cl, ProjectRole as cm, FeaturePermission as cn, Authentication as co, ScopedAuthentication as cp, ForgotPasswordRequest as cq, CreatePasswordRequest as cr, VerifyTokenRequest as cs, AuthorizeRequest as ct, ScopeAuthorizeRequest as cu, ScopedAuthenticationResponse as cv, GetUserRequest as cw, UpdateUserRequest as cx, SocialAuthenticationRequest as cy, GetAllUserRequest as cz, ConnectionConfig as d, GetAllKnowledgeRequest as d$, AssistantConversationMessage as d0, AssistantConversationContext as d1, AssistantConversation as d2, GetAllAssistantConversationRequest as d3, GetAllConversationMessageRequest as d4, AssistantConversationRecording as d5, AssistantDefinition as d6, Telemetry as d7, AssistantConversationConfiguration as d8, AssistantConversationInterruption as d9, Endpoint as dA, CreateEndpointProviderModelRequest as dB, GetEndpointRequest as dC, GetAllEndpointRequest as dD, GetAllEndpointProviderModelRequest as dE, UpdateEndpointVersionRequest as dF, CreateEndpointRetryConfigurationRequest as dG, CreateEndpointCacheConfigurationRequest as dH, CreateEndpointTagRequest as dI, ForkEndpointRequest as dJ, UpdateEndpointDetailRequest as dK, EndpointLog as dL, GetAllEndpointLogRequest as dM, GetEndpointLogRequest as dN, AssistantTool as dO, AssistantToolLog as dP, CreateAssistantToolRequest as dQ, UpdateAssistantToolRequest as dR, GetAssistantToolRequest as dS, DeleteAssistantToolRequest as dT, GetAllAssistantToolRequest as dU, DeploymentAudioProvider as dV, AssistantPhoneDeployment as dW, AssistantWhatsappDeployment as dX, AuditLoggingService as dY, AuditLoggingServiceClient as dZ, CreateKnowledgeRequest as d_, AssistantConversationUserMessage as da, AssistantConversationAssistantMessage as db, AssistantService as dc, AssistantServiceClient as dd, TalkService as de, TalkServiceClient as df, AssistantWebhook as dg, AssistantWebhookLog as dh, CreateAssistantWebhookRequest as di, UpdateAssistantWebhookRequest as dj, GetAssistantWebhookRequest as dk, DeleteAssistantWebhookRequest as dl, GetAllAssistantWebhookRequest as dm, GetAllAssistantWebhookLogRequest as dn, GetAssistantWebhookLogRequest as dp, KnowledgeConnectRequest as dq, GeneralConnectRequest as dr, ActionConnectRequest as ds, GetConnectorFilesRequest as dt, DocumentService as du, DocumentServiceClient as dv, IndexKnowledgeDocumentRequest as dw, CreateEndpointRequest as dx, EndpointProviderModel as dy, AggregatedEndpointAnalytics as dz, type ClientAuthInfo as e, GetKnowledgeRequest as e0, CreateKnowledgeTagRequest as e1, KnowledgeDocument as e2, GetAllKnowledgeDocumentRequest as e3, CreateKnowledgeDocumentRequest as e4, KnowledgeDocumentSegment as e5, GetAllKnowledgeDocumentSegmentRequest as e6, UpdateKnowledgeDetailRequest as e7, UpdateKnowledgeDocumentSegmentRequest as e8, DeleteKnowledgeDocumentSegmentRequest as e9, KnowledgeLog as ea, CreateAssistantTagRequest as eb, DeleteAssistantRequest as ec, GetAllAssistantRequest as ed, GetAllAssistantMessageRequest as ee, GetAllMessageRequest as ef, UpdateAssistantDetailRequest as eg, AuthenticationService as eh, OrganizationService as ei, ProjectService as ej, AuthenticationServiceClient as ek, OrganizationServiceClient as el, ProjectServiceClient as em, DeviceSelectorComponent as en, NotificationSetting as eo, AssistantProviderModel as ep, AssistantProviderAgentkit as eq, AssistantProviderWebsocket as er, GetAllAssistantProviderRequest as es, WEB_PLUGIN_SOURCE as et, DEBUGGER_SOURCE as eu, SDK_SOURCE as ev, PHONE_CALL_SOURCE as ew, WHATSAPP_SOURCE as ex, getRapidaSourceValue as ey, fromStr as ez, InvokeRequest as f, InvokeResponse as g, AuthenticateResponse as h, VerifyTokenResponse as i, ForgotPasswordResponse as j, CreatePasswordResponse as k, ChangePasswordRequest as l, ChangePasswordResponse as m, UpdateUserResponse as n, GetAllUserResponse as o, GeneralConnectResponse as p, ActionConnectResponse as q, Criteria as r, GetConnectorFilesResponse as s, CreateOrganizationResponse as t, UpdateOrganizationResponse as u, GetOrganizationResponse as v, GetAllAssistantResponse as w, UpdateAssistantVersionRequest as x, GetAssistantResponse as y, GetAssistantRequest as z };