@@ -151,6 +151,7 @@ types:
151151 - users_not_enabled
152152 - validation_error
153153 docs : Error code
154+ inline : true
154155 source :
155156 openapi : ../../../referenced-specs/v2.yml
156157 ErrorDetailsItem :
@@ -281,6 +282,7 @@ types:
281282 - optOut
282283 - disabled
283284 docs : The type of data collection enabled for the site.
285+ inline : true
284286 source :
285287 openapi : ../../../referenced-specs/v2.yml
286288 Site :
@@ -339,6 +341,43 @@ types:
339341 openapi : ../../../referenced-specs/v2.yml
340342 InvalidDomain : unknown
341343 NoDomains : unknown
344+ Redirect :
345+ docs : A single redirection rule, specifying a source URL and a destination URL.
346+ properties :
347+ id :
348+ type : optional<string>
349+ docs : The ID of the specific redirect rule
350+ fromUrl :
351+ type : optional<string>
352+ docs : The source URL path that will be redirected.
353+ toUrl :
354+ type : optional<string>
355+ docs : The target URL path where the user or client will be redirected.
356+ source :
357+ openapi : ../../../referenced-specs/v2.yml
358+ Pagination :
359+ docs : Pagination object
360+ properties :
361+ limit :
362+ type : optional<double>
363+ docs : The limit used for pagination
364+ offset :
365+ type : optional<double>
366+ docs : The offset used for pagination
367+ total :
368+ type : optional<double>
369+ docs : The total number of records
370+ source :
371+ openapi : ../../../referenced-specs/v2.yml
372+ Redirects :
373+ docs : Site redirects response
374+ properties :
375+ redirects :
376+ type : optional<list<Redirect>>
377+ docs : List of redirects for a given site
378+ pagination : optional<Pagination>
379+ source :
380+ openapi : ../../../referenced-specs/v2.yml
342381 SiteActivityLogItemEvent :
343382 enum :
344383 - styles_modified
@@ -383,6 +422,7 @@ types:
383422 - branch_review_created
384423 - branch_review_approved
385424 - branch_review_canceled
425+ inline : true
386426 source :
387427 openapi : ../../../referenced-specs/v2.yml
388428 SiteActivityLogItemResourceOperation :
@@ -396,6 +436,7 @@ types:
396436 - GROUP_CREATED
397437 - GROUP_DELETED
398438 - REORDERED
439+ inline : true
399440 source :
400441 openapi : ../../../referenced-specs/v2.yml
401442 SiteActivityLogItemUser :
@@ -420,20 +461,6 @@ types:
420461 payload : optional<map<string, unknown>>
421462 source :
422463 openapi : ../../../referenced-specs/v2.yml
423- Pagination :
424- docs : Pagination object
425- properties :
426- limit :
427- type : optional<double>
428- docs : The limit used for pagination
429- offset :
430- type : optional<double>
431- docs : The offset used for pagination
432- total :
433- type : optional<double>
434- docs : The total number of records
435- source :
436- openapi : ../../../referenced-specs/v2.yml
437464 SiteActivityLogResponse :
438465 properties :
439466 items : optional<list<SiteActivityLogItem>>
@@ -490,6 +517,7 @@ types:
490517 - Color
491518 - ExtFileRef
492519 docs : Choose these appropriate field type for your collection data
520+ inline : true
493521 source :
494522 openapi : ../../../referenced-specs/v2.yml
495523 Field :
@@ -966,6 +994,7 @@ types:
966994 enum :
967995 - text
968996 - image
997+ inline : true
969998 source :
970999 openapi : ../../../referenced-specs/v2.yml
9711000 Node :
@@ -1009,6 +1038,7 @@ types:
10091038 Location of the script, either in the header or footer of the published
10101039 site
10111040 default : header
1041+ inline : true
10121042 source :
10131043 openapi : ../../../referenced-specs/v2.yml
10141044 ScriptApply :
@@ -1131,6 +1161,7 @@ types:
11311161 - page
11321162 - site
11331163 docs : Whether the Custom Code script is applied at the Site-level or Page-level
1164+ inline : true
11341165 source :
11351166 openapi : ../../../referenced-specs/v2.yml
11361167 CustomCodeBlock :
@@ -1438,6 +1469,7 @@ types:
14381469 - Phone
14391470 - Number
14401471 docs : The field type
1472+ inline : true
14411473 source :
14421474 openapi : ../../../referenced-specs/v2.yml
14431475 FormFieldValue :
@@ -1457,6 +1489,7 @@ types:
14571489 docs : Whether the field is visible to the user
14581490 source :
14591491 openapi : ../../../referenced-specs/v2.yml
1492+ inline : true
14601493 FormField :
14611494 type : map<string, FormFieldValue>
14621495 docs : A collection of form fields with additional properties.
@@ -1589,6 +1622,7 @@ types:
15891622 - verified
15901623 - unverified
15911624 docs : The status of the user
1625+ inline : true
15921626 source :
15931627 openapi : ../../../referenced-specs/v2.yml
15941628 UserAccessGroupsItemType :
@@ -1599,6 +1633,7 @@ types:
15991633 The type of access group based on how it was assigned to the user.
16001634 * `admin` - Assigned to the user via API or in the designer
16011635 * `ecommerce` - Assigned to the user via an ecommerce purchase
1636+ inline : true
16021637 source :
16031638 openapi : ../../../referenced-specs/v2.yml
16041639 UserAccessGroupsItem :
@@ -1811,6 +1846,7 @@ types:
18111846 - value : service-training
18121847 name : ServiceTraining
18131848 docs : Product tax class
1849+ inline : true
18141850 source :
18151851 openapi : ../../../referenced-specs/v2.yml
18161852 ProductFieldDataEcProductType :
@@ -1824,6 +1860,7 @@ types:
18241860 href="https://university.webflow.com/lesson/add-and-manage-products-and-categories?topics=ecommerce#how-to-understand-product-types">Product
18251861 types.</a> Enums reflect the following values in order: Physical, Digital,
18261862 Service, Advanced"
1863+ inline : true
18271864 source :
18281865 openapi : ../../../referenced-specs/v2.yml
18291866 ProductFieldData :
@@ -1928,6 +1965,7 @@ types:
19281965 - value : one-time
19291966 name : OneTime
19301967 - subscription
1968+ inline : true
19311969 source :
19321970 openapi : ../../../referenced-specs/v2.yml
19331971 SkuFieldDataEcSkuSubscriptionPlanInterval :
@@ -1937,6 +1975,7 @@ types:
19371975 - month
19381976 - year
19391977 docs : Interval of subscription renewal
1978+ inline : true
19401979 source :
19411980 openapi : ../../../referenced-specs/v2.yml
19421981 SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus :
@@ -1945,6 +1984,7 @@ types:
19451984 - inactive
19461985 - canceled
19471986 docs : The status of the plan
1987+ inline : true
19481988 source :
19491989 openapi : ../../../referenced-specs/v2.yml
19501990 SkuFieldDataEcSkuSubscriptionPlanPlansItem :
@@ -2072,6 +2112,7 @@ types:
20722112 - shipping
20732113 - billing
20742114 docs : The type of the order address (billing or shipping)
2115+ inline : true
20752116 source :
20762117 openapi : ../../../referenced-specs/v2.yml
20772118 OrderAddressJapanType :
@@ -2081,6 +2122,7 @@ types:
20812122 docs : >-
20822123 Represents a Japan-only address format. This field will only appear on
20832124 orders placed from Japan.
2125+ inline : true
20842126 source :
20852127 openapi : ../../../referenced-specs/v2.yml
20862128 OrderAddress :
@@ -2265,6 +2307,7 @@ types:
22652307 name : DinersClub
22662308 - Unknown
22672309 docs : The card's brand (ie. credit card network)
2310+ inline : true
22682311 source :
22692312 openapi : ../../../referenced-specs/v2.yml
22702313 StripeCardExpires :
@@ -2331,6 +2374,7 @@ types:
23312374 - refunded
23322375 docs : |
23332376 The status of the Order
2377+ inline : true
23342378 source :
23352379 openapi : ../../../referenced-specs/v2.yml
23362380 OrderDisputeLastStatus :
@@ -2346,6 +2390,7 @@ types:
23462390 docs : >
23472391 If an order was disputed by the customer, then this key will be set with
23482392 the [dispute's status](https://stripe.com/docs/api#dispute_object-status).
2393+ inline : true
23492394 source :
23502395 openapi : ../../../referenced-specs/v2.yml
23512396 OrderCustomerInfo :
@@ -2376,6 +2421,7 @@ types:
23762421 - shipping
23772422 - tax
23782423 docs : The type of extra item this is.
2424+ inline : true
23792425 source :
23802426 openapi : ../../../referenced-specs/v2.yml
23812427 OrderTotalsExtrasItem :
@@ -2569,6 +2615,7 @@ types:
25692615 - infinite
25702616 - finite
25712617 docs : infinite or finite
2618+ inline : true
25722619 source :
25732620 openapi : ../../../referenced-specs/v2.yml
25742621 InventoryItem :
0 commit comments