Skip to content

Commit e653ab0

Browse files
committed
feat: update generated APIs
1 parent a3b0b41 commit e653ab0

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

packages_generated/cockpit/src/v1/index.gen.ts

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export type {
1414
DataSource,
1515
DataSourceOrigin,
1616
DataSourceType,
17+
DisableAlertRulesResponse,
18+
EnableAlertRulesResponse,
1719
GetConfigResponse,
1820
GetConfigResponseRetention,
1921
GlobalApiCreateGrafanaUserRequest,

packages_generated/instance/src/v1/index.gen.ts

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ export * from './marshalling.gen'
66
export type {
77
ApplyBlockMigrationRequest,
88
Arch,
9+
AttachServerFileSystemRequest,
10+
AttachServerFileSystemResponse,
911
AttachServerVolumeRequest,
1012
AttachServerVolumeRequestVolumeType,
1113
AttachServerVolumeResponse,
@@ -41,6 +43,8 @@ export type {
4143
DeleteServerUserDataRequest,
4244
DeleteSnapshotRequest,
4345
DeleteVolumeRequest,
46+
DetachServerFileSystemRequest,
47+
DetachServerFileSystemResponse,
4448
DetachServerVolumeRequest,
4549
DetachServerVolumeResponse,
4650
ExportSnapshotRequest,

packages_generated/k8s/src/v1/index.gen.ts

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export type {
6363
ListVersionsResponse,
6464
MaintenanceWindow,
6565
MaintenanceWindowDayOfTheWeek,
66-
MigrateClusterToSBSCSIRequest,
6766
Node,
6867
NodeMetadata,
6968
NodeMetadataCoreV1Taint,

packages_generated/product_catalog/src/v2alpha1/index.gen.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export type {
66
ListPublicCatalogProductsResponse,
77
PublicCatalogApiListPublicCatalogProductsRequest,
88
PublicCatalogProduct,
9-
PublicCatalogProductEnvironmentalImpact,
9+
PublicCatalogProductEnvironmentalImpactEstimation,
1010
PublicCatalogProductLocality,
1111
PublicCatalogProductPrice,
1212
PublicCatalogProductPriceUnitOfMeasure,
@@ -25,5 +25,7 @@ export type {
2525
PublicCatalogProductPropertiesHardwareRAM,
2626
PublicCatalogProductPropertiesHardwareStorage,
2727
PublicCatalogProductPropertiesInstance,
28+
PublicCatalogProductUnitOfMeasure,
29+
PublicCatalogProductUnitOfMeasureCountableUnit,
2830
} from './types.gen'
2931
export * as ValidationRules from './validation-rules.gen'
+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
// This file was automatically generated. DO NOT EDIT.
22
// If you have any remark or suggestion do not hesitate to open an issue.
3-
export type {
4-
CountryCode,
5-
LanguageCode,
6-
} from './types.gen'
3+
export type { LanguageCode } from './types.gen'

0 commit comments

Comments
 (0)