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.
- package/lib/types/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/types/index.ts +1 -1
package/lib/types/index.d.ts
CHANGED
|
@@ -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
package/src/types/index.ts
CHANGED
|
@@ -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"
|