@wix/auto_sdk_ecom_orders 1.0.47 → 1.0.48
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/build/cjs/index.typings.d.ts +0 -38
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.typings.d.ts +0 -38
- package/build/es/index.typings.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +0 -38
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.typings.d.ts +0 -38
- package/build/internal/es/index.typings.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,39 +1 @@
|
|
|
1
|
-
import { SearchOrdersResponse, SearchOrdersOptions } from './src/ecom-v1-order-orders.universal';
|
|
2
1
|
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":";;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0EAAwD"}
|
|
@@ -1,39 +1 @@
|
|
|
1
|
-
import { SearchOrdersResponse, SearchOrdersOptions } from './src/ecom-v1-order-orders.universal';
|
|
2
1
|
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":"
|
|
1
|
+
{"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC"}
|
|
@@ -1,39 +1 @@
|
|
|
1
|
-
import { SearchOrdersResponse, SearchOrdersOptions } from './src/ecom-v1-order-orders.universal';
|
|
2
1
|
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":";;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0EAAwD"}
|
|
@@ -1,39 +1 @@
|
|
|
1
|
-
import { SearchOrdersResponse, SearchOrdersOptions } from './src/ecom-v1-order-orders.universal';
|
|
2
1
|
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":"
|
|
1
|
+
{"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../../index.typings.ts"],"names":[],"mappings":"AAAA,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.
|
|
3
|
+
"version": "1.0.48",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.ecom.v1.order"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "73a99b159ea7fae91c3bde7e7f1325dc48efca8335c019b64237a3da"
|
|
52
52
|
}
|