@jealous-robot-dev/shared-types-responses 1.55.11 → 1.55.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,7 @@ export interface PaymentDetails {
37
37
  status?: string | null;
38
38
  with_connect_fee?: boolean;
39
39
  payoutStatus?: PerformancePayoutStatus;
40
- sales_tax: {
40
+ sales_tax?: {
41
41
  amount: number;
42
42
  behaviour: TaxBehaviour;
43
43
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.55.11",
3
+ "version": "1.55.12",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",