@scaleway/sdk-iam 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -63,7 +63,7 @@ const CreateUserRequestMember = {
63
63
  username: {
64
64
  maxLength: 64,
65
65
  minLength: 2,
66
- pattern: /^[a-zA-Z0-9._-]+$/
66
+ pattern: /^[a-zA-Z0-9@._-]+$/
67
67
  }
68
68
  };
69
69
  const GetQuotumRequest = {
@@ -280,7 +280,7 @@ const UpdateUserUsernameRequest = {
280
280
  username: {
281
281
  maxLength: 64,
282
282
  minLength: 2,
283
- pattern: /^[a-zA-Z0-9._-]+$/
283
+ pattern: /^[a-zA-Z0-9@._-]+$/
284
284
  }
285
285
  };
286
286
  const ValidateUserMFAOTPRequest = {
@@ -61,7 +61,7 @@ const CreateUserRequestMember = {
61
61
  username: {
62
62
  maxLength: 64,
63
63
  minLength: 2,
64
- pattern: /^[a-zA-Z0-9._-]+$/
64
+ pattern: /^[a-zA-Z0-9@._-]+$/
65
65
  }
66
66
  };
67
67
  const GetQuotumRequest = {
@@ -278,7 +278,7 @@ const UpdateUserUsernameRequest = {
278
278
  username: {
279
279
  maxLength: 64,
280
280
  minLength: 2,
281
- pattern: /^[a-zA-Z0-9._-]+$/
281
+ pattern: /^[a-zA-Z0-9@._-]+$/
282
282
  }
283
283
  };
284
284
  const ValidateUserMFAOTPRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-iam",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Scaleway SDK iam",
5
5
  "license": "Apache-2.0",
6
6
  "files": [