Socket
Socket
Sign inDemoInstall

@onmetal/node

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onmetal/node - npm Package Compare versions

Comparing version 0.1.0-alpha.6 to 0.1.0-alpha.7

resources/teams.d.ts

8

CHANGELOG.md
# Changelog
## 0.1.0-alpha.7 (2024-05-22)
Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/onmetal-dev/node/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)
### Features
* **api:** update via SDK Studio ([#20](https://github.com/onmetal-dev/node/issues/20)) ([3e8e8af](https://github.com/onmetal-dev/node/commit/3e8e8afe4f12e3a393c067e500493590a6e5e0ef))
## 0.1.0-alpha.6 (2024-05-22)

@@ -4,0 +12,0 @@

4

index.d.ts

@@ -82,2 +82,3 @@ import * as Core from "./core.js";

applications: API.Applications;
teams: API.Teams;
protected defaultQuery(): Core.DefaultQuery | undefined;

@@ -125,4 +126,7 @@ protected defaultHeaders(opts: Core.FinalRequestOptions): Core.Headers;

export import ApplicationCreateParams = API.ApplicationCreateParams;
export import Teams = API.Teams;
export import TeamRetrieveResponse = API.TeamRetrieveResponse;
export import TeamListResponse = API.TeamListResponse;
}
export default Metal;
//# sourceMappingURL=index.d.ts.map

@@ -67,2 +67,3 @@ "use strict";

this.applications = new API.Applications(this);
this.teams = new API.Teams(this);
this._options = options;

@@ -110,2 +111,3 @@ this.metalAPIKey = metalAPIKey;

Metal.Applications = API.Applications;
Metal.Teams = API.Teams;
})(Metal = exports.Metal || (exports.Metal = {}));

@@ -112,0 +114,0 @@ exports = module.exports = Metal;

2

package.json
{
"name": "@onmetal/node",
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"description": "The official TypeScript library for the Metal API",

@@ -5,0 +5,0 @@ "author": "Metal <dev-feedback@metal.com>",

export { Application, ApplicationListResponse, ApplicationDeleteResponse, ApplicationCreateParams, Applications, } from "./applications.js";
export { HetznerCluster, HetznerClusterListResponse, HetznerClusterDeleteResponse, HetznerClusterCreateParams, HetznerClusters, } from "./hetzner-clusters.js";
export { HetznerProject, HetznerProjectListResponse, HetznerProjectDeleteResponse, HetznerProjectCreateParams, HetznerProjects, } from "./hetzner-projects.js";
export { TeamRetrieveResponse, TeamListResponse, Teams } from "./teams.js";
export { WhoAmI, Whoami } from "./whoami.js";
//# sourceMappingURL=index.d.ts.map
"use strict";
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
Object.defineProperty(exports, "__esModule", { value: true });
exports.Whoami = exports.HetznerProjects = exports.HetznerClusters = exports.Applications = void 0;
exports.Whoami = exports.Teams = exports.HetznerProjects = exports.HetznerClusters = exports.Applications = void 0;
var applications_1 = require("./applications.js");

@@ -11,4 +11,6 @@ Object.defineProperty(exports, "Applications", { enumerable: true, get: function () { return applications_1.Applications; } });

Object.defineProperty(exports, "HetznerProjects", { enumerable: true, get: function () { return hetzner_projects_1.HetznerProjects; } });
var teams_1 = require("./teams.js");
Object.defineProperty(exports, "Teams", { enumerable: true, get: function () { return teams_1.Teams; } });
var whoami_1 = require("./whoami.js");
Object.defineProperty(exports, "Whoami", { enumerable: true, get: function () { return whoami_1.Whoami; } });
//# sourceMappingURL=index.js.map

@@ -123,2 +123,3 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

applications: API.Applications = new API.Applications(this);
teams: API.Teams = new API.Teams(this);

@@ -202,4 +203,8 @@ protected override defaultQuery(): Core.DefaultQuery | undefined {

export import ApplicationCreateParams = API.ApplicationCreateParams;
export import Teams = API.Teams;
export import TeamRetrieveResponse = API.TeamRetrieveResponse;
export import TeamListResponse = API.TeamListResponse;
}
export default Metal;

@@ -24,2 +24,3 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

} from './hetzner-projects';
export { TeamRetrieveResponse, TeamListResponse, Teams } from './teams';
export { WhoAmI, Whoami } from './whoami';

@@ -1,1 +0,1 @@

export const VERSION = '0.1.0-alpha.6'; // x-release-please-version
export const VERSION = '0.1.0-alpha.7'; // x-release-please-version

@@ -1,2 +0,2 @@

export declare const VERSION = "0.1.0-alpha.6";
export declare const VERSION = "0.1.0-alpha.7";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '0.1.0-alpha.6'; // x-release-please-version
exports.VERSION = '0.1.0-alpha.7'; // x-release-please-version
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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