@spritz-finance/api-client 0.2.5 → 0.2.6

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.
@@ -1176,6 +1176,7 @@ interface CreatePaymentRequestInput {
1176
1176
  accountId: string;
1177
1177
  amount: number;
1178
1178
  network: PaymentNetwork;
1179
+ deliveryMethod?: PaymentDeliveryMethod | null;
1179
1180
  }
1180
1181
 
1181
1182
  type PaymentRequest = CreatePaymentRequest_createDirectPayment;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spritz-finance/api-client",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Typescript library for interacting with the Spritz Finance API",
5
5
  "main": "dist/spritz-api-client.js",
6
6
  "module": "dist/spritz-api-client.mjs",