sim-setup 1.0.10-preview.97.1 → 1.0.10-preview.98.1
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.js +5 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26038,9 +26038,13 @@ var init_integrations = __esm(() => {
|
|
|
26038
26038
|
{
|
|
26039
26039
|
name: "List Vault Items",
|
|
26040
26040
|
description: "List the credentials available from password managers connected to TinyFish, with the URIs an agent run can be scoped to"
|
|
26041
|
+
},
|
|
26042
|
+
{
|
|
26043
|
+
name: "List Browser Profiles",
|
|
26044
|
+
description: "List the Browser Context Profiles saved on the TinyFish account, with the ids an agent run can start from to reuse a logged-in session"
|
|
26041
26045
|
}
|
|
26042
26046
|
],
|
|
26043
|
-
operationCount:
|
|
26047
|
+
operationCount: 9,
|
|
26044
26048
|
triggers: [],
|
|
26045
26049
|
triggerCount: 0,
|
|
26046
26050
|
authType: "api-key",
|