@wix/ecom_app-extensions 1.0.72 → 1.0.74

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.
@@ -2,7 +2,9 @@
2
2
  * @pageName OrderDetails
3
3
  * @slotType dashboard plugin
4
4
  */
5
- export declare type OrderDetailsSecondaryCardProps = {
5
+ export type OrderRightPanelParams = OrderDetailsSecondaryCardProps;
6
+ /** @internal */
7
+ export type OrderDetailsSecondaryCardProps = {
6
8
  orderId: string;
7
9
  onOrderUpdate(): Promise<void>;
8
10
  };
@@ -2,7 +2,9 @@
2
2
  * @pageName Orders
3
3
  * @slotType dashboard menu plugin
4
4
  */
5
- export declare type OrdersListBulkActionExtensionProps = {
5
+ export type OrderItemsBulkMoreActionsMenuParams = OrdersListBulkActionExtensionProps;
6
+ /** @internal */
7
+ export type OrdersListBulkActionExtensionProps = {
6
8
  selectedIds: string[];
7
9
  uncheckedIds: string[];
8
10
  isSelectAll: boolean;
@@ -2,7 +2,9 @@
2
2
  * @pageName DraftOrderPage
3
3
  * @slotType dashboard menu plugin
4
4
  */
5
- export declare type DraftOrderManageFeesActionParams = {
5
+ export type OrderSummaryParams = DraftOrderManageFeesActionParams;
6
+ /** @internal */
7
+ export type DraftOrderManageFeesActionParams = {
6
8
  draftOrderId: string;
7
9
  onDraftOrderUpdate(): Promise<void>;
8
10
  };
@@ -2,7 +2,9 @@
2
2
  * @pageName EditOrder
3
3
  * @slotType dashboard menu plugin
4
4
  */
5
- export declare type DraftOrderManageFeesActionParams = {
5
+ export type OrderSummaryParams = DraftOrderManageFeesActionParams;
6
+ /** @internal */
7
+ export type DraftOrderManageFeesActionParams = {
6
8
  draftOrderId: string;
7
9
  onDraftOrderUpdate(): Promise<void>;
8
10
  };
@@ -2,7 +2,9 @@
2
2
  * @pageName OrderDetails
3
3
  * @slotType dashboard plugin
4
4
  */
5
- export declare type OrderDetailsSecondaryCardProps = {
5
+ export type OrderRightPanelParams = OrderDetailsSecondaryCardProps;
6
+ /** @internal */
7
+ export type OrderDetailsSecondaryCardProps = {
6
8
  orderId: string;
7
9
  onOrderUpdate(): Promise<void>;
8
10
  };
@@ -2,7 +2,9 @@
2
2
  * @pageName Orders
3
3
  * @slotType dashboard menu plugin
4
4
  */
5
- export declare type OrdersListBulkActionExtensionProps = {
5
+ export type OrderItemsBulkMoreActionsMenuParams = OrdersListBulkActionExtensionProps;
6
+ /** @internal */
7
+ export type OrdersListBulkActionExtensionProps = {
6
8
  selectedIds: string[];
7
9
  uncheckedIds: string[];
8
10
  isSelectAll: boolean;
@@ -2,7 +2,9 @@
2
2
  * @pageName DraftOrderPage
3
3
  * @slotType dashboard menu plugin
4
4
  */
5
- export declare type DraftOrderManageFeesActionParams = {
5
+ export type OrderSummaryParams = DraftOrderManageFeesActionParams;
6
+ /** @internal */
7
+ export type DraftOrderManageFeesActionParams = {
6
8
  draftOrderId: string;
7
9
  onDraftOrderUpdate(): Promise<void>;
8
10
  };
@@ -2,7 +2,9 @@
2
2
  * @pageName EditOrder
3
3
  * @slotType dashboard menu plugin
4
4
  */
5
- export declare type DraftOrderManageFeesActionParams = {
5
+ export type OrderSummaryParams = DraftOrderManageFeesActionParams;
6
+ /** @internal */
7
+ export type DraftOrderManageFeesActionParams = {
6
8
  draftOrderId: string;
7
9
  onDraftOrderUpdate(): Promise<void>;
8
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom_app-extensions",
3
- "version": "1.0.72",
3
+ "version": "1.0.74",
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": "2f1a5af8af9be614b5ada41b9d1798c1a22d64c7bf49272bde0cff0e"
47
47
  }