asteroid-odyssey 1.7.486 → 1.7.516
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.mts +12 -0
- package/dist/index.d.ts +12 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2799,6 +2799,10 @@ type AgentsProfileAgentProfile = {
|
|
|
2799
2799
|
* Stable org extension IDs attached to this profile
|
|
2800
2800
|
*/
|
|
2801
2801
|
extensionIds: Array<CommonUuid>;
|
|
2802
|
+
/**
|
|
2803
|
+
* Admin-only to set. Org vault item IDs attached to this profile.
|
|
2804
|
+
*/
|
|
2805
|
+
vaultItemIds: Array<CommonUuid>;
|
|
2802
2806
|
/**
|
|
2803
2807
|
* Optional custom prefix for the agent's inbox email address. If set, the inbox will be {prefix}@agentmail.asteroid.ai. If not set, defaults to the first 8 characters of the profile ID.
|
|
2804
2808
|
*/
|
|
@@ -3061,6 +3065,10 @@ type AgentsProfileCreateAgentProfileRequest = {
|
|
|
3061
3065
|
* Stable org extension IDs to attach to this profile
|
|
3062
3066
|
*/
|
|
3063
3067
|
extensionIds?: Array<CommonUuid>;
|
|
3068
|
+
/**
|
|
3069
|
+
* Admin-only to set. Org vault item IDs attached to this profile.
|
|
3070
|
+
*/
|
|
3071
|
+
vaultItemIds?: Array<CommonUuid>;
|
|
3064
3072
|
/**
|
|
3065
3073
|
* Optional custom prefix for the agent's inbox email address. If set, the inbox will be {prefix}@agentmail.asteroid.ai.
|
|
3066
3074
|
*/
|
|
@@ -3363,6 +3371,10 @@ type AgentsProfileUpdateAgentProfileRequest = {
|
|
|
3363
3371
|
* Stable org extension IDs to attach to this profile
|
|
3364
3372
|
*/
|
|
3365
3373
|
extensionIds?: Array<CommonUuid>;
|
|
3374
|
+
/**
|
|
3375
|
+
* Admin-only to set. Org vault item IDs attached to this profile.
|
|
3376
|
+
*/
|
|
3377
|
+
vaultItemIds?: Array<CommonUuid>;
|
|
3366
3378
|
/**
|
|
3367
3379
|
* Optional custom prefix for the agent's inbox email address. If set, the inbox will be {prefix}@agentmail.asteroid.ai.
|
|
3368
3380
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -2799,6 +2799,10 @@ type AgentsProfileAgentProfile = {
|
|
|
2799
2799
|
* Stable org extension IDs attached to this profile
|
|
2800
2800
|
*/
|
|
2801
2801
|
extensionIds: Array<CommonUuid>;
|
|
2802
|
+
/**
|
|
2803
|
+
* Admin-only to set. Org vault item IDs attached to this profile.
|
|
2804
|
+
*/
|
|
2805
|
+
vaultItemIds: Array<CommonUuid>;
|
|
2802
2806
|
/**
|
|
2803
2807
|
* Optional custom prefix for the agent's inbox email address. If set, the inbox will be {prefix}@agentmail.asteroid.ai. If not set, defaults to the first 8 characters of the profile ID.
|
|
2804
2808
|
*/
|
|
@@ -3061,6 +3065,10 @@ type AgentsProfileCreateAgentProfileRequest = {
|
|
|
3061
3065
|
* Stable org extension IDs to attach to this profile
|
|
3062
3066
|
*/
|
|
3063
3067
|
extensionIds?: Array<CommonUuid>;
|
|
3068
|
+
/**
|
|
3069
|
+
* Admin-only to set. Org vault item IDs attached to this profile.
|
|
3070
|
+
*/
|
|
3071
|
+
vaultItemIds?: Array<CommonUuid>;
|
|
3064
3072
|
/**
|
|
3065
3073
|
* Optional custom prefix for the agent's inbox email address. If set, the inbox will be {prefix}@agentmail.asteroid.ai.
|
|
3066
3074
|
*/
|
|
@@ -3363,6 +3371,10 @@ type AgentsProfileUpdateAgentProfileRequest = {
|
|
|
3363
3371
|
* Stable org extension IDs to attach to this profile
|
|
3364
3372
|
*/
|
|
3365
3373
|
extensionIds?: Array<CommonUuid>;
|
|
3374
|
+
/**
|
|
3375
|
+
* Admin-only to set. Org vault item IDs attached to this profile.
|
|
3376
|
+
*/
|
|
3377
|
+
vaultItemIds?: Array<CommonUuid>;
|
|
3366
3378
|
/**
|
|
3367
3379
|
* Optional custom prefix for the agent's inbox email address. If set, the inbox will be {prefix}@agentmail.asteroid.ai.
|
|
3368
3380
|
*/
|