@juhuu/sdk-ts 1.2.114 → 1.2.116

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
@@ -1756,8 +1756,8 @@ declare namespace JUHUU {
1756
1756
  serviceFeePercentage: number;
1757
1757
  serviceFeeMin: number;
1758
1758
  serviceFeeMax: number;
1759
- previewDescription: LocaleString | null;
1760
- description: LocaleString | null;
1759
+ shortDescription: LocaleString | null;
1760
+ longDescription: LocaleString | null;
1761
1761
  };
1762
1762
  namespace Create {
1763
1763
  type Params = {
package/dist/index.d.ts CHANGED
@@ -1756,8 +1756,8 @@ declare namespace JUHUU {
1756
1756
  serviceFeePercentage: number;
1757
1757
  serviceFeeMin: number;
1758
1758
  serviceFeeMax: number;
1759
- previewDescription: LocaleString | null;
1760
- description: LocaleString | null;
1759
+ shortDescription: LocaleString | null;
1760
+ longDescription: LocaleString | null;
1761
1761
  };
1762
1762
  namespace Create {
1763
1763
  type Params = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.114",
3
+ "version": "1.2.116",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",