Skip to content

Commit 37d33fb

Browse files
committed
bump version to 3.1.2
1 parent 0a283f9 commit 37d33fb

File tree

25 files changed

+105
-105
lines changed

25 files changed

+105
-105
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": "webflow-api",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"private": false,
55
"repository": "https://github.com/webflow/js-webflow-api",
66
"main": "./index.js",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ export class AccessGroups {
7878
Authorization: await this._getAuthorizationHeader(),
7979
"X-Fern-Language": "JavaScript",
8080
"X-Fern-SDK-Name": "webflow-api",
81-
"X-Fern-SDK-Version": "3.1.1",
82-
"User-Agent": "webflow-api/3.1.1",
81+
"X-Fern-SDK-Version": "3.1.2",
82+
"User-Agent": "webflow-api/3.1.2",
8383
"X-Fern-Runtime": core.RUNTIME.type,
8484
"X-Fern-Runtime-Version": core.RUNTIME.version,
8585
...requestOptions?.headers,

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class Assets {
6565
Authorization: await this._getAuthorizationHeader(),
6666
"X-Fern-Language": "JavaScript",
6767
"X-Fern-SDK-Name": "webflow-api",
68-
"X-Fern-SDK-Version": "3.1.1",
68+
"X-Fern-SDK-Version": "3.1.2",
6969
"User-Agent": "webflow-api/3.1.1",
7070
"X-Fern-Runtime": core.RUNTIME.type,
7171
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -199,7 +199,7 @@ export class Assets {
199199
Authorization: await this._getAuthorizationHeader(),
200200
"X-Fern-Language": "JavaScript",
201201
"X-Fern-SDK-Name": "webflow-api",
202-
"X-Fern-SDK-Version": "3.1.1",
202+
"X-Fern-SDK-Version": "3.1.2",
203203
"User-Agent": "webflow-api/3.1.1",
204204
"X-Fern-Runtime": core.RUNTIME.type,
205205
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -321,7 +321,7 @@ export class Assets {
321321
Authorization: await this._getAuthorizationHeader(),
322322
"X-Fern-Language": "JavaScript",
323323
"X-Fern-SDK-Name": "webflow-api",
324-
"X-Fern-SDK-Version": "3.1.1",
324+
"X-Fern-SDK-Version": "3.1.2",
325325
"User-Agent": "webflow-api/3.1.1",
326326
"X-Fern-Runtime": core.RUNTIME.type,
327327
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -438,7 +438,7 @@ export class Assets {
438438
Authorization: await this._getAuthorizationHeader(),
439439
"X-Fern-Language": "JavaScript",
440440
"X-Fern-SDK-Name": "webflow-api",
441-
"X-Fern-SDK-Version": "3.1.1",
441+
"X-Fern-SDK-Version": "3.1.2",
442442
"User-Agent": "webflow-api/3.1.1",
443443
"X-Fern-Runtime": core.RUNTIME.type,
444444
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -554,7 +554,7 @@ export class Assets {
554554
Authorization: await this._getAuthorizationHeader(),
555555
"X-Fern-Language": "JavaScript",
556556
"X-Fern-SDK-Name": "webflow-api",
557-
"X-Fern-SDK-Version": "3.1.1",
557+
"X-Fern-SDK-Version": "3.1.2",
558558
"User-Agent": "webflow-api/3.1.1",
559559
"X-Fern-Runtime": core.RUNTIME.type,
560560
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -676,7 +676,7 @@ export class Assets {
676676
Authorization: await this._getAuthorizationHeader(),
677677
"X-Fern-Language": "JavaScript",
678678
"X-Fern-SDK-Name": "webflow-api",
679-
"X-Fern-SDK-Version": "3.1.1",
679+
"X-Fern-SDK-Version": "3.1.2",
680680
"User-Agent": "webflow-api/3.1.1",
681681
"X-Fern-Runtime": core.RUNTIME.type,
682682
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -802,7 +802,7 @@ export class Assets {
802802
Authorization: await this._getAuthorizationHeader(),
803803
"X-Fern-Language": "JavaScript",
804804
"X-Fern-SDK-Name": "webflow-api",
805-
"X-Fern-SDK-Version": "3.1.1",
805+
"X-Fern-SDK-Version": "3.1.2",
806806
"User-Agent": "webflow-api/3.1.1",
807807
"X-Fern-Runtime": core.RUNTIME.type,
808808
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -929,7 +929,7 @@ export class Assets {
929929
Authorization: await this._getAuthorizationHeader(),
930930
"X-Fern-Language": "JavaScript",
931931
"X-Fern-SDK-Name": "webflow-api",
932-
"X-Fern-SDK-Version": "3.1.1",
932+
"X-Fern-SDK-Version": "3.1.2",
933933
"User-Agent": "webflow-api/3.1.1",
934934
"X-Fern-Runtime": core.RUNTIME.type,
935935
"X-Fern-Runtime-Version": core.RUNTIME.version,

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class Collections {
6363
Authorization: await this._getAuthorizationHeader(),
6464
"X-Fern-Language": "JavaScript",
6565
"X-Fern-SDK-Name": "webflow-api",
66-
"X-Fern-SDK-Version": "3.1.1",
66+
"X-Fern-SDK-Version": "3.1.2",
6767
"User-Agent": "webflow-api/3.1.1",
6868
"X-Fern-Runtime": core.RUNTIME.type,
6969
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -209,7 +209,7 @@ export class Collections {
209209
Authorization: await this._getAuthorizationHeader(),
210210
"X-Fern-Language": "JavaScript",
211211
"X-Fern-SDK-Name": "webflow-api",
212-
"X-Fern-SDK-Version": "3.1.1",
212+
"X-Fern-SDK-Version": "3.1.2",
213213
"User-Agent": "webflow-api/3.1.1",
214214
"X-Fern-Runtime": core.RUNTIME.type,
215215
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -335,7 +335,7 @@ export class Collections {
335335
Authorization: await this._getAuthorizationHeader(),
336336
"X-Fern-Language": "JavaScript",
337337
"X-Fern-SDK-Name": "webflow-api",
338-
"X-Fern-SDK-Version": "3.1.1",
338+
"X-Fern-SDK-Version": "3.1.2",
339339
"User-Agent": "webflow-api/3.1.1",
340340
"X-Fern-Runtime": core.RUNTIME.type,
341341
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -452,7 +452,7 @@ export class Collections {
452452
Authorization: await this._getAuthorizationHeader(),
453453
"X-Fern-Language": "JavaScript",
454454
"X-Fern-SDK-Name": "webflow-api",
455-
"X-Fern-SDK-Version": "3.1.1",
455+
"X-Fern-SDK-Version": "3.1.2",
456456
"User-Agent": "webflow-api/3.1.1",
457457
"X-Fern-Runtime": core.RUNTIME.type,
458458
"X-Fern-Runtime-Version": core.RUNTIME.version,

src/api/resources/collections/resources/fields/client/Client.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export class Fields {
105105
Authorization: await this._getAuthorizationHeader(),
106106
"X-Fern-Language": "JavaScript",
107107
"X-Fern-SDK-Name": "webflow-api",
108-
"X-Fern-SDK-Version": "3.1.1",
108+
"X-Fern-SDK-Version": "3.1.2",
109109
"User-Agent": "webflow-api/3.1.1",
110110
"X-Fern-Runtime": core.RUNTIME.type,
111111
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -232,7 +232,7 @@ export class Fields {
232232
Authorization: await this._getAuthorizationHeader(),
233233
"X-Fern-Language": "JavaScript",
234234
"X-Fern-SDK-Name": "webflow-api",
235-
"X-Fern-SDK-Version": "3.1.1",
235+
"X-Fern-SDK-Version": "3.1.2",
236236
"User-Agent": "webflow-api/3.1.1",
237237
"X-Fern-Runtime": core.RUNTIME.type,
238238
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -356,7 +356,7 @@ export class Fields {
356356
Authorization: await this._getAuthorizationHeader(),
357357
"X-Fern-Language": "JavaScript",
358358
"X-Fern-SDK-Name": "webflow-api",
359-
"X-Fern-SDK-Version": "3.1.1",
359+
"X-Fern-SDK-Version": "3.1.2",
360360
"User-Agent": "webflow-api/3.1.1",
361361
"X-Fern-Runtime": core.RUNTIME.type,
362362
"X-Fern-Runtime-Version": core.RUNTIME.version,

src/api/resources/collections/resources/items/client/Client.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class Items {
9393
Authorization: await this._getAuthorizationHeader(),
9494
"X-Fern-Language": "JavaScript",
9595
"X-Fern-SDK-Name": "webflow-api",
96-
"X-Fern-SDK-Version": "3.1.1",
96+
"X-Fern-SDK-Version": "3.1.2",
9797
"User-Agent": "webflow-api/3.1.1",
9898
"X-Fern-Runtime": core.RUNTIME.type,
9999
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -247,7 +247,7 @@ export class Items {
247247
Authorization: await this._getAuthorizationHeader(),
248248
"X-Fern-Language": "JavaScript",
249249
"X-Fern-SDK-Name": "webflow-api",
250-
"X-Fern-SDK-Version": "3.1.1",
250+
"X-Fern-SDK-Version": "3.1.2",
251251
"User-Agent": "webflow-api/3.1.1",
252252
"X-Fern-Runtime": core.RUNTIME.type,
253253
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -379,7 +379,7 @@ export class Items {
379379
Authorization: await this._getAuthorizationHeader(),
380380
"X-Fern-Language": "JavaScript",
381381
"X-Fern-SDK-Name": "webflow-api",
382-
"X-Fern-SDK-Version": "3.1.1",
382+
"X-Fern-SDK-Version": "3.1.2",
383383
"User-Agent": "webflow-api/3.1.1",
384384
"X-Fern-Runtime": core.RUNTIME.type,
385385
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -559,7 +559,7 @@ export class Items {
559559
Authorization: await this._getAuthorizationHeader(),
560560
"X-Fern-Language": "JavaScript",
561561
"X-Fern-SDK-Name": "webflow-api",
562-
"X-Fern-SDK-Version": "3.1.1",
562+
"X-Fern-SDK-Version": "3.1.2",
563563
"User-Agent": "webflow-api/3.1.1",
564564
"X-Fern-Runtime": core.RUNTIME.type,
565565
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -718,7 +718,7 @@ export class Items {
718718
Authorization: await this._getAuthorizationHeader(),
719719
"X-Fern-Language": "JavaScript",
720720
"X-Fern-SDK-Name": "webflow-api",
721-
"X-Fern-SDK-Version": "3.1.1",
721+
"X-Fern-SDK-Version": "3.1.2",
722722
"User-Agent": "webflow-api/3.1.1",
723723
"X-Fern-Runtime": core.RUNTIME.type,
724724
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -873,7 +873,7 @@ export class Items {
873873
Authorization: await this._getAuthorizationHeader(),
874874
"X-Fern-Language": "JavaScript",
875875
"X-Fern-SDK-Name": "webflow-api",
876-
"X-Fern-SDK-Version": "3.1.1",
876+
"X-Fern-SDK-Version": "3.1.2",
877877
"User-Agent": "webflow-api/3.1.1",
878878
"X-Fern-Runtime": core.RUNTIME.type,
879879
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -1006,7 +1006,7 @@ export class Items {
10061006
Authorization: await this._getAuthorizationHeader(),
10071007
"X-Fern-Language": "JavaScript",
10081008
"X-Fern-SDK-Name": "webflow-api",
1009-
"X-Fern-SDK-Version": "3.1.1",
1009+
"X-Fern-SDK-Version": "3.1.2",
10101010
"User-Agent": "webflow-api/3.1.1",
10111011
"X-Fern-Runtime": core.RUNTIME.type,
10121012
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -1183,7 +1183,7 @@ export class Items {
11831183
Authorization: await this._getAuthorizationHeader(),
11841184
"X-Fern-Language": "JavaScript",
11851185
"X-Fern-SDK-Name": "webflow-api",
1186-
"X-Fern-SDK-Version": "3.1.1",
1186+
"X-Fern-SDK-Version": "3.1.2",
11871187
"User-Agent": "webflow-api/3.1.1",
11881188
"X-Fern-Runtime": core.RUNTIME.type,
11891189
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -1341,7 +1341,7 @@ export class Items {
13411341
Authorization: await this._getAuthorizationHeader(),
13421342
"X-Fern-Language": "JavaScript",
13431343
"X-Fern-SDK-Name": "webflow-api",
1344-
"X-Fern-SDK-Version": "3.1.1",
1344+
"X-Fern-SDK-Version": "3.1.2",
13451345
"User-Agent": "webflow-api/3.1.1",
13461346
"X-Fern-Runtime": core.RUNTIME.type,
13471347
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -1478,7 +1478,7 @@ export class Items {
14781478
Authorization: await this._getAuthorizationHeader(),
14791479
"X-Fern-Language": "JavaScript",
14801480
"X-Fern-SDK-Name": "webflow-api",
1481-
"X-Fern-SDK-Version": "3.1.1",
1481+
"X-Fern-SDK-Version": "3.1.2",
14821482
"User-Agent": "webflow-api/3.1.1",
14831483
"X-Fern-Runtime": core.RUNTIME.type,
14841484
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -1611,7 +1611,7 @@ export class Items {
16111611
Authorization: await this._getAuthorizationHeader(),
16121612
"X-Fern-Language": "JavaScript",
16131613
"X-Fern-SDK-Name": "webflow-api",
1614-
"X-Fern-SDK-Version": "3.1.1",
1614+
"X-Fern-SDK-Version": "3.1.2",
16151615
"User-Agent": "webflow-api/3.1.1",
16161616
"X-Fern-Runtime": core.RUNTIME.type,
16171617
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -1739,7 +1739,7 @@ export class Items {
17391739
Authorization: await this._getAuthorizationHeader(),
17401740
"X-Fern-Language": "JavaScript",
17411741
"X-Fern-SDK-Name": "webflow-api",
1742-
"X-Fern-SDK-Version": "3.1.1",
1742+
"X-Fern-SDK-Version": "3.1.2",
17431743
"User-Agent": "webflow-api/3.1.1",
17441744
"X-Fern-Runtime": core.RUNTIME.type,
17451745
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -1876,7 +1876,7 @@ export class Items {
18761876
Authorization: await this._getAuthorizationHeader(),
18771877
"X-Fern-Language": "JavaScript",
18781878
"X-Fern-SDK-Name": "webflow-api",
1879-
"X-Fern-SDK-Version": "3.1.1",
1879+
"X-Fern-SDK-Version": "3.1.2",
18801880
"User-Agent": "webflow-api/3.1.1",
18811881
"X-Fern-Runtime": core.RUNTIME.type,
18821882
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -2011,7 +2011,7 @@ export class Items {
20112011
Authorization: await this._getAuthorizationHeader(),
20122012
"X-Fern-Language": "JavaScript",
20132013
"X-Fern-SDK-Name": "webflow-api",
2014-
"X-Fern-SDK-Version": "3.1.1",
2014+
"X-Fern-SDK-Version": "3.1.2",
20152015
"User-Agent": "webflow-api/3.1.1",
20162016
"X-Fern-Runtime": core.RUNTIME.type,
20172017
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -2140,7 +2140,7 @@ export class Items {
21402140
Authorization: await this._getAuthorizationHeader(),
21412141
"X-Fern-Language": "JavaScript",
21422142
"X-Fern-SDK-Name": "webflow-api",
2143-
"X-Fern-SDK-Version": "3.1.1",
2143+
"X-Fern-SDK-Version": "3.1.2",
21442144
"User-Agent": "webflow-api/3.1.1",
21452145
"X-Fern-Runtime": core.RUNTIME.type,
21462146
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -2274,7 +2274,7 @@ export class Items {
22742274
Authorization: await this._getAuthorizationHeader(),
22752275
"X-Fern-Language": "JavaScript",
22762276
"X-Fern-SDK-Name": "webflow-api",
2277-
"X-Fern-SDK-Version": "3.1.1",
2277+
"X-Fern-SDK-Version": "3.1.2",
22782278
"User-Agent": "webflow-api/3.1.1",
22792279
"X-Fern-Runtime": core.RUNTIME.type,
22802280
"X-Fern-Runtime-Version": core.RUNTIME.version,

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class Components {
7373
Authorization: await this._getAuthorizationHeader(),
7474
"X-Fern-Language": "JavaScript",
7575
"X-Fern-SDK-Name": "webflow-api",
76-
"X-Fern-SDK-Version": "3.1.1",
76+
"X-Fern-SDK-Version": "3.1.2",
7777
"User-Agent": "webflow-api/3.1.1",
7878
"X-Fern-Runtime": core.RUNTIME.type,
7979
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -217,7 +217,7 @@ export class Components {
217217
Authorization: await this._getAuthorizationHeader(),
218218
"X-Fern-Language": "JavaScript",
219219
"X-Fern-SDK-Name": "webflow-api",
220-
"X-Fern-SDK-Version": "3.1.1",
220+
"X-Fern-SDK-Version": "3.1.2",
221221
"User-Agent": "webflow-api/3.1.1",
222222
"X-Fern-Runtime": core.RUNTIME.type,
223223
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -377,7 +377,7 @@ export class Components {
377377
Authorization: await this._getAuthorizationHeader(),
378378
"X-Fern-Language": "JavaScript",
379379
"X-Fern-SDK-Name": "webflow-api",
380-
"X-Fern-SDK-Version": "3.1.1",
380+
"X-Fern-SDK-Version": "3.1.2",
381381
"User-Agent": "webflow-api/3.1.1",
382382
"X-Fern-Runtime": core.RUNTIME.type,
383383
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -529,7 +529,7 @@ export class Components {
529529
Authorization: await this._getAuthorizationHeader(),
530530
"X-Fern-Language": "JavaScript",
531531
"X-Fern-SDK-Name": "webflow-api",
532-
"X-Fern-SDK-Version": "3.1.1",
532+
"X-Fern-SDK-Version": "3.1.2",
533533
"User-Agent": "webflow-api/3.1.1",
534534
"X-Fern-Runtime": core.RUNTIME.type,
535535
"X-Fern-Runtime-Version": core.RUNTIME.version,
@@ -675,7 +675,7 @@ export class Components {
675675
Authorization: await this._getAuthorizationHeader(),
676676
"X-Fern-Language": "JavaScript",
677677
"X-Fern-SDK-Name": "webflow-api",
678-
"X-Fern-SDK-Version": "3.1.1",
678+
"X-Fern-SDK-Version": "3.1.2",
679679
"User-Agent": "webflow-api/3.1.1",
680680
"X-Fern-Runtime": core.RUNTIME.type,
681681
"X-Fern-Runtime-Version": core.RUNTIME.version,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class Ecommerce {
6363
Authorization: await this._getAuthorizationHeader(),
6464
"X-Fern-Language": "JavaScript",
6565
"X-Fern-SDK-Name": "webflow-api",
66-
"X-Fern-SDK-Version": "3.1.1",
66+
"X-Fern-SDK-Version": "3.1.2",
6767
"User-Agent": "webflow-api/3.1.1",
6868
"X-Fern-Runtime": core.RUNTIME.type,
6969
"X-Fern-Runtime-Version": core.RUNTIME.version,

0 commit comments

Comments
 (0)