@distilled.cloud/fly-io 0.9.0 → 0.10.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/lib/operations/AppCertificatesAcmeCreate.d.ts +3 -0
- package/lib/operations/AppCertificatesAcmeCreate.d.ts.map +1 -1
- package/lib/operations/AppCertificatesAcmeCreate.js +3 -0
- package/lib/operations/AppCertificatesAcmeCreate.js.map +1 -1
- package/lib/operations/AppCertificatesAcmeDelete.d.ts +7 -1
- package/lib/operations/AppCertificatesAcmeDelete.d.ts.map +1 -1
- package/lib/operations/AppCertificatesAcmeDelete.js +7 -1
- package/lib/operations/AppCertificatesAcmeDelete.js.map +1 -1
- package/lib/operations/AppCertificatesCheck.d.ts +7 -1
- package/lib/operations/AppCertificatesCheck.d.ts.map +1 -1
- package/lib/operations/AppCertificatesCheck.js +7 -1
- package/lib/operations/AppCertificatesCheck.js.map +1 -1
- package/lib/operations/AppCertificatesCustomCreate.d.ts +3 -0
- package/lib/operations/AppCertificatesCustomCreate.d.ts.map +1 -1
- package/lib/operations/AppCertificatesCustomCreate.js +3 -0
- package/lib/operations/AppCertificatesCustomCreate.js.map +1 -1
- package/lib/operations/AppCertificatesCustomDelete.d.ts +7 -1
- package/lib/operations/AppCertificatesCustomDelete.d.ts.map +1 -1
- package/lib/operations/AppCertificatesCustomDelete.js +7 -1
- package/lib/operations/AppCertificatesCustomDelete.js.map +1 -1
- package/lib/operations/AppCertificatesDelete.d.ts +7 -1
- package/lib/operations/AppCertificatesDelete.d.ts.map +1 -1
- package/lib/operations/AppCertificatesDelete.js +7 -1
- package/lib/operations/AppCertificatesDelete.js.map +1 -1
- package/lib/operations/AppCertificatesList.d.ts +2 -0
- package/lib/operations/AppCertificatesList.d.ts.map +1 -1
- package/lib/operations/AppCertificatesList.js +2 -0
- package/lib/operations/AppCertificatesList.js.map +1 -1
- package/lib/operations/AppCertificatesShow.d.ts +7 -1
- package/lib/operations/AppCertificatesShow.d.ts.map +1 -1
- package/lib/operations/AppCertificatesShow.js +7 -1
- package/lib/operations/AppCertificatesShow.js.map +1 -1
- package/lib/operations/AppIPAssignmentsCreate.d.ts +3 -0
- package/lib/operations/AppIPAssignmentsCreate.d.ts.map +1 -1
- package/lib/operations/AppIPAssignmentsCreate.js +3 -0
- package/lib/operations/AppIPAssignmentsCreate.js.map +1 -1
- package/lib/operations/AppIPAssignmentsDelete.d.ts +7 -1
- package/lib/operations/AppIPAssignmentsDelete.d.ts.map +1 -1
- package/lib/operations/AppIPAssignmentsDelete.js +7 -1
- package/lib/operations/AppIPAssignmentsDelete.js.map +1 -1
- package/lib/operations/AppIPAssignmentsList.d.ts +5 -1
- package/lib/operations/AppIPAssignmentsList.d.ts.map +1 -1
- package/lib/operations/AppIPAssignmentsList.js +5 -1
- package/lib/operations/AppIPAssignmentsList.js.map +1 -1
- package/lib/operations/MachinesCreate.d.ts +42 -81
- package/lib/operations/MachinesCreate.d.ts.map +1 -1
- package/lib/operations/MachinesCreate.js +90 -81
- package/lib/operations/MachinesCreate.js.map +1 -1
- package/lib/operations/MachinesList.d.ts +28 -54
- package/lib/operations/MachinesList.d.ts.map +1 -1
- package/lib/operations/MachinesList.js +60 -54
- package/lib/operations/MachinesList.js.map +1 -1
- package/lib/operations/MachinesListVersions.d.ts +14 -27
- package/lib/operations/MachinesListVersions.d.ts.map +1 -1
- package/lib/operations/MachinesListVersions.js +30 -27
- package/lib/operations/MachinesListVersions.js.map +1 -1
- package/lib/operations/MachinesOrgList.d.ts +19 -2
- package/lib/operations/MachinesOrgList.d.ts.map +1 -1
- package/lib/operations/MachinesOrgList.js +19 -2
- package/lib/operations/MachinesOrgList.js.map +1 -1
- package/lib/operations/MachinesRestart.d.ts +1 -1
- package/lib/operations/MachinesRestart.d.ts.map +1 -1
- package/lib/operations/MachinesRestart.js +9 -1
- package/lib/operations/MachinesRestart.js.map +1 -1
- package/lib/operations/MachinesShow.d.ts +28 -54
- package/lib/operations/MachinesShow.d.ts.map +1 -1
- package/lib/operations/MachinesShow.js +60 -54
- package/lib/operations/MachinesShow.js.map +1 -1
- package/lib/operations/MachinesSignal.d.ts +1 -1
- package/lib/operations/MachinesSignal.d.ts.map +1 -1
- package/lib/operations/MachinesSignal.js +1 -0
- package/lib/operations/MachinesSignal.js.map +1 -1
- package/lib/operations/MachinesStop.d.ts +2 -4
- package/lib/operations/MachinesStop.d.ts.map +1 -1
- package/lib/operations/MachinesStop.js +10 -4
- package/lib/operations/MachinesStop.js.map +1 -1
- package/lib/operations/MachinesUpdate.d.ts +42 -81
- package/lib/operations/MachinesUpdate.d.ts.map +1 -1
- package/lib/operations/MachinesUpdate.js +90 -81
- package/lib/operations/MachinesUpdate.js.map +1 -1
- package/lib/operations/MachinesUpdateMetadata.d.ts +6 -4
- package/lib/operations/MachinesUpdateMetadata.d.ts.map +1 -1
- package/lib/operations/MachinesUpdateMetadata.js +8 -6
- package/lib/operations/MachinesUpdateMetadata.js.map +1 -1
- package/lib/operations/MachinesWait.d.ts +9 -3
- package/lib/operations/MachinesWait.d.ts.map +1 -1
- package/lib/operations/MachinesWait.js +9 -2
- package/lib/operations/MachinesWait.js.map +1 -1
- package/lib/operations/PlatformPlacementsPost.d.ts +1 -0
- package/lib/operations/PlatformPlacementsPost.d.ts.map +1 -1
- package/lib/operations/PlatformPlacementsPost.js +1 -0
- package/lib/operations/PlatformPlacementsPost.js.map +1 -1
- package/lib/operations/PlatformRegionsGet.d.ts +2 -17
- package/lib/operations/PlatformRegionsGet.d.ts.map +1 -1
- package/lib/operations/PlatformRegionsGet.js +2 -17
- package/lib/operations/PlatformRegionsGet.js.map +1 -1
- package/lib/operations/VolumeDelete.d.ts +1 -0
- package/lib/operations/VolumeDelete.d.ts.map +1 -1
- package/lib/operations/VolumeDelete.js +1 -0
- package/lib/operations/VolumeDelete.js.map +1 -1
- package/lib/operations/VolumesCreate.d.ts +2 -0
- package/lib/operations/VolumesCreate.d.ts.map +1 -1
- package/lib/operations/VolumesCreate.js +2 -0
- package/lib/operations/VolumesCreate.js.map +1 -1
- package/lib/operations/VolumesExtend.d.ts +1 -0
- package/lib/operations/VolumesExtend.d.ts.map +1 -1
- package/lib/operations/VolumesExtend.js +1 -0
- package/lib/operations/VolumesExtend.js.map +1 -1
- package/lib/operations/VolumesGetById.d.ts +1 -0
- package/lib/operations/VolumesGetById.d.ts.map +1 -1
- package/lib/operations/VolumesGetById.js +1 -0
- package/lib/operations/VolumesGetById.js.map +1 -1
- package/lib/operations/VolumesList.d.ts +1 -0
- package/lib/operations/VolumesList.d.ts.map +1 -1
- package/lib/operations/VolumesList.js +1 -0
- package/lib/operations/VolumesList.js.map +1 -1
- package/lib/operations/VolumesOrgList.d.ts +59 -0
- package/lib/operations/VolumesOrgList.d.ts.map +1 -0
- package/lib/operations/VolumesOrgList.js +65 -0
- package/lib/operations/VolumesOrgList.js.map +1 -0
- package/lib/operations/VolumesUpdate.d.ts +1 -0
- package/lib/operations/VolumesUpdate.d.ts.map +1 -1
- package/lib/operations/VolumesUpdate.js +1 -0
- package/lib/operations/VolumesUpdate.js.map +1 -1
- package/lib/operations/index.d.ts +3 -1
- package/lib/operations/index.d.ts.map +1 -1
- package/lib/operations/index.js +3 -1
- package/lib/operations/index.js.map +1 -1
- package/package.json +4 -4
- package/src/operations/AppCertificatesAcmeCreate.ts +3 -0
- package/src/operations/AppCertificatesAcmeDelete.ts +7 -1
- package/src/operations/AppCertificatesCheck.ts +7 -1
- package/src/operations/AppCertificatesCustomCreate.ts +3 -0
- package/src/operations/AppCertificatesCustomDelete.ts +7 -1
- package/src/operations/AppCertificatesDelete.ts +7 -1
- package/src/operations/AppCertificatesList.ts +2 -0
- package/src/operations/AppCertificatesShow.ts +7 -1
- package/src/operations/AppIPAssignmentsCreate.ts +3 -0
- package/src/operations/AppIPAssignmentsDelete.ts +7 -1
- package/src/operations/AppIPAssignmentsList.ts +5 -3
- package/src/operations/MachinesCreate.ts +102 -123
- package/src/operations/MachinesList.ts +68 -82
- package/src/operations/MachinesListVersions.ts +34 -41
- package/src/operations/MachinesOrgList.ts +27 -2
- package/src/operations/MachinesRestart.ts +11 -1
- package/src/operations/MachinesShow.ts +68 -82
- package/src/operations/MachinesSignal.ts +1 -0
- package/src/operations/MachinesStop.ts +11 -5
- package/src/operations/MachinesUpdate.ts +102 -123
- package/src/operations/MachinesUpdateMetadata.ts +8 -6
- package/src/operations/MachinesWait.ts +9 -2
- package/src/operations/PlatformPlacementsPost.ts +1 -0
- package/src/operations/PlatformRegionsGet.ts +4 -17
- package/src/operations/VolumeDelete.ts +1 -0
- package/src/operations/VolumesCreate.ts +2 -0
- package/src/operations/VolumesExtend.ts +1 -0
- package/src/operations/VolumesGetById.ts +1 -0
- package/src/operations/VolumesList.ts +1 -0
- package/src/operations/VolumesOrgList.ts +75 -0
- package/src/operations/VolumesUpdate.ts +1 -0
- package/src/operations/index.ts +3 -1
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
-
export declare const AppIPAssignmentsListInput: Schema.Struct<{
|
|
2
|
+
export declare const AppIPAssignmentsListInput: Schema.Struct<{
|
|
3
|
+
readonly app_name: Schema.String;
|
|
4
|
+
}>;
|
|
3
5
|
export type AppIPAssignmentsListInput = typeof AppIPAssignmentsListInput.Type;
|
|
4
6
|
export declare const AppIPAssignmentsListOutput: Schema.Struct<{
|
|
5
7
|
readonly ips: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
@@ -13,6 +15,8 @@ export declare const AppIPAssignmentsListOutput: Schema.Struct<{
|
|
|
13
15
|
export type AppIPAssignmentsListOutput = typeof AppIPAssignmentsListOutput.Type;
|
|
14
16
|
/**
|
|
15
17
|
* List IP assignments for app
|
|
18
|
+
*
|
|
19
|
+
* @param app_name - Fly App Name
|
|
16
20
|
*/
|
|
17
21
|
export declare const AppIPAssignmentsList: any;
|
|
18
22
|
//# sourceMappingURL=AppIPAssignmentsList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppIPAssignmentsList.d.ts","sourceRoot":"","sources":["../../src/operations/AppIPAssignmentsList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"AppIPAssignmentsList.d.ts","sourceRoot":"","sources":["../../src/operations/AppIPAssignmentsList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;EAGuC,CAAC;AAC9E,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;EAanC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,KAKhC,CAAC"}
|
|
@@ -3,7 +3,9 @@ import { API } from "../client";
|
|
|
3
3
|
import * as T from "../traits";
|
|
4
4
|
// Input Schema
|
|
5
5
|
export const AppIPAssignmentsListInput =
|
|
6
|
-
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
7
|
+
app_name: Schema.String.pipe(T.PathParam()),
|
|
8
|
+
}).pipe(T.Http({ method: "GET", path: "/apps/{app_name}/ip_assignments" }));
|
|
7
9
|
// Output Schema
|
|
8
10
|
export const AppIPAssignmentsListOutput =
|
|
9
11
|
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -18,6 +20,8 @@ export const AppIPAssignmentsListOutput =
|
|
|
18
20
|
// The operation
|
|
19
21
|
/**
|
|
20
22
|
* List IP assignments for app
|
|
23
|
+
*
|
|
24
|
+
* @param app_name - Fly App Name
|
|
21
25
|
*/
|
|
22
26
|
export const AppIPAssignmentsList = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
23
27
|
inputSchema: AppIPAssignmentsListInput,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppIPAssignmentsList.js","sourceRoot":"","sources":["../../src/operations/AppIPAssignmentsList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,yBAAyB;AACpC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,
|
|
1
|
+
{"version":3,"file":"AppIPAssignmentsList.js","sourceRoot":"","sources":["../../src/operations/AppIPAssignmentsList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,yBAAyB;AACpC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CAC5C,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,iCAAiC,EAAE,CAAC,CAAC,CAAC;AAG9E,gBAAgB;AAChB,MAAM,CAAC,MAAM,0BAA0B;AACrC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,GAAG,EAAE,MAAM,CAAC,QAAQ,CAClB,MAAM,CAAC,KAAK,CACV,MAAM,CAAC,MAAM,CAAC;QACZ,UAAU,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QAC1C,EAAE,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QAClC,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QACtC,YAAY,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QAC5C,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,OAAO,CAAC;KACxC,CAAC,CACH,CACF;CACF,CAAC,CAAC;AAGL,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CACtE,GAAG,EAAE,CAAC,CAAC;IACL,WAAW,EAAE,yBAAyB;IACtC,YAAY,EAAE,0BAA0B;CACzC,CAAC,CACH,CAAC"}
|
|
@@ -3,25 +3,22 @@ export declare const MachinesCreateInput: Schema.Struct<{
|
|
|
3
3
|
readonly app_name: Schema.String;
|
|
4
4
|
readonly config: Schema.optional<Schema.Struct<{
|
|
5
5
|
readonly auto_destroy: Schema.optional<Schema.Boolean>;
|
|
6
|
+
readonly cache_drive: Schema.optional<Schema.Struct<{
|
|
7
|
+
readonly size_mb: Schema.optional<Schema.Number>;
|
|
8
|
+
}>>;
|
|
6
9
|
readonly checks: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
7
|
-
readonly grace_period: Schema.optional<Schema.
|
|
8
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
9
|
-
}>>;
|
|
10
|
+
readonly grace_period: Schema.optional<Schema.String>;
|
|
10
11
|
readonly headers: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
11
12
|
readonly name: Schema.optional<Schema.String>;
|
|
12
13
|
readonly values: Schema.optional<Schema.$Array<Schema.String>>;
|
|
13
14
|
}>>>;
|
|
14
|
-
readonly interval: Schema.optional<Schema.
|
|
15
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
16
|
-
}>>;
|
|
15
|
+
readonly interval: Schema.optional<Schema.String>;
|
|
17
16
|
readonly kind: Schema.optional<Schema.Literals<readonly ["informational", "readiness"]>>;
|
|
18
17
|
readonly method: Schema.optional<Schema.String>;
|
|
19
18
|
readonly path: Schema.optional<Schema.String>;
|
|
20
19
|
readonly port: Schema.optional<Schema.Number>;
|
|
21
20
|
readonly protocol: Schema.optional<Schema.String>;
|
|
22
|
-
readonly timeout: Schema.optional<Schema.
|
|
23
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
24
|
-
}>>;
|
|
21
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
25
22
|
readonly tls_server_name: Schema.optional<Schema.String>;
|
|
26
23
|
readonly tls_skip_verify: Schema.optional<Schema.Boolean>;
|
|
27
24
|
readonly type: Schema.optional<Schema.String>;
|
|
@@ -86,10 +83,8 @@ export declare const MachinesCreateInput: Schema.Struct<{
|
|
|
86
83
|
readonly name: Schema.optional<Schema.String>;
|
|
87
84
|
}>>>;
|
|
88
85
|
readonly stop: Schema.optional<Schema.Struct<{
|
|
89
|
-
readonly signal: Schema.optional<Schema.
|
|
90
|
-
readonly timeout: Schema.optional<Schema.
|
|
91
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
92
|
-
}>>;
|
|
86
|
+
readonly signal: Schema.optional<Schema.Literals<readonly ["SIGHUP", "SIGINT", "SIGQUIT", "SIGKILL", "SIGUSR1", "SIGUSR2", "SIGTERM"]>>;
|
|
87
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
93
88
|
}>>;
|
|
94
89
|
readonly user: Schema.optional<Schema.String>;
|
|
95
90
|
}>>>;
|
|
@@ -124,6 +119,7 @@ export declare const MachinesCreateInput: Schema.Struct<{
|
|
|
124
119
|
readonly gpus: Schema.optional<Schema.Number>;
|
|
125
120
|
readonly host_dedication_id: Schema.optional<Schema.String>;
|
|
126
121
|
readonly kernel_args: Schema.optional<Schema.$Array<Schema.String>>;
|
|
122
|
+
readonly max_memory_mb: Schema.optional<Schema.Number>;
|
|
127
123
|
readonly memory_mb: Schema.optional<Schema.Number>;
|
|
128
124
|
readonly persist_rootfs: Schema.optional<Schema.Literals<readonly ["never", "always", "restart"]>>;
|
|
129
125
|
}>>;
|
|
@@ -174,7 +170,6 @@ export declare const MachinesCreateInput: Schema.Struct<{
|
|
|
174
170
|
readonly policy: Schema.optional<Schema.Literals<readonly ["no", "always", "on-failure", "spot-price"]>>;
|
|
175
171
|
}>>;
|
|
176
172
|
readonly rootfs: Schema.optional<Schema.Struct<{
|
|
177
|
-
readonly fs_size_gb: Schema.optional<Schema.Number>;
|
|
178
173
|
readonly persist: Schema.optional<Schema.Literals<readonly ["never", "always", "restart"]>>;
|
|
179
174
|
readonly size_gb: Schema.optional<Schema.Number>;
|
|
180
175
|
}>>;
|
|
@@ -183,23 +178,17 @@ export declare const MachinesCreateInput: Schema.Struct<{
|
|
|
183
178
|
readonly autostart: Schema.optional<Schema.Boolean>;
|
|
184
179
|
readonly autostop: Schema.optional<Schema.Literals<readonly ["off", "stop", "suspend"]>>;
|
|
185
180
|
readonly checks: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
186
|
-
readonly grace_period: Schema.optional<Schema.
|
|
187
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
188
|
-
}>>;
|
|
181
|
+
readonly grace_period: Schema.optional<Schema.String>;
|
|
189
182
|
readonly headers: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
190
183
|
readonly name: Schema.optional<Schema.String>;
|
|
191
184
|
readonly values: Schema.optional<Schema.$Array<Schema.String>>;
|
|
192
185
|
}>>>;
|
|
193
|
-
readonly interval: Schema.optional<Schema.
|
|
194
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
195
|
-
}>>;
|
|
186
|
+
readonly interval: Schema.optional<Schema.String>;
|
|
196
187
|
readonly method: Schema.optional<Schema.String>;
|
|
197
188
|
readonly path: Schema.optional<Schema.String>;
|
|
198
189
|
readonly port: Schema.optional<Schema.Number>;
|
|
199
190
|
readonly protocol: Schema.optional<Schema.String>;
|
|
200
|
-
readonly timeout: Schema.optional<Schema.
|
|
201
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
202
|
-
}>>;
|
|
191
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
203
192
|
readonly tls_server_name: Schema.optional<Schema.String>;
|
|
204
193
|
readonly tls_skip_verify: Schema.optional<Schema.Boolean>;
|
|
205
194
|
readonly type: Schema.optional<Schema.String>;
|
|
@@ -256,10 +245,8 @@ export declare const MachinesCreateInput: Schema.Struct<{
|
|
|
256
245
|
readonly url_prefix: Schema.String;
|
|
257
246
|
}>>>;
|
|
258
247
|
readonly stop_config: Schema.optional<Schema.Struct<{
|
|
259
|
-
readonly signal: Schema.optional<Schema.
|
|
260
|
-
readonly timeout: Schema.optional<Schema.
|
|
261
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
262
|
-
}>>;
|
|
248
|
+
readonly signal: Schema.optional<Schema.Literals<readonly ["SIGHUP", "SIGINT", "SIGQUIT", "SIGKILL", "SIGUSR1", "SIGUSR2", "SIGTERM"]>>;
|
|
249
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
263
250
|
}>>;
|
|
264
251
|
}>>;
|
|
265
252
|
readonly lease_ttl: Schema.optional<Schema.Number>;
|
|
@@ -281,25 +268,22 @@ export declare const MachinesCreateOutput: Schema.Struct<{
|
|
|
281
268
|
}>>>;
|
|
282
269
|
readonly config: Schema.optional<Schema.Struct<{
|
|
283
270
|
readonly auto_destroy: Schema.optional<Schema.Boolean>;
|
|
271
|
+
readonly cache_drive: Schema.optional<Schema.Struct<{
|
|
272
|
+
readonly size_mb: Schema.optional<Schema.Number>;
|
|
273
|
+
}>>;
|
|
284
274
|
readonly checks: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
285
|
-
readonly grace_period: Schema.optional<Schema.
|
|
286
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
287
|
-
}>>;
|
|
275
|
+
readonly grace_period: Schema.optional<Schema.String>;
|
|
288
276
|
readonly headers: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
289
277
|
readonly name: Schema.optional<Schema.String>;
|
|
290
278
|
readonly values: Schema.optional<Schema.$Array<Schema.String>>;
|
|
291
279
|
}>>>;
|
|
292
|
-
readonly interval: Schema.optional<Schema.
|
|
293
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
294
|
-
}>>;
|
|
280
|
+
readonly interval: Schema.optional<Schema.String>;
|
|
295
281
|
readonly kind: Schema.optional<Schema.Literals<readonly ["informational", "readiness"]>>;
|
|
296
282
|
readonly method: Schema.optional<Schema.String>;
|
|
297
283
|
readonly path: Schema.optional<Schema.String>;
|
|
298
284
|
readonly port: Schema.optional<Schema.Number>;
|
|
299
285
|
readonly protocol: Schema.optional<Schema.String>;
|
|
300
|
-
readonly timeout: Schema.optional<Schema.
|
|
301
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
302
|
-
}>>;
|
|
286
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
303
287
|
readonly tls_server_name: Schema.optional<Schema.String>;
|
|
304
288
|
readonly tls_skip_verify: Schema.optional<Schema.Boolean>;
|
|
305
289
|
readonly type: Schema.optional<Schema.String>;
|
|
@@ -364,10 +348,8 @@ export declare const MachinesCreateOutput: Schema.Struct<{
|
|
|
364
348
|
readonly name: Schema.optional<Schema.String>;
|
|
365
349
|
}>>>;
|
|
366
350
|
readonly stop: Schema.optional<Schema.Struct<{
|
|
367
|
-
readonly signal: Schema.optional<Schema.
|
|
368
|
-
readonly timeout: Schema.optional<Schema.
|
|
369
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
370
|
-
}>>;
|
|
351
|
+
readonly signal: Schema.optional<Schema.Literals<readonly ["SIGHUP", "SIGINT", "SIGQUIT", "SIGKILL", "SIGUSR1", "SIGUSR2", "SIGTERM"]>>;
|
|
352
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
371
353
|
}>>;
|
|
372
354
|
readonly user: Schema.optional<Schema.String>;
|
|
373
355
|
}>>>;
|
|
@@ -402,6 +384,7 @@ export declare const MachinesCreateOutput: Schema.Struct<{
|
|
|
402
384
|
readonly gpus: Schema.optional<Schema.Number>;
|
|
403
385
|
readonly host_dedication_id: Schema.optional<Schema.String>;
|
|
404
386
|
readonly kernel_args: Schema.optional<Schema.$Array<Schema.String>>;
|
|
387
|
+
readonly max_memory_mb: Schema.optional<Schema.Number>;
|
|
405
388
|
readonly memory_mb: Schema.optional<Schema.Number>;
|
|
406
389
|
readonly persist_rootfs: Schema.optional<Schema.Literals<readonly ["never", "always", "restart"]>>;
|
|
407
390
|
}>>;
|
|
@@ -452,7 +435,6 @@ export declare const MachinesCreateOutput: Schema.Struct<{
|
|
|
452
435
|
readonly policy: Schema.optional<Schema.Literals<readonly ["no", "always", "on-failure", "spot-price"]>>;
|
|
453
436
|
}>>;
|
|
454
437
|
readonly rootfs: Schema.optional<Schema.Struct<{
|
|
455
|
-
readonly fs_size_gb: Schema.optional<Schema.Number>;
|
|
456
438
|
readonly persist: Schema.optional<Schema.Literals<readonly ["never", "always", "restart"]>>;
|
|
457
439
|
readonly size_gb: Schema.optional<Schema.Number>;
|
|
458
440
|
}>>;
|
|
@@ -461,23 +443,17 @@ export declare const MachinesCreateOutput: Schema.Struct<{
|
|
|
461
443
|
readonly autostart: Schema.optional<Schema.Boolean>;
|
|
462
444
|
readonly autostop: Schema.optional<Schema.Literals<readonly ["off", "stop", "suspend"]>>;
|
|
463
445
|
readonly checks: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
464
|
-
readonly grace_period: Schema.optional<Schema.
|
|
465
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
466
|
-
}>>;
|
|
446
|
+
readonly grace_period: Schema.optional<Schema.String>;
|
|
467
447
|
readonly headers: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
468
448
|
readonly name: Schema.optional<Schema.String>;
|
|
469
449
|
readonly values: Schema.optional<Schema.$Array<Schema.String>>;
|
|
470
450
|
}>>>;
|
|
471
|
-
readonly interval: Schema.optional<Schema.
|
|
472
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
473
|
-
}>>;
|
|
451
|
+
readonly interval: Schema.optional<Schema.String>;
|
|
474
452
|
readonly method: Schema.optional<Schema.String>;
|
|
475
453
|
readonly path: Schema.optional<Schema.String>;
|
|
476
454
|
readonly port: Schema.optional<Schema.Number>;
|
|
477
455
|
readonly protocol: Schema.optional<Schema.String>;
|
|
478
|
-
readonly timeout: Schema.optional<Schema.
|
|
479
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
480
|
-
}>>;
|
|
456
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
481
457
|
readonly tls_server_name: Schema.optional<Schema.String>;
|
|
482
458
|
readonly tls_skip_verify: Schema.optional<Schema.Boolean>;
|
|
483
459
|
readonly type: Schema.optional<Schema.String>;
|
|
@@ -534,10 +510,8 @@ export declare const MachinesCreateOutput: Schema.Struct<{
|
|
|
534
510
|
readonly url_prefix: Schema.String;
|
|
535
511
|
}>>>;
|
|
536
512
|
readonly stop_config: Schema.optional<Schema.Struct<{
|
|
537
|
-
readonly signal: Schema.optional<Schema.
|
|
538
|
-
readonly timeout: Schema.optional<Schema.
|
|
539
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
540
|
-
}>>;
|
|
513
|
+
readonly signal: Schema.optional<Schema.Literals<readonly ["SIGHUP", "SIGINT", "SIGQUIT", "SIGKILL", "SIGUSR1", "SIGUSR2", "SIGTERM"]>>;
|
|
514
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
541
515
|
}>>;
|
|
542
516
|
}>>;
|
|
543
517
|
readonly created_at: Schema.optional<Schema.String>;
|
|
@@ -560,25 +534,22 @@ export declare const MachinesCreateOutput: Schema.Struct<{
|
|
|
560
534
|
}>>;
|
|
561
535
|
readonly incomplete_config: Schema.optional<Schema.Struct<{
|
|
562
536
|
readonly auto_destroy: Schema.optional<Schema.Boolean>;
|
|
537
|
+
readonly cache_drive: Schema.optional<Schema.Struct<{
|
|
538
|
+
readonly size_mb: Schema.optional<Schema.Number>;
|
|
539
|
+
}>>;
|
|
563
540
|
readonly checks: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
564
|
-
readonly grace_period: Schema.optional<Schema.
|
|
565
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
566
|
-
}>>;
|
|
541
|
+
readonly grace_period: Schema.optional<Schema.String>;
|
|
567
542
|
readonly headers: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
568
543
|
readonly name: Schema.optional<Schema.String>;
|
|
569
544
|
readonly values: Schema.optional<Schema.$Array<Schema.String>>;
|
|
570
545
|
}>>>;
|
|
571
|
-
readonly interval: Schema.optional<Schema.
|
|
572
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
573
|
-
}>>;
|
|
546
|
+
readonly interval: Schema.optional<Schema.String>;
|
|
574
547
|
readonly kind: Schema.optional<Schema.Literals<readonly ["informational", "readiness"]>>;
|
|
575
548
|
readonly method: Schema.optional<Schema.String>;
|
|
576
549
|
readonly path: Schema.optional<Schema.String>;
|
|
577
550
|
readonly port: Schema.optional<Schema.Number>;
|
|
578
551
|
readonly protocol: Schema.optional<Schema.String>;
|
|
579
|
-
readonly timeout: Schema.optional<Schema.
|
|
580
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
581
|
-
}>>;
|
|
552
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
582
553
|
readonly tls_server_name: Schema.optional<Schema.String>;
|
|
583
554
|
readonly tls_skip_verify: Schema.optional<Schema.Boolean>;
|
|
584
555
|
readonly type: Schema.optional<Schema.String>;
|
|
@@ -643,10 +614,8 @@ export declare const MachinesCreateOutput: Schema.Struct<{
|
|
|
643
614
|
readonly name: Schema.optional<Schema.String>;
|
|
644
615
|
}>>>;
|
|
645
616
|
readonly stop: Schema.optional<Schema.Struct<{
|
|
646
|
-
readonly signal: Schema.optional<Schema.
|
|
647
|
-
readonly timeout: Schema.optional<Schema.
|
|
648
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
649
|
-
}>>;
|
|
617
|
+
readonly signal: Schema.optional<Schema.Literals<readonly ["SIGHUP", "SIGINT", "SIGQUIT", "SIGKILL", "SIGUSR1", "SIGUSR2", "SIGTERM"]>>;
|
|
618
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
650
619
|
}>>;
|
|
651
620
|
readonly user: Schema.optional<Schema.String>;
|
|
652
621
|
}>>>;
|
|
@@ -681,6 +650,7 @@ export declare const MachinesCreateOutput: Schema.Struct<{
|
|
|
681
650
|
readonly gpus: Schema.optional<Schema.Number>;
|
|
682
651
|
readonly host_dedication_id: Schema.optional<Schema.String>;
|
|
683
652
|
readonly kernel_args: Schema.optional<Schema.$Array<Schema.String>>;
|
|
653
|
+
readonly max_memory_mb: Schema.optional<Schema.Number>;
|
|
684
654
|
readonly memory_mb: Schema.optional<Schema.Number>;
|
|
685
655
|
readonly persist_rootfs: Schema.optional<Schema.Literals<readonly ["never", "always", "restart"]>>;
|
|
686
656
|
}>>;
|
|
@@ -731,7 +701,6 @@ export declare const MachinesCreateOutput: Schema.Struct<{
|
|
|
731
701
|
readonly policy: Schema.optional<Schema.Literals<readonly ["no", "always", "on-failure", "spot-price"]>>;
|
|
732
702
|
}>>;
|
|
733
703
|
readonly rootfs: Schema.optional<Schema.Struct<{
|
|
734
|
-
readonly fs_size_gb: Schema.optional<Schema.Number>;
|
|
735
704
|
readonly persist: Schema.optional<Schema.Literals<readonly ["never", "always", "restart"]>>;
|
|
736
705
|
readonly size_gb: Schema.optional<Schema.Number>;
|
|
737
706
|
}>>;
|
|
@@ -740,23 +709,17 @@ export declare const MachinesCreateOutput: Schema.Struct<{
|
|
|
740
709
|
readonly autostart: Schema.optional<Schema.Boolean>;
|
|
741
710
|
readonly autostop: Schema.optional<Schema.Literals<readonly ["off", "stop", "suspend"]>>;
|
|
742
711
|
readonly checks: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
743
|
-
readonly grace_period: Schema.optional<Schema.
|
|
744
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
745
|
-
}>>;
|
|
712
|
+
readonly grace_period: Schema.optional<Schema.String>;
|
|
746
713
|
readonly headers: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
747
714
|
readonly name: Schema.optional<Schema.String>;
|
|
748
715
|
readonly values: Schema.optional<Schema.$Array<Schema.String>>;
|
|
749
716
|
}>>>;
|
|
750
|
-
readonly interval: Schema.optional<Schema.
|
|
751
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
752
|
-
}>>;
|
|
717
|
+
readonly interval: Schema.optional<Schema.String>;
|
|
753
718
|
readonly method: Schema.optional<Schema.String>;
|
|
754
719
|
readonly path: Schema.optional<Schema.String>;
|
|
755
720
|
readonly port: Schema.optional<Schema.Number>;
|
|
756
721
|
readonly protocol: Schema.optional<Schema.String>;
|
|
757
|
-
readonly timeout: Schema.optional<Schema.
|
|
758
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
759
|
-
}>>;
|
|
722
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
760
723
|
readonly tls_server_name: Schema.optional<Schema.String>;
|
|
761
724
|
readonly tls_skip_verify: Schema.optional<Schema.Boolean>;
|
|
762
725
|
readonly type: Schema.optional<Schema.String>;
|
|
@@ -813,10 +776,8 @@ export declare const MachinesCreateOutput: Schema.Struct<{
|
|
|
813
776
|
readonly url_prefix: Schema.String;
|
|
814
777
|
}>>>;
|
|
815
778
|
readonly stop_config: Schema.optional<Schema.Struct<{
|
|
816
|
-
readonly signal: Schema.optional<Schema.
|
|
817
|
-
readonly timeout: Schema.optional<Schema.
|
|
818
|
-
readonly "time.Duration": Schema.optional<Schema.Number>;
|
|
819
|
-
}>>;
|
|
779
|
+
readonly signal: Schema.optional<Schema.Literals<readonly ["SIGHUP", "SIGINT", "SIGQUIT", "SIGKILL", "SIGUSR1", "SIGUSR2", "SIGTERM"]>>;
|
|
780
|
+
readonly timeout: Schema.optional<Schema.String>;
|
|
820
781
|
}>>;
|
|
821
782
|
}>>;
|
|
822
783
|
readonly instance_id: Schema.optional<Schema.String>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MachinesCreate.d.ts","sourceRoot":"","sources":["../../src/operations/MachinesCreate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"MachinesCreate.d.ts","sourceRoot":"","sources":["../../src/operations/MachinesCreate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAybsC,CAAC;AACvE,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA04B/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc,KAGxB,CAAC"}
|