@pisell/pisellos 0.0.241 → 0.0.242

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.
@@ -111,7 +111,7 @@ export declare class BookingTicketImpl extends BaseModule implements Module {
111
111
  * 获取当前的客户搜索条件
112
112
  * @returns 当前搜索条件
113
113
  */
114
- getCurrentCustomerSearchParams(): Omit<import("../../modules").ShopGetCustomerListParams, "num" | "skip">;
114
+ getCurrentCustomerSearchParams(): Omit<import("../../modules").ShopGetCustomerListParams, "skip" | "num">;
115
115
  /**
116
116
  * 获取客户列表状态(包含滚动加载相关状态)
117
117
  * @returns 客户状态
@@ -4038,7 +4038,7 @@ export var CheckoutImpl = /*#__PURE__*/function (_BaseModule) {
4038
4038
  });
4039
4039
  case 4:
4040
4040
  _context51.next = 6;
4041
- return this.request.put("/shop/order/order/".concat(orderId, "/note"), {
4041
+ return this.request.put("/order/order/".concat(orderId, "/note"), {
4042
4042
  note: note
4043
4043
  });
4044
4044
  case 6:
@@ -111,7 +111,7 @@ export declare class BookingTicketImpl extends BaseModule implements Module {
111
111
  * 获取当前的客户搜索条件
112
112
  * @returns 当前搜索条件
113
113
  */
114
- getCurrentCustomerSearchParams(): Omit<import("../../modules").ShopGetCustomerListParams, "num" | "skip">;
114
+ getCurrentCustomerSearchParams(): Omit<import("../../modules").ShopGetCustomerListParams, "skip" | "num">;
115
115
  /**
116
116
  * 获取客户列表状态(包含滚动加载相关状态)
117
117
  * @returns 客户状态
@@ -2429,7 +2429,7 @@ var CheckoutImpl = class extends import_BaseModule.BaseModule {
2429
2429
  };
2430
2430
  }
2431
2431
  const response = await this.request.put(
2432
- `/shop/order/order/${orderId}/note`,
2432
+ `/order/order/${orderId}/note`,
2433
2433
  {
2434
2434
  note
2435
2435
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "0.0.241",
4
+ "version": "0.0.242",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",