@arrowsphere/api-client 3.24.0-rc.5 → 3.24.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.
@@ -26,7 +26,7 @@ export declare type ConfigurationsClient = {
26
26
  [ParameterKeys.URL]?: string;
27
27
  [ParameterKeys.HEADERS]?: Headers;
28
28
  };
29
- export declare type ExtraInformationType = Record<string, undefined>;
29
+ export declare type ExtraInformationType = Record<string, unknown>;
30
30
  export declare abstract class AbstractClient {
31
31
  /**
32
32
  * Base path for HTTP calls
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.24.0-rc.5",
7
+ "version": "3.24.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",