@pisell/pisellos 3.0.27 → 3.0.28

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.
@@ -232,7 +232,7 @@ export var BookingByStepImpl = /*#__PURE__*/function (_BaseModule) {
232
232
  _context2.next = 7;
233
233
  return this.request.post("/product/query", {
234
234
  open_quotation: 1,
235
- open_bundle: 1,
235
+ open_bundle: 0,
236
236
  extension_type: ['product_appointment', 'appointment_ticket', 'session_product', 'session_ticket'],
237
237
  with: ['category', 'collection', 'resourceRelation'],
238
238
  status: 'published',
@@ -181,7 +181,7 @@ var BookingByStepImpl = class extends import_BaseModule.BaseModule {
181
181
  `/product/query`,
182
182
  {
183
183
  open_quotation: 1,
184
- open_bundle: 1,
184
+ open_bundle: 0,
185
185
  extension_type: [
186
186
  "product_appointment",
187
187
  "appointment_ticket",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "3.0.27",
4
+ "version": "3.0.28",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",