diff --git a/src/assets/api/crowdin/file-based.yml b/src/assets/api/crowdin/file-based.yml index e1621919..a8b732ac 100644 --- a/src/assets/api/crowdin/file-based.yml +++ b/src/assets/api/crowdin/file-based.yml @@ -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." @@ -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' @@ -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' diff --git a/src/assets/api/crowdin/string-based.yml b/src/assets/api/crowdin/string-based.yml index bf8af3ef..54ced5fa 100644 --- a/src/assets/api/crowdin/string-based.yml +++ b/src/assets/api/crowdin/string-based.yml @@ -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." @@ -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' @@ -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' diff --git a/src/assets/api/enterprise/file-based.yml b/src/assets/api/enterprise/file-based.yml index f6970e6b..ac21e576 100644 --- a/src/assets/api/enterprise/file-based.yml +++ b/src/assets/api/enterprise/file-based.yml @@ -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." @@ -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' @@ -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' diff --git a/src/assets/api/enterprise/string-based.yml b/src/assets/api/enterprise/string-based.yml index f2bfb1b7..4559a5ed 100644 --- a/src/assets/api/enterprise/string-based.yml +++ b/src/assets/api/enterprise/string-based.yml @@ -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." @@ -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' @@ -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'