Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 11, 2024
1 parent e6ac75b commit ce63512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/resources/zero-trust/dex/http-tests/http-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export interface HTTPDetails {
*/
name?: string;

target_policies?: Array<DEXAPI.DeviceExperienceMonitor> | null;
target_policies?: Array<DEXAPI.DeviceExperienceMonitor>;

targeted?: boolean;
}
Expand Down
2 changes: 1 addition & 1 deletion src/resources/zero-trust/dex/tests/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export namespace Tests {
*/
method?: string;

target_policies?: Array<DEXAPI.DeviceExperienceMonitor> | null;
target_policies?: Array<DEXAPI.DeviceExperienceMonitor>;

targeted?: boolean;

Expand Down
2 changes: 1 addition & 1 deletion src/resources/zero-trust/dex/traceroute-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export interface Traceroute {
*/
name: string;

target_policies?: Array<DEXAPI.DeviceExperienceMonitor> | null;
target_policies?: Array<DEXAPI.DeviceExperienceMonitor>;

targeted?: boolean;

Expand Down

0 comments on commit ce63512

Please sign in to comment.