@juhuu/sdk-ts 1.2.211 → 1.2.212

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
@@ -2228,6 +2228,9 @@ declare namespace JUHUU {
2228
2228
  roundToMidnight?: boolean;
2229
2229
  autoRenewManualEnabled?: boolean;
2230
2230
  manualTerminationEnabled?: boolean;
2231
+ salesTaxPercentage?: number;
2232
+ shortDescription?: LocaleString | null;
2233
+ longDescription?: LocaleString | null;
2231
2234
  };
2232
2235
  type Options = JUHUU.RequestOptions;
2233
2236
  type Response = {
package/dist/index.d.ts CHANGED
@@ -2228,6 +2228,9 @@ declare namespace JUHUU {
2228
2228
  roundToMidnight?: boolean;
2229
2229
  autoRenewManualEnabled?: boolean;
2230
2230
  manualTerminationEnabled?: boolean;
2231
+ salesTaxPercentage?: number;
2232
+ shortDescription?: LocaleString | null;
2233
+ longDescription?: LocaleString | null;
2231
2234
  };
2232
2235
  type Options = JUHUU.RequestOptions;
2233
2236
  type Response = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.211",
3
+ "version": "1.2.212",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",