backend-plus 2.7.0-beta.13 → 2.7.0-beta.14

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.
@@ -284,7 +284,7 @@ export type TableDefinition = EditableDbDefinition & {
284
284
  primaryKey:string[]
285
285
  refrescable?: boolean
286
286
  sql?:{
287
- select: string[]
287
+ select?: string[]
288
288
  primaryKey4Delete?:string[]
289
289
  isTable?:boolean
290
290
  from?:string
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.7.0-beta.13",
4
+ "version": "2.7.0-beta.14",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "repository": "codenautas/backend-plus",