@jealous-robot-dev/shared-types-responses 1.57.5 → 1.57.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import { EventTypes, TaxBehaviour } from '@jealous-robot-dev/drophr-common';
1
+ import { EventTypes, PaymentRegion, TaxBehaviour } from '@jealous-robot-dev/drophr-common';
2
2
  export declare enum BookingResultResponse {
3
3
  REDIRECT_TO_GUESTROOM = "REDIRECT_TO_GUESTROOM",
4
4
  NOT_FOUND = "NOT_FOUND",
@@ -41,6 +41,7 @@ export interface CheckoutDetails {
41
41
  currency: string;
42
42
  public_key: string;
43
43
  service_fee: number;
44
+ region: PaymentRegion;
44
45
  tax?: SalesTaxDetails;
45
46
  };
46
47
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.57.5",
3
+ "version": "1.57.7",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",