@chrt-inc/typescript-sdk 1.341.3 → 1.341.5

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.
@@ -74,8 +74,8 @@ class ChrtClient {
74
74
  this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
75
75
  "X-Fern-Language": "JavaScript",
76
76
  "X-Fern-SDK-Name": "@chrt-inc/typescript-sdk",
77
- "X-Fern-SDK-Version": "1.341.3",
78
- "User-Agent": "@chrt-inc/typescript-sdk/1.341.3",
77
+ "X-Fern-SDK-Version": "1.341.5",
78
+ "User-Agent": "@chrt-inc/typescript-sdk/1.341.5",
79
79
  "X-Fern-Runtime": core.RUNTIME.type,
80
80
  "X-Fern-Runtime-Version": core.RUNTIME.version,
81
81
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.341.3";
1
+ export declare const SDK_VERSION = "1.341.5";
@@ -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 = "1.341.3";
4
+ exports.SDK_VERSION = "1.341.5";
@@ -38,8 +38,8 @@ export class ChrtClient {
38
38
  this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
39
39
  "X-Fern-Language": "JavaScript",
40
40
  "X-Fern-SDK-Name": "@chrt-inc/typescript-sdk",
41
- "X-Fern-SDK-Version": "1.341.3",
42
- "User-Agent": "@chrt-inc/typescript-sdk/1.341.3",
41
+ "X-Fern-SDK-Version": "1.341.5",
42
+ "User-Agent": "@chrt-inc/typescript-sdk/1.341.5",
43
43
  "X-Fern-Runtime": core.RUNTIME.type,
44
44
  "X-Fern-Runtime-Version": core.RUNTIME.version,
45
45
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.341.3";
1
+ export declare const SDK_VERSION = "1.341.5";
@@ -1 +1 @@
1
- export const SDK_VERSION = "1.341.3";
1
+ export const SDK_VERSION = "1.341.5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrt-inc/typescript-sdk",
3
- "version": "1.341.3",
3
+ "version": "1.341.5",
4
4
  "private": false,
5
5
  "repository": "github:chrt-inc/typescript-sdk",
6
6
  "type": "commonjs",
package/reference.md CHANGED
@@ -4000,7 +4000,7 @@ await client.dev.getEmailV1();
4000
4000
  </dl>
4001
4001
  </details>
4002
4002
 
4003
- <details><summary><code>client.dev.<a href="/src/api/resources/dev/client/Client.ts">getDurableV1</a>() -> Record<string, unknown></code></summary>
4003
+ <details><summary><code>client.dev.<a href="/src/api/resources/dev/client/Client.ts">getDurableV1</a>() -> Record&lt;string, unknown&gt;</code></summary>
4004
4004
  <dl>
4005
4005
  <dd>
4006
4006
 
@@ -4177,7 +4177,7 @@ await client.dev.createTemplateV1({
4177
4177
  </dl>
4178
4178
  </details>
4179
4179
 
4180
- <details><summary><code>client.dev.<a href="/src/api/resources/dev/client/Client.ts">getGitInfoV1</a>() -> Record<string, string></code></summary>
4180
+ <details><summary><code>client.dev.<a href="/src/api/resources/dev/client/Client.ts">getGitInfoV1</a>() -> Record&lt;string, string&gt;</code></summary>
4181
4181
  <dl>
4182
4182
  <dd>
4183
4183
 
@@ -7506,7 +7506,7 @@ await client.shipperContactInfo.deleteV1("id");
7506
7506
 
7507
7507
  ## Orgs
7508
7508
 
7509
- <details><summary><code>client.orgs.<a href="/src/api/resources/orgs/client/Client.ts">getInfoV1</a>() -> Record<string, unknown></code></summary>
7509
+ <details><summary><code>client.orgs.<a href="/src/api/resources/orgs/client/Client.ts">getInfoV1</a>() -> Record&lt;string, unknown&gt;</code></summary>
7510
7510
  <dl>
7511
7511
  <dd>
7512
7512
 
@@ -8045,7 +8045,7 @@ await client.orgs.getStripeConnectAccountIdV1();
8045
8045
 
8046
8046
  ## Root
8047
8047
 
8048
- <details><summary><code>client.root.<a href="/src/api/resources/root/client/Client.ts">pingAuthd</a>() -> Record<string, string></code></summary>
8048
+ <details><summary><code>client.root.<a href="/src/api/resources/root/client/Client.ts">pingAuthd</a>() -> Record&lt;string, string&gt;</code></summary>
8049
8049
  <dl>
8050
8050
  <dd>
8051
8051
 
@@ -8100,7 +8100,7 @@ await client.root.pingAuthd();
8100
8100
  </dl>
8101
8101
  </details>
8102
8102
 
8103
- <details><summary><code>client.root.<a href="/src/api/resources/root/client/Client.ts">pingOptionallyAuthd</a>() -> Record<string, unknown></code></summary>
8103
+ <details><summary><code>client.root.<a href="/src/api/resources/root/client/Client.ts">pingOptionallyAuthd</a>() -> Record&lt;string, unknown&gt;</code></summary>
8104
8104
  <dl>
8105
8105
  <dd>
8106
8106
 
@@ -8155,7 +8155,7 @@ await client.root.pingOptionallyAuthd();
8155
8155
  </dl>
8156
8156
  </details>
8157
8157
 
8158
- <details><summary><code>client.root.<a href="/src/api/resources/root/client/Client.ts">pingUnauthd</a>() -> Record<string, unknown></code></summary>
8158
+ <details><summary><code>client.root.<a href="/src/api/resources/root/client/Client.ts">pingUnauthd</a>() -> Record&lt;string, unknown&gt;</code></summary>
8159
8159
  <dl>
8160
8160
  <dd>
8161
8161
 
@@ -8210,7 +8210,7 @@ await client.root.pingUnauthd();
8210
8210
  </dl>
8211
8211
  </details>
8212
8212
 
8213
- <details><summary><code>client.root.<a href="/src/api/resources/root/client/Client.ts">health</a>() -> Record<string, unknown></code></summary>
8213
+ <details><summary><code>client.root.<a href="/src/api/resources/root/client/Client.ts">health</a>() -> Record&lt;string, unknown&gt;</code></summary>
8214
8214
  <dl>
8215
8215
  <dd>
8216
8216