Skip to content

Commit 90f4334

Browse files
committed
feat: update generated APIs
1 parent b6f4aad commit 90f4334

File tree

4 files changed

+36
-1
lines changed

4 files changed

+36
-1
lines changed

packages/clients/src/api/index.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import * as LlmInference from './llm_inference/index.gen'
3232
import * as Marketplace from './marketplace/index.gen'
3333
import * as Mnq from './mnq/index.gen'
3434
import * as Mongodb from './mongodb/index.gen'
35+
import * as ProductCatalog from './product_catalog/index.gen'
3536
import * as Qaas from './qaas/index.gen'
3637
import * as Rdb from './rdb/index.gen'
3738
import * as Redis from './redis/index.gen'
@@ -75,6 +76,7 @@ export {
7576
Marketplace,
7677
Mnq,
7778
Mongodb,
79+
ProductCatalog,
7880
Qaas,
7981
Rdb,
8082
Redis,

packages/clients/src/api/instance/v1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ export interface Task {
888888
hrefFrom: string
889889
hrefResult: string
890890
/**
891-
* Zone in which the task is excecuted.
891+
* Zone in which the task is executed.
892892
*/
893893
zone: ScwZone
894894
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
* This file is automatically generated from /scripts/generate.js
3+
* PLEASE DO NOT EDIT HERE
4+
*/
5+
6+
export * as v2alpha1 from './v2alpha1/index.gen'
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
// This file was automatically generated. DO NOT EDIT.
2+
// If you have any remark or suggestion do not hesitate to open an issue.
3+
export { PublicCatalogAPI } from './api.gen'
4+
export type {
5+
ListPublicCatalogProductsResponse,
6+
PublicCatalogApiListPublicCatalogProductsRequest,
7+
PublicCatalogProduct,
8+
PublicCatalogProductLocality,
9+
PublicCatalogProductPrice,
10+
PublicCatalogProductPriceUnitOfMeasure,
11+
PublicCatalogProductPriceUnitOfMeasureCountableUnit,
12+
PublicCatalogProductProperties,
13+
PublicCatalogProductPropertiesAppleSilicon,
14+
PublicCatalogProductPropertiesDedibox,
15+
PublicCatalogProductPropertiesElasticMetal,
16+
PublicCatalogProductPropertiesHardware,
17+
PublicCatalogProductPropertiesHardwareCPU,
18+
PublicCatalogProductPropertiesHardwareCPUArch,
19+
PublicCatalogProductPropertiesHardwareCPUPhysical,
20+
PublicCatalogProductPropertiesHardwareCPUVirtual,
21+
PublicCatalogProductPropertiesHardwareGPU,
22+
PublicCatalogProductPropertiesHardwareNetwork,
23+
PublicCatalogProductPropertiesHardwareRAM,
24+
PublicCatalogProductPropertiesHardwareStorage,
25+
PublicCatalogProductPropertiesInstance,
26+
} from './types.gen'
27+
export * as ValidationRules from './validation-rules.gen'

0 commit comments

Comments
 (0)