Skip to content

Commit b6a0f00

Browse files
feat: update via SDK Studio (#137)
1 parent 6cc3287 commit b6a0f00

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/resources/firewall/access-rules.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export interface AccessRuleCreateParams {
224224
configuration:
225225
| AccessRuleCreateParams.LegacyJhsIPConfiguration
226226
| AccessRuleCreateParams.LegacyJhsIPV6Configuration
227-
| AccessRuleCreateParams.LegacyJhsCidrConfiguration
227+
| AccessRuleCreateParams.LegacyJhsCIDRConfiguration
228228
| AccessRuleCreateParams.LegacyJhsASNConfiguration
229229
| AccessRuleCreateParams.LegacyJhsCountryConfiguration;
230230

@@ -280,7 +280,7 @@ export namespace AccessRuleCreateParams {
280280
value?: string;
281281
}
282282

283-
export interface LegacyJhsCidrConfiguration {
283+
export interface LegacyJhsCIDRConfiguration {
284284
/**
285285
* The configuration target. You must set the target to `ip_range` when specifying
286286
* an IP address range in the rule.
@@ -429,7 +429,7 @@ export interface AccessRuleEditParams {
429429
configuration:
430430
| AccessRuleEditParams.LegacyJhsIPConfiguration
431431
| AccessRuleEditParams.LegacyJhsIPV6Configuration
432-
| AccessRuleEditParams.LegacyJhsCidrConfiguration
432+
| AccessRuleEditParams.LegacyJhsCIDRConfiguration
433433
| AccessRuleEditParams.LegacyJhsASNConfiguration
434434
| AccessRuleEditParams.LegacyJhsCountryConfiguration;
435435

@@ -485,7 +485,7 @@ export namespace AccessRuleEditParams {
485485
value?: string;
486486
}
487487

488-
export interface LegacyJhsCidrConfiguration {
488+
export interface LegacyJhsCIDRConfiguration {
489489
/**
490490
* The configuration target. You must set the target to `ip_range` when specifying
491491
* an IP address range in the rule.

src/resources/firewall/lockdowns.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export interface LegacyJhsZonelockdown {
114114
*/
115115
configurations:
116116
| LegacyJhsZonelockdown.LegacyJhsSchemasIPConfiguration
117-
| LegacyJhsZonelockdown.LegacyJhsSchemasCidrConfiguration;
117+
| LegacyJhsZonelockdown.LegacyJhsSchemasCIDRConfiguration;
118118

119119
/**
120120
* The timestamp of when the rule was created.
@@ -159,7 +159,7 @@ export namespace LegacyJhsZonelockdown {
159159
value?: string;
160160
}
161161

162-
export interface LegacyJhsSchemasCidrConfiguration {
162+
export interface LegacyJhsSchemasCIDRConfiguration {
163163
/**
164164
* The configuration target. You must set the target to `ip_range` when specifying
165165
* an IP address range in the Zone Lockdown rule.

src/resources/user/firewall/access-rules.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export interface LegacyJhsRule {
9696
configuration:
9797
| LegacyJhsRule.LegacyJhsIPConfiguration
9898
| LegacyJhsRule.LegacyJhsIPV6Configuration
99-
| LegacyJhsRule.LegacyJhsCidrConfiguration
99+
| LegacyJhsRule.LegacyJhsCIDRConfiguration
100100
| LegacyJhsRule.LegacyJhsASNConfiguration
101101
| LegacyJhsRule.LegacyJhsCountryConfiguration;
102102

@@ -149,7 +149,7 @@ export namespace LegacyJhsRule {
149149
value?: string;
150150
}
151151

152-
export interface LegacyJhsCidrConfiguration {
152+
export interface LegacyJhsCIDRConfiguration {
153153
/**
154154
* The configuration target. You must set the target to `ip_range` when specifying
155155
* an IP address range in the rule.
@@ -205,7 +205,7 @@ export interface AccessRuleCreateParams {
205205
configuration:
206206
| AccessRuleCreateParams.LegacyJhsIPConfiguration
207207
| AccessRuleCreateParams.LegacyJhsIPV6Configuration
208-
| AccessRuleCreateParams.LegacyJhsCidrConfiguration
208+
| AccessRuleCreateParams.LegacyJhsCIDRConfiguration
209209
| AccessRuleCreateParams.LegacyJhsASNConfiguration
210210
| AccessRuleCreateParams.LegacyJhsCountryConfiguration;
211211

@@ -248,7 +248,7 @@ export namespace AccessRuleCreateParams {
248248
value?: string;
249249
}
250250

251-
export interface LegacyJhsCidrConfiguration {
251+
export interface LegacyJhsCIDRConfiguration {
252252
/**
253253
* The configuration target. You must set the target to `ip_range` when specifying
254254
* an IP address range in the rule.

0 commit comments

Comments
 (0)