Skip to content

Commit be404a8

Browse files
committed
feat: update generated APIs
1 parent f35e322 commit be404a8

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

packages/clients/src/api/iam/v1alpha1/api.gen.ts

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,7 @@ export class API extends ParentAPI {
370370
)
371371

372372
/**
373-
* Update an user's username. Private Beta feature.. Update an user's
374-
* username. Private Beta feature.
373+
* Update an user's username.. Update an user's username.
375374
*
376375
* @param request - The request {@link UpdateUserUsernameRequest}
377376
* @returns A Promise of User
@@ -390,8 +389,7 @@ export class API extends ParentAPI {
390389
)
391390

392391
/**
393-
* Update an user's password. Private Beta feature.. Update an user's
394-
* password. Private Beta feature.
392+
* Update an user's password.. Update an user's password.
395393
*
396394
* @param request - The request {@link UpdateUserPasswordRequest}
397395
* @returns A Promise of User
@@ -410,8 +408,7 @@ export class API extends ParentAPI {
410408
)
411409

412410
/**
413-
* Create a MFA OTP. Private Beta feature.. Create a MFA OTP. Private Beta
414-
* feature.
411+
* Create a MFA OTP.. Create a MFA OTP.
415412
*
416413
* @param request - The request {@link CreateUserMFAOTPRequest}
417414
* @returns A Promise of MFAOTP
@@ -428,8 +425,7 @@ export class API extends ParentAPI {
428425
)
429426

430427
/**
431-
* Validate a MFA OTP. Private Beta feature.. Validate a MFA OTP. Private Beta
432-
* feature.
428+
* Validate a MFA OTP.. Validate a MFA OTP.
433429
*
434430
* @param request - The request {@link ValidateUserMFAOTPRequest}
435431
* @returns A Promise of ValidateUserMFAOTPResponse
@@ -448,8 +444,7 @@ export class API extends ParentAPI {
448444
)
449445

450446
/**
451-
* Delete a MFA OTP. Private Beta feature.. Delete a MFA OTP. Private Beta
452-
* feature.
447+
* Delete a MFA OTP.. Delete a MFA OTP.
453448
*
454449
* @param request - The request {@link DeleteUserMFAOTPRequest}
455450
*/
@@ -463,7 +458,7 @@ export class API extends ParentAPI {
463458

464459
/**
465460
* Lock a member. Lock a member. A locked member cannot log in or use API keys
466-
* until the locked status is removed. Private Beta feature.
461+
* until the locked status is removed.
467462
*
468463
* @param request - The request {@link LockUserRequest}
469464
* @returns A Promise of User
@@ -480,7 +475,7 @@ export class API extends ParentAPI {
480475
)
481476

482477
/**
483-
* Unlock a member. Unlock a member. Private Beta feature.
478+
* Unlock a member.
484479
*
485480
* @param request - The request {@link UnlockUserRequest}
486481
* @returns A Promise of User
@@ -497,8 +492,7 @@ export class API extends ParentAPI {
497492
)
498493

499494
/**
500-
* List grace periods of a member. List the grace periods of a member. Private
501-
* Beta feature.
495+
* List grace periods of a member. List the grace periods of a member.
502496
*
503497
* @param request - The request {@link ListGracePeriodsRequest}
504498
* @returns A Promise of ListGracePeriodsResponse

packages/clients/src/api/iam/v1alpha1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ export type CreateUserRequest = {
684684
/** Tags associated with the user. */
685685
tags?: string[]
686686
/**
687-
* Details of IAM member. Private Beta feature.
687+
* Details of IAM member.
688688
*
689689
* One-of ('type'): at most one of 'email', 'member' could be set.
690690
*/

0 commit comments

Comments
 (0)