Skip to content

Commit

Permalink
feat(api): update via SDK Studio (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed May 8, 2024
1 parent d7d3d3c commit 807a650
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions src/resources/firewall/waf/packages/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ export namespace RuleListResponse {
*/
allowed_modes: Array<'on' | 'off'>;

default_mode: unknown;

/**
* The public description of the WAF rule.
*/
Expand Down Expand Up @@ -365,8 +363,6 @@ export namespace RuleEditResponse {
*/
allowed_modes: Array<'on' | 'off'>;

default_mode: unknown;

/**
* The public description of the WAF rule.
*/
Expand Down
2 changes: 0 additions & 2 deletions src/resources/intel/whois.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ export interface Whois {
}

export interface WhoisGetResponse {
dnnsec: unknown;

domain: string;

extension: string;
Expand Down
4 changes: 0 additions & 4 deletions src/resources/workers/workers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,6 @@ export namespace MigrationStepParam {
}

export interface MTLSCERTBinding {
certificate: unknown;

/**
* A JavaScript variable name for the binding.
*/
Expand All @@ -398,8 +396,6 @@ export interface MTLSCERTBinding {
}

export interface MTLSCERTBindingParam {
certificate: unknown;

/**
* The class of resource that the binding provides.
*/
Expand Down
4 changes: 0 additions & 4 deletions src/resources/zero-trust/dex/fleet-status/devices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ export interface DeviceListResponse {
*/
deviceId: string;

mode: unknown;

/**
* Operating system
*/
Expand All @@ -47,8 +45,6 @@ export interface DeviceListResponse {
*/
status: string;

timestamp: unknown;

/**
* WARP client version
*/
Expand Down

0 comments on commit 807a650

Please sign in to comment.