@rapidaai/react 1.1.41 → 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;
@@ -1275,19 +1225,6 @@ declare namespace GetAllConversationMessageResponse {
1275
1225
  }
1276
1226
  }
1277
1227
 
1278
- interface SourceMap {
1279
- WEB_PLUGIN: 0;
1280
- DEBUGGER: 1;
1281
- SDK: 2;
1282
- PHONE_CALL: 3;
1283
- WHATSAPP: 4;
1284
- }
1285
-
1286
- // package: talk_api
1287
- // file: talk-api.proto
1288
-
1289
-
1290
-
1291
1228
  declare class AssistantConversationConfiguration extends jspb.Message {
1292
1229
  getAssistantconversationid(): string;
1293
1230
  setAssistantconversationid(value: string): void;
@@ -1647,6 +1584,19 @@ declare namespace AssistantConversationAssistantMessage {
1647
1584
  }
1648
1585
  }
1649
1586
 
1587
+ interface SourceMap {
1588
+ WEB_PLUGIN: 0;
1589
+ DEBUGGER: 1;
1590
+ SDK: 2;
1591
+ PHONE_CALL: 3;
1592
+ WHATSAPP: 4;
1593
+ }
1594
+
1595
+ // package: talk_api
1596
+ // file: talk-api.proto
1597
+
1598
+
1599
+
1650
1600
  declare class AssistantMessagingRequest extends jspb.Message {
1651
1601
  hasConfiguration(): boolean;
1652
1602
  clearConfiguration(): void;
@@ -2320,10 +2270,10 @@ declare class TalkService {
2320
2270
  static readonly CreateBulkPhoneCall: TalkServiceCreateBulkPhoneCall;
2321
2271
  }
2322
2272
 
2323
- type ServiceError$c = { 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$c {
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$c|null, responseMessage: GetAllAssistantConversationResponse|null) => void
2347
- ): UnaryResponse$c;
2296
+ callback: (error: ServiceError$b|null, responseMessage: GetAllAssistantConversationResponse|null) => void
2297
+ ): UnaryResponse$b;
2348
2298
  getAllAssistantConversation(
2349
2299
  requestMessage: GetAllAssistantConversationRequest,
2350
- callback: (error: ServiceError$c|null, responseMessage: GetAllAssistantConversationResponse|null) => void
2351
- ): UnaryResponse$c;
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$c|null, responseMessage: GetAllConversationMessageResponse|null) => void
2356
- ): UnaryResponse$c;
2305
+ callback: (error: ServiceError$b|null, responseMessage: GetAllConversationMessageResponse|null) => void
2306
+ ): UnaryResponse$b;
2357
2307
  getAllConversationMessage(
2358
2308
  requestMessage: GetAllConversationMessageRequest,
2359
- callback: (error: ServiceError$c|null, responseMessage: GetAllConversationMessageResponse|null) => void
2360
- ): UnaryResponse$c;
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$c|null, responseMessage: CreateMessageMetricResponse|null) => void
2365
- ): UnaryResponse$c;
2314
+ callback: (error: ServiceError$b|null, responseMessage: CreateMessageMetricResponse|null) => void
2315
+ ): UnaryResponse$b;
2366
2316
  createMessageMetric(
2367
2317
  requestMessage: CreateMessageMetricRequest,
2368
- callback: (error: ServiceError$c|null, responseMessage: CreateMessageMetricResponse|null) => void
2369
- ): UnaryResponse$c;
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$c|null, responseMessage: CreateConversationMetricResponse|null) => void
2374
- ): UnaryResponse$c;
2323
+ callback: (error: ServiceError$b|null, responseMessage: CreateConversationMetricResponse|null) => void
2324
+ ): UnaryResponse$b;
2375
2325
  createConversationMetric(
2376
2326
  requestMessage: CreateConversationMetricRequest,
2377
- callback: (error: ServiceError$c|null, responseMessage: CreateConversationMetricResponse|null) => void
2378
- ): UnaryResponse$c;
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$c|null, responseMessage: CreatePhoneCallResponse|null) => void
2383
- ): UnaryResponse$c;
2332
+ callback: (error: ServiceError$b|null, responseMessage: CreatePhoneCallResponse|null) => void
2333
+ ): UnaryResponse$b;
2384
2334
  createPhoneCall(
2385
2335
  requestMessage: CreatePhoneCallRequest,
2386
- callback: (error: ServiceError$c|null, responseMessage: CreatePhoneCallResponse|null) => void
2387
- ): UnaryResponse$c;
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$c|null, responseMessage: CreateBulkPhoneCallResponse|null) => void
2392
- ): UnaryResponse$c;
2341
+ callback: (error: ServiceError$b|null, responseMessage: CreateBulkPhoneCallResponse|null) => void
2342
+ ): UnaryResponse$b;
2393
2343
  createBulkPhoneCall(
2394
2344
  requestMessage: CreateBulkPhoneCallRequest,
2395
- callback: (error: ServiceError$c|null, responseMessage: CreateBulkPhoneCallResponse|null) => void
2396
- ): UnaryResponse$c;
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$b = { message: string, code: number; metadata: grpc.Metadata }
6809
+ type ServiceError$a = { message: string, code: number; metadata: grpc.Metadata }
6860
6810
 
