@agent-native/dispatch 0.38.5-nightly-20260923154051 → 0.38.6

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.
@@ -48,8 +48,8 @@ declare const _default: import("node_modules/@agent-native/core/dist").ActionDef
48
48
  scope?: "org" | "user" | undefined;
49
49
  }, {
50
50
  id?: undefined;
51
- message?: undefined;
52
51
  deleted?: undefined;
52
+ provider?: undefined;
53
53
  providers: {
54
54
  id: string;
55
55
  label: string;
@@ -60,45 +60,45 @@ declare const _default: import("node_modules/@agent-native/core/dist").ActionDef
60
60
  updatedAt: number;
61
61
  }[];
62
62
  count: number;
63
- provider?: undefined;
64
63
  found?: undefined;
65
64
  registered?: undefined;
66
65
  label?: undefined;
66
+ message?: undefined;
67
67
  } | {
68
68
  id?: undefined;
69
- message?: undefined;
70
- count?: undefined;
71
69
  deleted?: undefined;
72
70
  providers?: undefined;
71
+ count?: undefined;
73
72
  found: boolean;
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;
79
- count?: undefined;
77
+ } | {
80
78
  deleted?: undefined;
81
- providers?: undefined;
82
79
  provider?: undefined;
80
+ providers?: undefined;
81
+ count?: undefined;
83
82
  found: boolean;
84
83
  id: string;
85
84
  registered?: undefined;
86
85
  label?: undefined;
87
- } | {
88
86
  message?: undefined;
89
- count?: undefined;
90
- providers?: undefined;
87
+ } | {
91
88
  provider?: undefined;
89
+ providers?: undefined;
90
+ count?: undefined;
92
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
- count?: undefined;
99
98
  deleted?: undefined;
100
- providers?: undefined;
101
99
  provider?: undefined;
100
+ providers?: undefined;
101
+ count?: undefined;
102
102
  found?: undefined;
103
103
  registered: boolean;
104
104
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/dispatch",
3
- "version": "0.38.5-nightly-20260923154051",
3
+ "version": "0.38.6",
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": {
@@ -88,7 +88,7 @@
88
88
  "tailwind-merge": "^3.5.0",
89
89
  "vaul": "^1.1.2",
90
90
  "zod": "^4.3.6",
91
- "@agent-native/toolkit": "0.20.7-nightly-20260923154051"
91
+ "@agent-native/toolkit": "0.20.8"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@react-router/dev": "^8.1.0",
@@ -102,10 +102,10 @@
102
102
  "typescript-7": "npm:typescript@^7.0.2",
103
103
  "vite": "8.1.0",
104
104
  "vitest": "^4.1.5",
105
- "@agent-native/core": "0.185.0-nightly-20260923154051"
105
+ "@agent-native/core": "0.186.0"
106
106
  },
107
107
  "peerDependencies": {
108
- "@agent-native/core": "0.185.0-nightly-20260923154051",
108
+ "@agent-native/core": ">=0.8.0",
109
109
  "react": ">=19.2.7",
110
110
  "react-dom": ">=19.2.7",
111
111
  "react-router": ">=8"