@ericsanchezok/synergy-sdk 1.2.32 → 2.0.0

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.
@@ -229,6 +229,8 @@ export type AgendaWebhookResult = {
229
229
  };
230
230
  export type Scope = {
231
231
  id: string;
232
+ type: "global" | "project";
233
+ directory: string;
232
234
  worktree: string;
233
235
  vcs?: "git";
234
236
  name?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@ericsanchezok/synergy-sdk",
4
- "version": "1.2.32",
4
+ "version": "2.0.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {