Socket
Socket
Sign inDemoInstall

@adastradev/data-ingestion-sdk

Package Overview
Dependencies
30
Maintainers
11
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

3

dist/DataIngestionApi.d.ts
import { ApiCredentials } from '@adastradev/serverless-discovery-sdk';
import { AstraResponse } from './AstraResponse';
import { ITenantSettingsApiModel } from './ITenantSettingsApiModel';
import { IGlobalSettingsApiModel } from './IGlobalSettingsApiModel';
export declare class DataIngestionApi {

@@ -8,5 +9,5 @@ private apigClient;

constructor(serviceEndpointUri: string, region: string, credentials: ApiCredentials);
getSettings(): AstraResponse<ITenantSettingsApiModel>;
getSettings(): AstraResponse<IGlobalSettingsApiModel>;
getTenantSettings(): AstraResponse<ITenantSettingsApiModel>;
private invoke;
}
{
"name": "@adastradev/data-ingestion-sdk",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Astra data ingestion SDK for JavaScript in the browser and Node.js",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc