Skip to content

Commit

Permalink
bump version to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zplata committed Oct 2, 2024
1 parent cb82f04 commit 26dae74
Show file tree
Hide file tree
Showing 23 changed files with 168 additions and 168 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webflow-api",
"version": "2.4.0",
"version": "2.4.2",
"private": false,
"repository": "https://github.com/webflow/js-webflow-api",
"main": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/accessGroups/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ export class AccessGroups {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
32 changes: 16 additions & 16 deletions src/api/resources/assets/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export class Assets {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -152,8 +152,8 @@ export class Assets {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -243,8 +243,8 @@ export class Assets {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -333,8 +333,8 @@ export class Assets {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -424,8 +424,8 @@ export class Assets {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -515,8 +515,8 @@ export class Assets {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -612,8 +612,8 @@ export class Assets {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -706,8 +706,8 @@ export class Assets {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
20 changes: 10 additions & 10 deletions src/api/resources/collections/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export class Collections {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -155,8 +155,8 @@ export class Collections {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -246,8 +246,8 @@ export class Collections {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -336,8 +336,8 @@ export class Collections {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -425,8 +425,8 @@ export class Collections {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export class Fields {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -166,8 +166,8 @@ export class Fields {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
48 changes: 24 additions & 24 deletions src/api/resources/collections/resources/items/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ export class Items {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -197,8 +197,8 @@ export class Items {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -323,8 +323,8 @@ export class Items {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -431,8 +431,8 @@ export class Items {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -529,8 +529,8 @@ export class Items {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -633,8 +633,8 @@ export class Items {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -737,8 +737,8 @@ export class Items {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -841,8 +841,8 @@ export class Items {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -945,8 +945,8 @@ export class Items {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -1049,8 +1049,8 @@ export class Items {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -1153,8 +1153,8 @@ export class Items {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -1251,8 +1251,8 @@ export class Items {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/ecommerce/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export class Ecommerce {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
20 changes: 10 additions & 10 deletions src/api/resources/forms/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ export class Forms {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -167,8 +167,8 @@ export class Forms {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -275,8 +275,8 @@ export class Forms {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -372,8 +372,8 @@ export class Forms {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -471,8 +471,8 @@ export class Forms {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "webflow-api",
"X-Fern-SDK-Version": "2.4.0",
"User-Agent": "webflow-api/2.4.0",
"X-Fern-SDK-Version": "2.4.2",
"User-Agent": "webflow-api/2.4.2",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
Loading

0 comments on commit 26dae74

Please sign in to comment.