@chopkola/common 1.0.162 → 1.0.163

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.
@@ -58,6 +58,7 @@ export type UserAggregate = AdministratorUser | VendorUser | CustomerUser;
58
58
  export type PublicUser = Omit<UserAggregate, "token_version" | "deleted_at">;
59
59
  export type CreateUserInput = Omit<User, "id" | "account_status" | "is_email_verified" | "email_verified_at" | "token_version" | "last_login_at" | "last_login_ip" | "password_changed_at" | "last_consented_at" | "deleted_at" | "created_at" | "updated_at"> & {
60
60
  password: string;
61
+ role_id?: string;
61
62
  };
62
63
  export type UpdateUserInput = Partial<Omit<User, "id" | "account_type" | "account_status" | "token_version" | "created_at" | "updated_at">>;
63
64
  export interface SuccessfulUserRegistrationResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chopkola/common",
3
- "version": "1.0.162",
3
+ "version": "1.0.163",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "akrosoft technology ltd",