@rebilly/framepay 1.17.1 → 1.17.2
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/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -936,10 +936,10 @@ export declare const SupportedCardBrands: Record<string, string>;
|
|
|
936
936
|
|
|
937
937
|
export declare const supportedExtraPayPalConfigs: string[];
|
|
938
938
|
|
|
939
|
-
export declare
|
|
939
|
+
export declare type TokenData = coreComponents['schemas']['CompositeToken'] & {
|
|
940
940
|
id: string;
|
|
941
|
-
paymentInstrument:
|
|
942
|
-
}
|
|
941
|
+
paymentInstrument: coreComponents['schemas']['CompositeToken']['paymentInstrument'];
|
|
942
|
+
};
|
|
943
943
|
|
|
944
944
|
export declare class TokenRequest {
|
|
945
945
|
/**
|