@zenky/storefront-api 0.0.51 → 0.0.53
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.
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -418,6 +418,7 @@ export interface Modifier {
|
|
|
418
418
|
sku: string | null;
|
|
419
419
|
name: string | null;
|
|
420
420
|
price: number | null;
|
|
421
|
+
cover?: Media | null;
|
|
421
422
|
}
|
|
422
423
|
export interface BasicModifiersGroup {
|
|
423
424
|
id: string;
|
|
@@ -650,6 +651,7 @@ export interface StoreSettings {
|
|
|
650
651
|
checkout_ui: {
|
|
651
652
|
enabled: boolean;
|
|
652
653
|
message: string | null;
|
|
654
|
+
closed_message: string | null;
|
|
653
655
|
legal: {
|
|
654
656
|
accept_label: string | null;
|
|
655
657
|
};
|