Skip to content

Commit

Permalink
Amend schema to fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Jun 14, 2023
1 parent 0dfe8b4 commit 7f4dc26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/src/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6398,9 +6398,9 @@ export interface components {
* Share Option
* @description User choice for sharing resources which its contents may be restricted:
* - None: The user did not choose anything yet or no option is needed.
* - SharingOptions.make_public: The contents of the resource will be made publicly accessible.
* - SharingOptions.make_accessible_to_shared: This will automatically create a new `sharing role` allowing protected contents to be accessed only by the desired users.
* - SharingOptions.no_changes: This won't change the current permissions for the contents. The user which this resource will be shared may not be able to access all its contents.
* - make_public: The contents of the resource will be made publicly accessible.
* - make_accessible_to_shared: This will automatically create a new `sharing role` allowing protected contents to be accessed only by the desired users.
* - no_changes: This won't change the current permissions for the contents. The user which this resource will be shared may not be able to access all its contents.
*/
share_option?: components["schemas"]["SharingOptions"];
/**
Expand Down Expand Up @@ -8789,7 +8789,7 @@ export interface operations {
* @description Sets the permissions to manage a library folder.
*/
parameters: {
/** @description Indicates what action should be performed on the Library. Currently only `LibraryFolderPermissionAction.set_permissions` is supported. */
/** @description Indicates what action should be performed on the Library. Currently only `set_permissions` is supported. */
query?: {
action?: components["schemas"]["LibraryFolderPermissionAction"];
};
Expand Down

0 comments on commit 7f4dc26

Please sign in to comment.