From 8164620f1f380c04a93f982751c13d74d6c00572 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Fri, 19 Dec 2025 12:52:24 +0000 Subject: [PATCH] feat: update generated APIs --- .../src/v1alpha1/types.gen.ts | 2 ++ .../tsconfig.build.json | 30 +++++++++---------- .../environmental_footprint/tsconfig.json | 4 +-- .../environmental_footprint/vite.config.ts | 10 +++---- packages_generated/k8s/tsconfig.build.json | 30 +++++++++---------- packages_generated/k8s/tsconfig.json | 4 +-- packages_generated/k8s/vite.config.ts | 10 +++---- 7 files changed, 46 insertions(+), 44 deletions(-) diff --git a/packages_generated/environmental_footprint/src/v1alpha1/types.gen.ts b/packages_generated/environmental_footprint/src/v1alpha1/types.gen.ts index 641197bd7..d15a78cb9 100644 --- a/packages_generated/environmental_footprint/src/v1alpha1/types.gen.ts +++ b/packages_generated/environmental_footprint/src/v1alpha1/types.gen.ts @@ -13,6 +13,7 @@ export type ProductCategory = | 'elastic_metal' | 'instances' | 'object_storage' + | 'load_balancer' export type ReportType = 'unknown_report_type' | 'monthly' | 'yearly' @@ -21,6 +22,7 @@ export type ServiceCategory = | 'baremetal' | 'compute' | 'storage' + | 'network' export interface Impact { /** diff --git a/packages_generated/environmental_footprint/tsconfig.build.json b/packages_generated/environmental_footprint/tsconfig.build.json index 19ca82000..89f66f01c 100644 --- a/packages_generated/environmental_footprint/tsconfig.build.json +++ b/packages_generated/environmental_footprint/tsconfig.build.json @@ -1,17 +1,17 @@ { - "extends": "./tsconfig.json", - "compilerOptions": { - "noEmit": false, - "emitDeclarationOnly": true, - "rootDir": "src", - "outDir": "dist" - }, - "exclude": [ - "dist/*", - "*.config.ts", - "*.setup.ts", - "**/__tests__", - "**/__mocks__", - "src/**/*.test.tsx" - ] + "extends": "./tsconfig.json", + "compilerOptions": { + "noEmit": false, + "emitDeclarationOnly": true, + "rootDir": "src", + "outDir": "dist" + }, + "exclude": [ + "dist/*", + "*.config.ts", + "*.setup.ts", + "**/__tests__", + "**/__mocks__", + "src/**/*.test.tsx" + ] } diff --git a/packages_generated/environmental_footprint/tsconfig.json b/packages_generated/environmental_footprint/tsconfig.json index 7c2b0759a..088c10f6c 100644 --- a/packages_generated/environmental_footprint/tsconfig.json +++ b/packages_generated/environmental_footprint/tsconfig.json @@ -1,4 +1,4 @@ { - "extends": "../../tsconfig.json", - "include": ["src/**/*.ts", "src/**/*.tsx", "*.config.ts"] + "extends": "../../tsconfig.json", + "include": ["src/**/*.ts", "src/**/*.tsx", "*.config.ts"] } diff --git a/packages_generated/environmental_footprint/vite.config.ts b/packages_generated/environmental_footprint/vite.config.ts index 5c0513828..04b86a1d1 100644 --- a/packages_generated/environmental_footprint/vite.config.ts +++ b/packages_generated/environmental_footprint/vite.config.ts @@ -6,9 +6,9 @@ import { defineConfig, mergeConfig } from 'vite' import { defaultConfig } from '../../vite.config' export default mergeConfig(defineConfig(defaultConfig), { - build: { - lib: { - entry: 'src/index.gen.ts', - }, - }, + build: { + lib: { + entry: 'src/index.gen.ts', + }, + }, }) diff --git a/packages_generated/k8s/tsconfig.build.json b/packages_generated/k8s/tsconfig.build.json index 19ca82000..89f66f01c 100644 --- a/packages_generated/k8s/tsconfig.build.json +++ b/packages_generated/k8s/tsconfig.build.json @@ -1,17 +1,17 @@ { - "extends": "./tsconfig.json", - "compilerOptions": { - "noEmit": false, - "emitDeclarationOnly": true, - "rootDir": "src", - "outDir": "dist" - }, - "exclude": [ - "dist/*", - "*.config.ts", - "*.setup.ts", - "**/__tests__", - "**/__mocks__", - "src/**/*.test.tsx" - ] + "extends": "./tsconfig.json", + "compilerOptions": { + "noEmit": false, + "emitDeclarationOnly": true, + "rootDir": "src", + "outDir": "dist" + }, + "exclude": [ + "dist/*", + "*.config.ts", + "*.setup.ts", + "**/__tests__", + "**/__mocks__", + "src/**/*.test.tsx" + ] } diff --git a/packages_generated/k8s/tsconfig.json b/packages_generated/k8s/tsconfig.json index 7c2b0759a..088c10f6c 100644 --- a/packages_generated/k8s/tsconfig.json +++ b/packages_generated/k8s/tsconfig.json @@ -1,4 +1,4 @@ { - "extends": "../../tsconfig.json", - "include": ["src/**/*.ts", "src/**/*.tsx", "*.config.ts"] + "extends": "../../tsconfig.json", + "include": ["src/**/*.ts", "src/**/*.tsx", "*.config.ts"] } diff --git a/packages_generated/k8s/vite.config.ts b/packages_generated/k8s/vite.config.ts index 5c0513828..04b86a1d1 100644 --- a/packages_generated/k8s/vite.config.ts +++ b/packages_generated/k8s/vite.config.ts @@ -6,9 +6,9 @@ import { defineConfig, mergeConfig } from 'vite' import { defaultConfig } from '../../vite.config' export default mergeConfig(defineConfig(defaultConfig), { - build: { - lib: { - entry: 'src/index.gen.ts', - }, - }, + build: { + lib: { + entry: 'src/index.gen.ts', + }, + }, })