@juhuu/sdk-ts 1.2.252 → 1.2.253

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
@@ -3835,11 +3835,7 @@ declare namespace JUHUU {
3835
3835
  technologyArray?: Technology[];
3836
3836
  };
3837
3837
  type Options = JUHUU.RequestOptions;
3838
- type Response = {
3839
- productArray: Product.Object[];
3840
- count: number;
3841
- hasMore: boolean;
3842
- };
3838
+ type Response = Product.Object[];
3843
3839
  }
3844
3840
  namespace Update {
3845
3841
  type Params = {
package/dist/index.d.ts CHANGED
@@ -3835,11 +3835,7 @@ declare namespace JUHUU {
3835
3835
  technologyArray?: Technology[];
3836
3836
  };
3837
3837
  type Options = JUHUU.RequestOptions;
3838
- type Response = {
3839
- productArray: Product.Object[];
3840
- count: number;
3841
- hasMore: boolean;
3842
- };
3838
+ type Response = Product.Object[];
3843
3839
  }
3844
3840
  namespace Update {
3845
3841
  type Params = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.252",
3
+ "version": "1.2.253",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",