@epilot/entity-client 4.25.0-alpha.0 → 4.25.0
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/dist/openapi.json +17 -5
- package/package.json +1 -1
package/dist/openapi.json
CHANGED
|
@@ -1717,7 +1717,7 @@
|
|
|
1717
1717
|
"required": false,
|
|
1718
1718
|
"schema": {
|
|
1719
1719
|
"type": "integer",
|
|
1720
|
-
"default":
|
|
1720
|
+
"default": 80,
|
|
1721
1721
|
"minimum": 1,
|
|
1722
1722
|
"maximum": 250
|
|
1723
1723
|
}
|
|
@@ -4962,7 +4962,6 @@
|
|
|
4962
4962
|
},
|
|
4963
4963
|
"RelationItem": {
|
|
4964
4964
|
"type": "object",
|
|
4965
|
-
"additionalProperties": false,
|
|
4966
4965
|
"properties": {
|
|
4967
4966
|
"entity_id": {
|
|
4968
4967
|
"$ref": "#/components/schemas/EntityId"
|
|
@@ -5000,8 +4999,15 @@
|
|
|
5000
4999
|
"type": "boolean",
|
|
5001
5000
|
"default": false,
|
|
5002
5001
|
"description": "Adds a `_score` number field to results that can be used to rank by match score"
|
|
5003
|
-
}
|
|
5002
|
+
},
|
|
5003
|
+
"sort": {},
|
|
5004
|
+
"from": {},
|
|
5005
|
+
"size": {},
|
|
5006
|
+
"hydrate": {},
|
|
5007
|
+
"fields": {},
|
|
5008
|
+
"aggs": {}
|
|
5004
5009
|
},
|
|
5010
|
+
"additionalProperties": false,
|
|
5005
5011
|
"required": [
|
|
5006
5012
|
"q"
|
|
5007
5013
|
]
|
|
@@ -5023,8 +5029,15 @@
|
|
|
5023
5029
|
"type": "boolean",
|
|
5024
5030
|
"default": false,
|
|
5025
5031
|
"description": "Allow running the listing without any schema filter. This is disabled by default to prevent security and performance issues if done by an accident."
|
|
5026
|
-
}
|
|
5032
|
+
},
|
|
5033
|
+
"sort": {},
|
|
5034
|
+
"from": {},
|
|
5035
|
+
"size": {},
|
|
5036
|
+
"hydrate": {},
|
|
5037
|
+
"fields": {},
|
|
5038
|
+
"aggs": {}
|
|
5027
5039
|
},
|
|
5040
|
+
"additionalProperties": false,
|
|
5028
5041
|
"required": [
|
|
5029
5042
|
"filter"
|
|
5030
5043
|
]
|
|
@@ -5207,7 +5220,6 @@
|
|
|
5207
5220
|
},
|
|
5208
5221
|
"EntitySearchOptions": {
|
|
5209
5222
|
"type": "object",
|
|
5210
|
-
"additionalProperties": false,
|
|
5211
5223
|
"properties": {
|
|
5212
5224
|
"sort": {
|
|
5213
5225
|
"type": "string",
|