@chrt-inc/typescript-sdk 1.341.3 → 1.341.4
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/esm/Client.mjs +2 -2
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +7 -7
package/dist/cjs/Client.js
CHANGED
|
@@ -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.
|
|
78
|
-
"User-Agent": "@chrt-inc/typescript-sdk/1.341.
|
|
77
|
+
"X-Fern-SDK-Version": "1.341.4",
|
|
78
|
+
"User-Agent": "@chrt-inc/typescript-sdk/1.341.4",
|
|
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) });
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.341.
|
|
1
|
+
export declare const SDK_VERSION = "1.341.4";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.mjs
CHANGED
|
@@ -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.
|
|
42
|
-
"User-Agent": "@chrt-inc/typescript-sdk/1.341.
|
|
41
|
+
"X-Fern-SDK-Version": "1.341.4",
|
|
42
|
+
"User-Agent": "@chrt-inc/typescript-sdk/1.341.4",
|
|
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) });
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.341.
|
|
1
|
+
export declare const SDK_VERSION = "1.341.4";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "1.341.
|
|
1
|
+
export const SDK_VERSION = "1.341.4";
|
package/package.json
CHANGED
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
|
|
4003
|
+
<details><summary><code>client.dev.<a href="/src/api/resources/dev/client/Client.ts">getDurableV1</a>() -> Record<string, unknown></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
|
|
4180
|
+
<details><summary><code>client.dev.<a href="/src/api/resources/dev/client/Client.ts">getGitInfoV1</a>() -> Record<string, string></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
|
|
7509
|
+
<details><summary><code>client.orgs.<a href="/src/api/resources/orgs/client/Client.ts">getInfoV1</a>() -> Record<string, unknown></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
|
|
8048
|
+
<details><summary><code>client.root.<a href="/src/api/resources/root/client/Client.ts">pingAuthd</a>() -> Record<string, string></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
|
|
8103
|
+
<details><summary><code>client.root.<a href="/src/api/resources/root/client/Client.ts">pingOptionallyAuthd</a>() -> Record<string, unknown></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
|
|
8158
|
+
<details><summary><code>client.root.<a href="/src/api/resources/root/client/Client.ts">pingUnauthd</a>() -> Record<string, unknown></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
|
|
8213
|
+
<details><summary><code>client.root.<a href="/src/api/resources/root/client/Client.ts">health</a>() -> Record<string, unknown></code></summary>
|
|
8214
8214
|
<dl>
|
|
8215
8215
|
<dd>
|
|
8216
8216
|
|