repzo 1.0.159 → 1.0.160

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.
@@ -15667,7 +15667,7 @@ interface ValidityCheck {
15667
15667
  code: string;
15668
15668
  }[];
15669
15669
  }
15670
- type PopulatedMediaStorage = Pick<Service.MediaStorage.MediaStorageSchema, "_id" | "createdAt" | "ContentType" | "media_type" | "mime_type" | "publicUrl" | "type_name" | "file_name" | "media_id" | "thumbnails" | "createdAt"> & {
15670
+ export type PopulatedMediaStorage = Pick<Service.MediaStorage.MediaStorageSchema, "_id" | "createdAt" | "ContentType" | "media_type" | "mime_type" | "publicUrl" | "type_name" | "file_name" | "media_id" | "thumbnails" | "createdAt"> & {
15671
15671
  thumbnails: Pick<Service.MediaStorage.Thumbnail, "_id" | "ContentType" | "mime_type" | "publicUrl" | "type_name" | "file_name" | "createdAt">[];
15672
15672
  };
15673
15673
  interface ActivityComment {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.159",
3
+ "version": "1.0.160",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -17655,7 +17655,7 @@ interface ValidityCheck {
17655
17655
  valid: boolean;
17656
17656
  reasons: { message: string; code: string }[];
17657
17657
  }
17658
- type PopulatedMediaStorage = Pick<
17658
+ export type PopulatedMediaStorage = Pick<
17659
17659
  Service.MediaStorage.MediaStorageSchema,
17660
17660
  | "_id"
17661
17661
  | "createdAt"