@be-link/ecommerce-client-backend-service-node-sdk 0.1.68 → 0.1.70

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.
@@ -39,7 +39,7 @@ declare class DataServiceClass extends BaseService implements DataService.BaseCo
39
39
  /** 每小时更新用户首次消费时间 */
40
40
  hourlyUpdateUserFirstConsumptionTime(): Promise<void>;
41
41
  /** 每日对账任务 */
42
- dailyReconciliation(request: DataService.Request.DailyReconciliation): Promise<void>;
42
+ dailyReconciliation(request?: DataService.Request.DailyReconciliation): Promise<void>;
43
43
  /** 批量更新用户消费数据(从CSV文件) */
44
44
  batchUpdateUserConsumptionFromCsv(request: DataService.Request.BatchUpdateUserConsumptionFromCsv): Promise<void>;
45
45
  batchUpdateUserWatchDataFromCsv(request: DataService.Request.BatchUpdateUserWatchDataFromCsv): Promise<void>;
@@ -47,9 +47,9 @@ export declare namespace UserDataService {
47
47
  pageIndex?: number;
48
48
  }
49
49
  /**
50
- * 导出用户列表请求参数(复用 GetUserList 的筛选条件)
50
+ * 导出用户列表请求参数(复用 GetUserList 的所有参数,包括分页)
51
51
  */
52
- interface ExportUserList extends Omit<GetUserList, 'pageSize' | 'pageIndex'> {
52
+ interface ExportUserList extends GetUserList {
53
53
  }
54
54
  }
55
55
  namespace Response {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-client-backend-service-node-sdk",
3
- "version": "0.1.68",
3
+ "version": "0.1.70",
4
4
  "description": "EcommerceClientBackendService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@be-link/ecommerce-volcengine-open-api-sdk": "1.0.11",
14
- "@be-link/ecommerce-user-service-node-sdk": "0.1.79",
14
+ "@be-link/ecommerce-user-service-node-sdk": "0.1.80",
15
15
  "@fastify/request-context": "6.2.1",
16
16
  "axios": "1.13.2",
17
17
  "axios-retry": "4.0.0",