Skip to content

Commit e84f8a9

Browse files
committed
feat: update generated APIs
1 parent 58be021 commit e84f8a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,9 @@ export class API extends ParentAPI {
351351

352352
/**
353353
* Create a new user. Create a new user. You must define the `organization_id`
354-
* and the `email` in your request.
354+
* in your request. If you are adding a member, enter the member's details. If
355+
* you are adding a guest, you must define the `email` and not add the member
356+
* attribute.
355357
*
356358
* @param request - The request {@link CreateUserRequest}
357359
* @returns A Promise of User

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ export type {
3535
Route,
3636
SetAclRequest,
3737
SetAclResponse,
38-
SetSubnetsRequest,
39-
SetSubnetsResponse,
4038
Subnet,
4139
UpdatePrivateNetworkRequest,
4240
UpdateRouteRequest,

0 commit comments

Comments
 (0)