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
26 changes: 16 additions & 10 deletions .mock/definition/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1249,9 +1249,6 @@ 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 @@ -1328,9 +1325,6 @@ 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 @@ -5189,7 +5183,10 @@ types:
validation:
maxLength: 256
lse_fields: LseFields
org_membership: list<OrganizationMembership>
org_membership:
type: list<OrganizationMembership>
availability: deprecated
organization_membership: OrganizationMembership
pause: string
phone:
type: optional<string>
Expand Down Expand Up @@ -5234,7 +5231,10 @@ types:
type: optional<string>
validation:
maxLength: 256
org_membership: list<OrganizationMembership>
org_membership:
type: list<OrganizationMembership>
availability: deprecated
organization_membership: OrganizationMembership
phone:
type: optional<string>
validation:
Expand Down Expand Up @@ -5891,7 +5891,10 @@ types:
validation:
maxLength: 256
lse_fields: LseFields
org_membership: list<OrganizationMembership>
org_membership:
type: list<OrganizationMembership>
availability: deprecated
organization_membership: OrganizationMembership
pause: string
phone:
type: optional<string>
Expand Down Expand Up @@ -7957,7 +7960,10 @@ types:
validation:
maxLength: 256
lse_fields: WhoAmILseFields
org_membership: list<OrganizationMembership>
org_membership:
type: list<OrganizationMembership>
availability: deprecated
organization_membership: OrganizationMembership
pause: string
permissions: list<string>
phone:
Expand Down
8 changes: 0 additions & 8 deletions .mock/definition/importStorage/azureSpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ service:
presign: true
presign_ttl: 1
project: 1
recursive_scan: true
regex_filter: regex_filter
status: initialized
synchronizable: true
Expand Down Expand Up @@ -92,7 +91,6 @@ service:
presign: true
presign_ttl: 1
project: 1
recursive_scan: true
regex_filter: regex_filter
status: initialized
synchronizable: true
Expand Down Expand Up @@ -158,7 +156,6 @@ service:
presign: true
presign_ttl: 1
project: 1
recursive_scan: true
regex_filter: regex_filter
status: initialized
synchronizable: true
Expand Down Expand Up @@ -248,9 +245,6 @@ 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 @@ -301,7 +295,6 @@ service:
presign: true
presign_ttl: 1
project: 1
recursive_scan: true
regex_filter: regex_filter
status: initialized
synchronizable: true
Expand Down Expand Up @@ -349,7 +342,6 @@ service:
presign: true
presign_ttl: 1
project: 1
recursive_scan: true
regex_filter: regex_filter
status: initialized
synchronizable: true
Expand Down
4 changes: 4 additions & 0 deletions .mock/definition/projects/members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ service:
- active: active
organization_id: 1
role: role
organization_membership:
active: active
organization_id: 1
role: role
pause: pause
phone: phone
username: username
Expand Down
4 changes: 4 additions & 0 deletions .mock/definition/projects/members/paginated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ service:
- active: active
organization_id: 1
role: role
organization_membership:
active: active
organization_id: 1
role: role
pause: pause
phone: phone
project_role: project_role
Expand Down
7 changes: 7 additions & 0 deletions .mock/definition/prompts/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,19 @@ service:
ordering:
type: optional<string>
docs: Which field to use when ordering the results.
prompt_id:
type: integer
docs: >-
A unique integer value identifying the model ID to list versions
for.
response:
docs: ''
type: list<root.ThirdPartyModelVersion>
examples:
- path-parameters:
prompt_id: 1
query-parameters:
prompt_id: 1
response:
body:
- created_at: '2024-01-15T09:30:00Z'
Expand Down
28 changes: 28 additions & 0 deletions .mock/definition/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ service:
- active: active
organization_id: 1
role: role
organization_membership:
active: active
organization_id: 1
role: role
phone: phone
username: username
audiences:
Expand Down Expand Up @@ -109,6 +113,10 @@ service:
- active: active
organization_id: 1
role: role
organization_membership:
active: active
organization_id: 1
role: role
phone: phone
username: username
audiences:
Expand Down Expand Up @@ -236,6 +244,10 @@ service:
- active: active
organization_id: 1
role: role
organization_membership:
active: active
organization_id: 1
role: role
pause: pause
permissions:
- permissions
Expand Down Expand Up @@ -280,6 +292,10 @@ service:
- active: active
organization_id: 1
role: role
organization_membership:
active: active
organization_id: 1
role: role
phone: phone
username: username
audiences:
Expand Down Expand Up @@ -362,6 +378,10 @@ service:
- active: active
organization_id: 1
role: role
organization_membership:
active: active
organization_id: 1
role: role
pause: pause
phone: phone
username: username
Expand Down Expand Up @@ -418,6 +438,10 @@ service:
- active: active
organization_id: 1
role: role
organization_membership:
active: active
organization_id: 1
role: role
pause: pause
phone: phone
username: username
Expand Down Expand Up @@ -535,6 +559,10 @@ service:
- active: active
organization_id: 1
role: role
organization_membership:
active: active
organization_id: 1
role: role
pause: pause
phone: phone
username: username
Expand Down
4 changes: 4 additions & 0 deletions .mock/definition/workspaces/members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ service:
- active: active
organization_id: 1
role: role
organization_membership:
active: active
organization_id: 1
role: role
pause: pause
phone: phone
username: username
Expand Down
4 changes: 4 additions & 0 deletions .mock/definition/workspaces/members/paginated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ service:
- active: active
organization_id: 1
role: role
organization_membership:
active: active
organization_id: 1
role: role
pause: pause
phone: phone
username: username
Expand Down
Loading
Loading