@wix/auto_sdk_pricing-plans_orders 1.0.73 → 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.
@@ -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