@unito/integration-api 4.2.2 → 4.2.3

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.
@@ -431,6 +431,7 @@ export type CreateBlobRequestPayload = {
431
431
  mimeType: string;
432
432
  encoding: string;
433
433
  filename: string;
434
+ fileSize?: number;
434
435
  };
435
436
  /**
436
437
  * A UpdateItemRequestPayload describes the shape of a request on an item update endpoint.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unito/integration-api",
3
- "version": "4.2.2",
3
+ "version": "4.2.3",
4
4
  "description": "The Unito Integration API",
5
5
  "type": "module",
6
6
  "types": "./dist/src/index.d.ts",