@chevre/factory 4.266.0 → 4.267.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.
Files changed (2) hide show
  1. package/lib/offer.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/offer.d.ts CHANGED
@@ -385,7 +385,7 @@ export interface ISearchConditions {
385
385
  /**
386
386
  * 承認時に提供される価格仕様要素
387
387
  */
388
- export declare type ITicketPriceComponent = ICategoryCodeChargeSpecification | IMovieTicketTypeChargeSpecification | IUnitPriceSpecification;
388
+ export declare type ITicketPriceComponent = ICategoryCodeChargeSpecification | IMovieTicketTypeChargeSpecification | IUnitPriceOfferPriceSpecification;
389
389
  /**
390
390
  * 承認時に提供される価格仕様
391
391
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.266.0",
3
+ "version": "4.267.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",