Skip to content

Commit 3ed5b7f

Browse files
chore(api): update composite API spec
1 parent 49b9291 commit 3ed5b7f

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 2419
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare/cloudflare-cd9ed0108a0937b4acebd3b13bfb932f7293bae52d5a69418cede7515b6b4c8a.yml
3-
openapi_spec_hash: e699f1988baec62f1d10a5b72b841e9b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare/cloudflare-8c885bcda6aa7a35a3fc1efdaeae91a03f800966771dd626e654fa9240b19031.yml
3+
openapi_spec_hash: 9925a71662bbe4d422d74b395ee36c9d
44
config_hash: e9935c2c53117a3fe50735f82ff25fe8

src/resources/radar/bots/bots.ts

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export namespace BotListResponse {
176176
description: string;
177177

178178
/**
179-
* The kind of the bot.
179+
* @deprecated The kind of the bot.
180180
*/
181181
kind: string;
182182

@@ -216,7 +216,7 @@ export namespace BotGetResponse {
216216
description: string;
217217

218218
/**
219-
* The kind of the bot.
219+
* @deprecated The kind of the bot.
220220
*/
221221
kind: string;
222222

@@ -709,7 +709,8 @@ export interface BotListParams {
709709
format?: 'JSON' | 'CSV';
710710

711711
/**
712-
* Filters results by bot kind.
712+
* Filters results by bot kind. Deprecated: the Verified Bot / Signed Agent
713+
* distinction is being removed.
713714
*/
714715
kind?: 'AGENT' | 'BOT';
715716

@@ -768,7 +769,8 @@ export interface BotSummaryParams {
768769
>;
769770

770771
/**
771-
* Filters results by bot kind.
772+
* Filters results by bot kind. Deprecated: the Verified Bot / Signed Agent
773+
* distinction is being removed.
772774
*/
773775
botKind?: Array<'AGENT' | 'BOT'>;
774776

@@ -875,7 +877,8 @@ export interface BotTimeseriesParams {
875877
>;
876878

877879
/**
878-
* Filters results by bot kind.
880+
* Filters results by bot kind. Deprecated: the Verified Bot / Signed Agent
881+
* distinction is being removed.
879882
*/
880883
botKind?: Array<'AGENT' | 'BOT'>;
881884

@@ -975,7 +978,8 @@ export interface BotTimeseriesGroupsParams {
975978
>;
976979

977980
/**
978-
* Filters results by bot kind.
981+
* Filters results by bot kind. Deprecated: the Verified Bot / Signed Agent
982+
* distinction is being removed.
979983
*/
980984
botKind?: Array<'AGENT' | 'BOT'>;
981985

0 commit comments

Comments
 (0)