@createiq/backend 1.0.58 → 1.0.59

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.
@@ -904,6 +904,7 @@ export type ActiveOrPendingUserForNakhodaAdminDto = {
904
904
  accountAllowedDomains?: Array<string>;
905
905
  dateRequestSent?: string;
906
906
  userId?: string;
907
+ emailCloaked: string;
907
908
  email: string;
908
909
  role: string;
909
910
  subAccounts: Array<SubAccountIdWithNameDto>;
package/dist/index.d.cts CHANGED
@@ -796,6 +796,7 @@ type ActiveOrPendingUserForNakhodaAdminDto = {
796
796
  accountAllowedDomains?: Array<string>;
797
797
  dateRequestSent?: string;
798
798
  userId?: string;
799
+ emailCloaked: string;
799
800
  email: string;
800
801
  role: string;
801
802
  subAccounts: Array<SubAccountIdWithNameDto>;
package/dist/index.d.ts CHANGED
@@ -796,6 +796,7 @@ type ActiveOrPendingUserForNakhodaAdminDto = {
796
796
  accountAllowedDomains?: Array<string>;
797
797
  dateRequestSent?: string;
798
798
  userId?: string;
799
+ emailCloaked: string;
799
800
  email: string;
800
801
  role: string;
801
802
  subAccounts: Array<SubAccountIdWithNameDto>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- 41e8bcaf5f30758936a08094e0fb5828c548b2517b6fdd7d0c20416ce020644c
1
+ a72f8e22c2865e00cf8e2162cc678e916bb9c0627f4279d63bf0faf68b5e2142