Skip to content

Commit

Permalink
Merge pull request #209 from internxt/feature/PB-2219-replace-id-uuid
Browse files Browse the repository at this point in the history
[PB-2219]: feature/Modify CreateFolderResponse type
  • Loading branch information
CandelR authored Jun 19, 2024
2 parents 06181db + 1ec1c1c commit 224683f
Show file tree
Hide file tree
Showing 2 changed files with 3 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": "1.4.85",
"version": "1.4.86",
"description": "An sdk for interacting with Internxt's services",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions src/drive/storage/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export interface DriveFolderData {
plain_name: string;
parentId: number | null;
parent_id: number | null;
parentUuid: string;
updatedAt: string;
userId: number;
user_id: number;
Expand Down Expand Up @@ -301,6 +302,7 @@ export interface CreateFolderResponse {
name: string;
plain_name: string;
parentId: number;
parentUuid: string;
createdAt: string;
updatedAt: string;
userId: number;
Expand Down

0 comments on commit 224683f

Please sign in to comment.