@avallon-labs/sdk 15.3.0 → 15.4.0-staging.373
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 +11 -0
- package/dist/index.js +12 -1
- package/dist/index.js.map +1 -1
- package/package.json +13 -13
package/dist/index.d.ts
CHANGED
|
@@ -3304,6 +3304,17 @@ type OutboundJobList = OutboundJob[];
|
|
|
3304
3304
|
type ProfilePermissionsItem = (typeof ProfilePermissionsItem)[keyof typeof ProfilePermissionsItem];
|
|
3305
3305
|
declare const ProfilePermissionsItem: {
|
|
3306
3306
|
readonly "voice-agents:write": "voice-agents:write";
|
|
3307
|
+
readonly "tools:write": "tools:write";
|
|
3308
|
+
readonly "extractors:write": "extractors:write";
|
|
3309
|
+
readonly "email-agents:write": "email-agents:write";
|
|
3310
|
+
readonly "artifacts:write": "artifacts:write";
|
|
3311
|
+
readonly "webhooks:write": "webhooks:write";
|
|
3312
|
+
readonly "api-keys:write": "api-keys:write";
|
|
3313
|
+
readonly "teams:write": "teams:write";
|
|
3314
|
+
readonly "claims:write": "claims:write";
|
|
3315
|
+
readonly "feedback:write": "feedback:write";
|
|
3316
|
+
readonly "outbound-jobs:write": "outbound-jobs:write";
|
|
3317
|
+
readonly "workers:write": "workers:write";
|
|
3307
3318
|
};
|
|
3308
3319
|
|
|
3309
3320
|
/**
|
package/dist/index.js
CHANGED
|
@@ -2845,7 +2845,18 @@ var OutboundJobStatus = {
|
|
|
2845
2845
|
|
|
2846
2846
|
// generated/models/profilePermissionsItem.ts
|
|
2847
2847
|
var ProfilePermissionsItem = {
|
|
2848
|
-
"voice-agents:write": "voice-agents:write"
|
|
2848
|
+
"voice-agents:write": "voice-agents:write",
|
|
2849
|
+
"tools:write": "tools:write",
|
|
2850
|
+
"extractors:write": "extractors:write",
|
|
2851
|
+
"email-agents:write": "email-agents:write",
|
|
2852
|
+
"artifacts:write": "artifacts:write",
|
|
2853
|
+
"webhooks:write": "webhooks:write",
|
|
2854
|
+
"api-keys:write": "api-keys:write",
|
|
2855
|
+
"teams:write": "teams:write",
|
|
2856
|
+
"claims:write": "claims:write",
|
|
2857
|
+
"feedback:write": "feedback:write",
|
|
2858
|
+
"outbound-jobs:write": "outbound-jobs:write",
|
|
2859
|
+
"workers:write": "workers:write"
|
|
2849
2860
|
};
|
|
2850
2861
|
|
|
2851
2862
|
// generated/models/profileRole.ts
|