stytch 10.29.0 → 10.30.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9837d4362966d389505ea7b235379cb635e2dc5eda22537dac31e8ec0f6e1bcd
4
- data.tar.gz: 72ba0b2c7af66364d677ed6ae70ed3278a0375e40e6a4f00dbbe912d31407cdf
3
+ metadata.gz: 7acf63a684df206a833f253f48357c53529f4bc26570766b1d58336b22416006
4
+ data.tar.gz: 48c64a6a03cb92b287fe5ac5e07f5a1697cdd37423d2d2421a86ce59208c7c1c
5
5
  SHA512:
6
- metadata.gz: 3e359e41dc088a10f7174b2f72df1c3f552a82e92df50b5dd5c7b7e6cb7f6e053e3fc6a3b42f518ca66bd663d930957ece13c53b3a3ff4ddbaef788edad5ce5b
7
- data.tar.gz: ea6fb4ed455954c907ed1d8d34cdb09057de8485037b3474b16ecdab6edfc50241737805a879a22d15c6ecbe9d63ad69532483e88605b1b58d378d0d8f201ad2
6
+ metadata.gz: 7c7ae74e4f7d5fd3e50ad70789dbb5b55d81868e0992041aa8c5fe3be27a58dcc667ce2800a1667106ea1a595ff035cb409b84e7fe996af840a3e049428c9be7
7
+ data.tar.gz: 5b86b4ef7a588d67ca53ea6b93724cbf9c230b7e92548ba12bbcf8352557c177360ed13b1628effa11f1f7f8791445b29a557d0cf26536ddabdfe34f053b63cb
@@ -993,7 +993,7 @@ module StytchB2B
993
993
  # If this field is provided and a session header is passed into the request, the Member Session must have permission to perform the `update.info.untrusted-metadata` action on the `stytch.member` Resource. Alternatively, if the Member Session matches the Member associated with the `member_id` passed in the request, the authorization check will also allow a Member Session that has permission to perform the `update.info.untrusted-metadata` action on the `stytch.self` Resource.
994
994
  # The type of this field is nilable +object+.
995
995
  # is_breakglass::
996
- # Identifies the Member as a break glass user - someone who has permissions to authenticate into an Organization by bypassing the Organization's settings. A break glass account is typically used for emergency purposes to gain access outside of normal authentication procedures. Refer to the [Organization object](organization-object) and its `auth_methods` and `allowed_auth_methods` fields for more details.
996
+ # Identifies the Member as a break glass user - someone who has permissions to authenticate into an Organization by bypassing the Organization's settings. A break glass account is typically used for emergency purposes to gain access outside of normal authentication procedures. Refer to the [Organization object](https://stytch.com/docs/b2b/api/organization-object) and its `auth_methods` and `allowed_auth_methods` fields for more details.
997
997
  #
998
998
  # If this field is provided and a session header is passed into the request, the Member Session must have permission to perform the `update.settings.is-breakglass` action on the `stytch.member` Resource.
999
999
  # The type of this field is nilable +Boolean+.
@@ -1037,7 +1037,7 @@ module StytchB2B
1037
1037
  # If this field is provided and a session header is passed into the request, the Member Session must have permission to perform the `update.info.email` action on the `stytch.member` Resource. Members cannot update their own email address.
1038
1038
  # The type of this field is nilable +String+.
1039
1039
  # external_id::
1040
- # An identifier that can be used in API calls wherever a member_id is expected. This is a string consisting of alphanumeric, `.`, `_`, `-`, or `|` characters with a maximum length of 128 characters. External IDs must be unique within an organization, but may be reused across different organizations in the same project.
1040
+ # An identifier that can be used in most API calls where a `member_id` is expected. This is a string consisting of alphanumeric, `.`, `_`, `-`, or `|` characters with a maximum length of 128 characters. External IDs must be unique within an organization, but may be reused across different organizations in the same project.
1041
1041
  # The type of this field is nilable +String+.
1042
1042
  # unlink_email::
1043
1043
  # If `unlink_email` is `true` and an `email_address` is provided, the Member's previous email will be deleted instead of retired. Defaults to `false`.
@@ -1135,12 +1135,14 @@ module StytchB2B
1135
1135
 
