Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -3339,7 +3339,7 @@
"filePath": "src/shared.ts",
"syntaxKind": "TypeAliasDeclaration",
"name": "ApiVersion",
"value": "'2023-04' | '2023-07' | '2023-10' | '2024-01' | '2024-04' | '2024-07' | '2024-10' | '2025-01' | '2025-04' | 'unstable' | '2025-07' | '2025-10' | '2026-01' | '2026-04' | '2026-07'",
"value": "'2023-04' | '2023-07' | '2023-10' | '2024-01' | '2024-04' | '2024-07' | '2024-10' | '2025-01' | '2025-04' | 'unstable' | '2025-07' | '2025-10' | '2026-01' | '2026-04' | '2026-07' | '2026-10'",
"description": "The supported GraphQL Admin API versions. Use this to specify which API version your GraphQL queries should execute against. Each version includes specific features, bug fixes, and breaking changes. The `unstable` version provides access to the latest features but may change without notice."
}
},
Expand Down Expand Up @@ -4087,7 +4087,7 @@
"filePath": "src/shared.ts",
"syntaxKind": "TypeAliasDeclaration",
"name": "StorefrontApiVersion",
"value": "'2022-04' | '2022-07' | '2022-10' | '2023-01' | '2023-04' | '2023-07' | '2024-01' | '2024-04' | '2024-07' | '2024-10' | '2025-01' | '2025-04' | 'unstable' | '2025-07' | '2025-10' | '2026-01' | '2026-04' | '2026-07'",
"value": "'2022-04' | '2022-07' | '2022-10' | '2023-01' | '2023-04' | '2023-07' | '2024-01' | '2024-04' | '2024-07' | '2024-10' | '2025-01' | '2025-04' | 'unstable' | '2025-07' | '2025-10' | '2026-01' | '2026-04' | '2026-07' | '2026-10'",
"description": "The supported Storefront API versions. Pass one of these values to `query()` to target a specific API version when querying the Storefront GraphQL API."
}
},
Expand Down Expand Up @@ -27076,6 +27076,7 @@
"filePath": "src/surfaces/checkout/components/Checkbox.ts",
"name": "CheckboxEvents",
"description": "",
"isPublicDocs": true,
"members": [
{
"filePath": "src/surfaces/checkout/components/Checkbox.ts",
Expand Down Expand Up @@ -27113,6 +27114,7 @@
"filePath": "src/surfaces/checkout/components/Checkbox.ts",
"name": "CheckboxElement",
"description": "",
"isPublicDocs": true,
"members": [
{
"filePath": "src/surfaces/checkout/components/Checkbox.ts",
Expand Down Expand Up @@ -168247,4 +168249,4 @@
"value": "export function useTranslate<\n Target extends RenderExtensionTarget = RenderExtensionTarget,\n>(): I18nTranslate {\n const api = useApi<Target>();\n return api.i18n.translate.bind(api.i18n);\n}"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5746,7 +5746,7 @@
"filePath": "src/shared.ts",
"syntaxKind": "TypeAliasDeclaration",
"name": "ApiVersion",
"value": "'2023-04' | '2023-07' | '2023-10' | '2024-01' | '2024-04' | '2024-07' | '2024-10' | '2025-01' | '2025-04' | 'unstable' | '2025-07' | '2025-10' | '2026-01' | '2026-04' | '2026-07'",
"value": "'2023-04' | '2023-07' | '2023-10' | '2024-01' | '2024-04' | '2024-07' | '2024-10' | '2025-01' | '2025-04' | 'unstable' | '2025-07' | '2025-10' | '2026-01' | '2026-04' | '2026-07' | '2026-10'",
"description": "The supported GraphQL Admin API versions. Use this to specify which API version your GraphQL queries should execute against. Each version includes specific features, bug fixes, and breaking changes. The `unstable` version provides access to the latest features but may change without notice."
}
},
Expand Down Expand Up @@ -6225,7 +6225,7 @@
"filePath": "src/shared.ts",
"syntaxKind": "TypeAliasDeclaration",
"name": "StorefrontApiVersion",
"value": "'2022-04' | '2022-07' | '2022-10' | '2023-01' | '2023-04' | '2023-07' | '2024-01' | '2024-04' | '2024-07' | '2024-10' | '2025-01' | '2025-04' | 'unstable' | '2025-07' | '2025-10' | '2026-01' | '2026-04' | '2026-07'",
"value": "'2022-04' | '2022-07' | '2022-10' | '2023-01' | '2023-04' | '2023-07' | '2024-01' | '2024-04' | '2024-07' | '2024-10' | '2025-01' | '2025-04' | 'unstable' | '2025-07' | '2025-10' | '2026-01' | '2026-04' | '2026-07' | '2026-10'",
"description": "The supported Storefront API versions. Pass one of these values to `query()` to target a specific API version when querying the Storefront GraphQL API."
}
},
Expand Down Expand Up @@ -45122,6 +45122,7 @@
"filePath": "src/surfaces/checkout/components/Checkbox.ts",
"name": "CheckboxEvents",
"description": "",
"isPublicDocs": true,
"members": [
{
"filePath": "src/surfaces/checkout/components/Checkbox.ts",
Expand Down Expand Up @@ -45159,6 +45160,7 @@
"filePath": "src/surfaces/checkout/components/Checkbox.ts",
"name": "CheckboxElement",
"description": "",
"isPublicDocs": true,
"members": [
{
"filePath": "src/surfaces/checkout/components/Checkbox.ts",
Expand Down Expand Up @@ -185057,4 +185059,4 @@
"value": "export interface UrlFieldProps extends URLFieldElementProps, UrlFieldEvents {\n}"
}
}
}
}
Loading