6861
- interface UnaryResponse$b {
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$b|null, responseMessage: GetAssistantResponse|null) => void
6873
- ): UnaryResponse$b;
6822
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6823
+ ): UnaryResponse$a;
6874
6824
  getAssistant(
6875
6825
  requestMessage: GetAssistantRequest,
6876
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantResponse|null) => void
6877
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAllAssistantResponse|null) => void
6882
- ): UnaryResponse$b;
6831
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantResponse|null) => void
6832
+ ): UnaryResponse$a;
6883
6833
  getAllAssistant(
6884
6834
  requestMessage: GetAllAssistantRequest,
6885
- callback: (error: ServiceError$b|null, responseMessage: GetAllAssistantResponse|null) => void
6886
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantResponse|null) => void
6891
- ): UnaryResponse$b;
6840
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6841
+ ): UnaryResponse$a;
6892
6842
  createAssistant(
6893
6843
  requestMessage: CreateAssistantRequest,
6894
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantResponse|null) => void
6895
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantResponse|null) => void
6900
- ): UnaryResponse$b;
6849
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6850
+ ): UnaryResponse$a;
6901
6851
  deleteAssistant(
6902
6852
  requestMessage: DeleteAssistantRequest,
6903
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantResponse|null) => void
6904
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAllAssistantProviderResponse|null) => void
6909
- ): UnaryResponse$b;
6858
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantProviderResponse|null) => void
6859
+ ): UnaryResponse$a;
6910
6860
  getAllAssistantProvider(
6911
6861
  requestMessage: GetAllAssistantProviderRequest,
6912
- callback: (error: ServiceError$b|null, responseMessage: GetAllAssistantProviderResponse|null) => void
6913
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantProviderResponse|null) => void
6918
- ): UnaryResponse$b;
6867
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantProviderResponse|null) => void
6868
+ ): UnaryResponse$a;
6919
6869
  createAssistantProvider(
6920
6870
  requestMessage: CreateAssistantProviderRequest,
6921
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantProviderResponse|null) => void
6922
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantResponse|null) => void
6927
- ): UnaryResponse$b;
6876
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6877
+ ): UnaryResponse$a;
6928
6878
  createAssistantTag(
6929
6879
  requestMessage: CreateAssistantTagRequest,
6930
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantResponse|null) => void
6931
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantResponse|null) => void
6936
- ): UnaryResponse$b;
6885
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6886
+ ): UnaryResponse$a;
6937
6887
  updateAssistantVersion(
6938
6888
  requestMessage: UpdateAssistantVersionRequest,
6939
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantResponse|null) => void
6940
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantResponse|null) => void
6945
- ): UnaryResponse$b;
6894
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantResponse|null) => void
6895
+ ): UnaryResponse$a;
6946
6896
  updateAssistantDetail(
6947
6897
  requestMessage: UpdateAssistantDetailRequest,
6948
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantResponse|null) => void
6949
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAllAssistantMessageResponse|null) => void
6954
- ): UnaryResponse$b;
6903
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantMessageResponse|null) => void
6904
+ ): UnaryResponse$a;
6955
6905
  getAllAssistantMessage(
6956
6906
  requestMessage: GetAllAssistantMessageRequest,
6957
- callback: (error: ServiceError$b|null, responseMessage: GetAllAssistantMessageResponse|null) => void
6958
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAllConversationMessageResponse|null) => void
6963
- ): UnaryResponse$b;
6912
+ callback: (error: ServiceError$a|null, responseMessage: GetAllConversationMessageResponse|null) => void
6913
+ ): UnaryResponse$a;
6964
6914
  getAllConversationMessage(
6965
6915
  requestMessage: GetAllConversationMessageRequest,
6966
- callback: (error: ServiceError$b|null, responseMessage: GetAllConversationMessageResponse|null) => void
6967
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAllMessageResponse|null) => void
6972
- ): UnaryResponse$b;
6921
+ callback: (error: ServiceError$a|null, responseMessage: GetAllMessageResponse|null) => void
6922
+ ): UnaryResponse$a;
6973
6923
  getAllMessage(
6974
6924
  requestMessage: GetAllMessageRequest,
6975
- callback: (error: ServiceError$b|null, responseMessage: GetAllMessageResponse|null) => void
6976
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAllAssistantTelemetryResponse|null) => void
6981
- ): UnaryResponse$b;
6930
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantTelemetryResponse|null) => void
6931
+ ): UnaryResponse$a;
6982
6932
  getAllAssistantTelemetry(
6983
6933
  requestMessage: GetAllAssistantTelemetryRequest,
6984
- callback: (error: ServiceError$b|null, responseMessage: GetAllAssistantTelemetryResponse|null) => void
6985
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAllAssistantConversationResponse|null) => void
6990
- ): UnaryResponse$b;
6939
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantConversationResponse|null) => void
6940
+ ): UnaryResponse$a;
6991
6941
  getAllAssistantConversation(
6992
6942
  requestMessage: GetAllAssistantConversationRequest,
6993
- callback: (error: ServiceError$b|null, responseMessage: GetAllAssistantConversationResponse|null) => void
6994
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantConversationResponse|null) => void
6999
- ): UnaryResponse$b;
6948
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantConversationResponse|null) => void
6949
+ ): UnaryResponse$a;
7000
6950
  getAssistantConversation(
7001
6951
  requestMessage: GetAssistantConversationRequest,
7002
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantConversationResponse|null) => void
7003
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantWebhookLogResponse|null) => void
7008
- ): UnaryResponse$b;
6957
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookLogResponse|null) => void
6958
+ ): UnaryResponse$a;
7009
6959
  getAssistantWebhookLog(
7010
6960
  requestMessage: GetAssistantWebhookLogRequest,
7011
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantWebhookLogResponse|null) => void
7012
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAllAssistantWebhookLogResponse|null) => void
7017
- ): UnaryResponse$b;
6966
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantWebhookLogResponse|null) => void
6967
+ ): UnaryResponse$a;
7018
6968
  getAllAssistantWebhookLog(
7019
6969
  requestMessage: GetAllAssistantWebhookLogRequest,
7020
- callback: (error: ServiceError$b|null, responseMessage: GetAllAssistantWebhookLogResponse|null) => void
7021
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAllAssistantWebhookResponse|null) => void
7026
- ): UnaryResponse$b;
6975
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantWebhookResponse|null) => void
6976
+ ): UnaryResponse$a;
7027
6977
  getAllAssistantWebhook(
7028
6978
  requestMessage: GetAllAssistantWebhookRequest,
7029
- callback: (error: ServiceError$b|null, responseMessage: GetAllAssistantWebhookResponse|null) => void
7030
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantWebhookResponse|null) => void
7035
- ): UnaryResponse$b;
6984
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
6985
+ ): UnaryResponse$a;
7036
6986
  getAssistantWebhook(
7037
6987
  requestMessage: GetAssistantWebhookRequest,
7038
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantWebhookResponse|null) => void
7039
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantWebhookResponse|null) => void
7044
- ): UnaryResponse$b;
6993
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
6994
+ ): UnaryResponse$a;
7045
6995
  createAssistantWebhook(
7046
6996
  requestMessage: CreateAssistantWebhookRequest,
7047
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantWebhookResponse|null) => void
7048
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantWebhookResponse|null) => void
7053
- ): UnaryResponse$b;
7002
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
7003
+ ): UnaryResponse$a;
7054
7004
  updateAssistantWebhook(
7055
7005
  requestMessage: UpdateAssistantWebhookRequest,
7056
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantWebhookResponse|null) => void
7057
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantWebhookResponse|null) => void
7062
- ): UnaryResponse$b;
7011
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantWebhookResponse|null) => void
7012
+ ): UnaryResponse$a;
7063
7013
  deleteAssistantWebhook(
7064
7014
  requestMessage: DeleteAssistantWebhookRequest,
7065
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantWebhookResponse|null) => void
7066
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantToolLogResponse|null) => void
7071
- ): UnaryResponse$b;
7020
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolLogResponse|null) => void
7021
+ ): UnaryResponse$a;
7072
7022
  getAssistantToolLog(
7073
7023
  requestMessage: GetAssistantToolLogRequest,
7074
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantToolLogResponse|null) => void
7075
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAllAssistantToolLogResponse|null) => void
7080
- ): UnaryResponse$b;
7029
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantToolLogResponse|null) => void
7030
+ ): UnaryResponse$a;
7081
7031
  getAllAssistantToolLog(
7082
7032
  requestMessage: GetAllAssistantToolLogRequest,
7083
- callback: (error: ServiceError$b|null, responseMessage: GetAllAssistantToolLogResponse|null) => void
7084
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7089
- ): UnaryResponse$b;
7038
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7039
+ ): UnaryResponse$a;
7090
7040
  getAssistantAnalysis(
7091
7041
  requestMessage: GetAssistantAnalysisRequest,
7092
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7093
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7098
- ): UnaryResponse$b;
7047
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7048
+ ): UnaryResponse$a;
7099
7049
  updateAssistantAnalysis(
7100
7050
  requestMessage: UpdateAssistantAnalysisRequest,
7101
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7102
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7107
- ): UnaryResponse$b;
7056
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7057
+ ): UnaryResponse$a;
7108
7058
  createAssistantAnalysis(
7109
7059
  requestMessage: CreateAssistantAnalysisRequest,
7110
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7111
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7116
- ): UnaryResponse$b;
7065
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7066
+ ): UnaryResponse$a;
7117
7067
  deleteAssistantAnalysis(
7118
7068
  requestMessage: DeleteAssistantAnalysisRequest,
7119
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantAnalysisResponse|null) => void
7120
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAllAssistantAnalysisResponse|null) => void
7125
- ): UnaryResponse$b;
7074
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantAnalysisResponse|null) => void
7075
+ ): UnaryResponse$a;
7126
7076
  getAllAssistantAnalysis(
7127
7077
  requestMessage: GetAllAssistantAnalysisRequest,
7128
- callback: (error: ServiceError$b|null, responseMessage: GetAllAssistantAnalysisResponse|null) => void
7129
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantToolResponse|null) => void
7134
- ): UnaryResponse$b;
7083
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7084
+ ): UnaryResponse$a;
7135
7085
  createAssistantTool(
7136
7086
  requestMessage: CreateAssistantToolRequest,
7137
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantToolResponse|null) => void
7138
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantToolResponse|null) => void
7143
- ): UnaryResponse$b;
7092
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7093
+ ): UnaryResponse$a;
7144
7094
  getAssistantTool(
7145
7095
  requestMessage: GetAssistantToolRequest,
7146
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantToolResponse|null) => void
7147
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAllAssistantToolResponse|null) => void
7152
- ): UnaryResponse$b;
7101
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantToolResponse|null) => void
7102
+ ): UnaryResponse$a;
7153
7103
  getAllAssistantTool(
7154
7104
  requestMessage: GetAllAssistantToolRequest,
7155
- callback: (error: ServiceError$b|null, responseMessage: GetAllAssistantToolResponse|null) => void
7156
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantToolResponse|null) => void
7161
- ): UnaryResponse$b;
7110
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7111
+ ): UnaryResponse$a;
7162
7112
  deleteAssistantTool(
7163
7113
  requestMessage: DeleteAssistantToolRequest,
7164
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantToolResponse|null) => void
7165
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantToolResponse|null) => void
7170
- ): UnaryResponse$b;
7119
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantToolResponse|null) => void
7120
+ ): UnaryResponse$a;
7171
7121
  updateAssistantTool(
7172
7122
  requestMessage: UpdateAssistantToolRequest,
7173
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantToolResponse|null) => void
7174
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7179
- ): UnaryResponse$b;
7128
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7129
+ ): UnaryResponse$a;
7180
7130
  createAssistantKnowledge(
7181
7131
  requestMessage: CreateAssistantKnowledgeRequest,
7182
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7183
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7188
- ): UnaryResponse$b;
7137
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7138
+ ): UnaryResponse$a;
7189
7139
  getAssistantKnowledge(
7190
7140
  requestMessage: GetAssistantKnowledgeRequest,
7191
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7192
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAllAssistantKnowledgeResponse|null) => void
7197
- ): UnaryResponse$b;
7146
+ callback: (error: ServiceError$a|null, responseMessage: GetAllAssistantKnowledgeResponse|null) => void
7147
+ ): UnaryResponse$a;
7198
7148
  getAllAssistantKnowledge(
7199
7149
  requestMessage: GetAllAssistantKnowledgeRequest,
7200
- callback: (error: ServiceError$b|null, responseMessage: GetAllAssistantKnowledgeResponse|null) => void
7201
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7206
- ): UnaryResponse$b;
7155
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7156
+ ): UnaryResponse$a;
7207
7157
  deleteAssistantKnowledge(
7208
7158
  requestMessage: DeleteAssistantKnowledgeRequest,
7209
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7210
- ): UnaryResponse$b;
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$b|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7215
- ): UnaryResponse$b;
7164
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7165
+ ): UnaryResponse$a;
7216
7166
  updateAssistantKnowledge(
7217
7167
  requestMessage: UpdateAssistantKnowledgeRequest,
7218
- callback: (error: ServiceError$b|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7219
- ): UnaryResponse$b;
7168
+ callback: (error: ServiceError$a|null, responseMessage: GetAssistantKnowledgeResponse|null) => void
7169
+ ): UnaryResponse$a;
7220
7170
  }
