@steffesgroup/steffes-auth
Advanced tools
Comparing version
@@ -12,2 +12,3 @@ import { AxiosInstance, AxiosRequestConfig, AxiosResponse, CancelToken } from 'axios'; | ||
* @param tenantId The ID of the tenant to associate the entity with. | ||
* @return User Addresses | ||
*/ | ||
@@ -17,2 +18,4 @@ getAddresses(tenantId: string): Promise<Address[]>; | ||
* Add phone to user | ||
* @param tenantId The ID of the tenant to associate the entity with. | ||
* @return User Phones | ||
*/ | ||
@@ -104,2 +107,3 @@ getPhones(tenantId: string): Promise<Phone[]>; | ||
* @param tenantId The ID of the tenant to associate the entity with. | ||
* @return User Addresses | ||
*/ | ||
@@ -110,2 +114,4 @@ getAddresses(tenantId: string, cancelToken?: CancelToken): Promise<Address[]>; | ||
* Add phone to user | ||
* @param tenantId The ID of the tenant to associate the entity with. | ||
* @return User Phones | ||
*/ | ||
@@ -112,0 +118,0 @@ getPhones(tenantId: string, cancelToken?: CancelToken): Promise<Phone[]>; |
{ | ||
"name": "@steffesgroup/steffes-auth", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"description": "Steffes Auth", | ||
@@ -5,0 +5,0 @@ "main": "dist/api.js", |
Sorry, the diff of this file is too big to display
160761
0.25%4135
0.22%