@wix/auto_sdk_ecom_orders 1.0.40 → 1.0.41

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 +1,39 @@
1
+ import { SearchOrdersResponse, SearchOrdersOptions } from './src/ecom-v1-order-orders.universal';
1
2
  export * from './src/ecom-v1-order-orders.universal.js';
3
+ /**
4
+ * Retrieves a list of orders, given the provided paging, filtering, and sorting.
5
+ *
6
+ *
7
+ * Search Orders runs with these defaults, which you can override:
8
+ *
9
+ * - `createdDate` is sorted in `DESC` order
10
+ * - `cursorPaging.limit` is `100`
11
+ * - `filter: {"status": {"$ne": "INITIALIZED"}}` - other order statuses can be queried, but orders with `status: "INITIALIZED"` are never returned
12
+ *
13
+ * For field support for filters and sorting, see [Orders: Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/orders/supported-filters-and-sorting).
14
+ *
15
+ * To learn about working with _Search_ endpoints, see
16
+ * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language), and
17
+ * [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
18
+ * @public
19
+ * @permissionId ECOM.READ_ORDERS
20
+ * @permissionScope Manage Stores - all permissions
21
+ * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
22
+ * @permissionScope Manage Stores
23
+ * @permissionScopeId SCOPE.STORES.MANAGE-STORES
24
+ * @permissionScope Read eCommerce - all read permissions
25
+ * @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
26
+ * @permissionScope Read Orders
27
+ * @permissionScopeId SCOPE.DC-STORES.READ-ORDERS
28
+ * @permissionScope Read Stores - all read permissions
29
+ * @permissionScopeId SCOPE.DC-STORES-MEGA.READ-STORES
30
+ * @permissionScope Manage Restaurants - all permissions
31
+ * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
32
+ * @permissionScope Manage eCommerce - all permissions
33
+ * @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
34
+ * @permissionScope Manage Orders
35
+ * @permissionScopeId SCOPE.DC-STORES.MANAGE-ORDERS
36
+ * @applicableIdentity APP
37
+ * @fqn com.wix.ecom.orders.v1.Orders.SearchOrders
38
+ */
39
+ export declare function searchOrders(options: SearchOrdersOptions): Promise<SearchOrdersResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0EAAwD"}
1
+ {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAKA,0EAAwD"}
@@ -1 +1,39 @@
1
+ import { SearchOrdersResponse, SearchOrdersOptions } from './src/ecom-v1-order-orders.universal';
1
2
  export * from './src/ecom-v1-order-orders.universal.js';
3
+ /**
4
+ * Retrieves a list of orders, given the provided paging, filtering, and sorting.
5
+ *
6
+ *
7
+ * Search Orders runs with these defaults, which you can override:
8
+ *
9
+ * - `createdDate` is sorted in `DESC` order
10
+ * - `cursorPaging.limit` is `100`
11
+ * - `filter: {"status": {"$ne": "INITIALIZED"}}` - other order statuses can be queried, but orders with `status: "INITIALIZED"` are never returned
12
+ *
13
+ * For field support for filters and sorting, see [Orders: Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/orders/supported-filters-and-sorting).
14
+ *
15
+ * To learn about working with _Search_ endpoints, see
16
+ * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language), and
17
+ * [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
18
+ * @public
19
+ * @permissionId ECOM.READ_ORDERS
20
+ * @permissionScope Manage Stores - all permissions
21
+ * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
22
+ * @permissionScope Manage Stores
23
+ * @permissionScopeId SCOPE.STORES.MANAGE-STORES
24
+ * @permissionScope Read eCommerce - all read permissions
25
+ * @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
26
+ * @permissionScope Read Orders
27
+ * @permissionScopeId SCOPE.DC-STORES.READ-ORDERS
28
+ * @permissionScope Read Stores - all read permissions
29
+ * @permissionScopeId SCOPE.DC-STORES-MEGA.READ-STORES
30
+ * @permissionScope Manage Restaurants - all permissions
31
+ * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
32
+ * @permissionScope Manage eCommerce - all permissions
33
+ * @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
34
+ * @permissionScope Manage Orders
35
+ * @permissionScopeId SCOPE.DC-STORES.MANAGE-ORDERS
36
+ * @applicableIdentity APP
37
+ * @fqn com.wix.ecom.orders.v1.Orders.SearchOrders
38
+ */
39
+ export declare function searchOrders(options: SearchOrdersOptions): Promise<SearchOrdersResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC"}
1
+ {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":"AAKA,cAAc,yCAAyC,CAAC"}
@@ -1 +1,39 @@
1
+ import { SearchOrdersResponse, SearchOrdersOptions } from './src/ecom-v1-order-orders.universal';
1
2
  export * from './src/ecom-v1-order-orders.universal.js';
3
+ /**
4
+ * Retrieves a list of orders, given the provided paging, filtering, and sorting.
5
+ *
6
+ *
7
+ * Search Orders runs with these defaults, which you can override:
8
+ *
9
+ * - `createdDate` is sorted in `DESC` order
10
+ * - `cursorPaging.limit` is `100`
11
+ * - `filter: {"status": {"$ne": "INITIALIZED"}}` - other order statuses can be queried, but orders with `status: "INITIALIZED"` are never returned
12
+ *
13
+ * For field support for filters and sorting, see [Orders: Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/orders/supported-filters-and-sorting).
14
+ *
15
+ * To learn about working with _Search_ endpoints, see
16
+ * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language), and
17
+ * [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
18
+ * @public
19
+ * @permissionId ECOM.READ_ORDERS
20
+ * @permissionScope Manage Stores - all permissions
21
+ * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
22
+ * @permissionScope Manage Stores
23
+ * @permissionScopeId SCOPE.STORES.MANAGE-STORES
24
+ * @permissionScope Read eCommerce - all read permissions
25
+ * @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
26
+ * @permissionScope Read Orders
27
+ * @permissionScopeId SCOPE.DC-STORES.READ-ORDERS
28
+ * @permissionScope Read Stores - all read permissions
29
+ * @permissionScopeId SCOPE.DC-STORES-MEGA.READ-STORES
30
+ * @permissionScope Manage Restaurants - all permissions
31
+ * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
32
+ * @permissionScope Manage eCommerce - all permissions
33
+ * @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
34
+ * @permissionScope Manage Orders
35
+ * @permissionScopeId SCOPE.DC-STORES.MANAGE-ORDERS
36
+ * @applicableIdentity APP
37
+ * @fqn com.wix.ecom.orders.v1.Orders.SearchOrders
38
+ */
39
+ export declare function searchOrders(options: SearchOrdersOptions): Promise<SearchOrdersResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0EAAwD"}
1
+ {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAKA,0EAAwD"}
@@ -1 +1,39 @@
1
+ import { SearchOrdersResponse, SearchOrdersOptions } from './src/ecom-v1-order-orders.universal';
1
2
  export * from './src/ecom-v1-order-orders.universal.js';
3
+ /**
4
+ * Retrieves a list of orders, given the provided paging, filtering, and sorting.
5
+ *
6
+ *
7
+ * Search Orders runs with these defaults, which you can override:
8
+ *
9
+ * - `createdDate` is sorted in `DESC` order
10
+ * - `cursorPaging.limit` is `100`
11
+ * - `filter: {"status": {"$ne": "INITIALIZED"}}` - other order statuses can be queried, but orders with `status: "INITIALIZED"` are never returned
12
+ *
13
+ * For field support for filters and sorting, see [Orders: Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/orders/supported-filters-and-sorting).
14
+ *
15
+ * To learn about working with _Search_ endpoints, see
16
+ * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language), and
17
+ * [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
18
+ * @public
19
+ * @permissionId ECOM.READ_ORDERS
20
+ * @permissionScope Manage Stores - all permissions
21
+ * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
22
+ * @permissionScope Manage Stores
23
+ * @permissionScopeId SCOPE.STORES.MANAGE-STORES
24
+ * @permissionScope Read eCommerce - all read permissions
25
+ * @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
26
+ * @permissionScope Read Orders
27
+ * @permissionScopeId SCOPE.DC-STORES.READ-ORDERS
28
+ * @permissionScope Read Stores - all read permissions
29
+ * @permissionScopeId SCOPE.DC-STORES-MEGA.READ-STORES
30
+ * @permissionScope Manage Restaurants - all permissions
31
+ * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
32
+ * @permissionScope Manage eCommerce - all permissions
33
+ * @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
34
+ * @permissionScope Manage Orders
35
+ * @permissionScopeId SCOPE.DC-STORES.MANAGE-ORDERS
36
+ * @applicableIdentity APP
37
+ * @fqn com.wix.ecom.orders.v1.Orders.SearchOrders
38
+ */
39
+ export declare function searchOrders(options: SearchOrdersOptions): Promise<SearchOrdersResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../../index.typings.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC"}
1
+ {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../../index.typings.ts"],"names":[],"mappings":"AAKA,cAAc,yCAAyC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_orders",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@wix/sdk-runtime": "^0.3.49",
32
- "@wix/sdk-types": "^1.13.21"
32
+ "@wix/sdk-types": "^1.13.23"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "^5.3.2"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.ecom.v1.order"
49
49
  }
50
50
  },
51
- "falconPackageHash": "5f100713fcd0bb0044c5e8b13ad7bf8c5515cbb716adfbe48bd87c8c"
51
+ "falconPackageHash": "372e2f124d0a174b8e6dfbb509dca7175acce76a2d7f9b53a09425cd"
52
52
  }