@juhuu/sdk-ts 1.2.132 → 1.2.133

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
@@ -1498,6 +1498,7 @@ declare namespace JUHUU {
1498
1498
  autoTranslateEnabled: boolean;
1499
1499
  embeddingsGenerationEnabled: boolean;
1500
1500
  order: number;
1501
+ articleGroupIdArray: string[];
1501
1502
  };
1502
1503
  namespace Create {
1503
1504
  type Params = {
package/dist/index.d.ts CHANGED
@@ -1498,6 +1498,7 @@ declare namespace JUHUU {
1498
1498
  autoTranslateEnabled: boolean;
1499
1499
  embeddingsGenerationEnabled: boolean;
1500
1500
  order: number;
1501
+ articleGroupIdArray: string[];
1501
1502
  };
1502
1503
  namespace Create {
1503
1504
  type Params = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.132",
3
+ "version": "1.2.133",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",