@tagsamurai/fats-api-services 1.0.0-alpha.165 → 1.0.0-alpha.166

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagsamurai/fats-api-services",
3
- "version": "1.0.0-alpha.165",
3
+ "version": "1.0.0-alpha.166",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Fixed Asset Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",
@@ -186,7 +186,7 @@ export type UserDetail = {
186
186
  name: string;
187
187
  userType: UserType;
188
188
  userTag: string;
189
- pendingEmailChange: boolean;
189
+ pendingEmailChange: string;
190
190
  isConfirmed: boolean;
191
191
  isDeletable: boolean;
192
192
  isDefault: boolean;