@@ -190,7 +190,7 @@ export type ItemListResponse =
190
190
export namespace ItemListResponse {
191
191
export interface ListsListItemIPFull {
192
192
/**
193
- * The unique ID of the list .
193
+ * Defines the unique ID of the item in the List .
194
194
*/
195
195
id : string ;
196
196
@@ -217,7 +217,7 @@ export namespace ItemListResponse {
217
217
218
218
export interface ListsListItemHostnameFull {
219
219
/**
220
- * The unique ID of the list .
220
+ * Defines the unique ID of the item in the List .
221
221
*/
222
222
id : string ;
223
223
@@ -245,7 +245,7 @@ export namespace ItemListResponse {
245
245
246
246
export interface ListsListItemRedirectFull {
247
247
/**
248
- * The unique ID of the list .
248
+ * Defines the unique ID of the item in the List .
249
249
*/
250
250
id : string ;
251
251
@@ -272,7 +272,7 @@ export namespace ItemListResponse {
272
272
273
273
export interface ListsListItemASNFull {
274
274
/**
275
- * The unique ID of the list .
275
+ * Defines the unique ID of the item in the List .
276
276
*/
277
277
id : string ;
278
278
@@ -314,7 +314,7 @@ export type ItemGetResponse =
314
314
export namespace ItemGetResponse {
315
315
export interface ListsListItemIPFull {
316
316
/**
317
- * The unique ID of the list .
317
+ * Defines the unique ID of the item in the List .
318
318
*/
319
319
id : string ;
320
320
@@ -341,7 +341,7 @@ export namespace ItemGetResponse {
341
341
342
342
export interface ListsListItemHostnameFull {
343
343
/**
344
- * The unique ID of the list .
344
+ * Defines the unique ID of the item in the List .
345
345
*/
346
346
id : string ;
347
347
@@ -369,7 +369,7 @@ export namespace ItemGetResponse {
369
369
370
370
export interface ListsListItemRedirectFull {
371
371
/**
372
- * The unique ID of the list .
372
+ * Defines the unique ID of the item in the List .
373
373
*/
374
374
id : string ;
375
375
@@ -396,7 +396,7 @@ export namespace ItemGetResponse {
396
396
397
397
export interface ListsListItemASNFull {
398
398
/**
399
- * The unique ID of the list .
399
+ * Defines the unique ID of the item in the List .
400
400
*/
401
401
id : string ;
402
402
0 commit comments