@huma-finance/widgets 0.0.73-beta.939 → 0.0.73-beta.950

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.
@@ -1,4 +1,5 @@
1
1
  import { Approval } from '@huma-finance/shared'
2
+ import { LoggingContext } from '@huma-finance/web-shared'
2
3
 
3
4
  export enum WIDGET_TYPE {
4
5
  BORROW = 'BORROW',
@@ -62,6 +63,7 @@ export type WidgetState = {
62
63
  solanaSignature?: string
63
64
  pointsAccumulated?: number
64
65
  txHash?: string
66
+ loggingContext?: LoggingContext
65
67
  }
66
68
 
67
69
  export const initialWidgetState: WidgetState = {}