Skip to content

Commit 6eb7935

Browse files
committed
Release 0.1.2
1 parent 9a16da1 commit 6eb7935

File tree

25 files changed

+77
-77
lines changed

25 files changed

+77
-77
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": "",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": false,
55
"repository": "https://github.com/fern-demo/beehiiv-typescript",
66
"main": "./index.js",

reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ await beehiiv.subscriptions.list("pub_00000000-0000-0000-0000-000000000000", {
626626
</details>
627627

628628

629-
<details><summary> <code>beehiiv.subscriptions.<a href="./src/api/resources/subscriptions/client/Client.ts">post</a>(publicationId, { ...params }) -> Beehiiv.SubscriptionsPostResponse</code> </summary>
629+
<details><summary> <code>beehiiv.subscriptions.<a href="./src/api/resources/subscriptions/client/Client.ts">create</a>(publicationId, { ...params }) -> Beehiiv.SubscriptionsCreateResponse</code> </summary>
630630

631631
<dl>
632632

@@ -663,7 +663,7 @@ Create new subscriptions for a publication.
663663
<dd>
664664

665665
```ts
666-
await beehiiv.subscriptions.post("pub_00000000-0000-0000-0000-000000000000", {
666+
await beehiiv.subscriptions.create("pub_00000000-0000-0000-0000-000000000000", {
667667
668668
reactivateExisting: false,
669669
sendWelcomeEmail: false,
@@ -713,7 +713,7 @@ await beehiiv.subscriptions.post("pub_00000000-0000-0000-0000-000000000000", {
713713
<dd>
714714

715715

716-
**request: `Beehiiv.SubscriptionsPostRequest`**
716+
**request: `Beehiiv.SubscriptionsCreateRequest`**
717717

718718

719719
</dd>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class AutomationJourneys {
5050
Authorization: await this._getAuthorizationHeader(),
5151
"X-Fern-Language": "JavaScript",
5252
"X-Fern-SDK-Name": "",
53-
"X-Fern-SDK-Version": "0.1.1",
53+
"X-Fern-SDK-Version": "0.1.2",
5454
"X-Fern-Runtime": core.RUNTIME.type,
5555
"X-Fern-Runtime-Version": core.RUNTIME.version,
5656
},
@@ -167,7 +167,7 @@ export class AutomationJourneys {
167167
Authorization: await this._getAuthorizationHeader(),
168168
"X-Fern-Language": "JavaScript",
169169
"X-Fern-SDK-Name": "",
170-
"X-Fern-SDK-Version": "0.1.1",
170+
"X-Fern-SDK-Version": "0.1.2",
171171
"X-Fern-Runtime": core.RUNTIME.type,
172172
"X-Fern-Runtime-Version": core.RUNTIME.version,
173173
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class Automations {
5959
Authorization: await this._getAuthorizationHeader(),
6060
"X-Fern-Language": "JavaScript",
6161
"X-Fern-SDK-Name": "",
62-
"X-Fern-SDK-Version": "0.1.1",
62+
"X-Fern-SDK-Version": "0.1.2",
6363
"X-Fern-Runtime": core.RUNTIME.type,
6464
"X-Fern-Runtime-Version": core.RUNTIME.version,
6565
},
@@ -167,7 +167,7 @@ export class Automations {
167167
Authorization: await this._getAuthorizationHeader(),
168168
"X-Fern-Language": "JavaScript",
169169
"X-Fern-SDK-Name": "",
170-
"X-Fern-SDK-Version": "0.1.1",
170+
"X-Fern-SDK-Version": "0.1.2",
171171
"X-Fern-Runtime": core.RUNTIME.type,
172172
"X-Fern-Runtime-Version": core.RUNTIME.version,
173173
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class BulkSubscriptionUpdates {
4949
Authorization: await this._getAuthorizationHeader(),
5050
"X-Fern-Language": "JavaScript",
5151
"X-Fern-SDK-Name": "",
52-
"X-Fern-SDK-Version": "0.1.1",
52+
"X-Fern-SDK-Version": "0.1.2",
5353
"X-Fern-Runtime": core.RUNTIME.type,
5454
"X-Fern-Runtime-Version": core.RUNTIME.version,
5555
},
@@ -157,7 +157,7 @@ export class BulkSubscriptionUpdates {
157157
Authorization: await this._getAuthorizationHeader(),
158158
"X-Fern-Language": "JavaScript",
159159
"X-Fern-SDK-Name": "",
160-
"X-Fern-SDK-Version": "0.1.1",
160+
"X-Fern-SDK-Version": "0.1.2",
161161
"X-Fern-Runtime": core.RUNTIME.type,
162162
"X-Fern-Runtime-Version": core.RUNTIME.version,
163163
},

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class CustomFields {
5050
Authorization: await this._getAuthorizationHeader(),
5151
"X-Fern-Language": "JavaScript",
5252
"X-Fern-SDK-Name": "",
53-
"X-Fern-SDK-Version": "0.1.1",
53+
"X-Fern-SDK-Version": "0.1.2",
5454
"X-Fern-Runtime": core.RUNTIME.type,
5555
"X-Fern-Runtime-Version": core.RUNTIME.version,
5656
},
@@ -161,7 +161,7 @@ export class CustomFields {
161161
Authorization: await this._getAuthorizationHeader(),
162162
"X-Fern-Language": "JavaScript",
163163
"X-Fern-SDK-Name": "",
164-
"X-Fern-SDK-Version": "0.1.1",
164+
"X-Fern-SDK-Version": "0.1.2",
165165
"X-Fern-Runtime": core.RUNTIME.type,
166166
"X-Fern-Runtime-Version": core.RUNTIME.version,
167167
},
@@ -271,7 +271,7 @@ export class CustomFields {
271271
Authorization: await this._getAuthorizationHeader(),
272272
"X-Fern-Language": "JavaScript",
273273
"X-Fern-SDK-Name": "",
274-
"X-Fern-SDK-Version": "0.1.1",
274+
"X-Fern-SDK-Version": "0.1.2",
275275
"X-Fern-Runtime": core.RUNTIME.type,
276276
"X-Fern-Runtime-Version": core.RUNTIME.version,
277277
},
@@ -380,7 +380,7 @@ export class CustomFields {
380380
Authorization: await this._getAuthorizationHeader(),
381381
"X-Fern-Language": "JavaScript",
382382
"X-Fern-SDK-Name": "",
383-
"X-Fern-SDK-Version": "0.1.1",
383+
"X-Fern-SDK-Version": "0.1.2",
384384
"X-Fern-Runtime": core.RUNTIME.type,
385385
"X-Fern-Runtime-Version": core.RUNTIME.version,
386386
},
@@ -489,7 +489,7 @@ export class CustomFields {
489489
Authorization: await this._getAuthorizationHeader(),
490490
"X-Fern-Language": "JavaScript",
491491
"X-Fern-SDK-Name": "",
492-
"X-Fern-SDK-Version": "0.1.1",
492+
"X-Fern-SDK-Version": "0.1.2",
493493
"X-Fern-Runtime": core.RUNTIME.type,
494494
"X-Fern-Runtime-Version": core.RUNTIME.version,
495495
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class EmailBlasts {
7676
Authorization: await this._getAuthorizationHeader(),
7777
"X-Fern-Language": "JavaScript",
7878
"X-Fern-SDK-Name": "",
79-
"X-Fern-SDK-Version": "0.1.1",
79+
"X-Fern-SDK-Version": "0.1.2",
8080
"X-Fern-Runtime": core.RUNTIME.type,
8181
"X-Fern-Runtime-Version": core.RUNTIME.version,
8282
},
@@ -196,7 +196,7 @@ export class EmailBlasts {
196196
Authorization: await this._getAuthorizationHeader(),
197197
"X-Fern-Language": "JavaScript",
198198
"X-Fern-SDK-Name": "",
199-
"X-Fern-SDK-Version": "0.1.1",
199+
"X-Fern-SDK-Version": "0.1.2",
200200
"X-Fern-Runtime": core.RUNTIME.type,
201201
"X-Fern-Runtime-Version": core.RUNTIME.version,
202202
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export class Posts {
101101
Authorization: await this._getAuthorizationHeader(),
102102
"X-Fern-Language": "JavaScript",
103103
"X-Fern-SDK-Name": "",
104-
"X-Fern-SDK-Version": "0.1.1",
104+
"X-Fern-SDK-Version": "0.1.2",
105105
"X-Fern-Runtime": core.RUNTIME.type,
106106
"X-Fern-Runtime-Version": core.RUNTIME.version,
107107
},
@@ -221,7 +221,7 @@ export class Posts {
221221
Authorization: await this._getAuthorizationHeader(),
222222
"X-Fern-Language": "JavaScript",
223223
"X-Fern-SDK-Name": "",
224-
"X-Fern-SDK-Version": "0.1.1",
224+
"X-Fern-SDK-Version": "0.1.2",
225225
"X-Fern-Runtime": core.RUNTIME.type,
226226
"X-Fern-Runtime-Version": core.RUNTIME.version,
227227
},
@@ -330,7 +330,7 @@ export class Posts {
330330
Authorization: await this._getAuthorizationHeader(),
331331
"X-Fern-Language": "JavaScript",
332332
"X-Fern-SDK-Name": "",
333-
"X-Fern-SDK-Version": "0.1.1",
333+
"X-Fern-SDK-Version": "0.1.2",
334334
"X-Fern-Runtime": core.RUNTIME.type,
335335
"X-Fern-Runtime-Version": core.RUNTIME.version,
336336
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class Publications {
7575
Authorization: await this._getAuthorizationHeader(),
7676
"X-Fern-Language": "JavaScript",
7777
"X-Fern-SDK-Name": "",
78-
"X-Fern-SDK-Version": "0.1.1",
78+
"X-Fern-SDK-Version": "0.1.2",
7979
"X-Fern-Runtime": core.RUNTIME.type,
8080
"X-Fern-Runtime-Version": core.RUNTIME.version,
8181
},
@@ -194,7 +194,7 @@ export class Publications {
194194
Authorization: await this._getAuthorizationHeader(),
195195
"X-Fern-Language": "JavaScript",
196196
"X-Fern-SDK-Name": "",
197-
"X-Fern-SDK-Version": "0.1.1",
197+
"X-Fern-SDK-Version": "0.1.2",
198198
"X-Fern-Runtime": core.RUNTIME.type,
199199
"X-Fern-Runtime-Version": core.RUNTIME.version,
200200
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class ReferralProgram {
6060
Authorization: await this._getAuthorizationHeader(),
6161
"X-Fern-Language": "JavaScript",
6262
"X-Fern-SDK-Name": "",
63-
"X-Fern-SDK-Version": "0.1.1",
63+
"X-Fern-SDK-Version": "0.1.2",
6464
"X-Fern-Runtime": core.RUNTIME.type,
6565
"X-Fern-Runtime-Version": core.RUNTIME.version,
6666
},

0 commit comments

Comments
 (0)