@onmetal/node
Advanced tools
Comparing version 0.1.0-alpha.2 to 0.1.0-alpha.3
# Changelog | ||
## 0.1.0-alpha.3 (2024-05-16) | ||
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/onmetal-dev/node/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) | ||
### Features | ||
* **api:** update via SDK Studio ([#7](https://github.com/onmetal-dev/node/issues/7)) ([a0a30d0](https://github.com/onmetal-dev/node/commit/a0a30d037f199e564cfc593ef1fd1b9b131435a5)) | ||
* **api:** update via SDK Studio ([#9](https://github.com/onmetal-dev/node/issues/9)) ([caf93dc](https://github.com/onmetal-dev/node/commit/caf93dc024c7febbdaf68e8590b2972406abffa4)) | ||
## 0.1.0-alpha.2 (2024-05-15) | ||
@@ -4,0 +13,0 @@ |
@@ -80,2 +80,3 @@ import * as Core from "./core.js"; | ||
hetznerProjects: API.HetznerProjects; | ||
hetznerClusters: API.HetznerClusters; | ||
protected defaultQuery(): Core.DefaultQuery | undefined; | ||
@@ -113,4 +114,9 @@ protected defaultHeaders(opts: Core.FinalRequestOptions): Core.Headers; | ||
export import HetznerProjectCreateParams = API.HetznerProjectCreateParams; | ||
export import HetznerClusters = API.HetznerClusters; | ||
export import HetznerCluster = API.HetznerCluster; | ||
export import HetznerClusterListResponse = API.HetznerClusterListResponse; | ||
export import HetznerClusterDeleteResponse = API.HetznerClusterDeleteResponse; | ||
export import HetznerClusterCreateParams = API.HetznerClusterCreateParams; | ||
} | ||
export default Metal; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -65,2 +65,3 @@ "use strict"; | ||
this.hetznerProjects = new API.HetznerProjects(this); | ||
this.hetznerClusters = new API.HetznerClusters(this); | ||
this._options = options; | ||
@@ -106,2 +107,3 @@ this.metalAPIKey = metalAPIKey; | ||
Metal.HetznerProjects = API.HetznerProjects; | ||
Metal.HetznerClusters = API.HetznerClusters; | ||
})(Metal = exports.Metal || (exports.Metal = {})); | ||
@@ -108,0 +110,0 @@ exports = module.exports = Metal; |
{ | ||
"name": "@onmetal/node", | ||
"version": "0.1.0-alpha.2", | ||
"version": "0.1.0-alpha.3", | ||
"description": "The official TypeScript library for the Metal API", | ||
@@ -5,0 +5,0 @@ "author": "Metal <dev-feedback@metal.com>", |
@@ -0,3 +1,4 @@ | ||
export { HetznerCluster, HetznerClusterListResponse, HetznerClusterDeleteResponse, HetznerClusterCreateParams, HetznerClusters, } from "./hetzner-clusters.js"; | ||
export { HetznerProject, HetznerProjectListResponse, HetznerProjectDeleteResponse, HetznerProjectCreateParams, HetznerProjects, } from "./hetzner-projects.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 = void 0; | ||
exports.Whoami = exports.HetznerProjects = exports.HetznerClusters = void 0; | ||
var hetzner_clusters_1 = require("./hetzner-clusters.js"); | ||
Object.defineProperty(exports, "HetznerClusters", { enumerable: true, get: function () { return hetzner_clusters_1.HetznerClusters; } }); | ||
var hetzner_projects_1 = require("./hetzner-projects.js"); | ||
@@ -6,0 +8,0 @@ Object.defineProperty(exports, "HetznerProjects", { enumerable: true, get: function () { return hetzner_projects_1.HetznerProjects; } }); |
@@ -121,2 +121,3 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
hetznerProjects: API.HetznerProjects = new API.HetznerProjects(this); | ||
hetznerClusters: API.HetznerClusters = new API.HetznerClusters(this); | ||
@@ -188,4 +189,10 @@ protected override defaultQuery(): Core.DefaultQuery | undefined { | ||
export import HetznerProjectCreateParams = API.HetznerProjectCreateParams; | ||
export import HetznerClusters = API.HetznerClusters; | ||
export import HetznerCluster = API.HetznerCluster; | ||
export import HetznerClusterListResponse = API.HetznerClusterListResponse; | ||
export import HetznerClusterDeleteResponse = API.HetznerClusterDeleteResponse; | ||
export import HetznerClusterCreateParams = API.HetznerClusterCreateParams; | ||
} | ||
export default Metal; |
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
export { | ||
HetznerCluster, | ||
HetznerClusterListResponse, | ||
HetznerClusterDeleteResponse, | ||
HetznerClusterCreateParams, | ||
HetznerClusters, | ||
} from './hetzner-clusters'; | ||
export { | ||
HetznerProject, | ||
@@ -5,0 +12,0 @@ HetznerProjectListResponse, |
@@ -1,1 +0,1 @@ | ||
export const VERSION = '0.1.0-alpha.2'; // x-release-please-version | ||
export const VERSION = '0.1.0-alpha.3'; // x-release-please-version |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.1.0-alpha.2"; | ||
export declare const VERSION = "0.1.0-alpha.3"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '0.1.0-alpha.2'; // x-release-please-version | ||
exports.VERSION = '0.1.0-alpha.3'; // 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
421920
186
6620