@metamask-previews/transaction-pay-controller 16.4.0-preview-384cfdfef → 16.4.0-preview-ad4b7f24e
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.
|
@@ -278,8 +278,8 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
278
278
|
} & {
|
|
279
279
|
location?: import("@metamask/bridge-controller").MetaMetricsSwapsEventSource | undefined;
|
|
280
280
|
ab_tests?: Record<string, string> | undefined;
|
|
281
|
-
active_ab_tests?: Record<string, string> | undefined;
|
|
282
|
-
}) | undefined, location?: import("@metamask/bridge-controller").MetaMetricsSwapsEventSource | undefined, abTests?: Record<string, string> | undefined, activeAbTests?: Record<string, string> | undefined) => Promise<import("@metamask/transaction-controller").TransactionMeta & Partial<import("../../../bridge-status-controller/src/types.cjs").SolanaTransactionMeta>>>;
|
|
281
|
+
active_ab_tests?: Record<string, string>[] | undefined;
|
|
282
|
+
}) | undefined, location?: import("@metamask/bridge-controller").MetaMetricsSwapsEventSource | undefined, abTests?: Record<string, string> | undefined, activeAbTests?: Record<string, string>[] | undefined) => Promise<import("@metamask/transaction-controller").TransactionMeta & Partial<import("../../../bridge-status-controller/src/types.cjs").SolanaTransactionMeta>>>;
|
|
283
283
|
updateTransactionMock: jest.MockedFn<(transactionMeta: import("@metamask/transaction-controller").TransactionMeta, note: string) => void>;
|
|
284
284
|
};
|
|
285
285
|
//# sourceMappingURL=messenger-mock.d.cts.map
|
|
@@ -278,8 +278,8 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
278
278
|
} & {
|
|
279
279
|
location?: import("@metamask/bridge-controller").MetaMetricsSwapsEventSource | undefined;
|
|
280
280
|
ab_tests?: Record<string, string> | undefined;
|
|
281
|
-
active_ab_tests?: Record<string, string> | undefined;
|
|
282
|
-
}) | undefined, location?: import("@metamask/bridge-controller").MetaMetricsSwapsEventSource | undefined, abTests?: Record<string, string> | undefined, activeAbTests?: Record<string, string> | undefined) => Promise<import("@metamask/transaction-controller").TransactionMeta & Partial<import("../../../bridge-status-controller/src/types.mjs").SolanaTransactionMeta>>>;
|
|
281
|
+
active_ab_tests?: Record<string, string>[] | undefined;
|
|
282
|
+
}) | undefined, location?: import("@metamask/bridge-controller").MetaMetricsSwapsEventSource | undefined, abTests?: Record<string, string> | undefined, activeAbTests?: Record<string, string>[] | undefined) => Promise<import("@metamask/transaction-controller").TransactionMeta & Partial<import("../../../bridge-status-controller/src/types.mjs").SolanaTransactionMeta>>>;
|
|
283
283
|
updateTransactionMock: jest.MockedFn<(transactionMeta: import("@metamask/transaction-controller").TransactionMeta, note: string) => void>;
|
|
284
284
|
};
|
|
285
285
|
//# sourceMappingURL=messenger-mock.d.mts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-pay-controller",
|
|
3
|
-
"version": "16.4.0-preview-
|
|
3
|
+
"version": "16.4.0-preview-ad4b7f24e",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|