oro-sdk-apis 3.7.0 → 3.7.1
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/models/workflow.d.ts +3 -3
- package/dist/oro-sdk-apis.cjs.development.js +3 -3
- package/dist/oro-sdk-apis.cjs.development.js.map +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js.map +1 -1
- package/dist/oro-sdk-apis.esm.js +3 -3
- package/dist/oro-sdk-apis.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/models/workflow.ts +3 -3
@@ -63,9 +63,9 @@ export interface TileRadioData extends ChoiceInputData {
|
|
63
63
|
description?: string;
|
64
64
|
}
|
65
65
|
export declare enum InputApplyFunctions {
|
66
|
-
|
67
|
-
|
68
|
-
|
66
|
+
AllUpperCase = "AllUpperCase",
|
67
|
+
AllLowerCase = "AllLowerCase",
|
68
|
+
NoSpaces = "NoSpaces"
|
69
69
|
}
|
70
70
|
export interface EntryData {
|
71
71
|
id?: number;
|
@@ -1041,9 +1041,9 @@ var VaultDataMissing = /*#__PURE__*/function (_Error8) {
|
|
1041
1041
|
})(exports.DocumentType || (exports.DocumentType = {}));
|
1042
1042
|
|
1043
1043
|
(function (InputApplyFunctions) {
|
1044
|
-
InputApplyFunctions["
|
1045
|
-
InputApplyFunctions["
|
1046
|
-
InputApplyFunctions["
|
1044
|
+
InputApplyFunctions["AllUpperCase"] = "AllUpperCase";
|
1045
|
+
InputApplyFunctions["AllLowerCase"] = "AllLowerCase";
|
1046
|
+
InputApplyFunctions["NoSpaces"] = "NoSpaces";
|
1047
1047
|
})(exports.InputApplyFunctions || (exports.InputApplyFunctions = {}));
|
1048
1048
|
(function (MetadataCategory) {
|
1049
1049
|
MetadataCategory["ChildPersonal"] = "ChildPersonal";
|