Skip to content

Commit 4203673

Browse files
feat(api): api update
1 parent 2a1253f commit 4203673

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1793
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-de6f14467169605ca0279cc303e66c1704eafe0328a15a8c109be6d8f2e767cb.yml
3-
openapi_spec_hash: 34dc001668d442bb4d55b38ec2828493
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-2af46353a729e62c9ea22ae849a211ed533e002d56b4f14766bf68e04b9c6336.yml
3+
openapi_spec_hash: 16bc079d459c9276d81851af79946e46
44
config_hash: de4c81cee29cd7dd907279e8916b334f

src/resources/rules/lists/items.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export type ItemListResponse =
190190
export namespace ItemListResponse {
191191
export interface ListsListItemIPFull {
192192
/**
193-
* The unique ID of the list.
193+
* Defines the unique ID of the item in the List.
194194
*/
195195
id: string;
196196

@@ -217,7 +217,7 @@ export namespace ItemListResponse {
217217

218218
export interface ListsListItemHostnameFull {
219219
/**
220-
* The unique ID of the list.
220+
* Defines the unique ID of the item in the List.
221221
*/
222222
id: string;
223223

@@ -245,7 +245,7 @@ export namespace ItemListResponse {
245245

246246
export interface ListsListItemRedirectFull {
247247
/**
248-
* The unique ID of the list.
248+
* Defines the unique ID of the item in the List.
249249
*/
250250
id: string;
251251

@@ -272,7 +272,7 @@ export namespace ItemListResponse {
272272

273273
export interface ListsListItemASNFull {
274274
/**
275-
* The unique ID of the list.
275+
* Defines the unique ID of the item in the List.
276276
*/
277277
id: string;
278278

@@ -314,7 +314,7 @@ export type ItemGetResponse =
314314
export namespace ItemGetResponse {
315315
export interface ListsListItemIPFull {
316316
/**
317-
* The unique ID of the list.
317+
* Defines the unique ID of the item in the List.
318318
*/
319319
id: string;
320320

@@ -341,7 +341,7 @@ export namespace ItemGetResponse {
341341

342342
export interface ListsListItemHostnameFull {
343343
/**
344-
* The unique ID of the list.
344+
* Defines the unique ID of the item in the List.
345345
*/
346346
id: string;
347347

@@ -369,7 +369,7 @@ export namespace ItemGetResponse {
369369

370370
export interface ListsListItemRedirectFull {
371371
/**
372-
* The unique ID of the list.
372+
* Defines the unique ID of the item in the List.
373373
*/
374374
id: string;
375375

@@ -396,7 +396,7 @@ export namespace ItemGetResponse {
396396

397397
export interface ListsListItemASNFull {
398398
/**
399-
* The unique ID of the list.
399+
* Defines the unique ID of the item in the List.
400400
*/
401401
id: string;
402402

0 commit comments

Comments
 (0)