@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 CHANGED
@@ -2392,7 +2392,7 @@ declare namespace Paths {
2392
2392
  export type $403 = Components.Schemas.Errors;
2393
2393
  export interface $422 {
2394
2394
  errors: {
2395
- row: null | number;
2395
+ row?: null | number[];
2396
2396
  message: string;
2397
2397
  }[];
2398
2398
  }
package/dist/openapi.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Liaison Assist API",
5
5
  "description": "![Hero](./hero.svg)\n",
6
- "version": "0.0.355",
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
- "row",
8953
+ "rows",
8954
8954
  "message"
8955
8955
  ],
8956
8956
  "properties": {
@@ -8960,7 +8960,10 @@
8960
8960
  "type": "null"
8961
8961
  },
8962
8962
  {
8963
- "type": "integer"
8963
+ "type": "array",
8964
+ "items": {
8965
+ "type": "integer"
8966
+ }
8964
8967
  }
8965
8968
  ]
8966
8969
  },
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.5.129",
2
+ "version": "1.5.131",
3
3
  "name": "@liaisongroup/assist-api-js-client",
4
4
  "license": "MIT",
5
5
  "repository": {