@arrowsphere/api-client 3.77.1-bdj.5 → 3.77.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
@@ -3,6 +3,11 @@
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.77.1] - 2023-12-15
7
+
8
+ ### Fixed
9
+ - Fixed get licenseRequest data structure
10
+
6
11
  ## [3.77.0] - 2023-12-13
7
12
 
8
13
  ### Changed
@@ -8,4 +8,5 @@ export * from './entities/orders/products/program/productProgram';
8
8
  export * from './entities/orders/products/products';
9
9
  export * from '../shared/extraInformation/additionalExtraInformation';
10
10
  export * from './entities/referenceLink';
11
+ export * from './types/orderStatus';
11
12
  export * from './ordersClient';
@@ -24,5 +24,6 @@ __exportStar(require("./entities/orders/products/program/productProgram"), expor
24
24
  __exportStar(require("./entities/orders/products/products"), exports);
25
25
  __exportStar(require("../shared/extraInformation/additionalExtraInformation"), exports);
26
26
  __exportStar(require("./entities/referenceLink"), exports);
27
+ __exportStar(require("./types/orderStatus"), exports);
27
28
  __exportStar(require("./ordersClient"), exports);
28
29
  //# sourceMappingURL=index.js.map
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.77.1-bdj.5",
7
+ "version": "3.77.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",