Skip to content

Commit 36c1def

Browse files
chore(api): update composite API spec
1 parent fabf439 commit 36c1def

File tree

3 files changed

+99
-196
lines changed

3 files changed

+99
-196
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1802
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-9deae24d13b0c6ab1dee39ca28bfcc3075482843b369d47510976bd2e7c33172.yml
3-
openapi_spec_hash: b494277f0af559cde1530dde36a00371
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e581e5f97f2de43098da4d30544af20d8a4bcd418981435b48ee862c14317273.yml
3+
openapi_spec_hash: 04daf40bd8b3e63b6caa81de24e765dc
44
config_hash: 7f7d0989caf43ee0fc1a934907e4db8a

src/resources/zero-trust/gateway/configurations/configurations.ts

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -406,12 +406,7 @@ export interface CustomCertificateSettingsParam {
406406
}
407407

408408
/**
409-
* Specify user email settings for the firewall policies. When this is enabled, we
410-
* standardize the email addresses in the identity part of the rule, so that they
411-
* match the extended email variants in the firewall policies. When this setting is
412-
* turned off, the email addresses in the identity part of the rule will be matched
413-
* exactly as provided. If your email has `.` or `+` modifiers, you should enable
414-
* this setting.
409+
* Specify user emails settings for the firewall policies.
415410
*/
416411
export interface ExtendedEmailMatching {
417412
/**
@@ -438,12 +433,7 @@ export interface ExtendedEmailMatching {
438433
}
439434

440435
/**
441-
* Specify user email settings for the firewall policies. When this is enabled, we
442-
* standardize the email addresses in the identity part of the rule, so that they
443-
* match the extended email variants in the firewall policies. When this setting is
444-
* turned off, the email addresses in the identity part of the rule will be matched
445-
* exactly as provided. If your email has `.` or `+` modifiers, you should enable
446-
* this setting.
436+
* Specify user emails settings for the firewall policies.
447437
*/
448438
export interface ExtendedEmailMatchingParam {
449439
/**
@@ -515,12 +505,7 @@ export interface GatewayConfigurationSettings {
515505
custom_certificate?: CustomCertificateSettings | null;
516506

517507
/**
518-
* Specify user email settings for the firewall policies. When this is enabled, we
519-
* standardize the email addresses in the identity part of the rule, so that they
520-
* match the extended email variants in the firewall policies. When this setting is
521-
* turned off, the email addresses in the identity part of the rule will be matched
522-
* exactly as provided. If your email has `.` or `+` modifiers, you should enable
523-
* this setting.
508+
* Specify user emails settings for the firewall policies.
524509
*/
525510
extended_email_matching?: ExtendedEmailMatching | null;
526511

@@ -651,12 +636,7 @@ export interface GatewayConfigurationSettingsParam {
651636
custom_certificate?: CustomCertificateSettingsParam | null;
652637

653638
/**
654-
* Specify user email settings for the firewall policies. When this is enabled, we
655-
* standardize the email addresses in the identity part of the rule, so that they
656-
* match the extended email variants in the firewall policies. When this setting is
657-
* turned off, the email addresses in the identity part of the rule will be matched
658-
* exactly as provided. If your email has `.` or `+` modifiers, you should enable
659-
* this setting.
639+
* Specify user emails settings for the firewall policies.
660640
*/
661641
extended_email_matching?: ExtendedEmailMatchingParam | null;
662642

0 commit comments

Comments
 (0)