Skip to content

Commit 6f4720b

Browse files
committed
Release 0.0.34
1 parent e44056b commit 6f4720b

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-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.33",
3+
"version": "0.0.34",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ 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.33",
62+
"X-Fern-SDK-Version": "0.0.34",
6363
"X-Fern-Runtime": core.RUNTIME.type,
6464
"X-Fern-Runtime-Version": core.RUNTIME.version,
6565
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ 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.33",
62+
"X-Fern-SDK-Version": "0.0.34",
6363
"X-Fern-Runtime": core.RUNTIME.type,
6464
"X-Fern-Runtime-Version": core.RUNTIME.version,
6565
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ 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.33",
64+
"X-Fern-SDK-Version": "0.0.34",
6565
"X-Fern-Runtime": core.RUNTIME.type,
6666
"X-Fern-Runtime-Version": core.RUNTIME.version,
6767
},
@@ -144,7 +144,7 @@ export class Banks {
144144
Authorization: await this._getAuthorizationHeader(),
145145
"X-Fern-Language": "JavaScript",
146146
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
147-
"X-Fern-SDK-Version": "0.0.33",
147+
"X-Fern-SDK-Version": "0.0.34",
148148
"X-Fern-Runtime": core.RUNTIME.type,
149149
"X-Fern-Runtime-Version": core.RUNTIME.version,
150150
},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ 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.33",
64+
"X-Fern-SDK-Version": "0.0.34",
6565
"X-Fern-Runtime": core.RUNTIME.type,
6666
"X-Fern-Runtime-Version": core.RUNTIME.version,
6767
},
@@ -139,7 +139,7 @@ export class Entities {
139139
Authorization: await this._getAuthorizationHeader(),
140140
"X-Fern-Language": "JavaScript",
141141
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
142-
"X-Fern-SDK-Version": "0.0.33",
142+
"X-Fern-SDK-Version": "0.0.34",
143143
"X-Fern-Runtime": core.RUNTIME.type,
144144
"X-Fern-Runtime-Version": core.RUNTIME.version,
145145
},
@@ -219,7 +219,7 @@ export class Entities {
219219
Authorization: await this._getAuthorizationHeader(),
220220
"X-Fern-Language": "JavaScript",
221221
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
222-
"X-Fern-SDK-Version": "0.0.33",
222+
"X-Fern-SDK-Version": "0.0.34",
223223
"X-Fern-Runtime": core.RUNTIME.type,
224224
"X-Fern-Runtime-Version": core.RUNTIME.version,
225225
},
@@ -302,7 +302,7 @@ export class Entities {
302302
Authorization: await this._getAuthorizationHeader(),
303303
"X-Fern-Language": "JavaScript",
304304
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
305-
"X-Fern-SDK-Version": "0.0.33",
305+
"X-Fern-SDK-Version": "0.0.34",
306306
"X-Fern-Runtime": core.RUNTIME.type,
307307
"X-Fern-Runtime-Version": core.RUNTIME.version,
308308
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ 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.33",
63+
"X-Fern-SDK-Version": "0.0.34",
6464
"X-Fern-Runtime": core.RUNTIME.type,
6565
"X-Fern-Runtime-Version": core.RUNTIME.version,
6666
},
@@ -144,7 +144,7 @@ export class Integrations {
144144
Authorization: await this._getAuthorizationHeader(),
145145
"X-Fern-Language": "JavaScript",
146146
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
147-
"X-Fern-SDK-Version": "0.0.33",
147+
"X-Fern-SDK-Version": "0.0.34",
148148
"X-Fern-Runtime": core.RUNTIME.type,
149149
"X-Fern-Runtime-Version": core.RUNTIME.version,
150150
},
@@ -228,7 +228,7 @@ export class Integrations {
228228
Authorization: await this._getAuthorizationHeader(),
229229
"X-Fern-Language": "JavaScript",
230230
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
231-
"X-Fern-SDK-Version": "0.0.33",
231+
"X-Fern-SDK-Version": "0.0.34",
232232
"X-Fern-Runtime": core.RUNTIME.type,
233233
"X-Fern-Runtime-Version": core.RUNTIME.version,
234234
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ 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.33",
76+
"X-Fern-SDK-Version": "0.0.34",
7777
"X-Fern-Runtime": core.RUNTIME.type,
7878
"X-Fern-Runtime-Version": core.RUNTIME.version,
7979
},
@@ -163,7 +163,7 @@ export class Reports {
163163
Authorization: await this._getAuthorizationHeader(),
164164
"X-Fern-Language": "JavaScript",
165165
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
166-
"X-Fern-SDK-Version": "0.0.33",
166+
"X-Fern-SDK-Version": "0.0.34",
167167
"X-Fern-Runtime": core.RUNTIME.type,
168168
"X-Fern-Runtime-Version": core.RUNTIME.version,
169169
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ 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.33",
62+
"X-Fern-SDK-Version": "0.0.34",
6363
"X-Fern-Runtime": core.RUNTIME.type,
6464
"X-Fern-Runtime-Version": core.RUNTIME.version,
6565
},

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ 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.33",
63+
"X-Fern-SDK-Version": "0.0.34",
6464
"X-Fern-Runtime": core.RUNTIME.type,
6565
"X-Fern-Runtime-Version": core.RUNTIME.version,
6666
},
@@ -143,7 +143,7 @@ export class Transactions {
143143
Authorization: await this._getAuthorizationHeader(),
144144
"X-Fern-Language": "JavaScript",
145145
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
146-
"X-Fern-SDK-Version": "0.0.33",
146+
"X-Fern-SDK-Version": "0.0.34",
147147
"X-Fern-Runtime": core.RUNTIME.type,
148148
"X-Fern-Runtime-Version": core.RUNTIME.version,
149149
},
@@ -224,7 +224,7 @@ export class Transactions {
224224
Authorization: await this._getAuthorizationHeader(),
225225
"X-Fern-Language": "JavaScript",
226226
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
227-
"X-Fern-SDK-Version": "0.0.33",
227+
"X-Fern-SDK-Version": "0.0.34",
228228
"X-Fern-Runtime": core.RUNTIME.type,
229229
"X-Fern-Runtime-Version": core.RUNTIME.version,
230230
},
@@ -306,7 +306,7 @@ export class Transactions {
306306
Authorization: await this._getAuthorizationHeader(),
307307
"X-Fern-Language": "JavaScript",
308308
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
309-
"X-Fern-SDK-Version": "0.0.33",
309+
"X-Fern-SDK-Version": "0.0.34",
310310
"X-Fern-Runtime": core.RUNTIME.type,
311311
"X-Fern-Runtime-Version": core.RUNTIME.version,
312312
},
@@ -389,7 +389,7 @@ export class Transactions {
389389
Authorization: await this._getAuthorizationHeader(),
390390
"X-Fern-Language": "JavaScript",
391391
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
392-
"X-Fern-SDK-Version": "0.0.33",
392+
"X-Fern-SDK-Version": "0.0.34",
393393
"X-Fern-Runtime": core.RUNTIME.type,
394394
"X-Fern-Runtime-Version": core.RUNTIME.version,
395395
},
@@ -465,7 +465,7 @@ export class Transactions {
465465
Authorization: await this._getAuthorizationHeader(),
466466
"X-Fern-Language": "JavaScript",
467467
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
468-
"X-Fern-SDK-Version": "0.0.33",
468+
"X-Fern-SDK-Version": "0.0.34",
469469
"X-Fern-Runtime": core.RUNTIME.type,
470470
"X-Fern-Runtime-Version": core.RUNTIME.version,
471471
},
@@ -547,7 +547,7 @@ export class Transactions {
547547
Authorization: await this._getAuthorizationHeader(),
548548
"X-Fern-Language": "JavaScript",
549549
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
550-
"X-Fern-SDK-Version": "0.0.33",
550+
"X-Fern-SDK-Version": "0.0.34",
551551
"X-Fern-Runtime": core.RUNTIME.type,
552552
"X-Fern-Runtime-Version": core.RUNTIME.version,
553553
},
@@ -629,7 +629,7 @@ export class Transactions {
629629
Authorization: await this._getAuthorizationHeader(),
630630
"X-Fern-Language": "JavaScript",
631631
"X-Fern-SDK-Name": "@openledger/typescript-sdk",
632-
"X-Fern-SDK-Version": "0.0.33",
632+
"X-Fern-SDK-Version": "0.0.34",
633633
"X-Fern-Runtime": core.RUNTIME.type,
634634
"X-Fern-Runtime-Version": core.RUNTIME.version,
635635
},

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.33";
1+
export const SDK_VERSION = "0.0.34";

0 commit comments

Comments
 (0)