@faable/deploy-sdk 1.0.13 → 1.0.15
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.
|
@@ -5,7 +5,9 @@ export declare class DeployApi extends FaableApi {
|
|
|
5
5
|
id: string;
|
|
6
6
|
team: string;
|
|
7
7
|
app_id: string;
|
|
8
|
-
image
|
|
8
|
+
image?: string;
|
|
9
|
+
github_commit?: string;
|
|
10
|
+
github_ref?: string;
|
|
9
11
|
status: import("./api/types.js").components["schemas"]["DeploymentStatus"];
|
|
10
12
|
metadata: {
|
|
11
13
|
[key: string]: unknown;
|
|
@@ -24,8 +26,11 @@ export declare class DeployApi extends FaableApi {
|
|
|
24
26
|
runtime: import("./api/types.js").components["schemas"]["AppRuntime"];
|
|
25
27
|
runtime_strategy: ("next" | "wordpress") | null;
|
|
26
28
|
instance_type: string;
|
|
27
|
-
region:
|
|
29
|
+
region: "gui1" | "poz1" | "ams1";
|
|
28
30
|
status: import("./api/types.js").components["schemas"]["AppStatus"];
|
|
31
|
+
repository?: string;
|
|
32
|
+
github_branch?: string;
|
|
33
|
+
github_installation_id?: string;
|
|
29
34
|
metadata: {
|
|
30
35
|
[key: string]: unknown;
|
|
31
36
|
};
|
|
@@ -44,8 +49,11 @@ export declare class DeployApi extends FaableApi {
|
|
|
44
49
|
runtime: import("./api/types.js").components["schemas"]["AppRuntime"];
|
|
45
50
|
runtime_strategy: ("next" | "wordpress") | null;
|
|
46
51
|
instance_type: string;
|
|
47
|
-
region:
|
|
52
|
+
region: "gui1" | "poz1" | "ams1";
|
|
48
53
|
status: import("./api/types.js").components["schemas"]["AppStatus"];
|
|
54
|
+
repository?: string;
|
|
55
|
+
github_branch?: string;
|
|
56
|
+
github_installation_id?: string;
|
|
49
57
|
metadata: {
|
|
50
58
|
[key: string]: unknown;
|
|
51
59
|
};
|
|
@@ -63,8 +71,11 @@ export declare class DeployApi extends FaableApi {
|
|
|
63
71
|
runtime: import("./api/types.js").components["schemas"]["AppRuntime"];
|
|
64
72
|
runtime_strategy: ("next" | "wordpress") | null;
|
|
65
73
|
instance_type: string;
|
|
66
|
-
region:
|
|
74
|
+
region: "gui1" | "poz1" | "ams1";
|
|
67
75
|
status: import("./api/types.js").components["schemas"]["AppStatus"];
|
|
76
|
+
repository?: string;
|
|
77
|
+
github_branch?: string;
|
|
78
|
+
github_installation_id?: string;
|
|
68
79
|
metadata: {
|
|
69
80
|
[key: string]: unknown;
|
|
70
81
|
};
|
|
@@ -85,8 +96,11 @@ export declare class DeployApi extends FaableApi {
|
|
|
85
96
|
runtime: import("./api/types.js").components["schemas"]["AppRuntime"];
|
|
86
97
|
runtime_strategy: ("next" | "wordpress") | null;
|
|
87
98
|
instance_type: string;
|
|
88
|
-
region:
|
|
99
|
+
region: "gui1" | "poz1" | "ams1";
|
|
89
100
|
status: import("./api/types.js").components["schemas"]["AppStatus"];
|
|
101
|
+
repository?: string;
|
|
102
|
+
github_branch?: string;
|
|
103
|
+
github_installation_id?: string;
|
|
90
104
|
metadata: {
|
|
91
105
|
[key: string]: unknown;
|
|
92
106
|
};
|
|
@@ -153,6 +167,7 @@ export declare class DeployApi extends FaableApi {
|
|
|
153
167
|
tls: boolean;
|
|
154
168
|
app_id: string | null;
|
|
155
169
|
verified: boolean;
|
|
170
|
+
active: boolean;
|
|
156
171
|
metadata: {
|
|
157
172
|
[key: string]: unknown;
|
|
158
173
|
};
|
|
@@ -166,6 +181,7 @@ export declare class DeployApi extends FaableApi {
|
|
|
166
181
|
tls: boolean;
|
|
167
182
|
app_id: string | null;
|
|
168
183
|
verified: boolean;
|
|
184
|
+
active: boolean;
|
|
169
185
|
metadata: {
|
|
170
186
|
[key: string]: unknown;
|
|
171
187
|
};
|
|
@@ -182,6 +198,7 @@ export declare class DeployApi extends FaableApi {
|
|
|
182
198
|
tls: boolean;
|
|
183
199
|
app_id: string | null;
|
|
184
200
|
verified: boolean;
|
|
201
|
+
active: boolean;
|
|
185
202
|
metadata: {
|
|
186
203
|
[key: string]: unknown;
|
|
187
204
|
};
|
|
@@ -193,7 +210,9 @@ export declare class DeployApi extends FaableApi {
|
|
|
193
210
|
id: string;
|
|
194
211
|
team: string;
|
|
195
212
|
app_id: string;
|
|
196
|
-
image
|
|
213
|
+
image?: string;
|
|
214
|
+
github_commit?: string;
|
|
215
|
+
github_ref?: string;
|
|
197
216
|
status: import("./api/types.js").components["schemas"]["DeploymentStatus"];
|
|
198
217
|
metadata: {
|
|
199
218
|
[key: string]: unknown;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FaableDeployApi.d.ts","sourceRoot":"","sources":["../src/FaableDeployApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAGxD,qBAAa,SAAU,SAAQ,SAAS;gBAC1B,MAAM,CAAC,EAAE,SAAS;IAO9B,aAAa,CAAC,EAAE,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"FaableDeployApi.d.ts","sourceRoot":"","sources":["../src/FaableDeployApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAGxD,qBAAa,SAAU,SAAQ,SAAS;gBAC1B,MAAM,CAAC,EAAE,SAAS;IAO9B,aAAa,CAAC,EAAE,EAAE,MAAM;;;;;;;gBAsBs3pB,8CAAsB;;;;;;;IAnBp6pB,MAAM,CAAC,EAAE,EAAE,MAAM;;;;;;;;iBAmBm+jB,8CAAsB;;;;gBAAgd,8CAAsB;;;;;;;;;;IAhBh/kB,QAAQ;;;;;;;;;qBAgB4+jB,8CAAsB;;;;oBAAgd,8CAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAf/9kB,CAAC;oBAA0B,CAAC;;;;;;;;;qBAeu8jB,8CAAsB;;;;oBAAgd,8CAAsB;;;;;;;;;;;IAbh/kB,YAAY,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;IAGnC,WAAW,CAAC,EAAE,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBALL,CAAC;oBAA0B,CAAC;;;;;;;;;;;;;;;;;IAQ7C,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBARM,CAAC;oBAA0B,CAAC;;;;;;;;;;;;;;;;IAW7C,eAAe;;;;;;;gBAI+3pB,8CAAsB;;;;;;;CADr6pB"}
|
package/dist/api/api-types.d.ts
CHANGED
|
@@ -7,7 +7,6 @@ export type Deployment = components["schemas"]["Deployment"];
|
|
|
7
7
|
export type DeploymentStatus = components["schemas"]["DeploymentStatus"];
|
|
8
8
|
export type Secret = components["schemas"]["Secret"];
|
|
9
9
|
export type Domain = components["schemas"]["Domain"];
|
|
10
|
-
export type Volume = components["schemas"]["Volume"];
|
|
11
10
|
export type EventSecretsCreateBatchEvent = components["schemas"]["EventSecretCreate_batch"];
|
|
12
11
|
export type EventDeploymentCreated = components["schemas"]["EventDeploymentCreate"];
|
|
13
12
|
export type EventAppDelete = components["schemas"]["EventAppDelete"];
|
|
@@ -15,7 +14,6 @@ export type EventAppCreate = components["schemas"]["EventAppCreate"];
|
|
|
15
14
|
export type EventAppUpdate = components["schemas"]["EventAppUpdate"];
|
|
16
15
|
export type EventDomainCreate = components["schemas"]["EventDomainCreate"];
|
|
17
16
|
export type EventDomainUpdate = components["schemas"]["EventDomainUpdate"];
|
|
18
|
-
export type
|
|
19
|
-
export type EventVolumeDelete = components["schemas"]["EventVolumeDelete"];
|
|
17
|
+
export type EventDomainDelete = components["schemas"]["EventDomainDelete"];
|
|
20
18
|
export type EventDeploymentStatusUpdate = components["schemas"]["EventDeploymentUpdate"];
|
|
21
19
|
//# 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":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAExC,MAAM,MAAM,GAAG,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,CAAC;AAC/C,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,WAAW,CAAC,CAAC;AAC3D,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,YAAY,CAAC,CAAC;AAC7D,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,oBAAoB,CAAC,CAAC;AAC7E,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,YAAY,CAAC,CAAC;AAC7D,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AACzE,MAAM,MAAM,MAAM,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,CAAC;AACrD,MAAM,MAAM,MAAM,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,CAAC;AAErD,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"api-types.d.ts","sourceRoot":"","sources":["../../src/api/api-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAExC,MAAM,MAAM,GAAG,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,CAAC;AAC/C,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,WAAW,CAAC,CAAC;AAC3D,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,YAAY,CAAC,CAAC;AAC7D,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,oBAAoB,CAAC,CAAC;AAC7E,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,YAAY,CAAC,CAAC;AAC7D,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AACzE,MAAM,MAAM,MAAM,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,CAAC;AACrD,MAAM,MAAM,MAAM,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,CAAC;AAErD,MAAM,MAAM,4BAA4B,GACtC,UAAU,CAAC,SAAS,CAAC,CAAC,yBAAyB,CAAC,CAAC;AACnD,MAAM,MAAM,sBAAsB,GAChC,UAAU,CAAC,SAAS,CAAC,CAAC,uBAAuB,CAAC,CAAC;AACjD,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,gBAAgB,CAAC,CAAC;AACrE,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,gBAAgB,CAAC,CAAC;AACrE,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,gBAAgB,CAAC,CAAC;AAErE,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,mBAAmB,CAAC,CAAC;AAC3E,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,mBAAmB,CAAC,CAAC;AAC3E,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,mBAAmB,CAAC,CAAC;AAE3E,MAAM,MAAM,2BAA2B,GACrC,UAAU,CAAC,SAAS,CAAC,CAAC,uBAAuB,CAAC,CAAC"}
|