7221
7171
 
7222
7172
  // package: web_api
@@ -7478,50 +7428,22 @@ declare namespace ScopedAuthentication {
7478
7428
  }
7479
7429
  }
7480
7430
 
7481
- declare class AuthenticationError extends jspb.Message {
7482
- getErrorcode(): string;
7483
- setErrorcode(value: string): void;
7431
+ declare class AuthenticateResponse extends jspb.Message {
7432
+ getCode(): number;
7433
+ setCode(value: number): void;
7484
7434
 
7485
- getErrormessage(): string;
7486
- setErrormessage(value: string): void;
7435
+ getSuccess(): boolean;
7436
+ setSuccess(value: boolean): void;
7487
7437
 
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
- declare class AuthenticateResponse extends jspb.Message {
7510
- getCode(): number;
7511
- setCode(value: number): void;
7512
-
7513
- getSuccess(): boolean;
7514
- setSuccess(value: boolean): void;
7515
-
7516
- hasData(): boolean;
7517
- clearData(): void;
7518
- getData(): Authentication | undefined;
7519
- setData(value?: Authentication): void;
7438
+ hasData(): boolean;
7439
+ clearData(): void;
7440
+ getData(): Authentication | undefined;
7441
+ setData(value?: Authentication): void;
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$a = { message: string, code: number; metadata: grpc.Metadata }
9091
+ type ServiceError$9 = { message: string, code: number; metadata: grpc.Metadata }
9134
9092
 
9135
- interface UnaryResponse$a {
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$a|null, responseMessage: AuthenticateResponse|null) => void
9147
- ): UnaryResponse$a;
9104
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9105
+ ): UnaryResponse$9;
9148
9106
  authenticate(
9149
9107
  requestMessage: AuthenticateRequest,
9150
- callback: (error: ServiceError$a|null, responseMessage: AuthenticateResponse|null) => void
9151
- ): UnaryResponse$a;
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$a|null, responseMessage: AuthenticateResponse|null) => void
9156
- ): UnaryResponse$a;
9113
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9114
+ ): UnaryResponse$9;
9157
9115
  registerUser(
9158
9116
  requestMessage: RegisterUserRequest,
9159
- callback: (error: ServiceError$a|null, responseMessage: AuthenticateResponse|null) => void
9160
- ): UnaryResponse$a;
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$a|null, responseMessage: AuthenticateResponse|null) => void
9165
- ): UnaryResponse$a;
9122
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9123
+ ): UnaryResponse$9;
9166
9124
  authorize(
9167
9125
  requestMessage: AuthorizeRequest,
9168
- callback: (error: ServiceError$a|null, responseMessage: AuthenticateResponse|null) => void
9169
- ): UnaryResponse$a;
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$a|null, responseMessage: ScopedAuthenticationResponse|null) => void
9174
- ): UnaryResponse$a;
9131
+ callback: (error: ServiceError$9|null, responseMessage: ScopedAuthenticationResponse|null) => void
9132
+ ): UnaryResponse$9;
9175
9133
  scopeAuthorize(
9176
9134
  requestMessage: ScopeAuthorizeRequest,
9177
- callback: (error: ServiceError$a|null, responseMessage: ScopedAuthenticationResponse|null) => void
9178
- ): UnaryResponse$a;
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$a|null, responseMessage: VerifyTokenResponse|null) => void
9183
- ): UnaryResponse$a;
9140
+ callback: (error: ServiceError$9|null, responseMessage: VerifyTokenResponse|null) => void
9141
+ ): UnaryResponse$9;
9184
9142
  verifyToken(
9185
9143
  requestMessage: VerifyTokenRequest,
9186
- callback: (error: ServiceError$a|null, responseMessage: VerifyTokenResponse|null) => void
9187
- ): UnaryResponse$a;
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$a|null, responseMessage: ForgotPasswordResponse|null) => void
9192
- ): UnaryResponse$a;
9149
+ callback: (error: ServiceError$9|null, responseMessage: ForgotPasswordResponse|null) => void
9150
+ ): UnaryResponse$9;
9193
9151
  forgotPassword(
9194
9152
  requestMessage: ForgotPasswordRequest,
9195
- callback: (error: ServiceError$a|null, responseMessage: ForgotPasswordResponse|null) => void
9196
- ): UnaryResponse$a;
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$a|null, responseMessage: CreatePasswordResponse|null) => void
9201
- ): UnaryResponse$a;
9158
+ callback: (error: ServiceError$9|null, responseMessage: CreatePasswordResponse|null) => void
9159
+ ): UnaryResponse$9;
9202
9160
  createPassword(
9203
9161
  requestMessage: CreatePasswordRequest,
9204
- callback: (error: ServiceError$a|null, responseMessage: CreatePasswordResponse|null) => void
9205
- ): UnaryResponse$a;
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$a|null, responseMessage: GetUserResponse|null) => void
9210
- ): UnaryResponse$a;
9176
+ callback: (error: ServiceError$9|null, responseMessage: GetUserResponse|null) => void
9177
+ ): UnaryResponse$9;
9211
9178
  getUser(
9212
9179
  requestMessage: GetUserRequest,
9213
- callback: (error: ServiceError$a|null, responseMessage: GetUserResponse|null) => void
9214
- ): UnaryResponse$a;
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$a|null, responseMessage: UpdateUserResponse|null) => void
9219
- ): UnaryResponse$a;
9185
+ callback: (error: ServiceError$9|null, responseMessage: UpdateUserResponse|null) => void
9186
+ ): UnaryResponse$9;
9220
9187
  updateUser(
9221
9188
  requestMessage: UpdateUserRequest,
9222
- callback: (error: ServiceError$a|null, responseMessage: UpdateUserResponse|null) => void
9223
- ): UnaryResponse$a;
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$a|null, responseMessage: GetAllUserResponse|null) => void
9228
- ): UnaryResponse$a;
9194
+ callback: (error: ServiceError$9|null, responseMessage: GetAllUserResponse|null) => void
9195
+ ): UnaryResponse$9;
9229
9196
  getAllUser(
9230
9197
  requestMessage: GetAllUserRequest,
9231
- callback: (error: ServiceError$a|null, responseMessage: GetAllUserResponse|null) => void
9232
- ): UnaryResponse$a;
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$a|null, responseMessage: AuthenticateResponse|null) => void
9237
- ): UnaryResponse$a;
9203
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9204
+ ): UnaryResponse$9;
9238
9205
  linkedin(
9239
9206
  requestMessage: SocialAuthenticationRequest,
9240
- callback: (error: ServiceError$a|null, responseMessage: AuthenticateResponse|null) => void
9241
- ): UnaryResponse$a;
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$a|null, responseMessage: AuthenticateResponse|null) => void
9246
- ): UnaryResponse$a;
9212
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9213
+ ): UnaryResponse$9;
9247
9214
  google(
9248
9215
  requestMessage: SocialAuthenticationRequest,
9249
- callback: (error: ServiceError$a|null, responseMessage: AuthenticateResponse|null) => void
9250
- ): UnaryResponse$a;
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$a|null, responseMessage: AuthenticateResponse|null) => void
9255
- ): UnaryResponse$a;
9221
+ callback: (error: ServiceError$9|null, responseMessage: AuthenticateResponse|null) => void
9222
+ ): UnaryResponse$9;
9256
9223
  github(
9257
9224
  requestMessage: SocialAuthenticationRequest,
9258
- callback: (error: ServiceError$a|null, responseMessage: AuthenticateResponse|null) => void
9259
- ): UnaryResponse$a;
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$a|null, responseMessage: CreateOrganizationResponse|null) => void
9270
- ): UnaryResponse$a;
9236
+ callback: (error: ServiceError$9|null, responseMessage: CreateOrganizationResponse|null) => void
9237
+ ): UnaryResponse$9;
9271
9238
  createOrganization(
9272
9239
  requestMessage: CreateOrganizationRequest,
9273
- callback: (error: ServiceError$a|null, responseMessage: CreateOrganizationResponse|null) => void
9274
- ): UnaryResponse$a;
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$a|null, responseMessage: GetOrganizationResponse|null) => void
9279
- ): UnaryResponse$a;
9245
+ callback: (error: ServiceError$9|null, responseMessage: GetOrganizationResponse|null) => void
9246
+ ): UnaryResponse$9;
9280
9247
  getOrganization(
9281
9248
  requestMessage: GetOrganizationRequest,
9282
- callback: (error: ServiceError$a|null, responseMessage: GetOrganizationResponse|null) => void
9283
- ): UnaryResponse$a;
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$a|null, responseMessage: UpdateOrganizationResponse|null) => void
9288
- ): UnaryResponse$a;
9254
+ callback: (error: ServiceError$9|null, responseMessage: UpdateOrganizationResponse|null) => void
9255
+ ): UnaryResponse$9;
9289
9256
  updateOrganization(
9290
9257
  requestMessage: UpdateOrganizationRequest,
9291
- callback: (error: ServiceError$a|null, responseMessage: UpdateOrganizationResponse|null) => void
9292
- ): UnaryResponse$a;
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$a|null, responseMessage: BaseResponse|null) => void
9297
- ): UnaryResponse$a;
9263
+ callback: (error: ServiceError$9|null, responseMessage: BaseResponse|null) => void
9264
+ ): UnaryResponse$9;
9298
9265
  updateBillingInformation(
9299
9266
  requestMessage: UpdateBillingInformationRequest,
9300
- callback: (error: ServiceError$a|null, responseMessage: BaseResponse|null) => void
9301
- ): UnaryResponse$a;
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$a|null, responseMessage: CreateProjectResponse|null) => void
9312
- ): UnaryResponse$a;
9278
+ callback: (error: ServiceError$9|null, responseMessage: CreateProjectResponse|null) => void
9279
+ ): UnaryResponse$9;
9313
9280
  createProject(
9314
9281
  requestMessage: CreateProjectRequest,
9315
- callback: (error: ServiceError$a|null, responseMessage: CreateProjectResponse|null) => void
9316
- ): UnaryResponse$a;
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$a|null, responseMessage: UpdateProjectResponse|null) => void
9321
- ): UnaryResponse$a;
9287
+ callback: (error: ServiceError$9|null, responseMessage: UpdateProjectResponse|null) => void
9288
+ ): UnaryResponse$9;
9322
9289
  updateProject(
9323
9290
  requestMessage: UpdateProjectRequest,
9324
- callback: (error: ServiceError$a|null, responseMessage: UpdateProjectResponse|null) => void
9325
- ): UnaryResponse$a;
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$a|null, responseMessage: GetProjectResponse|null) => void
9330
- ): UnaryResponse$a;
9296
+ callback: (error: ServiceError$9|null, responseMessage: GetProjectResponse|null) => void
9297
+ ): UnaryResponse$9;
9331
9298
  getProject(
9332
9299
  requestMessage: GetProjectRequest,
9333
- callback: (error: ServiceError$a|null, responseMessage: GetProjectResponse|null) => void
9334
- ): UnaryResponse$a;
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$a|null, responseMessage: GetAllProjectResponse|null) => void
9339
- ): UnaryResponse$a;
9305
+ callback: (error: ServiceError$9|null, responseMessage: GetAllProjectResponse|null) => void
9306
+ ): UnaryResponse$9;
9340
9307
  getAllProject(
9341
9308
  requestMessage: GetAllProjectRequest,
9342
- callback: (error: ServiceError$a|null, responseMessage: GetAllProjectResponse|null) => void
9343
- ): UnaryResponse$a;
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$a|null, responseMessage: AddUsersToProjectResponse|null) => void
9348
- ): UnaryResponse$a;
9314
+ callback: (error: ServiceError$9|null, responseMessage: AddUsersToProjectResponse|null) => void
9315
+ ): UnaryResponse$9;
9349
9316
  addUsersToProject(
9350
9317
  requestMessage: AddUsersToProjectRequest,
9351
- callback: (error: ServiceError$a|null, responseMessage: AddUsersToProjectResponse|null) => void
9352
- ): UnaryResponse$a;
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$a|null, responseMessage: ArchiveProjectResponse|null) => void
9357
- ): UnaryResponse$a;
9323
+ callback: (error: ServiceError$9|null, responseMessage: ArchiveProjectResponse|null) => void
9324
+ ): UnaryResponse$9;
9358
9325
  archiveProject(
9359
9326
  requestMessage: ArchiveProjectRequest,
9360
- callback: (error: ServiceError$a|null, responseMessage: ArchiveProjectResponse|null) => void
9361
- ): UnaryResponse$a;
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$a|null, responseMessage: CreateProjectCredentialResponse|null) => void
9366
- ): UnaryResponse$a;
9332
+ callback: (error: ServiceError$9|null, responseMessage: CreateProjectCredentialResponse|null) => void
9333
+ ): UnaryResponse$9;
9367
9334
  createProjectCredential(
9368
9335
  requestMessage: CreateProjectCredentialRequest,
9369
- callback: (error: ServiceError$a|null, responseMessage: CreateProjectCredentialResponse|null) => void
9370
- ): UnaryResponse$a;
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$a|null, responseMessage: GetAllProjectCredentialResponse|null) => void
9375
- ): UnaryResponse$a;
9341
+ callback: (error: ServiceError$9|null, responseMessage: GetAllProjectCredentialResponse|null) => void
9342
+ ): UnaryResponse$9;
9376
9343
  getAllProjectCredential(
9377
9344
  requestMessage: GetAllProjectCredentialRequest,
9378
- callback: (error: ServiceError$a|null, responseMessage: GetAllProjectCredentialResponse|null) => void
9379
- ): UnaryResponse$a;
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$9 = { message: string, code: number; metadata: grpc.Metadata }
10624
+ type ServiceError$8 = { message: string, code: number; metadata: grpc.Metadata }
10658
10625
 
