qovery-ws-typescript-axios 0.1.644 → 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 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}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-ws-typescript-axios",
3
- "version": "v0.1.644",
3
+ "version": "v0.1.646",
4
4
  "description": "OpenAPI client for qovery-ws-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {