mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:40:43 +00:00
chore(config): refresh bundled channel metadata
This commit is contained in:
@@ -7833,6 +7833,22 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
|
||||
tenantId: {
|
||||
type: "string",
|
||||
},
|
||||
authType: {
|
||||
type: "string",
|
||||
enum: ["secret", "federated"],
|
||||
},
|
||||
certificatePath: {
|
||||
type: "string",
|
||||
},
|
||||
certificateThumbprint: {
|
||||
type: "string",
|
||||
},
|
||||
useManagedIdentity: {
|
||||
type: "boolean",
|
||||
},
|
||||
managedIdentityClientId: {
|
||||
type: "string",
|
||||
},
|
||||
webhook: {
|
||||
type: "object",
|
||||
properties: {
|
||||
|
||||
Reference in New Issue
Block a user