@carlosdiazz/lottodiz-shared 1.1.2 → 1.1.3
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/index.d.ts
CHANGED
package/dist/enum/index.js
CHANGED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
export declare class PermissionValid {
|
|
2
|
+
static ROLE_CREATE: string;
|
|
3
|
+
static ROLE_VIEW: string;
|
|
4
|
+
static ROLE_UPDATE: string;
|
|
5
|
+
static ROLE_DELETE: string;
|
|
6
|
+
static PERMISSION_VIEW: string;
|
|
7
|
+
static USER_VIEW: string;
|
|
8
|
+
static USER_UPDATE: string;
|
|
9
|
+
static USER_DELETE: string;
|
|
10
|
+
static COUNTRY_CREATE: string;
|
|
11
|
+
static COUNTRY_VIEW: string;
|
|
12
|
+
static COUNTRY_UPDATE: string;
|
|
13
|
+
static COUNTRY_DELETE: string;
|
|
14
|
+
static LOTTERY_CREATE: string;
|
|
15
|
+
static LOTTERY_VIEW: string;
|
|
16
|
+
static LOTTERY_UPDATE: string;
|
|
17
|
+
static LOTTERY_DELETE: string;
|
|
18
|
+
static TEMPLATE_RESULT_CREATE: string;
|
|
19
|
+
static TEMPLATE_RESULT_VIEW: string;
|
|
20
|
+
static TEMPLATE_RESULT_UPDATE: string;
|
|
21
|
+
static TEMPLATE_RESULT_DELETE: string;
|
|
22
|
+
static POSITION_RESULT_CREATE: string;
|
|
23
|
+
static POSITION_RESULT_VIEW: string;
|
|
24
|
+
static POSITION_RESULT_UPDATE: string;
|
|
25
|
+
static POSITION_RESULT_DELETE: string;
|
|
26
|
+
static DRAW_NUMBER_CREATE: string;
|
|
27
|
+
static DRAW_NUMBER_VIEW: string;
|
|
28
|
+
static DRAW_NUMBER_UPDATE: string;
|
|
29
|
+
static DRAW_NUMBER_DELETE: string;
|
|
30
|
+
static TEMPLATE_DRAW_CREATE: string;
|
|
31
|
+
static TEMPLATE_DRAW_VIEW: string;
|
|
32
|
+
static TEMPLATE_DRAW_UPDATE: string;
|
|
33
|
+
static TEMPLATE_DRAW_DELETE: string;
|
|
34
|
+
static DRAW_DAY_CREATE: string;
|
|
35
|
+
static DRAW_DAY_VIEW: string;
|
|
36
|
+
static DRAW_DAY_UPDATE: string;
|
|
37
|
+
static DRAW_DAY_DELETE: string;
|
|
38
|
+
static DRAW_STATISTIC_CREATE: string;
|
|
39
|
+
static DRAW_STATISTIC_VIEW: string;
|
|
40
|
+
static DRAW_STATISTIC_UPDATE: string;
|
|
41
|
+
static DRAW_STATISTIC_DELETE: string;
|
|
42
|
+
static DRAW_CREATE: string;
|
|
43
|
+
static DRAW_VIEW: string;
|
|
44
|
+
static DRAW_UPDATE: string;
|
|
45
|
+
static DRAW_DELETE: string;
|
|
46
|
+
static DRAW_RESULT_CREATE: string;
|
|
47
|
+
static DRAW_RESULT_VIEW: string;
|
|
48
|
+
static DRAW_RESULT_UPDATE: string;
|
|
49
|
+
static DRAW_RESULT_DELETE: string;
|
|
50
|
+
static DRAW_YOUTUBE_CREATE: string;
|
|
51
|
+
static DRAW_YOUTUBE_VIEW: string;
|
|
52
|
+
static DRAW_YOUTUBE_UPDATE: string;
|
|
53
|
+
static DRAW_YOUTUBE_DELETE: string;
|
|
54
|
+
static POSITION_XPATH_CREATE: string;
|
|
55
|
+
static POSITION_XPATH_VIEW: string;
|
|
56
|
+
static POSITION_XPATH_UPDATE: string;
|
|
57
|
+
static POSITION_XPATH_DELETE: string;
|
|
58
|
+
static TEMPLATE_DRAW_WEBSCRAPING_CREATE: string;
|
|
59
|
+
static TEMPLATE_DRAW_WEBSCRAPING_VIEW: string;
|
|
60
|
+
static TEMPLATE_DRAW_WEBSCRAPING_UPDATE: string;
|
|
61
|
+
static TEMPLATE_DRAW_WEBSCRAPING_DELETE: string;
|
|
62
|
+
static DRAW_WEBSCRAPING_CREATE: string;
|
|
63
|
+
static DRAW_WEBSCRAPING_VIEW: string;
|
|
64
|
+
static DRAW_WEBSCRAPING_UPDATE: string;
|
|
65
|
+
static DRAW_WEBSCRAPING_DELETE: string;
|
|
66
|
+
static PLATFORM_CREATE: string;
|
|
67
|
+
static PLATFORM_VIEW: string;
|
|
68
|
+
static PLATFORM_UPDATE: string;
|
|
69
|
+
static PLATFORM_DELETE: string;
|
|
70
|
+
static JOB_CREATE: string;
|
|
71
|
+
static JOB_VIEW: string;
|
|
72
|
+
static JOB_UPDATE: string;
|
|
73
|
+
static JOB_DELETE: string;
|
|
74
|
+
static TEMPLATE_PAGE_WEBSCRAPING_CREATE: string;
|
|
75
|
+
static TEMPLATE_PAGE_WEBSCRAPING_VIEW: string;
|
|
76
|
+
static TEMPLATE_PAGE_WEBSCRAPING_UPDATE: string;
|
|
77
|
+
static TEMPLATE_PAGE_WEBSCRAPING_DELETE: string;
|
|
78
|
+
static PAGE_WEBSCRAPING_CREATE: string;
|
|
79
|
+
static PAGE_WEBSCRAPING_VIEW: string;
|
|
80
|
+
static PAGE_WEBSCRAPING_UPDATE: string;
|
|
81
|
+
static PAGE_WEBSCRAPING_DELETE: string;
|
|
82
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PermissionValid = void 0;
|
|
4
|
+
class PermissionValid {
|
|
5
|
+
}
|
|
6
|
+
exports.PermissionValid = PermissionValid;
|
|
7
|
+
//ROLE
|
|
8
|
+
PermissionValid.ROLE_CREATE = "ROLE_CREATE";
|
|
9
|
+
PermissionValid.ROLE_VIEW = "ROLE_VIEW";
|
|
10
|
+
PermissionValid.ROLE_UPDATE = "ROLE_UPDATE";
|
|
11
|
+
PermissionValid.ROLE_DELETE = "ROLE_DELETE";
|
|
12
|
+
//PERMISSION
|
|
13
|
+
PermissionValid.PERMISSION_VIEW = "PERMISSION_VIEW";
|
|
14
|
+
//USER
|
|
15
|
+
PermissionValid.USER_VIEW = "USER_VIEW";
|
|
16
|
+
PermissionValid.USER_UPDATE = "USER_UPDATE";
|
|
17
|
+
PermissionValid.USER_DELETE = "USER_DELETE";
|
|
18
|
+
//COUNTRY
|
|
19
|
+
PermissionValid.COUNTRY_CREATE = "COUNTRY_CREATE";
|
|
20
|
+
PermissionValid.COUNTRY_VIEW = "COUNTRY_VIEW";
|
|
21
|
+
PermissionValid.COUNTRY_UPDATE = "COUNTRY_UPDATE";
|
|
22
|
+
PermissionValid.COUNTRY_DELETE = "COUNTRY_DELETE";
|
|
23
|
+
//LOTTERY
|
|
24
|
+
PermissionValid.LOTTERY_CREATE = "LOTTERY_CREATE";
|
|
25
|
+
PermissionValid.LOTTERY_VIEW = "LOTTERY_VIEW";
|
|
26
|
+
PermissionValid.LOTTERY_UPDATE = "LOTTERY_UPDATE";
|
|
27
|
+
PermissionValid.LOTTERY_DELETE = "LOTTERY_DELETE";
|
|
28
|
+
//Template Result
|
|
29
|
+
PermissionValid.TEMPLATE_RESULT_CREATE = "TEMPLATE_RESULT_CREATE";
|
|
30
|
+
PermissionValid.TEMPLATE_RESULT_VIEW = "TEMPLATE_RESULT_VIEW";
|
|
31
|
+
PermissionValid.TEMPLATE_RESULT_UPDATE = "TEMPLATE_RESULT_UPDATE";
|
|
32
|
+
PermissionValid.TEMPLATE_RESULT_DELETE = "TEMPLATE_RESULT_DELETE";
|
|
33
|
+
//POSITION RESULT
|
|
34
|
+
PermissionValid.POSITION_RESULT_CREATE = "POSITION_RESULT_CREATE";
|
|
35
|
+
PermissionValid.POSITION_RESULT_VIEW = "POSITION_RESULT_VIEW";
|
|
36
|
+
PermissionValid.POSITION_RESULT_UPDATE = "POSITION_RESULT_UPDATE";
|
|
37
|
+
PermissionValid.POSITION_RESULT_DELETE = "POSITION_RESULT_DELETE";
|
|
38
|
+
//NUMBER DRAW
|
|
39
|
+
PermissionValid.DRAW_NUMBER_CREATE = "DRAW_NUMBER_CREATE";
|
|
40
|
+
PermissionValid.DRAW_NUMBER_VIEW = "DRAW_NUMBER_VIEW";
|
|
41
|
+
PermissionValid.DRAW_NUMBER_UPDATE = "DRAW_NUMBER_UPDATE";
|
|
42
|
+
PermissionValid.DRAW_NUMBER_DELETE = "DRAW_NUMBER_DELETE";
|
|
43
|
+
//Template Draw
|
|
44
|
+
PermissionValid.TEMPLATE_DRAW_CREATE = "TEMPLATE_DRAW_CREATE";
|
|
45
|
+
PermissionValid.TEMPLATE_DRAW_VIEW = "TEMPLATE_DRAW_VIEW";
|
|
46
|
+
PermissionValid.TEMPLATE_DRAW_UPDATE = "TEMPLATE_DRAW_UPDATE";
|
|
47
|
+
PermissionValid.TEMPLATE_DRAW_DELETE = "TEMPLATE_DRAW_DELETE";
|
|
48
|
+
//Draw Day
|
|
49
|
+
PermissionValid.DRAW_DAY_CREATE = "DRAW_DAY_CREATE";
|
|
50
|
+
PermissionValid.DRAW_DAY_VIEW = "DRAW_DAY_VIEW";
|
|
51
|
+
PermissionValid.DRAW_DAY_UPDATE = "DRAW_DAY_UPDATE";
|
|
52
|
+
PermissionValid.DRAW_DAY_DELETE = "DRAW_DAY_DELETE";
|
|
53
|
+
//DRAW STATISTIC
|
|
54
|
+
PermissionValid.DRAW_STATISTIC_CREATE = "DRAW_STATISTIC_CREATE";
|
|
55
|
+
PermissionValid.DRAW_STATISTIC_VIEW = "DRAW_STATISTIC_VIEW";
|
|
56
|
+
PermissionValid.DRAW_STATISTIC_UPDATE = "DRAW_STATISTIC_UPDATE";
|
|
57
|
+
PermissionValid.DRAW_STATISTIC_DELETE = "DRAW_STATISTIC_DELETE";
|
|
58
|
+
//DRAW
|
|
59
|
+
PermissionValid.DRAW_CREATE = "DRAW_CREATE";
|
|
60
|
+
PermissionValid.DRAW_VIEW = "DRAW_VIEW";
|
|
61
|
+
PermissionValid.DRAW_UPDATE = "DRAW_UPDATE";
|
|
62
|
+
PermissionValid.DRAW_DELETE = "DRAW_DELETE";
|
|
63
|
+
//DRAW RESULT
|
|
64
|
+
PermissionValid.DRAW_RESULT_CREATE = "DRAW_RESULT_CREATE";
|
|
65
|
+
PermissionValid.DRAW_RESULT_VIEW = "DRAW_RESULT_VIEW";
|
|
66
|
+
PermissionValid.DRAW_RESULT_UPDATE = "DRAW_RESULT_UPDATE";
|
|
67
|
+
PermissionValid.DRAW_RESULT_DELETE = "DRAW_RESULT_DELETE";
|
|
68
|
+
//DRAW YOUTUBE
|
|
69
|
+
PermissionValid.DRAW_YOUTUBE_CREATE = "DRAW_YOUTUBE_CREATE";
|
|
70
|
+
PermissionValid.DRAW_YOUTUBE_VIEW = "DRAW_YOUTUBE_VIEW";
|
|
71
|
+
PermissionValid.DRAW_YOUTUBE_UPDATE = "DRAW_YOUTUBE_UPDATE";
|
|
72
|
+
PermissionValid.DRAW_YOUTUBE_DELETE = "DRAW_YOUTUBE_DELETE";
|
|
73
|
+
//POSITION XPATH
|
|
74
|
+
PermissionValid.POSITION_XPATH_CREATE = "POSITION_XPATH_CREATE";
|
|
75
|
+
PermissionValid.POSITION_XPATH_VIEW = "POSITION_XPATH_VIEW";
|
|
76
|
+
PermissionValid.POSITION_XPATH_UPDATE = "POSITION_XPATH_UPDATE";
|
|
77
|
+
PermissionValid.POSITION_XPATH_DELETE = "POSITION_XPATH_DELETE";
|
|
78
|
+
//TEMPLATE DRAW WEBSCRAPING
|
|
79
|
+
PermissionValid.TEMPLATE_DRAW_WEBSCRAPING_CREATE = "TEMPLATE_DRAW_WEBSCRAPING_CREATE";
|
|
80
|
+
PermissionValid.TEMPLATE_DRAW_WEBSCRAPING_VIEW = "TEMPLATE_DRAW_WEBSCRAPING_VIEW";
|
|
81
|
+
PermissionValid.TEMPLATE_DRAW_WEBSCRAPING_UPDATE = "TEMPLATE_DRAW_WEBSCRAPING_UPDATE";
|
|
82
|
+
PermissionValid.TEMPLATE_DRAW_WEBSCRAPING_DELETE = "TEMPLATE_DRAW_WEBSCRAPING_DELETE";
|
|
83
|
+
//DRAW WEBSCRAPING
|
|
84
|
+
PermissionValid.DRAW_WEBSCRAPING_CREATE = "DRAW_WEBSCRAPING_CREATE";
|
|
85
|
+
PermissionValid.DRAW_WEBSCRAPING_VIEW = "DRAW_WEBSCRAPING_VIEW";
|
|
86
|
+
PermissionValid.DRAW_WEBSCRAPING_UPDATE = "DRAW_WEBSCRAPING_UPDATE";
|
|
87
|
+
PermissionValid.DRAW_WEBSCRAPING_DELETE = "DRAW_WEBSCRAPING_DELETE";
|
|
88
|
+
//PLATFORM
|
|
89
|
+
PermissionValid.PLATFORM_CREATE = "PLATFORM_CREATE";
|
|
90
|
+
PermissionValid.PLATFORM_VIEW = "PLATFORM_VIEW";
|
|
91
|
+
PermissionValid.PLATFORM_UPDATE = "PLATFORM_UPDATE";
|
|
92
|
+
PermissionValid.PLATFORM_DELETE = "PLATFORM_DELETE";
|
|
93
|
+
//JOB
|
|
94
|
+
PermissionValid.JOB_CREATE = "JOB_CREATE";
|
|
95
|
+
PermissionValid.JOB_VIEW = "JOB_VIEW";
|
|
96
|
+
PermissionValid.JOB_UPDATE = "JOB_UPDATE";
|
|
97
|
+
PermissionValid.JOB_DELETE = "JOB_DELETE";
|
|
98
|
+
PermissionValid.TEMPLATE_PAGE_WEBSCRAPING_CREATE = "TEMPLATE_PAGE_WEBSCRAPING_CREATE";
|
|
99
|
+
PermissionValid.TEMPLATE_PAGE_WEBSCRAPING_VIEW = "TEMPLATE_PAGE_WEBSCRAPING_VIEW";
|
|
100
|
+
PermissionValid.TEMPLATE_PAGE_WEBSCRAPING_UPDATE = "TEMPLATE_PAGE_WEBSCRAPING_UPDATE";
|
|
101
|
+
PermissionValid.TEMPLATE_PAGE_WEBSCRAPING_DELETE = "TEMPLATE_PAGE_WEBSCRAPING_DELETE";
|
|
102
|
+
PermissionValid.PAGE_WEBSCRAPING_CREATE = "PAGE_WEBSCRAPING_CREATE";
|
|
103
|
+
PermissionValid.PAGE_WEBSCRAPING_VIEW = "PAGE_WEBSCRAPING_VIEW";
|
|
104
|
+
PermissionValid.PAGE_WEBSCRAPING_UPDATE = "PAGE_WEBSCRAPING_UPDATE";
|
|
105
|
+
PermissionValid.PAGE_WEBSCRAPING_DELETE = "PAGE_WEBSCRAPING_DELETE";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carlosdiazz/lottodiz-shared",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "Shared
|
|
3
|
+
"version": "1.1.3",
|
|
4
|
+
"description": "Shared Dtos, models, constants and utils",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"private": false,
|
|
7
7
|
"types": "dist/index.d.ts",
|