@wise/dynamic-flow-client 1.5.0 → 1.5.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.
|
@@ -22,4 +22,4 @@ export declare function isFileUploadSchema(schema: {
|
|
|
22
22
|
format?: string;
|
|
23
23
|
}): schema is FileUploadSchema;
|
|
24
24
|
export declare const isMultipleFileUploadSchema: (schema: Schema) => schema is MultipleFileUploadSchema;
|
|
25
|
-
export declare const getSchemaType: (schema: Schema) => "
|
|
25
|
+
export declare const getSchemaType: (schema: Schema) => "allOf" | "persistAsync" | "array" | "object" | "oneOf" | "readOnly" | "validationAsync" | "promotedOneOf" | "basic" | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ObjectModel, OneOfObjectSchema } from '@wise/dynamic-flow-types';
|
|
2
|
-
export declare const getSelectionFromModel: (schema: OneOfObjectSchema, model: ObjectModel) => "
|
|
2
|
+
export declare const getSelectionFromModel: (schema: OneOfObjectSchema, model: ObjectModel) => "other" | "promoted" | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"description": "Dynamic Flow web client",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.min.js",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"classnames": "2.3.2",
|
|
93
93
|
"react-webcam": "^7.0.1",
|
|
94
94
|
"screenfull": "^5.0.2",
|
|
95
|
-
"@wise/dynamic-flow-types": "1.1.
|
|
95
|
+
"@wise/dynamic-flow-types": "1.1.1"
|
|
96
96
|
},
|
|
97
97
|
"prettier": "@transferwise/eslint-config/.prettierrc.js",
|
|
98
98
|
"scripts": {
|