@melio-eng/web-sdk 1.0.18-pr.33.253bc91 → 1.0.18-pr.33.eb64a04

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -76,6 +76,7 @@ export interface InitConfig extends BaseFlowConfig {
76
76
  export interface NavigationData {
77
77
  /** The target route or page the user navigated to */
78
78
  target: string;
79
+ targetAction: 'schedulePayment' | 'scheduleBatchPayments' | 'viewSubscriptionPlans' | 'viewSettingsCollaborators' | 'viewPayment' | 'viewPaidPayment' | 'viewBill' | 'addNewBill' | 'viewVendors' | 'addVendor' | 'viewSettings' | 'viewArInvoices' | 'redirect';
79
80
  }
80
81
  /**
81
82
  * Flow completion data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melio-eng/web-sdk",
3
- "version": "1.0.18-pr.33.253bc91",
3
+ "version": "1.0.18-pr.33.eb64a04",
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",