Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit d978d7a

Browse files
authored
Merge pull request #15 from hookdeck/fern-bot/06-14-2024-1229PM
🌿 Fern Regeneration -- June 14, 2024
2 parents 97a5d45 + 3d5e90d commit d978d7a

File tree

17 files changed

+100
-98
lines changed

17 files changed

+100
-98
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": "@hookdeck/sdk",
3-
"version": "0.3.0-beta.3",
3+
"version": "0.3.0",
44
"private": false,
55
"repository": "https://github.com/hookdeck/hookdeck-typescript-sdk",
66
"main": "./index.js",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class Attempt {
8282
Authorization: await this._getAuthorizationHeader(),
8383
"X-Fern-Language": "JavaScript",
8484
"X-Fern-SDK-Name": "@hookdeck/sdk",
85-
"X-Fern-SDK-Version": "0.3.0-beta.3",
85+
"X-Fern-SDK-Version": "0.3.0",
8686
"X-Fern-Runtime": core.RUNTIME.type,
8787
"X-Fern-Runtime-Version": core.RUNTIME.version,
8888
},
@@ -172,7 +172,7 @@ export class Attempt {
172172
Authorization: await this._getAuthorizationHeader(),
173173
"X-Fern-Language": "JavaScript",
174174
"X-Fern-SDK-Name": "@hookdeck/sdk",
175-
"X-Fern-SDK-Version": "0.3.0-beta.3",
175+
"X-Fern-SDK-Version": "0.3.0",
176176
"X-Fern-Runtime": core.RUNTIME.type,
177177
"X-Fern-Runtime-Version": core.RUNTIME.version,
178178
},

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export class Bookmark {
118118
Authorization: await this._getAuthorizationHeader(),
119119
"X-Fern-Language": "JavaScript",
120120
"X-Fern-SDK-Name": "@hookdeck/sdk",
121-
"X-Fern-SDK-Version": "0.3.0-beta.3",
121+
"X-Fern-SDK-Version": "0.3.0",
122122
"X-Fern-Runtime": core.RUNTIME.type,
123123
"X-Fern-Runtime-Version": core.RUNTIME.version,
124124
},
@@ -213,7 +213,7 @@ export class Bookmark {
213213
Authorization: await this._getAuthorizationHeader(),
214214
"X-Fern-Language": "JavaScript",
215215
"X-Fern-SDK-Name": "@hookdeck/sdk",
216-
"X-Fern-SDK-Version": "0.3.0-beta.3",
216+
"X-Fern-SDK-Version": "0.3.0",
217217
"X-Fern-Runtime": core.RUNTIME.type,
218218
"X-Fern-Runtime-Version": core.RUNTIME.version,
219219
},
@@ -300,7 +300,7 @@ export class Bookmark {
300300
Authorization: await this._getAuthorizationHeader(),
301301
"X-Fern-Language": "JavaScript",
302302
"X-Fern-SDK-Name": "@hookdeck/sdk",
303-
"X-Fern-SDK-Version": "0.3.0-beta.3",
303+
"X-Fern-SDK-Version": "0.3.0",
304304
"X-Fern-Runtime": core.RUNTIME.type,
305305
"X-Fern-Runtime-Version": core.RUNTIME.version,
306306
},
@@ -383,7 +383,7 @@ export class Bookmark {
383383
Authorization: await this._getAuthorizationHeader(),
384384
"X-Fern-Language": "JavaScript",
385385
"X-Fern-SDK-Name": "@hookdeck/sdk",
386-
"X-Fern-SDK-Version": "0.3.0-beta.3",
386+
"X-Fern-SDK-Version": "0.3.0",
387387
"X-Fern-Runtime": core.RUNTIME.type,
388388
"X-Fern-Runtime-Version": core.RUNTIME.version,
389389
},
@@ -483,7 +483,7 @@ export class Bookmark {
483483
Authorization: await this._getAuthorizationHeader(),
484484
"X-Fern-Language": "JavaScript",
485485
"X-Fern-SDK-Name": "@hookdeck/sdk",
486-
"X-Fern-SDK-Version": "0.3.0-beta.3",
486+
"X-Fern-SDK-Version": "0.3.0",
487487
"X-Fern-Runtime": core.RUNTIME.type,
488488
"X-Fern-Runtime-Version": core.RUNTIME.version,
489489
},
@@ -559,7 +559,7 @@ export class Bookmark {
559559
Authorization: await this._getAuthorizationHeader(),
560560
"X-Fern-Language": "JavaScript",
561561
"X-Fern-SDK-Name": "@hookdeck/sdk",
562-
"X-Fern-SDK-Version": "0.3.0-beta.3",
562+
"X-Fern-SDK-Version": "0.3.0",
563563
"X-Fern-Runtime": core.RUNTIME.type,
564564
"X-Fern-Runtime-Version": core.RUNTIME.version,
565565
},
@@ -642,7 +642,7 @@ export class Bookmark {
642642
Authorization: await this._getAuthorizationHeader(),
643643
"X-Fern-Language": "JavaScript",
644644
"X-Fern-SDK-Name": "@hookdeck/sdk",
645-
"X-Fern-SDK-Version": "0.3.0-beta.3",
645+
"X-Fern-SDK-Version": "0.3.0",
646646
"X-Fern-Runtime": core.RUNTIME.type,
647647
"X-Fern-Runtime-Version": core.RUNTIME.version,
648648
},

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export class Connection {
132132
Authorization: await this._getAuthorizationHeader(),
133133
"X-Fern-Language": "JavaScript",
134134
"X-Fern-SDK-Name": "@hookdeck/sdk",
135-
"X-Fern-SDK-Version": "0.3.0-beta.3",
135+
"X-Fern-SDK-Version": "0.3.0",
136136
"X-Fern-Runtime": core.RUNTIME.type,
137137
"X-Fern-Runtime-Version": core.RUNTIME.version,
138138
},
@@ -223,7 +223,7 @@ export class Connection {
223223
Authorization: await this._getAuthorizationHeader(),
224224
"X-Fern-Language": "JavaScript",
225225
"X-Fern-SDK-Name": "@hookdeck/sdk",
226-
"X-Fern-SDK-Version": "0.3.0-beta.3",
226+
"X-Fern-SDK-Version": "0.3.0",
227227
"X-Fern-Runtime": core.RUNTIME.type,
228228
"X-Fern-Runtime-Version": core.RUNTIME.version,
229229
},
@@ -314,7 +314,7 @@ export class Connection {
314314
Authorization: await this._getAuthorizationHeader(),
315315
"X-Fern-Language": "JavaScript",
316316
"X-Fern-SDK-Name": "@hookdeck/sdk",
317-
"X-Fern-SDK-Version": "0.3.0-beta.3",
317+
"X-Fern-SDK-Version": "0.3.0",
318318
"X-Fern-Runtime": core.RUNTIME.type,
319319
"X-Fern-Runtime-Version": core.RUNTIME.version,
320320
},
@@ -435,7 +435,7 @@ export class Connection {
435435
Authorization: await this._getAuthorizationHeader(),
436436
"X-Fern-Language": "JavaScript",
437437
"X-Fern-SDK-Name": "@hookdeck/sdk",
438-
"X-Fern-SDK-Version": "0.3.0-beta.3",
438+
"X-Fern-SDK-Version": "0.3.0",
439439
"X-Fern-Runtime": core.RUNTIME.type,
440440
"X-Fern-Runtime-Version": core.RUNTIME.version,
441441
},
@@ -523,7 +523,7 @@ export class Connection {
523523
Authorization: await this._getAuthorizationHeader(),
524524
"X-Fern-Language": "JavaScript",
525525
"X-Fern-SDK-Name": "@hookdeck/sdk",
526-
"X-Fern-SDK-Version": "0.3.0-beta.3",
526+
"X-Fern-SDK-Version": "0.3.0",
527527
"X-Fern-Runtime": core.RUNTIME.type,
528528
"X-Fern-Runtime-Version": core.RUNTIME.version,
529529
},
@@ -616,7 +616,7 @@ export class Connection {
616616
Authorization: await this._getAuthorizationHeader(),
617617
"X-Fern-Language": "JavaScript",
618618
"X-Fern-SDK-Name": "@hookdeck/sdk",
619-
"X-Fern-SDK-Version": "0.3.0-beta.3",
619+
"X-Fern-SDK-Version": "0.3.0",
620620
"X-Fern-Runtime": core.RUNTIME.type,
621621
"X-Fern-Runtime-Version": core.RUNTIME.version,
622622
},
@@ -716,7 +716,7 @@ export class Connection {
716716
Authorization: await this._getAuthorizationHeader(),
717717
"X-Fern-Language": "JavaScript",
718718
"X-Fern-SDK-Name": "@hookdeck/sdk",
719-
"X-Fern-SDK-Version": "0.3.0-beta.3",
719+
"X-Fern-SDK-Version": "0.3.0",
720720
"X-Fern-Runtime": core.RUNTIME.type,
721721
"X-Fern-Runtime-Version": core.RUNTIME.version,
722722
},
@@ -792,7 +792,7 @@ export class Connection {
792792
Authorization: await this._getAuthorizationHeader(),
793793
"X-Fern-Language": "JavaScript",
794794
"X-Fern-SDK-Name": "@hookdeck/sdk",
795-
"X-Fern-SDK-Version": "0.3.0-beta.3",
795+
"X-Fern-SDK-Version": "0.3.0",
796796
"X-Fern-Runtime": core.RUNTIME.type,
797797
"X-Fern-Runtime-Version": core.RUNTIME.version,
798798
},
@@ -868,7 +868,7 @@ export class Connection {
868868
Authorization: await this._getAuthorizationHeader(),
869869
"X-Fern-Language": "JavaScript",
870870
"X-Fern-SDK-Name": "@hookdeck/sdk",
871-
"X-Fern-SDK-Version": "0.3.0-beta.3",
871+
"X-Fern-SDK-Version": "0.3.0",
872872
"X-Fern-Runtime": core.RUNTIME.type,
873873
"X-Fern-Runtime-Version": core.RUNTIME.version,
874874
},
@@ -944,7 +944,7 @@ export class Connection {
944944
Authorization: await this._getAuthorizationHeader(),
945945
"X-Fern-Language": "JavaScript",
946946
"X-Fern-SDK-Name": "@hookdeck/sdk",
947-
"X-Fern-SDK-Version": "0.3.0-beta.3",
947+
"X-Fern-SDK-Version": "0.3.0",
948948
"X-Fern-Runtime": core.RUNTIME.type,
949949
"X-Fern-Runtime-Version": core.RUNTIME.version,
950950
},
@@ -1020,7 +1020,7 @@ export class Connection {
10201020
Authorization: await this._getAuthorizationHeader(),
10211021
"X-Fern-Language": "JavaScript",
10221022
"X-Fern-SDK-Name": "@hookdeck/sdk",
1023-
"X-Fern-SDK-Version": "0.3.0-beta.3",
1023+
"X-Fern-SDK-Version": "0.3.0",
10241024
"X-Fern-Runtime": core.RUNTIME.type,
10251025
"X-Fern-Runtime-Version": core.RUNTIME.version,
10261026
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class CustomDomain {
4545
Authorization: await this._getAuthorizationHeader(),
4646
"X-Fern-Language": "JavaScript",
4747
"X-Fern-SDK-Name": "@hookdeck/sdk",
48-
"X-Fern-SDK-Version": "0.3.0-beta.3",
48+
"X-Fern-SDK-Version": "0.3.0",
4949
"X-Fern-Runtime": core.RUNTIME.type,
5050
"X-Fern-Runtime-Version": core.RUNTIME.version,
5151
},
@@ -111,7 +111,7 @@ export class CustomDomain {
111111
Authorization: await this._getAuthorizationHeader(),
112112
"X-Fern-Language": "JavaScript",
113113
"X-Fern-SDK-Name": "@hookdeck/sdk",
114-
"X-Fern-SDK-Version": "0.3.0-beta.3",
114+
"X-Fern-SDK-Version": "0.3.0",
115115
"X-Fern-Runtime": core.RUNTIME.type,
116116
"X-Fern-Runtime-Version": core.RUNTIME.version,
117117
},
@@ -176,7 +176,7 @@ export class CustomDomain {
176176
Authorization: await this._getAuthorizationHeader(),
177177
"X-Fern-Language": "JavaScript",
178178
"X-Fern-SDK-Name": "@hookdeck/sdk",
179-
"X-Fern-SDK-Version": "0.3.0-beta.3",
179+
"X-Fern-SDK-Version": "0.3.0",
180180
"X-Fern-Runtime": core.RUNTIME.type,
181181
"X-Fern-Runtime-Version": core.RUNTIME.version,
182182
},

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export class Destination {
106106
Authorization: await this._getAuthorizationHeader(),
107107
"X-Fern-Language": "JavaScript",
108108
"X-Fern-SDK-Name": "@hookdeck/sdk",
109-
"X-Fern-SDK-Version": "0.3.0-beta.3",
109+
"X-Fern-SDK-Version": "0.3.0",
110110
"X-Fern-Runtime": core.RUNTIME.type,
111111
"X-Fern-Runtime-Version": core.RUNTIME.version,
112112
},
@@ -199,7 +199,7 @@ export class Destination {
199199
Authorization: await this._getAuthorizationHeader(),
200200
"X-Fern-Language": "JavaScript",
201201
"X-Fern-SDK-Name": "@hookdeck/sdk",
202-
"X-Fern-SDK-Version": "0.3.0-beta.3",
202+
"X-Fern-SDK-Version": "0.3.0",
203203
"X-Fern-Runtime": core.RUNTIME.type,
204204
"X-Fern-Runtime-Version": core.RUNTIME.version,
205205
},
@@ -292,7 +292,7 @@ export class Destination {
292292
Authorization: await this._getAuthorizationHeader(),
293293
"X-Fern-Language": "JavaScript",
294294
"X-Fern-SDK-Name": "@hookdeck/sdk",
295-
"X-Fern-SDK-Version": "0.3.0-beta.3",
295+
"X-Fern-SDK-Version": "0.3.0",
296296
"X-Fern-Runtime": core.RUNTIME.type,
297297
"X-Fern-Runtime-Version": core.RUNTIME.version,
298298
},
@@ -380,7 +380,7 @@ export class Destination {
380380
Authorization: await this._getAuthorizationHeader(),
381381
"X-Fern-Language": "JavaScript",
382382
"X-Fern-SDK-Name": "@hookdeck/sdk",
383-
"X-Fern-SDK-Version": "0.3.0-beta.3",
383+
"X-Fern-SDK-Version": "0.3.0",
384384
"X-Fern-Runtime": core.RUNTIME.type,
385385
"X-Fern-Runtime-Version": core.RUNTIME.version,
386386
},
@@ -473,7 +473,7 @@ export class Destination {
473473
Authorization: await this._getAuthorizationHeader(),
474474
"X-Fern-Language": "JavaScript",
475475
"X-Fern-SDK-Name": "@hookdeck/sdk",
476-
"X-Fern-SDK-Version": "0.3.0-beta.3",
476+
"X-Fern-SDK-Version": "0.3.0",
477477
"X-Fern-Runtime": core.RUNTIME.type,
478478
"X-Fern-Runtime-Version": core.RUNTIME.version,
479479
},
@@ -573,7 +573,7 @@ export class Destination {
573573
Authorization: await this._getAuthorizationHeader(),
574574
"X-Fern-Language": "JavaScript",
575575
"X-Fern-SDK-Name": "@hookdeck/sdk",
576-
"X-Fern-SDK-Version": "0.3.0-beta.3",
576+
"X-Fern-SDK-Version": "0.3.0",
577577
"X-Fern-Runtime": core.RUNTIME.type,
578578
"X-Fern-Runtime-Version": core.RUNTIME.version,
579579
},
@@ -649,7 +649,7 @@ export class Destination {
649649
Authorization: await this._getAuthorizationHeader(),
650650
"X-Fern-Language": "JavaScript",
651651
"X-Fern-SDK-Name": "@hookdeck/sdk",
652-
"X-Fern-SDK-Version": "0.3.0-beta.3",
652+
"X-Fern-SDK-Version": "0.3.0",
653653
"X-Fern-Runtime": core.RUNTIME.type,
654654
"X-Fern-Runtime-Version": core.RUNTIME.version,
655655
},
@@ -725,7 +725,7 @@ export class Destination {
725725
Authorization: await this._getAuthorizationHeader(),
726726
"X-Fern-Language": "JavaScript",
727727
"X-Fern-SDK-Name": "@hookdeck/sdk",
728-
"X-Fern-SDK-Version": "0.3.0-beta.3",
728+
"X-Fern-SDK-Version": "0.3.0",
729729
"X-Fern-Runtime": core.RUNTIME.type,
730730
"X-Fern-Runtime-Version": core.RUNTIME.version,
731731
},

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export class Event {
222222
Authorization: await this._getAuthorizationHeader(),
223223
"X-Fern-Language": "JavaScript",
224224
"X-Fern-SDK-Name": "@hookdeck/sdk",
225-
"X-Fern-SDK-Version": "0.3.0-beta.3",
225+
"X-Fern-SDK-Version": "0.3.0",
226226
"X-Fern-Runtime": core.RUNTIME.type,
227227
"X-Fern-Runtime-Version": core.RUNTIME.version,
228228
},
@@ -309,7 +309,7 @@ export class Event {
309309
Authorization: await this._getAuthorizationHeader(),
310310
"X-Fern-Language": "JavaScript",
311311
"X-Fern-SDK-Name": "@hookdeck/sdk",
312-
"X-Fern-SDK-Version": "0.3.0-beta.3",
312+
"X-Fern-SDK-Version": "0.3.0",
313313
"X-Fern-Runtime": core.RUNTIME.type,
314314
"X-Fern-Runtime-Version": core.RUNTIME.version,
315315
},
@@ -385,7 +385,7 @@ export class Event {
385385
Authorization: await this._getAuthorizationHeader(),
386386
"X-Fern-Language": "JavaScript",
387387
"X-Fern-SDK-Name": "@hookdeck/sdk",
388-
"X-Fern-SDK-Version": "0.3.0-beta.3",
388+
"X-Fern-SDK-Version": "0.3.0",
389389
"X-Fern-Runtime": core.RUNTIME.type,
390390
"X-Fern-Runtime-Version": core.RUNTIME.version,
391391
},
@@ -461,7 +461,7 @@ export class Event {
461461
Authorization: await this._getAuthorizationHeader(),
462462
"X-Fern-Language": "JavaScript",
463463
"X-Fern-SDK-Name": "@hookdeck/sdk",
464-
"X-Fern-SDK-Version": "0.3.0-beta.3",
464+
"X-Fern-SDK-Version": "0.3.0",
465465
"X-Fern-Runtime": core.RUNTIME.type,
466466
"X-Fern-Runtime-Version": core.RUNTIME.version,
467467
},
@@ -537,7 +537,7 @@ export class Event {
537537
Authorization: await this._getAuthorizationHeader(),
538538
"X-Fern-Language": "JavaScript",
539539
"X-Fern-SDK-Name": "@hookdeck/sdk",
540-
"X-Fern-SDK-Version": "0.3.0-beta.3",
540+
"X-Fern-SDK-Version": "0.3.0",
541541
"X-Fern-Runtime": core.RUNTIME.type,
542542
"X-Fern-Runtime-Version": core.RUNTIME.version,
543543
},

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export class EventBulkRetry {
114114
Authorization: await this._getAuthorizationHeader(),
115115
"X-Fern-Language": "JavaScript",
116116
"X-Fern-SDK-Name": "@hookdeck/sdk",
117-
"X-Fern-SDK-Version": "0.3.0-beta.3",
117+
"X-Fern-SDK-Version": "0.3.0",
118118
"X-Fern-Runtime": core.RUNTIME.type,
119119
"X-Fern-Runtime-Version": core.RUNTIME.version,
120120
},
@@ -205,7 +205,7 @@ export class EventBulkRetry {
205205
Authorization: await this._getAuthorizationHeader(),
206206
"X-Fern-Language": "JavaScript",
207207
"X-Fern-SDK-Name": "@hookdeck/sdk",
208-
"X-Fern-SDK-Version": "0.3.0-beta.3",
208+
"X-Fern-SDK-Version": "0.3.0",
209209
"X-Fern-Runtime": core.RUNTIME.type,
210210
"X-Fern-Runtime-Version": core.RUNTIME.version,
211211
},
@@ -294,7 +294,7 @@ export class EventBulkRetry {
294294
Authorization: await this._getAuthorizationHeader(),
295295
"X-Fern-Language": "JavaScript",
296296
"X-Fern-SDK-Name": "@hookdeck/sdk",
297-
"X-Fern-SDK-Version": "0.3.0-beta.3",
297+
"X-Fern-SDK-Version": "0.3.0",
298298
"X-Fern-Runtime": core.RUNTIME.type,
299299
"X-Fern-Runtime-Version": core.RUNTIME.version,
300300
},
@@ -383,7 +383,7 @@ export class EventBulkRetry {
383383
Authorization: await this._getAuthorizationHeader(),
384384
"X-Fern-Language": "JavaScript",
385385
"X-Fern-SDK-Name": "@hookdeck/sdk",
386-
"X-Fern-SDK-Version": "0.3.0-beta.3",
386+
"X-Fern-SDK-Version": "0.3.0",
387387
"X-Fern-Runtime": core.RUNTIME.type,
388388
"X-Fern-Runtime-Version": core.RUNTIME.version,
389389
},
@@ -459,7 +459,7 @@ export class EventBulkRetry {
459459
Authorization: await this._getAuthorizationHeader(),
460460
"X-Fern-Language": "JavaScript",
461461
"X-Fern-SDK-Name": "@hookdeck/sdk",
462-
"X-Fern-SDK-Version": "0.3.0-beta.3",
462+
"X-Fern-SDK-Version": "0.3.0",
463463
"X-Fern-Runtime": core.RUNTIME.type,
464464
"X-Fern-Runtime-Version": core.RUNTIME.version,
465465
},

0 commit comments

Comments
 (0)