@agent-native/dispatch 0.19.1 → 0.19.2

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,7 +47,6 @@ 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
  deleted?: undefined;
52
51
  found?: undefined;
53
52
  providers: {
@@ -64,8 +63,8 @@ declare const _default: import("node_modules/@agent-native/core/dist").ActionDef
64
63
  registered?: undefined;
65
64
  id?: undefined;
66
65
  label?: undefined;
67
- } | {
68
66
  message?: undefined;
67
+ } | {
69
68
  deleted?: undefined;
70
69
  providers?: undefined;
71
70
  count?: undefined;
@@ -74,8 +73,8 @@ declare const _default: import("node_modules/@agent-native/core/dist").ActionDef
74
73
  registered?: undefined;
75
74
  id?: undefined;
76
75
  label?: undefined;
77
- } | {
78
76
  message?: undefined;
77
+ } | {
79
78
  deleted?: undefined;
80
79
  providers?: undefined;
81
80
  count?: undefined;
@@ -84,8 +83,8 @@ 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;
87
+ } | {
89
88
  found?: undefined;
90
89
  providers?: undefined;
91
90
  count?: undefined;
@@ -94,6 +93,7 @@ declare const _default: import("node_modules/@agent-native/core/dist").ActionDef
94
93
  id: string;
95
94
  registered?: undefined;
96
95
  label?: undefined;
96
+ message?: undefined;
97
97
  } | {
98
98
  deleted?: undefined;
99
99
  found?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/dispatch",
3
- "version": "0.19.1",
3
+ "version": "0.19.2",
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": {
@@ -84,7 +84,7 @@
84
84
  "tailwind-merge": "^3.5.0",
85
85
  "vaul": "^1.1.2",
86
86
  "zod": "^4.3.6",
87
- "@agent-native/toolkit": "0.13.3"
87
+ "@agent-native/toolkit": "0.13.4"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@react-router/dev": "^8.1.0",
@@ -98,7 +98,7 @@
98
98
  "typescript-7": "npm:typescript@^7.0.2",
99
99
  "vite": "8.1.0",
100
100
  "vitest": "^4.1.5",
101
- "@agent-native/core": "0.145.4"
101
+ "@agent-native/core": "0.145.5"
102
102
  },
103
103
  "peerDependencies": {
104
104
  "@agent-native/core": ">=0.8.0",