rcs-js 2.0.0-rc.12 → 2.0.0-rc.13

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.12",
58
- "User-Agent": "rcs-js/2.0.0-rc.12",
57
+ "X-Fern-SDK-Version": "2.0.0-rc.13",
58
+ "User-Agent": "rcs-js/2.0.0-rc.13",
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 +1 @@
1
- export declare const SDK_VERSION = "2.0.0-rc.12";
1
+ export declare const SDK_VERSION = "2.0.0-rc.13";
@@ -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.12";
4
+ exports.SDK_VERSION = "2.0.0-rc.13";
@@ -1,4 +1,4 @@
1
- import { PinnacleClient as FernClient } from "../Client";
1
+ import { PinnacleClient as FernClient } from "../Client.js";
2
2
  import { EnhancedTools } from "./tools/Client.js";
3
3
  import { EnhancedMessages } from "./messages/Client.js";
4
4
  export declare class PinnacleClient extends FernClient {
@@ -1,17 +1,17 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PinnacleClient = void 0;
4
- const Client_1 = require("../Client");
5
- const Client_js_1 = require("./tools/Client.js");
6
- const Client_js_2 = require("./messages/Client.js");
7
- class PinnacleClient extends Client_1.PinnacleClient {
4
+ const Client_js_1 = require("../Client.js");
5
+ const Client_js_2 = require("./tools/Client.js");
6
+ const Client_js_3 = require("./messages/Client.js");
7
+ class PinnacleClient extends Client_js_1.PinnacleClient {
8
8
  get tools() {
9
9
  var _a;
10
- return ((_a = this._tools) !== null && _a !== void 0 ? _a : (this._tools = new Client_js_1.EnhancedTools(this._options)));
10
+ return ((_a = this._tools) !== null && _a !== void 0 ? _a : (this._tools = new Client_js_2.EnhancedTools(this._options)));
11
11
  }
12
12
  get messages() {
13
13
  var _a;
14
- return ((_a = this._messages) !== null && _a !== void 0 ? _a : (this._messages = new Client_js_2.EnhancedMessages(this._options)));
14
+ return ((_a = this._messages) !== null && _a !== void 0 ? _a : (this._messages = new Client_js_3.EnhancedMessages(this._options)));
15
15
  }
16
16
  }
17
17
  exports.PinnacleClient = PinnacleClient;
@@ -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.12",
22
- "User-Agent": "rcs-js/2.0.0-rc.12",
21
+ "X-Fern-SDK-Version": "2.0.0-rc.13",
22
+ "User-Agent": "rcs-js/2.0.0-rc.13",
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 +1 @@
1
- export declare const SDK_VERSION = "2.0.0-rc.12";
1
+ export declare const SDK_VERSION = "2.0.0-rc.13";
@@ -1 +1 @@
1
- export const SDK_VERSION = "2.0.0-rc.12";
1
+ export const SDK_VERSION = "2.0.0-rc.13";
@@ -1,4 +1,4 @@
1
- import { PinnacleClient as FernClient } from "../Client";
1
+ import { PinnacleClient as FernClient } from "../Client.mjs";
2
2
  import { EnhancedTools } from "./tools/Client.mjs";
3
3
  import { EnhancedMessages } from "./messages/Client.mjs";
4
4
  export declare class PinnacleClient extends FernClient {
@@ -1,4 +1,4 @@
1
- import { PinnacleClient as FernClient } from "../Client";
1
+ import { PinnacleClient as FernClient } from "../Client.mjs";
2
2
  import { EnhancedTools } from "./tools/Client.mjs";
3
3
  import { EnhancedMessages } from "./messages/Client.mjs";
4
4
  export class PinnacleClient extends FernClient {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rcs-js",
3
- "version": "2.0.0-rc.12",
3
+ "version": "2.0.0-rc.13",
4
4
  "private": false,
5
5
  "repository": "github:pinnacle-dev/rcs-js",
6
6
  "type": "commonjs",