Skip to content

Commit 807a650

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): update via SDK Studio (#494)
1 parent d7d3d3c commit 807a650

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

src/resources/firewall/waf/packages/rules.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ export namespace RuleListResponse {
213213
*/
214214
allowed_modes: Array<'on' | 'off'>;
215215

216-
default_mode: unknown;
217-
218216
/**
219217
* The public description of the WAF rule.
220218
*/
@@ -365,8 +363,6 @@ export namespace RuleEditResponse {
365363
*/
366364
allowed_modes: Array<'on' | 'off'>;
367365

368-
default_mode: unknown;
369-
370366
/**
371367
* The public description of the WAF rule.
372368
*/

src/resources/intel/whois.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ export interface Whois {
3939
}
4040

4141
export interface WhoisGetResponse {
42-
dnnsec: unknown;
43-
4442
domain: string;
4543

4644
extension: string;

src/resources/workers/workers.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,6 @@ export namespace MigrationStepParam {
379379
}
380380

381381
export interface MTLSCERTBinding {
382-
certificate: unknown;
383-
384382
/**
385383
* A JavaScript variable name for the binding.
386384
*/
@@ -398,8 +396,6 @@ export interface MTLSCERTBinding {
398396
}
399397

400398
export interface MTLSCERTBindingParam {
401-
certificate: unknown;
402-
403399
/**
404400
* The class of resource that the binding provides.
405401
*/

src/resources/zero-trust/dex/fleet-status/devices.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ export interface DeviceListResponse {
3535
*/
3636
deviceId: string;
3737

38-
mode: unknown;
39-
4038
/**
4139
* Operating system
4240
*/
@@ -47,8 +45,6 @@ export interface DeviceListResponse {
4745
*/
4846
status: string;
4947

50-
timestamp: unknown;
51-
5248
/**
5349
* WARP client version
5450
*/

0 commit comments

Comments
 (0)