Skip to content

Commit

Permalink
Release 0.0.245
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Oct 2, 2024
1 parent 6cc3e7f commit 1392106
Show file tree
Hide file tree
Showing 16 changed files with 99 additions and 51 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Beehiiv TypeScript library provides convenient access to the Beehiiv API fro

## Documentation

API reference documentation is available [here](https://developers.beehiiv.com/docs/v2/o3elujhmkik1d-beehiiv-api).
API reference documentation is available [here](https://developers.beehiiv.com).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beehiiv/sdk",
"version": "0.0.244",
"version": "0.0.245",
"private": false,
"repository": "https://github.com/beehiiv/typescript-sdk",
"main": "./index.js",
Expand Down
9 changes: 6 additions & 3 deletions src/api/resources/automationJourneys/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ export class AutomationJourneys {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -189,7 +190,8 @@ export class AutomationJourneys {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -310,7 +312,8 @@ export class AutomationJourneys {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
6 changes: 4 additions & 2 deletions src/api/resources/automations/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ export class Automations {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -183,7 +184,8 @@ export class Automations {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
18 changes: 12 additions & 6 deletions src/api/resources/bulkSubscriptionUpdates/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export class BulkSubscriptionUpdates {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -176,7 +177,8 @@ export class BulkSubscriptionUpdates {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -319,7 +321,8 @@ export class BulkSubscriptionUpdates {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -467,7 +470,8 @@ export class BulkSubscriptionUpdates {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -585,7 +589,8 @@ export class BulkSubscriptionUpdates {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -654,7 +659,8 @@ export class BulkSubscriptionUpdates {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
18 changes: 12 additions & 6 deletions src/api/resources/customFields/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ export class CustomFields {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -184,7 +185,8 @@ export class CustomFields {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -297,7 +299,8 @@ export class CustomFields {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -418,7 +421,8 @@ export class CustomFields {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -544,7 +548,8 @@ export class CustomFields {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -666,7 +671,8 @@ export class CustomFields {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
6 changes: 4 additions & 2 deletions src/api/resources/emailBlasts/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ export class EmailBlasts {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -219,7 +220,8 @@ export class EmailBlasts {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
9 changes: 6 additions & 3 deletions src/api/resources/posts/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ export class Posts {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -236,7 +237,8 @@ export class Posts {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -354,7 +356,8 @@ export class Posts {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
6 changes: 4 additions & 2 deletions src/api/resources/publications/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ export class Publications {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -209,7 +210,8 @@ export class Publications {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
3 changes: 2 additions & 1 deletion src/api/resources/referralProgram/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ export class ReferralProgram {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
12 changes: 8 additions & 4 deletions src/api/resources/segments/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ export class Segments {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -202,7 +203,8 @@ export class Segments {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -321,7 +323,8 @@ export class Segments {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -438,7 +441,8 @@ export class Segments {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
3 changes: 2 additions & 1 deletion src/api/resources/subscriptionTags/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ export class SubscriptionTags {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
24 changes: 16 additions & 8 deletions src/api/resources/subscriptions/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ export class Subscriptions {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -251,7 +252,8 @@ export class Subscriptions {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -381,7 +383,8 @@ export class Subscriptions {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -511,7 +514,8 @@ export class Subscriptions {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -641,7 +645,8 @@ export class Subscriptions {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -771,7 +776,8 @@ export class Subscriptions {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -905,7 +911,8 @@ export class Subscriptions {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -1027,7 +1034,8 @@ export class Subscriptions {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@beehiiv/sdk",
"X-Fern-SDK-Version": "0.0.244",
"X-Fern-SDK-Version": "0.0.245",
"User-Agent": "@beehiiv/sdk/0.0.245",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
Loading

0 comments on commit 1392106

Please sign in to comment.