10659
- interface UnaryResponse$9 {
10626
+ interface UnaryResponse$8 {
10660
10627
  cancel(): void;
10661
10628
  }
10662
10629
 
@@ -10667,327 +10634,110 @@ declare class KnowledgeServiceClient {
10667
10634
  getKnowledge(
10668
10635
  requestMessage: GetKnowledgeRequest,
10669
10636
  metadata: grpc.Metadata,
10670
- callback: (error: ServiceError$9|null, responseMessage: GetKnowledgeResponse|null) => void
10671
- ): UnaryResponse$9;
10637
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeResponse|null) => void
10638
+ ): UnaryResponse$8;
10672
10639
  getKnowledge(
10673
10640
  requestMessage: GetKnowledgeRequest,
10674
- callback: (error: ServiceError$9|null, responseMessage: GetKnowledgeResponse|null) => void
10675
- ): UnaryResponse$9;
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$9|null, responseMessage: GetAllKnowledgeResponse|null) => void
10680
- ): UnaryResponse$9;
10646
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeResponse|null) => void
10647
+ ): UnaryResponse$8;
10681
10648
  getAllKnowledge(
10682
10649
  requestMessage: GetAllKnowledgeRequest,
10683
- callback: (error: ServiceError$9|null, responseMessage: GetAllKnowledgeResponse|null) => void
10684
- ): UnaryResponse$9;
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$9|null, responseMessage: CreateKnowledgeResponse|null) => void
10689
- ): UnaryResponse$9;
10655
+ callback: (error: ServiceError$8|null, responseMessage: CreateKnowledgeResponse|null) => void
10656
+ ): UnaryResponse$8;
10690
10657
  createKnowledge(
10691
10658
  requestMessage: CreateKnowledgeRequest,
10692
- callback: (error: ServiceError$9|null, responseMessage: CreateKnowledgeResponse|null) => void
10693
- ): UnaryResponse$9;
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$9|null, responseMessage: GetKnowledgeResponse|null) => void
10698
- ): UnaryResponse$9;
10664
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeResponse|null) => void
10665
+ ): UnaryResponse$8;
10699
10666
  createKnowledgeTag(
10700
10667
  requestMessage: CreateKnowledgeTagRequest,
10701
- callback: (error: ServiceError$9|null, responseMessage: GetKnowledgeResponse|null) => void
10702
- ): UnaryResponse$9;
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$9|null, responseMessage: CreateKnowledgeDocumentResponse|null) => void
10707
- ): UnaryResponse$9;
10673
+ callback: (error: ServiceError$8|null, responseMessage: CreateKnowledgeDocumentResponse|null) => void
10674
+ ): UnaryResponse$8;
10708
10675
  createKnowledgeDocument(
10709
10676
  requestMessage: CreateKnowledgeDocumentRequest,
10710
- callback: (error: ServiceError$9|null, responseMessage: CreateKnowledgeDocumentResponse|null) => void
10711
- ): UnaryResponse$9;
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$9|null, responseMessage: GetAllKnowledgeDocumentResponse|null) => void
10716
- ): UnaryResponse$9;
10682
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeDocumentResponse|null) => void
10683
+ ): UnaryResponse$8;
10717
10684
  getAllKnowledgeDocument(
10718
10685
  requestMessage: GetAllKnowledgeDocumentRequest,
10719
- callback: (error: ServiceError$9|null, responseMessage: GetAllKnowledgeDocumentResponse|null) => void
10720
- ): UnaryResponse$9;
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$9|null, responseMessage: GetAllKnowledgeDocumentSegmentResponse|null) => void
10725
- ): UnaryResponse$9;
10691
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeDocumentSegmentResponse|null) => void
10692
+ ): UnaryResponse$8;
10726
10693
  getAllKnowledgeDocumentSegment(
10727
10694
  requestMessage: GetAllKnowledgeDocumentSegmentRequest,
10728
- callback: (error: ServiceError$9|null, responseMessage: GetAllKnowledgeDocumentSegmentResponse|null) => void
10729
- ): UnaryResponse$9;
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$9|null, responseMessage: GetKnowledgeResponse|null) => void
10734
- ): UnaryResponse$9;
10700
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeResponse|null) => void
10701
+ ): UnaryResponse$8;
10735
10702
  updateKnowledgeDetail(
10736
10703
  requestMessage: UpdateKnowledgeDetailRequest,
10737
- callback: (error: ServiceError$9|null, responseMessage: GetKnowledgeResponse|null) => void
10738
- ): UnaryResponse$9;
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$9|null, responseMessage: BaseResponse|null) => void
10743
- ): UnaryResponse$9;
10709
+ callback: (error: ServiceError$8|null, responseMessage: BaseResponse|null) => void
10710
+ ): UnaryResponse$8;
10744
10711
  updateKnowledgeDocumentSegment(
10745
10712
  requestMessage: UpdateKnowledgeDocumentSegmentRequest,
10746
- callback: (error: ServiceError$9|null, responseMessage: BaseResponse|null) => void
10747
- ): UnaryResponse$9;
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$9|null, responseMessage: BaseResponse|null) => void
10752
- ): UnaryResponse$9;
10718
+ callback: (error: ServiceError$8|null, responseMessage: BaseResponse|null) => void
10719
+ ): UnaryResponse$8;
10753
10720
  deleteKnowledgeDocumentSegment(
10754
10721
  requestMessage: DeleteKnowledgeDocumentSegmentRequest,
10755
- callback: (error: ServiceError$9|null, responseMessage: BaseResponse|null) => void
10756
- ): UnaryResponse$9;
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$9|null, responseMessage: GetAllKnowledgeLogResponse|null) => void
10761
- ): UnaryResponse$9;
10727
+ callback: (error: ServiceError$8|null, responseMessage: GetAllKnowledgeLogResponse|null) => void
10728
+ ): UnaryResponse$8;
10762
10729
  getAllKnowledgeLog(
10763
10730
  requestMessage: GetAllKnowledgeLogRequest,
10764
- callback: (error: ServiceError$9|null, responseMessage: GetAllKnowledgeLogResponse|null) => void
10765
- ): UnaryResponse$9;
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$9|null, responseMessage: GetKnowledgeLogResponse|null) => void
10770
- ): UnaryResponse$9;
10736
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeLogResponse|null) => void
10737
+ ): UnaryResponse$8;
10771
10738
  getKnowledgeLog(
10772
10739
  requestMessage: GetKnowledgeLogRequest,
10773
- callback: (error: ServiceError$9|null, responseMessage: GetKnowledgeLogResponse|null) => void
10774
- ): UnaryResponse$9;
10775
- }
10776
-
10777
- // package: marketplace_api
10778
- // file: marketplace-api.proto
10779
-
10780
-
10781
-
10782
- declare class GetAllDeploymentRequest extends jspb.Message {
10783
- hasPaginate(): boolean;
10784
- clearPaginate(): void;
10785
- getPaginate(): Paginate | undefined;
10786
- setPaginate(value?: Paginate): void;
10787
-
10788
- clearCriteriasList(): void;
10789
- getCriteriasList(): Array<Criteria>;
10790
- setCriteriasList(value: Array<Criteria>): void;
10791
- addCriterias(value?: Criteria, index?: number): Criteria;
10792
-
10793
- serializeBinary(): Uint8Array;
10794
- toObject(includeInstance?: boolean): GetAllDeploymentRequest.AsObject;
10795
- static toObject(includeInstance: boolean, msg: GetAllDeploymentRequest): GetAllDeploymentRequest.AsObject;
10796
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
10797
- 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;
10801
- }
10802
-
10803
- declare namespace GetAllDeploymentRequest {
10804
- export type AsObject = {
10805
- paginate?: Paginate.AsObject,
10806
- criteriasList: Array<Criteria.AsObject>,
10807
- }
10808
- }
10809
-
10810
- declare class SearchableDeployment extends jspb.Message {
10811
- getId(): string;
10812
- setId(value: string): void;
10813
-
10814
- getStatus(): string;
10815
- setStatus(value: string): void;
10816
-
10817
- getVisibility(): string;
10818
- setVisibility(value: string): void;
10819
-
10820
- getType(): string;
10821
- setType(value: string): void;
10822
-
10823
- getProjectid(): string;
10824
- setProjectid(value: string): void;
10825
-
10826
- getOrganizationid(): string;
10827
- setOrganizationid(value: string): void;
10828
-
10829
- clearTagList(): void;
10830
- getTagList(): Array<string>;
10831
- setTagList(value: Array<string>): void;
10832
- addTag(value: string, index?: number): string;
10833
-
10834
- getLanguage(): string;
10835
- setLanguage(value: string): void;
10836
-
10837
- hasOrganization(): boolean;
10838
- clearOrganization(): void;
10839
- getOrganization(): Organization | undefined;
10840
- setOrganization(value?: Organization): void;
10841
-
10842
- getName(): string;
10843
- setName(value: string): void;
10844
-
10845
- getDescription(): string;
10846
- setDescription(value: string): void;
10847
-
10848
- hasCreateddate(): boolean;
10849
- clearCreateddate(): void;
10850
- getCreateddate(): google_protobuf_timestamp_pb.Timestamp | undefined;
10851
- setCreateddate(value?: google_protobuf_timestamp_pb.Timestamp): void;
10852
-
10853
- hasUpdateddate(): boolean;
10854
- clearUpdateddate(): void;
10855
- getUpdateddate(): google_protobuf_timestamp_pb.Timestamp | undefined;
10856
- setUpdateddate(value?: google_protobuf_timestamp_pb.Timestamp): void;
10857
-
10858
- hasAppappearance(): boolean;
10859
- clearAppappearance(): void;
10860
- getAppappearance(): google_protobuf_struct_pb.Struct | undefined;
10861
- setAppappearance(value?: google_protobuf_struct_pb.Struct): void;
10862
-
10863
- hasWebappearance(): boolean;
10864
- clearWebappearance(): void;
10865
- getWebappearance(): google_protobuf_struct_pb.Struct | undefined;
10866
- setWebappearance(value?: google_protobuf_struct_pb.Struct): void;
10867
-
10868
- getModelproviderid(): string;
10869
- setModelproviderid(value: string): void;
10870
-
10871
- getModelprovidername(): string;
10872
- setModelprovidername(value: string): void;
10873
-
10874
- clearModeloptionsList(): void;
10875
- getModeloptionsList(): Array<Metadata>;
10876
- setModeloptionsList(value: Array<Metadata>): void;
10877
- addModeloptions(value?: Metadata, index?: number): Metadata;
10878
-
10879
- serializeBinary(): Uint8Array;
10880
- toObject(includeInstance?: boolean): SearchableDeployment.AsObject;
10881
- static toObject(includeInstance: boolean, msg: SearchableDeployment): SearchableDeployment.AsObject;
10882
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
10883
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
10884
- static serializeBinaryToWriter(message: SearchableDeployment, writer: jspb.BinaryWriter): void;
10885
- static deserializeBinary(bytes: Uint8Array): SearchableDeployment;
10886
- static deserializeBinaryFromReader(message: SearchableDeployment, reader: jspb.BinaryReader): SearchableDeployment;
10887
- }
10888
-
10889
- declare namespace SearchableDeployment {
10890
- export type AsObject = {
10891
- id: string,
10892
- status: string,
10893
- visibility: string,
10894
- type: string,
10895
- projectid: string,
10896
- organizationid: string,
10897
- tagList: Array<string>,
10898
- language: string,
10899
- organization?: Organization.AsObject,
10900
- name: string,
10901
- description: string,
10902
- createddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
10903
- updateddate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
10904
- appappearance?: google_protobuf_struct_pb.Struct.AsObject,
10905
- webappearance?: google_protobuf_struct_pb.Struct.AsObject,
10906
- modelproviderid: string,
10907
- modelprovidername: string,
10908
- modeloptionsList: Array<Metadata.AsObject>,
10909
- }
10910
- }
10911
-
10912
- declare class GetAllDeploymentResponse extends jspb.Message {
10913
- getCode(): number;
10914
- setCode(value: number): void;
10915
-
10916
- getSuccess(): boolean;
10917
- setSuccess(value: boolean): void;
10918
-
10919
- clearDataList(): void;
10920
- getDataList(): Array<SearchableDeployment>;
10921
- setDataList(value: Array<SearchableDeployment>): void;
10922
- addData(value?: SearchableDeployment, index?: number): SearchableDeployment;
10923
-
10924
- hasError(): boolean;
10925
- clearError(): void;
10926
- getError(): Error | undefined;
10927
- setError(value?: Error): void;
10928
-
10929
- hasPaginated(): boolean;
10930
- clearPaginated(): void;
10931
- getPaginated(): Paginated | undefined;
10932
- setPaginated(value?: Paginated): void;
10933
-
10934
- serializeBinary(): Uint8Array;
10935
- toObject(includeInstance?: boolean): GetAllDeploymentResponse.AsObject;
10936
- static toObject(includeInstance: boolean, msg: GetAllDeploymentResponse): GetAllDeploymentResponse.AsObject;
10937
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
10938
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
10939
- static serializeBinaryToWriter(message: GetAllDeploymentResponse, writer: jspb.BinaryWriter): void;
10940
- static deserializeBinary(bytes: Uint8Array): GetAllDeploymentResponse;
10941
- static deserializeBinaryFromReader(message: GetAllDeploymentResponse, reader: jspb.BinaryReader): GetAllDeploymentResponse;
10942
- }
10943
-
10944
- declare namespace GetAllDeploymentResponse {
10945
- export type AsObject = {
10946
- code: number,
10947
- success: boolean,
10948
- dataList: Array<SearchableDeployment.AsObject>,
10949
- error?: Error.AsObject,
10950
- paginated?: Paginated.AsObject,
10951
- }
10952
- }
10953
-
10954
- // package: marketplace_api
10955
- // file: marketplace-api.proto
10956
-
10957
-
10958
-
10959
- type MarketplaceServiceGetAllDeployment = {
10960
- readonly methodName: string;
10961
- readonly service: typeof MarketplaceService;
10962
- readonly requestStream: false;
10963
- readonly responseStream: false;
10964
- readonly requestType: typeof GetAllDeploymentRequest;
10965
- readonly responseType: typeof GetAllDeploymentResponse;
10966
- };
10967
-
10968
- declare class MarketplaceService {
10969
- static readonly serviceName: string;
10970
- static readonly GetAllDeployment: MarketplaceServiceGetAllDeployment;
10971
- }
10972
-
10973
- type ServiceError$8 = { message: string, code: number; metadata: grpc.Metadata }
10974
-
10975
- interface UnaryResponse$8 {
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$8|null, responseMessage: GetAllDeploymentResponse|null) => void
10987
- ): UnaryResponse$8;
10988
- getAllDeployment(
10989
- requestMessage: GetAllDeploymentRequest,
10990
- callback: (error: ServiceError$8|null, responseMessage: GetAllDeploymentResponse|null) => void
10740
+ callback: (error: ServiceError$8|null, responseMessage: GetKnowledgeLogResponse|null) => void
10991
10741
  ): UnaryResponse$8;
