@bzbs/react-api-client 1.0.3 → 1.0.5
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.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1865,6 +1865,7 @@ var AddressApi = class extends BaseService {
|
|
|
1865
1865
|
return yield this.post(
|
|
1866
1866
|
"profile/me/address",
|
|
1867
1867
|
__spreadValues({
|
|
1868
|
+
name: params.name,
|
|
1868
1869
|
addressName: params.addressName,
|
|
1869
1870
|
firstname: params.firstName,
|
|
1870
1871
|
lastname: params.lastName,
|
|
@@ -1944,6 +1945,7 @@ var AddressApi = class extends BaseService {
|
|
|
1944
1945
|
isDefault: params.isDefault,
|
|
1945
1946
|
personType: params.personType,
|
|
1946
1947
|
title: params.title,
|
|
1948
|
+
name: params.name,
|
|
1947
1949
|
firstname: params.firstName,
|
|
1948
1950
|
lastname: params.lastName,
|
|
1949
1951
|
email: params.email,
|