@agentrun/sdk 0.0.2-test.21114379168 → 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 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?.intranetUrl || outputs?.urls?.internetUrl;
8340
+ return outputs?.urls?.internetUrl || outputs?.urls?.intranetUrl;
8341
8341
  }
8342
8342
  };
8343
8343
  }