@8base/utils
Advanced tools
Comparing version 0.2.15 to 0.2.16
{ | ||
"name": "@8base/utils", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"main": "es/index.js", | ||
@@ -5,0 +5,0 @@ "module": "es/index.js", |
@@ -11,7 +11,7 @@ // @flow | ||
type MutationType = 'CREATE' | 'UPDATE'; | ||
export type MutationType = 'CREATE' | 'UPDATE'; | ||
type FieldType = $Values<typeof FIELD_TYPE>; | ||
export type FieldType = $Values<typeof FIELD_TYPE>; | ||
type Format = $Values<typeof SWITCH_FORMATS> | ||
export type Format = $Values<typeof SWITCH_FORMATS> | ||
| $Values<typeof TEXT_FORMATS> | ||
@@ -22,3 +22,3 @@ | $Values<typeof NUMBER_FORMATS> | ||
type FieldSchema = { | ||
export type FieldSchema = { | ||
id: string, | ||
@@ -50,3 +50,3 @@ name: string, | ||
type TableSchema = { | ||
export type TableSchema = { | ||
id: string, | ||
@@ -59,11 +59,8 @@ name: string, | ||
type Schema = Array<TableSchema>; | ||
export type Schema = Array<TableSchema>; | ||
export type { | ||
MutationType, | ||
FieldType, | ||
Format, | ||
FieldSchema, | ||
TableSchema, | ||
Schema, | ||
export type SchemaResponse = { | ||
items: Schema, | ||
count: number, | ||
}; | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
283428
0
537