Skip to content

Commit 95343d3

Browse files
committed
Release 0.40.8
1 parent 6f4720b commit 95343d3

File tree

10 files changed

+46
-24
lines changed

10 files changed

+46
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openledger/typescript-sdk",
3-
"version": "0.0.34",
3+
"version": "0.40.8",
44
"private": false,
55
"repository": "https://github.com/openledger/openledger-typescript-sdk",
66
"main": "./index.js",

src/api/resources/ai/client/Client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ export class Ai {
5959
Authorization: await this._getAuthorizationHeader(),
6060
"X-Fern-Language": "JavaScript",
6161
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
62-
"X-Fern-SDK-Version": "0.0.34",
62+
"X-Fern-SDK-Version": "0.40.8",
63+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
6364
"X-Fern-Runtime": core.RUNTIME.type,
6465
"X-Fern-Runtime-Version": core.RUNTIME.version,
6566
},

src/api/resources/authentication/client/Client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ export class Authentication {
5959
Authorization: await this._getAuthorizationHeader(),
6060
"X-Fern-Language": "JavaScript",
6161
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
62-
"X-Fern-SDK-Version": "0.0.34",
62+
"X-Fern-SDK-Version": "0.40.8",
63+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
6364
"X-Fern-Runtime": core.RUNTIME.type,
6465
"X-Fern-Runtime-Version": core.RUNTIME.version,
6566
},

src/api/resources/banks/client/Client.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export class Banks {
6161
Authorization: await this._getAuthorizationHeader(),
6262
"X-Fern-Language": "JavaScript",
6363
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
64-
"X-Fern-SDK-Version": "0.0.34",
64+
"X-Fern-SDK-Version": "0.40.8",
65+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
6566
"X-Fern-Runtime": core.RUNTIME.type,
6667
"X-Fern-Runtime-Version": core.RUNTIME.version,
6768
},
@@ -144,7 +145,8 @@ export class Banks {
144145
Authorization: await this._getAuthorizationHeader(),
145146
"X-Fern-Language": "JavaScript",
146147
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
147-
"X-Fern-SDK-Version": "0.0.34",
148+
"X-Fern-SDK-Version": "0.40.8",
149+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
148150
"X-Fern-Runtime": core.RUNTIME.type,
149151
"X-Fern-Runtime-Version": core.RUNTIME.version,
150152
},

src/api/resources/entities/client/Client.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export class Entities {
6161
Authorization: await this._getAuthorizationHeader(),
6262
"X-Fern-Language": "JavaScript",
6363
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
64-
"X-Fern-SDK-Version": "0.0.34",
64+
"X-Fern-SDK-Version": "0.40.8",
65+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
6566
"X-Fern-Runtime": core.RUNTIME.type,
6667
"X-Fern-Runtime-Version": core.RUNTIME.version,
6768
},
@@ -139,7 +140,8 @@ export class Entities {
139140
Authorization: await this._getAuthorizationHeader(),
140141
"X-Fern-Language": "JavaScript",
141142
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
142-
"X-Fern-SDK-Version": "0.0.34",
143+
"X-Fern-SDK-Version": "0.40.8",
144+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
143145
"X-Fern-Runtime": core.RUNTIME.type,
144146
"X-Fern-Runtime-Version": core.RUNTIME.version,
145147
},
@@ -219,7 +221,8 @@ export class Entities {
219221
Authorization: await this._getAuthorizationHeader(),
220222
"X-Fern-Language": "JavaScript",
221223
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
222-
"X-Fern-SDK-Version": "0.0.34",
224+
"X-Fern-SDK-Version": "0.40.8",
225+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
223226
"X-Fern-Runtime": core.RUNTIME.type,
224227
"X-Fern-Runtime-Version": core.RUNTIME.version,
225228
},
@@ -302,7 +305,8 @@ export class Entities {
302305
Authorization: await this._getAuthorizationHeader(),
303306
"X-Fern-Language": "JavaScript",
304307
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
305-
"X-Fern-SDK-Version": "0.0.34",
308+
"X-Fern-SDK-Version": "0.40.8",
309+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
306310
"X-Fern-Runtime": core.RUNTIME.type,
307311
"X-Fern-Runtime-Version": core.RUNTIME.version,
308312
},

src/api/resources/integrations/client/Client.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ export class Integrations {
6060
Authorization: await this._getAuthorizationHeader(),
6161
"X-Fern-Language": "JavaScript",
6262
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
63-
"X-Fern-SDK-Version": "0.0.34",
63+
"X-Fern-SDK-Version": "0.40.8",
64+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
6465
"X-Fern-Runtime": core.RUNTIME.type,
6566
"X-Fern-Runtime-Version": core.RUNTIME.version,
6667
},
@@ -144,7 +145,8 @@ export class Integrations {
144145
Authorization: await this._getAuthorizationHeader(),
145146
"X-Fern-Language": "JavaScript",
146147
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
147-
"X-Fern-SDK-Version": "0.0.34",
148+
"X-Fern-SDK-Version": "0.40.8",
149+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
148150
"X-Fern-Runtime": core.RUNTIME.type,
149151
"X-Fern-Runtime-Version": core.RUNTIME.version,
150152
},
@@ -228,7 +230,8 @@ export class Integrations {
228230
Authorization: await this._getAuthorizationHeader(),
229231
"X-Fern-Language": "JavaScript",
230232
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
231-
"X-Fern-SDK-Version": "0.0.34",
233+
"X-Fern-SDK-Version": "0.40.8",
234+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
232235
"X-Fern-Runtime": core.RUNTIME.type,
233236
"X-Fern-Runtime-Version": core.RUNTIME.version,
234237
},

