qovery-ws-typescript-axios 0.1.645 → 0.1.646
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/api.ts +7 -1
- package/dist/api.d.ts +7 -1
- package/dist/esm/api.d.ts +7 -1
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -175,11 +175,17 @@ export const BlueprintPreviewResultOneOf2TypeEnum = {
|
|
|
175
175
|
export type BlueprintPreviewResultOneOf2TypeEnum = typeof BlueprintPreviewResultOneOf2TypeEnum[keyof typeof BlueprintPreviewResultOneOf2TypeEnum];
|
|
176
176
|
|
|
177
177
|
/**
|
|
178
|
-
* The preview did not complete in time.
|
|
178
|
+
* The preview did not complete in time. `message` names the step that ran out of time and after how long, when the engine got far enough to report it; it is absent when nothing did — the engine went quiet, or the gateway stopped waiting first.
|
|
179
179
|
* @export
|
|
180
180
|
* @interface BlueprintPreviewResultOneOf3
|
|
181
181
|
*/
|
|
182
182
|
export interface BlueprintPreviewResultOneOf3 {
|
|
183
|
+
/**
|
|
184
|
+
*
|
|
185
|
+
* @type {string}
|
|
186
|
+
* @memberof BlueprintPreviewResultOneOf3
|
|
187
|
+
*/
|
|
188
|
+
'message'?: string | null;
|
|
183
189
|
/**
|
|
184
190
|
*
|
|
185
191
|
* @type {string}
|
package/dist/api.d.ts
CHANGED
|
@@ -151,11 +151,17 @@ export declare const BlueprintPreviewResultOneOf2TypeEnum: {
|
|
|
151
151
|
};
|
|
152
152
|
export type BlueprintPreviewResultOneOf2TypeEnum = typeof BlueprintPreviewResultOneOf2TypeEnum[keyof typeof BlueprintPreviewResultOneOf2TypeEnum];
|
|
153
153
|
/**
|
|
154
|
-
* The preview did not complete in time.
|
|
154
|
+
* The preview did not complete in time. `message` names the step that ran out of time and after how long, when the engine got far enough to report it; it is absent when nothing did — the engine went quiet, or the gateway stopped waiting first.
|
|
155
155
|
* @export
|
|
156
156
|
* @interface BlueprintPreviewResultOneOf3
|
|
157
157
|
*/
|
|
158
158
|
export interface BlueprintPreviewResultOneOf3 {
|
|
159
|
+
/**
|
|
160
|
+
*
|
|
161
|
+
* @type {string}
|
|
162
|
+
* @memberof BlueprintPreviewResultOneOf3
|
|
163
|
+
*/
|
|
164
|
+
'message'?: string | null;
|
|
159
165
|
/**
|
|
160
166
|
*
|
|
161
167
|
* @type {string}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -151,11 +151,17 @@ export declare const BlueprintPreviewResultOneOf2TypeEnum: {
|
|
|
151
151
|
};
|
|
152
152
|
export type BlueprintPreviewResultOneOf2TypeEnum = typeof BlueprintPreviewResultOneOf2TypeEnum[keyof typeof BlueprintPreviewResultOneOf2TypeEnum];
|
|
153
153
|
/**
|
|
154
|
-
* The preview did not complete in time.
|
|
154
|
+
* The preview did not complete in time. `message` names the step that ran out of time and after how long, when the engine got far enough to report it; it is absent when nothing did — the engine went quiet, or the gateway stopped waiting first.
|
|
155
155
|
* @export
|
|
156
156
|
* @interface BlueprintPreviewResultOneOf3
|
|
157
157
|
*/
|
|
158
158
|
export interface BlueprintPreviewResultOneOf3 {
|
|
159
|
+
/**
|
|
160
|
+
*
|
|
161
|
+
* @type {string}
|
|
162
|
+
* @memberof BlueprintPreviewResultOneOf3
|
|
163
|
+
*/
|
|
164
|
+
'message'?: string | null;
|
|
159
165
|
/**
|
|
160
166
|
*
|
|
161
167
|
* @type {string}
|