Skip to content

Commit 21c2b0f

Browse files
authored
Merge pull request #142 from webflow/fern-bot/04-29-2024-1004PM
🌿 Fern Regeneration -- April 29, 2024
2 parents 66933ba + be3786a commit 21c2b0f

File tree

25 files changed

+299
-166
lines changed

25 files changed

+299
-166
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webflow-api",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"private": false,
55
"repository": "https://github.com/webflow/js-webflow-api",
66
"main": "./index.js",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class AccessGroups {
6565
Authorization: await this._getAuthorizationHeader(),
6666
"X-Fern-Language": "JavaScript",
6767
"X-Fern-SDK-Name": "webflow-api",
68-
"X-Fern-SDK-Version": "2.3.1",
68+
"X-Fern-SDK-Version": "2.3.2",
6969
"X-Fern-Runtime": core.RUNTIME.type,
7070
"X-Fern-Runtime-Version": core.RUNTIME.version,
7171
},

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class Assets {
4646
Authorization: await this._getAuthorizationHeader(),
4747
"X-Fern-Language": "JavaScript",
4848
"X-Fern-SDK-Name": "webflow-api",
49-
"X-Fern-SDK-Version": "2.3.1",
49+
"X-Fern-SDK-Version": "2.3.2",
5050
"X-Fern-Runtime": core.RUNTIME.type,
5151
"X-Fern-Runtime-Version": core.RUNTIME.version,
5252
},
@@ -129,7 +129,7 @@ export class Assets {
129129
Authorization: await this._getAuthorizationHeader(),
130130
"X-Fern-Language": "JavaScript",
131131
"X-Fern-SDK-Name": "webflow-api",
132-
"X-Fern-SDK-Version": "2.3.1",
132+
"X-Fern-SDK-Version": "2.3.2",
133133
"X-Fern-Runtime": core.RUNTIME.type,
134134
"X-Fern-Runtime-Version": core.RUNTIME.version,
135135
},
@@ -205,7 +205,7 @@ export class Assets {
205205
Authorization: await this._getAuthorizationHeader(),
206206
"X-Fern-Language": "JavaScript",
207207
"X-Fern-SDK-Name": "webflow-api",
208-
"X-Fern-SDK-Version": "2.3.1",
208+
"X-Fern-SDK-Version": "2.3.2",
209209
"X-Fern-Runtime": core.RUNTIME.type,
210210
"X-Fern-Runtime-Version": core.RUNTIME.version,
211211
},
@@ -280,7 +280,7 @@ export class Assets {
280280
Authorization: await this._getAuthorizationHeader(),
281281
"X-Fern-Language": "JavaScript",
282282
"X-Fern-SDK-Name": "webflow-api",
283-
"X-Fern-SDK-Version": "2.3.1",
283+
"X-Fern-SDK-Version": "2.3.2",
284284
"X-Fern-Runtime": core.RUNTIME.type,
285285
"X-Fern-Runtime-Version": core.RUNTIME.version,
286286
},
@@ -355,7 +355,7 @@ export class Assets {
355355
Authorization: await this._getAuthorizationHeader(),
356356
"X-Fern-Language": "JavaScript",
357357
"X-Fern-SDK-Name": "webflow-api",
358-
"X-Fern-SDK-Version": "2.3.1",
358+
"X-Fern-SDK-Version": "2.3.2",
359359
"X-Fern-Runtime": core.RUNTIME.type,
360360
"X-Fern-Runtime-Version": core.RUNTIME.version,
361361
},
@@ -431,7 +431,7 @@ export class Assets {
431431
Authorization: await this._getAuthorizationHeader(),
432432
"X-Fern-Language": "JavaScript",
433433
"X-Fern-SDK-Name": "webflow-api",
434-
"X-Fern-SDK-Version": "2.3.1",
434+
"X-Fern-SDK-Version": "2.3.2",
435435
"X-Fern-Runtime": core.RUNTIME.type,
436436
"X-Fern-Runtime-Version": core.RUNTIME.version,
437437
},
@@ -513,7 +513,7 @@ export class Assets {
513513
Authorization: await this._getAuthorizationHeader(),
514514
"X-Fern-Language": "JavaScript",
515515
"X-Fern-SDK-Name": "webflow-api",
516-
"X-Fern-SDK-Version": "2.3.1",
516+
"X-Fern-SDK-Version": "2.3.2",
517517
"X-Fern-Runtime": core.RUNTIME.type,
518518
"X-Fern-Runtime-Version": core.RUNTIME.version,
519519
},
@@ -592,7 +592,7 @@ export class Assets {
592592
Authorization: await this._getAuthorizationHeader(),
593593
"X-Fern-Language": "JavaScript",
594594
"X-Fern-SDK-Name": "webflow-api",
595-
"X-Fern-SDK-Version": "2.3.1",
595+
"X-Fern-SDK-Version": "2.3.2",
596596
"X-Fern-Runtime": core.RUNTIME.type,
597597
"X-Fern-Runtime-Version": core.RUNTIME.version,
598598
},

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class Collections {
4848
Authorization: await this._getAuthorizationHeader(),
4949
"X-Fern-Language": "JavaScript",
5050
"X-Fern-SDK-Name": "webflow-api",
51-
"X-Fern-SDK-Version": "2.3.1",
51+
"X-Fern-SDK-Version": "2.3.2",
5252
"X-Fern-Runtime": core.RUNTIME.type,
5353
"X-Fern-Runtime-Version": core.RUNTIME.version,
5454
},
@@ -131,7 +131,7 @@ export class Collections {
131131
Authorization: await this._getAuthorizationHeader(),
132132
"X-Fern-Language": "JavaScript",
133133
"X-Fern-SDK-Name": "webflow-api",
134-
"X-Fern-SDK-Version": "2.3.1",
134+
"X-Fern-SDK-Version": "2.3.2",
135135
"X-Fern-Runtime": core.RUNTIME.type,
136136
"X-Fern-Runtime-Version": core.RUNTIME.version,
137137
},
@@ -207,7 +207,7 @@ export class Collections {
207207
Authorization: await this._getAuthorizationHeader(),
208208
"X-Fern-Language": "JavaScript",
209209
"X-Fern-SDK-Name": "webflow-api",
210-
"X-Fern-SDK-Version": "2.3.1",
210+
"X-Fern-SDK-Version": "2.3.2",
211211
"X-Fern-Runtime": core.RUNTIME.type,
212212
"X-Fern-Runtime-Version": core.RUNTIME.version,
213213
},
@@ -282,7 +282,7 @@ export class Collections {
282282
Authorization: await this._getAuthorizationHeader(),
283283
"X-Fern-Language": "JavaScript",
284284
"X-Fern-SDK-Name": "webflow-api",
285-
"X-Fern-SDK-Version": "2.3.1",
285+
"X-Fern-SDK-Version": "2.3.2",
286286
"X-Fern-Runtime": core.RUNTIME.type,
287287
"X-Fern-Runtime-Version": core.RUNTIME.version,
288288
},
@@ -355,7 +355,7 @@ export class Collections {
355355
Authorization: await this._getAuthorizationHeader(),
356356
"X-Fern-Language": "JavaScript",
357357
"X-Fern-SDK-Name": "webflow-api",
358-
"X-Fern-SDK-Version": "2.3.1",
358+
"X-Fern-SDK-Version": "2.3.2",
359359
"X-Fern-Runtime": core.RUNTIME.type,
360360
"X-Fern-Runtime-Version": core.RUNTIME.version,
361361
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class Fields {
5555
Authorization: await this._getAuthorizationHeader(),
5656
"X-Fern-Language": "JavaScript",
5757
"X-Fern-SDK-Name": "webflow-api",
58-
"X-Fern-SDK-Version": "2.3.1",
58+
"X-Fern-SDK-Version": "2.3.2",
5959
"X-Fern-Runtime": core.RUNTIME.type,
6060
"X-Fern-Runtime-Version": core.RUNTIME.version,
6161
},
@@ -140,7 +140,7 @@ export class Fields {
140140
Authorization: await this._getAuthorizationHeader(),
141141
"X-Fern-Language": "JavaScript",
142142
"X-Fern-SDK-Name": "webflow-api",
143-
"X-Fern-SDK-Version": "2.3.1",
143+
"X-Fern-SDK-Version": "2.3.2",
144144
"X-Fern-Runtime": core.RUNTIME.type,
145145
"X-Fern-Runtime-Version": core.RUNTIME.version,
146146
},

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

+108-10
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class Items {
6868
Authorization: await this._getAuthorizationHeader(),
6969
"X-Fern-Language": "JavaScript",
7070
"X-Fern-SDK-Name": "webflow-api",
71-
"X-Fern-SDK-Version": "2.3.1",
71+
"X-Fern-SDK-Version": "2.3.2",
7272
"X-Fern-Runtime": core.RUNTIME.type,
7373
"X-Fern-Runtime-Version": core.RUNTIME.version,
7474
},
@@ -160,7 +160,7 @@ export class Items {
160160
Authorization: await this._getAuthorizationHeader(),
161161
"X-Fern-Language": "JavaScript",
162162
"X-Fern-SDK-Name": "webflow-api",
163-
"X-Fern-SDK-Version": "2.3.1",
163+
"X-Fern-SDK-Version": "2.3.2",
164164
"X-Fern-Runtime": core.RUNTIME.type,
165165
"X-Fern-Runtime-Version": core.RUNTIME.version,
166166
},
@@ -208,6 +208,104 @@ export class Items {
208208
}
209209
}
210210

