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 Sep 3, 2024
1 parent 337a941 commit 6434f54
Showing 1 changed file with 72 additions and 16 deletions.
88 changes: 72 additions & 16 deletions custom-elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -16812,23 +16812,24 @@
"attributes": [
{
"name": "customer-addresses",
"type": "string",
"deprecatedMessage": "Link to the collection of customer addresses that can be used with this item."
},
{
"name": "item-categories",
"description": "Link to the collection of item categories that can be used with this item.",
"type": "string"
"description": "Link to the collection of item categories that can be used with this item."
},
{
"name": "locale-codes",
"description": "Link to the `fx:locale_codes` property helper for currency formatting."
},
{
"name": "coupons",
"type": "string",
"deprecatedMessage": "Link to the collection of coupons that can be used with this item."
},
{
"name": "store",
"description": "Link to `fx:store` this item belongs to."
},
{
"name": "simplify-ns-loading",
"type": "boolean",
Expand Down Expand Up @@ -16919,14 +16920,12 @@
{
"name": "customerAddresses",
"attribute": "customer-addresses",
"type": "string",
"deprecatedMessage": "Link to the collection of customer addresses that can be used with this item."
},
{
"name": "itemCategories",
"attribute": "item-categories",
"description": "Link to the collection of item categories that can be used with this item.",
"type": "string"
"description": "Link to the collection of item categories that can be used with this item."
},
{
"name": "localeCodes",
Expand All @@ -16936,9 +16935,13 @@
{
"name": "coupons",
"attribute": "coupons",
"type": "string",
"deprecatedMessage": "Link to the collection of coupons that can be used with this item."
},
{
"name": "store",
"attribute": "store",
"description": "Link to `fx:store` this item belongs to."
},
{
"name": "simplifyNsLoading",
"attribute": "simplify-ns-loading",
Expand Down Expand Up @@ -21153,6 +21156,14 @@
"path": "./src/elements/public/PaymentsApiPaymentMethodForm/index.ts",
"description": "Form element for the `fx:payment_method` resource of Payments API.\n\n_Payments API is a client-side virtual API layer built on top of hAPI\nin an attempt to streamline access to stores' payment method settings\nthat is currently a bit quirky due to the legacy functionality. To use\nthis element with hAPI, wrap it into a foxy-payments-api node._",
"attributes": [
{
"name": "payment-preset",
"description": "URL of the linked `fx:payment_preset` resource from the virtual Payments API."
},
{
"name": "store",
"description": "URL of the linked `fx:store` resource."
},
{
"name": "simplify-ns-loading",
"type": "boolean",
Expand Down Expand Up @@ -21240,10 +21251,20 @@
}
],
"properties": [
{
"name": "paymentPreset",
"attribute": "payment-preset",
"description": "URL of the linked `fx:payment_preset` resource from the virtual Payments API."
},
{
"name": "getImageSrc",
"description": "A function that returns a URL of a payment method icon based on the given type."
},
{
"name": "store",
"attribute": "store",
"description": "URL of the linked `fx:store` resource."
},
{
"name": "simplifyNsLoading",
"attribute": "simplify-ns-loading",
Expand Down Expand Up @@ -24519,19 +24540,23 @@
},
{
"name": "store-versions",
"description": "URL of the `fx:store_versions` property helper resource."
"description": "URL of the `fx:store_versions` property helper resource.",
"deprecatedMessage": "All elements in this library are designed to work with store version 2.0."
},
{
"name": "checkout-types",
"description": "URL of the `fx:checkout_types` property helper resource."
"description": "URL of the `fx:checkout_types` property helper resource.",
"deprecatedMessage": "Checkout type is effectively controlled by the default template config."
},
{
"name": "locale-codes",
"description": "URL of the `fx:locale_codes` property helper resource."
"description": "URL of the `fx:locale_codes` property helper resource.",
"deprecatedMessage": "Default locale code is effectively controlled by the active template set."
},
{
"name": "languages",
"description": "URL of the `fx:languages` property helper resource."
"description": "URL of the `fx:languages` property helper resource.",
"deprecatedMessage": "Default language is effectively controlled by the active template set."
},
{
"name": "timezones",
Expand Down Expand Up @@ -24645,22 +24670,26 @@
{
"name": "storeVersions",
"attribute": "store-versions",
"description": "URL of the `fx:store_versions` property helper resource."
"description": "URL of the `fx:store_versions` property helper resource.",
"deprecatedMessage": "All elements in this library are designed to work with store version 2.0."
},
{
"name": "checkoutTypes",
"attribute": "checkout-types",
"description": "URL of the `fx:checkout_types` property helper resource."
"description": "URL of the `fx:checkout_types` property helper resource.",
"deprecatedMessage": "Checkout type is effectively controlled by the default template config."
},
{
"name": "localeCodes",
"attribute": "locale-codes",
"description": "URL of the `fx:locale_codes` property helper resource."
"description": "URL of the `fx:locale_codes` property helper resource.",
"deprecatedMessage": "Default locale code is effectively controlled by the active template set."
},
{
"name": "languages",
"attribute": "languages",
"description": "URL of the `fx:languages` property helper resource."
"description": "URL of the `fx:languages` property helper resource.",
"deprecatedMessage": "Default language is effectively controlled by the active template set."
},
{
"name": "timezones",
Expand Down Expand Up @@ -28290,6 +28319,10 @@
"name": "payment-gateways-helper",
"description": "URL of the `fx:payment_gateways` property helper resource."
},
{
"name": "locale-codes",
"description": "Link to the `fx:locale_codes` property helper for currency formatting."
},
{
"name": "simplify-ns-loading",
"type": "boolean",
Expand Down Expand Up @@ -28387,6 +28420,11 @@
"attribute": "payment-gateways-helper",
"description": "URL of the `fx:payment_gateways` property helper resource."
},
{
"name": "localeCodes",
"attribute": "locale-codes",
"description": "Link to the `fx:locale_codes` property helper for currency formatting."
},
{
"name": "getSubscriptionPageHref"
},
Expand Down Expand Up @@ -30292,6 +30330,10 @@
"path": "./src/elements/public/WebhookCard/index.ts",
"description": "Basic card displaying webhook (`fx:webhook`) info.",
"attributes": [
{
"name": "resource-uri",
"description": "Optional URI of a transaction, customer or subscription. When provided,\nthe form will display logs and statuses for that particular resource only."
},
{
"name": "simplify-ns-loading",
"type": "boolean",
Expand Down Expand Up @@ -30342,6 +30384,11 @@
}
],
"properties": [
{
"name": "resourceUri",
"attribute": "resource-uri",
"description": "Optional URI of a transaction, customer or subscription. When provided,\nthe form will display logs and statuses for that particular resource only."
},
{
"name": "simplifyNsLoading",
"attribute": "simplify-ns-loading",
Expand Down Expand Up @@ -30463,6 +30510,10 @@
"path": "./src/elements/public/WebhookForm/index.ts",
"description": "Form element for creating or editing webhooks (`fx:webhook`).",
"attributes": [
{
"name": "resource-uri",
"description": "Optional URI of a transaction, customer or subscription. When provided,\nthe form will display logs and statuses for that particular resource only."
},
{
"name": "simplify-ns-loading",
"type": "boolean",
Expand Down Expand Up @@ -30550,6 +30601,11 @@
}
],
"properties": [
{
"name": "resourceUri",
"attribute": "resource-uri",
"description": "Optional URI of a transaction, customer or subscription. When provided,\nthe form will display logs and statuses for that particular resource only."
},
{
"name": "simplifyNsLoading",
"attribute": "simplify-ns-loading",
Expand Down

0 comments on commit 6434f54

Please sign in to comment.