@opencode-ai/sdk 1.14.25 → 1.14.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -986,9 +986,7 @@ export type PermissionObjectConfig = {
986
986
  [key: string]: PermissionActionConfig;
987
987
  };
988
988
  export type PermissionRuleConfig = PermissionActionConfig | PermissionObjectConfig;
989
- export type PermissionConfig = PermissionActionConfig | ({
990
- [key: string]: PermissionRuleConfig;
991
- } & {
989
+ export type PermissionConfig = PermissionActionConfig | {
992
990
  read?: PermissionRuleConfig;
993
991
  edit?: PermissionRuleConfig;
994
992
  glob?: PermissionRuleConfig;
@@ -1006,7 +1004,7 @@ export type PermissionConfig = PermissionActionConfig | ({
1006
1004
  doom_loop?: PermissionActionConfig;
1007
1005
  skill?: PermissionRuleConfig;
1008
1006
  [key: string]: PermissionRuleConfig | PermissionActionConfig | undefined;
1009
- });
1007
+ };
1010
1008
  export type AgentConfig = {
1011
1009
  model?: string;
1012
1010
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/sdk",
4
- "version": "1.14.25",
4
+ "version": "1.14.26",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {