@melio-eng/web-sdk 1.0.13-pr.28.f028e3c → 1.0.13

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 +0 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -52,7 +52,6 @@ export interface OnboardingConfig extends BaseFlowConfig {
52
52
  * Configuration for pay flow
53
53
  */
54
54
  export interface PayFlowConfig extends BaseFlowConfig {
55
- /** The bill IDs to pay, can be a single bill ID or an array of bill IDs */
56
55
  billIds: Array<string>;
57
56
  }
58
57
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melio-eng/web-sdk",
3
- "version": "1.0.13-pr.28.f028e3c",
3
+ "version": "1.0.13",
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",