@easbot/sdk 0.2.27 → 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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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
|
-
|
|
880
|
-
|
|
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
|
-
|
|
880
|
-
|
|
879
|
+
agent_client?: PermissionRuleConfig;
|
|
880
|
+
gateway?: PermissionRuleConfig;
|
|
881
881
|
apply_patch?: PermissionRuleConfig;
|
|
882
882
|
batch?: PermissionRuleConfig;
|
|
883
883
|
plan?: PermissionRuleConfig;
|