@experts_hub/shared 1.0.590 → 1.0.591
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/dist/entities/user.entity.d.ts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
|
@@ -42,6 +42,7 @@ import { Hiring } from "./hiring.entity";
|
|
|
42
42
|
import { FreelancerAssessmentRequest } from "./freelancer-assessment-request.entity";
|
|
43
43
|
import { AiInterviewRescheduleRequest } from "./ai-interview-reschedule-request.entity";
|
|
44
44
|
export declare enum AccountType {
|
|
45
|
+
SUPER_ADMIN = "SUPER_ADMIN",
|
|
45
46
|
ADMIN = "ADMIN",
|
|
46
47
|
SUB_ADMIN = "SUB_ADMIN",
|
|
47
48
|
CLIENT = "CLIENT",
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -6643,6 +6643,7 @@ FreelancerAssessmentRequest = __decorateClass([
|
|
|
6643
6643
|
|
|
6644
6644
|
// src/entities/user.entity.ts
|
|
6645
6645
|
var AccountType = /* @__PURE__ */ ((AccountType2) => {
|
|
6646
|
+
AccountType2["SUPER_ADMIN"] = "SUPER_ADMIN";
|
|
6646
6647
|
AccountType2["ADMIN"] = "ADMIN";
|
|
6647
6648
|
AccountType2["SUB_ADMIN"] = "SUB_ADMIN";
|
|
6648
6649
|
AccountType2["CLIENT"] = "CLIENT";
|
package/dist/index.mjs
CHANGED
|
@@ -6599,6 +6599,7 @@ FreelancerAssessmentRequest = __decorateClass([
|
|
|
6599
6599
|
|
|
6600
6600
|
// src/entities/user.entity.ts
|
|
6601
6601
|
var AccountType = /* @__PURE__ */ ((AccountType2) => {
|
|
6602
|
+
AccountType2["SUPER_ADMIN"] = "SUPER_ADMIN";
|
|
6602
6603
|
AccountType2["ADMIN"] = "ADMIN";
|
|
6603
6604
|
AccountType2["SUB_ADMIN"] = "SUB_ADMIN";
|
|
6604
6605
|
AccountType2["CLIENT"] = "CLIENT";
|