qovery-typescript-axios 1.1.851 → 1.1.852

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
@@ -15868,6 +15868,7 @@ export const OrganizationAnnotationsGroupScopeEnum = {
15868
15868
  STATEFUL_SETS: 'STATEFUL_SETS',
15869
15869
  SERVICES: 'SERVICES',
15870
15870
  INGRESS: 'INGRESS',
15871
+ GATEWAY_API_ROUTES: 'GATEWAY_API_ROUTES',
15871
15872
  HPA: 'HPA',
15872
15873
  PODS: 'PODS',
15873
15874
  SECRETS: 'SECRETS',
package/dist/api.d.ts CHANGED
@@ -15398,6 +15398,7 @@ export declare const OrganizationAnnotationsGroupScopeEnum: {
15398
15398
  readonly STATEFUL_SETS: "STATEFUL_SETS";
15399
15399
  readonly SERVICES: "SERVICES";
15400
15400
  readonly INGRESS: "INGRESS";
15401
+ readonly GATEWAY_API_ROUTES: "GATEWAY_API_ROUTES";
15401
15402
  readonly HPA: "HPA";
15402
15403
  readonly PODS: "PODS";
15403
15404
  readonly SECRETS: "SECRETS";
package/dist/api.js CHANGED
@@ -840,6 +840,7 @@ exports.OrganizationAnnotationsGroupScopeEnum = {
840
840
  STATEFUL_SETS: 'STATEFUL_SETS',
841
841
  SERVICES: 'SERVICES',
842
842
  INGRESS: 'INGRESS',
843
+ GATEWAY_API_ROUTES: 'GATEWAY_API_ROUTES',
843
844
  HPA: 'HPA',
844
845
  PODS: 'PODS',
845
846
  SECRETS: 'SECRETS',
package/dist/esm/api.d.ts CHANGED
@@ -15398,6 +15398,7 @@ export declare const OrganizationAnnotationsGroupScopeEnum: {
15398
15398
  readonly STATEFUL_SETS: "STATEFUL_SETS";
15399
15399
  readonly SERVICES: "SERVICES";
15400
15400
  readonly INGRESS: "INGRESS";
15401
+ readonly GATEWAY_API_ROUTES: "GATEWAY_API_ROUTES";
15401
15402
  readonly HPA: "HPA";
15402
15403
  readonly PODS: "PODS";
15403
15404
  readonly SECRETS: "SECRETS";
package/dist/esm/api.js CHANGED
@@ -827,6 +827,7 @@ export const OrganizationAnnotationsGroupScopeEnum = {
827
827
  STATEFUL_SETS: 'STATEFUL_SETS',
828
828
  SERVICES: 'SERVICES',
829
829
  INGRESS: 'INGRESS',
830
+ GATEWAY_API_ROUTES: 'GATEWAY_API_ROUTES',
830
831
  HPA: 'HPA',
831
832
  PODS: 'PODS',
832
833
  SECRETS: 'SECRETS',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.851",
3
+ "version": "v1.1.852",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {