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.
- package/dist/cjs/Client.js +2 -2
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/wrapper/PinnacleClient.d.ts +1 -1
- package/dist/cjs/wrapper/PinnacleClient.js +6 -6
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/dist/esm/wrapper/PinnacleClient.d.mts +1 -1
- package/dist/esm/wrapper/PinnacleClient.mjs +1 -1
- package/package.json +1 -1
package/dist/cjs/Client.js
CHANGED
|
@@ -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.
|
|
58
|
-
"User-Agent": "rcs-js/2.0.0-rc.
|
|
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) });
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.0-rc.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.0-rc.13";
|
package/dist/cjs/version.js
CHANGED
|
@@ -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
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
class PinnacleClient extends
|
|
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
|
|
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
|
|
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;
|
package/dist/esm/Client.mjs
CHANGED
|
@@ -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.
|
|
22
|
-
"User-Agent": "rcs-js/2.0.0-rc.
|
|
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) });
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.0-rc.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.0-rc.13";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "2.0.0-rc.
|
|
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 {
|