@faable/deploy-sdk 1.0.6 → 1.0.7
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.
|
@@ -39,12 +39,96 @@ export declare class DeployApi extends FaableApi {
|
|
|
39
39
|
createdAt: string;
|
|
40
40
|
}>;
|
|
41
41
|
listApps(): {
|
|
42
|
-
all: () => Promise<
|
|
43
|
-
|
|
42
|
+
all: () => Promise<{
|
|
43
|
+
id: string;
|
|
44
|
+
profile?: {
|
|
45
|
+
id: string;
|
|
46
|
+
slug: string;
|
|
47
|
+
name?: string;
|
|
48
|
+
description: string;
|
|
49
|
+
is_team: boolean;
|
|
50
|
+
owner_id: string;
|
|
51
|
+
stripe_sub?: string | null;
|
|
52
|
+
createdAt: string;
|
|
53
|
+
} | string | unknown;
|
|
54
|
+
team: string;
|
|
55
|
+
name: string;
|
|
56
|
+
description: string;
|
|
57
|
+
slug: string;
|
|
58
|
+
url: string;
|
|
59
|
+
active: boolean;
|
|
60
|
+
runtime: import("./api/types.js").components["schemas"]["AppRuntime"];
|
|
61
|
+
runtime_strategy: ("next" | "wordpress") | null;
|
|
62
|
+
instance_type: string;
|
|
63
|
+
region: string;
|
|
64
|
+
creator: string;
|
|
65
|
+
metadata: {
|
|
66
|
+
[key: string]: unknown;
|
|
67
|
+
};
|
|
68
|
+
status: import("./api/types.js").components["schemas"]["AppStatus"];
|
|
69
|
+
createdAt: string;
|
|
70
|
+
}[]>;
|
|
71
|
+
first: () => Promise<import("@faable/sdk-base/dist/helpers/paginator.js").Page<{
|
|
72
|
+
id: string;
|
|
73
|
+
profile?: {
|
|
74
|
+
id: string;
|
|
75
|
+
slug: string;
|
|
76
|
+
name?: string;
|
|
77
|
+
description: string;
|
|
78
|
+
is_team: boolean;
|
|
79
|
+
owner_id: string;
|
|
80
|
+
stripe_sub?: string | null;
|
|
81
|
+
createdAt: string;
|
|
82
|
+
} | string | unknown;
|
|
83
|
+
team: string;
|
|
84
|
+
name: string;
|
|
85
|
+
description: string;
|
|
86
|
+
slug: string;
|
|
87
|
+
url: string;
|
|
88
|
+
active: boolean;
|
|
89
|
+
runtime: import("./api/types.js").components["schemas"]["AppRuntime"];
|
|
90
|
+
runtime_strategy: ("next" | "wordpress") | null;
|
|
91
|
+
instance_type: string;
|
|
92
|
+
region: string;
|
|
93
|
+
creator: string;
|
|
94
|
+
metadata: {
|
|
95
|
+
[key: string]: unknown;
|
|
96
|
+
};
|
|
97
|
+
status: import("./api/types.js").components["schemas"]["AppStatus"];
|
|
98
|
+
createdAt: string;
|
|
99
|
+
}>>;
|
|
44
100
|
pass: (params?: {
|
|
45
101
|
cursor?: string;
|
|
46
102
|
pageSize?: string;
|
|
47
|
-
}) => Promise<import("@faable/sdk-base/dist/helpers/paginator.js").Page<
|
|
103
|
+
}) => Promise<import("@faable/sdk-base/dist/helpers/paginator.js").Page<{
|
|
104
|
+
id: string;
|
|
105
|
+
profile?: {
|
|
106
|
+
id: string;
|
|
107
|
+
slug: string;
|
|
108
|
+
name?: string;
|
|
109
|
+
description: string;
|
|
110
|
+
is_team: boolean;
|
|
111
|
+
owner_id: string;
|
|
112
|
+
stripe_sub?: string | null;
|
|
113
|
+
createdAt: string;
|
|
114
|
+
} | string | unknown;
|
|
115
|
+
team: string;
|
|
116
|
+
name: string;
|
|
117
|
+
description: string;
|
|
118
|
+
slug: string;
|
|
119
|
+
url: string;
|
|
120
|
+
active: boolean;
|
|
121
|
+
runtime: import("./api/types.js").components["schemas"]["AppRuntime"];
|
|
122
|
+
runtime_strategy: ("next" | "wordpress") | null;
|
|
123
|
+
instance_type: string;
|
|
124
|
+
region: string;
|
|
125
|
+
creator: string;
|
|
126
|
+
metadata: {
|
|
127
|
+
[key: string]: unknown;
|
|
128
|
+
};
|
|
129
|
+
status: import("./api/types.js").components["schemas"]["AppStatus"];
|
|
130
|
+
createdAt: string;
|
|
131
|
+
}>>;
|
|
48
132
|
};
|
|
49
133
|
updateStatus<T>(id: string, data: T): Promise<unknown>;
|
|
50
134
|
}
|
|
@@ -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;;;;gBAaov2B,8CAAsB;;;;IAVly2B,MAAM,CAAC,EAAE,EAAE,MAAM;;;;;gBAU8qnB,CAAC;;;;sBAA6I,CAAC;;;;;;;;;iBAAyU,8CAAsB;;;;;;;;gBAAyf,8CAAsB;;;IAP5rpB,QAAQ;;;;;;oBAOurnB,CAAC;;;;0BAA6I,CAAC;;;;;;;;;qBAAyU,8CAAsB;;;;;;;;oBAAyf,8CAAsB;;;;;;;;oBAA7/B,CAAC;;;;0BAA6I,CAAC;;;;;;;;;;;;;;;;;;;;;kBAT50nB,CAAC;oBAA0B,CAAC;;;;;;oBASiqnB,CAAC;;;;0BAA6I,CAAC;;;;;;;;;qBAAyU,8CAAsB;;;;;;;;oBAAyf,8CAAsB;;;;IAJ5rpB,YAAY,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;CAGpC"}
|