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
42 changes: 27 additions & 15 deletions .mock/definition/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2165,10 +2165,13 @@ types:
openapi: openapi/openapi.yaml
DefaultRoleCustomScriptsEditableBy:
discriminated: false
docs: |-
Set the minimum user role that can edit custom scripts in the UI.
docs: >-
Set the minimum user role that can edit custom scripts (Plugins) in the
UI.


* `AD` - Administrator

* `MA` - Manager
union:
- CustomScriptsEditableByEnum
Expand All @@ -2187,19 +2190,22 @@ types:
reviewer identity is suppressed in the UI.
custom_scripts_editable_by:
type: optional<DefaultRoleCustomScriptsEditableBy>
docs: |-
Set the minimum user role that can edit custom scripts in the UI.
docs: >-
Set the minimum user role that can edit custom scripts (Plugins) in
the UI.


* `AD` - Administrator

* `MA` - Manager
custom_scripts_enabled_at:
type: optional<datetime>
docs: >-
Set to current time to enabled custom scripts for this organization.
Can only be enabled if no organization members are active members of
any other organizations; otherwise an error will be raised. If this
occurs, contact the LEAP team for assistance with enabling custom
scripts.
Set to current time to enable custom scripts (Plugins) for this
organization. Can only be enabled if no organization members are
active members of any other organizations; otherwise an error will be
raised. If this occurs, contact the LEAP team for assistance with
enabling custom scripts (Plugins).
default_role:
type: optional<Role9E7Enum>
docs: |-
Expand Down Expand Up @@ -3620,10 +3626,13 @@ types:
openapi: openapi/openapi.yaml
LseOrganizationCustomScriptsEditableBy:
discriminated: false
docs: |-
Set the minimum user role that can edit custom scripts in the UI.
docs: >-
Set the minimum user role that can edit custom scripts (Plugins) in the
UI.


* `AD` - Administrator

* `MA` - Manager
union:
- CustomScriptsEditableByEnum
Expand All @@ -3637,10 +3646,13 @@ types:
created_at: datetime
custom_scripts_editable_by:
type: optional<LseOrganizationCustomScriptsEditableBy>
docs: |-
Set the minimum user role that can edit custom scripts in the UI.
docs: >-
Set the minimum user role that can edit custom scripts (Plugins) in
the UI.


* `AD` - Administrator

* `MA` - Manager
custom_scripts_enabled: string
default_role:
Expand Down Expand Up @@ -6708,7 +6720,7 @@ types:
created_by: optional<integer>
custom_script:
type: optional<string>
docs: custom script for projects created from this template
docs: custom script (Plugin) for projects created from this template
description: optional<string>
id: integer
name:
Expand All @@ -6732,7 +6744,7 @@ types:
created_by: optional<integer>
custom_script:
type: optional<string>
docs: custom script for projects created from this template
docs: custom script (Plugin) for projects created from this template
validation:
minLength: 1
description:
Expand Down
19 changes: 11 additions & 8 deletions .mock/definition/organizations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ service:
method: PATCH
auth: true
docs: >-
Update organization details including title, embed domains, and custom
scripts settings.
Update organization details including title, embed domains, and Plugins
settings.
source:
openapi: openapi/openapi.yaml
path-parameters:
Expand Down Expand Up @@ -184,8 +184,8 @@ service:
custom_scripts_editable_by:
type: optional<PatchedDefaultRoleRequestCustomScriptsEditableBy>
docs: >-
Set the minimum user role that can edit custom scripts in the
UI.
Set the minimum user role that can edit custom scripts (Plugins)
in the UI.


* `AD` - Administrator
Expand All @@ -194,11 +194,11 @@ service:
custom_scripts_enabled_at:
type: optional<datetime>
docs: >-
Set to current time to enabled custom scripts for this
Set to current time to enable custom scripts (Plugins) for this
organization. Can only be enabled if no organization members are
active members of any other organizations; otherwise an error
will be raised. If this occurs, contact the LEAP team for
assistance with enabling custom scripts.
assistance with enabling custom scripts (Plugins).
default_role:
type: optional<root.Role9E7Enum>
docs: |-
Expand Down Expand Up @@ -264,10 +264,13 @@ service:
types:
PatchedDefaultRoleRequestCustomScriptsEditableBy:
discriminated: false
docs: |-
Set the minimum user role that can edit custom scripts in the UI.
docs: >-
Set the minimum user role that can edit custom scripts (Plugins) in the
UI.


