@chevre/factory 4.250.0 → 4.251.0

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.
@@ -28,8 +28,9 @@ export interface ISoundFormat {
28
28
  }
29
29
  /**
30
30
  * コンテンツ
31
+ * contentRatingはCOAのみ存在
31
32
  */
32
- export declare type IWorkPerformed = IMovie;
33
+ export declare type IWorkPerformed = Pick<IMovie, 'project' | 'typeOf' | 'id' | 'identifier' | 'name' | 'duration' | 'contentRating'>;
33
34
  export interface IOrganizer {
34
35
  typeOf: OrganizationType;
35
36
  identifier: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.250.0",
3
+ "version": "4.251.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",