1136
1136
  # Reactivates a deleted Member's status and its associated email status (if applicable) to active, specified by `organization_id` and `member_id`. This endpoint will only work for Members with at least one verified email where their `email_address_verified` is `true`.
1137
1137
  #
1138
+ # Note that this endpoint does not accept an `external_id`. The Stytch `member_id` must be provided.
1139
+ #
1138
1140
  # == Parameters:
1139
1141
  # organization_id::
1140
1142
  # Globally unique UUID that identifies a specific Organization. The `organization_id` is critical to perform operations on an Organization, so be sure to preserve this value. You may also use the organization_slug or organization_external_id here as a convenience.
1141
1143
  # The type of this field is +String+.
1142
1144
  # member_id::
1143
- # Globally unique UUID that identifies a specific Member. The `member_id` is critical to perform operations on a Member, so be sure to preserve this value. You may use an external_id here if one is set for the member.
1145
+ # Globally unique UUID that identifies a specific Member. The `member_id` is critical to perform operations on a Member, so be sure to preserve this value.
1144
1146
  # The type of this field is +String+.
1145
1147
  #
1146
1148
  # == Returns:
@@ -1292,7 +1294,7 @@ module StytchB2B
1292
1294
  # Globally unique UUID that is returned with every API call. This value is important to log for debugging purposes; we may ask for this value to help identify a specific API call when helping you debug an issue.
1293
1295
  # The type of this field is +String+.
1294
1296
  # members::
1295
- # An array of [Member objects](member-object).
1297
+ # An array of [Member objects](https://stytch.com/docs/b2b/api/member-object).
1296
1298
  # The type of this field is list of +Member+ (+object+).
1297
1299
  # results_metadata::
1298
1300
  # The search `results_metadata` object contains metadata relevant to your specific query like `total` and `next_cursor`.
@@ -1658,7 +1660,7 @@ module StytchB2B
1658
1660
  # Flag for whether or not to save a Member as `pending` or `active` in Stytch. It defaults to false. If true, new Members will be created with status `pending` in Stytch's backend. Their status will remain `pending` and they will continue to receive signup email templates for every Email Magic Link until that Member authenticates and becomes `active`. If false, new Members will be created with status `active`.
1659
1661
  # The type of this field is nilable +Boolean+.
1660
1662
  # is_breakglass::
1661
- # Identifies the Member as a break glass user - someone who has permissions to authenticate into an Organization by bypassing the Organization's settings. A break glass account is typically used for emergency purposes to gain access outside of normal authentication procedures. Refer to the [Organization object](organization-object) and its `auth_methods` and `allowed_auth_methods` fields for more details.
1663
+ # Identifies the Member as a break glass user - someone who has permissions to authenticate into an Organization by bypassing the Organization's settings. A break glass account is typically used for emergency purposes to gain access outside of normal authentication procedures. Refer to the [Organization object](https://stytch.com/docs/b2b/api/organization-object) and its `auth_methods` and `allowed_auth_methods` fields for more details.
1662
1664
  # The type of this field is nilable +Boolean+.
1663
1665
  # mfa_phone_number::
1664
1666
  # The Member's phone number. A Member may only have one phone number. The phone number should be in E.164 format (i.e. +1XXXXXXXXXX).
@@ -1671,7 +1673,7 @@ module StytchB2B
1671
1673
  # for more information about role assignment.
1672
1674
  # The type of this field is nilable list of +String+.
1673
1675
  # external_id::
1674
- # An identifier that can be used in API calls wherever a member_id is expected. This is a string consisting of alphanumeric, `.`, `_`, `-`, or `|` characters with a maximum length of 128 characters. External IDs must be unique within an organization, but may be reused across different organizations in the same project.
1676
+ # An identifier that can be used in most API calls where a `member_id` is expected. This is a string consisting of alphanumeric, `.`, `_`, `-`, or `|` characters with a maximum length of 128 characters. External IDs must be unique within an organization, but may be reused across different organizations in the same project.
1675
1677
  # The type of this field is nilable +String+.
1676
1678
  #
1677
1679
  # == Returns:
@@ -51,8 +51,8 @@ module StytchB2B
51
51
  # The type of this field is +String+.
52
52
  # valid_password::
53
53
  # Returns `true` if the password passes our password validation. We offer two validation options,
