@toolproof-npm/shared 0.1.106 → 0.1.107
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 +1 -1
- package/dist/constants.js +1 -1
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ export declare const CONSTANTS: {
|
|
|
55
55
|
readonly ROLE_Decison: "ROLE-C4FKVwXipgngzPQc3MDc";
|
|
56
56
|
readonly JOB_Engine: "JOB-Engine";
|
|
57
57
|
readonly JOB_LessThan: "JOB-LessThan";
|
|
58
|
-
readonly BOOLEAN_false: "RESOURCE-
|
|
58
|
+
readonly BOOLEAN_false: "RESOURCE-qadnfFGjZsjpqLI0Du1d";
|
|
59
59
|
readonly BOOLEAN_true: "RESOURCE-iZX1cxZ9ImJRzty9Ob4G";
|
|
60
60
|
};
|
|
61
61
|
readonly TESTING: {
|
package/dist/constants.js
CHANGED
|
@@ -55,7 +55,7 @@ export const CONSTANTS = {
|
|
|
55
55
|
ROLE_Decison: 'ROLE-C4FKVwXipgngzPQc3MDc',
|
|
56
56
|
JOB_Engine: 'JOB-Engine',
|
|
57
57
|
JOB_LessThan: 'JOB-LessThan',
|
|
58
|
-
BOOLEAN_false: 'RESOURCE-
|
|
58
|
+
BOOLEAN_false: 'RESOURCE-qadnfFGjZsjpqLI0Du1d',
|
|
59
59
|
BOOLEAN_true: 'RESOURCE-iZX1cxZ9ImJRzty9Ob4G',
|
|
60
60
|
},
|
|
61
61
|
TESTING: {
|