Skip to content

Commit

Permalink
chore: regenerate custom elements json
Browse files Browse the repository at this point in the history
  • Loading branch information
pheekus committed Feb 10, 2024
1 parent 503cddf commit d617de9
Showing 1 changed file with 31 additions and 14 deletions.
45 changes: 31 additions & 14 deletions custom-elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -15769,8 +15769,8 @@
},
{
"name": "coupons",
"description": "Link to the collection of coupons that can be used with this item.",
"type": "string"
"type": "string",
"deprecatedMessage": "Link to the collection of coupons that can be used with this item."
},
{
"name": "ns",
Expand Down Expand Up @@ -15869,8 +15869,8 @@
{
"name": "coupons",
"attribute": "coupons",
"description": "Link to the collection of coupons that can be used with this item.",
"type": "string"
"type": "string",
"deprecatedMessage": "Link to the collection of coupons that can be used with this item."
},
{
"name": "ns",
Expand All @@ -15897,6 +15897,7 @@
},
{
"name": "templates",
"type": "Templates",
"default": "{}"
},
{
Expand Down Expand Up @@ -16058,34 +16059,44 @@
"name": "quantity:after"
},
{
"name": "subscription:before"
"name": "subscription",
"description": "frequency:before – new in 1.25.0"
},
{
"name": "subscription:after"
"name": "subscription-start",
"description": "date:before – new in 1.25.0"
},
{
"name": "line-item-discount:before"
"name": "subscription-end",
"description": "date:before – new in 1.25.0"
},
{
"name": "line-item-discount:after"
"name": "discount",
"description": "name:before – new in 1.25.0"
},
{
"name": "cart:before"
"name": "",
"description": "expires:before – new in 1.25.0"
},
{
"name": "cart:after"
"name": "quantity",
"description": "min:before – new in 1.25.0"
},
{
"name": "shipping:before"
"name": "item-category",
"description": "uri:before – new in 1.25.0"
},
{
"name": "shipping:after"
"name": "parent",
"description": "code:before – new in 1.25.0"
},
{
"name": "inventory:before"
"name": "coupon",
"description": "details:before – new in 1.25.0"
},
{
"name": "inventory:after"
"name": "item",
"description": "options:before – new in 1.25.0"
},
{
"name": "timestamps:before"
Expand Down Expand Up @@ -26996,6 +27007,12 @@
}
],
"properties": [
{
"name": "getSubscriptionPageHref"
},
{
"name": "getCustomerPageHref"
},
{
"name": "ns",
"attribute": "ns",
Expand Down

0 comments on commit d617de9

Please sign in to comment.