@avallon-labs/sdk 40.1.0-staging.990 → 41.0.0
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.
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2903,7 +2903,6 @@ interface WorkerMcpOutput {
|
|
|
2903
2903
|
*/
|
|
2904
2904
|
type WorkerPermission = (typeof WorkerPermission)[keyof typeof WorkerPermission];
|
|
2905
2905
|
declare const WorkerPermission: {
|
|
2906
|
-
readonly "workers:execute": "workers:execute";
|
|
2907
2906
|
readonly "workers:run": "workers:run";
|
|
2908
2907
|
readonly "inboxes:send": "inboxes:send";
|
|
2909
2908
|
readonly "artifacts:write": "artifacts:write";
|
package/dist/index.js
CHANGED
|
@@ -5728,7 +5728,6 @@ var WorkerMcpOutputName = {
|
|
|
5728
5728
|
|
|
5729
5729
|
// generated/models/workerPermission.ts
|
|
5730
5730
|
var WorkerPermission = {
|
|
5731
|
-
"workers:execute": "workers:execute",
|
|
5732
5731
|
"workers:run": "workers:run",
|
|
5733
5732
|
"inboxes:send": "inboxes:send",
|
|
5734
5733
|
"artifacts:write": "artifacts:write",
|