8000 :herb: Fern Regeneration -- May 28, 2025 by fern-api[bot] · Pull Request #266 · webflow/js-webflow-api · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🌿 Fern Regeneration -- May 28, 2025 #266

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 59 additions & 39 deletions .mock/definition/__package__.yml
9E7A
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,26 @@ types:
- NoDomains
source:
openapi: ../../../openapi/referenced-specs/v2.yml
ItemsListItemsRequestLastPublished:
properties:
lte:
type: optional<datetime>
docs: Filter items last published before this date
gte:
type: optional<datetime>
docs: Filter items last published after this date
source:
openapi: ../../../openapi/referenced-specs/v2.yml
ItemsListItemsLiveRequestLastPublished:
properties:
lte:
type: optional<datetime>
docs: Filter items last published before this date
gte:
type: optional<datetime>
docs: Filter items last published after this date
source:
openapi: ../../../openapi/referenced-specs/v2.yml
ConflictErrorBody:
discriminated: false
union:
Expand Down Expand Up @@ -232,7 +252,7 @@ types:
Domain:
properties:
id:
type: string
type: optional<string>
docs: Unique identifier for the Domain
access: read-only
url:
Expand Down Expand Up @@ -825,7 +845,7 @@ types:
docs: A collection object
properties:
id:
type: string
type: optional<string>
docs: Unique identifier for a Collection
access: read-only
displayName:
Expand Down Expand Up @@ -1031,7 +1051,7 @@ types:
docs: The details of a field in a collection
properties:
id:
type: string
type: optional<string>
docs: Unique identifier for a Field
access: read-only
isRequired:
Expand Down Expand Up @@ -1061,7 +1081,7 @@ types:
docs: A collection object
properties:
id:
type: string
type: optional<string>
docs: Unique identifier for a Collection
access: read-only
displayName:
Expand Down Expand Up @@ -1126,15 +1146,15 @@ types:
type: optional<string>
docs: Identifier for the locale of the CMS item
lastPublished:
type: string
type: optional<string>
docs: The date the item was last published
access: read-only
lastUpdated:
type: string
type: optional<string>
docs: The date the item was last updated
access: read-only
createdOn:
type: string
type: optional<string>
docs: The date the item was created
access: read-only
isArchived:
Expand Down Expand Up @@ -1312,7 +1332,7 @@ types:
items
properties:
id:
type: string
type: optional<string>
docs: Unique identifier for the Item
access: read-only
cmsLocaleIds:
Expand Down Expand Up @@ -1425,15 +1445,15 @@ types:
comments. Retrieve comment replies using the replies API endpoint.
properties:
id:
type: string
type: optional<string>
docs: Unique identifier for the comment thread
access: read-only
siteId:
type: string
type: optional<string>
docs: The site unique identifier
access: read-only
pageId:
F438 type: string
type: optional<string>
docs: The page unique identifier
access: read-only
localeId:
Expand All @@ -1445,11 +1465,11 @@ types:
docs: The item unique identifier
access: read-only
breakpoint:
type: string
type: optional<string>
docs: The breakpoint the comment was left on
access: read-only
url:
type: string
type: optional<string>
docs: The URL of the page the comment was left on
access: read-only
content:
Expand All @@ -1467,11 +1487,11 @@ types:
comment is created.
type: list<CommentThreadMentionedUsersItem>
createdOn:
type: string
type: optional<string>
docs: The date the item was created
access: read-only
lastUpdated:
type: string
type: optional<string>
docs: The date the item was last updated
access: read-only
source:
Expand Down Expand Up @@ -1536,27 +1556,27 @@ types:
comments.
properties:
id:
type: string
type: optional<string>
docs: Unique identifier for the comment thread
access: read-only
commentId:
type: string
type: optional<string>
docs: The comment reply unique identifier
access: read-only
siteId:
type: string
type: optional<string>
docs: The site unique identifier
access: read-only
pageId:
type: string
type: optional<string>
docs: The page unique identifier
access: read-only
localeId:
type: optional<string>
docs: The locale unique identifier
access: read-only
breakpoint:
type: string
type: optional<string>
docs: The breakpoint the comment was left on
access: read-only
content:
Expand All @@ -1573,11 +1593,11 @@ types:
List of mentioned users is an empty array until email notifications
are sent.
lastUpdated:
type: string
type: optional<string>
docs: The date the item was last updated
access: read-only
createdOn:
type: string
type: optional<string>
docs: The date the item was created
access: read-only
source:
Expand Down Expand Up @@ -1646,7 +1666,7 @@ types:
docs: The Page object
properties:
id:
type: string
type: optional<string>
docs: Unique identifier for the Page
access: read-only
siteId:
Expand Down Expand Up @@ -1743,7 +1763,7 @@ types:
text for styling or other purposes.
properties:
id:
type: string
type: optional<string>
docs: Node UUID
access: read-only
text:
Expand All @@ -1770,7 +1790,7 @@ types:
can be associated with the image for styling or other purposes.
properties:
id:
type: string
type: optional<string>
docs: Node UUID
access: read-only
image:
Expand Down Expand Up @@ -1833,7 +1853,7 @@ types:
the component instance, such as its type and properties.
properties:
id:
type: string
type: optional<string>
docs: The unique identifier of the component instance node
access: read-only
componentId:
Expand All @@ -1851,7 +1871,7 @@ types:
with the text for styling or other purposes.
properties:
id:
type: string
type: optional<string>
docs: Node UUID
access: read-only
placeholder:
Expand Down Expand Up @@ -1880,7 +1900,7 @@ types:
styling or other purposes.
properties:
id:
type: string
type: optional<string>
docs: Node UUID
access: read-only
choices:
Expand All @@ -1898,7 +1918,7 @@ types:
the text for styling or other purposes.
properties:
id:
type: string
type: optional<string>
docs: Node UUID
access: read-only
value:
Expand All @@ -1919,7 +1939,7 @@ types:
styling or other purposes.
properties:
id:
type: string
type: optional<string>
docs: Node UUID
access: read-only
value:
Expand Down Expand Up @@ -2076,7 +2096,7 @@ types:
docs: The Component object
properties:
id:
type: string
type: optional<string>
docs: Unique identifier for the Component
access: read-only
name:
Expand Down Expand Up @@ -2347,40 +2367,40 @@ types:
docs: Asset details
properties:
id:
type: string
type: optional<string>
docs: Unique identifier for this asset
access: read-only
contentType:
type: string
type: optional<string>
docs: File format type
access: read-only
size:
type: integer
type: optional<integer>
docs: size in bytes
access: read-only
siteId:
type: string
type: optional<string>
docs: Unique identifier for the site that hosts this asset
access: read-only
hostedUrl:
type: string
type: optional<string>
docs: Link to the asset
validation:
format: uri
access: read-only
originalFileName:
type: string
type: optional<string>
docs: Original file name at the time of upload
access: read-only
displayName:
type: string
docs: Display name of the asset
lastUpdated:
type: datetime
type: optional<datetime>
docs: Date the asset metadata was last updated
access: read-only
createdOn:
type: datetime
type: optional<datetime>
docs: Date the asset metadata was created
access: read-only
variants:
Expand Down
Loading
0