@toolproof-npm/shared 0.1.37 → 0.1.38
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 -2
- package/dist/constants.js +2 -2
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ export declare const CONSTANTS: {
|
|
|
49
49
|
readonly FORMAT_ApplicationJson: "FORMAT-ApplicationJson";
|
|
50
50
|
readonly FORMAT_ApplicationJob: "FORMAT-ApplicationJob";
|
|
51
51
|
readonly TYPE_Boolean: "TYPE-Boolean";
|
|
52
|
-
readonly
|
|
52
|
+
readonly TYPE_Natural: "TYPE-Natural";
|
|
53
53
|
readonly TYPE_Job: "TYPE-Job";
|
|
54
54
|
readonly TYPE_WorkflowSpec: "TYPE-WorkflowSpec";
|
|
55
55
|
readonly ROLE_BUILDER: "ROLE-Builder";
|
|
@@ -58,6 +58,6 @@ export declare const CONSTANTS: {
|
|
|
58
58
|
readonly BOOLEAN_true: "RESOURCE-FHycY5TxwEBngKVhkv2j";
|
|
59
59
|
};
|
|
60
60
|
readonly TESTING: {
|
|
61
|
-
readonly
|
|
61
|
+
readonly Natural_Zero: "TYPE-Integer/3335e31095a13a9a2b0ea41ca7d92a458780cd5671dc0a440a72cc1b1c4f2c81";
|
|
62
62
|
};
|
|
63
63
|
};
|
package/dist/constants.js
CHANGED
|
@@ -49,7 +49,7 @@ export const CONSTANTS = {
|
|
|
49
49
|
FORMAT_ApplicationJson: 'FORMAT-ApplicationJson',
|
|
50
50
|
FORMAT_ApplicationJob: 'FORMAT-ApplicationJob',
|
|
51
51
|
TYPE_Boolean: 'TYPE-Boolean',
|
|
52
|
-
|
|
52
|
+
TYPE_Natural: 'TYPE-Natural',
|
|
53
53
|
TYPE_Job: 'TYPE-Job',
|
|
54
54
|
TYPE_WorkflowSpec: 'TYPE-WorkflowSpec',
|
|
55
55
|
ROLE_BUILDER: 'ROLE-Builder',
|
|
@@ -58,6 +58,6 @@ export const CONSTANTS = {
|
|
|
58
58
|
BOOLEAN_true: 'RESOURCE-FHycY5TxwEBngKVhkv2j',
|
|
59
59
|
},
|
|
60
60
|
TESTING: {
|
|
61
|
-
|
|
61
|
+
Natural_Zero: 'TYPE-Integer/3335e31095a13a9a2b0ea41ca7d92a458780cd5671dc0a440a72cc1b1c4f2c81',
|
|
62
62
|
}
|
|
63
63
|
};
|