@visa-check-r/integrations 0.0.69 → 0.0.70

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.mts CHANGED
@@ -1738,6 +1738,8 @@ declare const createCustomerObjectResponse: (keyof CreateCustomerObjectResponse)
1738
1738
 
1739
1739
  interface PaystackInitializePaymentRequest {
1740
1740
  userId: string;
1741
+ planId: string;
1742
+ amount: number;
1741
1743
  }
1742
1744
  interface PaystackInitializePaymentResponse {
1743
1745
  authorization_url: string;
package/dist/index.d.ts CHANGED
@@ -1738,6 +1738,8 @@ declare const createCustomerObjectResponse: (keyof CreateCustomerObjectResponse)
1738
1738
 
1739
1739
  interface PaystackInitializePaymentRequest {
1740
1740
  userId: string;
1741
+ planId: string;
1742
+ amount: number;
1741
1743
  }
1742
1744
  interface PaystackInitializePaymentResponse {
1743
1745
  authorization_url: string;