@liaisongroup/assist-api-js-client 1.5.129 → 1.5.131
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.d.ts +1 -1
- package/dist/openapi.json +6 -3
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
package/dist/openapi.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Liaison Assist API",
|
|
5
5
|
"description": "\n",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.357",
|
|
7
7
|
"license": {
|
|
8
8
|
"name": "MIT",
|
|
9
9
|
"url": "https://opensource.org/licenses/MIT"
|
|
@@ -8950,7 +8950,7 @@
|
|
|
8950
8950
|
"items": {
|
|
8951
8951
|
"type": "object",
|
|
8952
8952
|
"required": [
|
|
8953
|
-
"
|
|
8953
|
+
"rows",
|
|
8954
8954
|
"message"
|
|
8955
8955
|
],
|
|
8956
8956
|
"properties": {
|
|
@@ -8960,7 +8960,10 @@
|
|
|
8960
8960
|
"type": "null"
|
|
8961
8961
|
},
|
|
8962
8962
|
{
|
|
8963
|
-
"type": "
|
|
8963
|
+
"type": "array",
|
|
8964
|
+
"items": {
|
|
8965
|
+
"type": "integer"
|
|
8966
|
+
}
|
|
8964
8967
|
}
|
|
8965
8968
|
]
|
|
8966
8969
|
},
|
package/package.json
CHANGED