lzh-common 0.0.442 → 0.0.443

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.
@@ -2,7 +2,7 @@ import { IF2ePaginationReqData } from '../http.js';
2
2
  import { IOrderAuditHistoryDB } from './base.js';
3
3
  export type IOrderAuditHistorySystemListDatumReq = IF2ePaginationReqData & {
4
4
  filters?: {
5
- order_id?: IOrderAuditHistoryDB['order_id'];
5
+ order_id?: string;
6
6
  };
7
7
  };
8
8
  /** 订单审核历史记录列表返回数据 */
@@ -1 +1 @@
1
- {"version":3,"file":"system.d.ts","sourceRoot":"","sources":["../../src/order_audit_history/system.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEjD,MAAM,MAAM,oCAAoC,GAAG,qBAAqB,GAAG;IACzE,OAAO,CAAC,EAAE;QACR,QAAQ,CAAC,EAAE,oBAAoB,CAAC,UAAU,CAAC,CAAC;KAC7C,CAAA;CACF,CAAA;AAED,qBAAqB;AACrB,MAAM,MAAM,oCAAoC,GAAG,oBAAoB,CAAC"}
1
+ {"version":3,"file":"system.d.ts","sourceRoot":"","sources":["../../src/order_audit_history/system.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEjD,MAAM,MAAM,oCAAoC,GAAG,qBAAqB,GAAG;IACzE,OAAO,CAAC,EAAE;QACR,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAA;CACF,CAAA;AAED,qBAAqB;AACrB,MAAM,MAAM,oCAAoC,GAAG,oBAAoB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lzh-common",
3
- "version": "0.0.442",
3
+ "version": "0.0.443",
4
4
  "description": "Shared TypeScript interfaces",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",