@agentrun/sdk 0.0.2-test.21114009592 → 0.0.2-test.21115150142
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -8337,7 +8337,7 @@ var init_toolset = __esm({
|
|
|
8337
8337
|
*/
|
|
8338
8338
|
_getOpenAPIBaseUrl() {
|
|
8339
8339
|
const outputs = this.status?.outputs;
|
|
8340
|
-
return outputs?.urls?.
|
|
8340
|
+
return outputs?.urls?.internetUrl || outputs?.urls?.intranetUrl;
|
|
8341
8341
|
}
|
|
8342
8342
|
};
|
|
8343
8343
|
}
|