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", },