@amigo-ai/platform-sdk 0.15.0 → 0.15.1
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/core/device-code.js +1 -1
- package/dist/core/device-code.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +2 -2
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +2 -2
- package/dist/resources/conversations.js.map +1 -1
- package/dist/types/core/device-code.d.ts +1 -1
- package/dist/types/core/device-code.d.ts.map +1 -1
- package/dist/types/resources/conversations.d.ts +2 -6
- package/dist/types/resources/conversations.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3246,7 +3246,7 @@ var LoginCancelledError = class extends AmigoError {
|
|
|
3246
3246
|
super("Login cancelled", { errorCode: "login_cancelled" });
|
|
3247
3247
|
}
|
|
3248
3248
|
};
|
|
3249
|
-
var DEFAULT_IDENTITY_URL = "https://
|
|
3249
|
+
var DEFAULT_IDENTITY_URL = "https://api.platform.amigo.ai";
|
|
3250
3250
|
async function identityPost(baseUrl, path, body, fetchFn) {
|
|
3251
3251
|
try {
|
|
3252
3252
|
return await fetchFn(`${baseUrl}${path}`, {
|