From ec7635256b1393ca453ab5d533f66280aadbc9ce Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 15 Apr 2026 05:01:43 +0100 Subject: [PATCH] build: refresh bundled channel metadata --- ...ndled-channel-config-metadata.generated.ts | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/src/config/bundled-channel-config-metadata.generated.ts b/src/config/bundled-channel-config-metadata.generated.ts index 2ac3ef1cb63..d0600d84899 100644 --- a/src/config/bundled-channel-config-metadata.generated.ts +++ b/src/config/bundled-channel-config-metadata.generated.ts @@ -241,6 +241,30 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [ }, additionalProperties: false, }, + catchup: { + type: "object", + properties: { + enabled: { + type: "boolean", + }, + maxAgeMinutes: { + type: "integer", + exclusiveMinimum: 0, + maximum: 9007199254740991, + }, + perRunLimit: { + type: "integer", + exclusiveMinimum: 0, + maximum: 9007199254740991, + }, + firstRunLookbackMinutes: { + type: "integer", + exclusiveMinimum: 0, + maximum: 9007199254740991, + }, + }, + additionalProperties: false, + }, blockStreaming: { type: "boolean", }, @@ -518,6 +542,30 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [ }, additionalProperties: false, }, + catchup: { + type: "object", + properties: { + enabled: { + type: "boolean", + }, + maxAgeMinutes: { + type: "integer", + exclusiveMinimum: 0, + maximum: 9007199254740991, + }, + perRunLimit: { + type: "integer", + exclusiveMinimum: 0, + maximum: 9007199254740991, + }, + firstRunLookbackMinutes: { + type: "integer", + exclusiveMinimum: 0, + maximum: 9007199254740991, + }, + }, + additionalProperties: false, + }, blockStreaming: { type: "boolean", },