Refactor channel approval capability seams (#58634)

Merged via squash.

Prepared head SHA: c9ad4e4706
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
This commit is contained in:
Gustavo Madeira Santana
2026-04-01 17:10:25 -04:00
committed by GitHub
parent d9a7ffe003
commit c87c8e66bf
48 changed files with 2214 additions and 861 deletions

View File

@@ -91,7 +91,7 @@
"exportName": "ChannelConfigSchema",
"kind": "type",
"source": {
"line": 69,
"line": 70,
"path": "src/channels/plugins/types.plugin.ts"
}
},
@@ -100,7 +100,7 @@
"exportName": "ChannelConfigUiHint",
"kind": "type",
"source": {
"line": 38,
"line": 39,
"path": "src/channels/plugins/types.plugin.ts"
}
},
@@ -109,7 +109,7 @@
"exportName": "ChannelConfiguredBindingConversationRef",
"kind": "type",
"source": {
"line": 653,
"line": 658,
"path": "src/channels/plugins/types.adapters.ts"
}
},
@@ -118,7 +118,7 @@
"exportName": "ChannelConfiguredBindingMatch",
"kind": "type",
"source": {
"line": 658,
"line": 663,
"path": "src/channels/plugins/types.adapters.ts"
}
},
@@ -127,7 +127,7 @@
"exportName": "ChannelConfiguredBindingProvider",
"kind": "type",
"source": {
"line": 674,
"line": 679,
"path": "src/channels/plugins/types.adapters.ts"
}
},
@@ -181,7 +181,7 @@
"exportName": "ChannelPlugin",
"kind": "type",
"source": {
"line": 77,
"line": 78,
"path": "src/channels/plugins/types.plugin.ts"
}
},
@@ -1201,12 +1201,30 @@
"path": "src/channels/plugins/types.core.ts"
}
},
{
"declaration": "export type ChannelApprovalAdapter = ChannelApprovalAdapter;",
"exportName": "ChannelApprovalAdapter",
"kind": "type",
"source": {
"line": 596,
"path": "src/channels/plugins/types.adapters.ts"
}
},
{
"declaration": "export type ChannelApprovalCapability = ChannelApprovalCapability;",
"exportName": "ChannelApprovalCapability",
"kind": "type",
"source": {
"line": 591,
"path": "src/channels/plugins/types.adapters.ts"
}
},
{
"declaration": "export type ChannelCommandConversationContext = ChannelCommandConversationContext;",
"exportName": "ChannelCommandConversationContext",
"kind": "type",
"source": {
"line": 662,
"line": 667,
"path": "src/channels/plugins/types.adapters.ts"
}
},
@@ -1824,7 +1842,7 @@
"exportName": "ChannelAllowlistAdapter",
"kind": "type",
"source": {
"line": 597,
"line": 602,
"path": "src/channels/plugins/types.adapters.ts"
}
},
@@ -1832,6 +1850,15 @@
"declaration": "export type ChannelApprovalAdapter = ChannelApprovalAdapter;",
"exportName": "ChannelApprovalAdapter",
"kind": "type",
"source": {
"line": 596,
"path": "src/channels/plugins/types.adapters.ts"
}
},
{
"declaration": "export type ChannelApprovalCapability = ChannelApprovalCapability;",
"exportName": "ChannelApprovalCapability",
"kind": "type",
"source": {
"line": 591,
"path": "src/channels/plugins/types.adapters.ts"
@@ -1914,7 +1941,7 @@
"exportName": "ChannelCommandConversationContext",
"kind": "type",
"source": {
"line": 662,
"line": 667,
"path": "src/channels/plugins/types.adapters.ts"
}
},
@@ -1932,7 +1959,7 @@
"exportName": "ChannelConfiguredBindingConversationRef",
"kind": "type",
"source": {
"line": 653,
"line": 658,
"path": "src/channels/plugins/types.adapters.ts"
}
},
@@ -1941,7 +1968,7 @@
"exportName": "ChannelConfiguredBindingMatch",
"kind": "type",
"source": {
"line": 658,
"line": 663,
"path": "src/channels/plugins/types.adapters.ts"
}
},
@@ -1950,7 +1977,7 @@
"exportName": "ChannelConfiguredBindingProvider",
"kind": "type",
"source": {
"line": 674,
"line": 679,
"path": "src/channels/plugins/types.adapters.ts"
}
},
@@ -1959,7 +1986,7 @@
"exportName": "ChannelConversationBindingSupport",
"kind": "type",
"source": {
"line": 690,
"line": 695,
"path": "src/channels/plugins/types.adapters.ts"
}
},
@@ -2265,7 +2292,7 @@
"exportName": "ChannelPlugin",
"kind": "type",
"source": {
"line": 77,
"line": 78,
"path": "src/channels/plugins/types.plugin.ts"
}
},
@@ -2319,7 +2346,7 @@
"exportName": "ChannelSecurityAdapter",
"kind": "type",
"source": {
"line": 721,
"line": 726,
"path": "src/channels/plugins/types.adapters.ts"
}
},
@@ -3729,7 +3756,7 @@
"exportName": "ChannelConfigUiHint",
"kind": "type",
"source": {
"line": 38,
"line": 39,
"path": "src/channels/plugins/types.plugin.ts"
}
},
@@ -3774,7 +3801,7 @@
"exportName": "ChannelPlugin",
"kind": "type",
"source": {
"line": 77,
"line": 78,
"path": "src/channels/plugins/types.plugin.ts"
}
},