@chevre/factory 4.382.0-alpha.2 → 4.382.0-alpha.4

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.
@@ -1,8 +1,8 @@
1
1
  import * as ActionFactory from '../../action';
2
- import { IAuthorization, IObject } from '../../authorization';
2
+ import { IAuthorization, IObject as IAuthorizationObject } from '../../authorization';
3
3
  import { CreativeWorkType } from '../../creativeWorkType';
4
4
  import * as AuthorizeActionFactory from '../authorize';
5
- export { IObject };
5
+ export type IObject = IAuthorizationObject[];
6
6
  export type IResult = Pick<IAuthorization, 'code' | 'typeOf'>[];
7
7
  export interface IInstrument {
8
8
  id: string;
@@ -13,7 +13,7 @@ import { IThing } from './thing';
13
13
  export type CategoryCodeType = ICategoryCode['typeOf'];
14
14
  export type OfferCatalogType = IOfferCatalog['typeOf'];
15
15
  export type SellerType = ISeller['typeOf'];
16
- export type CategorySetIdentifier = CategoryCodeType | CreativeWorkType.Movie | EventType.ScreeningEvent | EventType.ScreeningEventSeries | PropertyValueType.LocationFeatureSpecification | OfferCatalogType | OfferType.Offer | PlaceType.MovieTheater | PlaceType.Seat | SellerType;
16
+ export type CategorySetIdentifier = CategoryCodeType | CreativeWorkType.Movie | EventType.ScreeningEvent | EventType.ScreeningEventSeries | PropertyValueType.LocationFeatureSpecification | OfferCatalogType | OfferType.Offer | PlaceType.MovieTheater | PlaceType.ScreeningRoom | PlaceType.ScreeningRoomSection | PlaceType.MovieTheater | PlaceType.Seat | SellerType;
17
17
  /**
18
18
  * {@link https://schema.org/CategoryCodeSet}
19
19
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.382.0-alpha.2",
3
+ "version": "4.382.0-alpha.4",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",