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

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,6 +39,7 @@ export interface CheckoutDetails {
39
39
  fee: {
40
40
  net: number;
41
41
  currency: string;
42
+ public_key: string;
42
43
  service_fee: number;
43
44
  tax?: SalesTaxDetails;
44
45
  };
@@ -47,6 +48,5 @@ export interface CheckoutDetails {
47
48
  export interface CheckoutSubmission {
48
49
  amount: number;
49
50
  currency: string;
50
- public_key: string;
51
51
  intent_secret: string;
52
52
  }
@@ -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.13",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",