Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions packages_generated/iam/src/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// This file was automatically generated. DO NOT EDIT.
// If you have any remark or suggestion do not hesitate to open an issue.
import {
API as ParentAPI,
enrichForPagination,
API as ParentAPI,
resolveOneOf,
urlParams,
validatePathParam,
Expand Down Expand Up @@ -53,27 +53,27 @@ import {
unmarshalListPoliciesResponse,
unmarshalListQuotaResponse,
unmarshalListRulesResponse,
unmarshalListSSHKeysResponse,
unmarshalListSamlCertificatesResponse,
unmarshalListSSHKeysResponse,
unmarshalListUsersResponse,
unmarshalLog,
unmarshalMFAOTP,
unmarshalOrganization,
unmarshalOrganizationSecuritySettings,
unmarshalPolicy,
unmarshalQuotum,
unmarshalSSHKey,
unmarshalSaml,
unmarshalSamlCertificate,
unmarshalSetRulesResponse,
unmarshalSSHKey,
unmarshalUser,
unmarshalValidateUserMFAOTPResponse,
} from './marshalling.gen'
import type {
APIKey,
AddGroupMemberRequest,
AddGroupMembersRequest,
AddSamlCertificateRequest,
APIKey,
Application,
ClonePolicyRequest,
CreateAPIKeyRequest,
Expand All @@ -91,8 +91,8 @@ import type {
DeleteJWTRequest,
DeleteOrganizationSamlRequest,
DeletePolicyRequest,
DeleteSSHKeyRequest,
DeleteSamlCertificateRequest,
DeleteSSHKeyRequest,
DeleteUserMFAOTPRequest,
DeleteUserRequest,
EncodedJWT,
Expand All @@ -113,8 +113,8 @@ import type {
Group,
InitiateUserConnectionRequest,
InitiateUserConnectionResponse,
JWT,
JoinUserConnectionRequest,
JWT,
ListAPIKeysRequest,
ListAPIKeysResponse,
ListApplicationsRequest,
Expand All @@ -135,10 +135,10 @@ import type {
ListQuotaResponse,
ListRulesRequest,
ListRulesResponse,
ListSSHKeysRequest,
ListSSHKeysResponse,
ListSamlCertificatesRequest,
ListSamlCertificatesResponse,
ListSSHKeysRequest,
ListSSHKeysResponse,
ListUsersRequest,
ListUsersResponse,
LockUserRequest,
Expand All @@ -151,13 +151,13 @@ import type {
Quotum,
RemoveGroupMemberRequest,
RemoveUserConnectionRequest,
SSHKey,
Saml,
SamlCertificate,
SetGroupMembersRequest,
SetOrganizationAliasRequest,
SetRulesRequest,
SetRulesResponse,
SSHKey,
UnlockUserRequest,
UpdateAPIKeyRequest,
UpdateApplicationRequest,
Expand Down
8 changes: 4 additions & 4 deletions packages_generated/iam/src/v1alpha1/marshalling.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import {
unmarshalDate,
} from '@scaleway/sdk-client'
import type {
APIKey,
AddGroupMemberRequest,
AddGroupMembersRequest,
AddSamlCertificateRequest,
APIKey,
Application,
Connection,
ConnectionConnectedOrganization,
Expand All @@ -31,8 +31,8 @@ import type {
GracePeriod,
Group,
InitiateUserConnectionResponse,
JWT,
JoinUserConnectionRequest,
JWT,
ListAPIKeysResponse,
ListApplicationsResponse,
ListGracePeriodsResponse,
Expand All @@ -43,8 +43,8 @@ import type {
ListPoliciesResponse,
ListQuotaResponse,
ListRulesResponse,
ListSSHKeysResponse,
ListSamlCertificatesResponse,
ListSSHKeysResponse,
ListUsersResponse,
Log,
MFAOTP,
Expand All @@ -58,13 +58,13 @@ import type {
RemoveUserConnectionRequest,
Rule,
RuleSpecs,
SSHKey,
Saml,
SamlCertificate,
SetGroupMembersRequest,
SetOrganizationAliasRequest,
SetRulesRequest,
SetRulesResponse,
SSHKey,
UpdateAPIKeyRequest,
UpdateApplicationRequest,
UpdateGroupRequest,
Expand Down
8 changes: 0 additions & 8 deletions packages_generated/iam/src/v1alpha1/validation-rules.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export const CreateUserRequestMember = {
},
password: {
ignoreEmpty: true,
maxLength: 72,
},
username: {
maxLength: 64,
Expand Down Expand Up @@ -311,13 +310,6 @@ export const UpdateSSHKeyRequest = {
},
}

export const UpdateUserPasswordRequest = {
password: {
maxLength: 72,
minLength: 1,
},
}

export const UpdateUserRequest = {
firstName: {
maxLength: 64,
Expand Down
Loading