@sp-api-sdk/catalog-items-api-2022-04-01 1.4.1 → 1.4.2

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.
@@ -19,7 +19,7 @@ import { Refinements } from './refinements';
19
19
  */
20
20
  export interface ItemSearchResults {
21
21
  /**
22
- * For `identifiers`-based searches, the total number of Amazon catalog items found. For `keywords`-based searches, the estimated total number of Amazon catalog items matched by the search query (only results up to the page count limit will be returned per request regardless of the number found). Note: The maximum number of items (ASINs) that can be returned and paged through is 1000.
22
+ * The estimated total number of Amazon catalog items matched by the search query (only results up to the page count limit will be returned per request regardless of the number found). **Note:** The maximum number of items (ASINs) that can be returned and paged through is 1000.
23
23
  * @type {number}
24
24
  * @memberof ItemSearchResults
25
25
  */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/catalog-items-api-2022-04-01",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the Catalog Items API Use Case Guide.",
5
- "version": "1.4.1",
5
+ "version": "1.4.2",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  "test": "jest"
27
27
  },
28
28
  "dependencies": {
29
- "@sp-api-sdk/common": "^1.9.13",
29
+ "@sp-api-sdk/common": "^1.9.14",
30
30
  "axios": "^0.27.2"
31
31
  },
32
32
  "repository": {
@@ -51,5 +51,5 @@
51
51
  "typedoc": {
52
52
  "entryPoint": "./index.ts"
53
53
  },
54
- "gitHead": "2654c12d994c84d63bac0353950603f1db4ea815"
54
+ "gitHead": "b1a628f884e9e251eae587cc474baf5d52c9f294"
55
55
  }