@restaround/react 1.4.28 → 1.4.30

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.
@@ -2,3 +2,4 @@ import { Customer, CustomerAddress } from "./models";
2
2
  export declare const useAvailableCustomer: () => Customer;
3
3
  export declare const useCustomerAddress: () => CustomerAddress;
4
4
  export declare const useCustomerId: () => number;
5
+ export declare const useCustomerEmail: () => string;
@@ -2,3 +2,4 @@ import { Customer, CustomerAddress } from "./models";
2
2
  export declare const useAvailableCustomer: () => Customer;
3
3
  export declare const useCustomerAddress: () => CustomerAddress;
4
4
  export declare const useCustomerId: () => number;
5
+ export declare const useCustomerEmail: () => string;
@@ -2,3 +2,4 @@ import { Customer, CustomerAddress } from "./models";
2
2
  export declare const useAvailableCustomer: () => Customer;
3
3
  export declare const useCustomerAddress: () => CustomerAddress;
4
4
  export declare const useCustomerId: () => number;
5
+ export declare const useCustomerEmail: () => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restaround/react",
3
- "version": "1.4.28",
3
+ "version": "1.4.30",
4
4
  "description": "React Library by restaround.co",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",