@aws-amplify/data-schema
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -37,3 +37,4 @@ import { Authorization } from './Authorization'; | ||
}; | ||
type ModelFieldTypeParamInner = string | number | boolean | Date | null; | ||
type ModelFieldTypeParamInner = string | number | boolean | Date | Json | null; | ||
export type Json = null | string | number | boolean | object | any[]; | ||
export type ModelFieldTypeParamOuter = ModelFieldTypeParamInner | Array<ModelFieldTypeParamInner> | null; | ||
@@ -138,3 +139,3 @@ /** | ||
*/ | ||
export declare function json(): ModelField<Nullable<any>>; | ||
export declare function json(): ModelField<Nullable<Json>>; | ||
/** | ||
@@ -141,0 +142,0 @@ * A phone number scalar type thas is stored as a string server-side. Phone numbers can contain either spaces |
{ | ||
"name": "@aws-amplify/data-schema", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
190443
2367