@carlosdiazz/lottodiz-shared 2.5.7 → 2.5.8

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.
@@ -3,6 +3,7 @@ export declare class MethodValid {
3
3
  static CHECK_PROFILE: string;
4
4
  static JOB_CREATE_DRAW: string;
5
5
  static JOB_CREATE_DRAW_WEBSCRAPING: string;
6
+ static JOB_CREATE_VIDEO_ID: string;
6
7
  static PERMISSION_FIND_ALL: string;
7
8
  static ROLE_CREATE: string;
8
9
  static ROLE_FIND_ONE: string;
@@ -8,6 +8,7 @@ MethodValid.VERIFY_TOKEN = "VERIFY_TOKEN";
8
8
  MethodValid.CHECK_PROFILE = "CHECK_PROFILE";
9
9
  MethodValid.JOB_CREATE_DRAW = "JOB_CREATE_DRAW";
10
10
  MethodValid.JOB_CREATE_DRAW_WEBSCRAPING = "JOB_CREATE_DRAW_WEBSCRAPING";
11
+ MethodValid.JOB_CREATE_VIDEO_ID = "JOB_CREATE_VIDEO_ID";
11
12
  //PERMISSION
12
13
  MethodValid.PERMISSION_FIND_ALL = "PERMISSION_FIND_ALL";
13
14
  //ROLE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carlosdiazz/lottodiz-shared",
3
- "version": "2.5.7",
3
+ "version": "2.5.8",
4
4
  "description": "Shared Dtos, models, constants and utils",
5
5
  "main": "dist/index.js",
6
6
  "private": false,