@agent-native/dispatch 0.38.3 → 0.38.4-nightly-20260922175754

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,9 +48,9 @@ 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
- found?: undefined;
51
+ provider?: undefined;
53
52
  deleted?: undefined;
53
+ found?: undefined;
54
54
  providers: {
55
55
  id: string;
56
56
  label: string;
@@ -61,12 +61,11 @@ declare const _default: import("node_modules/@agent-native/core/dist").ActionDef
61
61
  updatedAt: number;
62
62
  }[];
63
63
  count: number;
64
- provider?: undefined;
65
64
  registered?: undefined;
66
65
  label?: undefined;
66
+ message?: undefined;
67
67
  } | {
68
68
  id?: undefined;
69
- message?: undefined;
70
69
  deleted?: undefined;
71
70
  providers?: undefined;
72
71
  count?: undefined;
@@ -74,32 +73,33 @@ 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
+ } | {
78
+ provider?: undefined;
79
79
  deleted?: undefined;
80
80
  providers?: undefined;
81
81
  count?: undefined;
82
- provider?: undefined;
83
82
  found: boolean;
84
83
  id: string;
85
84
  registered?: undefined;
86
85
  label?: undefined;
87
- } | {
88
86
  message?: undefined;
87
+ } | {
88
+ provider?: undefined;
89
89
  found?: undefined;
90
90
  providers?: undefined;
91
91
  count?: undefined;
92
- provider?: 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;
98
+ provider?: undefined;
99
99
  deleted?: undefined;
100
+ found?: undefined;
100
101
  providers?: undefined;
101
102
  count?: undefined;
102
- provider?: undefined;
103
103
  registered: boolean;
104
104
  id: string;
105
105
  label: string;
@@ -1,13 +1,13 @@
1
1
  export declare function meta(): ({
2
- title: string;
3
2
  name?: undefined;
4
3
  property?: undefined;
5
4
  content?: undefined;
5
+ title: string;
6
6
  } | {
7
7
  title?: undefined;
8
+ property?: undefined;
8
9
  name: string;
9
10
  content: string;
10
- property?: undefined;
11
11
  } | {
12
12
  title?: undefined;
13
13
  name?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/dispatch",
3
- "version": "0.38.3",
3
+ "version": "0.38.4-nightly-20260922175754",
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.5"
91
+ "@agent-native/toolkit": "0.20.6-nightly-20260922175754"
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.183.0"
105
+ "@agent-native/core": "0.184.0-nightly-20260922175754"
106
106
  },
107
107
  "peerDependencies": {
108
- "@agent-native/core": ">=0.8.0",
108
+ "@agent-native/core": "0.184.0-nightly-20260922175754",
109
109
  "react": ">=19.2.7",
110
110
  "react-dom": ">=19.2.7",
111
111
  "react-router": ">=8"