@bash-app/bash-common 29.18.10 → 29.18.11

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": "29.18.10",
3
+ "version": "29.18.11",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -297,7 +297,7 @@ export type BashEventStripeSessionRedirect = {
297
297
  bashEvent: BashEventExt;
298
298
  } & StripeSessionRedirect;
299
299
 
300
- export type StripeLinkingStatus = "Complete" | "Incomplete";
300
+ // export type StripeLinkingStatus = "Complete" | "Incomplete";
301
301
 
302
302
  export interface StripeBusinessDataOwned {
303
303
  logo?: string;
@@ -312,7 +312,7 @@ export interface StripeBusinessDataOwned {
312
312
  paymentsEnabled: boolean;
313
313
  createdDate: Date;
314
314
  updatedDate: Date;
315
- linkingStatus: StripeLinkingStatus; //enum
315
+ linkingStatus: boolean;
316
316
  taxMonitoringEnabled: boolean;
317
317
  }
318
318