@paynl/payparts-types 1.4.0-alpha.95 → 1.4.0-alpha.96

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.
@@ -654,7 +654,7 @@ export interface InitOptions {
654
654
  /** @deprecated Use ApplePayOptions instead */
655
655
  export type ApplePayConfig = ApplePayOptions;
656
656
  export type PayPartsSDK = {
657
- init: (opt: InitOptions) => void;
657
+ init: (opt: InitOptions) => Promise<Checkout>;
658
658
  mount: (options: MountOptions) => MountResult;
659
659
  create: (options: CheckoutConfig) => MountResult;
660
660
  prepare: (_methodOrSection: string) => PaymentComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paynl/payparts-types",
3
- "version": "1.4.0-alpha.95",
3
+ "version": "1.4.0-alpha.96",
4
4
  "description": "TypeScript type definitions for the PayParts payment SDK",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",