@centia-io/sdk 0.0.50 → 0.0.51

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.
@@ -2147,7 +2147,7 @@
2147
2147
  path: "api/v4/file/process",
2148
2148
  method: "POST",
2149
2149
  body,
2150
- expectedStatus: 201
2150
+ expectedStatus: 200
2151
2151
  });
2152
2152
  }
2153
2153
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@centia-io/sdk",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "description": "Centia-io TypeScript SDK",
5
5
  "author": "Martin Høgh",
6
6
  "license": "MIT",