Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jan 6, 2025
1 parent 8b5c900 commit 034a245
Show file tree
Hide file tree
Showing 153 changed files with 6,483 additions and 978 deletions.
702 changes: 495 additions & 207 deletions .mock/definition/__package__.yml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .mock/definition/accessGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ types:
name: CreatedOnDescending
docs: Sorts users in descending order based on their created date
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
imports:
root: __package__.yml
service:
Expand All @@ -24,7 +24,7 @@ service:
Required scope | `users:read`
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
path-parameters:
site_id:
type: string
Expand Down Expand Up @@ -77,4 +77,4 @@ service:
slug: admin
createdOn: '2022-08-01T19:41:48Z'
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
19 changes: 10 additions & 9 deletions .mock/definition/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ service:
Required scope | `assets:read`
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
path-parameters:
site_id:
type: string
Expand Down Expand Up @@ -78,7 +78,7 @@ service:
Required scope | `assets:write`
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
path-parameters:
site_id:
type: string
Expand Down Expand Up @@ -150,7 +150,7 @@ service:
Required scope | `assets:read`
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
path-parameters:
asset_id:
type: string
Expand Down Expand Up @@ -198,7 +198,7 @@ service:
Required Scope: `assets: write`
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
path-parameters:
asset_id:
type: string
Expand All @@ -222,7 +222,7 @@ service:
Required scope | `assets:write`
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
path-parameters:
asset_id:
type: string
Expand Down Expand Up @@ -284,7 +284,7 @@ service:
Required scope | `assets:read`
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
path-parameters:
site_id:
type: string
Expand Down Expand Up @@ -327,7 +327,7 @@ service:
Required scope | `assets:write`
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
path-parameters:
site_id:
type: string
Expand Down Expand Up @@ -380,7 +380,7 @@ service:
Required scope | `assets:read`
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
path-parameters:
asset_folder_id:
type: string
Expand Down Expand Up @@ -410,5 +410,6 @@ service:
createdOn: '2018-10-14T21:55:49Z'
lastUpdated: '2022-12-07T16:51:37Z'
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
display-name: Assets
docs: Assets are files that are uploaded to your Webflow account.
11 changes: 6 additions & 5 deletions .mock/definition/collections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ service:
Required scope | `cms:read`
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
path-parameters:
site_id:
type: string
Expand Down Expand Up @@ -61,7 +61,7 @@ service:
Required scope | `cms:write`
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
path-parameters:
site_id:
type: string
Expand Down Expand Up @@ -122,7 +122,7 @@ service:
Required scope | `cms:read`
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
path-parameters:
collection_id:
type: string
Expand Down Expand Up @@ -165,7 +165,7 @@ service:
Required scope | `cms:write`
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
path-parameters:
collection_id:
type: string
Expand All @@ -181,5 +181,6 @@ service:
- path-parameters:
collection_id: 580e63fc8c9a982ac9b8b745
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
display-name: Collections
docs: Collections are CMS collections of items.
30 changes: 16 additions & 14 deletions .mock/definition/collections/fields.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
types:
FieldCreateType:
enum:
- PlainText
- RichText
- Color
- DateTime
- Email
- ExtFileRef
- File
- Image
- MultiImage
- Video
- Link
- Email
- Phone
- MultiImage
- Number
- DateTime
- Phone
- PlainText
- RichText
- Switch
- Color
- File
- Video
docs: Choose these appropriate field type for your collection data
inline: true
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
imports:
root: ../__package__.yml
service:
Expand Down Expand Up @@ -46,7 +48,7 @@ service:
Required scope | `cms:write`
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
path-parameters:
collection_id:
type: string
Expand Down Expand Up @@ -106,7 +108,7 @@ service:
Required scope | `cms:write`
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
path-parameters:
collection_id:
type: string
Expand Down Expand Up @@ -134,7 +136,7 @@ service:
Required scope | `cms:write`
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
path-parameters:
collection_id:
type: string
Expand Down Expand Up @@ -184,4 +186,4 @@ service:
displayName: Post Body
helpText: Add the body of your post here
source:
openapi: ../../../referenced-specs/v2.yml
openapi: ../../../openapi/referenced-specs/v2.yml
Loading

0 comments on commit 034a245

Please sign in to comment.