@rebilly/framepay 5.34.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -1
  2. 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?: Record<string, string>;
297
+ leadSource?: LeadSource;
297
298
  };
298
299
 
299
300
  export declare interface ExtraData {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/framepay",
3
- "version": "5.34.0",
3
+ "version": "5.34.1",
4
4
  "description": "A wrapper to load Rebilly's FramePay library and provide TypeScript types",
5
5
  "type": "module",
6
6
  "license": "MIT",