@juhuu/sdk-ts 1.3.1 → 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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
4040
|
+
payment: JUHUU.Payment.Object;
|
|
4041
4041
|
};
|
|
4042
4042
|
}
|
|
4043
4043
|
namespace Search {
|