@juhuu/sdk-ts 1.2.318 → 1.2.319

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
@@ -3013,6 +3013,7 @@ declare namespace JUHUU {
3013
3013
  embeddingsGenerationEnabled: boolean;
3014
3014
  order: number;
3015
3015
  articleGroupIdArray: string[];
3016
+ pdfUrls: LocaleString;
3016
3017
  };
3017
3018
  namespace Create {
3018
3019
  type Params = {
package/dist/index.d.ts CHANGED
@@ -3013,6 +3013,7 @@ declare namespace JUHUU {
3013
3013
  embeddingsGenerationEnabled: boolean;
3014
3014
  order: number;
3015
3015
  articleGroupIdArray: string[];
3016
+ pdfUrls: LocaleString;
3016
3017
  };
3017
3018
  namespace Create {
3018
3019
  type Params = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.318",
3
+ "version": "1.2.319",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",