@be-link/ecommerce-promotion-service-node-sdk 0.1.29 → 0.1.30

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.
@@ -191,7 +191,7 @@ export declare namespace Service {
191
191
  /** 失败名单响应 */
192
192
  interface getFailureList {
193
193
  /** 表头 */
194
- headerMap: Record<string, string>;
194
+ headers: string[];
195
195
  /** 数据 */
196
196
  data: Record<string, any>[];
197
197
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-promotion-service-node-sdk",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "description": "EcommercePromotionService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",