-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PB-2424] Feat: user can't shared item details #268
base: master
Are you sure you want to change the base?
Conversation
src/drive/storage/index.ts
Outdated
@@ -642,6 +643,20 @@ export class Storage { | |||
return this.client.get<FolderAncestor[]>(`folders/${uuid}/ancestors?isSharedItem=${isShared}`, this.headers()); | |||
} | |||
|
|||
/** | |||
* Gets the ancestors of a given UUID and type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Gets the ancestors of an item with the given UUID and type
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bump the package version
…tem in Workspaces
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #268 +/- ##
==========================================
- Coverage 63.16% 62.86% -0.30%
==========================================
Files 41 42 +1
Lines 1474 1508 +34
Branches 229 239 +10
==========================================
+ Hits 931 948 +17
- Misses 476 487 +11
- Partials 67 73 +6 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you checked that version 1.9.0 of the sdk has no breaking changes? I just saw that the latest released in npm is 1.8.1.
@jvedrson please, review this |
Do not merge until WIP is merged
Ticket
Updates
itemType
andUuid
PR related