@squidcloud/client 1.0.185 → 1.0.186

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/cjs/index.js CHANGED
@@ -50526,7 +50526,7 @@ async function performAxiosRequest({ files, filesFieldName, message: body, url,
50526
50526
  /**
50527
50527
  * @internal.
50528
50528
  *
50529
- * @deprecated: this method hides potential error.
50529
+ * note: this method hides potential error.
50530
50530
  * Every endpoint call should know what kind result to expect
50531
50531
  * and call 'deserializeObj' directly.
50532
50532
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/client",
3
- "version": "1.0.185",
3
+ "version": "1.0.186",
4
4
  "description": "A typescript implementation of the Squid client",
5
5
  "main": "dist/cjs/index.js",
6
6
  "types": "dist/typescript-client/src/index.d.ts",