@arrowsphere/api-client 3.364.0 → 3.364.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/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
4
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
+ ## [3.364.1] - 2025.04.30
6
+
7
+ ### Added
8
+ - [catalog] Add `isBundleOrderQuantityLinked` to `ProductType`
9
+ - [catalog] Add `bundleArrowSphereSku` to `SearchBodyPriceBandsArgument`
5
10
 
6
11
  ## [3.364.0] - 2026.04.23
7
12
  ### Added
@@ -94,6 +94,7 @@ export declare type ProductType = {
94
94
  weightForced?: number;
95
95
  weightTopSales?: number;
96
96
  xspUrl?: string;
97
+ isBundleOrderQuantityLinked?: boolean;
97
98
  };
98
99
  export declare type IdentifiersType = {
99
100
  arrowsphere?: ArrowsphereIdentifierType;
@@ -46,6 +46,7 @@ export declare type SearchBodyPriceBandsArgument = {
46
46
  restricted?: boolean;
47
47
  getFamilies?: boolean;
48
48
  quantity?: number;
49
+ bundleArrowSphereSku?: string;
49
50
  };
50
51
  export declare type SearchBodyArgument = {
51
52
  aggregatorFilter?: string[];
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/ArrowSphere/nodejs-api-client.git"
6
6
  },
7
- "version": "3.364.0",
7
+ "version": "3.364.1",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",