@be-link/cs-cli-nodejs 0.0.88 → 0.0.90

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.
@@ -1,10 +1,10 @@
1
- import { ItemStatus } from 'vitality-meta/enums/commodity';
1
+ import { ItemCategory, ItemStatus } from 'vitality-meta/enums/commodity';
2
2
  import { DescriptionContentItem, EntertainmentInfo } from '../../../../types';
3
3
  export declare namespace ManageByItem {
4
4
  namespace Request {
5
5
  interface prepareItem {
6
6
  categoryOne: string;
7
- categoryTwo: string;
7
+ categoryTwo: ItemCategory;
8
8
  }
9
9
  interface updateItem {
10
10
  basicInfo: {
@@ -13,9 +13,8 @@ export declare namespace ServiceVenue {
13
13
  import CommonDescriptionItem = ServiceVenue.DTO.CommonDescriptionItem;
14
14
  /** 查询门店列表 */
15
15
  interface IQueryServiceVenueList {
16
- /** 门店类型 */
17
16
  serviceVenueType?: string;
18
- /** 门店名称 */
17
+ ids?: string[];
19
18
  name?: string;
20
19
  pageSize?: number;
21
20
  pageNum?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.88",
3
+ "version": "0.0.90",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {