@metamask-previews/transaction-pay-controller 23.16.1-preview-bdb5ec714 → 23.16.1-preview-d5fd8101f

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.
@@ -529,7 +529,7 @@ export declare function getMessengerMock({ skipRegister, }?: {
529
529
  usd_balance_source?: number | undefined;
530
530
  has_sufficient_gas_for_quote?: boolean | null | undefined;
531
531
  } & {
532
- location?: import("@metamask/bridge-controller").MetaMetricsSwapsEventSource | undefined;
532
+ location?: import("@metamask/bridge-controller").BridgeControllerMetricsLocation | undefined;
533
533
  } & {
534
534
  ab_tests?: Record<string, string> | undefined;
535
535
  active_ab_tests?: {
@@ -529,7 +529,7 @@ export declare function getMessengerMock({ skipRegister, }?: {
529
529
  usd_balance_source?: number | undefined;
530
530
  has_sufficient_gas_for_quote?: boolean | null | undefined;
531
531
  } & {
532
- location?: import("@metamask/bridge-controller").MetaMetricsSwapsEventSource | undefined;
532
+ location?: import("@metamask/bridge-controller").BridgeControllerMetricsLocation | undefined;
533
533
  } & {
534
534
  ab_tests?: Record<string, string> | undefined;
535
535
  active_ab_tests?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-pay-controller",
3
- "version": "23.16.1-preview-bdb5ec714",
3
+ "version": "23.16.1-preview-d5fd8101f",
4
4
  "description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",