@avallon-labs/sdk 16.1.0 → 16.2.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 CHANGED
@@ -3393,6 +3393,7 @@ type ProfilePermissionsItem = (typeof ProfilePermissionsItem)[keyof typeof Profi
3393
3393
  declare const ProfilePermissionsItem: {
3394
3394
  readonly "voice-agents:write": "voice-agents:write";
3395
3395
  readonly "tools:write": "tools:write";
3396
+ readonly "tools:execute": "tools:execute";
3396
3397
  readonly "extractors:write": "extractors:write";
3397
3398
  readonly "email-agents:write": "email-agents:write";
3398
3399
  readonly "artifacts:write": "artifacts:write";
package/dist/index.js CHANGED
@@ -2848,6 +2848,7 @@ var OutboundJobStatus = {
2848
2848
  var ProfilePermissionsItem = {
2849
2849
  "voice-agents:write": "voice-agents:write",
2850
2850
  "tools:write": "tools:write",
2851
+ "tools:execute": "tools:execute",
2851
2852
  "extractors:write": "extractors:write",
2852
2853
  "email-agents:write": "email-agents:write",
2853
2854
  "artifacts:write": "artifacts:write",