@agent-native/dispatch 0.15.11 → 0.15.12

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.
@@ -47,9 +47,7 @@ declare const _default: import("node_modules/@agent-native/core/dist").ActionDef
47
47
  notes?: string | undefined;
48
48
  scope?: "org" | "user" | undefined;
49
49
  }, {
50
- message?: undefined;
51
50
  id?: undefined;
52
- found?: undefined;
53
51
  deleted?: undefined;
54
52
  providers: {
55
53
  id: string;
@@ -62,10 +60,11 @@ declare const _default: import("node_modules/@agent-native/core/dist").ActionDef
62
60
  }[];
63
61
  count: number;
64
62
  provider?: undefined;
63
+ found?: undefined;
65
64
  registered?: undefined;
66
65
  label?: undefined;
67
- } | {
68
66
  message?: undefined;
67
+ } | {
69
68
  id?: undefined;
70
69
  deleted?: undefined;
71
70
  providers?: undefined;
@@ -74,8 +73,8 @@ declare const _default: import("node_modules/@agent-native/core/dist").ActionDef
74
73
  provider: import("node_modules/@agent-native/core/dist/provider-api").CustomProviderConfig;
75
74
  registered?: undefined;
76
75
  label?: undefined;
77
- } | {
78
76
  message?: undefined;
77
+ } | {
79
78
  deleted?: undefined;
80
79
  providers?: undefined;
81
80
  count?: undefined;
@@ -84,22 +83,23 @@ declare const _default: import("node_modules/@agent-native/core/dist").ActionDef
84
83
  id: string;
85
84
  registered?: undefined;
86
85
  label?: undefined;
87
- } | {
88
86
  message?: undefined;
89
- found?: undefined;
87
+ } | {
90
88
  providers?: undefined;
91
89
  count?: undefined;
92
90
  provider?: undefined;
91
+ found?: undefined;
93
92
  deleted: boolean;
94
93
  id: string;
95
94
  registered?: undefined;
96
95
  label?: undefined;
96
+ message?: undefined;
97
97
  } | {
98
- found?: undefined;
99
98
  deleted?: undefined;
100
99
  providers?: undefined;
101
100
  count?: undefined;
102
101
  provider?: undefined;
102
+ found?: undefined;
103
103
  registered: boolean;
104
104
  id: string;
105
105
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/dispatch",
3
- "version": "0.15.11",
3
+ "version": "0.15.12",
4
4
  "description": "Dispatch — workspace control plane for agent-native apps. Vault, integrations, destinations, scheduled jobs, and cross-app delegation, shipped as a single drop-in package.",
5
5
  "homepage": "https://github.com/BuilderIO/agent-native#readme",
6
6
  "bugs": {
@@ -86,7 +86,7 @@
86
86
  "tailwind-merge": "^3.5.0",
87
87
  "vaul": "^1.1.2",
88
88
  "zod": "^4.3.6",
89
- "@agent-native/toolkit": "0.9.1"
89
+ "@agent-native/toolkit": "0.10.0"
90
90
  },
91
91
  "devDependencies": {
92
92
  "@react-router/dev": "^8.1.0",
@@ -100,7 +100,7 @@
100
100
  "typescript-7": "npm:typescript@^7.0.2",
101
101
  "vite": "8.1.0",
102
102
  "vitest": "^4.1.5",
103
- "@agent-native/core": "0.116.0"
103
+ "@agent-native/core": "0.118.0"
104
104
  },
105
105
  "peerDependencies": {
106
106
  "@agent-native/core": ">=0.8.0",