build: refresh bundled channel metadata

This commit is contained in:
Peter Steinberger
2026-04-15 05:01:43 +01:00
parent 5ca65c84cc
commit ec7635256b

View File

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