@izzai/one-js 1.1.22 → 1.1.24
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 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +9 -6
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4184,6 +4184,7 @@ class BaseService {
|
|
|
4184
4184
|
(typeof this.auth === 'object' && (!this.auth.email || !this.auth.apiKey))) {
|
|
4185
4185
|
throw new HttpErrors.UnprocessableEntity('izz.ONE service is not properly configured');
|
|
4186
4186
|
}
|
|
4187
|
+
this.baseUrl || (this.baseUrl = 'https://api.one.izz.ai');
|
|
4187
4188
|
}
|
|
4188
4189
|
headers(extra = {}) {
|
|
4189
4190
|
return {
|