54
- # [zxcvbn](https://stytch.com/docs/passwords#strength-requirements) is the default option which offers a high level of sophistication.
55
- # We also offer [LUDS](https://stytch.com/docs/passwords#strength-requirements). If an email address is included in the call we also
54
+ # [zxcvbn](https://stytch.com/docs/guides/passwords/strength-policy) is the default option which offers a high level of sophistication.
55
+ # We also offer [LUDS](https://stytch.com/docs/b2b/guides/passwords/strength-policy). If an email address is included in the call we also
56
56
  # require that the password hasn't been compromised using built-in breach detection powered by [HaveIBeenPwned](https://haveibeenpwned.com/)
57
57
  # The type of this field is +Boolean+.
58
58
  # score::
@@ -73,10 +73,10 @@ module StytchB2B
73
73
  # The HTTP status code of the response. Stytch follows standard HTTP response status code patterns, e.g. 2XX values equate to success, 3XX values are redirects, 4XX are client errors, and 5XX are server errors.
74
74
  # The type of this field is +Integer+.
75
75
  # luds_feedback::
76
- # Feedback for how to improve the password's strength using [luds](https://stytch.com/docs/passwords#strength-requirements).
76
+ # Feedback for how to improve the password's strength using [luds](https://stytch.com/docs/guides/passwords/strength-policy).
77
77
  # The type of this field is nilable +LudsFeedback+ (+object+).
78
78
  # zxcvbn_feedback::
79
- # Feedback for how to improve the password's strength using [zxcvbn](https://stytch.com/docs/passwords#strength-requirements).
79
+ # Feedback for how to improve the password's strength using [zxcvbn](https://stytch.com/docs/b2b/guides/passwords/strength-policy).
80
80
  # The type of this field is nilable +ZxcvbnFeedback+ (+object+).
