book-index-ui 0.1.21 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -402,6 +402,11 @@ export declare interface CollectionDetailData extends BaseDetailData {
402
402
  contained_in?: string[];
403
403
  history?: string[];
404
404
  books?: string[];
405
+ contained_works?: {
406
+ id: string;
407
+ title: string;
408
+ volume_index?: number;
409
+ }[];
405
410
  }
406
411
 
407
412
  export declare class ConfigError extends BookIndexError {