@parra/parra-js-sdk 0.3.360 → 0.3.361

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.
@@ -556,6 +556,7 @@ export interface ImageAsset {
556
556
  file_type: string;
557
557
  mime_type: string;
558
558
  blur_hash?: string | null;
559
+ thumbnails?: ImageAssetThumbnails | null;
559
560
  }
560
561
  export interface CreateCheckoutSessionRequestBody {
561
562
  plan_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.360",
3
+ "version": "0.3.361",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",