@bash-app/bash-common 25.1.3 → 25.1.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bash-app/bash-common",
3
- "version": "25.1.3",
3
+ "version": "25.1.5",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -234,6 +234,7 @@ export interface StripeAccountLinkArgs {
234
234
  userId: string;
235
235
  returnUrl: string;
236
236
  refreshUrl: string;
237
+ businessId?: string;
237
238
  }
238
239
 
239
240
  export interface StripeConfirmPaymentResult {