qovery-typescript-axios 1.1.931 → 1.1.933

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
@@ -4790,6 +4790,12 @@ export interface BlueprintUpdateResponse {
4790
4790
  * @memberof BlueprintUpdateResponse
4791
4791
  */
4792
4792
  'is_up_to_date': boolean;
4793
+ /**
4794
+ *
4795
+ * @type {string}
4796
+ * @memberof BlueprintUpdateResponse
4797
+ */
4798
+ 'current_tag': string;
4793
4799
  /**
4794
4800
  *
4795
4801
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -4646,6 +4646,12 @@ export interface BlueprintUpdateResponse {
4646
4646
  * @memberof BlueprintUpdateResponse
4647
4647
  */
4648
4648
  'is_up_to_date': boolean;
4649
+ /**
4650
+ *
4651
+ * @type {string}
4652
+ * @memberof BlueprintUpdateResponse
4653
+ */
4654
+ 'current_tag': string;
4649
4655
  /**
4650
4656
  *
4651
4657
  * @type {string}
package/dist/esm/api.d.ts CHANGED
@@ -4646,6 +4646,12 @@ export interface BlueprintUpdateResponse {
4646
4646
  * @memberof BlueprintUpdateResponse
4647
4647
  */
4648
4648
  'is_up_to_date': boolean;
4649
+ /**
4650
+ *
4651
+ * @type {string}
4652
+ * @memberof BlueprintUpdateResponse
4653
+ */
4654
+ 'current_tag': string;
4649
4655
  /**
4650
4656
  *
4651
4657
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.931",
3
+ "version": "v1.1.933",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "prepare": "npm run build"
25
25
  },
26
26
  "dependencies": {
27
- "axios": "1.15.2"
27
+ "axios": "1.18.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "12.11.5 - 12.20.42",