From c57e7d5eaa02f2646ddd1c89e1452f9bd37ccfc8 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 07:00:04 +0000 Subject: [PATCH] SDK regeneration --- src/management/api/requests/requests.ts | 16 + src/management/api/types/types.ts | 16 + .../tests/wire/branding/themes.test.ts | 560 +++++++++--------- src/management/tests/wire/networkAcls.test.ts | 56 +- .../settings/newDevice.test.ts | 20 +- yarn.lock | 363 ++++++------ 6 files changed, 532 insertions(+), 499 deletions(-) diff --git a/src/management/api/requests/requests.ts b/src/management/api/requests/requests.ts index b06711605e..60dfff8532 100644 --- a/src/management/api/requests/requests.ts +++ b/src/management/api/requests/requests.ts @@ -232,6 +232,7 @@ export interface CreateClientRequestContent { /** Comma-separated list of URLs whitelisted for Auth0 to use as a callback to the client after authentication. */ callbacks?: string[]; oidc_logout?: Management.ClientOidcBackchannelLogoutSettings; + /** Configuration for OIDC backchannel logout (deprecated, in favor of oidc_logout) */ oidc_backchannel_logout?: Management.ClientOidcBackchannelLogoutSettings; session_transfer?: Management.ClientSessionTransferConfiguration | null; /** Comma-separated list of URLs allowed to make requests from JavaScript to Auth0 API (typically used with CORS). By default, all your callback URLs will be allowed. This field allows you to enter other origins if necessary. You can also use wildcards at the subdomain level (e.g., https://*.contoso.com). Query strings and hash information are not taken into account when validating these URLs. */ @@ -337,6 +338,7 @@ export interface UpdateClientRequestContent { /** A set of URLs that are valid to call back from Auth0 when authenticating users */ callbacks?: string[]; oidc_logout?: Management.ClientOidcBackchannelLogoutSettings; + /** Configuration for OIDC backchannel logout (deprecated, in favor of oidc_logout) */ oidc_backchannel_logout?: Management.ClientOidcBackchannelLogoutSettings; session_transfer?: Management.ClientSessionTransferConfiguration | null; /** A set of URLs that represents valid origins for CORS */ @@ -351,7 +353,9 @@ export interface UpdateClientRequestContent { allowed_clients?: string[]; /** URLs that are valid to redirect to after logout from Auth0 */ allowed_logout_urls?: string[]; + /** An object that holds settings related to how JWTs are created */ jwt_configuration?: Management.ClientJwtConfiguration; + /** The client's encryption key */ encryption_key?: Management.ClientEncryptionKey | null; /** true to use Auth0 instead of the IdP to do Single Sign On, false otherwise (default: false) */ sso?: boolean; @@ -379,6 +383,7 @@ export interface UpdateClientRequestContent { form_template?: string; addons?: Management.ClientAddons; client_metadata?: Management.ClientMetadata; + /** Configuration related to native mobile apps */ mobile?: Management.ClientMobile; /** Initiate login uri, must be https */ initiate_login_uri?: string; @@ -582,6 +587,7 @@ export interface CreateCustomDomainRequestContent { * {} */ export interface UpdateCustomDomainRequestContent { + /** recommended includes TLS 1.2 */ tls_policy?: Management.CustomDomainTlsPolicyEnum; custom_client_ip_header?: Management.CustomDomainCustomClientIpHeader | undefined; domain_metadata?: Management.DomainMetadata; @@ -983,6 +989,7 @@ export interface CreateHookRequestContent { /** Whether this hook will be executed (true) or ignored (false). */ enabled?: boolean; dependencies?: Management.HookDependencies; + /** Execution stage of this rule. Can be `credentials-exchange`, `pre-user-registration`, `post-user-registration`, `post-change-password`, or `send-phone-message`. */ triggerId: Management.HookTriggerIdEnum; } @@ -1198,6 +1205,7 @@ export interface UpdateSettingsRequestContent { * {} */ export interface UpdateRefreshTokenRequestContent { + /** Metadata associated with the refresh token. Pass null or {} to remove all metadata. */ refresh_token_metadata?: (Management.RefreshTokenMetadata | undefined) | null; } @@ -1480,6 +1488,7 @@ export interface UpdateSelfServiceProfileRequestContent { * {} */ export interface UpdateSessionRequestContent { + /** Metadata associated with the session. Pass null or {} to remove all session_metadata. */ session_metadata?: (Management.SessionMetadata | undefined) | null; } @@ -1813,7 +1822,9 @@ export interface UpdateUserRequestContent { phone_number?: string | null; /** Whether this phone number has been verified (true) or not (false). */ phone_verified?: boolean; + /** User metadata to which this user has read/write access. */ user_metadata?: Management.UserMetadata; + /** User metadata to which this user has read-only access. */ app_metadata?: Management.AppMetadata; /** Given name/first name/forename of this user. */ given_name?: string | null; @@ -2322,6 +2333,7 @@ export interface UpdatePhoneTemplateRequestContent { export interface CreatePhoneTemplateTestNotificationRequestContent { /** Destination of the testing phone notification */ to: string; + /** Medium to use to send the notification */ delivery_method?: Management.PhoneProviderDeliveryMethodEnum; } @@ -3276,6 +3288,7 @@ export interface BulkUpdateAculRequestContent { * {} */ export interface UpdateAculRequestContent { + /** Rendering mode */ rendering_mode?: Management.AculRenderingModeEnum; context_configuration?: Management.AculContextConfiguration; /** Override Universal Login default head tags */ @@ -3419,6 +3432,7 @@ export interface GetTenantSettingsRequestParameters { */ export interface UpdateTenantSettingsRequestContent { change_password?: Management.TenantSettingsPasswordPage | null; + /** Device Flow configuration. */ device_flow?: Management.TenantSettingsDeviceFlow | null; guardian_mfa_page?: Management.TenantSettingsGuardianPage | null; /** Default audience for API Authorization. */ @@ -3530,6 +3544,7 @@ export interface CreateUserAuthenticationMethodRequestContent { export interface UpdateUserAuthenticationMethodRequestContent { /** A human-readable label to identify the authentication method. */ name?: string; + /** Preferred phone authentication method */ preferred_authentication_method?: Management.PreferredAuthenticationMethodEnum; } @@ -3572,6 +3587,7 @@ export interface GetUserGroupsRequestParameters { * {} */ export interface LinkUserIdentityRequestContent { + /** Identity provider of the secondary user account being linked. */ provider?: Management.UserIdentityProviderEnum; /** connection_id of the secondary user account being linked when more than one `auth0` database provider exists. */ connection_id?: string; diff --git a/src/management/api/types/types.ts b/src/management/api/types/types.ts index 0290cf3fa3..59293979f2 100644 --- a/src/management/api/types/types.ts +++ b/src/management/api/types/types.ts @@ -1083,6 +1083,7 @@ export type AculClientMetadata = Record; export interface AculConfigsItem { prompt: Management.PromptGroupNameEnum; screen: Management.ScreenGroupNameEnum; + /** Rendering mode */ rendering_mode?: Management.AculRenderingModeEnum | undefined; context_configuration?: Management.AculContextConfiguration | undefined; /** Override Universal Login default head tags */ @@ -9703,6 +9704,7 @@ export interface CreateUserAuthenticationMethodResponseContent { /** Applies to email authentication methods only. The email address used to send verification messages. */ email?: string | undefined; authentication_methods?: Management.UserAuthenticationMethodProperties[] | undefined; + /** Preferred phone authentication method */ preferred_authentication_method?: Management.PreferredAuthenticationMethodEnum | undefined; /** Applies to webauthn authenticators only. The id of the credential. */ key_id?: string | undefined; @@ -10115,6 +10117,7 @@ export interface DeviceCredential { device_name?: string | undefined; /** Unique identifier for the device. NOTE: This field is generally not populated for refresh_tokens and rotating_refresh_tokens */ device_id?: string | undefined; + /** Type of credential. Can be `public_key`, `refresh_token`, or `rotating_refresh_token`. */ type?: Management.DeviceCredentialTypeEnum | undefined; /** user_id this credential is associated with. */ user_id?: string | undefined; @@ -14385,6 +14388,7 @@ export interface GetAculResponseContent { prompt?: string | undefined; /** Name of the screen */ screen?: string | undefined; + /** Rendering mode */ rendering_mode?: Management.AculRenderingModeEnum | undefined; context_configuration?: Management.AculContextConfiguration | undefined; /** Override Universal Login default head tags */ @@ -16194,6 +16198,7 @@ export interface ListAculsResponseContentItem { prompt?: string | undefined; /** Name of the screen */ screen?: string | undefined; + /** Rendering mode */ rendering_mode?: Management.AculRenderingModeEnum | undefined; context_configuration?: Management.AculContextConfiguration | undefined; /** Override Universal Login default head tags */ @@ -17241,6 +17246,7 @@ export type NetworkAclActionRedirectEnum = boolean; export interface NetworkAclMatch { asns?: number[] | undefined; + auth0_managed?: string[] | undefined; geo_country_codes?: string[] | undefined; geo_subdivision_codes?: string[] | undefined; ipv4_cidrs?: Management.NetworkAclMatchIpv4Cidr[] | undefined; @@ -18652,6 +18658,11 @@ export const SelfServiceProfileSsoTicketProvisioningScopeEnum = { PutUsers: "put:users", PatchUsers: "patch:users", DeleteUsers: "delete:users", + GetGroups: "get:groups", + PostGroups: "post:groups", + PutGroups: "put:groups", + PatchGroups: "patch:groups", + DeleteGroups: "delete:groups", } as const; export type SelfServiceProfileSsoTicketProvisioningScopeEnum = (typeof SelfServiceProfileSsoTicketProvisioningScopeEnum)[keyof typeof SelfServiceProfileSsoTicketProvisioningScopeEnum]; @@ -18958,6 +18969,7 @@ export interface SetUserAuthenticationMethodResponseContent { /** Applies to email authentication methods only. The email address used to send verification messages. */ email?: string | undefined; authentication_methods?: Management.UserAuthenticationMethodProperties[] | undefined; + /** Preferred phone authentication method */ preferred_authentication_method?: Management.PreferredAuthenticationMethodEnum | undefined; /** Applies to webauthn authenticators only. The id of the credential. */ key_id?: string | undefined; @@ -19572,6 +19584,7 @@ export interface UpdateActionResponseContent { } export interface UpdateAculResponseContent { + /** Rendering mode */ rendering_mode?: Management.AculRenderingModeEnum | undefined; context_configuration?: Management.AculContextConfiguration | undefined; /** Override Universal Login default head tags */ @@ -21025,6 +21038,7 @@ export interface UserAttributeProfileStrategyOverrides { } export interface UserAttributeProfileStrategyOverridesMapping { + /** OIDC mapping override for this strategy */ oidc_mapping?: Management.UserAttributeProfileOidcMapping | undefined; saml_mapping?: Management.UserAttributeProfileSamlMapping | undefined; /** SCIM mapping override for this strategy */ @@ -21079,6 +21093,7 @@ export interface UserAttributeProfileUserAttributeAdditionalProperties { /** Auth0 mapping for this attribute */ auth0_mapping: string; oidc_mapping?: Management.UserAttributeProfileOidcMapping | undefined; + /** SAML mapping for this attribute */ saml_mapping?: Management.UserAttributeProfileSamlMapping | undefined; /** SCIM mapping for this attribute */ scim_mapping?: string | undefined; @@ -21244,6 +21259,7 @@ export type UserId = string | number; export interface UserIdentity { /** Connection name of this identity. */ connection: string; + /** user_id of this identity. */ user_id: Management.UserId; /** Type of identity provider. */ provider: string; diff --git a/src/management/tests/wire/branding/themes.test.ts b/src/management/tests/wire/branding/themes.test.ts index 2388e80aa8..7245807483 100644 --- a/src/management/tests/wire/branding/themes.test.ts +++ b/src/management/tests/wire/branding/themes.test.ts @@ -288,15 +288,15 @@ describe("ThemesClient", () => { const client = new ManagementClient({ maxRetries: 0, token: "test", environment: server.baseUrl }); const rawRequestBody = { borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -317,15 +317,15 @@ describe("ThemesClient", () => { widget_border: "widget_border", }, fonts: { - body_text: { bold: true, size: 1.1 }, - buttons_text: { bold: true, size: 1.1 }, + body_text: { bold: true, size: 150 }, + buttons_text: { bold: true, size: 150 }, font_url: "font_url", - input_labels: { bold: true, size: 1.1 }, - links: { bold: true, size: 1.1 }, + input_labels: { bold: true, size: 150 }, + links: { bold: true, size: 150 }, links_style: "normal", - reference_text_size: 1.1, - subtitle: { bold: true, size: 1.1 }, - title: { bold: true, size: 1.1 }, + reference_text_size: 24, + subtitle: { bold: true, size: 150 }, + title: { bold: true, size: 150 }, }, page_background: { background_color: "background_color", @@ -334,7 +334,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -353,15 +353,15 @@ describe("ThemesClient", () => { await expect(async () => { return await client.branding.themes.create({ borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -384,30 +384,30 @@ describe("ThemesClient", () => { fonts: { body_text: { bold: true, - size: 1.1, + size: 150, }, buttons_text: { bold: true, - size: 1.1, + size: 150, }, font_url: "font_url", input_labels: { bold: true, - size: 1.1, + size: 150, }, links: { bold: true, - size: 1.1, + size: 150, }, links_style: "normal", - reference_text_size: 1.1, + reference_text_size: 24, subtitle: { bold: true, - size: 1.1, + size: 150, }, title: { bold: true, - size: 1.1, + size: 150, }, }, page_background: { @@ -417,7 +417,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -431,15 +431,15 @@ describe("ThemesClient", () => { const client = new ManagementClient({ maxRetries: 0, token: "test", environment: server.baseUrl }); const rawRequestBody = { borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -460,15 +460,15 @@ describe("ThemesClient", () => { widget_border: "widget_border", }, fonts: { - body_text: { bold: true, size: 1.1 }, - buttons_text: { bold: true, size: 1.1 }, + body_text: { bold: true, size: 150 }, + buttons_text: { bold: true, size: 150 }, font_url: "font_url", - input_labels: { bold: true, size: 1.1 }, - links: { bold: true, size: 1.1 }, + input_labels: { bold: true, size: 150 }, + links: { bold: true, size: 150 }, links_style: "normal", - reference_text_size: 1.1, - subtitle: { bold: true, size: 1.1 }, - title: { bold: true, size: 1.1 }, + reference_text_size: 24, + subtitle: { bold: true, size: 150 }, + title: { bold: true, size: 150 }, }, page_background: { background_color: "background_color", @@ -477,7 +477,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -496,15 +496,15 @@ describe("ThemesClient", () => { await expect(async () => { return await client.branding.themes.create({ borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -527,30 +527,30 @@ describe("ThemesClient", () => { fonts: { body_text: { bold: true, - size: 1.1, + size: 150, }, buttons_text: { bold: true, - size: 1.1, + size: 150, }, font_url: "font_url", input_labels: { bold: true, - size: 1.1, + size: 150, }, links: { bold: true, - size: 1.1, + size: 150, }, links_style: "normal", - reference_text_size: 1.1, + reference_text_size: 24, subtitle: { bold: true, - size: 1.1, + size: 150, }, title: { bold: true, - size: 1.1, + size: 150, }, }, page_background: { @@ -560,7 +560,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -574,15 +574,15 @@ describe("ThemesClient", () => { const client = new ManagementClient({ maxRetries: 0, token: "test", environment: server.baseUrl }); const rawRequestBody = { borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -603,15 +603,15 @@ describe("ThemesClient", () => { widget_border: "widget_border", }, fonts: { - body_text: { bold: true, size: 1.1 }, - buttons_text: { bold: true, size: 1.1 }, + body_text: { bold: true, size: 150 }, + buttons_text: { bold: true, size: 150 }, font_url: "font_url", - input_labels: { bold: true, size: 1.1 }, - links: { bold: true, size: 1.1 }, + input_labels: { bold: true, size: 150 }, + links: { bold: true, size: 150 }, links_style: "normal", - reference_text_size: 1.1, - subtitle: { bold: true, size: 1.1 }, - title: { bold: true, size: 1.1 }, + reference_text_size: 24, + subtitle: { bold: true, size: 150 }, + title: { bold: true, size: 150 }, }, page_background: { background_color: "background_color", @@ -620,7 +620,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -639,15 +639,15 @@ describe("ThemesClient", () => { await expect(async () => { return await client.branding.themes.create({ borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -670,30 +670,30 @@ describe("ThemesClient", () => { fonts: { body_text: { bold: true, - size: 1.1, + size: 150, }, buttons_text: { bold: true, - size: 1.1, + size: 150, }, font_url: "font_url", input_labels: { bold: true, - size: 1.1, + size: 150, }, links: { bold: true, - size: 1.1, + size: 150, }, links_style: "normal", - reference_text_size: 1.1, + reference_text_size: 24, subtitle: { bold: true, - size: 1.1, + size: 150, }, title: { bold: true, - size: 1.1, + size: 150, }, }, page_background: { @@ -703,7 +703,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -717,15 +717,15 @@ describe("ThemesClient", () => { const client = new ManagementClient({ maxRetries: 0, token: "test", environment: server.baseUrl }); const rawRequestBody = { borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -746,15 +746,15 @@ describe("ThemesClient", () => { widget_border: "widget_border", }, fonts: { - body_text: { bold: true, size: 1.1 }, - buttons_text: { bold: true, size: 1.1 }, + body_text: { bold: true, size: 150 }, + buttons_text: { bold: true, size: 150 }, font_url: "font_url", - input_labels: { bold: true, size: 1.1 }, - links: { bold: true, size: 1.1 }, + input_labels: { bold: true, size: 150 }, + links: { bold: true, size: 150 }, links_style: "normal", - reference_text_size: 1.1, - subtitle: { bold: true, size: 1.1 }, - title: { bold: true, size: 1.1 }, + reference_text_size: 24, + subtitle: { bold: true, size: 150 }, + title: { bold: true, size: 150 }, }, page_background: { background_color: "background_color", @@ -763,7 +763,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -782,15 +782,15 @@ describe("ThemesClient", () => { await expect(async () => { return await client.branding.themes.create({ borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -813,30 +813,30 @@ describe("ThemesClient", () => { fonts: { body_text: { bold: true, - size: 1.1, + size: 150, }, buttons_text: { bold: true, - size: 1.1, + size: 150, }, font_url: "font_url", input_labels: { bold: true, - size: 1.1, + size: 150, }, links: { bold: true, - size: 1.1, + size: 150, }, links_style: "normal", - reference_text_size: 1.1, + reference_text_size: 24, subtitle: { bold: true, - size: 1.1, + size: 150, }, title: { bold: true, - size: 1.1, + size: 150, }, }, page_background: { @@ -846,7 +846,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -860,15 +860,15 @@ describe("ThemesClient", () => { const client = new ManagementClient({ maxRetries: 0, token: "test", environment: server.baseUrl }); const rawRequestBody = { borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -889,15 +889,15 @@ describe("ThemesClient", () => { widget_border: "widget_border", }, fonts: { - body_text: { bold: true, size: 1.1 }, - buttons_text: { bold: true, size: 1.1 }, + body_text: { bold: true, size: 150 }, + buttons_text: { bold: true, size: 150 }, font_url: "font_url", - input_labels: { bold: true, size: 1.1 }, - links: { bold: true, size: 1.1 }, + input_labels: { bold: true, size: 150 }, + links: { bold: true, size: 150 }, links_style: "normal", - reference_text_size: 1.1, - subtitle: { bold: true, size: 1.1 }, - title: { bold: true, size: 1.1 }, + reference_text_size: 24, + subtitle: { bold: true, size: 150 }, + title: { bold: true, size: 150 }, }, page_background: { background_color: "background_color", @@ -906,7 +906,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -925,15 +925,15 @@ describe("ThemesClient", () => { await expect(async () => { return await client.branding.themes.create({ borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -956,30 +956,30 @@ describe("ThemesClient", () => { fonts: { body_text: { bold: true, - size: 1.1, + size: 150, }, buttons_text: { bold: true, - size: 1.1, + size: 150, }, font_url: "font_url", input_labels: { bold: true, - size: 1.1, + size: 150, }, links: { bold: true, - size: 1.1, + size: 150, }, links_style: "normal", - reference_text_size: 1.1, + reference_text_size: 24, subtitle: { bold: true, - size: 1.1, + size: 150, }, title: { bold: true, - size: 1.1, + size: 150, }, }, page_background: { @@ -989,7 +989,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -1813,15 +1813,15 @@ describe("ThemesClient", () => { const client = new ManagementClient({ maxRetries: 0, token: "test", environment: server.baseUrl }); const rawRequestBody = { borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -1842,15 +1842,15 @@ describe("ThemesClient", () => { widget_border: "widget_border", }, fonts: { - body_text: { bold: true, size: 1.1 }, - buttons_text: { bold: true, size: 1.1 }, + body_text: { bold: true, size: 150 }, + buttons_text: { bold: true, size: 150 }, font_url: "font_url", - input_labels: { bold: true, size: 1.1 }, - links: { bold: true, size: 1.1 }, + input_labels: { bold: true, size: 150 }, + links: { bold: true, size: 150 }, links_style: "normal", - reference_text_size: 1.1, - subtitle: { bold: true, size: 1.1 }, - title: { bold: true, size: 1.1 }, + reference_text_size: 24, + subtitle: { bold: true, size: 150 }, + title: { bold: true, size: 150 }, }, page_background: { background_color: "background_color", @@ -1859,7 +1859,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -1878,15 +1878,15 @@ describe("ThemesClient", () => { await expect(async () => { return await client.branding.themes.update("themeId", { borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -1909,30 +1909,30 @@ describe("ThemesClient", () => { fonts: { body_text: { bold: true, - size: 1.1, + size: 150, }, buttons_text: { bold: true, - size: 1.1, + size: 150, }, font_url: "font_url", input_labels: { bold: true, - size: 1.1, + size: 150, }, links: { bold: true, - size: 1.1, + size: 150, }, links_style: "normal", - reference_text_size: 1.1, + reference_text_size: 24, subtitle: { bold: true, - size: 1.1, + size: 150, }, title: { bold: true, - size: 1.1, + size: 150, }, }, page_background: { @@ -1942,7 +1942,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -1956,15 +1956,15 @@ describe("ThemesClient", () => { const client = new ManagementClient({ maxRetries: 0, token: "test", environment: server.baseUrl }); const rawRequestBody = { borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -1985,15 +1985,15 @@ describe("ThemesClient", () => { widget_border: "widget_border", }, fonts: { - body_text: { bold: true, size: 1.1 }, - buttons_text: { bold: true, size: 1.1 }, + body_text: { bold: true, size: 150 }, + buttons_text: { bold: true, size: 150 }, font_url: "font_url", - input_labels: { bold: true, size: 1.1 }, - links: { bold: true, size: 1.1 }, + input_labels: { bold: true, size: 150 }, + links: { bold: true, size: 150 }, links_style: "normal", - reference_text_size: 1.1, - subtitle: { bold: true, size: 1.1 }, - title: { bold: true, size: 1.1 }, + reference_text_size: 24, + subtitle: { bold: true, size: 150 }, + title: { bold: true, size: 150 }, }, page_background: { background_color: "background_color", @@ -2002,7 +2002,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -2021,15 +2021,15 @@ describe("ThemesClient", () => { await expect(async () => { return await client.branding.themes.update("themeId", { borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -2052,30 +2052,30 @@ describe("ThemesClient", () => { fonts: { body_text: { bold: true, - size: 1.1, + size: 150, }, buttons_text: { bold: true, - size: 1.1, + size: 150, }, font_url: "font_url", input_labels: { bold: true, - size: 1.1, + size: 150, }, links: { bold: true, - size: 1.1, + size: 150, }, links_style: "normal", - reference_text_size: 1.1, + reference_text_size: 24, subtitle: { bold: true, - size: 1.1, + size: 150, }, title: { bold: true, - size: 1.1, + size: 150, }, }, page_background: { @@ -2085,7 +2085,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -2099,15 +2099,15 @@ describe("ThemesClient", () => { const client = new ManagementClient({ maxRetries: 0, token: "test", environment: server.baseUrl }); const rawRequestBody = { borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -2128,15 +2128,15 @@ describe("ThemesClient", () => { widget_border: "widget_border", }, fonts: { - body_text: { bold: true, size: 1.1 }, - buttons_text: { bold: true, size: 1.1 }, + body_text: { bold: true, size: 150 }, + buttons_text: { bold: true, size: 150 }, font_url: "font_url", - input_labels: { bold: true, size: 1.1 }, - links: { bold: true, size: 1.1 }, + input_labels: { bold: true, size: 150 }, + links: { bold: true, size: 150 }, links_style: "normal", - reference_text_size: 1.1, - subtitle: { bold: true, size: 1.1 }, - title: { bold: true, size: 1.1 }, + reference_text_size: 24, + subtitle: { bold: true, size: 150 }, + title: { bold: true, size: 150 }, }, page_background: { background_color: "background_color", @@ -2145,7 +2145,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -2164,15 +2164,15 @@ describe("ThemesClient", () => { await expect(async () => { return await client.branding.themes.update("themeId", { borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -2195,30 +2195,30 @@ describe("ThemesClient", () => { fonts: { body_text: { bold: true, - size: 1.1, + size: 150, }, buttons_text: { bold: true, - size: 1.1, + size: 150, }, font_url: "font_url", input_labels: { bold: true, - size: 1.1, + size: 150, }, links: { bold: true, - size: 1.1, + size: 150, }, links_style: "normal", - reference_text_size: 1.1, + reference_text_size: 24, subtitle: { bold: true, - size: 1.1, + size: 150, }, title: { bold: true, - size: 1.1, + size: 150, }, }, page_background: { @@ -2228,7 +2228,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -2242,15 +2242,15 @@ describe("ThemesClient", () => { const client = new ManagementClient({ maxRetries: 0, token: "test", environment: server.baseUrl }); const rawRequestBody = { borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -2271,15 +2271,15 @@ describe("ThemesClient", () => { widget_border: "widget_border", }, fonts: { - body_text: { bold: true, size: 1.1 }, - buttons_text: { bold: true, size: 1.1 }, + body_text: { bold: true, size: 150 }, + buttons_text: { bold: true, size: 150 }, font_url: "font_url", - input_labels: { bold: true, size: 1.1 }, - links: { bold: true, size: 1.1 }, + input_labels: { bold: true, size: 150 }, + links: { bold: true, size: 150 }, links_style: "normal", - reference_text_size: 1.1, - subtitle: { bold: true, size: 1.1 }, - title: { bold: true, size: 1.1 }, + reference_text_size: 24, + subtitle: { bold: true, size: 150 }, + title: { bold: true, size: 150 }, }, page_background: { background_color: "background_color", @@ -2288,7 +2288,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -2307,15 +2307,15 @@ describe("ThemesClient", () => { await expect(async () => { return await client.branding.themes.update("themeId", { borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -2338,30 +2338,30 @@ describe("ThemesClient", () => { fonts: { body_text: { bold: true, - size: 1.1, + size: 150, }, buttons_text: { bold: true, - size: 1.1, + size: 150, }, font_url: "font_url", input_labels: { bold: true, - size: 1.1, + size: 150, }, links: { bold: true, - size: 1.1, + size: 150, }, links_style: "normal", - reference_text_size: 1.1, + reference_text_size: 24, subtitle: { bold: true, - size: 1.1, + size: 150, }, title: { bold: true, - size: 1.1, + size: 150, }, }, page_background: { @@ -2371,7 +2371,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -2385,15 +2385,15 @@ describe("ThemesClient", () => { const client = new ManagementClient({ maxRetries: 0, token: "test", environment: server.baseUrl }); const rawRequestBody = { borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -2414,15 +2414,15 @@ describe("ThemesClient", () => { widget_border: "widget_border", }, fonts: { - body_text: { bold: true, size: 1.1 }, - buttons_text: { bold: true, size: 1.1 }, + body_text: { bold: true, size: 150 }, + buttons_text: { bold: true, size: 150 }, font_url: "font_url", - input_labels: { bold: true, size: 1.1 }, - links: { bold: true, size: 1.1 }, + input_labels: { bold: true, size: 150 }, + links: { bold: true, size: 150 }, links_style: "normal", - reference_text_size: 1.1, - subtitle: { bold: true, size: 1.1 }, - title: { bold: true, size: 1.1 }, + reference_text_size: 24, + subtitle: { bold: true, size: 150 }, + title: { bold: true, size: 150 }, }, page_background: { background_color: "background_color", @@ -2431,7 +2431,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", @@ -2450,15 +2450,15 @@ describe("ThemesClient", () => { await expect(async () => { return await client.branding.themes.update("themeId", { borders: { - button_border_radius: 1.1, - button_border_weight: 1.1, + button_border_radius: 10, + button_border_weight: 10, buttons_style: "pill", - input_border_radius: 1.1, - input_border_weight: 1.1, + input_border_radius: 10, + input_border_weight: 3, inputs_style: "pill", show_widget_shadow: true, - widget_border_weight: 1.1, - widget_corner_radius: 1.1, + widget_border_weight: 10, + widget_corner_radius: 50, }, colors: { body_text: "body_text", @@ -2481,30 +2481,30 @@ describe("ThemesClient", () => { fonts: { body_text: { bold: true, - size: 1.1, + size: 150, }, buttons_text: { bold: true, - size: 1.1, + size: 150, }, font_url: "font_url", input_labels: { bold: true, - size: 1.1, + size: 150, }, links: { bold: true, - size: 1.1, + size: 150, }, links_style: "normal", - reference_text_size: 1.1, + reference_text_size: 24, subtitle: { bold: true, - size: 1.1, + size: 150, }, title: { bold: true, - size: 1.1, + size: 150, }, }, page_background: { @@ -2514,7 +2514,7 @@ describe("ThemesClient", () => { }, widget: { header_text_alignment: "center", - logo_height: 1.1, + logo_height: 100, logo_position: "center", logo_url: "logo_url", social_buttons_layout: "bottom", diff --git a/src/management/tests/wire/networkAcls.test.ts b/src/management/tests/wire/networkAcls.test.ts index 6686b41661..40886afc20 100644 --- a/src/management/tests/wire/networkAcls.test.ts +++ b/src/management/tests/wire/networkAcls.test.ts @@ -166,7 +166,7 @@ describe("NetworkAclsClient", () => { const rawRequestBody = { description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management" }, }; const rawResponseBody = { key: "value" }; @@ -183,7 +183,7 @@ describe("NetworkAclsClient", () => { return await client.networkAcls.create({ description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management", @@ -198,7 +198,7 @@ describe("NetworkAclsClient", () => { const rawRequestBody = { description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management" }, }; const rawResponseBody = { key: "value" }; @@ -215,7 +215,7 @@ describe("NetworkAclsClient", () => { return await client.networkAcls.create({ description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management", @@ -230,7 +230,7 @@ describe("NetworkAclsClient", () => { const rawRequestBody = { description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management" }, }; const rawResponseBody = { key: "value" }; @@ -247,7 +247,7 @@ describe("NetworkAclsClient", () => { return await client.networkAcls.create({ description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management", @@ -262,7 +262,7 @@ describe("NetworkAclsClient", () => { const rawRequestBody = { description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management" }, }; const rawResponseBody = { key: "value" }; @@ -279,7 +279,7 @@ describe("NetworkAclsClient", () => { return await client.networkAcls.create({ description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management", @@ -294,7 +294,7 @@ describe("NetworkAclsClient", () => { const rawRequestBody = { description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management" }, }; const rawResponseBody = { key: "value" }; @@ -311,7 +311,7 @@ describe("NetworkAclsClient", () => { return await client.networkAcls.create({ description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management", @@ -326,7 +326,7 @@ describe("NetworkAclsClient", () => { const rawRequestBody = { description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management" }, }; const rawResponseBody = { key: "value" }; @@ -343,7 +343,7 @@ describe("NetworkAclsClient", () => { return await client.networkAcls.create({ description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management", @@ -365,6 +365,7 @@ describe("NetworkAclsClient", () => { action: { block: true, allow: true, log: true, redirect: true, redirect_uri: "redirect_uri" }, match: { asns: [1], + auth0_managed: ["auth0_managed"], geo_country_codes: ["geo_country_codes"], geo_subdivision_codes: ["geo_subdivision_codes"], ipv4_cidrs: ["ipv4_cidrs"], @@ -375,6 +376,7 @@ describe("NetworkAclsClient", () => { }, not_match: { asns: [1], + auth0_managed: ["auth0_managed"], geo_country_codes: ["geo_country_codes"], geo_subdivision_codes: ["geo_subdivision_codes"], ipv4_cidrs: ["ipv4_cidrs"], @@ -406,6 +408,7 @@ describe("NetworkAclsClient", () => { }, match: { asns: [1], + auth0_managed: ["auth0_managed"], geo_country_codes: ["geo_country_codes"], geo_subdivision_codes: ["geo_subdivision_codes"], ipv4_cidrs: ["ipv4_cidrs"], @@ -416,6 +419,7 @@ describe("NetworkAclsClient", () => { }, not_match: { asns: [1], + auth0_managed: ["auth0_managed"], geo_country_codes: ["geo_country_codes"], geo_subdivision_codes: ["geo_subdivision_codes"], ipv4_cidrs: ["ipv4_cidrs"], @@ -497,6 +501,7 @@ describe("NetworkAclsClient", () => { action: { block: true, allow: true, log: true, redirect: true, redirect_uri: "redirect_uri" }, match: { asns: [1], + auth0_managed: ["auth0_managed"], geo_country_codes: ["geo_country_codes"], geo_subdivision_codes: ["geo_subdivision_codes"], ipv4_cidrs: ["ipv4_cidrs"], @@ -507,6 +512,7 @@ describe("NetworkAclsClient", () => { }, not_match: { asns: [1], + auth0_managed: ["auth0_managed"], geo_country_codes: ["geo_country_codes"], geo_subdivision_codes: ["geo_subdivision_codes"], ipv4_cidrs: ["ipv4_cidrs"], @@ -553,6 +559,7 @@ describe("NetworkAclsClient", () => { }, match: { asns: [1], + auth0_managed: ["auth0_managed"], geo_country_codes: ["geo_country_codes"], geo_subdivision_codes: ["geo_subdivision_codes"], ipv4_cidrs: ["ipv4_cidrs"], @@ -563,6 +570,7 @@ describe("NetworkAclsClient", () => { }, not_match: { asns: [1], + auth0_managed: ["auth0_managed"], geo_country_codes: ["geo_country_codes"], geo_subdivision_codes: ["geo_subdivision_codes"], ipv4_cidrs: ["ipv4_cidrs"], @@ -584,7 +592,7 @@ describe("NetworkAclsClient", () => { const rawRequestBody = { description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management" }, }; const rawResponseBody = { key: "value" }; @@ -601,7 +609,7 @@ describe("NetworkAclsClient", () => { return await client.networkAcls.set("id", { description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management", @@ -616,7 +624,7 @@ describe("NetworkAclsClient", () => { const rawRequestBody = { description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management" }, }; const rawResponseBody = { key: "value" }; @@ -633,7 +641,7 @@ describe("NetworkAclsClient", () => { return await client.networkAcls.set("id", { description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management", @@ -648,7 +656,7 @@ describe("NetworkAclsClient", () => { const rawRequestBody = { description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management" }, }; const rawResponseBody = { key: "value" }; @@ -665,7 +673,7 @@ describe("NetworkAclsClient", () => { return await client.networkAcls.set("id", { description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management", @@ -680,7 +688,7 @@ describe("NetworkAclsClient", () => { const rawRequestBody = { description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management" }, }; const rawResponseBody = { key: "value" }; @@ -697,7 +705,7 @@ describe("NetworkAclsClient", () => { return await client.networkAcls.set("id", { description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management", @@ -712,7 +720,7 @@ describe("NetworkAclsClient", () => { const rawRequestBody = { description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management" }, }; const rawResponseBody = { key: "value" }; @@ -729,7 +737,7 @@ describe("NetworkAclsClient", () => { return await client.networkAcls.set("id", { description: "description", active: true, - priority: 1.1, + priority: 100, rule: { action: {}, scope: "management", @@ -851,6 +859,7 @@ describe("NetworkAclsClient", () => { action: { block: true, allow: true, log: true, redirect: true, redirect_uri: "redirect_uri" }, match: { asns: [1], + auth0_managed: ["auth0_managed"], geo_country_codes: ["geo_country_codes"], geo_subdivision_codes: ["geo_subdivision_codes"], ipv4_cidrs: ["ipv4_cidrs"], @@ -861,6 +870,7 @@ describe("NetworkAclsClient", () => { }, not_match: { asns: [1], + auth0_managed: ["auth0_managed"], geo_country_codes: ["geo_country_codes"], geo_subdivision_codes: ["geo_subdivision_codes"], ipv4_cidrs: ["ipv4_cidrs"], @@ -899,6 +909,7 @@ describe("NetworkAclsClient", () => { }, match: { asns: [1], + auth0_managed: ["auth0_managed"], geo_country_codes: ["geo_country_codes"], geo_subdivision_codes: ["geo_subdivision_codes"], ipv4_cidrs: ["ipv4_cidrs"], @@ -909,6 +920,7 @@ describe("NetworkAclsClient", () => { }, not_match: { asns: [1], + auth0_managed: ["auth0_managed"], geo_country_codes: ["geo_country_codes"], geo_subdivision_codes: ["geo_subdivision_codes"], ipv4_cidrs: ["ipv4_cidrs"], diff --git a/src/management/tests/wire/riskAssessments/settings/newDevice.test.ts b/src/management/tests/wire/riskAssessments/settings/newDevice.test.ts index 413d0dbbb6..23accd8c6b 100644 --- a/src/management/tests/wire/riskAssessments/settings/newDevice.test.ts +++ b/src/management/tests/wire/riskAssessments/settings/newDevice.test.ts @@ -121,7 +121,7 @@ describe("NewDeviceClient", () => { test("update (2)", async () => { const server = mockServerPool.createServer(); const client = new ManagementClient({ maxRetries: 0, token: "test", environment: server.baseUrl }); - const rawRequestBody = { remember_for: 1 }; + const rawRequestBody = { remember_for: 365 }; const rawResponseBody = { key: "value" }; server .mockEndpoint() @@ -134,7 +134,7 @@ describe("NewDeviceClient", () => { await expect(async () => { return await client.riskAssessments.settings.newDevice.update({ - remember_for: 1, + remember_for: 365, }); }).rejects.toThrow(Management.BadRequestError); }); @@ -142,7 +142,7 @@ describe("NewDeviceClient", () => { test("update (3)", async () => { const server = mockServerPool.createServer(); const client = new ManagementClient({ maxRetries: 0, token: "test", environment: server.baseUrl }); - const rawRequestBody = { remember_for: 1 }; + const rawRequestBody = { remember_for: 365 }; const rawResponseBody = { key: "value" }; server .mockEndpoint() @@ -155,7 +155,7 @@ describe("NewDeviceClient", () => { await expect(async () => { return await client.riskAssessments.settings.newDevice.update({ - remember_for: 1, + remember_for: 365, }); }).rejects.toThrow(Management.UnauthorizedError); }); @@ -163,7 +163,7 @@ describe("NewDeviceClient", () => { test("update (4)", async () => { const server = mockServerPool.createServer(); const client = new ManagementClient({ maxRetries: 0, token: "test", environment: server.baseUrl }); - const rawRequestBody = { remember_for: 1 }; + const rawRequestBody = { remember_for: 365 }; const rawResponseBody = { key: "value" }; server .mockEndpoint() @@ -176,7 +176,7 @@ describe("NewDeviceClient", () => { await expect(async () => { return await client.riskAssessments.settings.newDevice.update({ - remember_for: 1, + remember_for: 365, }); }).rejects.toThrow(Management.ForbiddenError); }); @@ -184,7 +184,7 @@ describe("NewDeviceClient", () => { test("update (5)", async () => { const server = mockServerPool.createServer(); const client = new ManagementClient({ maxRetries: 0, token: "test", environment: server.baseUrl }); - const rawRequestBody = { remember_for: 1 }; + const rawRequestBody = { remember_for: 365 }; const rawResponseBody = { key: "value" }; server .mockEndpoint() @@ -197,7 +197,7 @@ describe("NewDeviceClient", () => { await expect(async () => { return await client.riskAssessments.settings.newDevice.update({ - remember_for: 1, + remember_for: 365, }); }).rejects.toThrow(Management.NotFoundError); }); @@ -205,7 +205,7 @@ describe("NewDeviceClient", () => { test("update (6)", async () => { const server = mockServerPool.createServer(); const client = new ManagementClient({ maxRetries: 0, token: "test", environment: server.baseUrl }); - const rawRequestBody = { remember_for: 1 }; + const rawRequestBody = { remember_for: 365 }; const rawResponseBody = { key: "value" }; server .mockEndpoint() @@ -218,7 +218,7 @@ describe("NewDeviceClient", () => { await expect(async () => { return await client.riskAssessments.settings.newDevice.update({ - remember_for: 1, + remember_for: 365, }); }).rejects.toThrow(Management.TooManyRequestsError); }); diff --git a/yarn.lock b/yarn.lock index 724db48c44..af5424b9ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -296,14 +296,14 @@ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b" integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew== -"@eslint/config-array@^0.21.1": - version "0.21.1" - resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.1.tgz#7d1b0060fea407f8301e932492ba8c18aff29713" - integrity sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA== +"@eslint/config-array@^0.21.2": + version "0.21.2" + resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.2.tgz#f29e22057ad5316cf23836cee9a34c81fffcb7e6" + integrity sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw== dependencies: "@eslint/object-schema" "^2.1.7" debug "^4.3.1" - minimatch "^3.1.2" + minimatch "^3.1.5" "@eslint/config-helpers@^0.4.2": version "0.4.2" @@ -319,10 +319,10 @@ dependencies: "@types/json-schema" "^7.0.15" -"@eslint/eslintrc@^3.3.1": - version "3.3.4" - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.4.tgz#e402b1920f7c1f5a15342caa432b1348cacbb641" - integrity sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ== +"@eslint/eslintrc@^3.3.5": + version "3.3.5" + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.5.tgz#c131793cfc1a7b96f24a83e0a8bbd4b881558c60" + integrity sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg== dependencies: ajv "^6.14.0" debug "^4.3.2" @@ -331,13 +331,13 @@ ignore "^5.2.0" import-fresh "^3.2.1" js-yaml "^4.1.1" - minimatch "^3.1.3" + minimatch "^3.1.5" strip-json-comments "^3.1.1" -"@eslint/js@9.39.3", "@eslint/js@^9.32.0": - version "9.39.3" - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.3.tgz#c6168736c7e0c43ead49654ed06a4bcb3833363d" - integrity sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw== +"@eslint/js@9.39.4", "@eslint/js@^9.32.0": + version "9.39.4" + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.4.tgz#a3f83bfc6fd9bf33a853dfacd0b49b398eb596c1" + integrity sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw== "@eslint/object-schema@^2.1.7": version "2.1.7" @@ -720,7 +720,7 @@ resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.9.tgz#d229a7b7f9dac167a156992ef23c7f023653f53b" integrity sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA== -"@publint/pack@^0.1.3": +"@publint/pack@^0.1.4": version "0.1.4" resolved "https://registry.yarnpkg.com/@publint/pack/-/pack-0.1.4.tgz#866a82a1a8ab52329ae08baec6f3969ed99a30bf" integrity sha512-HDVTWq3H0uTXiU0eeSQntcVUTPP3GamzeXI41+x7uU9J65JgWQh3qWZHblR1i0npXfFtF+mxBiU2nJH8znxWnQ== @@ -899,9 +899,9 @@ integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== "@types/node@*": - version "25.3.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-25.3.1.tgz#82f3f6e30ac3b48560a092d9224a975b5c24e38d" - integrity sha512-hj9YIJimBCipHVfHKRMnvmHg+wfhKc0o4mTtXh9pKBjC8TLJzz0nzGmLi5UJsYAUgSvXFHgb0V2oY10DUFtImw== + version "25.4.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.4.0.tgz#f25d8467984d6667cc4c1be1e2f79593834aaedb" + integrity sha512-9wLpoeWuBlcbBpOY3XmzSTG3oscB6xjBEEtn+pYXTfhyXhIxC5FsBer2KTopBlvKEiW9l13po9fq+SJY/5lkhw== dependencies: undici-types "~7.18.0" @@ -945,99 +945,99 @@ "@types/yargs-parser" "*" "@typescript-eslint/eslint-plugin@^8.38.0": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.1.tgz#b1ce606d87221daec571e293009675992f0aae76" - integrity sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A== + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.0.tgz#6e4085604ab63f55b3dcc61ce2c16965b2c36374" + integrity sha512-qeu4rTHR3/IaFORbD16gmjq9+rEs9fGKdX0kF6BKSfi+gCuG3RCKLlSBYzn/bGsY9Tj7KE/DAQStbp8AHJGHEQ== dependencies: "@eslint-community/regexpp" "^4.12.2" - "@typescript-eslint/scope-manager" "8.56.1" - "@typescript-eslint/type-utils" "8.56.1" - "@typescript-eslint/utils" "8.56.1" - "@typescript-eslint/visitor-keys" "8.56.1" + "@typescript-eslint/scope-manager" "8.57.0" + "@typescript-eslint/type-utils" "8.57.0" + "@typescript-eslint/utils" "8.57.0" + "@typescript-eslint/visitor-keys" "8.57.0" ignore "^7.0.5" natural-compare "^1.4.0" ts-api-utils "^2.4.0" "@typescript-eslint/parser@^8.38.0": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.56.1.tgz#21d13b3d456ffb08614c1d68bb9a4f8d9237cdc7" - integrity sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg== - dependencies: - "@typescript-eslint/scope-manager" "8.56.1" - "@typescript-eslint/types" "8.56.1" - "@typescript-eslint/typescript-estree" "8.56.1" - "@typescript-eslint/visitor-keys" "8.56.1" + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.0.tgz#444c57a943e8b04f255cda18a94c8e023b46b08c" + integrity sha512-XZzOmihLIr8AD1b9hL9ccNMzEMWt/dE2u7NyTY9jJG6YNiNthaD5XtUHVF2uCXZ15ng+z2hT3MVuxnUYhq6k1g== + dependencies: + "@typescript-eslint/scope-manager" "8.57.0" + "@typescript-eslint/types" "8.57.0" + "@typescript-eslint/typescript-estree" "8.57.0" + "@typescript-eslint/visitor-keys" "8.57.0" debug "^4.4.3" -"@typescript-eslint/project-service@8.56.1": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.56.1.tgz#65c8d645f028b927bfc4928593b54e2ecd809244" - integrity sha512-TAdqQTzHNNvlVFfR+hu2PDJrURiwKsUvxFn1M0h95BB8ah5jejas08jUWG4dBA68jDMI988IvtfdAI53JzEHOQ== +"@typescript-eslint/project-service@8.57.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.0.tgz#2014ed527bcd0eff8aecb7e44879ae3150604ab3" + integrity sha512-pR+dK0BlxCLxtWfaKQWtYr7MhKmzqZxuii+ZjuFlZlIGRZm22HnXFqa2eY+90MUz8/i80YJmzFGDUsi8dMOV5w== dependencies: - "@typescript-eslint/tsconfig-utils" "^8.56.1" - "@typescript-eslint/types" "^8.56.1" + "@typescript-eslint/tsconfig-utils" "^8.57.0" + "@typescript-eslint/types" "^8.57.0" debug "^4.4.3" -"@typescript-eslint/scope-manager@8.56.1": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz#254df93b5789a871351335dd23e20bc164060f24" - integrity sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w== +"@typescript-eslint/scope-manager@8.57.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.0.tgz#7d2a2aeaaef2ae70891b21939fadb4cb0b19f840" + integrity sha512-nvExQqAHF01lUM66MskSaZulpPL5pgy5hI5RfrxviLgzZVffB5yYzw27uK/ft8QnKXI2X0LBrHJFr1TaZtAibw== dependencies: - "@typescript-eslint/types" "8.56.1" - "@typescript-eslint/visitor-keys" "8.56.1" + "@typescript-eslint/types" "8.57.0" + "@typescript-eslint/visitor-keys" "8.57.0" -"@typescript-eslint/tsconfig-utils@8.56.1", "@typescript-eslint/tsconfig-utils@^8.56.1": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz#1afa830b0fada5865ddcabdc993b790114a879b7" - integrity sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ== +"@typescript-eslint/tsconfig-utils@8.57.0", "@typescript-eslint/tsconfig-utils@^8.57.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.0.tgz#cf2f2822af3887d25dd325b6bea6c3f60a83a0b4" + integrity sha512-LtXRihc5ytjJIQEH+xqjB0+YgsV4/tW35XKX3GTZHpWtcC8SPkT/d4tqdf1cKtesryHm2bgp6l555NYcT2NLvA== -"@typescript-eslint/type-utils@8.56.1": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.56.1.tgz#7a6c4fabf225d674644931e004302cbbdd2f2e24" - integrity sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg== +"@typescript-eslint/type-utils@8.57.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.0.tgz#2877af4c2e8f0998b93a07dad1c34ce1bb669448" + integrity sha512-yjgh7gmDcJ1+TcEg8x3uWQmn8ifvSupnPfjP21twPKrDP/pTHlEQgmKcitzF/rzPSmv7QjJ90vRpN4U+zoUjwQ== dependencies: - "@typescript-eslint/types" "8.56.1" - "@typescript-eslint/typescript-estree" "8.56.1" - "@typescript-eslint/utils" "8.56.1" + "@typescript-eslint/types" "8.57.0" + "@typescript-eslint/typescript-estree" "8.57.0" + "@typescript-eslint/utils" "8.57.0" debug "^4.4.3" ts-api-utils "^2.4.0" -"@typescript-eslint/types@8.56.1", "@typescript-eslint/types@^8.56.1": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.1.tgz#975e5942bf54895291337c91b9191f6eb0632ab9" - integrity sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw== +"@typescript-eslint/types@8.57.0", "@typescript-eslint/types@^8.57.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.0.tgz#4fa5385ffd1cd161fa5b9dce93e0493d491b8dc6" + integrity sha512-dTLI8PEXhjUC7B9Kre+u0XznO696BhXcTlOn0/6kf1fHaQW8+VjJAVHJ3eTI14ZapTxdkOmc80HblPQLaEeJdg== -"@typescript-eslint/typescript-estree@8.56.1": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.1.tgz#3b9e57d8129a860c50864c42188f761bdef3eab0" - integrity sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg== +"@typescript-eslint/typescript-estree@8.57.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.0.tgz#e0e4a89bfebb207de314826df876e2dabc7dea04" + integrity sha512-m7faHcyVg0BT3VdYTlX8GdJEM7COexXxS6KqGopxdtkQRvBanK377QDHr4W/vIPAR+ah9+B/RclSW5ldVniO1Q== dependencies: - "@typescript-eslint/project-service" "8.56.1" - "@typescript-eslint/tsconfig-utils" "8.56.1" - "@typescript-eslint/types" "8.56.1" - "@typescript-eslint/visitor-keys" "8.56.1" + "@typescript-eslint/project-service" "8.57.0" + "@typescript-eslint/tsconfig-utils" "8.57.0" + "@typescript-eslint/types" "8.57.0" + "@typescript-eslint/visitor-keys" "8.57.0" debug "^4.4.3" minimatch "^10.2.2" semver "^7.7.3" tinyglobby "^0.2.15" ts-api-utils "^2.4.0" -"@typescript-eslint/utils@8.56.1": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.56.1.tgz#5a86acaf9f1b4c4a85a42effb217f73059f6deb7" - integrity sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA== +"@typescript-eslint/utils@8.57.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.0.tgz#c7193385b44529b788210d20c94c11de79ad3498" + integrity sha512-5iIHvpD3CZe06riAsbNxxreP+MuYgVUsV0n4bwLH//VJmgtt54sQeY2GszntJ4BjYCpMzrfVh2SBnUQTtys2lQ== dependencies: "@eslint-community/eslint-utils" "^4.9.1" - "@typescript-eslint/scope-manager" "8.56.1" - "@typescript-eslint/types" "8.56.1" - "@typescript-eslint/typescript-estree" "8.56.1" + "@typescript-eslint/scope-manager" "8.57.0" + "@typescript-eslint/types" "8.57.0" + "@typescript-eslint/typescript-estree" "8.57.0" -"@typescript-eslint/visitor-keys@8.56.1": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.1.tgz#50e03475c33a42d123dc99e63acf1841c0231f87" - integrity sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw== +"@typescript-eslint/visitor-keys@8.57.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.0.tgz#23aea662279bb66209700854453807a119350f85" + integrity sha512-zm6xx8UT/Xy2oSr2ZXD0pZo7Jx2XsCoID2IUh9YSTFRu7z+WdwYTRk6LhUftm1crwqbuoF6I8zAFeCMw0YjwDg== dependencies: - "@typescript-eslint/types" "8.56.1" + "@typescript-eslint/types" "8.57.0" eslint-visitor-keys "^5.0.0" "@webassemblyjs/ast@1.14.1", "@webassemblyjs/ast@^1.14.1": @@ -1227,7 +1227,7 @@ ajv-keywords@^5.1.0: dependencies: fast-deep-equal "^3.1.3" -ajv@^6.12.4, ajv@^6.14.0: +ajv@^6.14.0: version "6.14.0" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.14.0.tgz#fd067713e228210636ebb08c60bd3765d6dbe73a" integrity sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw== @@ -1283,7 +1283,7 @@ ansi-styles@^5.0.0: resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== -ansi-styles@^6.2.1: +ansi-styles@^6.2.1, ansi-styles@^6.2.3: version "6.2.3" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.3.tgz#c044d5dcc521a076413472597a1acb1f103c4041" integrity sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg== @@ -1408,10 +1408,17 @@ brace-expansion@^1.1.7: balanced-match "^1.0.0" concat-map "0.0.1" +brace-expansion@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7" + integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ== + dependencies: + balanced-match "^1.0.0" + brace-expansion@^5.0.2: - version "5.0.3" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.3.tgz#6a9c6c268f85b53959ec527aeafe0f7300258eef" - integrity sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA== + version "5.0.4" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336" + integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg== dependencies: balanced-match "^4.0.2" @@ -1476,9 +1483,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001759: - version "1.0.30001774" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001774.tgz#0e576b6f374063abcd499d202b9ba1301be29b70" - integrity sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA== + version "1.0.30001777" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001777.tgz#028f21e4b2718d138b55e692583e6810ccf60691" + integrity sha512-tmN+fJxroPndC74efCdp12j+0rk0RHwV5Jwa1zWaFVyw2ZxAuPeG8ZgWC3Wz7uSjT3qMRQ5XHZ4COgQmsCMJAQ== chalk@^4.0.0, chalk@^4.1.0: version "4.1.2" @@ -1516,12 +1523,12 @@ cli-cursor@^5.0.0: restore-cursor "^5.0.0" cli-truncate@^5.0.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-5.1.1.tgz#455476face9904d94b7d11e98d9adbca15292ea5" - integrity sha512-SroPvNHxUnk+vIW/dOSfNqdy1sPEFkrTk6TUtqLCnBlo3N7TNYYkzzN7uSD6+jVjrdO4+p8nH7JzH6cIvUem6A== + version "5.2.0" + resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-5.2.0.tgz#c8e72aaca8339c773d128c36e0a17c6315b694eb" + integrity sha512-xRwvIOMGrfOAnM1JYtqQImuaNtDEv9v6oIYAs4LIHwTiKee8uwvIi363igssOC0O5U04i4AlENs79LQLu9tEMw== dependencies: - slice-ansi "^7.1.0" - string-width "^8.0.0" + slice-ansi "^8.0.0" + string-width "^8.2.0" cli-width@^4.1.0: version "4.1.0" @@ -1571,7 +1578,7 @@ combined-stream@^1.0.8: dependencies: delayed-stream "~1.0.0" -commander@^14.0.2: +commander@^14.0.3: version "14.0.3" resolved "https://registry.yarnpkg.com/commander/-/commander-14.0.3.tgz#425d79b48f9af82fcd9e4fc1ea8af6c5ec07bbc2" integrity sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw== @@ -1657,9 +1664,9 @@ decimal.js@^10.4.2: integrity sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg== dedent@^1.0.0: - version "1.7.1" - resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.7.1.tgz#364661eea3d73f3faba7089214420ec2f8f13e15" - integrity sha512-9JmrhGZpOlEgOLdQgSm0zxFaYoQon408V1v49aqTWuXENVlnCuY9JBZcXZiCsZQWDjTm5Qf/nIvAy77mXDAjEg== + version "1.7.2" + resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.7.2.tgz#34e2264ab538301e27cf7b07bf2369c19baa8dd9" + integrity sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA== deep-is@^0.1.3: version "0.1.4" @@ -1703,9 +1710,9 @@ dunder-proto@^1.0.1: gopd "^1.2.0" electron-to-chromium@^1.5.263: - version "1.5.302" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.302.tgz#032a5802b31f7119269959c69fe2015d8dad5edb" - integrity sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg== + version "1.5.307" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.307.tgz#09f8973100c39fb0d003b890393cd1d58932b1c8" + integrity sha512-5z3uFKBWjiNR44nFcYdkcXjKMbg5KXNdciu7mhTPo9tB7NbqSNP2sSnGR+fqknZSCwKkBN+oxiiajWs4dT6ORg== emittery@^0.13.1: version "0.13.1" @@ -1722,10 +1729,10 @@ emoji-regex@^8.0.0: resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== -enhanced-resolve@^5.0.0, enhanced-resolve@^5.19.0: - version "5.19.0" - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.19.0.tgz#6687446a15e969eaa63c2fa2694510e17ae6d97c" - integrity sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg== +enhanced-resolve@^5.0.0, enhanced-resolve@^5.20.0: + version "5.20.0" + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz#323c2a70d2aa7fb4bdfd6d3c24dfc705c581295d" + integrity sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ== dependencies: graceful-fs "^4.2.4" tapable "^2.3.0" @@ -1855,23 +1862,23 @@ eslint-visitor-keys@^5.0.0: integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA== eslint@^9.32.0: - version "9.39.3" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.3.tgz#08d63df1533d7743c0907b32a79a7e134e63ee2f" - integrity sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg== + version "9.39.4" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.4.tgz#855da1b2e2ad66dc5991195f35e262bcec8117b5" + integrity sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ== dependencies: "@eslint-community/eslint-utils" "^4.8.0" "@eslint-community/regexpp" "^4.12.1" - "@eslint/config-array" "^0.21.1" + "@eslint/config-array" "^0.21.2" "@eslint/config-helpers" "^0.4.2" "@eslint/core" "^0.17.0" - "@eslint/eslintrc" "^3.3.1" - "@eslint/js" "9.39.3" + "@eslint/eslintrc" "^3.3.5" + "@eslint/js" "9.39.4" "@eslint/plugin-kit" "^0.4.1" "@humanfs/node" "^0.16.6" "@humanwhocodes/module-importer" "^1.0.1" "@humanwhocodes/retry" "^0.4.2" "@types/estree" "^1.0.6" - ajv "^6.12.4" + ajv "^6.14.0" chalk "^4.0.0" cross-spawn "^7.0.6" debug "^4.3.2" @@ -1890,7 +1897,7 @@ eslint@^9.32.0: is-glob "^4.0.0" json-stable-stringify-without-jsonify "^1.0.1" lodash.merge "^4.6.2" - minimatch "^3.1.2" + minimatch "^3.1.5" natural-compare "^1.4.0" optionator "^0.9.3" @@ -2054,9 +2061,9 @@ flat-cache@^4.0.0: keyv "^4.5.4" flatted@^3.2.9: - version "3.3.3" - resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358" - integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg== + version "3.4.1" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.1.tgz#84ccd9579e76e9cc0d246c11d8be0beb019143e6" + integrity sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ== form-data@^4.0.0: version "4.0.5" @@ -2173,9 +2180,9 @@ graceful-fs@^4.1.2, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.9: integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== graphql@^16.8.1: - version "16.13.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.13.0.tgz#726857e897e87d54412d62356ec0b6b76bfab409" - integrity sha512-uSisMYERbaB9bkA9M4/4dnqyktaEkf1kMHNKq/7DHyxVeWqHQ2mBmVqm5u6/FVHwF3iCNalKcg82Zfl+tffWoA== + version "16.13.1" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.13.1.tgz#38ae5c76fbc4a009e0004dca6c76c370a1da7b54" + integrity sha512-gGgrVCoDKlIZ8fIqXBBb0pPKqDgki0Z/FSKNiQzSGj2uEYHr1tq5wmBegGwJx6QB5S5cM0khSBpi/JFHMCvsmQ== handlebars@^4.7.8: version "4.7.8" @@ -2330,7 +2337,7 @@ is-fullwidth-code-point@^3.0.0: resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== -is-fullwidth-code-point@^5.0.0: +is-fullwidth-code-point@^5.0.0, is-fullwidth-code-point@^5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz#046b2a6d4f6b156b2233d3207d4b5a9783999b98" integrity sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ== @@ -2943,17 +2950,16 @@ linkify-it@^5.0.0: uc.micro "^2.0.0" lint-staged@^16.1.4: - version "16.2.7" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.7.tgz#c4a635960c17b52fe774f1f40aee8ce1bd86531f" - integrity sha512-lDIj4RnYmK7/kXMya+qJsmkRFkGolciXjrsZ6PC25GdTfWOAWetR0ZbsNXRAj1EHHImRSalc+whZFg56F5DVow== + version "16.3.3" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.3.3.tgz#ce5c95b5623cca295f8f4251f00c0642c7e84976" + integrity sha512-RLq2koZ5fGWrx7tcqx2tSTMQj4lRkfNJaebO/li/uunhCJbtZqwTuwPHpgIimAHHi/2nZIiGrkCHDCOeR1onxA== dependencies: - commander "^14.0.2" + commander "^14.0.3" listr2 "^9.0.5" micromatch "^4.0.8" - nano-spawn "^2.0.0" - pidtree "^0.6.0" string-argv "^0.3.2" - yaml "^2.8.1" + tinyexec "^1.0.2" + yaml "^2.8.2" listr2@^9.0.5: version "9.0.5" @@ -3102,7 +3108,7 @@ minimatch@^10.2.2: dependencies: brace-expansion "^5.0.2" -minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^3.1.3: +minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.5: version "3.1.5" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e" integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w== @@ -3110,11 +3116,11 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^3.1.3: brace-expansion "^1.1.7" minimatch@^9.0.5: - version "9.0.8" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.8.tgz#bb3aa36d7b42ea77a93c44d5c1082b188112497c" - integrity sha512-reYkDYtj/b19TeqbNZCV4q9t+Yxylf/rYBsLb42SXJatTv4/ylq5lEiAmhA/IToxO7NI2UzNMghHoHuaqDkAjw== + version "9.0.9" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.9.tgz#9b0cb9fcb78087f6fd7eababe2511c4d3d60574e" + integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg== dependencies: - brace-expansion "^5.0.2" + brace-expansion "^2.0.2" minimist@^1.2.5: version "1.2.8" @@ -3161,11 +3167,6 @@ mute-stream@^2.0.0: resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-2.0.0.tgz#a5446fc0c512b71c83c44d908d5c7b7b4c493b2b" integrity sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA== -nano-spawn@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-2.0.0.tgz#f1250434c09ae18870d4f729fc54b406cf85a3e1" - integrity sha512-tacvGzUY5o2D8CBh2rrwxyNojUsZNU2zjNTzKQrkgGJQTbGAfArVWXSKMBokBeeg6C7OLRGUEyoFlYbfeWQIqw== - natural-compare@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" @@ -3191,9 +3192,9 @@ node-int64@^0.4.0: integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw== node-releases@^2.0.27: - version "2.0.27" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.27.tgz#eedca519205cf20f650f61d56b070db111231e4e" - integrity sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA== + version "2.0.36" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.36.tgz#99fd6552aaeda9e17c4713b57a63964a2e325e9d" + integrity sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA== normalize-path@^3.0.0: version "3.0.0" @@ -3352,11 +3353,6 @@ picomatch@^4.0.3: resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042" integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q== -pidtree@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c" - integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g== - pirates@^4.0.4: version "4.0.7" resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.7.tgz#643b4a18c4257c8a65104b73f3049ce9a0a15e22" @@ -3416,11 +3412,11 @@ psl@^1.1.33: punycode "^2.3.1" publint@^0.3.12: - version "0.3.17" - resolved "https://registry.yarnpkg.com/publint/-/publint-0.3.17.tgz#01d10fa930a168b898c1cf4e8fd4e0fcdbd38f80" - integrity sha512-Q3NLegA9XM6usW+dYQRG1g9uEHiYUzcCVBJDJ7yMcWRqVU9LYZUWdqbwMZfmTCFC5PZLQpLAmhvRcQRl3exqkw== + version "0.3.18" + resolved "https://registry.yarnpkg.com/publint/-/publint-0.3.18.tgz#c4b20f20f9cf07c4c60770cce625873e42240295" + integrity sha512-JRJFeBTrfx4qLwEuGFPk+haJOJN97KnPuK01yj+4k/Wj5BgoOK5uNsivporiqBjk2JDaslg7qJOhGRnpltGeog== dependencies: - "@publint/pack" "^0.1.3" + "@publint/pack" "^0.1.4" package-manager-detector "^1.6.0" picocolors "^1.1.1" sade "^1.8.1" @@ -3445,13 +3441,6 @@ querystringify@^2.1.1: resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== -randombytes@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" - integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== - dependencies: - safe-buffer "^5.1.0" - react-is@^18.0.0: version "18.3.1" resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e" @@ -3528,11 +3517,6 @@ sade@^1.8.1: dependencies: mri "^1.1.0" -safe-buffer@^5.1.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - "safer-buffer@>= 2.1.2 < 3.0.0": version "2.1.2" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" @@ -3565,13 +3549,6 @@ semver@^7.3.4, semver@^7.5.3, semver@^7.5.4, semver@^7.7.3: resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a" integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA== -serialize-javascript@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2" - integrity sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g== - dependencies: - randombytes "^2.1.0" - shebang-command@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" @@ -3612,6 +3589,14 @@ slice-ansi@^7.1.0: ansi-styles "^6.2.1" is-fullwidth-code-point "^5.0.0" +slice-ansi@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-8.0.0.tgz#22d0b66d18bc5c57f488bfcf36cbde3bef731537" + integrity sha512-stxByr12oeeOyY2BlviTNQlYV5xOj47GirPr4yA1hE9JCtxfQN0+tVbkxwCtYDQWhEKWFHsEK48ORg5jrouCAg== + dependencies: + ansi-styles "^6.2.3" + is-fullwidth-code-point "^5.1.0" + source-map-support@0.5.13: version "0.5.13" resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932" @@ -3691,7 +3676,7 @@ string-width@^7.0.0: get-east-asian-width "^1.0.0" strip-ansi "^7.1.0" -string-width@^8.0.0: +string-width@^8.2.0: version "8.2.0" resolved "https://registry.yarnpkg.com/string-width/-/string-width-8.2.0.tgz#bdb6a9bd6d7800db635adae96cdb0443fec56c42" integrity sha512-6hJPQ8N0V0P3SNmP6h2J99RLuzrWz2gvT7VnK5tKvrNqJoyS9W4/Fb8mo31UiPvy00z7DQXkP2hnKBVav76thw== @@ -3764,15 +3749,14 @@ tapable@^2.3.0: resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.3.0.tgz#7e3ea6d5ca31ba8e078b560f0d83ce9a14aa8be6" integrity sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg== -terser-webpack-plugin@^5.3.16: - version "5.3.16" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.16.tgz#741e448cc3f93d8026ebe4f7ef9e4afacfd56330" - integrity sha512-h9oBFCWrq78NyWWVcSwZarJkZ01c2AyGrzs1crmHZO3QUg9D61Wu4NPjBy69n7JqylFF5y+CsUZYmYEIZ3mR+Q== +terser-webpack-plugin@^5.3.17: + version "5.4.0" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.4.0.tgz#95fc4cf4437e587be11ecf37d08636089174d76b" + integrity sha512-Bn5vxm48flOIfkdl5CaD2+1CiUVbonWQ3KQPyP7/EuIl9Gbzq/gQFOzaMFUEgVjB1396tcK0SG8XcNJ/2kDH8g== dependencies: "@jridgewell/trace-mapping" "^0.3.25" jest-worker "^27.4.5" schema-utils "^4.3.0" - serialize-javascript "^6.0.2" terser "^5.31.1" terser@^5.31.1: @@ -3794,6 +3778,11 @@ test-exclude@^6.0.0: glob "^7.1.4" minimatch "^3.0.4" +tinyexec@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.2.tgz#bdd2737fe2ba40bd6f918ae26642f264b99ca251" + integrity sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg== + tinyglobby@^0.2.15: version "0.2.15" resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2" @@ -3802,17 +3791,17 @@ tinyglobby@^0.2.15: fdir "^6.5.0" picomatch "^4.0.3" -tldts-core@^7.0.23: - version "7.0.23" - resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-7.0.23.tgz#47bf18282a44641304a399d247703413b5d3e309" - integrity sha512-0g9vrtDQLrNIiCj22HSe9d4mLVG3g5ph5DZ8zCKBr4OtrspmNB6ss7hVyzArAeE88ceZocIEGkyW1Ime7fxPtQ== +tldts-core@^7.0.25: + version "7.0.25" + resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-7.0.25.tgz#eaee57facdfb5528383d961f5586d49784519de5" + integrity sha512-ZjCZK0rppSBu7rjHYDYsEaMOIbbT+nWF57hKkv4IUmZWBNrBWBOjIElc0mKRgLM8bm7x/BBlof6t2gi/Oq/Asw== tldts@^7.0.5: - version "7.0.23" - resolved "https://registry.yarnpkg.com/tldts/-/tldts-7.0.23.tgz#444f0f0720fa777839a23ea665e04f61ee57217a" - integrity sha512-ASdhgQIBSay0R/eXggAkQ53G4nTJqTXqC2kbaBbdDwM7SkjyZyO0OaaN1/FH7U/yCeqOHDwFO5j8+Os/IS1dXw== + version "7.0.25" + resolved "https://registry.yarnpkg.com/tldts/-/tldts-7.0.25.tgz#e9034876e09b2ad92db547a9307ae6fa65400f8d" + integrity sha512-keinCnPbwXEUG3ilrWQZU+CqcTTzHq9m2HhoUP2l7Xmi8l1LuijAXLpAJ5zRW+ifKTNscs4NdCkfkDCBYm352w== dependencies: - tldts-core "^7.0.23" + tldts-core "^7.0.25" tmpl@1.0.5: version "1.0.5" @@ -4034,9 +4023,9 @@ webpack-sources@^3.3.4: integrity sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q== webpack@^5.97.1: - version "5.105.3" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.105.3.tgz#307ad95bafffd08bc81049d6519477b16e42e7ba" - integrity sha512-LLBBA4oLmT7sZdHiYE/PeVuifOxYyE2uL/V+9VQP7YSYdJU7bSf7H8bZRRxW8kEPMkmVjnrXmoR3oejIdX0xbg== + version "5.105.4" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.105.4.tgz#1b77fcd55a985ac7ca9de80a746caffa38220169" + integrity sha512-jTywjboN9aHxFlToqb0K0Zs9SbBoW4zRUlGzI2tYNxVYcEi/IPpn+Xi4ye5jTLvX2YeLuic/IvxNot+Q1jMoOw== dependencies: "@types/eslint-scope" "^3.7.7" "@types/estree" "^1.0.8" @@ -4048,7 +4037,7 @@ webpack@^5.97.1: acorn-import-phases "^1.0.3" browserslist "^4.28.1" chrome-trace-event "^1.0.2" - enhanced-resolve "^5.19.0" + enhanced-resolve "^5.20.0" es-module-lexer "^2.0.0" eslint-scope "5.1.1" events "^3.2.0" @@ -4060,7 +4049,7 @@ webpack@^5.97.1: neo-async "^2.6.2" schema-utils "^4.3.3" tapable "^2.3.0" - terser-webpack-plugin "^5.3.16" + terser-webpack-plugin "^5.3.17" watchpack "^2.5.1" webpack-sources "^3.3.4" @@ -4166,7 +4155,7 @@ yallist@^3.0.2: resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== -yaml@^2.8.1: +yaml@^2.8.1, yaml@^2.8.2: version "2.8.2" resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.2.tgz#5694f25eca0ce9c3e7a9d9e00ce0ddabbd9e35c5" integrity sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==