@aptly-as/types 3.7.4 → 3.7.5

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.
@@ -122,7 +122,6 @@ export interface AptlyPaymentTransactionBody {
122
122
  splits: Omit<AptlyPaymentSplit, '_id'>[];
123
123
  }
124
124
  export interface AptlyPaymentCaptureBody {
125
- amount: number;
126
125
  terms: boolean;
127
126
  description?: string;
128
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aptly-as/types",
3
- "version": "3.7.4",
3
+ "version": "3.7.5",
4
4
  "description": "Aptly types and enums",
5
5
  "type": "module",
6
6
  "main": "./index.js",