@bzbs/react-api-client 0.1.8 → 0.1.10

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.mjs CHANGED
@@ -1733,7 +1733,13 @@ var AddressApi = class extends BaseService {
1733
1733
  isDefault: params.isDefault,
1734
1734
  key: params.rowKey
1735
1735
  },
1736
- requestOptions
1736
+ {
1737
+ headers: __spreadValues({
1738
+ "Content-Type": "application/x-www-form-urlencoded"
1739
+ }, requestOptions == null ? void 0 : requestOptions.headers),
1740
+ data: requestOptions == null ? void 0 : requestOptions.data,
1741
+ params: requestOptions == null ? void 0 : requestOptions.params
1742
+ }
1737
1743
  );
1738
1744
  });
1739
1745
  }
@@ -1777,7 +1783,7 @@ var AddressApi = class extends BaseService {
1777
1783
  {
1778
1784
  key: params.rowKey,
1779
1785
  taxId: params.taxId,
1780
- isdefault: params.isDefault,
1786
+ isDefault: params.isDefault,
1781
1787
  personType: params.personType,
1782
1788
  title: params.title,
1783
1789
  firstname: params.firstName,
@@ -1802,7 +1808,13 @@ var AddressApi = class extends BaseService {
1802
1808
  subdistrict_name: params.subDistrictName,
1803
1809
  zipcode: params.zipCode
1804
1810
  },
1805
- requestOptions
1811
+ {
1812
+ headers: __spreadValues({
1813
+ "Content-Type": "application/x-www-form-urlencoded"
1814
+ }, requestOptions == null ? void 0 : requestOptions.headers),
1815
+ data: requestOptions == null ? void 0 : requestOptions.data,
1816
+ params: requestOptions == null ? void 0 : requestOptions.params
1817
+ }
1806
1818
  );
1807
1819
  });
1808
1820
  }
@@ -2040,7 +2052,25 @@ var BzbsService = class {
2040
2052
  }
2041
2053
  };
2042
2054
  export {
2055
+ AddressApi,
2056
+ AuthenticateApi,
2057
+ BadgeApi,
2043
2058
  BaseService,
2044
- BzbsService
2059
+ BzbsService,
2060
+ CampaignApi,
2061
+ CartApi,
2062
+ CategoryApi,
2063
+ ConsentApi,
2064
+ CouponApi,
2065
+ DashboardApi,
2066
+ ForumApi,
2067
+ HistoryApi,
2068
+ LineApi,
2069
+ NotificationApi,
2070
+ PlaceApi,
2071
+ PointLogApi,
2072
+ ProfileApi,
2073
+ RegistrationApi,
2074
+ StampApi
2045
2075
  };
2046
2076
  //# sourceMappingURL=index.mjs.map