@chevre/factory 4.313.0-alpha.38 → 4.313.0-alpha.39

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.
@@ -92,7 +92,11 @@ export interface IOffer {
92
92
  unacceptedPaymentMethod?: string[];
93
93
  seller: ISeller;
94
94
  }
95
- export declare type IOffer4COA = Pick<IOffer, 'typeOf' | 'offeredThrough' | 'priceCurrency'>;
95
+ export declare type IOffer4COA = Pick<IOffer, 'typeOf' | 'offeredThrough' | 'priceCurrency'> & {
96
+ itemOffered: {
97
+ serviceOutput: Pick<IServiceOutput, 'reservedTicket'>;
98
+ };
99
+ };
96
100
  export interface ICOAInfo {
97
101
  theaterCode: string;
98
102
  dateJouei: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.313.0-alpha.38",
3
+ "version": "4.313.0-alpha.39",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",