rcs-js 2.0.0-rc.6 → 2.0.0-rc.7

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.
@@ -54,8 +54,8 @@ class PinnacleClient {
54
54
  this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
55
55
  "X-Fern-Language": "JavaScript",
56
56
  "X-Fern-SDK-Name": "rcs-js",
57
- "X-Fern-SDK-Version": "2.0.0-rc.6",
58
- "User-Agent": "rcs-js/2.0.0-rc.6",
57
+ "X-Fern-SDK-Version": "2.0.0-rc.7",
58
+ "User-Agent": "rcs-js/2.0.0-rc.7",
59
59
  "X-Fern-Runtime": core.RUNTIME.type,
60
60
  "X-Fern-Runtime-Version": core.RUNTIME.version,
61
61
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -1,4 +1,4 @@
1
- export * as Pinnacle from "./api";
2
- export { PinnacleClient } from "./Client";
3
- export { PinnacleEnvironment } from "./environments";
4
- export { PinnacleError, PinnacleTimeoutError } from "./errors";
1
+ export * as Pinnacle from "./api/index.js";
2
+ export { PinnacleClient } from "./Client.js";
3
+ export { PinnacleEnvironment } from "./environments.js";
4
+ export { PinnacleError, PinnacleTimeoutError } from "./errors/index.js";
package/dist/cjs/index.js CHANGED
@@ -34,11 +34,11 @@ var __importStar = (this && this.__importStar) || (function () {
34
34
  })();
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.PinnacleTimeoutError = exports.PinnacleError = exports.PinnacleEnvironment = exports.PinnacleClient = exports.Pinnacle = void 0;
37
- exports.Pinnacle = __importStar(require("./api"));
38
- var Client_1 = require("./Client");
39
- Object.defineProperty(exports, "PinnacleClient", { enumerable: true, get: function () { return Client_1.PinnacleClient; } });
40
- var environments_1 = require("./environments");
41
- Object.defineProperty(exports, "PinnacleEnvironment", { enumerable: true, get: function () { return environments_1.PinnacleEnvironment; } });
42
- var errors_1 = require("./errors");
43
- Object.defineProperty(exports, "PinnacleError", { enumerable: true, get: function () { return errors_1.PinnacleError; } });
44
- Object.defineProperty(exports, "PinnacleTimeoutError", { enumerable: true, get: function () { return errors_1.PinnacleTimeoutError; } });
37
+ exports.Pinnacle = __importStar(require("./api/index.js"));
38
+ var Client_js_1 = require("./Client.js");
39
+ Object.defineProperty(exports, "PinnacleClient", { enumerable: true, get: function () { return Client_js_1.PinnacleClient; } });
40
+ var environments_js_1 = require("./environments.js");
41
+ Object.defineProperty(exports, "PinnacleEnvironment", { enumerable: true, get: function () { return environments_js_1.PinnacleEnvironment; } });
42
+ var index_js_1 = require("./errors/index.js");
43
+ Object.defineProperty(exports, "PinnacleError", { enumerable: true, get: function () { return index_js_1.PinnacleError; } });
44
+ Object.defineProperty(exports, "PinnacleTimeoutError", { enumerable: true, get: function () { return index_js_1.PinnacleTimeoutError; } });
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "2.0.0-rc.6";
1
+ export declare const SDK_VERSION = "2.0.0-rc.7";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "2.0.0-rc.6";
4
+ exports.SDK_VERSION = "2.0.0-rc.7";
@@ -18,8 +18,8 @@ export class PinnacleClient {
18
18
  this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
19
19
  "X-Fern-Language": "JavaScript",
20
20
  "X-Fern-SDK-Name": "rcs-js",
21
- "X-Fern-SDK-Version": "2.0.0-rc.6",
22
- "User-Agent": "rcs-js/2.0.0-rc.6",
21
+ "X-Fern-SDK-Version": "2.0.0-rc.7",
22
+ "User-Agent": "rcs-js/2.0.0-rc.7",
23
23
  "X-Fern-Runtime": core.RUNTIME.type,
24
24
  "X-Fern-Runtime-Version": core.RUNTIME.version,
25
25
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -1,4 +1,4 @@
1
- export * as Pinnacle from "./api";
2
- export { PinnacleClient } from "./Client";
3
- export { PinnacleEnvironment } from "./environments";
4
- export { PinnacleError, PinnacleTimeoutError } from "./errors";
1
+ export * as Pinnacle from "./api/index.mjs";
2
+ export { PinnacleClient } from "./Client.mjs";
3
+ export { PinnacleEnvironment } from "./environments.mjs";
4
+ export { PinnacleError, PinnacleTimeoutError } from "./errors/index.mjs";
@@ -1,4 +1,4 @@
1
- export * as Pinnacle from "./api";
2
- export { PinnacleClient } from "./Client";
3
- export { PinnacleEnvironment } from "./environments";
4
- export { PinnacleError, PinnacleTimeoutError } from "./errors";
1
+ export * as Pinnacle from "./api/index.mjs";
2
+ export { PinnacleClient } from "./Client.mjs";
3
+ export { PinnacleEnvironment } from "./environments.mjs";
4
+ export { PinnacleError, PinnacleTimeoutError } from "./errors/index.mjs";
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "2.0.0-rc.6";
1
+ export declare const SDK_VERSION = "2.0.0-rc.7";
@@ -1 +1 @@
1
- export const SDK_VERSION = "2.0.0-rc.6";
1
+ export const SDK_VERSION = "2.0.0-rc.7";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rcs-js",
3
- "version": "2.0.0-rc.6",
3
+ "version": "2.0.0-rc.7",
4
4
  "private": false,
5
5
  "repository": "github:pinnacle-dev/rcs-js",
6
6
  "type": "commonjs",
@@ -62,4 +62,4 @@
62
62
  "node": ">=18.0.0"
63
63
  },
64
64
  "sideEffects": false
65
- }
65
+ }