@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 +1 -5
- package/dist/index.d.ts +1 -5
- package/package.json +1 -1
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 = {
|