Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed May 7, 2024
1 parent aefafc0 commit c93b6cc
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1267
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-5c41a7aa9877639ecb82e8e278d9d8d77a58f9d308ed8e8f570cd3243f130e05.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6229bf7c4bed6b9026088be8817d3c8111576b2d12ff5220d193f479f230e449.yml
20 changes: 20 additions & 0 deletions src/resources/intel/indicator-feeds/indicator-feeds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,16 @@ export interface IndicatorFeedCreateResponse {
*/
description?: string;

/**
* Whether the indicator feed can be attributed to a provider
*/
is_attributable?: boolean;

/**
* Whether the indicator feed is exposed to customers
*/
is_public?: boolean;

/**
* The date and time when the data entry was last modified
*/
Expand Down Expand Up @@ -153,6 +163,16 @@ export interface IndicatorFeedListResponse {
*/
description?: string;

/**
* Whether the indicator feed can be attributed to a provider
*/
is_attributable?: boolean;

/**
* Whether the indicator feed is exposed to customers
*/
is_public?: boolean;

/**
* The date and time when the data entry was last modified
*/
Expand Down
10 changes: 10 additions & 0 deletions src/resources/intel/indicator-feeds/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ export namespace PermissionListResponse {
*/
description?: string;

/**
* Whether the indicator feed can be attributed to a provider
*/
is_attributable?: boolean;

/**
* Whether the indicator feed is exposed to customers
*/
is_public?: boolean;

/**
* The name of the indicator feed
*/
Expand Down

0 comments on commit c93b6cc

Please sign in to comment.