@fiberai/sdk 0.0.2 → 0.0.4

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 CHANGED
@@ -826,7 +826,7 @@ var createClient = (config = {}) => {
826
826
  };
827
827
 
828
828
  // src/generated/client.gen.ts
829
- var client = createClient(createConfig({ baseUrl: "https://alpha.api.fiber.ai" }));
829
+ var client = createClient(createConfig({ baseUrl: "https://api.fiber.ai" }));
830
830
 
831
831
  // src/generated/sdk.gen.ts
832
832
  var getOpenApi = (options) => (options?.client ?? client).get({ url: "/openapi.json", ...options });