* `AD` - Administrator

* `MA` - Manager
union:
- root.CustomScriptsEditableByEnum
Expand Down
2 changes: 1 addition & 1 deletion .mock/definition/projectTemplates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ service:
created_by: optional<integer>
custom_script:
type: optional<string>
docs: custom script for projects created from this template
docs: custom script (Plugin) for projects created from this template
validation:
minLength: 1
description:
Expand Down
18 changes: 9 additions & 9 deletions .mock/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5222,7 +5222,7 @@ paths:
x-fern-sdk-group-name: organizations
x-fern-sdk-method-name: get
patch:
description: Update organization details including title, embed domains, and custom scripts settings.
description: Update organization details including title, embed domains, and Plugins settings.
operationId: api_organizations_partial_update
parameters:
- in: path
Expand Down Expand Up @@ -20462,7 +20462,7 @@ components:
type: string
custom_scripts_editable_by:
description: |-
Set the minimum user role that can edit custom scripts in the UI.
Set the minimum user role that can edit custom scripts (Plugins) in the UI.

* `AD` - Administrator
* `MA` - Manager
Expand All @@ -20471,7 +20471,7 @@ components:
- $ref: '#/components/schemas/CustomScriptsEditableByEnum'
- $ref: '#/components/schemas/NullEnum'
custom_scripts_enabled_at:
description: Set to current time to enabled custom scripts for this organization. Can only be enabled if no organization members are active members of any other organizations; otherwise an error will be raised. If this occurs, contact the LEAP team for assistance with enabling custom scripts.
description: Set to current time to enable custom scripts (Plugins) for this organization. Can only be enabled if no organization members are active members of any other organizations; otherwise an error will be raised. If this occurs, contact the LEAP team for assistance with enabling custom scripts (Plugins).
format: date-time
nullable: true
type: string
Expand Down Expand Up @@ -22349,7 +22349,7 @@ components:
type: string
custom_scripts_editable_by:
description: |-
Set the minimum user role that can edit custom scripts in the UI.
Set the minimum user role that can edit custom scripts (Plugins) in the UI.

* `AD` - Administrator
* `MA` - Manager
Expand Down Expand Up @@ -26747,7 +26747,7 @@ components:
type: string
custom_scripts_editable_by:
description: |-
Set the minimum user role that can edit custom scripts in the UI.
Set the minimum user role that can edit custom scripts (Plugins) in the UI.

* `AD` - Administrator
* `MA` - Manager
Expand All @@ -26756,7 +26756,7 @@ components:
- $ref: '#/components/schemas/CustomScriptsEditableByEnum'
- $ref: '#/components/schemas/NullEnum'
custom_scripts_enabled_at:
description: Set to current time to enabled custom scripts for this organization. Can only be enabled if no organization members are active members of any other organizations; otherwise an error will be raised. If this occurs, contact the LEAP team for assistance with enabling custom scripts.
description: Set to current time to enable custom scripts (Plugins) for this organization. Can only be enabled if no organization members are active members of any other organizations; otherwise an error will be raised. If this occurs, contact the LEAP team for assistance with enabling custom scripts (Plugins).
format: date-time
nullable: true
type: string
Expand Down Expand Up @@ -27788,7 +27788,7 @@ components:
nullable: true
type: integer
custom_script:
description: custom script for projects created from this template
description: custom script (Plugin) for projects created from this template
minLength: 1
nullable: true
type: string
Expand Down Expand Up @@ -28934,7 +28934,7 @@ components:
nullable: true
type: integer
custom_script:
description: custom script for projects created from this template
description: custom script (Plugin) for projects created from this template
nullable: true
type: string
description:
Expand Down Expand Up @@ -28978,7 +28978,7 @@ components:
nullable: true
type: integer
custom_script:
description: custom script for projects created from this template
description: custom script (Plugin) for projects created from this template
minLength: 1
nullable: true
type: string
Expand Down
Loading
Loading