@rebilly/framepay 5.33.0 → 5.34.1
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 +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -245,6 +245,7 @@ export declare interface Configuration {
|
|
|
245
245
|
websiteId?: string;
|
|
246
246
|
samsungPay?: SamsungPayConfig;
|
|
247
247
|
shadowDOMHostSelector?: string;
|
|
248
|
+
leadSource?: LeadSource;
|
|
248
249
|
}
|
|
249
250
|
|
|
250
251
|
export declare interface ControllerTransactionData extends Omit<TransactionData, 'amount'> {
|
|
@@ -293,7 +294,7 @@ export declare const ELEMENT_TYPES: {
|
|
|
293
294
|
export declare type ElementType = (typeof ELEMENT_TYPES)[keyof typeof ELEMENT_TYPES];
|
|
294
295
|
|
|
295
296
|
export declare type ExternalPayload = {
|
|
296
|
-
leadSource?:
|
|
297
|
+
leadSource?: LeadSource;
|
|
297
298
|
};
|
|
298
299
|
|
|
299
300
|
export declare interface ExtraData {
|