@flatfile/schema
Advanced tools
Comparing version
# @flatfile/schema | ||
## 0.2.14 | ||
### Patch Changes | ||
- 8ed4e8c: Bumps API version and adds support for record metadata to @flatfile/hooks. | ||
## 0.2.13 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { Action, EnumProperty, Property, SheetConfig } from '@flatfile/blueprint'; | ||
import { SheetAccess, Action } from '@flatfile/api'; | ||
import { EnumProperty, Property, SheetConfig } from '@flatfile/blueprint'; | ||
@@ -115,2 +116,3 @@ interface IJsonSchemaProperty { | ||
fields: Fields; | ||
access?: SheetAccess[]; | ||
readonly?: boolean; | ||
@@ -117,0 +119,0 @@ required?: Array<keyof Fields | Array<keyof Fields>>; |
{ | ||
"name": "@flatfile/schema", | ||
"version": "0.2.13", | ||
"version": "0.2.14", | ||
"description": "", | ||
@@ -25,4 +25,4 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@flatfile/api": "^0.0.15", | ||
"@flatfile/blueprint": "^0.0.7", | ||
"@flatfile/api": "^0.0.18", | ||
"@flatfile/blueprint": "^0.0.8", | ||
"@flatfile/eslint-config-platform-sdk": "*", | ||
@@ -29,0 +29,0 @@ "@flatfile/ts-config-platform-sdk": "*", |
@@ -137,3 +137,4 @@ import _ from 'lodash' | ||
actions: model.actions, | ||
access: model.access, | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { Action } from '@flatfile/blueprint' | ||
import { Action, SheetAccess } from '@flatfile/api' | ||
import { FieldVisibilityTypes } from './JsonSchema' | ||
@@ -77,2 +77,3 @@ | ||
fields: Fields | ||
access?: SheetAccess[] | ||
readonly?: boolean | ||
@@ -79,0 +80,0 @@ required?: Array<keyof Fields | Array<keyof Fields>> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
514430
0.06%13232
0.05%