@rapidaai/nodejs 1.0.15 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -57467,7 +57467,7 @@ var ConnectionConfig = class _ConnectionConfig {
57467
57467
  }
57468
57468
  get assistantClient() {
57469
57469
  return new import_assistant_api_grpc_pb.AssistantServiceClient(
57470
- this._endpoint.web,
57470
+ this._endpoint.assistant,
57471
57471
  this._debug ? import_grpc_js.credentials.createInsecure() : import_grpc_js.credentials.createSsl()
57472
57472
  );
57473
57473
  }
@@ -57479,25 +57479,25 @@ var ConnectionConfig = class _ConnectionConfig {
57479
57479
  }
57480
57480
  get knowledgeClient() {
57481
57481
  return new import_knowledge_api_grpc_pb.KnowledgeServiceClient(
57482
- this._endpoint.web,
57482
+ this._endpoint.assistant,
57483
57483
  this._debug ? import_grpc_js.credentials.createInsecure() : import_grpc_js.credentials.createSsl()
57484
57484
  );
57485
57485
  }
57486
57486
  get deploymentClient() {
57487
57487
  return new import_invoker_api_grpc_pb.DeploymentClient(
57488
- this._endpoint.web,
57488
+ this._endpoint.endpoint,
57489
57489
  this._debug ? import_grpc_js.credentials.createInsecure() : import_grpc_js.credentials.createSsl()
57490
57490
  );
57491
57491
  }
57492
57492
  get marketplaceClient() {
57493
57493
  return new import_marketplace_api_grpc_pb.MarketplaceServiceClient(
57494
- this._endpoint.web,
57494
+ this._endpoint.endpoint,
57495
57495
  this._debug ? import_grpc_js.credentials.createInsecure() : import_grpc_js.credentials.createSsl()
57496
57496
  );
57497
57497
  }
57498
57498
  get documentClient() {
57499
57499
  return new import_document_api_grpc_pb.DocumentServiceClient(
57500
- this._endpoint.web,
57500
+ this._endpoint.assistant,
57501
57501
  this._debug ? import_grpc_js.credentials.createInsecure() : import_grpc_js.credentials.createSsl()
57502
57502
  );
57503
57503
  }
@@ -57509,7 +57509,7 @@ var ConnectionConfig = class _ConnectionConfig {
57509
57509
  }
57510
57510
  get endpointClient() {
57511
57511
  return new import_endpoint_api_grpc_pb.EndpointServiceClient(
57512
- this._endpoint.web,
57512
+ this._endpoint.endpoint,
57513
57513
  this._debug ? import_grpc_js.credentials.createInsecure() : import_grpc_js.credentials.createSsl()
57514
57514
  );
57515
57515
  }
@@ -57521,7 +57521,7 @@ var ConnectionConfig = class _ConnectionConfig {
57521
57521
  }
57522
57522
  get assistantDeploymentClient() {
57523
57523
  return new import_assistant_deployment_grpc_pb.AssistantDeploymentServiceClient(
57524
- this._endpoint.web,
57524
+ this._endpoint.assistant,
57525
57525
  this._debug ? import_grpc_js.credentials.createInsecure() : import_grpc_js.credentials.createSsl()
57526
57526
  );
57527
57527
  }