@arrowsphere/api-client 3.144.0-rc.fdi.1 → 3.144.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,7 +3,12 @@
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
5
 
6
- ## [3.143.0] - 2024.10.2
6
+ ## [3.144.0] - 2024.10.03
7
+
8
+ ### Added
9
+ - [graphQl priceBand] Added pagination and filters properties in outpout payload type of graphQl priceband.
10
+
11
+ ## [3.143.0] - 2024.10.02
7
12
 
8
13
  ### Added
9
14
  - [quotes] add comment in graphql api and 4 new data in catalog
@@ -11,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
16
  ## [3.142.0] - 2024.10.02
12
17
 
13
18
  ### Added
14
- - [graphQl priceBand] Added pagination and filters properties in outpout payload type of graphQl priceband.
19
+ - [graphQl priceBand] Added pagination and filters properties in Query payload type of graphQl priceband.
15
20
 
16
21
  ## [3.141.0] - 2024.09.11
17
22
 
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.144.0-rc.fdi.1",
7
+ "version": "3.144.0",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",