@getopenpay/openpay-js 0.2.23 → 0.2.24

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 CHANGED
@@ -712,6 +712,7 @@ export declare class OpenPayForm {
712
712
  initialize: (initParams: InitOjsFlowParams) => Promise<void>;
713
713
  };
714
714
  };
715
+ private deviceToken;
715
716
  constructor(config: Config);
716
717
  /**
717
718
  * Starts the form initialization process
@@ -1021,6 +1022,7 @@ declare type PaymentRequestStartParams = {
1021
1022
  overridePaymentRequest?: {
1022
1023
  amount: Amount;
1023
1024
  pending?: boolean;
1025
+ label?: string;
1024
1026
  applePayPaymentRequest?: ApplePayJS.ApplePayPaymentRequest;
1025
1027
  };
1026
1028
  };