@pisell/pisellos 0.0.334 → 0.0.335

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.
@@ -153,7 +153,7 @@ export var CustomerModule = /*#__PURE__*/function (_BaseModule) {
153
153
  skip: skip,
154
154
  num: num,
155
155
  sort_by: SORT_BY,
156
- with: ['latestWalletDetail.wallet'],
156
+ with: ['latestWalletDetail.wallet', 'contactsInfo'],
157
157
  search_wallet_flag: 1,
158
158
  search_wallet_pass_flag: 1
159
159
  }, search && {
@@ -101,7 +101,7 @@ var CustomerModule = class extends import_BaseModule.BaseModule {
101
101
  skip,
102
102
  num,
103
103
  sort_by: import_constants.SORT_BY,
104
- with: ["latestWalletDetail.wallet"],
104
+ with: ["latestWalletDetail.wallet", "contactsInfo"],
105
105
  search_wallet_flag: 1,
106
106
  search_wallet_pass_flag: 1,
107
107
  ...search && { search },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "0.0.334",
4
+ "version": "0.0.335",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",