@juhuu/sdk-ts 1.3.0 → 1.3.2

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.
package/dist/index.d.mts CHANGED
@@ -4028,7 +4028,7 @@ declare namespace JUHUU {
4028
4028
  type Params = {
4029
4029
  accountingAreaId: string;
4030
4030
  amountWithoutServiceFee: number;
4031
- currencyCode: string;
4031
+ currencyCode: CurrencyCode;
4032
4032
  propertyId: string;
4033
4033
  isOffSession: boolean;
4034
4034
  salesTaxPercentage: number;
@@ -4037,7 +4037,7 @@ declare namespace JUHUU {
4037
4037
  };
4038
4038
  type Options = JUHUU.RequestOptions;
4039
4039
  type Response = {
4040
- payout: JUHUU.Payment.Object;
4040
+ payment: JUHUU.Payment.Object;
4041
4041
  };
4042
4042
  }
4043
4043
  namespace Search {
package/dist/index.d.ts CHANGED
@@ -4028,7 +4028,7 @@ declare namespace JUHUU {
4028
4028
  type Params = {
4029
4029
  accountingAreaId: string;
4030
4030
  amountWithoutServiceFee: number;
4031
- currencyCode: string;
4031
+ currencyCode: CurrencyCode;
4032
4032
  propertyId: string;
4033
4033
  isOffSession: boolean;
4034
4034
  salesTaxPercentage: number;
@@ -4037,7 +4037,7 @@ declare namespace JUHUU {
4037
4037
  };
4038
4038
  type Options = JUHUU.RequestOptions;
4039
4039
  type Response = {
4040
- payout: JUHUU.Payment.Object;
4040
+ payment: JUHUU.Payment.Object;
4041
4041
  };
4042
4042
  }
4043
4043
  namespace Search {
package/package.json CHANGED
@@ -3,14 +3,14 @@
3
3
  "provenance": true
4
4
  },
5
5
  "name": "@juhuu/sdk-ts",
6
- "version": "1.3.0",
6
+ "version": "1.3.2",
7
7
  "description": "Typescript wrapper for JUHUU services",
8
8
  "main": "./dist/index.js",
9
9
  "module": "./dist/index.mjs",
10
10
  "types": "./dist/index.d.ts",
11
11
  "scripts": {
12
12
  "build": "tsup",
13
- "publish": "npm publish"
13
+ "deploy": "npm publish"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",