@bzbs/react-api-client 1.4.10 → 1.4.11

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 CHANGED
@@ -2844,7 +2844,7 @@ declare class AddressApi extends BaseService {
2844
2844
  provinceName?: string;
2845
2845
  subDistrictCode?: string;
2846
2846
  subDistrictName?: string;
2847
- zipCode?: string;
2847
+ zipcode?: string;
2848
2848
  options?: {
2849
2849
  [key: string]: unknown;
2850
2850
  };
package/dist/index.d.ts CHANGED
@@ -2844,7 +2844,7 @@ declare class AddressApi extends BaseService {
2844
2844
  provinceName?: string;
2845
2845
  subDistrictCode?: string;
2846
2846
  subDistrictName?: string;
2847
- zipCode?: string;
2847
+ zipcode?: string;
2848
2848
  options?: {
2849
2849
  [key: string]: unknown;
2850
2850
  };
package/dist/index.js CHANGED
@@ -2420,7 +2420,7 @@ var AddressApi = class extends BaseService {
2420
2420
  province_name: params.provinceName,
2421
2421
  subdistrict_code: params.subDistrictCode,
2422
2422
  subdistrict_name: params.subDistrictName,
2423
- zipcode: params.zipCode
2423
+ zipcode: params.zipcode
2424
2424
  }, params.options),
2425
2425
  {
2426
2426
  headers: __spreadValues({