meemup-library 1.3.18 → 1.3.20

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.
@@ -59,5 +59,6 @@ export default interface IGeneralItems {
59
59
  orderSummaryPrintPlacementTypes: ITextValue[];
60
60
  orderDateTimePrintModeTypes: ITextValue[];
61
61
  donationRoundAmountTypes: ITextValue[];
62
+ landingProductsViewModes: ITextValue[];
62
63
  }
63
64
  export declare const initGeneralItems: IGeneralItems;
@@ -57,5 +57,6 @@ export const initGeneralItems = {
57
57
  cashDrawerTriggerActionTypes: [],
58
58
  orderSummaryPrintPlacementTypes: [],
59
59
  orderDateTimePrintModeTypes: [],
60
- donationRoundAmountTypes: []
60
+ donationRoundAmountTypes: [],
61
+ landingProductsViewModes: []
61
62
  };
@@ -17,4 +17,4 @@ export default interface IManagementOnlineStore {
17
17
  seo: IManagementOnlineStoreSeo;
18
18
  socialNetworks: IManagementOnlineStoreSocialNetwork[];
19
19
  }
20
- export declare const initWebShop: IManagementOnlineStore;
20
+ export declare const initManagementOnlineStore: IManagementOnlineStore;
@@ -4,7 +4,7 @@ import { initManagementOnlineStoreLanguage } from "./IManagementOnlineStoreLangu
4
4
  import { initManagementOnlineStoreMiscellaneous } from "./IManagementOnlineStoreMiscellaneous";
5
5
  import { initManagementOnlineStorePayment } from "./IManagementOnlineStorePayment";
6
6
  import { initManagementOnlineStoreSeo } from "./IManagementOnlineStoreSeo";
7
- export const initWebShop = {
7
+ export const initManagementOnlineStore = {
8
8
  companyId: 0,
9
9
  socialNetworks: [],
10
10
  categories: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meemup-library",
3
- "version": "1.3.18",
3
+ "version": "1.3.20",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "remove:one": "rimraf dist",
12
12
  "remove:two": "rimraf ./src/dist",
13
13
  "test": "echo \"Error: no test specified\" && exit 1",
14
- "commit": "git add . && git commit -m \"version.1.3.18 \" && git push origin "
14
+ "commit": "git add . && git commit -m \"version.1.3.20 \" && git push origin "
15
15
  },
16
16
  "files": [
17
17
  "/dist"