211+
/**
212+
* List of all live Items within a Collection. </br></br> Required scope | `CMS:read`
213+
* @throws {@link Webflow.BadRequestError}
214+
* @throws {@link Webflow.UnauthorizedError}
215+
* @throws {@link Webflow.NotFoundError}
216+
* @throws {@link Webflow.TooManyRequestsError}
217+
* @throws {@link Webflow.InternalServerError}
218+
*
219+
* @example
220+
* await webflow.collections.items.listItemsLive("collection_id", {})
221+
*/
222+
public async listItemsLive(
223+
collectionId: string,
224+
request: Webflow.collections.ItemsListItemsLiveRequest = {},
225+
requestOptions?: Items.RequestOptions
226+
): Promise<Webflow.CollectionItemList> {
227+
const { cmsLocaleIds, offset, limit } = request;
228+
const _queryParams: Record<string, string | string[] | object | object[]> = {};
229+
if (cmsLocaleIds != null) {
230+
if (Array.isArray(cmsLocaleIds)) {
231+
_queryParams["cmsLocaleIds"] = cmsLocaleIds.map((item) => item);
232+
} else {
233+
_queryParams["cmsLocaleIds"] = cmsLocaleIds;
234+
}
235+
}
236+
237+
if (offset != null) {
238+
_queryParams["offset"] = offset.toString();
239+
}
240+
241+
if (limit != null) {
242+
_queryParams["limit"] = limit.toString();
243+
}
244+
245+
const _response = await core.fetcher({
246+
url: urlJoin(
247+
(await core.Supplier.get(this._options.environment)) ?? environments.WebflowEnvironment.Default,
248+
`collections/${collectionId}/items/live`
249+
),
250+
method: "GET",
251+
headers: {
252+
Authorization: await this._getAuthorizationHeader(),
253+
"X-Fern-Language": "JavaScript",
254+
"X-Fern-SDK-Name": "webflow-api",
255+
"X-Fern-SDK-Version": "2.3.2",
256+
"X-Fern-Runtime": core.RUNTIME.type,
257+
"X-Fern-Runtime-Version": core.RUNTIME.version,
258+
},
259+
contentType: "application/json",
260+
queryParameters: _queryParams,
261+
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
262+
maxRetries: requestOptions?.maxRetries,
263+
});
264+
if (_response.ok) {
265+
return await serializers.CollectionItemList.parseOrThrow(_response.body, {
266+
unrecognizedObjectKeys: "passthrough",
267+
allowUnrecognizedUnionMembers: true,
268+
allowUnrecognizedEnumValues: true,
269+
skipValidation: true,
270+
breadcrumbsPrefix: ["response"],
271+
});
272+
}
273+
274+
if (_response.error.reason === "status-code") {
275+
switch (_response.error.statusCode) {
276+
case 400:
277+
throw new Webflow.BadRequestError(_response.error.body);
278+
case 401:
279+
throw new Webflow.UnauthorizedError(_response.error.body);
280+
case 404:
281+
throw new Webflow.NotFoundError(_response.error.body);
282+
case 429:
283+
throw new Webflow.TooManyRequestsError(_response.error.body);
284+
case 500:
285+
throw new Webflow.InternalServerError(_response.error.body);
286+
default:
287+
throw new errors.WebflowError({
288+
statusCode: _response.error.statusCode,
289+
body: _response.error.body,
290+
});
291+
}
292+
}
293+
294+
switch (_response.error.reason) {
295+
case "non-json":
296+
throw new errors.WebflowError({
297+
statusCode: _response.error.statusCode,
298+
body: _response.error.rawBody,
299+
});
300+
case "timeout":
301+
throw new errors.WebflowTimeoutError();
302+
case "unknown":
303+
throw new errors.WebflowError({
304+
message: _response.error.errorMessage,
305+
});
306+
}
307+
}
308+
211309
/**
212310
* Create live Item in a Collection. This Item will be published to the live site. </br></br> To create items across multiple locales, <a href="https://developers.webflow.com/data/reference/create-item-for-multiple-locales"> please use this endpoint.</a> </br></br> Required scope | `CMS:write`
213311
* @throws {@link Webflow.BadRequestError}
@@ -246,7 +344,7 @@ export class Items {
246344
Authorization: await this._getAuthorizationHeader(),
247345
"X-Fern-Language": "JavaScript",
248346
"X-Fern-SDK-Name": "webflow-api",
249-
"X-Fern-SDK-Version": "2.3.1",
347+
"X-Fern-SDK-Version": "2.3.2",
250348
"X-Fern-Runtime": core.RUNTIME.type,
251349
"X-Fern-Runtime-Version": core.RUNTIME.version,
252350
},
@@ -328,7 +426,7 @@ export class Items {
328426
Authorization: await this._getAuthorizationHeader(),
329427
"X-Fern-Language": "JavaScript",
330428
"X-Fern-SDK-Name": "webflow-api",
331-
"X-Fern-SDK-Version": "2.3.1",
429+
"X-Fern-SDK-Version": "2.3.2",
332430
"X-Fern-Runtime": core.RUNTIME.type,
333431
"X-Fern-Runtime-Version": core.RUNTIME.version,
334432
},
@@ -411,7 +509,7 @@ export class Items {
411509
Authorization: await this._getAuthorizationHeader(),
412510
"X-Fern-Language": "JavaScript",
413511
"X-Fern-SDK-Name": "webflow-api",
414-
"X-Fern-SDK-Version": "2.3.1",
512+
"X-Fern-SDK-Version": "2.3.2",
415513
"X-Fern-Runtime": core.RUNTIME.type,
416514
"X-Fern-Runtime-Version": core.RUNTIME.version,
417515
},
@@ -502,7 +600,7 @@ export class Items {
502600
Authorization: await this._getAuthorizationHeader(),
503601
"X-Fern-Language": "JavaScript",
504602
"X-Fern-SDK-Name": "webflow-api",
505-
"X-Fern-SDK-Version": "2.3.1",
603+
"X-Fern-SDK-Version": "2.3.2",
506604
"X-Fern-Runtime": core.RUNTIME.type,
507605
"X-Fern-Runtime-Version": core.RUNTIME.version,
508606
},
@@ -589,7 +687,7 @@ export class Items {
589687
Authorization: await this._getAuthorizationHeader(),
590688
"X-Fern-Language": "JavaScript",
591689
"X-Fern-SDK-Name": "webflow-api",
592-
"X-Fern-SDK-Version": "2.3.1",
690+
"X-Fern-SDK-Version": "2.3.2",
593691
"X-Fern-Runtime": core.RUNTIME.type,
594692
"X-Fern-Runtime-Version": core.RUNTIME.version,
595693
},
@@ -669,7 +767,7 @@ export class Items {
669767
Authorization: await this._getAuthorizationHeader(),
670768
"X-Fern-Language": "JavaScript",
671769
"X-Fern-SDK-Name": "webflow-api",
672-
"X-Fern-SDK-Version": "2.3.1",
770+
"X-Fern-SDK-Version": "2.3.2",
673771
"X-Fern-Runtime": core.RUNTIME.type,
674772
"X-Fern-Runtime-Version": core.RUNTIME.version,
675773
},
@@ -755,7 +853,7 @@ export class Items {
755853
Authorization: await this._getAuthorizationHeader(),
756854
"X-Fern-Language": "JavaScript",
757855
"X-Fern-SDK-Name": "webflow-api",
758-
"X-Fern-SDK-Version": "2.3.1",
856+
"X-Fern-SDK-Version": "2.3.2",
759857
"X-Fern-Runtime": core.RUNTIME.type,
760858
"X-Fern-Runtime-Version": core.RUNTIME.version,
761859
},
@@ -837,7 +935,7 @@ export class Items {
837935
Authorization: await this._getAuthorizationHeader(),
838936
"X-Fern-Language": "JavaScript",
839937
"X-Fern-SDK-Name": "webflow-api",
840-
"X-Fern-SDK-Version": "2.3.1",
938+
"X-Fern-SDK-Version": "2.3.2",
841939
"X-Fern-Runtime": core.RUNTIME.type,
842940
"X-Fern-Runtime-Version": core.RUNTIME.version,
843941
},
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/**
2+
* This file was auto-generated by Fern from our API Definition.
3+
*/
4+
5+
/**
6+
* @example
7+
* {}
8+
*/
9+
export interface ItemsListItemsLiveRequest {
10+
/**
11+
* Unique identifiers for CMS Locales. These UIDs are different from the Site locale identifier and are listed as `cmsLocaleId` in the Sites response. Applicable when using localization.
12+
*/
13+
cmsLocaleIds?: string | string[];
14+
/**
15+
* Offset used for pagination if the results have more than limit records
16+
*/
17+
offset?: number;
18+
/**
19+
* Maximum number of records to be returned (max limit: 100)
20+
*/
21+
limit?: number;
22+
}

src/api/resources/collections/resources/items/client/requests/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export { ItemsListItemsRequest } from "./ItemsListItemsRequest";
2+
export { ItemsListItemsLiveRequest } from "./ItemsListItemsLiveRequest";
23
export { BulkCollectionItem } from "./BulkCollectionItem";
34
export { ItemsGetItemRequest } from "./ItemsGetItemRequest";
45
export { ItemsDeleteItemRequest } from "./ItemsDeleteItemRequest";

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class Ecommerce {
5353
Authorization: await this._getAuthorizationHeader(),
5454
"X-Fern-Language": "JavaScript",
5555
"X-Fern-SDK-Name": "webflow-api",
56-
"X-Fern-SDK-Version": "2.3.1",
56+
"X-Fern-SDK-Version": "2.3.2",
5757
"X-Fern-Runtime": core.RUNTIME.type,
5858
"X-Fern-Runtime-Version": core.RUNTIME.version,
5959
},

0 commit comments

Comments
 (0)