New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@neondatabase/api-client

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neondatabase/api-client - npm Package Compare versions

Comparing version 1.9.0 to 1.9.1-beta.1

27

dist/api.gen.js

@@ -95,3 +95,3 @@ "use strict";

Provisioner["K8SNeonvm"] = "k8s-neonvm";
})(Provisioner = exports.Provisioner || (exports.Provisioner = {}));
})(Provisioner || (exports.Provisioner = Provisioner = {}));
/** The action performed by the operation */

@@ -117,3 +117,3 @@ var OperationAction;

OperationAction["SwitchPageserver"] = "switch_pageserver";
})(OperationAction = exports.OperationAction || (exports.OperationAction = {}));
})(OperationAction || (exports.OperationAction = OperationAction = {}));
/** The status of the operation */

@@ -130,3 +130,3 @@ var OperationStatus;

OperationStatus["Skipped"] = "skipped";
})(OperationStatus = exports.OperationStatus || (exports.OperationStatus = {}));
})(OperationStatus || (exports.OperationStatus = OperationStatus = {}));
var ConsumptionHistoryGranularity;

@@ -137,3 +137,3 @@ (function (ConsumptionHistoryGranularity) {

ConsumptionHistoryGranularity["Monthly"] = "monthly";
})(ConsumptionHistoryGranularity = exports.ConsumptionHistoryGranularity || (exports.ConsumptionHistoryGranularity = {}));
})(ConsumptionHistoryGranularity || (exports.ConsumptionHistoryGranularity = ConsumptionHistoryGranularity = {}));
/** The branch state */

@@ -144,3 +144,3 @@ var BranchState;

BranchState["Ready"] = "ready";
})(BranchState = exports.BranchState || (exports.BranchState = {}));
})(BranchState || (exports.BranchState = BranchState = {}));
/** The state of the compute endpoint */

@@ -152,3 +152,3 @@ var EndpointState;

EndpointState["Idle"] = "idle";
})(EndpointState = exports.EndpointState || (exports.EndpointState = {}));
})(EndpointState || (exports.EndpointState = EndpointState = {}));
/**

@@ -162,3 +162,3 @@ * The compute endpoint type. Either `read_write` or `read_only`.

EndpointType["ReadWrite"] = "read_write";
})(EndpointType = exports.EndpointType || (exports.EndpointType = {}));
})(EndpointType || (exports.EndpointType = EndpointType = {}));
/** The connection pooler mode. Neon supports PgBouncer in `transaction` mode only. */

@@ -168,3 +168,3 @@ var EndpointPoolerMode;

EndpointPoolerMode["Transaction"] = "transaction";
})(EndpointPoolerMode = exports.EndpointPoolerMode || (exports.EndpointPoolerMode = {}));
})(EndpointPoolerMode || (exports.EndpointPoolerMode = EndpointPoolerMode = {}));
/**

@@ -182,3 +182,3 @@ * Type of subscription to Neon Cloud.

BillingSubscriptionType["Scale"] = "scale";
})(BillingSubscriptionType = exports.BillingSubscriptionType || (exports.BillingSubscriptionType = {}));
})(BillingSubscriptionType || (exports.BillingSubscriptionType = BillingSubscriptionType = {}));
/** The role of the organization member */

@@ -189,3 +189,3 @@ var MemberRole;

MemberRole["Member"] = "member";
})(MemberRole = exports.MemberRole || (exports.MemberRole = {}));
})(MemberRole || (exports.MemberRole = MemberRole = {}));
/** Identity provider id from keycloak */

@@ -198,3 +198,3 @@ var IdentityProviderId;

IdentityProviderId["Keycloak"] = "keycloak";
})(IdentityProviderId = exports.IdentityProviderId || (exports.IdentityProviderId = {}));
})(IdentityProviderId || (exports.IdentityProviderId = IdentityProviderId = {}));
var SupportTicketSeverity;

@@ -206,3 +206,3 @@ (function (SupportTicketSeverity) {

SupportTicketSeverity["Critical"] = "critical";
})(SupportTicketSeverity = exports.SupportTicketSeverity || (exports.SupportTicketSeverity = {}));
})(SupportTicketSeverity || (exports.SupportTicketSeverity = SupportTicketSeverity = {}));
var axios_1 = require("axios");

@@ -215,3 +215,3 @@ var ContentType;

ContentType["Text"] = "text/plain";
})(ContentType = exports.ContentType || (exports.ContentType = {}));
})(ContentType || (exports.ContentType = ContentType = {}));
var HttpClient = /** @class */ (function () {

@@ -935,2 +935,3 @@ function HttpClient(_a) {

*
* @tags Users
* @name GetCurrentUserOrganizations

@@ -937,0 +938,0 @@ * @summary Get current user organizations list

{
"name": "@neondatabase/api-client",
"version": "1.9.0",
"version": "1.9.1-beta.1",
"description": "Wrapper for Neon API",

@@ -8,12 +8,14 @@ "main": "dist/index.js",

"scripts": {
"build": "tsc"
"build": "tsc",
"lint:ts": "tsc --noEmit"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"author": "Eduard Dykman <eduard@neon.tech>",
"license": "MIT",
"devDependencies": {
"typescript": "^5.0.4"
},
"dependencies": {
"axios": "^1.4.0"
"axios": "^1.6.0"
}
}
}

@@ -6,5 +6,5 @@ {

"skipLibCheck": true,
"lib": ["ES2015", "DOM"],
"lib": ["ES2015", "DOM"]
},
"files": ["./index.ts"],
"files": ["./index.ts"]
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc