@toolproof-npm/shared 0.1.56 → 0.1.57
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/constants.d.ts +4 -1
- package/dist/constants.js +4 -1
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -38,8 +38,11 @@ export declare const CONSTANTS: {
|
|
|
38
38
|
readonly FORMAT_ApplicationJob: "FORMAT-ApplicationJob";
|
|
39
39
|
readonly TYPE_Boolean: "TYPE-Boolean";
|
|
40
40
|
readonly TYPE_Natural: "TYPE-Natural";
|
|
41
|
+
readonly TYPE_ResourceFormat: "TYPE-ResourceFormat";
|
|
42
|
+
readonly TYPE_ResourceType: "TYPE-ResourceType";
|
|
41
43
|
readonly TYPE_Job: "TYPE-Job";
|
|
42
|
-
readonly
|
|
44
|
+
readonly TYPE_StatelessStrategy: "TYPE-StatelessStrategy";
|
|
45
|
+
readonly TYPE_StatefulStrategy: "TYPE-StatefulStrategy";
|
|
43
46
|
readonly ROLE_Manual: "ROLE-Manual";
|
|
44
47
|
readonly JOB_Engine: "JOB-Engine";
|
|
45
48
|
readonly BOOLEAN_false: "RESOURCE-c2kAldyzgNhLdF79p0Vt";
|
package/dist/constants.js
CHANGED
|
@@ -38,8 +38,11 @@ export const CONSTANTS = {
|
|
|
38
38
|
FORMAT_ApplicationJob: 'FORMAT-ApplicationJob',
|
|
39
39
|
TYPE_Boolean: 'TYPE-Boolean',
|
|
40
40
|
TYPE_Natural: 'TYPE-Natural',
|
|
41
|
+
TYPE_ResourceFormat: 'TYPE-ResourceFormat',
|
|
42
|
+
TYPE_ResourceType: 'TYPE-ResourceType',
|
|
41
43
|
TYPE_Job: 'TYPE-Job',
|
|
42
|
-
|
|
44
|
+
TYPE_StatelessStrategy: 'TYPE-StatelessStrategy',
|
|
45
|
+
TYPE_StatefulStrategy: 'TYPE-StatefulStrategy',
|
|
43
46
|
ROLE_Manual: 'ROLE-Manual',
|
|
44
47
|
JOB_Engine: 'JOB-Engine',
|
|
45
48
|
BOOLEAN_false: 'RESOURCE-c2kAldyzgNhLdF79p0Vt',
|