Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 54 additions & 21 deletions .mock/definition/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,9 @@ types:
project:
type: integer
docs: A unique integer value identifying this project.
recursive_scan:
type: optional<boolean>
docs: Perform recursive scan
regex_filter:
type: optional<string>
docs: Cloud storage regex for filtering objects
Expand Down Expand Up @@ -1325,6 +1328,9 @@ types:
project:
type: integer
docs: A unique integer value identifying this project.
recursive_scan:
type: optional<boolean>
docs: Perform recursive scan
regex_filter:
type: optional<string>
docs: Cloud storage regex for filtering objects
Expand Down Expand Up @@ -1620,6 +1626,23 @@ types:
docs: Last updated time
source:
openapi: openapi/openapi.yaml
ConfigurablePermissionOptionDefault:
discriminated: false
union:
- Role9E7Enum
- NullEnum
source:
openapi: openapi/openapi.yaml
inline: true
ConfigurablePermissionOption:
properties:
default: optional<ConfigurablePermissionOptionDefault>
label: optional<string>
options: list<Role9E7Enum>
permission: string
tooltip: optional<string>
source:
openapi: openapi/openapi.yaml
ConvertedFormat:
properties:
export_type:
Expand Down Expand Up @@ -2160,7 +2183,7 @@ types:
occurs, contact the LEAP team for assistance with enabling custom
scripts.
default_role:
type: optional<DefaultRoleEnum>
type: optional<Role9E7Enum>
docs: |-
Default membership role for invited users

Expand Down Expand Up @@ -2194,25 +2217,6 @@ types:
quick view.
source:
openapi: openapi/openapi.yaml
DefaultRoleEnum:
enum:
- OW
- AD
- MA
- RE
- AN
- DI
- 'NO'
docs: |-
* `OW` - Owner
* `AD` - Administrator
* `MA` - Manager
* `RE` - Reviewer
* `AN` - Annotator
* `DI` - Deactivated
* `NO` - Not Activated
source:
openapi: openapi/openapi.yaml
EditionEnum:
enum:
- Community
Expand Down Expand Up @@ -3604,7 +3608,7 @@ types:
* `MA` - Manager
custom_scripts_enabled: string
default_role:
type: optional<DefaultRoleEnum>
type: optional<Role9E7Enum>
docs: |-
Default membership role for invited users

Expand Down Expand Up @@ -5698,6 +5702,35 @@ types:
minLength: 1
source:
openapi: openapi/openapi.yaml
OrganizationPermission:
properties:
default_role: string
id: integer
label: string
options: string
organization: integer
permission:
type: string
validation:
maxLength: 255
roles:
type: optional<list<Role9E7Enum>>
docs: Explicit roles that have this permission within the organization.
tooltip: string
source:
openapi: openapi/openapi.yaml
OrganizationPermissionRequest:
properties:
permission:
type: string
validation:
minLength: 1
maxLength: 255
roles:
type: optional<list<Role9E7Enum>>
docs: Explicit roles that have this permission within the organization.
source:
openapi: openapi/openapi.yaml
PaginatedAllRolesProjectListList:
properties:
count: integer
Expand Down
8 changes: 8 additions & 0 deletions .mock/definition/importStorage/azureSpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ service:
presign: true
presign_ttl: 1
project: 1
recursive_scan: true
regex_filter: regex_filter
status: initialized
synchronizable: true
Expand Down Expand Up @@ -91,6 +92,7 @@ service:
presign: true
presign_ttl: 1
project: 1
recursive_scan: true
regex_filter: regex_filter
status: initialized
synchronizable: true
Expand Down Expand Up @@ -156,6 +158,7 @@ service:
presign: true
presign_ttl: 1
project: 1
recursive_scan: true
regex_filter: regex_filter
status: initialized
synchronizable: true
Expand Down Expand Up @@ -245,6 +248,9 @@ service:
project:
type: optional<integer>
docs: A unique integer value identifying this project.
recursive_scan:
type: optional<boolean>
docs: Perform recursive scan
regex_filter:
type: optional<string>
docs: Cloud storage regex for filtering objects
Expand Down Expand Up @@ -295,6 +301,7 @@ service:
presign: true
presign_ttl: 1
project: 1
recursive_scan: true
regex_filter: regex_filter
status: initialized
synchronizable: true
Expand Down Expand Up @@ -342,6 +349,7 @@ service:
presign: true
presign_ttl: 1
project: 1
recursive_scan: true
regex_filter: regex_filter
status: initialized
synchronizable: true
Expand Down
2 changes: 1 addition & 1 deletion .mock/definition/organizations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ service:
will be raised. If this occurs, contact the LEAP team for
assistance with enabling custom scripts.
default_role:
type: optional<root.DefaultRoleEnum>
type: optional<root.Role9E7Enum>
docs: |-
Default membership role for invited users

Expand Down
Loading
Loading