@spritz-finance/api-client 0.4.11 → 0.4.12

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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spritz-finance/api-client",
3
- "version": "0.4.11",
3
+ "version": "0.4.12",
4
4
  "description": "Typescript library for interacting with the Spritz Finance API",
5
5
  "type": "module",
6
6
  "main": "dist/spritz-api-client.cjs",