@punks/backend-entity-manager 0.0.329 → 0.0.330

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.
@@ -8,6 +8,7 @@ export type UserCreationInput<TUserRegistrationInfo, TUserContext extends IAuthU
8
8
  password: string;
9
9
  registrationInfo: TUserRegistrationInfo;
10
10
  context?: TUserContext;
11
+ verified?: boolean;
11
12
  };
12
13
  export type UserCreationResult = {
13
14
  success: boolean;
package/dist/index.d.ts CHANGED
@@ -1596,6 +1596,7 @@ type UserCreationInput<TUserRegistrationInfo, TUserContext extends IAuthUserCont
1596
1596
  password: string;
1597
1597
  registrationInfo: TUserRegistrationInfo;
1598
1598
  context?: TUserContext;
1599
+ verified?: boolean;
1599
1600
  };
1600
1601
  type UserCreationResult = {
1601
1602
  success: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.329",
3
+ "version": "0.0.330",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",