@arrowsphere/api-client 3.97.0-rc.fdi.1 → 3.97.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.
package/CHANGELOG.md CHANGED
@@ -3,10 +3,10 @@
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.97.0] - 2024.02.09
6
+ ## [3.97.0] - 2024.02.12
7
7
 
8
8
  ### Updated
9
- - [licenses] update filters and keywords for licenses [WIP]
9
+ - [licenses] update filters and keywords for licenses
10
10
 
11
11
 
12
12
  ## [3.96.0] - 2024.02.06
@@ -1,3 +1,4 @@
1
+ export * from './entities/endCustomerOrganizationUnit/endCustomerOrganizationUnitFindResult';
1
2
  export * from './entities/event/licenseEvent';
2
3
  export * from './entities/event/licenseEventGraphQL';
3
4
  export * from './entities/event/licensesEventQueries';
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./entities/endCustomerOrganizationUnit/endCustomerOrganizationUnitFindResult"), exports);
17
18
  __exportStar(require("./entities/event/licenseEvent"), exports);
18
19
  __exportStar(require("./entities/event/licenseEventGraphQL"), exports);
19
20
  __exportStar(require("./entities/event/licensesEventQueries"), exports);
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.97.0-rc.fdi.1",
7
+ "version": "3.97.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",