@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.
@@ -2128,7 +2128,6 @@ declare function onOrderStartDateChanged(handler: (event: OrderStartDateChangedE
2128
2128
  * @param _id - Order ID.
2129
2129
  * @public
2130
2130
  * @requiredField _id
2131
- * @param options - Options to use when getting an order.
2132
2131
  * @permissionId PRICING_PLANS.READ_ORDERS
2133
2132
  * @applicableIdentity APP
2134
2133
  * @fqn com.wixpress.membership.v2.orders.OrderManagementService.GetOrder
@@ -2148,7 +2147,6 @@ interface ManagementGetOrderOptions {
2148
2147
  * By default, this endpoint will retrieve all orders and return them sorted by `createdDate` in `DESC`, descending order.
2149
2148
  * `sort.fieldName` supports `endDate` and `createdDate` fields and defaults to `ASC`, ascending order.
2150
2149
  * @public
2151
- * @param options - Filtering, sorting, and pagination options.
2152
2150
  * @permissionId PRICING_PLANS.READ_ORDERS
2153
2151
  * @applicableIdentity APP
2154
2152
  * @fqn com.wixpress.membership.v2.orders.OrderManagementService.ListOrders
@@ -2321,7 +2319,6 @@ interface MemberGetOrderOptions {
2321
2319
  /**
2322
2320
  * Retrieves a list of up to 100 pricing plan orders for currently logged-in member.
2323
2321
  * @public
2324
- * @param options - Filtering, sorting, and pagination options.
2325
2322
  * @permissionId PRICING_PLANS.READ_OWN_ORDERS
2326
2323
  * @applicableIdentity APP
2327
2324
  * @applicableIdentity MEMBER