nextemos 5.1.14 → 5.1.15

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.
@@ -107,6 +107,11 @@ export interface IMemberAddressesResponse extends IResponse {
107
107
  export interface IMemberAddressResponse extends IResponse {
108
108
  data?: IAddress;
109
109
  }
110
+ export interface IUpdateAddressResponse extends IResponse {
111
+ data: {
112
+ addressId: number;
113
+ };
114
+ }
110
115
  export interface IPasswordRenewalMessageResponse extends IResponse {
111
116
  data?: {
112
117
  token: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.1.14",
3
+ "version": "5.1.15",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",