@wix/ecom_app-extensions 1.0.25 → 1.0.26

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.
@@ -3,7 +3,7 @@ export interface editOrderOptions {
3
3
  orderId: string;
4
4
  }
5
5
  /**
6
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Edit Order" page in the dashboard.
6
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Edit Order page in the dashboard.
7
7
  * @dashobardPageBuilder
8
8
  */
9
9
  export declare function editOrder(options: editOrderOptions): PageBuilderResult;
@@ -12,12 +12,12 @@ export interface orderRefundOptions {
12
12
  orderId: string;
13
13
  }
14
14
  /**
15
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Order Refund" page in the dashboard.
15
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order Refund page in the dashboard.
16
16
  * @dashobardPageBuilder
17
17
  */
18
18
  export declare function orderRefund(options: orderRefundOptions): PageBuilderResult;
19
19
  /**
20
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Delivery Profiles" page in the dashboard.
20
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Delivery Profiles page in the dashboard.
21
21
  * @dashobardPageBuilder
22
22
  */
23
23
  export declare function deliveryProfiles(): PageBuilderResult;
@@ -26,12 +26,12 @@ export interface deliveryProfileOptions {
26
26
  deliveryProfileId: string;
27
27
  }
28
28
  /**
29
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Delivery Profile" page in the dashboard.
29
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Delivery Profile page in the dashboard.
30
30
  * @dashobardPageBuilder
31
31
  */
32
32
  export declare function deliveryProfile(options: deliveryProfileOptions): PageBuilderResult;
33
33
  /**
34
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Order List" page in the dashboard.
34
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order List page in the dashboard.
35
35
  * @dashobardPageBuilder
36
36
  */
37
37
  export declare function orderList(): PageBuilderResult;
@@ -40,7 +40,7 @@ export interface orderDetailsOptions {
40
40
  id: string;
41
41
  }
42
42
  /**
43
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Order Details" page in the dashboard.
43
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order Details page in the dashboard.
44
44
  * @dashobardPageBuilder
45
45
  */
46
46
  export declare function orderDetails(options: orderDetailsOptions): PageBuilderResult;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.orderDetails = exports.orderList = exports.deliveryProfile = exports.deliveryProfiles = exports.orderRefund = exports.editOrder = void 0;
4
4
  /**
5
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Edit Order" page in the dashboard.
5
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Edit Order page in the dashboard.
6
6
  * @dashobardPageBuilder
7
7
  */
