@getanyapi/sdk 0.18.0 → 0.18.1
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -930,7 +930,7 @@ declare class AlibabaNamespace {
|
|
|
930
930
|
*
|
|
931
931
|
* Search Alibaba by keyword and get up to 25 wholesale listings (title, price range, minimum order, and supplier) in one normalized response.
|
|
932
932
|
*
|
|
933
|
-
* Price: $0 per request plus $0.
|
|
933
|
+
* Price: $0 per request plus $0.00084 per result (maximum $0.021).
|
|
934
934
|
*
|
|
935
935
|
* @example
|
|
936
936
|
* const res = await client.alibaba.search({ query: "bluetooth speaker", limit: 3 });
|
package/dist/index.d.ts
CHANGED
|
@@ -930,7 +930,7 @@ declare class AlibabaNamespace {
|
|
|
930
930
|
*
|
|
931
931
|
* Search Alibaba by keyword and get up to 25 wholesale listings (title, price range, minimum order, and supplier) in one normalized response.
|
|
932
932
|
*
|
|
933
|
-
* Price: $0 per request plus $0.
|
|
933
|
+
* Price: $0 per request plus $0.00084 per result (maximum $0.021).
|
|
934
934
|
*
|
|
935
935
|
* @example
|
|
936
936
|
* const res = await client.alibaba.search({ query: "bluetooth speaker", limit: 3 });
|
package/dist/index.js
CHANGED
|
@@ -1052,7 +1052,7 @@ var AlibabaNamespace = class {
|
|
|
1052
1052
|
*
|
|
1053
1053
|
* Search Alibaba by keyword and get up to 25 wholesale listings (title, price range, minimum order, and supplier) in one normalized response.
|
|
1054
1054
|
*
|
|
1055
|
-
* Price: $0 per request plus $0.
|
|
1055
|
+
* Price: $0 per request plus $0.00084 per result (maximum $0.021).
|
|
1056
1056
|
*
|
|
1057
1057
|
* @example
|
|
1058
1058
|
* const res = await client.alibaba.search({ query: "bluetooth speaker", limit: 3 });
|