@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;
|