Skip to content

Commit

Permalink
Merge pull request #48 from internxt/feature/photos-previews-model
Browse files Browse the repository at this point in the history
Added photo.previews property to Photo model
  • Loading branch information
carlossalasamper authored Feb 17, 2022
2 parents 06d5d4d + c8d6920 commit 1087c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internxt/sdk",
"version": "0.4.0",
"version": "0.4.1",
"description": "An sdk for interacting with Internxt's services",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/photos/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export interface Photo {
height: number;
fileId: FileId;
previewId: FileId;
previews?: { width: number; height: number; size: number; fileId: FileId }[];
deviceId: DeviceId;
userId: string;
status: PhotoStatus;
Expand Down

0 comments on commit 1087c76

Please sign in to comment.