@toolproof-npm/shared 0.1.96 → 0.1.97
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 +2 -0
- package/dist/constants.js +2 -0
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -47,7 +47,9 @@ export declare const CONSTANTS: {
|
|
|
47
47
|
readonly TYPE_StatelessStrategy: "TYPE-StatelessStrategy";
|
|
48
48
|
readonly TYPE_StatefulStrategy: "TYPE-StatefulStrategy";
|
|
49
49
|
readonly ROLE_Manual: "ROLE-Manual";
|
|
50
|
+
readonly ROLE_Dynamic_Source: "ROLE-u4vW7PDlX6V9IGJoNxhl";
|
|
50
51
|
readonly JOB_Engine: "JOB-Engine";
|
|
52
|
+
readonly JOB_LESS_THAN: "JOB-LessThan";
|
|
51
53
|
readonly BOOLEAN_false: "RESOURCE-VqJIcOpv9E3zFuGVpN7J";
|
|
52
54
|
readonly BOOLEAN_true: "RESOURCE-iZX1cxZ9ImJRzty9Ob4G";
|
|
53
55
|
};
|
package/dist/constants.js
CHANGED
|
@@ -47,7 +47,9 @@ export const CONSTANTS = {
|
|
|
47
47
|
TYPE_StatelessStrategy: 'TYPE-StatelessStrategy',
|
|
48
48
|
TYPE_StatefulStrategy: 'TYPE-StatefulStrategy',
|
|
49
49
|
ROLE_Manual: 'ROLE-Manual',
|
|
50
|
+
ROLE_Dynamic_Source: 'ROLE-u4vW7PDlX6V9IGJoNxhl',
|
|
50
51
|
JOB_Engine: 'JOB-Engine',
|
|
52
|
+
JOB_LESS_THAN: 'JOB-LessThan',
|
|
51
53
|
BOOLEAN_false: 'RESOURCE-VqJIcOpv9E3zFuGVpN7J',
|
|
52
54
|
BOOLEAN_true: 'RESOURCE-iZX1cxZ9ImJRzty9Ob4G',
|
|
53
55
|
},
|