10992
10742
  }
10993
10743
 
@@ -14058,239 +13808,6 @@ declare class ConnectServiceClient {
14058
13808
  ): UnaryResponse$2;
14059
13809
  }
14060
13810
 
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$1 = { message: string, code: number; metadata: grpc.Metadata }
14265
-
14266
- interface UnaryResponse$1 {
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$1|null, responseMessage: GetAllToolProviderResponse|null) => void
14278
- ): UnaryResponse$1;
14279
- getAllToolProvider(
14280
- requestMessage: GetAllToolProviderRequest,
14281
- callback: (error: ServiceError$1|null, responseMessage: GetAllToolProviderResponse|null) => void
14282
- ): UnaryResponse$1;
14283
- getAllModelProvider(
14284
- requestMessage: GetAllModelProviderRequest,
14285
- metadata: grpc.Metadata,
14286
- callback: (error: ServiceError$1|null, responseMessage: GetAllModelProviderResponse|null) => void
14287
- ): UnaryResponse$1;
14288
- getAllModelProvider(
14289
- requestMessage: GetAllModelProviderRequest,
14290
- callback: (error: ServiceError$1|null, responseMessage: GetAllModelProviderResponse|null) => void
14291
- ): UnaryResponse$1;
14292
- }
14293
-
14294
13811
  // package: endpoint_api
