Skip to content

Commit

Permalink
Release v0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jan 30, 2024
1 parent a5a705e commit 5375f60
Show file tree
Hide file tree
Showing 24 changed files with 98 additions and 94 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mercoa/javascript",
"version": "v0.3.14",
"version": "v0.3.15",
"private": false,
"repository": "https://github.com/mercoa-finance/javascript",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/api/resources/bankLookup/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class BankLookup {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down
10 changes: 5 additions & 5 deletions src/api/resources/customPaymentMethodSchema/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class CustomPaymentMethodSchema {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -156,7 +156,7 @@ export class CustomPaymentMethodSchema {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
body: await serializers.CustomPaymentMethodSchemaRequest.jsonOrThrow(request, {
Expand Down Expand Up @@ -270,7 +270,7 @@ export class CustomPaymentMethodSchema {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
body: await serializers.CustomPaymentMethodSchemaRequest.jsonOrThrow(request, {
Expand Down Expand Up @@ -383,7 +383,7 @@ export class CustomPaymentMethodSchema {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -493,7 +493,7 @@ export class CustomPaymentMethodSchema {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down
22 changes: 11 additions & 11 deletions src/api/resources/entity/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class Entity {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -249,7 +249,7 @@ export class Entity {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
body: await serializers.EntityRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -404,7 +404,7 @@ export class Entity {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -519,7 +519,7 @@ export class Entity {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
body: await serializers.EntityUpdateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -671,7 +671,7 @@ export class Entity {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -777,7 +777,7 @@ export class Entity {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -891,7 +891,7 @@ export class Entity {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -1012,7 +1012,7 @@ export class Entity {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
body: await serializers.TokenGenerationOptions.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -1130,7 +1130,7 @@ export class Entity {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -1261,7 +1261,7 @@ export class Entity {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -1384,7 +1384,7 @@ export class Entity {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class ApprovalPolicy {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -160,7 +160,7 @@ export class ApprovalPolicy {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
body: await serializers.ApprovalPolicyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -292,7 +292,7 @@ export class ApprovalPolicy {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -408,7 +408,7 @@ export class ApprovalPolicy {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
body: await serializers.ApprovalPolicyUpdateRequest.jsonOrThrow(request, {
Expand Down Expand Up @@ -542,7 +542,7 @@ export class ApprovalPolicy {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down
12 changes: 6 additions & 6 deletions src/api/resources/entity/resources/counterparty/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class Counterparty {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -228,7 +228,7 @@ export class Counterparty {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -340,7 +340,7 @@ export class Counterparty {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
body: await serializers.EntityAddPayeesRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -447,7 +447,7 @@ export class Counterparty {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
body: await serializers.EntityHidePayeesRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -554,7 +554,7 @@ export class Counterparty {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
body: await serializers.EntityAddPayorsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -661,7 +661,7 @@ export class Counterparty {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
body: await serializers.EntityHidePayorsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class ExternalAccountingSystem {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
body: await serializers.entity.ExternalAccountingSystemCompanyCreationRequest.jsonOrThrow(request, {
Expand Down Expand Up @@ -161,7 +161,7 @@ export class ExternalAccountingSystem {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -271,7 +271,7 @@ export class ExternalAccountingSystem {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down
6 changes: 3 additions & 3 deletions src/api/resources/entity/resources/invoice/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class Invoice {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -276,7 +276,7 @@ export class Invoice {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -481,7 +481,7 @@ export class Invoice {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down
8 changes: 4 additions & 4 deletions src/api/resources/entity/resources/metadata/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class Metadata {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -158,7 +158,7 @@ export class Metadata {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -276,7 +276,7 @@ export class Metadata {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
body: await serializers.entity.metadata.update.Request.jsonOrThrow(request, {
Expand Down Expand Up @@ -390,7 +390,7 @@ export class Metadata {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class NotificationPolicy {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -160,7 +160,7 @@ export class NotificationPolicy {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -274,7 +274,7 @@ export class NotificationPolicy {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@mercoa/javascript",
"X-Fern-SDK-Version": "v0.3.14",
"X-Fern-SDK-Version": "v0.3.15",
},
contentType: "application/json",
body: await serializers.NotificationPolicyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down
Loading

0 comments on commit 5375f60

Please sign in to comment.