backend-plus 2.0.0-rc.25 → 2.0.0-rc.27
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
|
@@ -212,7 +212,7 @@ export type FieldDefinition = EditableDbDefinition & {
|
|
|
212
212
|
nameForUpsert?:string
|
|
213
213
|
alwaysShow?:boolean /* show when appears in fixed fields */
|
|
214
214
|
suggestingKeys?:string[]
|
|
215
|
-
postInput?:
|
|
215
|
+
postInput?:PostInputOptions
|
|
216
216
|
} & ({} | {
|
|
217
217
|
sequence:SequenceDefinition
|
|
218
218
|
nullable:true
|
package/package.json
CHANGED