81
81
  def strength_check(
82
82
  password:,
@@ -91,6 +91,9 @@ module StytchB2B
91
91
  post_request('/v1/b2b/passwords/strength_check', request, headers)
92
92
  end
93
93
 
94
+ #
95
+ # **Warning:** This endpoint marks the Member's email address as verified. Do **not** use this endpoint unless the user has already verified their email address in your application.
96
+ #
94
97
  # Adds an existing password to a Member's email that doesn't have a password yet.
95
98
  #
96
99
  # We support migrating members from passwords stored with bcrypt, scrypt, argon2, MD-5, SHA-1, and PBKDF2. This endpoint has a rate limit of 100 requests per second.
@@ -161,7 +164,7 @@ module StytchB2B
161
164
  # the user owns the phone number in question.
162
165
  # The type of this field is nilable +Boolean+.
163
166
  # external_id::
164
- # If a new member is created, this will set an identifier that can be used in API calls wherever a member_id is expected. This is a string consisting of alphanumeric, `.`, `_`, `-`, or `|` characters with a maximum length of 128 characters. External IDs must be unique within an organization, but may be reused across different organizations in the same project. Note that if a member already exists, this field will be ignored.
167
+ # If a new member is created, this will set an identifier that can be used in most API calls where a `member_id` is expected. This is a string consisting of alphanumeric, `.`, `_`, `-`, or `|` characters with a maximum length of 128 characters. External IDs must be unique within an organization, but may be reused across different organizations in the same project. Note that if a member already exists, this field will be ignored.
165
168
  # The type of this field is nilable +String+.
166
169
  #
167
170
  # == Returns:
@@ -229,7 +232,7 @@ module StytchB2B
229
232
 
230
233
  # Authenticate a member with their email address and password. This endpoint verifies that the member has a password currently set, and that the entered password is correct.
231
234
  #
232
- # If you have breach detection during authentication enabled in your [password strength policy](https://stytch.com/docs/b2b/guides/passwords/strength-policies) and the member's credentials have appeared in the HaveIBeenPwned dataset, this endpoint will return a `member_reset_password` error even if the member enters a correct password. We force a password reset in this case to ensure that the member is the legitimate owner of the email address and not a malicious actor abusing the compromised credentials.
235
+ # If you have breach detection during authentication enabled in your [password strength policy](https://stytch.com/docs/b2b/guides/passwords/strength-policy) and the member's credentials have appeared in the HaveIBeenPwned dataset, this endpoint will return a `member_reset_password` error even if the member enters a correct password. We force a password reset in this case to ensure that the member is the legitimate owner of the email address and not a malicious actor abusing the compromised credentials.
233
236
  #
234
237
  # If the Member is required to complete MFA to log in to the Organization, the returned value of `member_authenticated` will be `false`, and an `intermediate_session_token` will be returned.
235
238
  # The `intermediate_session_token` can be passed into the [OTP SMS Authenticate endpoint](https://stytch.com/docs/b2b/api/authenticate-otp-sms) to complete the MFA step and acquire a full member session.
@@ -950,7 +953,7 @@ module StytchB2B
950
953
 
951
954
  # Authenticate an email/password combination in the discovery flow. This authenticate flow is only valid for cross-org passwords use cases, and is not tied to a specific organization.
952
955
  #
953
- # If you have breach detection during authentication enabled in your [password strength policy](https://stytch.com/docs/b2b/guides/passwords/strength-policies) and the member's credentials have appeared in the HaveIBeenPwned dataset, this endpoint will return a `member_reset_password` error even if the member enters a correct password. We force a password reset in this case to ensure that the member is the legitimate owner of the email address and not a malicious actor abusing the compromised credentials.
956
+ # If you have breach detection during authentication enabled in your [password strength policy](https://stytch.com/docs/b2b/guides/passwords/strength-policy) and the member's credentials have appeared in the HaveIBeenPwned dataset, this endpoint will return a `member_reset_password` error even if the member enters a correct password. We force a password reset in this case to ensure that the member is the legitimate owner of the email address and not a malicious actor abusing the compromised credentials.
954
957
  #
955
958
  # If successful, this endpoint will create a new intermediate session and return a list of discovered organizations that can be session exchanged into.
956
959
  #
@@ -440,10 +440,10 @@ module StytchB2B
440
440
  # The ID of the trusted auth token profile to use for attestation.
441
441
  # The type of this field is +String+.
442
442
  # token::
443
- # The trusted auth token to authenticate.
443
+ # The trusted auth token to authenticate. The token must have an organization ID claim if JIT provisioning is enabled.
444
444
  # The type of this field is +String+.
445
445
  # organization_id::
446
- # The organization ID that the session should be authenticated in.
446
+ # The organization ID that the session should be authenticated in. Must be provided if the trusted auth token does not have an organization ID claim.
447
447
  # The type of this field is nilable +String+.
448
448
  # session_duration_minutes::
449
449
  # Set the session lifetime to be this many minutes from now. This will start a new session if one doesn't already exist,
@@ -546,6 +546,25 @@ module StytchB2B
546
546
  end
547
547
  end
548
548
 
549
+ class DeleteEncryptionPrivateKeyRequestOptions
550
+ # Optional authorization object.
551
+ # Pass in an active Stytch Member session token or session JWT and the request
552
+ # will be run using that member's permissions.
553
+ attr_accessor :authorization
554
+
555
+ def initialize(
556
+ authorization: nil
557
+ )
558
+ @authorization = authorization
559
+ end
560
+
561
+ def to_headers
562
+ headers = {}
563
+ headers.merge!(@authorization.to_headers) if authorization
564
+ headers
565
+ end
566
+ end
567
+
549
568
  include Stytch::RequestHelper
550
569
 
551
570
  def initialize(connection)
@@ -656,6 +675,9 @@ module StytchB2B
656
675
  # idp_initiated_auth_disabled::
657
676
  # Determines whether IDP initiated auth is allowed for a given SAML connection. Defaults to false (IDP Initiated Auth is enabled).
658
677
  # The type of this field is nilable +Boolean+.
678
+ # saml_encryption_private_key::
679
+ # A PKCS1 format RSA private key used to decrypt encrypted SAML assertions. Only PKCS1 format (starting with "-----BEGIN RSA PRIVATE KEY-----") is supported.
680
+ # The type of this field is nilable +String+.
659
681
  #
660
682
  # == Returns:
661
683
  # An object with the following fields:
@@ -687,6 +709,7 @@ module StytchB2B
687
709
  nameid_format: nil,
688
710
  alternative_acs_url: nil,
689
711
  idp_initiated_auth_disabled: nil,
712
+ saml_encryption_private_key: nil,
690
713
  method_options: nil
691
714
  )
692
715
  headers = {}
@@ -705,6 +728,7 @@ module StytchB2B
705
728
  request[:nameid_format] = nameid_format unless nameid_format.nil?
