@nirvana-labs/nirvana 1.1.2 → 1.3.0
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/CHANGELOG.md +30 -0
- package/README.md +7 -12
- package/package.json +1 -1
- package/resources/compute/compute.d.mts +2 -2
- package/resources/compute/compute.d.mts.map +1 -1
- package/resources/compute/compute.d.ts +2 -2
- package/resources/compute/compute.d.ts.map +1 -1
- package/resources/compute/compute.js +2 -2
- package/resources/compute/compute.js.map +1 -1
- package/resources/compute/compute.mjs +2 -2
- package/resources/compute/compute.mjs.map +1 -1
- package/resources/compute/index.d.mts +1 -1
- package/resources/compute/index.d.ts +1 -1
- package/resources/compute/index.js +2 -2
- package/resources/compute/index.js.map +1 -1
- package/resources/compute/index.mjs +1 -1
- package/resources/compute/vms/availability.d.mts +130 -0
- package/resources/compute/vms/availability.d.mts.map +1 -0
- package/resources/compute/vms/availability.d.ts +130 -0
- package/resources/compute/vms/availability.d.ts.map +1 -0
- package/resources/compute/vms/availability.js +56 -0
- package/resources/compute/vms/availability.js.map +1 -0
- package/resources/compute/vms/availability.mjs +52 -0
- package/resources/compute/vms/availability.mjs.map +1 -0
- package/resources/compute/vms/index.d.mts +1 -0
- package/resources/compute/vms/index.d.mts.map +1 -1
- package/resources/compute/vms/index.d.ts +1 -0
- package/resources/compute/vms/index.d.ts.map +1 -1
- package/resources/compute/vms/index.js +3 -1
- package/resources/compute/vms/index.js.map +1 -1
- package/resources/compute/vms/index.mjs +1 -0
- package/resources/compute/vms/index.mjs.map +1 -1
- package/resources/compute/vms/vms.d.mts +5 -1
- package/resources/compute/vms/vms.d.mts.map +1 -1
- package/resources/compute/vms/vms.d.ts +5 -1
- package/resources/compute/vms/vms.d.ts.map +1 -1
- package/resources/compute/vms/vms.js +5 -1
- package/resources/compute/vms/vms.js.map +1 -1
- package/resources/compute/vms/vms.mjs +5 -1
- package/resources/compute/vms/vms.mjs.map +1 -1
- package/resources/compute/vms/volumes.d.mts +1 -1
- package/resources/compute/vms/volumes.d.ts +1 -1
- package/resources/compute/volumes/availability.d.mts +61 -0
- package/resources/compute/volumes/availability.d.mts.map +1 -0
- package/resources/compute/volumes/availability.d.ts +61 -0
- package/resources/compute/volumes/availability.d.ts.map +1 -0
- package/resources/compute/volumes/availability.js +49 -0
- package/resources/compute/volumes/availability.js.map +1 -0
- package/resources/compute/volumes/availability.mjs +45 -0
- package/resources/compute/volumes/availability.mjs.map +1 -0
- package/resources/compute/volumes/index.d.mts +3 -0
- package/resources/compute/volumes/index.d.mts.map +1 -0
- package/resources/compute/volumes/index.d.ts +3 -0
- package/resources/compute/volumes/index.d.ts.map +1 -0
- package/resources/compute/volumes/index.js +9 -0
- package/resources/compute/volumes/index.js.map +1 -0
- package/resources/compute/volumes/index.mjs +4 -0
- package/resources/compute/volumes/index.mjs.map +1 -0
- package/resources/compute/volumes/volumes.d.mts +150 -0
- package/resources/compute/volumes/volumes.d.mts.map +1 -0
- package/resources/compute/volumes/volumes.d.ts +150 -0
- package/resources/compute/volumes/volumes.d.ts.map +1 -0
- package/resources/compute/volumes/volumes.js +83 -0
- package/resources/compute/volumes/volumes.js.map +1 -0
- package/resources/compute/volumes/volumes.mjs +78 -0
- package/resources/compute/volumes/volumes.mjs.map +1 -0
- package/resources/compute/volumes.d.mts +1 -145
- package/resources/compute/volumes.d.mts.map +1 -1
- package/resources/compute/volumes.d.ts +1 -145
- package/resources/compute/volumes.d.ts.map +1 -1
- package/resources/compute/volumes.js +2 -71
- package/resources/compute/volumes.js.map +1 -1
- package/resources/compute/volumes.mjs +1 -69
- package/resources/compute/volumes.mjs.map +1 -1
- package/resources/networking/index.d.mts +1 -1
- package/resources/networking/index.d.ts +1 -1
- package/resources/networking/index.js +2 -2
- package/resources/networking/index.js.map +1 -1
- package/resources/networking/index.mjs +1 -1
- package/resources/networking/networking.d.mts +2 -2
- package/resources/networking/networking.d.ts +2 -2
- package/resources/networking/networking.js +2 -2
- package/resources/networking/networking.js.map +1 -1
- package/resources/networking/networking.mjs +2 -2
- package/resources/networking/vpcs/availability.d.mts +62 -0
- package/resources/networking/vpcs/availability.d.mts.map +1 -0
- package/resources/networking/vpcs/availability.d.ts +62 -0
- package/resources/networking/vpcs/availability.d.ts.map +1 -0
- package/resources/networking/vpcs/availability.js +40 -0
- package/resources/networking/vpcs/availability.js.map +1 -0
- package/resources/networking/vpcs/availability.mjs +36 -0
- package/resources/networking/vpcs/availability.mjs.map +1 -0
- package/resources/networking/vpcs/index.d.mts +3 -0
- package/resources/networking/vpcs/index.d.mts.map +1 -0
- package/resources/networking/vpcs/index.d.ts +3 -0
- package/resources/networking/vpcs/index.d.ts.map +1 -0
- package/resources/networking/vpcs/index.js +9 -0
- package/resources/networking/vpcs/index.js.map +1 -0
- package/resources/networking/vpcs/index.mjs +4 -0
- package/resources/networking/vpcs/index.mjs.map +1 -0
- package/resources/networking/vpcs/vpcs.d.mts +157 -0
- package/resources/networking/vpcs/vpcs.d.mts.map +1 -0
- package/resources/networking/vpcs/vpcs.d.ts +157 -0
- package/resources/networking/vpcs/vpcs.d.ts.map +1 -0
- package/resources/networking/vpcs/vpcs.js +81 -0
- package/resources/networking/vpcs/vpcs.js.map +1 -0
- package/resources/networking/vpcs/vpcs.mjs +76 -0
- package/resources/networking/vpcs/vpcs.mjs.map +1 -0
- package/resources/networking/vpcs.d.mts +1 -152
- package/resources/networking/vpcs.d.mts.map +1 -1
- package/resources/networking/vpcs.d.ts +1 -152
- package/resources/networking/vpcs.d.ts.map +1 -1
- package/resources/networking/vpcs.js +2 -69
- package/resources/networking/vpcs.js.map +1 -1
- package/resources/networking/vpcs.mjs +1 -67
- package/resources/networking/vpcs.mjs.map +1 -1
- package/src/resources/compute/compute.ts +10 -10
- package/src/resources/compute/index.ts +1 -1
- package/src/resources/compute/vms/availability.ts +172 -0
- package/src/resources/compute/vms/index.ts +7 -0
- package/src/resources/compute/vms/vms.ts +19 -1
- package/src/resources/compute/vms/volumes.ts +1 -1
- package/src/resources/compute/volumes/availability.ts +91 -0
- package/src/resources/compute/volumes/index.ts +18 -0
- package/src/resources/compute/volumes/volumes.ts +213 -0
- package/src/resources/compute/volumes.ts +1 -191
- package/src/resources/networking/index.ts +1 -1
- package/src/resources/networking/networking.ts +2 -2
- package/src/resources/networking/vpcs/availability.ts +83 -0
- package/src/resources/networking/vpcs/index.ts +17 -0
- package/src/resources/networking/vpcs/vpcs.ts +220 -0
- package/src/resources/networking/vpcs.ts +1 -198
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -1,146 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import * as OperationsAPI from "../operations.js";
|
|
3
|
-
import * as Shared from "../shared.js";
|
|
4
|
-
import { APIPromise } from "../../core/api-promise.js";
|
|
5
|
-
import { RequestOptions } from "../../internal/request-options.js";
|
|
6
|
-
export declare class Volumes extends APIResource {
|
|
7
|
-
/**
|
|
8
|
-
* Create a Volume. Only data volumes can be created.
|
|
9
|
-
*
|
|
10
|
-
* @example
|
|
11
|
-
* ```ts
|
|
12
|
-
* const operation = await client.compute.volumes.create({
|
|
13
|
-
* name: 'my-data-volume',
|
|
14
|
-
* size: 100,
|
|
15
|
-
* vm_id: 'vm_id',
|
|
16
|
-
* });
|
|
17
|
-
* ```
|
|
18
|
-
*/
|
|
19
|
-
create(body: VolumeCreateParams, options?: RequestOptions): APIPromise<OperationsAPI.Operation>;
|
|
20
|
-
/**
|
|
21
|
-
* Update a Volume. Boot or data volumes can be updated.
|
|
22
|
-
*
|
|
23
|
-
* @example
|
|
24
|
-
* ```ts
|
|
25
|
-
* const operation = await client.compute.volumes.update(
|
|
26
|
-
* 'volume_id',
|
|
27
|
-
* );
|
|
28
|
-
* ```
|
|
29
|
-
*/
|
|
30
|
-
update(volumeID: string, body: VolumeUpdateParams, options?: RequestOptions): APIPromise<OperationsAPI.Operation>;
|
|
31
|
-
/**
|
|
32
|
-
* List all volumes
|
|
33
|
-
*
|
|
34
|
-
* @example
|
|
35
|
-
* ```ts
|
|
36
|
-
* const volumeList = await client.compute.volumes.list();
|
|
37
|
-
* ```
|
|
38
|
-
*/
|
|
39
|
-
list(options?: RequestOptions): APIPromise<VolumeList>;
|
|
40
|
-
/**
|
|
41
|
-
* Delete a Volume. Boot or data volumes can be deleted.
|
|
42
|
-
*
|
|
43
|
-
* @example
|
|
44
|
-
* ```ts
|
|
45
|
-
* const operation = await client.compute.volumes.delete(
|
|
46
|
-
* 'volume_id',
|
|
47
|
-
* );
|
|
48
|
-
* ```
|
|
49
|
-
*/
|
|
50
|
-
delete(volumeID: string, options?: RequestOptions): APIPromise<OperationsAPI.Operation>;
|
|
51
|
-
/**
|
|
52
|
-
* Get a Volume.
|
|
53
|
-
*
|
|
54
|
-
* @example
|
|
55
|
-
* ```ts
|
|
56
|
-
* const volume = await client.compute.volumes.get(
|
|
57
|
-
* 'volume_id',
|
|
58
|
-
* );
|
|
59
|
-
* ```
|
|
60
|
-
*/
|
|
61
|
-
get(volumeID: string, options?: RequestOptions): APIPromise<Volume>;
|
|
62
|
-
}
|
|
63
|
-
/**
|
|
64
|
-
* Storage type the volume is using.
|
|
65
|
-
*/
|
|
66
|
-
export type StorageType = 'nvme';
|
|
67
|
-
/**
|
|
68
|
-
* Volume details.
|
|
69
|
-
*/
|
|
70
|
-
export interface Volume {
|
|
71
|
-
/**
|
|
72
|
-
* Unique identifier for the volume.
|
|
73
|
-
*/
|
|
74
|
-
id: string;
|
|
75
|
-
/**
|
|
76
|
-
* When the volume was created.
|
|
77
|
-
*/
|
|
78
|
-
created_at: string;
|
|
79
|
-
/**
|
|
80
|
-
* Volume kind.
|
|
81
|
-
*/
|
|
82
|
-
kind: VolumeKind;
|
|
83
|
-
/**
|
|
84
|
-
* Name of the volume.
|
|
85
|
-
*/
|
|
86
|
-
name: string;
|
|
87
|
-
/**
|
|
88
|
-
* Size of the volume in GB.
|
|
89
|
-
*/
|
|
90
|
-
size: number;
|
|
91
|
-
/**
|
|
92
|
-
* Status of the resource.
|
|
93
|
-
*/
|
|
94
|
-
status: Shared.ResourceStatus;
|
|
95
|
-
/**
|
|
96
|
-
* Storage type the volume is using.
|
|
97
|
-
*/
|
|
98
|
-
type: StorageType;
|
|
99
|
-
/**
|
|
100
|
-
* When the volume was updated.
|
|
101
|
-
*/
|
|
102
|
-
updated_at: string;
|
|
103
|
-
/**
|
|
104
|
-
* ID of the VM the volume is attached to.
|
|
105
|
-
*/
|
|
106
|
-
vm_id: string | null;
|
|
107
|
-
/**
|
|
108
|
-
* Name of the VM the volume is attached to.
|
|
109
|
-
*/
|
|
110
|
-
vm_name: string | null;
|
|
111
|
-
}
|
|
112
|
-
/**
|
|
113
|
-
* Volume kind.
|
|
114
|
-
*/
|
|
115
|
-
export type VolumeKind = 'boot' | 'data';
|
|
116
|
-
export interface VolumeList {
|
|
117
|
-
items: Array<Volume>;
|
|
118
|
-
}
|
|
119
|
-
export interface VolumeCreateParams {
|
|
120
|
-
/**
|
|
121
|
-
* Name of the volume.
|
|
122
|
-
*/
|
|
123
|
-
name: string;
|
|
124
|
-
/**
|
|
125
|
-
* Size of the volume in GB.
|
|
126
|
-
*/
|
|
127
|
-
size: number;
|
|
128
|
-
/**
|
|
129
|
-
* ID of the VM the volume is attached to.
|
|
130
|
-
*/
|
|
131
|
-
vm_id: string;
|
|
132
|
-
}
|
|
133
|
-
export interface VolumeUpdateParams {
|
|
134
|
-
/**
|
|
135
|
-
* Name of the volume.
|
|
136
|
-
*/
|
|
137
|
-
name?: string;
|
|
138
|
-
/**
|
|
139
|
-
* Size of the volume in GB.
|
|
140
|
-
*/
|
|
141
|
-
size?: number;
|
|
142
|
-
}
|
|
143
|
-
export declare namespace Volumes {
|
|
144
|
-
export { type StorageType as StorageType, type Volume as Volume, type VolumeKind as VolumeKind, type VolumeList as VolumeList, type VolumeCreateParams as VolumeCreateParams, type VolumeUpdateParams as VolumeUpdateParams, };
|
|
145
|
-
}
|
|
1
|
+
export * from "./volumes/index.js";
|
|
146
2
|
//# sourceMappingURL=volumes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"volumes.d.ts","sourceRoot":"","sources":["../../src/resources/compute/volumes.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"volumes.d.ts","sourceRoot":"","sources":["../../src/resources/compute/volumes.ts"],"names":[],"mappings":""}
|
|
@@ -1,75 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
const path_1 = require("../../internal/utils/path.js");
|
|
7
|
-
class Volumes extends resource_1.APIResource {
|
|
8
|
-
/**
|
|
9
|
-
* Create a Volume. Only data volumes can be created.
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
* ```ts
|
|
13
|
-
* const operation = await client.compute.volumes.create({
|
|
14
|
-
* name: 'my-data-volume',
|
|
15
|
-
* size: 100,
|
|
16
|
-
* vm_id: 'vm_id',
|
|
17
|
-
* });
|
|
18
|
-
* ```
|
|
19
|
-
*/
|
|
20
|
-
create(body, options) {
|
|
21
|
-
return this._client.post('/v1/compute/volumes', { body, ...options });
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Update a Volume. Boot or data volumes can be updated.
|
|
25
|
-
*
|
|
26
|
-
* @example
|
|
27
|
-
* ```ts
|
|
28
|
-
* const operation = await client.compute.volumes.update(
|
|
29
|
-
* 'volume_id',
|
|
30
|
-
* );
|
|
31
|
-
* ```
|
|
32
|
-
*/
|
|
33
|
-
update(volumeID, body, options) {
|
|
34
|
-
return this._client.patch((0, path_1.path) `/v1/compute/volumes/${volumeID}`, { body, ...options });
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* List all volumes
|
|
38
|
-
*
|
|
39
|
-
* @example
|
|
40
|
-
* ```ts
|
|
41
|
-
* const volumeList = await client.compute.volumes.list();
|
|
42
|
-
* ```
|
|
43
|
-
*/
|
|
44
|
-
list(options) {
|
|
45
|
-
return this._client.get('/v1/compute/volumes', options);
|
|
46
|
-
}
|
|
47
|
-
/**
|
|
48
|
-
* Delete a Volume. Boot or data volumes can be deleted.
|
|
49
|
-
*
|
|
50
|
-
* @example
|
|
51
|
-
* ```ts
|
|
52
|
-
* const operation = await client.compute.volumes.delete(
|
|
53
|
-
* 'volume_id',
|
|
54
|
-
* );
|
|
55
|
-
* ```
|
|
56
|
-
*/
|
|
57
|
-
delete(volumeID, options) {
|
|
58
|
-
return this._client.delete((0, path_1.path) `/v1/compute/volumes/${volumeID}`, options);
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* Get a Volume.
|
|
62
|
-
*
|
|
63
|
-
* @example
|
|
64
|
-
* ```ts
|
|
65
|
-
* const volume = await client.compute.volumes.get(
|
|
66
|
-
* 'volume_id',
|
|
67
|
-
* );
|
|
68
|
-
* ```
|
|
69
|
-
*/
|
|
70
|
-
get(volumeID, options) {
|
|
71
|
-
return this._client.get((0, path_1.path) `/v1/compute/volumes/${volumeID}`, options);
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
exports.Volumes = Volumes;
|
|
4
|
+
const tslib_1 = require("../../internal/tslib.js");
|
|
5
|
+
tslib_1.__exportStar(require("./volumes/index.js"), exports);
|
|
75
6
|
//# sourceMappingURL=volumes.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"volumes.js","sourceRoot":"","sources":["../../src/resources/compute/volumes.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,
|
|
1
|
+
{"version":3,"file":"volumes.js","sourceRoot":"","sources":["../../src/resources/compute/volumes.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,6DAAgC"}
|
|
@@ -1,71 +1,3 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { path } from "../../internal/utils/path.mjs";
|
|
4
|
-
export class Volumes extends APIResource {
|
|
5
|
-
/**
|
|
6
|
-
* Create a Volume. Only data volumes can be created.
|
|
7
|
-
*
|
|
8
|
-
* @example
|
|
9
|
-
* ```ts
|
|
10
|
-
* const operation = await client.compute.volumes.create({
|
|
11
|
-
* name: 'my-data-volume',
|
|
12
|
-
* size: 100,
|
|
13
|
-
* vm_id: 'vm_id',
|
|
14
|
-
* });
|
|
15
|
-
* ```
|
|
16
|
-
*/
|
|
17
|
-
create(body, options) {
|
|
18
|
-
return this._client.post('/v1/compute/volumes', { body, ...options });
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Update a Volume. Boot or data volumes can be updated.
|
|
22
|
-
*
|
|
23
|
-
* @example
|
|
24
|
-
* ```ts
|
|
25
|
-
* const operation = await client.compute.volumes.update(
|
|
26
|
-
* 'volume_id',
|
|
27
|
-
* );
|
|
28
|
-
* ```
|
|
29
|
-
*/
|
|
30
|
-
update(volumeID, body, options) {
|
|
31
|
-
return this._client.patch(path `/v1/compute/volumes/${volumeID}`, { body, ...options });
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* List all volumes
|
|
35
|
-
*
|
|
36
|
-
* @example
|
|
37
|
-
* ```ts
|
|
38
|
-
* const volumeList = await client.compute.volumes.list();
|
|
39
|
-
* ```
|
|
40
|
-
*/
|
|
41
|
-
list(options) {
|
|
42
|
-
return this._client.get('/v1/compute/volumes', options);
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* Delete a Volume. Boot or data volumes can be deleted.
|
|
46
|
-
*
|
|
47
|
-
* @example
|
|
48
|
-
* ```ts
|
|
49
|
-
* const operation = await client.compute.volumes.delete(
|
|
50
|
-
* 'volume_id',
|
|
51
|
-
* );
|
|
52
|
-
* ```
|
|
53
|
-
*/
|
|
54
|
-
delete(volumeID, options) {
|
|
55
|
-
return this._client.delete(path `/v1/compute/volumes/${volumeID}`, options);
|
|
56
|
-
}
|
|
57
|
-
/**
|
|
58
|
-
* Get a Volume.
|
|
59
|
-
*
|
|
60
|
-
* @example
|
|
61
|
-
* ```ts
|
|
62
|
-
* const volume = await client.compute.volumes.get(
|
|
63
|
-
* 'volume_id',
|
|
64
|
-
* );
|
|
65
|
-
* ```
|
|
66
|
-
*/
|
|
67
|
-
get(volumeID, options) {
|
|
68
|
-
return this._client.get(path `/v1/compute/volumes/${volumeID}`, options);
|
|
69
|
-
}
|
|
70
|
-
}
|
|
2
|
+
export * from "./volumes/index.mjs";
|
|
71
3
|
//# sourceMappingURL=volumes.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"volumes.mjs","sourceRoot":"","sources":["../../src/resources/compute/volumes.ts"],"names":[],"mappings":"AAAA,sFAAsF
|
|
1
|
+
{"version":3,"file":"volumes.mjs","sourceRoot":"","sources":["../../src/resources/compute/volumes.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { FirewallRules, type FirewallRule, type FirewallRuleList, type FirewallRuleCreateParams, type FirewallRuleUpdateParams, type FirewallRuleDeleteParams, type FirewallRuleGetParams, } from "./firewall-rules.mjs";
|
|
2
2
|
export { Networking } from "./networking.mjs";
|
|
3
|
-
export { VPCs, type Subnet, type VPC, type VPCList, type VPCCreateParams, type VPCUpdateParams, } from "./vpcs.mjs";
|
|
3
|
+
export { VPCs, type Subnet, type VPC, type VPCList, type VPCCreateParams, type VPCUpdateParams, } from "./vpcs/index.mjs";
|
|
4
4
|
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { FirewallRules, type FirewallRule, type FirewallRuleList, type FirewallRuleCreateParams, type FirewallRuleUpdateParams, type FirewallRuleDeleteParams, type FirewallRuleGetParams, } from "./firewall-rules.js";
|
|
2
2
|
export { Networking } from "./networking.js";
|
|
3
|
-
export { VPCs, type Subnet, type VPC, type VPCList, type VPCCreateParams, type VPCUpdateParams, } from "./vpcs.js";
|
|
3
|
+
export { VPCs, type Subnet, type VPC, type VPCList, type VPCCreateParams, type VPCUpdateParams, } from "./vpcs/index.js";
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -6,6 +6,6 @@ var firewall_rules_1 = require("./firewall-rules.js");
|
|
|
6
6
|
Object.defineProperty(exports, "FirewallRules", { enumerable: true, get: function () { return firewall_rules_1.FirewallRules; } });
|
|
7
7
|
var networking_1 = require("./networking.js");
|
|
8
8
|
Object.defineProperty(exports, "Networking", { enumerable: true, get: function () { return networking_1.Networking; } });
|
|
9
|
-
var
|
|
10
|
-
Object.defineProperty(exports, "VPCs", { enumerable: true, get: function () { return
|
|
9
|
+
var index_1 = require("./vpcs/index.js");
|
|
10
|
+
Object.defineProperty(exports, "VPCs", { enumerable: true, get: function () { return index_1.VPCs; } });
|
|
11
11
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/networking/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,sDAQ0B;AAPxB,+GAAA,aAAa,OAAA;AAQf,8CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/networking/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,sDAQ0B;AAPxB,+GAAA,aAAa,OAAA;AAQf,8CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,yCAOsB;AANpB,6FAAA,IAAI,OAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
export { FirewallRules, } from "./firewall-rules.mjs";
|
|
3
3
|
export { Networking } from "./networking.mjs";
|
|
4
|
-
export { VPCs, } from "./vpcs.mjs";
|
|
4
|
+
export { VPCs, } from "./vpcs/index.mjs";
|
|
5
5
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { APIResource } from "../../core/resource.mjs";
|
|
2
2
|
import * as FirewallRulesAPI from "./firewall-rules.mjs";
|
|
3
3
|
import { FirewallRule, FirewallRuleCreateParams, FirewallRuleDeleteParams, FirewallRuleGetParams, FirewallRuleList, FirewallRuleUpdateParams, FirewallRules } from "./firewall-rules.mjs";
|
|
4
|
-
import * as VPCsAPI from "./vpcs.mjs";
|
|
5
|
-
import { Subnet, VPC, VPCCreateParams, VPCList, VPCUpdateParams, VPCs } from "./vpcs.mjs";
|
|
4
|
+
import * as VPCsAPI from "./vpcs/vpcs.mjs";
|
|
5
|
+
import { Subnet, VPC, VPCCreateParams, VPCList, VPCUpdateParams, VPCs } from "./vpcs/vpcs.mjs";
|
|
6
6
|
export declare class Networking extends APIResource {
|
|
7
7
|
vpcs: VPCsAPI.VPCs;
|
|
8
8
|
firewallRules: FirewallRulesAPI.FirewallRules;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { APIResource } from "../../core/resource.js";
|
|
2
2
|
import * as FirewallRulesAPI from "./firewall-rules.js";
|
|
3
3
|
import { FirewallRule, FirewallRuleCreateParams, FirewallRuleDeleteParams, FirewallRuleGetParams, FirewallRuleList, FirewallRuleUpdateParams, FirewallRules } from "./firewall-rules.js";
|
|
4
|
-
import * as VPCsAPI from "./vpcs.js";
|
|
5
|
-
import { Subnet, VPC, VPCCreateParams, VPCList, VPCUpdateParams, VPCs } from "./vpcs.js";
|
|
4
|
+
import * as VPCsAPI from "./vpcs/vpcs.js";
|
|
5
|
+
import { Subnet, VPC, VPCCreateParams, VPCList, VPCUpdateParams, VPCs } from "./vpcs/vpcs.js";
|
|
6
6
|
export declare class Networking extends APIResource {
|
|
7
7
|
vpcs: VPCsAPI.VPCs;
|
|
8
8
|
firewallRules: FirewallRulesAPI.FirewallRules;
|
|
@@ -6,8 +6,8 @@ const tslib_1 = require("../../internal/tslib.js");
|
|
|
6
6
|
const resource_1 = require("../../core/resource.js");
|
|
7
7
|
const FirewallRulesAPI = tslib_1.__importStar(require("./firewall-rules.js"));
|
|
8
8
|
const firewall_rules_1 = require("./firewall-rules.js");
|
|
9
|
-
const VPCsAPI = tslib_1.__importStar(require("./vpcs.js"));
|
|
10
|
-
const vpcs_1 = require("./vpcs.js");
|
|
9
|
+
const VPCsAPI = tslib_1.__importStar(require("./vpcs/vpcs.js"));
|
|
10
|
+
const vpcs_1 = require("./vpcs/vpcs.js");
|
|
11
11
|
class Networking extends resource_1.APIResource {
|
|
12
12
|
constructor() {
|
|
13
13
|
super(...arguments);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"networking.js","sourceRoot":"","sources":["../../src/resources/networking/networking.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,8EAAqD;AACrD,wDAQ0B;AAC1B,
|
|
1
|
+
{"version":3,"file":"networking.js","sourceRoot":"","sources":["../../src/resources/networking/networking.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,8EAAqD;AACrD,wDAQ0B;AAC1B,gEAAuC;AACvC,yCAA2F;AAE3F,MAAa,UAAW,SAAQ,sBAAW;IAA3C;;QACE,SAAI,GAAiB,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpD,kBAAa,GAAmC,IAAI,gBAAgB,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACnG,CAAC;CAAA;AAHD,gCAGC;AAED,UAAU,CAAC,IAAI,GAAG,WAAI,CAAC;AACvB,UAAU,CAAC,aAAa,GAAG,8BAAa,CAAC"}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import { APIResource } from "../../core/resource.mjs";
|
|
3
3
|
import * as FirewallRulesAPI from "./firewall-rules.mjs";
|
|
4
4
|
import { FirewallRules, } from "./firewall-rules.mjs";
|
|
5
|
-
import * as VPCsAPI from "./vpcs.mjs";
|
|
6
|
-
import { VPCs } from "./vpcs.mjs";
|
|
5
|
+
import * as VPCsAPI from "./vpcs/vpcs.mjs";
|
|
6
|
+
import { VPCs } from "./vpcs/vpcs.mjs";
|
|
7
7
|
export class Networking extends APIResource {
|
|
8
8
|
constructor() {
|
|
9
9
|
super(...arguments);
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
+
import * as Shared from "../../shared.mjs";
|
|
3
|
+
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
4
|
+
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
5
|
+
export declare class Availability extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Check if a VPC can be created
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```ts
|
|
11
|
+
* const availability =
|
|
12
|
+
* await client.networking.vpcs.availability.create({
|
|
13
|
+
* name: 'my-vpc',
|
|
14
|
+
* region: 'us-wdc-1',
|
|
15
|
+
* subnet_name: 'my-subnet',
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
create(body: AvailabilityCreateParams, options?: RequestOptions): APIPromise<unknown>;
|
|
20
|
+
/**
|
|
21
|
+
* Check if a VPC can be updated
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* ```ts
|
|
25
|
+
* const availability =
|
|
26
|
+
* await client.networking.vpcs.availability.update(
|
|
27
|
+
* 'vpc_id',
|
|
28
|
+
* );
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
update(vpcID: string, body: AvailabilityUpdateParams, options?: RequestOptions): APIPromise<unknown>;
|
|
32
|
+
}
|
|
33
|
+
export type AvailabilityCreateResponse = unknown;
|
|
34
|
+
export type AvailabilityUpdateResponse = unknown;
|
|
35
|
+
export interface AvailabilityCreateParams {
|
|
36
|
+
/**
|
|
37
|
+
* Name of the VPC.
|
|
38
|
+
*/
|
|
39
|
+
name: string;
|
|
40
|
+
/**
|
|
41
|
+
* Region the resource is in.
|
|
42
|
+
*/
|
|
43
|
+
region: Shared.RegionName;
|
|
44
|
+
/**
|
|
45
|
+
* Name of the subnet to create.
|
|
46
|
+
*/
|
|
47
|
+
subnet_name: string;
|
|
48
|
+
}
|
|
49
|
+
export interface AvailabilityUpdateParams {
|
|
50
|
+
/**
|
|
51
|
+
* Name of the VPC.
|
|
52
|
+
*/
|
|
53
|
+
name?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Name of the subnet to create.
|
|
56
|
+
*/
|
|
57
|
+
subnet_name?: string;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace Availability {
|
|
60
|
+
export { type AvailabilityCreateResponse as AvailabilityCreateResponse, type AvailabilityUpdateResponse as AvailabilityUpdateResponse, type AvailabilityCreateParams as AvailabilityCreateParams, type AvailabilityUpdateParams as AvailabilityUpdateParams, };
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=availability.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"availability.d.mts","sourceRoot":"","sources":["../../../src/resources/networking/vpcs/availability.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,IAAI,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAIrF;;;;;;;;;;OAUG;IACH,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;CAGrG;AAED,MAAM,MAAM,0BAA0B,GAAG,OAAO,CAAC;AAEjD,MAAM,MAAM,0BAA0B,GAAG,OAAO,CAAC;AAEjD,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,UAAU,CAAC;IAE1B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC,OAAO,EACL,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;CACH"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.js";
|
|
2
|
+
import * as Shared from "../../shared.js";
|
|
3
|
+
import { APIPromise } from "../../../core/api-promise.js";
|
|
4
|
+
import { RequestOptions } from "../../../internal/request-options.js";
|
|
5
|
+
export declare class Availability extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Check if a VPC can be created
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```ts
|
|
11
|
+
* const availability =
|
|
12
|
+
* await client.networking.vpcs.availability.create({
|
|
13
|
+
* name: 'my-vpc',
|
|
14
|
+
* region: 'us-wdc-1',
|
|
15
|
+
* subnet_name: 'my-subnet',
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
create(body: AvailabilityCreateParams, options?: RequestOptions): APIPromise<unknown>;
|
|
20
|
+
/**
|
|
21
|
+
* Check if a VPC can be updated
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* ```ts
|
|
25
|
+
* const availability =
|
|
26
|
+
* await client.networking.vpcs.availability.update(
|
|
27
|
+
* 'vpc_id',
|
|
28
|
+
* );
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
update(vpcID: string, body: AvailabilityUpdateParams, options?: RequestOptions): APIPromise<unknown>;
|
|
32
|
+
}
|
|
33
|
+
export type AvailabilityCreateResponse = unknown;
|
|
34
|
+
export type AvailabilityUpdateResponse = unknown;
|
|
35
|
+
export interface AvailabilityCreateParams {
|
|
36
|
+
/**
|
|
37
|
+
* Name of the VPC.
|
|
38
|
+
*/
|
|
39
|
+
name: string;
|
|
40
|
+
/**
|
|
41
|
+
* Region the resource is in.
|
|
42
|
+
*/
|
|
43
|
+
region: Shared.RegionName;
|
|
44
|
+
/**
|
|
45
|
+
* Name of the subnet to create.
|
|
46
|
+
*/
|
|
47
|
+
subnet_name: string;
|
|
48
|
+
}
|
|
49
|
+
export interface AvailabilityUpdateParams {
|
|
50
|
+
/**
|
|
51
|
+
* Name of the VPC.
|
|
52
|
+
*/
|
|
53
|
+
name?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Name of the subnet to create.
|
|
56
|
+
*/
|
|
57
|
+
subnet_name?: string;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace Availability {
|
|
60
|
+
export { type AvailabilityCreateResponse as AvailabilityCreateResponse, type AvailabilityUpdateResponse as AvailabilityUpdateResponse, type AvailabilityCreateParams as AvailabilityCreateParams, type AvailabilityUpdateParams as AvailabilityUpdateParams, };
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=availability.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"availability.d.ts","sourceRoot":"","sources":["../../../src/resources/networking/vpcs/availability.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,IAAI,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAIrF;;;;;;;;;;OAUG;IACH,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;CAGrG;AAED,MAAM,MAAM,0BAA0B,GAAG,OAAO,CAAC;AAEjD,MAAM,MAAM,0BAA0B,GAAG,OAAO,CAAC;AAEjD,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,UAAU,CAAC;IAE1B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC,OAAO,EACL,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;CACH"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Availability = void 0;
|
|
5
|
+
const resource_1 = require("../../../core/resource.js");
|
|
6
|
+
const path_1 = require("../../../internal/utils/path.js");
|
|
7
|
+
class Availability extends resource_1.APIResource {
|
|
8
|
+
/**
|
|
9
|
+
* Check if a VPC can be created
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```ts
|
|
13
|
+
* const availability =
|
|
14
|
+
* await client.networking.vpcs.availability.create({
|
|
15
|
+
* name: 'my-vpc',
|
|
16
|
+
* region: 'us-wdc-1',
|
|
17
|
+
* subnet_name: 'my-subnet',
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
create(body, options) {
|
|
22
|
+
return this._client.post('/v1/networking/vpcs/availability', { body, ...options });
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Check if a VPC can be updated
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* ```ts
|
|
29
|
+
* const availability =
|
|
30
|
+
* await client.networking.vpcs.availability.update(
|
|
31
|
+
* 'vpc_id',
|
|
32
|
+
* );
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
update(vpcID, body, options) {
|
|
36
|
+
return this._client.patch((0, path_1.path) `/v1/networking/vpcs/${vpcID}/availability`, { body, ...options });
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
exports.Availability = Availability;
|
|
40
|
+
//# sourceMappingURL=availability.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"availability.js","sourceRoot":"","sources":["../../../src/resources/networking/vpcs/availability.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAIrD,0DAAoD;AAEpD,MAAa,YAAa,SAAQ,sBAAW;IAC3C;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,IAA8B,EAAE,OAAwB;QAC7D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kCAAkC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrF,CAAC;IAED;;;;;;;;;;OAUG;IACH,MAAM,CAAC,KAAa,EAAE,IAA8B,EAAE,OAAwB;QAC5E,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,uBAAuB,KAAK,eAAe,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnG,CAAC;CACF;AAhCD,oCAgCC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
3
|
+
import { path } from "../../../internal/utils/path.mjs";
|
|
4
|
+
export class Availability extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* Check if a VPC can be created
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* ```ts
|
|
10
|
+
* const availability =
|
|
11
|
+
* await client.networking.vpcs.availability.create({
|
|
12
|
+
* name: 'my-vpc',
|
|
13
|
+
* region: 'us-wdc-1',
|
|
14
|
+
* subnet_name: 'my-subnet',
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
create(body, options) {
|
|
19
|
+
return this._client.post('/v1/networking/vpcs/availability', { body, ...options });
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Check if a VPC can be updated
|
|
23
|
+
*
|
|
24
|
+
* @example
|
|
25
|
+
* ```ts
|
|
26
|
+
* const availability =
|
|
27
|
+
* await client.networking.vpcs.availability.update(
|
|
28
|
+
* 'vpc_id',
|
|
29
|
+
* );
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
update(vpcID, body, options) {
|
|
33
|
+
return this._client.patch(path `/v1/networking/vpcs/${vpcID}/availability`, { body, ...options });
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=availability.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"availability.mjs","sourceRoot":"","sources":["../../../src/resources/networking/vpcs/availability.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAIf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,YAAa,SAAQ,WAAW;IAC3C;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,IAA8B,EAAE,OAAwB;QAC7D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kCAAkC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrF,CAAC;IAED;;;;;;;;;;OAUG;IACH,MAAM,CAAC,KAAa,EAAE,IAA8B,EAAE,OAAwB;QAC5E,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,uBAAuB,KAAK,eAAe,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnG,CAAC;CACF"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { Availability, type AvailabilityCreateResponse, type AvailabilityUpdateResponse, type AvailabilityCreateParams, type AvailabilityUpdateParams, } from "./availability.mjs";
|
|
2
|
+
export { VPCs, type Subnet, type VPC, type VPCList, type VPCCreateParams, type VPCUpdateParams, } from "./vpcs.mjs";
|
|
3
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/networking/vpcs/index.ts"],"names":[],"mappings":"OAEO,EACL,YAAY,EACZ,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B;OACM,EACL,IAAI,EACJ,KAAK,MAAM,EACX,KAAK,GAAG,EACR,KAAK,OAAO,EACZ,KAAK,eAAe,EACpB,KAAK,eAAe,GACrB"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { Availability, type AvailabilityCreateResponse, type AvailabilityUpdateResponse, type AvailabilityCreateParams, type AvailabilityUpdateParams, } from "./availability.js";
|
|
2
|
+
export { VPCs, type Subnet, type VPC, type VPCList, type VPCCreateParams, type VPCUpdateParams, } from "./vpcs.js";
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/networking/vpcs/index.ts"],"names":[],"mappings":"OAEO,EACL,YAAY,EACZ,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B;OACM,EACL,IAAI,EACJ,KAAK,MAAM,EACX,KAAK,GAAG,EACR,KAAK,OAAO,EACZ,KAAK,eAAe,EACpB,KAAK,eAAe,GACrB"}
|