@easbot/sdk 0.2.26 → 0.2.28

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.
package/dist/index.d.cts CHANGED
@@ -876,8 +876,8 @@ type PermissionConfig = {
876
876
  note?: PermissionRuleConfig;
877
877
  memory?: PermissionRuleConfig;
878
878
  codebase?: PermissionRuleConfig;
879
- agent_client_chat?: PermissionRuleConfig;
880
- gateway_channel?: PermissionRuleConfig;
879
+ agent_client?: PermissionRuleConfig;
880
+ gateway?: PermissionRuleConfig;
881
881
  apply_patch?: PermissionRuleConfig;
882
882
  batch?: PermissionRuleConfig;
883
883
  plan?: PermissionRuleConfig;
package/dist/index.d.ts CHANGED
@@ -876,8 +876,8 @@ type PermissionConfig = {
876
876
  note?: PermissionRuleConfig;
877
877
  memory?: PermissionRuleConfig;
878
878
  codebase?: PermissionRuleConfig;
879
- agent_client_chat?: PermissionRuleConfig;
880
- gateway_channel?: PermissionRuleConfig;
879
+ agent_client?: PermissionRuleConfig;
880
+ gateway?: PermissionRuleConfig;
881
881
  apply_patch?: PermissionRuleConfig;
882
882
  batch?: PermissionRuleConfig;
883
883
  plan?: PermissionRuleConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easbot/sdk",
3
- "version": "0.2.26",
3
+ "version": "0.2.28",
4
4
  "description": "Easbot SDK for client applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",