706
729
  request[:alternative_acs_url] = alternative_acs_url unless alternative_acs_url.nil?
707
730
  request[:idp_initiated_auth_disabled] = idp_initiated_auth_disabled unless idp_initiated_auth_disabled.nil?
731
+ request[:saml_encryption_private_key] = saml_encryption_private_key unless saml_encryption_private_key.nil?
708
732
 
709
733
  put_request("/v1/b2b/sso/saml/#{organization_id}/connections/#{connection_id}", request, headers)
710
734
  end
@@ -796,6 +820,44 @@ module StytchB2B
796
820
  headers = headers.merge(method_options.to_headers) unless method_options.nil?
797
821
  delete_request("/v1/b2b/sso/saml/#{organization_id}/connections/#{connection_id}/verification_certificates/#{certificate_id}", headers)
798
822
  end
823
+
824
+ # Delete a SAML encryption private key.
825
+ #
826
+ # == Parameters:
827
+ # organization_id::
828
+ # Globally unique UUID that identifies a specific Organization. The `organization_id` is critical to perform operations on an Organization, so be sure to preserve this value. You may also use the organization_slug or organization_external_id here as a convenience.
829
+ # The type of this field is +String+.
830
+ # connection_id::
831
+ # Globally unique UUID that identifies a specific SSO `connection_id` for a Member.
832
+ # The type of this field is +String+.
833
+ # private_key_id::
834
+ # The ID of the encryption private key to be deleted.
835
+ # The type of this field is +String+.
836
+ #
837
+ # == Returns:
838
+ # An object with the following fields:
839
+ # request_id::
840
+ # Globally unique UUID that is returned with every API call. This value is important to log for debugging purposes; we may ask for this value to help identify a specific API call when helping you debug an issue.
841
+ # The type of this field is +String+.
842
+ # private_key_id::
843
+ # The ID of the encryption private key.
844
+ # The type of this field is +String+.
845
+ # status_code::
846
+ # The HTTP status code of the response. Stytch follows standard HTTP response status code patterns, e.g. 2XX values equate to success, 3XX values are redirects, 4XX are client errors, and 5XX are server errors.
847
+ # The type of this field is +Integer+.
848
+ #
849
+ # == Method Options:
850
+ # This method supports an optional +StytchB2B::SSO::SAML::DeleteEncryptionPrivateKeyRequestOptions+ object which will modify the headers sent in the HTTP request.
851
+ def delete_encryption_private_key(
852
+ organization_id:,
853
+ connection_id:,
854
+ private_key_id:,
855
+ method_options: nil
856
+ )
857
+ headers = {}
858
+ headers = headers.merge(method_options.to_headers) unless method_options.nil?
859
+ delete_request("/v1/b2b/sso/saml/#{organization_id}/connections/#{connection_id}/encryption_private_keys/#{private_key_id}", headers)
860
+ end
799
861
  end
800
862
 
801
863
  class External
@@ -202,21 +202,18 @@ module Stytch
202
202
  # client_type::
203
203
  # The type of Connected App. Supported values are `first_party`, `first_party_public`, `third_party`, and `third_party_public`.
204
204
  # The type of this field is +CreateRequestClientType+ (string enum).
205
- # redirect_urls::
206
- # Array of redirect URI values for use in OAuth Authorization flows.
207
- # The type of this field is list of +String+.
208
- # full_access_allowed::
209
- # Valid for first party clients only. If `true`, an authorization token granted to this Client can be exchanged for a full Stytch session.
210
- # The type of this field is +Boolean+.
211
- # post_logout_redirect_urls::
212
- # Array of redirect URI values for use in OIDC Logout flows.
213
- # The type of this field is list of +String+.
214
205
  # client_name::
215
206
  # A human-readable name for the client.
216
207
  # The type of this field is nilable +String+.
217
208
  # client_description::
218
209
  # A human-readable description for the client.
219
210
  # The type of this field is nilable +String+.
211
+ # redirect_urls::
212
+ # Array of redirect URI values for use in OAuth Authorization flows.
213
+ # The type of this field is nilable list of +String+.
214
+ # full_access_allowed::
215
+ # Valid for first party clients only. If `true`, an authorization token granted to this Client can be exchanged for a full Stytch session.
216
+ # The type of this field is nilable +Boolean+.
220
217
  # access_token_expiry_minutes::
221
218
  # The number of minutes before the access token expires. The default is 60 minutes.
222
219
  # The type of this field is nilable +Integer+.
@@ -226,6 +223,9 @@ module Stytch
226
223
  # access_token_template_content::
227
224
  # The content of the access token custom claims template. The template must be a valid JSON object.
228
225
  # The type of this field is nilable +String+.
226
+ # post_logout_redirect_urls::
227
+ # Array of redirect URI values for use in OIDC Logout flows.
228
+ # The type of this field is nilable list of +String+.
229
229
  # logo_url::
230
230
  # The logo URL of the Connected App, if any.
231
231
  # The type of this field is nilable +String+.
@@ -246,29 +246,29 @@ module Stytch
246
246
  # The type of this field is +Integer+.
247
247
  def create(
248
248
  client_type:,
249
- redirect_urls:,
250
- full_access_allowed:,
251
- post_logout_redirect_urls:,
252
249
  client_name: nil,
253
250
  client_description: nil,
251
+ redirect_urls: nil,
252
+ full_access_allowed: nil,
254
253
  access_token_expiry_minutes: nil,
255
254
  access_token_custom_audience: nil,
256
255
  access_token_template_content: nil,
256
+ post_logout_redirect_urls: nil,
257
257
  logo_url: nil,
258
258
  bypass_consent_for_offline_access: nil
259
259
  )
260
260
  headers = {}
261
261
  request = {
262
- client_type: client_type,
263
- redirect_urls: redirect_urls,
264
- full_access_allowed: full_access_allowed,
265
- post_logout_redirect_urls: post_logout_redirect_urls
262
+ client_type: client_type
266
263
  }
267
264
  request[:client_name] = client_name unless client_name.nil?
268
265
  request[:client_description] = client_description unless client_description.nil?
266
+ request[:redirect_urls] = redirect_urls unless redirect_urls.nil?
267
+ request[:full_access_allowed] = full_access_allowed unless full_access_allowed.nil?
269
268
  request[:access_token_expiry_minutes] = access_token_expiry_minutes unless access_token_expiry_minutes.nil?
270
269
  request[:access_token_custom_audience] = access_token_custom_audience unless access_token_custom_audience.nil?
271
270
  request[:access_token_template_content] = access_token_template_content unless access_token_template_content.nil?
271
+ request[:post_logout_redirect_urls] = post_logout_redirect_urls unless post_logout_redirect_urls.nil?
272
272
  request[:logo_url] = logo_url unless logo_url.nil?
273
273
  request[:bypass_consent_for_offline_access] = bypass_consent_for_offline_access unless bypass_consent_for_offline_access.nil?
274
274
 
@@ -242,7 +242,7 @@ module Stytch
242
242
  # Globally unique UUID that is returned with every API call. This value is important to log for debugging purposes; we may ask for this value to help identify a specific API call when helping you debug an issue.
243
243
  # The type of this field is +String+.
244
244
  # valid_password::
245
- # Returns `true` if the password passes our password validation. We offer two validation options, [zxcvbn](https://stytch.com/docs/passwords#strength-requirements) is the default option which offers a high level of sophistication. We also offer [LUDS](https://stytch.com/docs/passwords#strength-requirements). If an email address is included in the call we also require that the password hasn't been compromised using built-in breach detection powered by [HaveIBeenPwned](https://haveibeenpwned.com/).
245
+ # Returns `true` if the password passes our password validation. We offer two validation options, [zxcvbn](https://stytch.com/docs/guides/passwords/strength-policy) is the default option which offers a high level of sophistication. We also offer [LUDS](https://stytch.com/docs/guides/passwords/strength-policy). If an email address is included in the call we also require that the password hasn't been compromised using built-in breach detection powered by [HaveIBeenPwned](https://haveibeenpwned.com/).
246
246
  # The type of this field is +Boolean+.
247
247
  # score::
248
248
  # The score of the password determined by [zxcvbn](https://github.com/dropbox/zxcvbn). Values will be between 1 and 4, a 3 or greater is required to pass validation.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stytch
4
- VERSION = '10.29.0'
4
+ VERSION = '10.30.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stytch
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.29.0
4
+ version: 10.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - stytch
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-08-14 00:00:00.000000000 Z
11
+ date: 2025-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday