@faable/deploy-sdk 2.4.0 → 2.6.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/dist/FaableDeployApi.d.ts +20 -0
- package/dist/FaableDeployApi.d.ts.map +1 -1
- package/dist/api/api-types.d.ts +4 -4
- package/dist/api/api-types.d.ts.map +1 -1
- package/dist/api/generated-client.d.ts +50 -3
- package/dist/api/generated-client.d.ts.map +1 -1
- package/dist/api/types.d.ts +87 -885
- package/dist/api/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/spec/openapi.json +336 -1519
|
@@ -103,6 +103,8 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
|
|
|
103
103
|
github_ref?: string;
|
|
104
104
|
github_actor?: string;
|
|
105
105
|
github_commit_message?: string;
|
|
106
|
+
source?: import("./index.js").components["schemas"]["DeploymentSource"];
|
|
107
|
+
artifact?: import("./index.js").components["schemas"]["DeploymentArtifact"];
|
|
106
108
|
status: import("./index.js").components["schemas"]["DeploymentStatus"];
|
|
107
109
|
metadata: {
|
|
108
110
|
[key: string]: unknown;
|
|
@@ -123,6 +125,9 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
|
|
|
123
125
|
runtime: import("./index.js").components["schemas"]["AppRuntime"];
|
|
124
126
|
runtime_strategy: string | null;
|
|
125
127
|
mode: import("./index.js").components["schemas"]["AppMode"];
|
|
128
|
+
build_mode: import("./index.js").components["schemas"]["AppBuildMode"];
|
|
129
|
+
deploy_output: import("./index.js").components["schemas"]["AppDeployOutput"];
|
|
130
|
+
root_dir?: string | null;
|
|
126
131
|
coexistence_routing?: ("cookie" | "path") | null;
|
|
127
132
|
coexistence_keep_versions?: number | null;
|
|
128
133
|
coexistence_drain_hours?: number | null;
|
|
@@ -214,6 +219,9 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
|
|
|
214
219
|
runtime: import("./index.js").components["schemas"]["AppRuntime"];
|
|
215
220
|
runtime_strategy: string | null;
|
|
216
221
|
mode: import("./index.js").components["schemas"]["AppMode"];
|
|
222
|
+
build_mode: import("./index.js").components["schemas"]["AppBuildMode"];
|
|
223
|
+
deploy_output: import("./index.js").components["schemas"]["AppDeployOutput"];
|
|
224
|
+
root_dir?: string | null;
|
|
217
225
|
coexistence_routing?: ("cookie" | "path") | null;
|
|
218
226
|
coexistence_keep_versions?: number | null;
|
|
219
227
|
coexistence_drain_hours?: number | null;
|
|
@@ -241,6 +249,9 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
|
|
|
241
249
|
runtime: import("./index.js").components["schemas"]["AppRuntime"];
|
|
242
250
|
runtime_strategy: string | null;
|
|
243
251
|
mode: import("./index.js").components["schemas"]["AppMode"];
|
|
252
|
+
build_mode: import("./index.js").components["schemas"]["AppBuildMode"];
|
|
253
|
+
deploy_output: import("./index.js").components["schemas"]["AppDeployOutput"];
|
|
254
|
+
root_dir?: string | null;
|
|
244
255
|
coexistence_routing?: ("cookie" | "path") | null;
|
|
245
256
|
coexistence_keep_versions?: number | null;
|
|
246
257
|
coexistence_drain_hours?: number | null;
|
|
@@ -271,6 +282,9 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
|
|
|
271
282
|
runtime: import("./index.js").components["schemas"]["AppRuntime"];
|
|
272
283
|
runtime_strategy: string | null;
|
|
273
284
|
mode: import("./index.js").components["schemas"]["AppMode"];
|
|
285
|
+
build_mode: import("./index.js").components["schemas"]["AppBuildMode"];
|
|
286
|
+
deploy_output: import("./index.js").components["schemas"]["AppDeployOutput"];
|
|
287
|
+
root_dir?: string | null;
|
|
274
288
|
coexistence_routing?: ("cookie" | "path") | null;
|
|
275
289
|
coexistence_keep_versions?: number | null;
|
|
276
290
|
coexistence_drain_hours?: number | null;
|
|
@@ -302,6 +316,8 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
|
|
|
302
316
|
github_ref?: string;
|
|
303
317
|
github_actor?: string;
|
|
304
318
|
github_commit_message?: string;
|
|
319
|
+
source?: import("./index.js").components["schemas"]["DeploymentSource"];
|
|
320
|
+
artifact?: import("./index.js").components["schemas"]["DeploymentArtifact"];
|
|
305
321
|
status: import("./index.js").components["schemas"]["DeploymentStatus"];
|
|
306
322
|
metadata: {
|
|
307
323
|
[key: string]: unknown;
|
|
@@ -318,6 +334,8 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
|
|
|
318
334
|
github_ref?: string;
|
|
319
335
|
github_actor?: string;
|
|
320
336
|
github_commit_message?: string;
|
|
337
|
+
source?: import("./index.js").components["schemas"]["DeploymentSource"];
|
|
338
|
+
artifact?: import("./index.js").components["schemas"]["DeploymentArtifact"];
|
|
321
339
|
status: import("./index.js").components["schemas"]["DeploymentStatus"];
|
|
322
340
|
metadata: {
|
|
323
341
|
[key: string]: unknown;
|
|
@@ -337,6 +355,8 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
|
|
|
337
355
|
github_ref?: string;
|
|
338
356
|
github_actor?: string;
|
|
339
357
|
github_commit_message?: string;
|
|
358
|
+
source?: import("./index.js").components["schemas"]["DeploymentSource"];
|
|
359
|
+
artifact?: import("./index.js").components["schemas"]["DeploymentArtifact"];
|
|
340
360
|
status: import("./index.js").components["schemas"]["DeploymentStatus"];
|
|
341
361
|
metadata: {
|
|
342
362
|
[key: string]: unknown;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FaableDeployApi.d.ts","sourceRoot":"","sources":["../src/FaableDeployApi.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,KAAK,EAGV,UAAU,EAEX,MAAM,uBAAuB,CAAC;AAG/B,MAAM,WAAW,eAAe;IAC9B,yCAAyC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,qCAAqC;IACrC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0EAA0E;IAC1E,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,2EAA2E;IAC3E,cAAc,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,YAAY,CAAC;IACzD,yDAAyD;IACzD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,iEAAiE;IACjE,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,qBAAa,SAAU,SAAQ,wBAAwB;gBACzC,MAAM,CAAC,EAAE,SAAS;IAoB9B,YAAY,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;IAInC;;;;;;OAMG;IACH,cAAc,CAAC,aAAa,EAAE,MAAM;eACA,MAAM;oBAAc,MAAM;;IAM9D;;;;OAIG;IACH,aAAa,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,GAAE,eAAoB;IAerD;;;;;OAKG;IACH,WAAW,CAAC,EAAE,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA3Ef,CAAC;oBAA0B,CAAC;;;;;;;;;;;;;;;;;IAoFnC,qFAAqF;IACrF,aAAa,CACX,GAAG,IAAI,EAAE,UAAU,CAAC,wBAAwB,CAAC,eAAe,CAAC,CAAC;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FaableDeployApi.d.ts","sourceRoot":"","sources":["../src/FaableDeployApi.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,KAAK,EAGV,UAAU,EAEX,MAAM,uBAAuB,CAAC;AAG/B,MAAM,WAAW,eAAe;IAC9B,yCAAyC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,qCAAqC;IACrC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0EAA0E;IAC1E,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,2EAA2E;IAC3E,cAAc,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,YAAY,CAAC;IACzD,yDAAyD;IACzD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,iEAAiE;IACjE,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,qBAAa,SAAU,SAAQ,wBAAwB;gBACzC,MAAM,CAAC,EAAE,SAAS;IAoB9B,YAAY,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;IAInC;;;;;;OAMG;IACH,cAAc,CAAC,aAAa,EAAE,MAAM;eACA,MAAM;oBAAc,MAAM;;IAM9D;;;;OAIG;IACH,aAAa,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,GAAE,eAAoB;IAerD;;;;;OAKG;IACH,WAAW,CAAC,EAAE,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA3Ef,CAAC;oBAA0B,CAAC;;;;;;;;;;;;;;;;;IAoFnC,qFAAqF;IACrF,aAAa,CACX,GAAG,IAAI,EAAE,UAAU,CAAC,wBAAwB,CAAC,eAAe,CAAC,CAAC;;;;;;;;;iBA4Cmo+D,0CAAsB;mBAAwD,0CAAsB;gBAAuD,0CAAsB;;;;;;;IAvCp3+D,uEAAuE;IACvE,MAAM,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC,wBAAwB,CAAC,QAAQ,CAAC,CAAC;;;;;;;;;iBAsC6t1C,0CAAsB;;cAAsG,0CAAsB;oBAAgD,0CAAsB;uBAAwD,0CAAsB;;;;;;;gBAAmyB,0CAAsB;;;;;;;;;;IAlC133C,+EAA+E;IAC/E,WAAW,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC,wBAAwB,CAAC,YAAY,CAAC,CAAC;;;;;;;;;;oBAiC0usB,0CAAsB;;;;;;;;;;;;;;;;;;;;;;;;kBAlIh0sB,CAAC;oBAA0B,CAAC;;;;;;;;;;oBAkI8wsB,0CAAsB;;;;;;;;IA7Bv0sB;;;;;;OAMG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE;;;;;;;;;;qBAsB84b,0CAAsB;;kBAA8E,0CAAsB;wBAAoC,0CAAsB;2BAA4C,0CAAsB;;;;;;;oBAAuoB,0CAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAlI70d,CAAC;oBAA0B,CAAC;;;;;;;;;;qBAkI85b,0CAAsB;;kBAA8E,0CAAsB;wBAAoC,0CAAsB;2BAA4C,0CAAsB;;;;;;;oBAAuoB,0CAAsB;;;;;;;;;;;IAZp1d;;;;OAIG;IACH,eAAe,CAAC,KAAK,CAAC,EAAE,MAAM;;;;;;;;;;qBAO8xlB,0CAAsB;uBAA4C,0CAAsB;oBAA2C,0CAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;kBAlI98lB,CAAC;oBAA0B,CAAC;;;;;;;;;;qBAkIyxlB,0CAAsB;uBAA4C,0CAAsB;oBAA2C,0CAAsB;;;;;;;;CADt9lB"}
|
package/dist/api/api-types.d.ts
CHANGED
|
@@ -3,9 +3,11 @@ export type ApiKey = components["schemas"]["ApiKey"];
|
|
|
3
3
|
export type ApiKeyCreate = components["schemas"]["ApiKeyCreate"];
|
|
4
4
|
export type ApiKeyUpdate = components["schemas"]["ApiKeyUpdate"];
|
|
5
5
|
export type App = components["schemas"]["App"];
|
|
6
|
+
export type AppBuildMode = components["schemas"]["AppBuildMode"];
|
|
6
7
|
export type AppChecknameResponse = components["schemas"]["AppChecknameResponse"];
|
|
7
8
|
export type AppCoexistenceRouting = components["schemas"]["AppCoexistenceRouting"];
|
|
8
9
|
export type AppCreate = components["schemas"]["AppCreate"];
|
|
10
|
+
export type AppDeployOutput = components["schemas"]["AppDeployOutput"];
|
|
9
11
|
export type AppMode = components["schemas"]["AppMode"];
|
|
10
12
|
export type AppRuntime = components["schemas"]["AppRuntime"];
|
|
11
13
|
export type AppRuntimeStrategy = components["schemas"]["AppRuntimeStrategy"];
|
|
@@ -18,7 +20,9 @@ export type ContactUpdate = components["schemas"]["ContactUpdate"];
|
|
|
18
20
|
export type DeployBranchResult = components["schemas"]["DeployBranchResult"];
|
|
19
21
|
export type DeployWorkflowStatus = components["schemas"]["DeployWorkflowStatus"];
|
|
20
22
|
export type Deployment = components["schemas"]["Deployment"];
|
|
23
|
+
export type DeploymentArtifact = components["schemas"]["DeploymentArtifact"];
|
|
21
24
|
export type DeploymentCreate = components["schemas"]["DeploymentCreate"];
|
|
25
|
+
export type DeploymentSource = components["schemas"]["DeploymentSource"];
|
|
22
26
|
export type DeploymentStatus = components["schemas"]["DeploymentStatus"];
|
|
23
27
|
export type DeploymentUpdate = components["schemas"]["DeploymentUpdate"];
|
|
24
28
|
export type Domain = components["schemas"]["Domain"];
|
|
@@ -47,16 +51,12 @@ export type EventProjectCreate = components["schemas"]["EventProjectCreate"];
|
|
|
47
51
|
export type EventProjectDelete = components["schemas"]["EventProjectDelete"];
|
|
48
52
|
export type EventProjectUpdate = components["schemas"]["EventProjectUpdate"];
|
|
49
53
|
export type EventSecretCreate_batch = components["schemas"]["EventSecretCreate_batch"];
|
|
50
|
-
export type GithubInstallation = components["schemas"]["GithubInstallation"];
|
|
51
|
-
export type GithubRepo = components["schemas"]["GithubRepo"];
|
|
52
54
|
export type Project = components["schemas"]["Project"];
|
|
53
55
|
export type ProjectCreate = components["schemas"]["ProjectCreate"];
|
|
54
|
-
export type ProjectFavorites = components["schemas"]["ProjectFavorites"];
|
|
55
56
|
export type ProjectInvite = components["schemas"]["ProjectInvite"];
|
|
56
57
|
export type ProjectUpdate = components["schemas"]["ProjectUpdate"];
|
|
57
58
|
export type Secret = components["schemas"]["Secret"];
|
|
58
59
|
export type SecretCreateBatch = components["schemas"]["SecretCreateBatch"];
|
|
59
60
|
export type SecretPage = components["schemas"]["SecretPage"];
|
|
60
61
|
export type SecretUpsert = components["schemas"]["SecretUpsert"];
|
|
61
|
-
export type StatusUpdate = components["schemas"]["StatusUpdate"];
|
|
62
62
|
//# sourceMappingURL=api-types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-types.d.ts","sourceRoot":"","sources":["../../src/api/api-types.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"api-types.d.ts","sourceRoot":"","sources":["../../src/api/api-types.ts"],"names":[],"mappings":"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"}
|
|
@@ -47,6 +47,9 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
47
47
|
runtime: import("./types.js").components["schemas"]["AppRuntime"];
|
|
48
48
|
runtime_strategy: string | null;
|
|
49
49
|
mode: import("./types.js").components["schemas"]["AppMode"];
|
|
50
|
+
build_mode: import("./types.js").components["schemas"]["AppBuildMode"];
|
|
51
|
+
deploy_output: import("./types.js").components["schemas"]["AppDeployOutput"];
|
|
52
|
+
root_dir?: string | null;
|
|
50
53
|
coexistence_routing?: ("cookie" | "path") | null;
|
|
51
54
|
coexistence_keep_versions?: number | null;
|
|
52
55
|
coexistence_drain_hours?: number | null;
|
|
@@ -79,6 +82,9 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
79
82
|
runtime: import("./types.js").components["schemas"]["AppRuntime"];
|
|
80
83
|
runtime_strategy: string | null;
|
|
81
84
|
mode: import("./types.js").components["schemas"]["AppMode"];
|
|
85
|
+
build_mode: import("./types.js").components["schemas"]["AppBuildMode"];
|
|
86
|
+
deploy_output: import("./types.js").components["schemas"]["AppDeployOutput"];
|
|
87
|
+
root_dir?: string | null;
|
|
82
88
|
coexistence_routing?: ("cookie" | "path") | null;
|
|
83
89
|
coexistence_keep_versions?: number | null;
|
|
84
90
|
coexistence_drain_hours?: number | null;
|
|
@@ -111,6 +117,9 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
111
117
|
runtime: import("./types.js").components["schemas"]["AppRuntime"];
|
|
112
118
|
runtime_strategy: string | null;
|
|
113
119
|
mode: import("./types.js").components["schemas"]["AppMode"];
|
|
120
|
+
build_mode: import("./types.js").components["schemas"]["AppBuildMode"];
|
|
121
|
+
deploy_output: import("./types.js").components["schemas"]["AppDeployOutput"];
|
|
122
|
+
root_dir?: string | null;
|
|
114
123
|
coexistence_routing?: ("cookie" | "path") | null;
|
|
115
124
|
coexistence_keep_versions?: number | null;
|
|
116
125
|
coexistence_drain_hours?: number | null;
|
|
@@ -166,6 +175,9 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
166
175
|
runtime: import("./types.js").components["schemas"]["AppRuntime"];
|
|
167
176
|
runtime_strategy: string | null;
|
|
168
177
|
mode: import("./types.js").components["schemas"]["AppMode"];
|
|
178
|
+
build_mode: import("./types.js").components["schemas"]["AppBuildMode"];
|
|
179
|
+
deploy_output: import("./types.js").components["schemas"]["AppDeployOutput"];
|
|
180
|
+
root_dir?: string | null;
|
|
169
181
|
coexistence_routing?: ("cookie" | "path") | null;
|
|
170
182
|
coexistence_keep_versions?: number | null;
|
|
171
183
|
coexistence_drain_hours?: number | null;
|
|
@@ -199,6 +211,9 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
199
211
|
runtime: import("./types.js").components["schemas"]["AppRuntime"];
|
|
200
212
|
runtime_strategy: string | null;
|
|
201
213
|
mode: import("./types.js").components["schemas"]["AppMode"];
|
|
214
|
+
build_mode: import("./types.js").components["schemas"]["AppBuildMode"];
|
|
215
|
+
deploy_output: import("./types.js").components["schemas"]["AppDeployOutput"];
|
|
216
|
+
root_dir?: string | null;
|
|
202
217
|
coexistence_routing?: ("cookie" | "path") | null;
|
|
203
218
|
coexistence_keep_versions?: number | null;
|
|
204
219
|
coexistence_drain_hours?: number | null;
|
|
@@ -226,6 +241,9 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
226
241
|
runtime: import("./types.js").components["schemas"]["AppRuntime"];
|
|
227
242
|
runtime_strategy: string | null;
|
|
228
243
|
mode: import("./types.js").components["schemas"]["AppMode"];
|
|
244
|
+
build_mode: import("./types.js").components["schemas"]["AppBuildMode"];
|
|
245
|
+
deploy_output: import("./types.js").components["schemas"]["AppDeployOutput"];
|
|
246
|
+
root_dir?: string | null;
|
|
229
247
|
coexistence_routing?: ("cookie" | "path") | null;
|
|
230
248
|
coexistence_keep_versions?: number | null;
|
|
231
249
|
coexistence_drain_hours?: number | null;
|
|
@@ -256,6 +274,9 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
256
274
|
runtime: import("./types.js").components["schemas"]["AppRuntime"];
|
|
257
275
|
runtime_strategy: string | null;
|
|
258
276
|
mode: import("./types.js").components["schemas"]["AppMode"];
|
|
277
|
+
build_mode: import("./types.js").components["schemas"]["AppBuildMode"];
|
|
278
|
+
deploy_output: import("./types.js").components["schemas"]["AppDeployOutput"];
|
|
279
|
+
root_dir?: string | null;
|
|
259
280
|
coexistence_routing?: ("cookie" | "path") | null;
|
|
260
281
|
coexistence_keep_versions?: number | null;
|
|
261
282
|
coexistence_drain_hours?: number | null;
|
|
@@ -315,6 +336,9 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
315
336
|
runtime: import("./types.js").components["schemas"]["AppRuntime"];
|
|
316
337
|
runtime_strategy: string | null;
|
|
317
338
|
mode: import("./types.js").components["schemas"]["AppMode"];
|
|
339
|
+
build_mode: import("./types.js").components["schemas"]["AppBuildMode"];
|
|
340
|
+
deploy_output: import("./types.js").components["schemas"]["AppDeployOutput"];
|
|
341
|
+
root_dir?: string | null;
|
|
318
342
|
coexistence_routing?: ("cookie" | "path") | null;
|
|
319
343
|
coexistence_keep_versions?: number | null;
|
|
320
344
|
coexistence_drain_hours?: number | null;
|
|
@@ -405,6 +429,9 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
405
429
|
runtime: import("./types.js").components["schemas"]["AppRuntime"];
|
|
406
430
|
runtime_strategy: string | null;
|
|
407
431
|
mode: import("./types.js").components["schemas"]["AppMode"];
|
|
432
|
+
build_mode: import("./types.js").components["schemas"]["AppBuildMode"];
|
|
433
|
+
deploy_output: import("./types.js").components["schemas"]["AppDeployOutput"];
|
|
434
|
+
root_dir?: string | null;
|
|
408
435
|
coexistence_routing?: ("cookie" | "path") | null;
|
|
409
436
|
coexistence_keep_versions?: number | null;
|
|
410
437
|
coexistence_drain_hours?: number | null;
|
|
@@ -437,6 +464,9 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
437
464
|
runtime: import("./types.js").components["schemas"]["AppRuntime"];
|
|
438
465
|
runtime_strategy: string | null;
|
|
439
466
|
mode: import("./types.js").components["schemas"]["AppMode"];
|
|
467
|
+
build_mode: import("./types.js").components["schemas"]["AppBuildMode"];
|
|
468
|
+
deploy_output: import("./types.js").components["schemas"]["AppDeployOutput"];
|
|
469
|
+
root_dir?: string | null;
|
|
440
470
|
coexistence_routing?: ("cookie" | "path") | null;
|
|
441
471
|
coexistence_keep_versions?: number | null;
|
|
442
472
|
coexistence_drain_hours?: number | null;
|
|
@@ -466,6 +496,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
466
496
|
github_ref?: string;
|
|
467
497
|
github_actor?: string;
|
|
468
498
|
github_commit_message?: string;
|
|
499
|
+
source?: import("./types.js").components["schemas"]["DeploymentSource"];
|
|
500
|
+
artifact?: import("./types.js").components["schemas"]["DeploymentArtifact"];
|
|
469
501
|
status: import("./types.js").components["schemas"]["DeploymentStatus"];
|
|
470
502
|
metadata: {
|
|
471
503
|
[key: string]: unknown;
|
|
@@ -487,6 +519,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
487
519
|
github_ref?: string;
|
|
488
520
|
github_actor?: string;
|
|
489
521
|
github_commit_message?: string;
|
|
522
|
+
source?: import("./types.js").components["schemas"]["DeploymentSource"];
|
|
523
|
+
artifact?: import("./types.js").components["schemas"]["DeploymentArtifact"];
|
|
490
524
|
status: import("./types.js").components["schemas"]["DeploymentStatus"];
|
|
491
525
|
metadata: {
|
|
492
526
|
[key: string]: unknown;
|
|
@@ -508,6 +542,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
508
542
|
github_ref?: string;
|
|
509
543
|
github_actor?: string;
|
|
510
544
|
github_commit_message?: string;
|
|
545
|
+
source?: import("./types.js").components["schemas"]["DeploymentSource"];
|
|
546
|
+
artifact?: import("./types.js").components["schemas"]["DeploymentArtifact"];
|
|
511
547
|
status: import("./types.js").components["schemas"]["DeploymentStatus"];
|
|
512
548
|
metadata: {
|
|
513
549
|
[key: string]: unknown;
|
|
@@ -525,9 +561,12 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
525
561
|
deployment_id: string;
|
|
526
562
|
app_id: string;
|
|
527
563
|
team: string;
|
|
528
|
-
content
|
|
529
|
-
truncated
|
|
530
|
-
size
|
|
564
|
+
content?: string;
|
|
565
|
+
truncated?: boolean;
|
|
566
|
+
size?: number;
|
|
567
|
+
runtime_content?: string;
|
|
568
|
+
runtime_truncated?: boolean;
|
|
569
|
+
runtime_size?: number;
|
|
531
570
|
createdAt?: string;
|
|
532
571
|
updatedAt?: string;
|
|
533
572
|
}>;
|
|
@@ -546,6 +585,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
546
585
|
github_ref?: string;
|
|
547
586
|
github_actor?: string;
|
|
548
587
|
github_commit_message?: string;
|
|
588
|
+
source?: import("./types.js").components["schemas"]["DeploymentSource"];
|
|
589
|
+
artifact?: import("./types.js").components["schemas"]["DeploymentArtifact"];
|
|
549
590
|
status: import("./types.js").components["schemas"]["DeploymentStatus"];
|
|
550
591
|
metadata: {
|
|
551
592
|
[key: string]: unknown;
|
|
@@ -562,6 +603,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
562
603
|
github_ref?: string;
|
|
563
604
|
github_actor?: string;
|
|
564
605
|
github_commit_message?: string;
|
|
606
|
+
source?: import("./types.js").components["schemas"]["DeploymentSource"];
|
|
607
|
+
artifact?: import("./types.js").components["schemas"]["DeploymentArtifact"];
|
|
565
608
|
status: import("./types.js").components["schemas"]["DeploymentStatus"];
|
|
566
609
|
metadata: {
|
|
567
610
|
[key: string]: unknown;
|
|
@@ -581,6 +624,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
581
624
|
github_ref?: string;
|
|
582
625
|
github_actor?: string;
|
|
583
626
|
github_commit_message?: string;
|
|
627
|
+
source?: import("./types.js").components["schemas"]["DeploymentSource"];
|
|
628
|
+
artifact?: import("./types.js").components["schemas"]["DeploymentArtifact"];
|
|
584
629
|
status: import("./types.js").components["schemas"]["DeploymentStatus"];
|
|
585
630
|
metadata: {
|
|
586
631
|
[key: string]: unknown;
|
|
@@ -603,6 +648,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
|
|
|
603
648
|
github_ref?: string;
|
|
604
649
|
github_actor?: string;
|
|
605
650
|
github_commit_message?: string;
|
|
651
|
+
source?: import("./types.js").components["schemas"]["DeploymentSource"];
|
|
652
|
+
artifact?: import("./types.js").components["schemas"]["DeploymentArtifact"];
|
|
606
653
|
status: import("./types.js").components["schemas"]["DeploymentStatus"];
|
|
607
654
|
metadata: {
|
|
608
655
|
[key: string]: unknown;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generated-client.d.ts","sourceRoot":"","sources":["../../src/api/generated-client.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAI7C,KAAK,MAAM,CAAC,CAAC,SAAS,MAAM,UAAU,IAAI,UAAU,CAAC,CAAC,CAAC,SAAS;IAC9D,WAAW,EAAE;QAAE,OAAO,EAAE;YAAE,kBAAkB,EAAE,MAAM,CAAC,CAAA;SAAE,CAAA;KAAE,CAAC;CAC3D,GACG,CAAC,GACD,KAAK,CAAC;AAsBV,KAAK,OAAO,CAAC,CAAC,SAAS,MAAM,UAAU,IAAI,UAAU,CAAC,CAAC,CAAC,SAAS;IAC/D,UAAU,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC,CAAA;KAAE,CAAC;CACjC,GACG,WAAW,CAAC,CAAC,CAAC,GACd,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AAE1B;;;;GAIG;AACH,8BAAsB,wBAAyB,SAAQ,SAAS;IAC9D;;;;OAIG;IACH,YAAY,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC;;;;;;;IAI9C;;;;OAIG;IACH,SAAS,CAAC,IAAI,EAAE,MAAM,CAAC,YAAY,CAAC;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"generated-client.d.ts","sourceRoot":"","sources":["../../src/api/generated-client.ts"],"names":[],"mappings":"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"}
|