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.
@@ -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?:PostInput
215
+ postInput?:PostInputOptions
216
216
  } & ({} | {
217
217
  sequence:SequenceDefinition
218
218
  nullable:true
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "backend-plus",
3
3
  "description": "Backend for the anti Pareto rule",
4
- "version": "2.0.0-rc.25",
4
+ "version": "2.0.0-rc.27",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "repository": "codenautas/backend-plus",