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