Skip to content

Commit acd8e39

Browse files
feat(api): api update
1 parent bd466c7 commit acd8e39

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.stats.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1707
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-410f464b570cad066fe52a9af4c42115a28082059525ddbad37575d3c360e4cd.yml
3-
openapi_spec_hash: b67cf7b9b0710d979d30b1c56ce63ad1
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-347dc7f0e422d410bbddf18705f2b136258d6b7a8c75b046e0ecf7725d63a948.yml
3+
openapi_spec_hash: 5932c17e25baaacaa43d6699fd30d065
44
config_hash: e30b863eac83985d5919f958f3cd8993

src/resources/botnet-feed/asn.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface ASNFullReportResponse {
6060

6161
export interface ASNDayReportParams {
6262
/**
63-
* Path param: Identifier
63+
* Path param: Identifier.
6464
*/
6565
account_id: string;
6666

@@ -72,7 +72,7 @@ export interface ASNDayReportParams {
7272

7373
export interface ASNFullReportParams {
7474
/**
75-
* Identifier
75+
* Identifier.
7676
*/
7777
account_id: string;
7878
}

src/resources/botnet-feed/configs/asn.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ export interface ASNGetResponse {
4444

4545
export interface ASNDeleteParams {
4646
/**
47-
* Identifier
47+
* Identifier.
4848
*/
4949
account_id: string;
5050
}
5151

5252
export interface ASNGetParams {
5353
/**
54-
* Identifier
54+
* Identifier.
5555
*/
5656
account_id: string;
5757
}

0 commit comments

Comments
 (0)