@be-link/cs-cli-nodejs 0.1.99 → 0.1.100
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.
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -117,6 +117,7 @@ export interface IItemAttributes {
|
|
|
117
117
|
needWxGroup?: number;
|
|
118
118
|
isCloseStayMore?: number;
|
|
119
119
|
isMigration?: number;
|
|
120
|
+
isHighCommission?: number;
|
|
120
121
|
};
|
|
121
122
|
/** 是否仅分享 */
|
|
122
123
|
isShareOnly: number;
|
|
@@ -134,6 +135,8 @@ export interface IItemAttributes {
|
|
|
134
135
|
isCloseStayMore: number;
|
|
135
136
|
/** 是否迁移 */
|
|
136
137
|
isMigration: number;
|
|
138
|
+
/** 是否高分佣 */
|
|
139
|
+
isHighCommission?: number;
|
|
137
140
|
}
|
|
138
141
|
/** 娱乐信息描述 */
|
|
139
142
|
export interface EntertainmentDescItem {
|