@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 +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +86 -1095
- package/dist/index.d.ts +86 -1095
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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**: [
|
|
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://
|
|
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 });
|