@obb871001/api-integration-sdk 1.0.247 → 1.0.249

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/dist/index.js CHANGED
@@ -7954,11 +7954,10 @@ const Jr = /* @__PURE__ */ qi(Zr), Ir = ({
7954
7954
  [e]
7955
7955
  ), i = J(
7956
7956
  async (m) => {
7957
- const { personal: l, company: r, donation: o } = m;
7957
+ const { type: l, code: r } = m;
7958
7958
  return await e.post("/member/invoice", {
7959
- personal: l,
7960
- company: r,
7961
- donation: o
7959
+ type: l,
7960
+ code: r
7962
7961
  });
7963
7962
  },
7964
7963
  [e]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@obb871001/api-integration-sdk",
3
3
  "private": false,
4
- "version": "1.0.247",
4
+ "version": "1.0.249",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",