@wise/dynamic-flow-types 2.12.0-experimental-63c768d → 2.12.0

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.
@@ -169,6 +169,8 @@ export type StringSchema = Omit<SchemaBase, 'persistAsync'> & {
169
169
  autocompleteHint?: AutocompleteToken[];
170
170
  const?: string;
171
171
  oneOf?: StringSchema[];
172
+ maxSize?: number;
173
+ accepts?: string[];
172
174
  };
173
175
  export type BasicSchema = BooleanSchema | IntegerSchema | NumberSchema | StringSchema;
174
176
  export type ValidationAsyncSchema = BasicSchema & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-types",
3
- "version": "2.12.0-experimental-63c768d",
3
+ "version": "2.12.0",
4
4
  "description": "Dynamic Flow TypeScript Types",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {