@pisell/pisellos 2.2.58 → 2.2.59

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.
@@ -123,7 +123,7 @@ export declare class BookingTicketImpl extends BaseModule implements Module {
123
123
  * 获取当前的客户搜索条件
124
124
  * @returns 当前搜索条件
125
125
  */
126
- getCurrentCustomerSearchParams(): Omit<import("../../modules").ShopGetCustomerListParams, "num" | "skip">;
126
+ getCurrentCustomerSearchParams(): Omit<import("../../modules").ShopGetCustomerListParams, "skip" | "num">;
127
127
  /**
128
128
  * 获取客户列表状态(包含滚动加载相关状态)
129
129
  * @returns 客户状态
@@ -1909,7 +1909,9 @@ export var CheckoutImpl = /*#__PURE__*/function (_BaseModule) {
1909
1909
  case 41:
1910
1910
  _context18.prev = 41;
1911
1911
  _context18.t0 = _context18["catch"](0);
1912
- this.logError('[Checkout] 批量更新代金券支付项失败:', _context18.t0);
1912
+ this.logInfo('[Checkout] 批量更新代金券支付项失败:', {
1913
+ error: _context18.t0
1914
+ });
1913
1915
  _context18.next = 46;
1914
1916
  return this.handleError(_context18.t0, CheckoutErrorType.PaymentFailed);
1915
1917
  case 46:
@@ -123,7 +123,7 @@ export declare class BookingTicketImpl extends BaseModule implements Module {
123
123
  * 获取当前的客户搜索条件
124
124
  * @returns 当前搜索条件
125
125
  */
126
- getCurrentCustomerSearchParams(): Omit<import("../../modules").ShopGetCustomerListParams, "num" | "skip">;
126
+ getCurrentCustomerSearchParams(): Omit<import("../../modules").ShopGetCustomerListParams, "skip" | "num">;
127
127
  /**
128
128
  * 获取客户列表状态(包含滚动加载相关状态)
129
129
  * @returns 客户状态
@@ -1289,7 +1289,7 @@ var CheckoutImpl = class extends import_BaseModule.BaseModule {
1289
1289
  });
1290
1290
  this.logInfo("代金券支付项批量更新成功");
1291
1291
  } catch (error) {
1292
- this.logError("[Checkout] 批量更新代金券支付项失败:", error);
1292
+ this.logInfo("[Checkout] 批量更新代金券支付项失败:", { error });
1293
1293
  await this.handleError(error, import_types.CheckoutErrorType.PaymentFailed);
1294
1294
  throw error;
1295
1295
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "2.2.58",
4
+ "version": "2.2.59",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",