@experts_hub/shared 1.0.300 → 1.0.301
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/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/dist/modules/authentication/dto/login.dto.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -256,6 +256,7 @@ var AUTHENTICATION_PATTERN = {
|
|
|
256
256
|
var import_class_validator = require("class-validator");
|
|
257
257
|
var ScopeEnum = /* @__PURE__ */ ((ScopeEnum5) => {
|
|
258
258
|
ScopeEnum5["ADMIN"] = "ADMIN";
|
|
259
|
+
ScopeEnum5["SUB_ADMIN"] = "SUB_ADMIN";
|
|
259
260
|
ScopeEnum5["CLIENT"] = "CLIENT";
|
|
260
261
|
ScopeEnum5["FREELANCER"] = "FREELANCER";
|
|
261
262
|
return ScopeEnum5;
|
package/dist/index.mjs
CHANGED
|
@@ -28,6 +28,7 @@ var AUTHENTICATION_PATTERN = {
|
|
|
28
28
|
import { IsEnum, IsNotEmpty } from "class-validator";
|
|
29
29
|
var ScopeEnum = /* @__PURE__ */ ((ScopeEnum5) => {
|
|
30
30
|
ScopeEnum5["ADMIN"] = "ADMIN";
|
|
31
|
+
ScopeEnum5["SUB_ADMIN"] = "SUB_ADMIN";
|
|
31
32
|
ScopeEnum5["CLIENT"] = "CLIENT";
|
|
32
33
|
ScopeEnum5["FREELANCER"] = "FREELANCER";
|
|
33
34
|
return ScopeEnum5;
|