@fiberai/sdk 0.0.2 → 0.0.3

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/README.md CHANGED
@@ -955,7 +955,7 @@ console.log(`Resets on: ${credits.data.output.usagePeriodResetsOn}`);
955
955
 
956
956
  ## Support
957
957
 
958
- - **Documentation**: [alpha.api.fiber.ai/docs](https://alpha.api.fiber.ai/docs)
958
+ - **Documentation**: [api.fiber.ai/docs](https://api.fiber.ai/docs)
959
959
  - **Email**: team@fiber.ai
960
960
  - **Website**: [fiber.ai](https://fiber.ai)
961
961
  - **Get API Key**: [fiber.ai/app/api](https://fiber.ai/app/api)
package/dist/index.cjs CHANGED
@@ -935,7 +935,7 @@ var createClient = (config = {}) => {
935
935
  };
936
936
 
937
937
  // src/generated/client.gen.ts
938
- var client = createClient(createConfig({ baseUrl: "https://alpha.api.fiber.ai" }));
938
+ var client = createClient(createConfig({ baseUrl: "https://api.fiber.ai" }));
939
939
 
940
940
  // src/generated/sdk.gen.ts
941
941
  var getOpenApi = (options) => (options?.client ?? client).get({ url: "/openapi.json", ...options });