Update openapi specs
This commit is contained in:
parent
dec7e69391
commit
46994a45f9
|
@ -817,7 +817,6 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"string",
|
"string",
|
||||||
"barcodeqr",
|
|
||||||
"longform",
|
"longform",
|
||||||
"options",
|
"options",
|
||||||
"number",
|
"number",
|
||||||
|
@ -829,7 +828,8 @@
|
||||||
"formula",
|
"formula",
|
||||||
"auto",
|
"auto",
|
||||||
"json",
|
"json",
|
||||||
"internal"
|
"internal",
|
||||||
|
"barcodeqr"
|
||||||
],
|
],
|
||||||
"description": "Defines the type of the column, most explain themselves, a link column is a relationship."
|
"description": "Defines the type of the column, most explain themselves, a link column is a relationship."
|
||||||
},
|
},
|
||||||
|
@ -1021,7 +1021,6 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"string",
|
"string",
|
||||||
"barcodeqr",
|
|
||||||
"longform",
|
"longform",
|
||||||
"options",
|
"options",
|
||||||
"number",
|
"number",
|
||||||
|
@ -1033,7 +1032,8 @@
|
||||||
"formula",
|
"formula",
|
||||||
"auto",
|
"auto",
|
||||||
"json",
|
"json",
|
||||||
"internal"
|
"internal",
|
||||||
|
"barcodeqr"
|
||||||
],
|
],
|
||||||
"description": "Defines the type of the column, most explain themselves, a link column is a relationship."
|
"description": "Defines the type of the column, most explain themselves, a link column is a relationship."
|
||||||
},
|
},
|
||||||
|
@ -1236,7 +1236,6 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"string",
|
"string",
|
||||||
"barcodeqr",
|
|
||||||
"longform",
|
"longform",
|
||||||
"options",
|
"options",
|
||||||
"number",
|
"number",
|
||||||
|
@ -1248,7 +1247,8 @@
|
||||||
"formula",
|
"formula",
|
||||||
"auto",
|
"auto",
|
||||||
"json",
|
"json",
|
||||||
"internal"
|
"internal",
|
||||||
|
"barcodeqr"
|
||||||
],
|
],
|
||||||
"description": "Defines the type of the column, most explain themselves, a link column is a relationship."
|
"description": "Defines the type of the column, most explain themselves, a link column is a relationship."
|
||||||
},
|
},
|
||||||
|
|
|
@ -603,7 +603,6 @@ components:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- string
|
- string
|
||||||
- barcodeqr
|
|
||||||
- longform
|
- longform
|
||||||
- options
|
- options
|
||||||
- number
|
- number
|
||||||
|
@ -616,6 +615,7 @@ components:
|
||||||
- auto
|
- auto
|
||||||
- json
|
- json
|
||||||
- internal
|
- internal
|
||||||
|
- barcodeqr
|
||||||
description: Defines the type of the column, most explain themselves, a link
|
description: Defines the type of the column, most explain themselves, a link
|
||||||
column is a relationship.
|
column is a relationship.
|
||||||
constraints:
|
constraints:
|
||||||
|
@ -766,7 +766,6 @@ components:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- string
|
- string
|
||||||
- barcodeqr
|
|
||||||
- longform
|
- longform
|
||||||
- options
|
- options
|
||||||
- number
|
- number
|
||||||
|
@ -779,6 +778,7 @@ components:
|
||||||
- auto
|
- auto
|
||||||
- json
|
- json
|
||||||
- internal
|
- internal
|
||||||
|
- barcodeqr
|
||||||
description: Defines the type of the column, most explain themselves, a link
|
description: Defines the type of the column, most explain themselves, a link
|
||||||
column is a relationship.
|
column is a relationship.
|
||||||
constraints:
|
constraints:
|
||||||
|
@ -936,7 +936,6 @@ components:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- string
|
- string
|
||||||
- barcodeqr
|
|
||||||
- longform
|
- longform
|
||||||
- options
|
- options
|
||||||
- number
|
- number
|
||||||
|
@ -949,6 +948,7 @@ components:
|
||||||
- auto
|
- auto
|
||||||
- json
|
- json
|
||||||
- internal
|
- internal
|
||||||
|
- barcodeqr
|
||||||
description: Defines the type of the column, most explain themselves, a link
|
description: Defines the type of the column, most explain themselves, a link
|
||||||
column is a relationship.
|
column is a relationship.
|
||||||
constraints:
|
constraints:
|
||||||
|
|
|
@ -620,7 +620,7 @@ class TestConfiguration {
|
||||||
datasource: any,
|
datasource: any,
|
||||||
fields: any,
|
fields: any,
|
||||||
params: any,
|
params: any,
|
||||||
verb: string
|
verb?: string
|
||||||
) {
|
) {
|
||||||
return request
|
return request
|
||||||
.post(`/api/queries/preview`)
|
.post(`/api/queries/preview`)
|
||||||
|
|
Loading…
Reference in New Issue