@wix/ecom_app-extensions 1.0.65 → 1.0.66

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.
@@ -1,4 +1,3 @@
1
1
  export * as EditOrder from './dashboard-page-plugins/f2526550-194f-4c13-9298-9a6b8abda62f.js';
2
2
  export * as Orders from './dashboard-page-plugins/8107f05f-d646-4c81-be90-adf28d321398.js';
3
3
  export * as DraftOrderPage from './dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.js';
4
- export * as OrderDetails from './dashboard-page-plugins/3b96985e-a459-4972-94c3-63f038a73af2.js';
@@ -23,9 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.OrderDetails = exports.DraftOrderPage = exports.Orders = exports.EditOrder = void 0;
26
+ exports.DraftOrderPage = exports.Orders = exports.EditOrder = void 0;
27
27
  exports.EditOrder = __importStar(require("./dashboard-page-plugins/f2526550-194f-4c13-9298-9a6b8abda62f.js"));
28
28
  exports.Orders = __importStar(require("./dashboard-page-plugins/8107f05f-d646-4c81-be90-adf28d321398.js"));
29
29
  exports.DraftOrderPage = __importStar(require("./dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.js"));
30
- exports.OrderDetails = __importStar(require("./dashboard-page-plugins/3b96985e-a459-4972-94c3-63f038a73af2.js"));
31
30
  //# sourceMappingURL=dashboard-pages-plugin-props.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dashboard-pages-plugin-props.js","sourceRoot":"","sources":["../../../../src/extensions/dashboard-pages-plugin-props.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8GAA8F;AAC9F,2GAA2F;AAC3F,mHAAmG;AACnG,iHAAiG"}
1
+ {"version":3,"file":"dashboard-pages-plugin-props.js","sourceRoot":"","sources":["../../../../src/extensions/dashboard-pages-plugin-props.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8GAA8F;AAC9F,2GAA2F;AAC3F,mHAAmG"}
@@ -1,4 +1,3 @@
1
1
  export * as EditOrder from './dashboard-page-plugins/f2526550-194f-4c13-9298-9a6b8abda62f.js';
2
2
  export * as Orders from './dashboard-page-plugins/8107f05f-d646-4c81-be90-adf28d321398.js';
3
3
  export * as DraftOrderPage from './dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.js';
4
- export * as OrderDetails from './dashboard-page-plugins/3b96985e-a459-4972-94c3-63f038a73af2.js';
@@ -1,5 +1,4 @@
1
1
  export * as EditOrder from './dashboard-page-plugins/f2526550-194f-4c13-9298-9a6b8abda62f.js';
2
2
  export * as Orders from './dashboard-page-plugins/8107f05f-d646-4c81-be90-adf28d321398.js';
3
3
  export * as DraftOrderPage from './dashboard-page-plugins/8454e8a0-5684-4331-9d4a-e4873467553a.js';
4
- export * as OrderDetails from './dashboard-page-plugins/3b96985e-a459-4972-94c3-63f038a73af2.js';
5
4
  //# sourceMappingURL=dashboard-pages-plugin-props.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dashboard-pages-plugin-props.js","sourceRoot":"","sources":["../../../../src/extensions/dashboard-pages-plugin-props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kEAAkE,CAAC;AAC9F,OAAO,KAAK,MAAM,MAAM,kEAAkE,CAAC;AAC3F,OAAO,KAAK,cAAc,MAAM,kEAAkE,CAAC;AACnG,OAAO,KAAK,YAAY,MAAM,kEAAkE,CAAC"}
1
+ {"version":3,"file":"dashboard-pages-plugin-props.js","sourceRoot":"","sources":["../../../../src/extensions/dashboard-pages-plugin-props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kEAAkE,CAAC;AAC9F,OAAO,KAAK,MAAM,MAAM,kEAAkE,CAAC;AAC3F,OAAO,KAAK,cAAc,MAAM,kEAAkE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom_app-extensions",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -43,5 +43,5 @@
43
43
  "groupId": "com.wixpress.sdk-app-extensions-autogen"
44
44
  }
45
45
  },
46
- "falconPackageHash": "76e32c320719fa71e8dff06fdc7993f01349df82cf47003c170157b4"
46
+ "falconPackageHash": "bf2fdfd02e8d1e953abbbdc882968e9668a20b43c5fcba23f8c4fb40"
47
47
  }
@@ -1,8 +0,0 @@
1
- /**
2
- * @pageName OrderDetails
3
- * @slotType dashboard plugin
4
- */
5
- export declare type OrderDetailsSecondaryCardProps = {
6
- orderId: string;
7
- onOrderUpdate(): Promise<void>;
8
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=3b96985e-a459-4972-94c3-63f038a73af2.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"3b96985e-a459-4972-94c3-63f038a73af2.js","sourceRoot":"","sources":["../../../../../src/extensions/dashboard-page-plugins/3b96985e-a459-4972-94c3-63f038a73af2.ts"],"names":[],"mappings":""}
@@ -1,8 +0,0 @@
1
- /**
2
- * @pageName OrderDetails
3
- * @slotType dashboard plugin
4
- */
5
- export declare type OrderDetailsSecondaryCardProps = {
6
- orderId: string;
7
- onOrderUpdate(): Promise<void>;
8
- };
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=3b96985e-a459-4972-94c3-63f038a73af2.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"3b96985e-a459-4972-94c3-63f038a73af2.js","sourceRoot":"","sources":["../../../../../src/extensions/dashboard-page-plugins/3b96985e-a459-4972-94c3-63f038a73af2.ts"],"names":[],"mappings":""}