14295
13812
  // file: invoker-api.proto
14296
13813
 
@@ -14558,9 +14075,9 @@ declare class Deployment {
14558
14075
  static readonly Probe: DeploymentProbe;
14559
14076
  }
14560
14077
 
14561
- type ServiceError = { message: string, code: number; metadata: grpc.Metadata }
14078
+ type ServiceError$1 = { message: string, code: number; metadata: grpc.Metadata }
14562
14079
 
14563
- interface UnaryResponse {
14080
+ interface UnaryResponse$1 {
14564
14081
  cancel(): void;
14565
14082
  }
14566
14083
 
@@ -14571,29 +14088,195 @@ declare class DeploymentClient {
14571
14088
  invoke(
14572
14089
  requestMessage: InvokeRequest,
14573
14090
  metadata: grpc.Metadata,
14574
- callback: (error: ServiceError|null, responseMessage: InvokeResponse|null) => void
14575
- ): UnaryResponse;
14091
+ callback: (error: ServiceError$1|null, responseMessage: InvokeResponse|null) => void
14092
+ ): UnaryResponse$1;
14576
14093
  invoke(
14577
14094
  requestMessage: InvokeRequest,
14578
- callback: (error: ServiceError|null, responseMessage: InvokeResponse|null) => void
14579
- ): UnaryResponse;
14095
+ callback: (error: ServiceError$1|null, responseMessage: InvokeResponse|null) => void
14096
+ ): UnaryResponse$1;
14580
14097
  update(
14581
14098
  requestMessage: UpdateRequest,
14582
14099
  metadata: grpc.Metadata,
14583
- callback: (error: ServiceError|null, responseMessage: UpdateResponse|null) => void
14584
- ): UnaryResponse;
14100
+ callback: (error: ServiceError$1|null, responseMessage: UpdateResponse|null) => void
14101
+ ): UnaryResponse$1;
14585
14102
  update(
14586
14103
  requestMessage: UpdateRequest,
14587
- callback: (error: ServiceError|null, responseMessage: UpdateResponse|null) => void
14588
- ): UnaryResponse;
14104
+ callback: (error: ServiceError$1|null, responseMessage: UpdateResponse|null) => void
14105
+ ): UnaryResponse$1;
14589
14106
  probe(
14590
14107
  requestMessage: ProbeRequest,
14591
14108
  metadata: grpc.Metadata,
14592
- callback: (error: ServiceError|null, responseMessage: ProbeResponse|null) => void
14593
- ): UnaryResponse;
14109
+ callback: (error: ServiceError$1|null, responseMessage: ProbeResponse|null) => void
14110
+ ): UnaryResponse$1;
14594
14111
  probe(
14595
14112
  requestMessage: ProbeRequest,
14596
- callback: (error: ServiceError|null, responseMessage: ProbeResponse|null) => void
14113
+ callback: (error: ServiceError$1|null, responseMessage: ProbeResponse|null) => void
14114
+ ): UnaryResponse$1;
14115
+ }
14116
+
14117
+ // package: notification_api
14118
+ // file: notification-api.proto
14119
+
14120
+
14121
+
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;
14134
+
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;
14145
+
14146
+ hasUpdateddate(): boolean;
14147
+ clearUpdateddate(): void;
14148
+ getUpdateddate(): google_protobuf_timestamp_pb.Timestamp | undefined;
14149
+ setUpdateddate(value?: google_protobuf_timestamp_pb.Timestamp): void;
14150
+
14151
+ serializeBinary(): Uint8Array;
14152
+ toObject(includeInstance?: boolean): NotificationSetting.AsObject;
14153
+ static toObject(includeInstance: boolean, msg: NotificationSetting): NotificationSetting.AsObject;
14154
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
14155
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
14156
+ static serializeBinaryToWriter(message: NotificationSetting, writer: jspb.BinaryWriter): void;
14157
+ static deserializeBinary(bytes: Uint8Array): NotificationSetting;
14158
+ static deserializeBinaryFromReader(message: NotificationSetting, reader: jspb.BinaryReader): NotificationSetting;
14159
+ }
14160
+
14161
+ declare namespace NotificationSetting {
14162
+ export type AsObject = {
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,
14171
+ }
14172
+ }
14173
+
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
14250
+
14251
+
14252
+
14253
+ type ServiceError = { message: string, code: number; metadata: grpc.Metadata }
14254
+
14255
+ interface UnaryResponse {
14256
+ cancel(): void;
14257
+ }
14258
+
14259
+ declare class NotificationServiceClient {
14260
+ readonly serviceHost: string;
14261
+
14262
+ constructor(serviceHost: string, options?: grpc.RpcOptions);
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,
14274
+ metadata: grpc.Metadata,
14275
+ callback: (error: ServiceError|null, responseMessage: NotificationSettingResponse|null) => void
14276
+ ): UnaryResponse;
14277
+ getNotificationSettting(
14278
+ requestMessage: GetNotificationSettingRequest,
14279
+ callback: (error: ServiceError|null, responseMessage: NotificationSettingResponse|null) => void
14597
14280
  ): UnaryResponse;
