@commercelayer/organization-config 2.3.0 → 2.4.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.
package/dist/index.d.cts CHANGED
@@ -85,6 +85,7 @@ interface MfeConfig {
85
85
  * Settings for the Checkout micro front end.
86
86
  */
87
87
  checkout?: {
88
+ hide_item_codes?: boolean;
88
89
  thankyou_page?: Url;
89
90
  optional_billing_info?: boolean;
90
91
  billing_countries?: StateCountry;
@@ -103,6 +104,25 @@ interface MfeConfig {
103
104
  [k: string]: StateCountry3;
104
105
  };
105
106
  };
107
+ /**
108
+ * Settings for the Cart micro front end.
109
+ */
110
+ cart?: {
111
+ hide_item_codes?: boolean;
112
+ };
113
+ /**
114
+ * Settings for the microstore micro front end.
115
+ */
116
+ microstore?: {
117
+ hide_item_codes?: boolean;
118
+ };
119
+ /**
120
+ * Settings for the my-account micro front end.
121
+ */
122
+ my_account?: {
123
+ hide_item_codes?: boolean;
124
+ hide_returns?: boolean;
125
+ };
106
126
  /**
107
127
  * Checkout internal links settings.
108
128
  */
package/dist/index.d.ts CHANGED
@@ -85,6 +85,7 @@ interface MfeConfig {
85
85
  * Settings for the Checkout micro front end.
86
86
  */
87
87
  checkout?: {
88
+ hide_item_codes?: boolean;
88
89
  thankyou_page?: Url;
89
90
  optional_billing_info?: boolean;
90
91
  billing_countries?: StateCountry;
@@ -103,6 +104,25 @@ interface MfeConfig {
103
104
  [k: string]: StateCountry3;
104
105
  };
105
106
  };
107
+ /**
108
+ * Settings for the Cart micro front end.
109
+ */
110
+ cart?: {
111
+ hide_item_codes?: boolean;
112
+ };
113
+ /**
114
+ * Settings for the microstore micro front end.
115
+ */
116
+ microstore?: {
117
+ hide_item_codes?: boolean;
118
+ };
119
+ /**
120
+ * Settings for the my-account micro front end.
121
+ */
122
+ my_account?: {
123
+ hide_item_codes?: boolean;
124
+ hide_returns?: boolean;
125
+ };
106
126
  /**
107
127
  * Checkout internal links settings.
108
128
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercelayer/organization-config",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "Organization config utils for extracting config by market",
5
5
  "author": {
6
6
  "name": "Matteo Alessani",