@spritz-finance/api-client 0.4.11 → 0.4.13

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.
@@ -1571,6 +1571,8 @@ interface CreatePaymentRequestInput {
1571
1571
  amount: number;
1572
1572
  network: PaymentNetwork;
1573
1573
  deliveryMethod?: PaymentDeliveryMethod | null;
1574
+ tokenAddress?: string | null;
1575
+ amountMode?: AmountMode | null;
1574
1576
  }
1575
1577
 
1576
1578
  type PaymentRequest = CreatePaymentRequest_createDirectPayment;
@@ -1639,6 +1641,7 @@ declare class UserService {
1639
1641
  verifiedCountry: string | null;
1640
1642
  canRetryVerification: boolean;
1641
1643
  }) | null>;
1644
+ getVerificationToken(): Promise<string>;
1642
1645
  }
1643
1646
 
1644
1647
  interface CreateUSVirtualDebitCard_createUSVirtualDebitCard_billingInfo_address {