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.
@@ -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 PostInput='upperSpanish' | 'upperWithoutDiacritics' | 'parseDecimal'
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
@@ -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.24",
4
+ "version": "2.0.0-rc.25",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "repository": "codenautas/backend-plus",