Skip to content

Commit ef40081

Browse files
feat(iam): remove MigrateOrganizationGuests method (#2507)
Co-authored-by: Jonathan R. <jremy@scaleway.com>
1 parent f138405 commit ef40081

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ import type {
143143
LockUserRequest,
144144
Log,
145145
MFAOTP,
146-
MigrateOrganizationGuestsRequest,
147146
Organization,
148147
OrganizationSecuritySettings,
149148
Policy,
@@ -1393,19 +1392,6 @@ export class API extends ParentAPI {
13931392
unmarshalOrganization,
13941393
)
13951394

1396-
/**
1397-
* Migrate the organization's guests to IAM members.
1398-
*
1399-
* @param request - The request {@link MigrateOrganizationGuestsRequest}
1400-
*/
1401-
migrateOrganizationGuests = (
1402-
request: Readonly<MigrateOrganizationGuestsRequest> = {},
1403-
) =>
1404-
this.client.fetch<void>({
1405-
method: 'POST',
1406-
path: `/iam/v1alpha1/organizations/${validatePathParam('organizationId', request.organizationId ?? this.client.settings.defaultOrganizationId)}/migrate-guests`,
1407-
})
1408-
14091395
/**
14101396
* Set your Organization's allowed login methods.. Set your Organization's allowed login methods.
14111397
*

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export type {
9797
LogAction,
9898
LogResourceType,
9999
MFAOTP,
100-
MigrateOrganizationGuestsRequest,
101100
Organization,
102101
OrganizationSecuritySettings,
103102
PermissionSet,

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1764,13 +1764,6 @@ export interface MFAOTP {
17641764
secret: string
17651765
}
17661766

1767-
export type MigrateOrganizationGuestsRequest = {
1768-
/**
1769-
* ID of the Organization.
1770-
*/
1771-
organizationId?: string
1772-
}
1773-
17741767
export interface Organization {
17751768
/**
17761769
* ID of the Organization.

0 commit comments

Comments
 (0)