@bzbs/react-api-client 0.1.7 → 0.1.8

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
@@ -1981,7 +1981,7 @@ declare class ProfileApi extends BaseService {
1981
1981
  uri: string;
1982
1982
  name: string;
1983
1983
  type: string;
1984
- };
1984
+ } | object;
1985
1985
  firstName?: string;
1986
1986
  lastName?: string;
1987
1987
  contactNumber?: string;
package/dist/index.d.ts CHANGED
@@ -1981,7 +1981,7 @@ declare class ProfileApi extends BaseService {
1981
1981
  uri: string;
1982
1982
  name: string;
1983
1983
  type: string;
1984
- };
1984
+ } | object;
1985
1985
  firstName?: string;
1986
1986
  lastName?: string;
1987
1987
  contactNumber?: string;