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 +1 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/package.json +1 -1
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
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