@melio-eng/web-sdk 1.0.38-pr.77.bfff7f2 → 1.0.38-pr.79.a66dd74

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.
@@ -41,7 +41,7 @@ export class InitFlow {
41
41
  token: this.authorizationCode,
42
42
  theme: this.partnerName,
43
43
  });
44
- return `${baseUrl}/${this.partnerName}/auth?${params.toString()}`;
44
+ return `${baseUrl}/${this.partnerName}/init?${params.toString()}`;
45
45
  }
46
46
  /**
47
47
  * Create flow URL using partner name and environment
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melio-eng/web-sdk",
3
- "version": "1.0.38-pr.77.bfff7f2",
3
+ "version": "1.0.38-pr.79.a66dd74",
4
4
  "description": "Melio Web SDK - Embed core Melio workflows directly into partner UI with minimal effort",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",