@carlosdiazz/lottodiz-shared 2.5.3 → 2.5.4
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/enum/method-valid.d.ts +2 -1
- package/dist/enum/method-valid.js +2 -1
- package/dist/models/template_draw/params-template_draw.base.d.ts +1 -0
- package/dist/models/template_draw/template_draw.controller.d.ts +1 -0
- package/dist/models/template_draw/template_draw.service.d.ts +1 -0
- package/package.json +1 -1
|
@@ -42,8 +42,9 @@ export declare class MethodValid {
|
|
|
42
42
|
static TEMPLATE_DRAW_FIND_ALL: string;
|
|
43
43
|
static TEMPLATE_DRAW_UPDATE: string;
|
|
44
44
|
static TEMPLATE_DRAW_REMOVE: string;
|
|
45
|
-
static
|
|
45
|
+
static TEMPLATE_DRAW_REMOVE_ALL_VIDEO_ID: string;
|
|
46
46
|
static TEMPLATE_DRAW_UPDATE_VIDEO_ID: string;
|
|
47
|
+
static TEMPLATE_DRAW_CREATE_JOBS_VIDEO_ID: string;
|
|
47
48
|
static DRAW_DAY_CREATE: string;
|
|
48
49
|
static DRAW_DAY_FIND_ONE: string;
|
|
49
50
|
static DRAW_DAY_UPDATE: string;
|
|
@@ -57,8 +57,9 @@ MethodValid.TEMPLATE_DRAW_FIND_ONE = "TEMPLATE_DRAW_FIND_ONE";
|
|
|
57
57
|
MethodValid.TEMPLATE_DRAW_FIND_ALL = "TEMPLATE_DRAW_FIND_ALL";
|
|
58
58
|
MethodValid.TEMPLATE_DRAW_UPDATE = "TEMPLATE_DRAW_UPDATE";
|
|
59
59
|
MethodValid.TEMPLATE_DRAW_REMOVE = "TEMPLATE_DRAW_REMOVE";
|
|
60
|
-
MethodValid.
|
|
60
|
+
MethodValid.TEMPLATE_DRAW_REMOVE_ALL_VIDEO_ID = "TEMPLATE_DRAW_REMOVE_ALL_VIDEO_ID";
|
|
61
61
|
MethodValid.TEMPLATE_DRAW_UPDATE_VIDEO_ID = "TEMPLATE_DRAW_UPDATE_VIDEO_ID";
|
|
62
|
+
MethodValid.TEMPLATE_DRAW_CREATE_JOBS_VIDEO_ID = "TEMPLATE_DRAW_CREATE_JOBS_VIDEO_ID";
|
|
62
63
|
//Draw Day
|
|
63
64
|
MethodValid.DRAW_DAY_CREATE = "DRAW_DAY_CREATE";
|
|
64
65
|
MethodValid.DRAW_DAY_FIND_ONE = "DRAW_DAY_FIND_ONE";
|