Skip to content
Merged
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
10 changes: 8 additions & 2 deletions src/assets/api/crowdin/file-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18564,7 +18564,6 @@ components:
AdvisorAppInsightForm:
required:
- outcome
- checkedAt
properties:
outcome:
description: "Result of the app's check. `flagged` — issue detected; `clear` — on target; `not_applicable` — inspector does not apply to this project."
Expand All @@ -18574,7 +18573,7 @@ components:
- clear
- not_applicable
checkedAt:
description: 'Date when the app performed this check (ISO 8601)'
description: 'Date when the app performed this check (ISO 8601). Defaults to the time the request is received.'
type: string
format: date-time
example: '2026-05-21T14:30:00+00:00'
Expand Down Expand Up @@ -26084,6 +26083,13 @@ components:
format: date-time
example: '2019-09-23T09:04:29+00:00'
nullable: true
error:
description: 'Only present when status is "failed"'
properties:
message:
type: string
example: 'This distribution release has no bundles, or the bundles have been removed.'
type: object
type: object
FileBasedDistributionRelease:
title: 'Distribution Release'
Expand Down
10 changes: 8 additions & 2 deletions src/assets/api/crowdin/string-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16792,7 +16792,6 @@ components:
AdvisorAppInsightForm:
required:
- outcome
- checkedAt
properties:
outcome:
description: "Result of the app's check. `flagged` — issue detected; `clear` — on target; `not_applicable` — inspector does not apply to this project."
Expand All @@ -16802,7 +16801,7 @@ components:
- clear
- not_applicable
checkedAt:
description: 'Date when the app performed this check (ISO 8601)'
description: 'Date when the app performed this check (ISO 8601). Defaults to the time the request is received.'
type: string
format: date-time
example: '2026-05-21T14:30:00+00:00'
Expand Down Expand Up @@ -23961,6 +23960,13 @@ components:
format: date-time
example: '2019-09-23T09:04:29+00:00'
nullable: true
error:
description: 'Only present when status is "failed"'
properties:
message:
type: string
example: 'This distribution release has no bundles, or the bundles have been removed.'
type: object
type: object
FileBasedDistributionRelease:
title: 'Distribution Release'
Expand Down
10 changes: 8 additions & 2 deletions src/assets/api/enterprise/file-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22010,7 +22010,6 @@ components:
AdvisorAppInsightForm:
required:
- outcome
- checkedAt
properties:
outcome:
description: "Result of the app's check. `flagged` — issue detected; `clear` — on target; `not_applicable` — inspector does not apply to this project."
Expand All @@ -22020,7 +22019,7 @@ components:
- clear
- not_applicable
checkedAt:
description: 'Date when the app performed this check (ISO 8601)'
description: 'Date when the app performed this check (ISO 8601). Defaults to the time the request is received.'
type: string
format: date-time
example: '2026-05-21T14:30:00+00:00'
Expand Down Expand Up @@ -29844,6 +29843,13 @@ components:
format: date-time
example: '2019-09-23T09:04:29+00:00'
nullable: true
error:
description: 'Only present when status is "failed"'
properties:
message:
type: string
example: 'This distribution release has no bundles, or the bundles have been removed.'
type: object
type: object
FileBasedDistributionRelease:
title: 'Distribution Release'
Expand Down
10 changes: 8 additions & 2 deletions src/assets/api/enterprise/string-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20012,7 +20012,6 @@ components:
AdvisorAppInsightForm:
required:
- outcome
- checkedAt
properties:
outcome:
description: "Result of the app's check. `flagged` — issue detected; `clear` — on target; `not_applicable` — inspector does not apply to this project."
Expand All @@ -20022,7 +20021,7 @@ components:
- clear
- not_applicable
checkedAt:
description: 'Date when the app performed this check (ISO 8601)'
description: 'Date when the app performed this check (ISO 8601). Defaults to the time the request is received.'
type: string
format: date-time
example: '2026-05-21T14:30:00+00:00'
Expand Down Expand Up @@ -27495,6 +27494,13 @@ components:
format: date-time
example: '2019-09-23T09:04:29+00:00'
nullable: true
error:
description: 'Only present when status is "failed"'
properties:
message:
type: string
example: 'This distribution release has no bundles, or the bundles have been removed.'
type: object
type: object
FileBasedDistributionRelease:
title: 'Distribution Release'
Expand Down