8
8
  function editOrder(options) {
@@ -14,7 +14,7 @@ function editOrder(options) {
14
14
  }
15
15
  exports.editOrder = editOrder;
16
16
  /**
17
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Order Refund" page in the dashboard.
17
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order Refund page in the dashboard.
18
18
  * @dashobardPageBuilder
19
19
  */
20
20
  function orderRefund(options) {
@@ -26,7 +26,7 @@ function orderRefund(options) {
26
26
  }
27
27
  exports.orderRefund = orderRefund;
28
28
  /**
29
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Delivery Profiles" page in the dashboard.
29
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Delivery Profiles page in the dashboard.
30
30
  * @dashobardPageBuilder
31
31
  */
32
32
  function deliveryProfiles() {
@@ -34,7 +34,7 @@ function deliveryProfiles() {
34
34
  }
35
35
  exports.deliveryProfiles = deliveryProfiles;
36
36
  /**
37
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Delivery Profile" page in the dashboard.
37
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Delivery Profile page in the dashboard.
38
38
  * @dashobardPageBuilder
39
39
  */
40
40
  function deliveryProfile(options) {
@@ -46,7 +46,7 @@ function deliveryProfile(options) {
46
46
  }
47
47
  exports.deliveryProfile = deliveryProfile;
48
48
  /**
49
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Order List" page in the dashboard.
49
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order List page in the dashboard.
50
50
  * @dashobardPageBuilder
51
51
  */
52
52
  function orderList() {
@@ -54,7 +54,7 @@ function orderList() {
54
54
  }
55
55
  exports.orderList = orderList;
56
56
  /**
57
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Order Details" page in the dashboard.
57
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order Details page in the dashboard.
58
58
  * @dashobardPageBuilder
59
59
  */
60
60
  function orderDetails(options) {
@@ -3,7 +3,7 @@ export interface editOrderOptions {
3
3
  orderId: string;
4
4
  }
5
5
  /**
6
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Edit Order" page in the dashboard.
6
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Edit Order page in the dashboard.
7
7
  * @dashobardPageBuilder
8
8
  */
9
9
  export declare function editOrder(options: editOrderOptions): PageBuilderResult;
@@ -12,12 +12,12 @@ export interface orderRefundOptions {
12
12
  orderId: string;
13
13
  }
14
14
  /**
15
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Order Refund" page in the dashboard.
15
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order Refund page in the dashboard.
16
16
  * @dashobardPageBuilder
17
17
  */
18
18
  export declare function orderRefund(options: orderRefundOptions): PageBuilderResult;
19
19
  /**
20
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Delivery Profiles" page in the dashboard.
20
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Delivery Profiles page in the dashboard.
21
21
  * @dashobardPageBuilder
22
22
  */
23
23
  export declare function deliveryProfiles(): PageBuilderResult;
@@ -26,12 +26,12 @@ export interface deliveryProfileOptions {
26
26
  deliveryProfileId: string;
27
27
  }
28
28
  /**
29
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Delivery Profile" page in the dashboard.
29
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Delivery Profile page in the dashboard.
30
30
  * @dashobardPageBuilder
31
31
  */
32
32
  export declare function deliveryProfile(options: deliveryProfileOptions): PageBuilderResult;
33
33
  /**
34
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Order List" page in the dashboard.
34
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order List page in the dashboard.
35
35
  * @dashobardPageBuilder
36
36
  */
37
37
  export declare function orderList(): PageBuilderResult;
@@ -40,7 +40,7 @@ export interface orderDetailsOptions {
40
40
  id: string;
41
41
  }
42
42
  /**
43
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Order Details" page in the dashboard.
43
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order Details page in the dashboard.
44
44
  * @dashobardPageBuilder
45
45
  */
46
46
  export declare function orderDetails(options: orderDetailsOptions): PageBuilderResult;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Edit Order" page in the dashboard.
2
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Edit Order page in the dashboard.
3
3
  * @dashobardPageBuilder
4
4
  */
5
5
  export function editOrder(options) {
@@ -10,7 +10,7 @@ export function editOrder(options) {
10
10
  };
11
11
  }
12
12
  /**
13
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Order Refund" page in the dashboard.
13
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order Refund page in the dashboard.
14
14
  * @dashobardPageBuilder
15
15
  */
16
16
  export function orderRefund(options) {
@@ -21,14 +21,14 @@ export function orderRefund(options) {
21
21
  };
22
22
  }
23
23
  /**
24
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Delivery Profiles" page in the dashboard.
24
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Delivery Profiles page in the dashboard.
25
25
  * @dashobardPageBuilder
26
26
  */
27
27
  export function deliveryProfiles() {
28
28
  return { pageId: '841919b4-9e96-43f4-87ea-fa382bc9d0e8' };
29
29
  }
30
30
  /**
31
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Delivery Profile" page in the dashboard.
31
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Delivery Profile page in the dashboard.
32
32
  * @dashobardPageBuilder
33
33
  */
34
34
  export function deliveryProfile(options) {
@@ -39,14 +39,14 @@ export function deliveryProfile(options) {
39
39
  };
40
40
  }
41
41
  /**
42
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Order List" page in the dashboard.
42
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order List page in the dashboard.
43
43
  * @dashobardPageBuilder
44
44
  */
45
45
  export function orderList() {
46
46
  return { pageId: '8107f05f-d646-4c81-be90-adf28d321398' };
47
47
  }
48
48
  /**
49
- * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the "Order Details" page in the dashboard.
49
+ * A builder method that returns the <a href='https://dev.wix.com/docs/sdk/host-modules/dashboard/navigate#destination-object'>destination object</a> for navigating to the Order Details page in the dashboard.
50
50
  * @dashobardPageBuilder
51
51
  */
52
52
  export function orderDetails(options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom_app-extensions",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
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": "f3cf44d914c6d814ba70268f604a99cd1405dbe330cad3c1286e4b46"
46
+ "falconPackageHash": "24a13945f1778c170e9e63982c3cd6142fc7719950721efe872b0db3"
47
47
  }