@wix/auto_sdk_pricing-plans_orders 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.
- package/build/cjs/index.d.ts +13 -16
- package/build/cjs/index.js +15 -5
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +0 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +13 -16
- package/build/es/index.mjs +15 -5
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +0 -3
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +13 -16
- package/build/internal/cjs/index.js +15 -5
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +0 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +13 -16
- package/build/internal/es/index.mjs +15 -5
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +0 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2111,7 +2111,6 @@ declare function onOrderStartDateChanged(handler: (event: OrderStartDateChangedE
|
|
|
2111
2111
|
* @param _id - Order ID.
|
|
2112
2112
|
* @public
|
|
2113
2113
|
* @requiredField _id
|
|
2114
|
-
* @param options - Options to use when getting an order.
|
|
2115
2114
|
* @permissionId PRICING_PLANS.READ_ORDERS
|
|
2116
2115
|
* @applicableIdentity APP
|
|
2117
2116
|
* @fqn com.wixpress.membership.v2.orders.OrderManagementService.GetOrder
|
|
@@ -2131,7 +2130,6 @@ interface ManagementGetOrderOptions {
|
|
|
2131
2130
|
* By default, this endpoint will retrieve all orders and return them sorted by `createdDate` in `DESC`, descending order.
|
|
2132
2131
|
* `sort.fieldName` supports `endDate` and `createdDate` fields and defaults to `ASC`, ascending order.
|
|
2133
2132
|
* @public
|
|
2134
|
-
* @param options - Filtering, sorting, and pagination options.
|
|
2135
2133
|
* @permissionId PRICING_PLANS.READ_ORDERS
|
|
2136
2134
|
* @applicableIdentity APP
|
|
2137
2135
|
* @fqn com.wixpress.membership.v2.orders.OrderManagementService.ListOrders
|
|
@@ -2304,7 +2302,6 @@ interface MemberGetOrderOptions {
|
|
|
2304
2302
|
/**
|
|
2305
2303
|
* Retrieves a list of up to 100 pricing plan orders for currently logged-in member.
|
|
2306
2304
|
* @public
|
|
2307
|
-
* @param options - Filtering, sorting, and pagination options.
|
|
2308
2305
|
* @permissionId PRICING_PLANS.READ_OWN_ORDERS
|
|
2309
2306
|
* @applicableIdentity APP
|
|
2310
2307
|
* @applicableIdentity MEMBER
|