Skip to content

Commit c93b6cc

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): OpenAPI spec update via Stainless API (#452)
1 parent aefafc0 commit c93b6cc

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1267
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-5c41a7aa9877639ecb82e8e278d9d8d77a58f9d308ed8e8f570cd3243f130e05.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6229bf7c4bed6b9026088be8817d3c8111576b2d12ff5220d193f479f230e449.yml

src/resources/intel/indicator-feeds/indicator-feeds.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,16 @@ export interface IndicatorFeedCreateResponse {
109109
*/
110110
description?: string;
111111

112+
/**
113+
* Whether the indicator feed can be attributed to a provider
114+
*/
115+
is_attributable?: boolean;
116+
117+
/**
118+
* Whether the indicator feed is exposed to customers
119+
*/
120+
is_public?: boolean;
121+
112122
/**
113123
* The date and time when the data entry was last modified
114124
*/
@@ -153,6 +163,16 @@ export interface IndicatorFeedListResponse {
153163
*/
154164
description?: string;
155165

166+
/**
167+
* Whether the indicator feed can be attributed to a provider
168+
*/
169+
is_attributable?: boolean;
170+
171+
/**
172+
* Whether the indicator feed is exposed to customers
173+
*/
174+
is_public?: boolean;
175+
156176
/**
157177
* The date and time when the data entry was last modified
158178
*/

src/resources/intel/indicator-feeds/permissions.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ export namespace PermissionListResponse {
7272
*/
7373
description?: string;
7474

75+
/**
76+
* Whether the indicator feed can be attributed to a provider
77+
*/
78+
is_attributable?: boolean;
79+
80+
/**
81+
* Whether the indicator feed is exposed to customers
82+
*/
83+
is_public?: boolean;
84+
7585
/**
7686
* The name of the indicator feed
7787
*/

0 commit comments

Comments
 (0)