@agent-native/dispatch 0.33.2 → 0.33.3-nightly-20260903220410

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,10 +47,10 @@ 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
- id?: undefined;
51
- provider?: undefined;
52
- deleted?: undefined;
53
50
  message?: undefined;
51
+ deleted?: undefined;
52
+ id?: undefined;
53
+ found?: undefined;
54
54
  providers: {
55
55
  id: string;
56
56
  label: string;
@@ -61,45 +61,45 @@ declare const _default: import("node_modules/@agent-native/core/dist").ActionDef
61
61
  updatedAt: number;
62
62
  }[];
63
63
  count: number;
64
- found?: undefined;
64
+ provider?: undefined;
65
65
  registered?: undefined;
66
66
  label?: undefined;
67
67
  } | {
68
- id?: undefined;
69
- deleted?: undefined;
70
68
  message?: undefined;
71
- providers?: undefined;
72
69
  count?: undefined;
70
+ deleted?: undefined;
71
+ id?: undefined;
72
+ providers?: undefined;
73
73
  found: boolean;
74
74
  provider: import("node_modules/@agent-native/core/dist/provider-api").CustomProviderConfig;
75
75
  registered?: undefined;
76
76
  label?: undefined;
77
77
  } | {
78
- provider?: undefined;
79
- deleted?: undefined;
80
78
  message?: undefined;
81
- providers?: undefined;
82
79
  count?: undefined;
80
+ deleted?: undefined;
81
+ providers?: undefined;
82
+ provider?: undefined;
83
83
  found: boolean;
84
84
  id: string;
85
85
  registered?: undefined;
86
86
  label?: undefined;
87
87
  } | {
88
- provider?: undefined;
89
88
  message?: undefined;
90
- providers?: undefined;
91
89
  count?: undefined;
92
90
  found?: undefined;
91
+ providers?: undefined;
92
+ provider?: undefined;
93
93
  deleted: boolean;
94
94
  id: string;
95
95
  registered?: undefined;
96
96
  label?: undefined;
97
97
  } | {
98
- provider?: undefined;
99
- deleted?: undefined;
100
- providers?: undefined;
101
98
  count?: undefined;
99
+ deleted?: undefined;
102
100
  found?: undefined;
101
+ providers?: undefined;
102
+ provider?: 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.33.2",
3
+ "version": "0.33.3-nightly-20260903220410",
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": {
@@ -87,7 +87,7 @@
87
87
  "tailwind-merge": "^3.5.0",
88
88
  "vaul": "^1.1.2",
89
89
  "zod": "^4.3.6",
90
- "@agent-native/toolkit": "0.19.3"
90
+ "@agent-native/toolkit": "0.19.4-nightly-20260903220410"
91
91
  },
92
92
  "devDependencies": {
93
93
  "@react-router/dev": "^8.1.0",
@@ -101,10 +101,10 @@
101
101
  "typescript-7": "npm:typescript@^7.0.2",
102
102
  "vite": "8.1.0",
103
103
  "vitest": "^4.1.5",
104
- "@agent-native/core": "0.176.5"
104
+ "@agent-native/core": "0.176.6-nightly-20260903220410"
105
105
  },
106
106
  "peerDependencies": {
107
- "@agent-native/core": ">=0.8.0",
107
+ "@agent-native/core": "0.176.6-nightly-20260903220410",
108
108
  "react": ">=19.2.7",
109
109
  "react-dom": ">=19.2.7",
110
110
  "react-router": ">=8"