14598
14281
  }
14599
14282
 
@@ -14677,10 +14360,10 @@ declare class ConnectionConfig {
14677
14360
  }, debug?: boolean);
14678
14361
  get conversationClient(): TalkServiceClient;
14679
14362
  get assistantClient(): AssistantServiceClient;
14363
+ get notificationClient(): NotificationServiceClient;
14680
14364
  get projectClient(): ProjectServiceClient;
14681
14365
  get knowledgeClient(): KnowledgeServiceClient;
14682
14366
  get deploymentClient(): DeploymentClient;
14683
- get marketplaceClient(): MarketplaceServiceClient;
14684
14367
  get documentClient(): DocumentServiceClient;
14685
14368
  get vaultClient(): VaultServiceClient;
14686
14369
  get endpointClient(): EndpointServiceClient;
@@ -14688,7 +14371,6 @@ declare class ConnectionConfig {
14688
14371
  get assistantDeploymentClient(): AssistantDeploymentServiceClient;
14689
14372
  get organizationClient(): OrganizationServiceClient;
14690
14373
  get connectClient(): ConnectServiceClient;
14691
- get providerClient(): ProviderServiceClient;
14692
14374
  get authenticationClient(): AuthenticationServiceClient;
14693
14375
  get streamClient(): TalkServiceClient;
14694
14376
  withLocal(): this;
@@ -15237,4 +14919,4 @@ interface DeviceSelectorComponentProps extends HTMLAttributes<HTMLDivElement> {
15237
14919
  */
15238
14920
  declare const DeviceSelectorComponent: FC<DeviceSelectorComponentProps>;
15239
14921
 
15240
- export { GetAssistantAnalysisResponse as $, AssistantDebuggerDeployment as A, GetAssistantRequest as B, Content as C, CreateAssistantRequest as D, GetAllAssistantMessageResponse as E, Feedback as F, GetAllDeploymentResponse as G, GetAllMessageResponse as H, IndexKnowledgeDocumentResponse as I, GetAllConversationMessageResponse as J, KnowledgeConnectResponse as K, CreateAssistantDeploymentRequest as L, type Message as M, GetAssistantDebuggerDeploymentResponse as N, GetAssistantDeploymentRequest as O, GetAssistantApiDeploymentResponse as P, GetAssistantWebpluginDeploymentResponse as Q, type RapidaSource as R, GetAssistantPhoneDeploymentResponse as S, GetAssistantWhatsappDeploymentResponse as T, type UserAuthInfo as U, VoiceAgent as V, GetAllAssistantWebhookResponse as W, GetAssistantWebhookResponse as X, GetAssistantConversationRequest as Y, GetAssistantConversationResponse as Z, GetAllAssistantAnalysisResponse as _, AssistantWebpluginDeployment as a, CreatePhoneCallResponse as a$, GetAllAssistantWebhookLogResponse as a0, GetAssistantWebhookLogResponse as a1, GetAllAssistantToolResponse as a2, Metadata as a3, GetAssistantToolResponse as a4, GetAllAssistantKnowledgeResponse as a5, GetAssistantKnowledgeResponse as a6, GetAssistantToolLogRequest as a7, GetAssistantToolLogResponse as a8, GetAllAssistantToolLogRequest as a9, CreateMessageMetricResponse as aA, CreateConversationMetricRequest as aB, CreateConversationMetricResponse as aC, GetAllAssistantConversationResponse as aD, CreateKnowledgeResponse as aE, GetKnowledgeResponse as aF, GetAllKnowledgeResponse as aG, CreateKnowledgeDocumentResponse as aH, GetAllKnowledgeDocumentResponse as aI, GetAllKnowledgeDocumentSegmentResponse as aJ, BaseResponse as aK, GetKnowledgeLogRequest as aL, GetKnowledgeLogResponse as aM, GetAllKnowledgeLogRequest as aN, GetAllKnowledgeLogResponse as aO, AddUsersToProjectResponse as aP, CreateProjectResponse as aQ, UpdateProjectResponse as aR, GetAllProjectResponse as aS, GetProjectResponse as aT, ArchiveProjectResponse as aU, GetAllProjectCredentialResponse as aV, CreateProjectCredentialResponse as aW, Error as aX, Metric as aY, Message$1 as aZ, CreatePhoneCallRequest as a_, GetAllAssistantToolLogResponse as aa, CreateAssistantProviderRequest as ab, GetAssistantProviderResponse as ac, GetAllAssistantProviderResponse as ad, GetAllAuditLogResponse as ae, GetAuditLogResponse as af, GetAllEndpointResponse as ag, UpdateEndpointVersionResponse as ah, GetAllEndpointProviderModelResponse as ai, GetEndpointResponse as aj, EndpointProviderModelAttribute as ak, CreateEndpointProviderModelResponse as al, EndpointAttribute as am, CreateEndpointResponse as an, EndpointRetryConfiguration as ao, EndpointCacheConfiguration as ap, CreateEndpointRetryConfigurationResponse as aq, CreateEndpointCacheConfigurationResponse as ar, GetAllEndpointLogResponse as as, GetEndpointLogResponse as at, CreateProviderCredentialRequest as au, GetCredentialResponse as av, GetAllOrganizationCredentialResponse as aw, AssistantMessagingRequest as ax, AssistantMessagingResponse as ay, CreateMessageMetricRequest as az, AssistantApiDeployment as b, CreateMetadataResponse as b$, CreateBulkPhoneCallRequest as b0, CreateBulkPhoneCallResponse as b1, GetAllAssistantTelemetryRequest as b2, GetAllAssistantTelemetryResponse as b3, ConnectionState as b4, Channel as b5, InputOptions as b6, OutputOptions as b7, AgentConfig as b8, type AgentCallback as b9, HEADER_LONGITUDE as bA, WithPlatform as bB, WithAuthContext as bC, getClientInfo as bD, WithClientContext as bE, EndpointService as bF, EndpointServiceClient as bG, AssistantDeploymentService as bH, AssistantDeploymentServiceClient as bI, ConnectService as bJ, ConnectServiceClient as bK, VaultService as bL, VaultServiceClient as bM, Deployment as bN, DeploymentClient as bO, AssistantKnowledge as bP, CreateAssistantKnowledgeRequest as bQ, UpdateAssistantKnowledgeRequest as bR, GetAssistantKnowledgeRequest as bS, DeleteAssistantKnowledgeRequest as bT, GetAllAssistantKnowledgeRequest as bU, GetAllDeploymentRequest as bV, SearchableDeployment as bW, AuditLog as bX, GetAllAuditLogRequest as bY, GetAuditLogRequest as bZ, CreateMetadataRequest as b_, MessageRole as ba, MessageStatus as bb, HEADER_ENVIRONMENT_KEY as bc, HEADER_SOURCE_KEY as bd, HEADER_REGION_KEY as be, HEADER_API_KEY as bf, HEADER_AUTH_ID as bg, HEADER_PROJECT_ID as bh, HEADER_USER_AGENT as bi, HEADER_LANGUAGE as bj, HEADER_PLATFORM as bk, HEADER_SCREEN_WIDTH as bl, HEADER_SCREEN_HEIGHT as bm, HEADER_WINDOW_WIDTH as bn, HEADER_WINDOW_HEIGHT as bo, HEADER_TIMEZONE as bp, HEADER_COLOR_DEPTH as bq, HEADER_DEVICE_MEMORY as br, HEADER_HARDWARE_CONCURRENCY as bs, HEADER_CONNECTION_TYPE as bt, HEADER_CONNECTION_EFFECTIVE_TYPE as bu, HEADER_COOKIES_ENABLED as bv, HEADER_DO_NOT_TRACK as bw, HEADER_REFERRER as bx, HEADER_REMOTE_URL as by, HEADER_LATITUDE as bz, Assistant as c, Paginated as c$, KnowledgeService as c0, KnowledgeServiceClient as c1, GetAllModelProviderRequest as c2, ToolProvider as c3, GetAllToolProviderRequest as c4, VaultCredential as c5, CreateToolCredentialRequest as c6, GetProviderCredentialRequest as c7, GetAllOrganizationCredentialRequest as c8, GetCredentialRequest as c9, ForgotPasswordRequest as cA, CreatePasswordRequest as cB, VerifyTokenRequest as cC, AuthorizeRequest as cD, ScopeAuthorizeRequest as cE, ScopedAuthenticationResponse as cF, GetUserRequest as cG, UpdateUserRequest as cH, SocialAuthenticationRequest as cI, GetAllUserRequest as cJ, OrganizationError as cK, CreateOrganizationRequest as cL, UpdateOrganizationRequest as cM, GetOrganizationRequest as cN, UpdateBillingInformationRequest as cO, Project as cP, CreateProjectRequest as cQ, UpdateProjectRequest as cR, GetProjectRequest as cS, GetAllProjectRequest as cT, AddUsersToProjectRequest as cU, ArchiveProjectRequest as cV, ProjectCredential as cW, CreateProjectCredentialRequest as cX, GetAllProjectCredentialRequest as cY, FieldSelector as cZ, Paginate as c_, ProviderService as ca, ProviderServiceClient as cb, AssistantConversationConfiguration as cc, AssistantConversationInterruption as cd, AssistantConversationUserMessage as ce, AssistantConversationAssistantMessage as cf, AssistantAnalysis as cg, CreateAssistantAnalysisRequest as ch, UpdateAssistantAnalysisRequest as ci, GetAssistantAnalysisRequest as cj, DeleteAssistantAnalysisRequest as ck, GetAllAssistantAnalysisRequest as cl, EndpointDefinition as cm, UpdateRequest as cn, UpdateResponse as co, ProbeRequest as cp, ProbeResponse as cq, AuthenticateRequest as cr, RegisterUserRequest as cs, Token as ct, OrganizationRole as cu, ProjectRole as cv, FeaturePermission as cw, Authentication as cx, ScopedAuthentication as cy, AuthenticationError as cz, ConnectionConfig as d, UpdateAssistantToolRequest as d$, Ordering as d0, User as d1, Argument as d2, Variable as d3, Provider as d4, Tag as d5, Organization as d6, ToolCall as d7, FunctionCall as d8, Knowledge as d9, ActionConnectRequest as dA, GetConnectorFilesRequest as dB, DocumentService as dC, DocumentServiceClient as dD, MarketplaceService as dE, MarketplaceServiceClient as dF, IndexKnowledgeDocumentRequest as dG, CreateEndpointRequest as dH, EndpointProviderModel as dI, AggregatedEndpointAnalytics as dJ, Endpoint as dK, CreateEndpointProviderModelRequest as dL, GetEndpointRequest as dM, GetAllEndpointRequest as dN, GetAllEndpointProviderModelRequest as dO, UpdateEndpointVersionRequest as dP, CreateEndpointRetryConfigurationRequest as dQ, CreateEndpointCacheConfigurationRequest as dR, CreateEndpointTagRequest as dS, ForkEndpointRequest as dT, UpdateEndpointDetailRequest as dU, EndpointLog as dV, GetAllEndpointLogRequest as dW, GetEndpointLogRequest as dX, AssistantTool as dY, AssistantToolLog as dZ, CreateAssistantToolRequest as d_, TextPrompt as da, TextChatCompletePrompt as db, AssistantConversationMessage as dc, AssistantConversationContext as dd, AssistantConversation as de, GetAllAssistantConversationRequest as df, GetAllConversationMessageRequest as dg, AssistantConversationRecording as dh, AssistantDefinition as di, Telemetry as dj, AssistantService as dk, AssistantServiceClient as dl, TalkService as dm, TalkServiceClient as dn, AssistantWebhook as dp, AssistantWebhookLog as dq, CreateAssistantWebhookRequest as dr, UpdateAssistantWebhookRequest as ds, GetAssistantWebhookRequest as dt, DeleteAssistantWebhookRequest as du, GetAllAssistantWebhookRequest as dv, GetAllAssistantWebhookLogRequest as dw, GetAssistantWebhookLogRequest as dx, KnowledgeConnectRequest as dy, GeneralConnectRequest as dz, type ClientAuthInfo as e, GetAssistantToolRequest as e0, DeleteAssistantToolRequest as e1, GetAllAssistantToolRequest as e2, DeploymentAudioProvider as e3, AssistantPhoneDeployment as e4, AssistantWhatsappDeployment as e5, AuditLoggingService as e6, AuditLoggingServiceClient as e7, CreateKnowledgeRequest as e8, GetAllKnowledgeRequest as e9, AssistantProviderWebsocket as eA, GetAllAssistantProviderRequest as eB, WEB_PLUGIN_SOURCE as eC, DEBUGGER_SOURCE as eD, SDK_SOURCE as eE, PHONE_CALL_SOURCE as eF, WHATSAPP_SOURCE as eG, getRapidaSourceValue as eH, fromStr as eI, GetKnowledgeRequest as ea, CreateKnowledgeTagRequest as eb, KnowledgeDocument as ec, GetAllKnowledgeDocumentRequest as ed, CreateKnowledgeDocumentRequest as ee, KnowledgeDocumentSegment as ef, GetAllKnowledgeDocumentSegmentRequest as eg, UpdateKnowledgeDetailRequest as eh, UpdateKnowledgeDocumentSegmentRequest as ei, DeleteKnowledgeDocumentSegmentRequest as ej, KnowledgeLog as ek, CreateAssistantTagRequest as el, DeleteAssistantRequest as em, GetAllAssistantRequest as en, GetAllAssistantMessageRequest as eo, GetAllMessageRequest as ep, UpdateAssistantDetailRequest as eq, AuthenticationService as er, OrganizationService as es, ProjectService as et, AuthenticationServiceClient as eu, OrganizationServiceClient as ev, ProjectServiceClient as ew, DeviceSelectorComponent as ex, AssistantProviderModel as ey, AssistantProviderAgentkit as ez, InvokeRequest as f, InvokeResponse as g, AuthenticateResponse as h, VerifyTokenResponse as i, ForgotPasswordResponse as j, CreatePasswordResponse as k, GetUserResponse as l, UpdateUserResponse as m, GetAllUserResponse as n, GetAllModelProviderResponse as o, GetAllToolProviderResponse as p, GeneralConnectResponse as q, ActionConnectResponse as r, Criteria as s, GetConnectorFilesResponse as t, CreateOrganizationResponse as u, UpdateOrganizationResponse as v, GetOrganizationResponse as w, GetAllAssistantResponse as x, UpdateAssistantVersionRequest as y, GetAssistantResponse 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 };