Skip to content

Commit

Permalink
feat: update via SDK Studio (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Mar 11, 2024
1 parent 6cc3287 commit b6a0f00
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions src/resources/firewall/access-rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export interface AccessRuleCreateParams {
configuration:
| AccessRuleCreateParams.LegacyJhsIPConfiguration
| AccessRuleCreateParams.LegacyJhsIPV6Configuration
| AccessRuleCreateParams.LegacyJhsCidrConfiguration
| AccessRuleCreateParams.LegacyJhsCIDRConfiguration
| AccessRuleCreateParams.LegacyJhsASNConfiguration
| AccessRuleCreateParams.LegacyJhsCountryConfiguration;

Expand Down Expand Up @@ -280,7 +280,7 @@ export namespace AccessRuleCreateParams {
value?: string;
}

export interface LegacyJhsCidrConfiguration {
export interface LegacyJhsCIDRConfiguration {
/**
* The configuration target. You must set the target to `ip_range` when specifying
* an IP address range in the rule.
Expand Down Expand Up @@ -429,7 +429,7 @@ export interface AccessRuleEditParams {
configuration:
| AccessRuleEditParams.LegacyJhsIPConfiguration
| AccessRuleEditParams.LegacyJhsIPV6Configuration
| AccessRuleEditParams.LegacyJhsCidrConfiguration
| AccessRuleEditParams.LegacyJhsCIDRConfiguration
| AccessRuleEditParams.LegacyJhsASNConfiguration
| AccessRuleEditParams.LegacyJhsCountryConfiguration;

Expand Down Expand Up @@ -485,7 +485,7 @@ export namespace AccessRuleEditParams {
value?: string;
}

export interface LegacyJhsCidrConfiguration {
export interface LegacyJhsCIDRConfiguration {
/**
* The configuration target. You must set the target to `ip_range` when specifying
* an IP address range in the rule.
Expand Down
4 changes: 2 additions & 2 deletions src/resources/firewall/lockdowns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export interface LegacyJhsZonelockdown {
*/
configurations:
| LegacyJhsZonelockdown.LegacyJhsSchemasIPConfiguration
| LegacyJhsZonelockdown.LegacyJhsSchemasCidrConfiguration;
| LegacyJhsZonelockdown.LegacyJhsSchemasCIDRConfiguration;

/**
* The timestamp of when the rule was created.
Expand Down Expand Up @@ -159,7 +159,7 @@ export namespace LegacyJhsZonelockdown {
value?: string;
}

export interface LegacyJhsSchemasCidrConfiguration {
export interface LegacyJhsSchemasCIDRConfiguration {
/**
* The configuration target. You must set the target to `ip_range` when specifying
* an IP address range in the Zone Lockdown rule.
Expand Down
8 changes: 4 additions & 4 deletions src/resources/user/firewall/access-rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export interface LegacyJhsRule {
configuration:
| LegacyJhsRule.LegacyJhsIPConfiguration
| LegacyJhsRule.LegacyJhsIPV6Configuration
| LegacyJhsRule.LegacyJhsCidrConfiguration
| LegacyJhsRule.LegacyJhsCIDRConfiguration
| LegacyJhsRule.LegacyJhsASNConfiguration
| LegacyJhsRule.LegacyJhsCountryConfiguration;

Expand Down Expand Up @@ -149,7 +149,7 @@ export namespace LegacyJhsRule {
value?: string;
}

export interface LegacyJhsCidrConfiguration {
export interface LegacyJhsCIDRConfiguration {
/**
* The configuration target. You must set the target to `ip_range` when specifying
* an IP address range in the rule.
Expand Down Expand Up @@ -205,7 +205,7 @@ export interface AccessRuleCreateParams {
configuration:
| AccessRuleCreateParams.LegacyJhsIPConfiguration
| AccessRuleCreateParams.LegacyJhsIPV6Configuration
| AccessRuleCreateParams.LegacyJhsCidrConfiguration
| AccessRuleCreateParams.LegacyJhsCIDRConfiguration
| AccessRuleCreateParams.LegacyJhsASNConfiguration
| AccessRuleCreateParams.LegacyJhsCountryConfiguration;

Expand Down Expand Up @@ -248,7 +248,7 @@ export namespace AccessRuleCreateParams {
value?: string;
}

export interface LegacyJhsCidrConfiguration {
export interface LegacyJhsCIDRConfiguration {
/**
* The configuration target. You must set the target to `ip_range` when specifying
* an IP address range in the rule.
Expand Down

0 comments on commit b6a0f00

Please sign in to comment.