src/api/resources/reports/client/Client.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ export class Reports {
7373
Authorization: await this._getAuthorizationHeader(),
7474
"X-Fern-Language": "JavaScript",
7575
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
76-
"X-Fern-SDK-Version": "0.0.34",
76+
"X-Fern-SDK-Version": "0.40.8",
77+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
7778
"X-Fern-Runtime": core.RUNTIME.type,
7879
"X-Fern-Runtime-Version": core.RUNTIME.version,
7980
},
@@ -163,7 +164,8 @@ export class Reports {
163164
Authorization: await this._getAuthorizationHeader(),
164165
"X-Fern-Language": "JavaScript",
165166
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
166-
"X-Fern-SDK-Version": "0.0.34",
167+
"X-Fern-SDK-Version": "0.40.8",
168+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
167169
"X-Fern-Runtime": core.RUNTIME.type,
168170
"X-Fern-Runtime-Version": core.RUNTIME.version,
169171
},

src/api/resources/sandbox/client/Client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ export class Sandbox {
5959
Authorization: await this._getAuthorizationHeader(),
6060
"X-Fern-Language": "JavaScript",
6161
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
62-
"X-Fern-SDK-Version": "0.0.34",
62+
"X-Fern-SDK-Version": "0.40.8",
63+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
6364
"X-Fern-Runtime": core.RUNTIME.type,
6465
"X-Fern-Runtime-Version": core.RUNTIME.version,
6566
},

src/api/resources/transactions/client/Client.ts

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ export class Transactions {
6060
Authorization: await this._getAuthorizationHeader(),
6161
"X-Fern-Language": "JavaScript",
6262
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
63-
"X-Fern-SDK-Version": "0.0.34",
63+
"X-Fern-SDK-Version": "0.40.8",
64+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
6465
"X-Fern-Runtime": core.RUNTIME.type,
6566
"X-Fern-Runtime-Version": core.RUNTIME.version,
6667
},
@@ -143,7 +144,8 @@ export class Transactions {
143144
Authorization: await this._getAuthorizationHeader(),
144145
"X-Fern-Language": "JavaScript",
145146
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
146-
"X-Fern-SDK-Version": "0.0.34",
147+
"X-Fern-SDK-Version": "0.40.8",
148+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
147149
"X-Fern-Runtime": core.RUNTIME.type,
148150
"X-Fern-Runtime-Version": core.RUNTIME.version,
149151
},
@@ -224,7 +226,8 @@ export class Transactions {
224226
Authorization: await this._getAuthorizationHeader(),
225227
"X-Fern-Language": "JavaScript",
226228
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
227-
"X-Fern-SDK-Version": "0.0.34",
229+
"X-Fern-SDK-Version": "0.40.8",
230+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
228231
"X-Fern-Runtime": core.RUNTIME.type,
229232
"X-Fern-Runtime-Version": core.RUNTIME.version,
230233
},
@@ -306,7 +309,8 @@ export class Transactions {
306309
Authorization: await this._getAuthorizationHeader(),
307310
"X-Fern-Language": "JavaScript",
308311
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
309-
"X-Fern-SDK-Version": "0.0.34",
312+
"X-Fern-SDK-Version": "0.40.8",
313+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
310314
"X-Fern-Runtime": core.RUNTIME.type,
311315
"X-Fern-Runtime-Version": core.RUNTIME.version,
312316
},
@@ -389,7 +393,8 @@ export class Transactions {
389393
Authorization: await this._getAuthorizationHeader(),
390394
"X-Fern-Language": "JavaScript",
391395
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
392-
"X-Fern-SDK-Version": "0.0.34",
396+
"X-Fern-SDK-Version": "0.40.8",
397+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
393398
"X-Fern-Runtime": core.RUNTIME.type,
394399
"X-Fern-Runtime-Version": core.RUNTIME.version,
395400
},
@@ -465,7 +470,8 @@ export class Transactions {
465470
Authorization: await this._getAuthorizationHeader(),
466471
"X-Fern-Language": "JavaScript",
467472
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
468-
"X-Fern-SDK-Version": "0.0.34",
473+
"X-Fern-SDK-Version": "0.40.8",
474+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
469475
"X-Fern-Runtime": core.RUNTIME.type,
470476
"X-Fern-Runtime-Version": core.RUNTIME.version,
471477
},
@@ -547,7 +553,8 @@ export class Transactions {
547553
Authorization: await this._getAuthorizationHeader(),
548554
"X-Fern-Language": "JavaScript",
549555
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
550-
"X-Fern-SDK-Version": "0.0.34",
556+
"X-Fern-SDK-Version": "0.40.8",
557+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
551558
"X-Fern-Runtime": core.RUNTIME.type,
552559
"X-Fern-Runtime-Version": core.RUNTIME.version,
553560
},
@@ -629,7 +636,8 @@ export class Transactions {
629636
Authorization: await this._getAuthorizationHeader(),
630637
"X-Fern-Language": "JavaScript",
631638
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
632-
"X-Fern-SDK-Version": "0.0.34",
639+
"X-Fern-SDK-Version": "0.40.8",
640+
"User-Agent": "@openledger/typescript-sdk/0.40.8",
633641
"X-Fern-Runtime": core.RUNTIME.type,
634642
"X-Fern-Runtime-Version": core.RUNTIME.version,
635643
},

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = "0.0.34";
1+
export const SDK_VERSION = "0.40.8";

0 commit comments

Comments
 (0)