Skip to content

Commit 46fd50a

Browse files
committed
feat: update generated APIs
1 parent 0540c35 commit 46fd50a

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

packages_generated/autoscaling/src/index.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* PLEASE DO NOT EDIT HERE
44
*/
55

6-
export * as Autoscalingv1alpha1 from './v1alpha1/index.gen'
6+
export * as Autoscalingv1alpha1 from './v1alpha1/index.gen'

packages_generated/file/src/v1alpha1/api.gen.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ export class API extends ParentAPI {
101101
)
102102

103103
/**
104-
* List all filesystems. Retrieve all filesystems in the specified region. Results are ordered by creation date in ascending order by default.
105-
Use the order_by parameter to modify the sorting behavior.
104+
* List all filesystems. Retrieve all filesystems in the specified region. By default, the filesystems listed are ordered by creation date in ascending order. This can be modified using the `order_by` field.
106105
*
107106
* @param request - The request {@link ListFileSystemsRequest}
108107
* @returns A Promise of ListFileSystemsResponse
@@ -134,8 +133,7 @@ Use the order_by parameter to modify the sorting behavior.
134133

135134
/**
136135
* List filesystems attachments. List all existing attachments in a specified region.
137-
By default, the attachments listed are ordered by creation date in ascending order.
138-
This can be modified using the `order_by` field.
136+
By default, the attachments listed are ordered by creation date in ascending order. This can be modified using the `order_by` field.
139137
*
140138
* @param request - The request {@link ListAttachmentsRequest}
141139
* @returns A Promise of ListAttachmentsResponse
@@ -144,7 +142,7 @@ This can be modified using the `order_by` field.
144142
enrichForPagination('attachments', this.pageOfListAttachments, request)
145143

146144
/**
147-
* Create a new filesystem. To create a new filesystem, you need to provide a name, a size, and a project ID.
145+
* Create a new filesystem. To create a new filesystem, you must specify a name, a size, and a project ID.
148146
*
149147
* @param request - The request {@link CreateFileSystemRequest}
150148
* @returns A Promise of FileSystem

packages_generated/file/src/v1alpha1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export type ListFileSystemsRequest = {
220220
*/
221221
pageSize?: number
222222
/**
223-
* Filter the return filesystems by their names.
223+
* Filter the returned filesystems by their names.
224224
*/
225225
name?: string
226226
/**

packages_generated/key_manager/src/v1alpha1/index.gen.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ export type {
1919
GetPublicKeyRequest,
2020
ImportKeyMaterialRequest,
2121
Key,
22+
KeyAlgorithmAsymmetricEncryption,
23+
KeyAlgorithmAsymmetricSigning,
2224
KeyAlgorithmSymmetricEncryption,
2325
KeyOrigin,
2426
KeyRotationPolicy,
@@ -30,6 +32,10 @@ export type {
3032
ProtectKeyRequest,
3133
PublicKey,
3234
RotateKeyRequest,
35+
SignRequest,
36+
SignResponse,
3337
UnprotectKeyRequest,
3438
UpdateKeyRequest,
39+
VerifyRequest,
40+
VerifyResponse,
3541
} from './types.gen'

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export type {
2323
PublicCatalogProductPropertiesHardwareRAM,
2424
PublicCatalogProductPropertiesHardwareStorage,
2525
PublicCatalogProductPropertiesInstance,
26+
PublicCatalogProductStatus,
2627
PublicCatalogProductUnitOfMeasure,
2728
PublicCatalogProductUnitOfMeasureCountableUnit,
2829
} from './types.gen'

0 commit comments

Comments
 (0)