Skip to content

Commit

Permalink
Release 0.0.465
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jan 2, 2024
1 parent 7363b00 commit e263f87
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calebguy/testing",
"version": "0.0.464",
"version": "0.0.465",
"private": false,
"repository": "https://github.com/SyndicateProtocol/syndicate-node",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/api/resources/funding/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class Funding {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@calebguy/testing",
"X-Fern-SDK-Version": "0.0.464",
"X-Fern-SDK-Version": "0.0.465",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down
2 changes: 1 addition & 1 deletion src/api/resources/transact/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class Transact {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@calebguy/testing",
"X-Fern-SDK-Version": "0.0.464",
"X-Fern-SDK-Version": "0.0.465",
},
contentType: "application/json",
body: await serializers.transact.SendTransactionRequest.jsonOrThrow(request, {
Expand Down
16 changes: 8 additions & 8 deletions src/api/resources/wallet/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class Wallet {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@calebguy/testing",
"X-Fern-SDK-Version": "0.0.464",
"X-Fern-SDK-Version": "0.0.465",
},
contentType: "application/json",
body: await serializers.wallet.CreateWalletRequest.jsonOrThrow(request, {
Expand Down Expand Up @@ -104,7 +104,7 @@ export class Wallet {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@calebguy/testing",
"X-Fern-SDK-Version": "0.0.464",
"X-Fern-SDK-Version": "0.0.465",
},
contentType: "application/json",
body: await serializers.wallet.RetireWalletRequest.jsonOrThrow(request, {
Expand Down Expand Up @@ -163,7 +163,7 @@ export class Wallet {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@calebguy/testing",
"X-Fern-SDK-Version": "0.0.464",
"X-Fern-SDK-Version": "0.0.465",
},
contentType: "application/json",
body: await serializers.wallet.ToggleIsActiveRequest.jsonOrThrow(request, {
Expand Down Expand Up @@ -226,7 +226,7 @@ export class Wallet {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@calebguy/testing",
"X-Fern-SDK-Version": "0.0.464",
"X-Fern-SDK-Version": "0.0.465",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -301,7 +301,7 @@ export class Wallet {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@calebguy/testing",
"X-Fern-SDK-Version": "0.0.464",
"X-Fern-SDK-Version": "0.0.465",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -365,7 +365,7 @@ export class Wallet {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@calebguy/testing",
"X-Fern-SDK-Version": "0.0.464",
"X-Fern-SDK-Version": "0.0.465",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -450,7 +450,7 @@ export class Wallet {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@calebguy/testing",
"X-Fern-SDK-Version": "0.0.464",
"X-Fern-SDK-Version": "0.0.465",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -501,7 +501,7 @@ export class Wallet {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@calebguy/testing",
"X-Fern-SDK-Version": "0.0.464",
"X-Fern-SDK-Version": "0.0.465",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down

0 comments on commit e263f87

Please sign in to comment.