backend-plus 2.0.0-rc.24 → 2.0.0-rc.25
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.
- package/lib/backend-plus.d.ts +1 -1
- package/package.json +1 -1
package/lib/backend-plus.d.ts
CHANGED
|
@@ -169,7 +169,7 @@ export type SequenceDefinition = {
|
|
|
169
169
|
prefix?:string /* Prefix for the generated value */
|
|
170
170
|
}
|
|
171
171
|
export type ExportMetadataDefinition={ /* TODO: define */ }
|
|
172
|
-
export type
|
|
172
|
+
export type PostInputOptions='upperSpanish' | 'upperWithoutDiacritics' | 'parseDecimal'
|
|
173
173
|
export type FieldDefinition = EditableDbDefinition & {
|
|
174
174
|
name:string
|
|
175
175
|
typeName:PgKnownTypes|'ARRAY:text'
|
package/package.json
CHANGED