diff --git a/CHANGELOG.md b/CHANGELOG.md
index 34f370e..5d65a44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog
+## v2412.0.0
+
+*Released 04.03.2025*
+
+### Breaking Changes:
+
+- Updated `schema.json` to CoreMedia Content Cloud v12 - 2604.0
+
+### Features:
+
+- Added navigation breadcrumb
+- Added anchor links und table of contents for detail pages (articles)
+
+### Bugfixes and Changes:
+
+- Updated minor versions of dependencies
+
+---
+
## v2406.0.1
*Released 13.08.2024*
@@ -19,7 +38,6 @@
- Updated pnpm to version 9
- Updated `schema.json` to CoreMedia Content Cloud v12 - 2604.0
-
### Features:
- Changed `.graphqlconfig` to new format `graphql.config.yml`
diff --git a/README.md b/README.md
index 317c7c8..17f8050 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@

-
diff --git a/apps/spark/.eslintrc.js b/apps/spark/.eslintrc.cjs
similarity index 100%
rename from apps/spark/.eslintrc.js
rename to apps/spark/.eslintrc.cjs
diff --git a/apps/spark/bin/download-crops.js b/apps/spark/bin/download-crops.cjs
similarity index 100%
rename from apps/spark/bin/download-crops.js
rename to apps/spark/bin/download-crops.cjs
diff --git a/apps/spark/bin/set-version.js b/apps/spark/bin/set-version.cjs
similarity index 100%
rename from apps/spark/bin/set-version.js
rename to apps/spark/bin/set-version.cjs
diff --git a/apps/spark/package.json b/apps/spark/package.json
index 9abb39d..d11eef5 100644
--- a/apps/spark/package.json
+++ b/apps/spark/package.json
@@ -3,33 +3,34 @@
"version": "1.0.0",
"private": true,
"license": "CoreMedia Open Source License",
+ "type": "module",
"scripts": {
"start": "vite",
"serve": "vite preview",
"build": "pnpm set-version && vite build",
- "set-version": "node ./bin/set-version.js",
+ "set-version": "node bin/set-version.cjs",
"test": "vitest run",
"lint": "eslint --fix \"src/**/*.+(ts|tsx)\"",
"lint:ci": "eslint \"src/**/*.+(ts|tsx)\"",
"docs": "typedoc src",
- "download:crops": "node ./bin/download-crops.js",
+ "download:crops": "node bin/download-crops.cjs",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -o dist/storybook"
},
"dependencies": {
- "@apollo/client": "^3.11.4",
+ "@apollo/client": "^3.11.10",
"@coremedia-labs/graphql-layer": "workspace:^",
"@coremedia-labs/preview-integration": "workspace:^",
"@coremedia-labs/view-dispatcher": "workspace:^",
"@js-joda/core": "^5.6.3",
"@js-joda/timezone": "^2.21.1",
- "country-flag-icons": "^1.5.12",
+ "country-flag-icons": "^1.5.13",
"crypto-hash": "^2.0.1",
- "graphql": "^16.8.2",
- "i18next": "^23.11.5",
+ "graphql": "^16.9.0",
+ "i18next": "^23.16.8",
"i18next-browser-languagedetector": "^7.2.1",
- "i18next-http-backend": "^2.5.2",
- "loglevel": "^1.9.1",
+ "i18next-http-backend": "^2.7.1",
+ "loglevel": "^1.9.2",
"query-string": "^7.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
@@ -39,47 +40,49 @@
"react-player": "^2.16.0",
"react-responsive": "^9.0.2",
"react-router-dom": "^5.3.4",
+ "react-router-hash-link": "^2.4.3",
"react-slick": "^0.30.2",
"require-from-string": "^2.0.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.11"
},
"devDependencies": {
- "@chromatic-com/storybook": "^1.5.0",
- "@storybook/addon-actions": "^8.1.10",
- "@storybook/addon-backgrounds": "^8.1.10",
- "@storybook/addon-docs": "^8.1.10",
- "@storybook/addon-essentials": "^8.1.10",
- "@storybook/addon-links": "^8.1.10",
- "@storybook/addon-measure": "^8.1.10",
- "@storybook/addon-outline": "^8.1.10",
- "@storybook/client-logger": "^8.1.10",
- "@storybook/node-logger": "^8.1.10",
- "@storybook/react": "^8.1.10",
- "@storybook/react-vite": "^8.1.10",
- "@types/node": "^20.14.5",
- "@types/react": "^17.0.80",
+ "@chromatic-com/storybook": "^3.2.2",
+ "@storybook/addon-actions": "^8.4.5",
+ "@storybook/addon-backgrounds": "^8.4.5",
+ "@storybook/addon-docs": "^8.4.5",
+ "@storybook/addon-essentials": "^8.4.5",
+ "@storybook/addon-links": "^8.4.5",
+ "@storybook/addon-measure": "^8.4.5",
+ "@storybook/addon-outline": "^8.4.5",
+ "@storybook/client-logger": "^8.4.5",
+ "@storybook/node-logger": "^8.4.5",
+ "@storybook/react": "^8.4.5",
+ "@storybook/react-vite": "^8.4.5",
+ "@types/node": "^20.17.6",
+ "@types/react": "^17.0.83",
"@types/react-dom": "^17.0.25",
"@types/react-router-dom": "^5.3.3",
+ "@types/react-router-hash-link": "^2.4.9",
"@types/react-slick": "^0.23.13",
"@types/styled-components": "^5.1.34",
- "@typescript-eslint/eslint-plugin": "^7.13.1",
- "@typescript-eslint/parser": "^7.13.1",
- "@vitejs/plugin-react-swc": "^3.7.0",
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
+ "@typescript-eslint/parser": "^7.18.0",
+ "@vitejs/plugin-react-swc": "^3.7.1",
"dotenv": "^16.4.5",
- "eslint": "^8.57.0",
+ "eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
- "eslint-import-resolver-typescript": "^3.6.1",
- "eslint-plugin-import": "^2.29.1",
- "eslint-plugin-prettier": "^5.1.3",
- "eslint-plugin-react": "^7.34.3",
- "eslint-plugin-storybook": "^0.8.0",
- "prettier": "^3.3.2",
- "storybook": "^8.1.10",
- "typedoc": "^0.25.13",
+ "eslint-import-resolver-typescript": "^3.6.3",
+ "eslint-plugin-import": "^2.31.0",
+ "eslint-plugin-prettier": "^5.2.1",
+ "eslint-plugin-react": "^7.37.2",
+ "eslint-plugin-storybook": "^0.11.1",
+ "prettier": "^3.3.3",
+ "storybook": "^8.4.5",
+ "typedoc": "^0.26.11",
"typescript": "~5.2.2",
- "vite": "^4.5.3",
- "vitest": "^0.34.6"
+ "vite": "^5.4.17",
+ "vitest": "^2.1.9"
},
"browserslist": {
"production": [
diff --git a/apps/spark/public/locales/de/translation.json b/apps/spark/public/locales/de/translation.json
index 7f02d5a..782d848 100644
--- a/apps/spark/public/locales/de/translation.json
+++ b/apps/spark/public/locales/de/translation.json
@@ -96,6 +96,12 @@
"relatedProducts": "Produkte",
"related": "Ähnliche Inhalte"
},
+ "DetailTOC": {
+ "title": "Auf dieser Seite"
+ },
+ "ScrollTopLink": {
+ "text": "Nach oben scrollen"
+ },
"CheckoutPage": {
"successTitle": "Checkout abgeschlossen",
"successMessage": "
Danke für Ihre Bestellung.
Unser Team ist gerade dabei, Ihre Bestellung zu verpacken und zu versenden.
Wir werden Sie informieren, sobald die Ware auf dem Weg zu Ihnen ist.
",
diff --git a/apps/spark/public/locales/en/translation.json b/apps/spark/public/locales/en/translation.json
index 26ad0cb..aa4af31 100644
--- a/apps/spark/public/locales/en/translation.json
+++ b/apps/spark/public/locales/en/translation.json
@@ -96,6 +96,12 @@
"relatedProducts": "Products",
"related": "Related"
},
+ "DetailTOC": {
+ "title": "On this page"
+ },
+ "ScrollTopLink": {
+ "text": "Scroll to top"
+ },
"CheckoutPage": {
"successTitle": "Checkout Completed",
"successMessage": "Thank you for your order.
Our team is currently packing and shipping your order. We will inform you as soon as the goods are on their way to you.
",
diff --git a/apps/spark/public/locales/fr/translation.json b/apps/spark/public/locales/fr/translation.json
index 20af821..e902037 100644
--- a/apps/spark/public/locales/fr/translation.json
+++ b/apps/spark/public/locales/fr/translation.json
@@ -96,6 +96,12 @@
"relatedProducts": "Produits",
"related": "Contenu connexe"
},
+ "DetailTOC": {
+ "title": "Sur cette page"
+ },
+ "ScrollTopLink": {
+ "text": "Haut de page"
+ },
"CheckoutPage": {
"successTitle": "Checkout terminé",
"successMessage": "Merci pour votre commande.
Notre équipe est actuellement en train d'emballer et d'expédier votre commande. Nous vous informerons dès que les marchandises seront en route vers vous.
",
diff --git a/apps/spark/public/locales/it/translation.json b/apps/spark/public/locales/it/translation.json
index 442bcb3..08c0614 100644
--- a/apps/spark/public/locales/it/translation.json
+++ b/apps/spark/public/locales/it/translation.json
@@ -96,6 +96,12 @@
"relatedProducts": "Prodotti",
"related": "Contenuto relativo"
},
+ "DetailTOC": {
+ "title": "Su questa pagina"
+ },
+ "ScrollTopLink": {
+ "text": "Scorri in alto"
+ },
"CheckoutPage": {
"successTitle": "Checkout completato",
"successMessage": "Grazie per il suo ordine.
Il nostro team sta attualmente imballando e spedendo il suo ordine. La informeremo non appena la merce sarà in viaggio verso di lei.
",
diff --git a/apps/spark/src/components/App/GlobalStyle.tsx b/apps/spark/src/components/App/GlobalStyle.tsx
index 052c0a3..beed400 100644
--- a/apps/spark/src/components/App/GlobalStyle.tsx
+++ b/apps/spark/src/components/App/GlobalStyle.tsx
@@ -29,6 +29,7 @@ export const GlobalStyle = createGlobalStyle`
--color-turquoise: #6fc3b8;
--color-green: #2fac66;
--color-yellow: #efdf0f;
+ --color-grey: #919191;
--color-light-grey: #f4f4f4;
--color-black: #000;
--color-white: #fff;
diff --git a/apps/spark/src/components/App/PageContext.tsx b/apps/spark/src/components/App/PageContext.tsx
index 1458a78..7f95838 100644
--- a/apps/spark/src/components/App/PageContext.tsx
+++ b/apps/spark/src/components/App/PageContext.tsx
@@ -4,15 +4,20 @@ import FooterNavigation from "../Footer/FooterNavigation";
import Footer from "../Footer/Footer";
import { metaDataForResponsiveDevices } from "../../utils/Preview/MetaData";
import { StyledGrid } from "../PageGrid/PageGrid";
+import { BreadcrumbContextProvider } from "../../context/BreadcrumbContext";
+import Breadcrumb from "../Breadcrumb/Breadcrumb";
const PageContext: FC = ({ children }) => {
return (
-
-
- {children}
-
-
-
+
+
+
+
+ {children}
+
+
+
+
);
};
export default PageContext;
diff --git a/apps/spark/src/components/Breadcrumb/Breadcrumb.tsx b/apps/spark/src/components/Breadcrumb/Breadcrumb.tsx
new file mode 100644
index 0000000..c1c2020
--- /dev/null
+++ b/apps/spark/src/components/Breadcrumb/Breadcrumb.tsx
@@ -0,0 +1,88 @@
+import React from "react";
+import styled from "styled-components";
+import Link from "../Link/Link";
+import { useBreadcrumbContext } from "../../context/BreadcrumbContext";
+import { initializeMetadata, metaDataElement } from "../../utils/Preview/MetaData";
+import HomeIcon from "./assets/house.svg";
+
+export const BreadcrumbItem = styled.div`
+ display: inline-block;
+`;
+
+export const StyledBreadcrumb = styled.div`
+ display: flex;
+ flex-wrap: nowrap;
+ justify-content: flex-start;
+ justify-items: center;
+ align-items: stretch;
+ padding: 1em 0;
+ width: var(--screen-size-max);
+ max-width: 100%;
+ color: var(--color-grey);
+ font-size: var(--font-size-text-small);
+ font-family: var(--font-family-text);
+ margin-top: var(--padding-medium);
+ gap: 0;
+ border-top: 1px solid var(--color-light-grey);
+ border-bottom: 1px solid var(--color-light-grey);
+
+ ${BreadcrumbItem}:not(:last-child):after {
+ content: ">";
+ margin: 0 0.5em;
+ }
+
+ img {
+ height: 1em;
+ aspect-ratio: 1/1;
+ }
+
+ a {
+ color: var(--color-grey);
+ text-decoration: none;
+ }
+
+ a:hover {
+ text-decoration: underline;
+ }
+`;
+
+const Breadcrumb: React.FC = () => {
+ const { navigationPath } = useBreadcrumbContext();
+ if (!navigationPath || navigationPath.length < 2) {
+ return null;
+ }
+
+ // Calculate breadcrumb items incl. link target
+ const breadcrumbItems = navigationPath.map((item, index) => {
+ return {
+ title: item.title,
+ linkTarget: item.segment
+ ? "/" +
+ navigationPath
+ .slice(0, index + 1)
+ .map((i) => i.segment)
+ .join("/")
+ : "",
+ ...initializeMetadata(item.id),
+ };
+ });
+
+ return (
+
+ {breadcrumbItems.map((item, index) => {
+ return (
+
+
+
+ {index == 0 && }
+ {index > 0 && item.title}
+
+
+
+ );
+ })}
+
+ );
+};
+
+export default Breadcrumb;
diff --git a/apps/spark/src/components/Breadcrumb/assets/house.svg b/apps/spark/src/components/Breadcrumb/assets/house.svg
new file mode 100644
index 0000000..5aa0a48
--- /dev/null
+++ b/apps/spark/src/components/Breadcrumb/assets/house.svg
@@ -0,0 +1,5 @@
+
+
+
diff --git a/apps/spark/src/components/Button/Button.tsx b/apps/spark/src/components/Button/Button.tsx
index a3960f4..9f45f05 100644
--- a/apps/spark/src/components/Button/Button.tsx
+++ b/apps/spark/src/components/Button/Button.tsx
@@ -5,6 +5,7 @@ import Link from "../Link/Link";
interface Props {
linkTarget?: any;
+ anchor?: string;
clickHandler?: () => void;
text?: string;
additionalClass?: string;
@@ -55,6 +56,7 @@ export const StyledButton = styled.div<{ primary?: boolean }>`
const Button: React.FC = ({
linkTarget,
+ anchor,
clickHandler,
text,
additionalClass,
@@ -73,6 +75,7 @@ const Button: React.FC = ({
= ({ targets, additionalClass, additionalButtonClass,
= ({
{readTime && {readTime} min read }
{media && }
+
+ {/* Table of contents */}
+
{structuredText && (
diff --git a/apps/spark/src/components/Details/DetailTOC.tsx b/apps/spark/src/components/Details/DetailTOC.tsx
new file mode 100644
index 0000000..c813548
--- /dev/null
+++ b/apps/spark/src/components/Details/DetailTOC.tsx
@@ -0,0 +1,75 @@
+import React from "react";
+import { HashLink } from "react-router-hash-link";
+import { useTranslation } from "react-i18next";
+import styled from "styled-components";
+import { slugify, TOC_ELEMENTS } from "../RichText/RichTextHelper";
+import { RichTextElementProps } from "../RichText/RichTextElement";
+
+interface Props {
+ title?: string;
+ structuredText: RichTextElementProps;
+}
+
+interface TOCElement {
+ level: string;
+ text: string;
+ link: string;
+}
+
+const StyledTOC = styled.div`
+ background-color: var(--color-background-light-grey);
+ margin-top: var(--padding-medium);
+ padding: var(--padding-medium);
+ border-radius: var(--border-radius-medium);
+
+ h2 {
+ font-size: var(--font-size-text-medium);
+ margin: 0;
+ }
+
+ ul {
+ font-size: var(--font-size-text-small);
+ margin: 0;
+ padding: 0 var(--padding-medium);
+ }
+`;
+
+const DetailTOC: React.FC = ({ title, structuredText }) => {
+ const { t } = useTranslation();
+
+ if (!structuredText || !structuredText.children) {
+ return null;
+ }
+
+ const headlines = structuredText.children
+ .filter((element: { name: string }) => {
+ return TOC_ELEMENTS.indexOf(element.name) >= 0;
+ })
+ .map((headline: any): TOCElement => {
+ const text = headline.children[0]?.data || "";
+ return { level: headline.name, text: text, link: `#${slugify(text)}` };
+ });
+
+ if (!headlines || headlines.length < 1) {
+ return null;
+ }
+
+ return (
+
+ {title || t("DetailTOC.title")}
+
+ {headlines.map((entry, index) => {
+ return (
+
+
+ {entry.text}
+
+
+ );
+ })}
+
+
+ );
+};
+
+export default DetailTOC;
diff --git a/apps/spark/src/components/Link/Link.tsx b/apps/spark/src/components/Link/Link.tsx
index 1850906..ec39f85 100644
--- a/apps/spark/src/components/Link/Link.tsx
+++ b/apps/spark/src/components/Link/Link.tsx
@@ -1,11 +1,13 @@
import React from "react";
import { Link as ReactLink } from "react-router-dom";
+import { HashLink } from "react-router-hash-link";
export interface LinkAttributes {
linkTarget?: string;
clickHandler?: () => void;
openInNewTab?: boolean;
externalLink?: boolean;
+ anchor?: string;
}
export interface LinkProps {
@@ -17,6 +19,7 @@ export interface LinkProps {
openInNewTab?: boolean;
externalLink?: boolean;
primary?: boolean;
+ anchor?: string;
}
const Link: React.FC = ({
@@ -28,6 +31,7 @@ const Link: React.FC = ({
title,
openInNewTab = false,
externalLink = false,
+ anchor,
}) => {
// no link, but an JS click handler
if (clickHandler) {
@@ -56,6 +60,15 @@ const Link: React.FC = ({
);
}
+ // internal hash link
+ if (anchor) {
+ return (
+
+ {children}
+
+ );
+ }
+
// internal link
return (
diff --git a/apps/spark/src/components/RichText/DynamicComponent.tsx b/apps/spark/src/components/RichText/DynamicComponent.tsx
index e520f6d..95d0e2d 100644
--- a/apps/spark/src/components/RichText/DynamicComponent.tsx
+++ b/apps/spark/src/components/RichText/DynamicComponent.tsx
@@ -1,6 +1,6 @@
import React, { createElement } from "react";
import RichTextElement, { RichTextElementProps } from "./RichTextElement";
-import { Attribute, transformAttributes } from "./RichTextHelper";
+import { Attribute, slugify, TOC_ELEMENTS, transformAttributes } from "./RichTextHelper";
export interface DynamicComponentProps {
name: string;
@@ -17,7 +17,15 @@ const DynamicComponent: React.FC = ({ name, children, att
})}
>
);
- return createElement(name, transformAttributes(attributes), childrenToRender);
+
+ // add id attribute for table of contents
+ const props: any = { ...transformAttributes(attributes) };
+ if (TOC_ELEMENTS.indexOf(name) >= 0 && children) {
+ const text = children[0].data || "";
+ props.id = slugify(text);
+ }
+
+ return createElement(name, props, childrenToRender);
};
export default DynamicComponent;
diff --git a/apps/spark/src/components/RichText/RichTextHelper.tsx b/apps/spark/src/components/RichText/RichTextHelper.tsx
index ae0563a..4726bcc 100644
--- a/apps/spark/src/components/RichText/RichTextHelper.tsx
+++ b/apps/spark/src/components/RichText/RichTextHelper.tsx
@@ -1,9 +1,13 @@
import { Banner } from "../../models/Banner/Banner";
+// List of DOM elements to consider for TOC generation.
+export const TOC_ELEMENTS = ["h1", "h2", "h3", "h4", "h5", "h6"];
+
export interface Attribute {
_type: string;
name: string;
value: string;
+ id?: string;
}
export const getAttributeValueFor = (attributes: Array, name: string): string | undefined => {
@@ -42,3 +46,22 @@ export const containsItem = (embeddedItems: Array, id: string): Banner |
return item.metadata?.root.id === id;
});
};
+
+/**
+ * Create a slug for the provided link text by
+ * - converting the provided link text to lowercase
+ * - trimming leading or trailing white space
+ * - removing all non-alphanumeric characters
+ * - replacing spaces with hyphens
+ * - removing consecutive hyphens
+ *
+ * @param linkText link text
+ */
+export const slugify = (linkText: string): string => {
+ return linkText
+ .toLowerCase()
+ .replace(/^\s+|\s+$/g, "")
+ .replace(/[^a-z0-9 -]/g, "")
+ .replace(/\s+/g, "-")
+ .replace(/-+/g, "-");
+};
diff --git a/apps/spark/src/components/ScrollTop/ScrollTopLink.tsx b/apps/spark/src/components/ScrollTop/ScrollTopLink.tsx
new file mode 100644
index 0000000..ef67ffb
--- /dev/null
+++ b/apps/spark/src/components/ScrollTop/ScrollTopLink.tsx
@@ -0,0 +1,20 @@
+import React from "react";
+import { HashLink } from "react-router-hash-link";
+import { useTranslation } from "react-i18next";
+
+interface Props {
+ text?: string;
+}
+
+/**
+ * Link component that scroll the page to top.
+ *
+ * @param text optional text for the link
+ * @constructor
+ */
+const ScrollTopLink: React.FC = ({ text }) => {
+ const { t } = useTranslation();
+ return {text || t("ScrollTopLink.text")} ;
+};
+
+export default ScrollTopLink;
diff --git a/apps/spark/src/context/BreadcrumbContext.tsx b/apps/spark/src/context/BreadcrumbContext.tsx
new file mode 100644
index 0000000..5a17b01
--- /dev/null
+++ b/apps/spark/src/context/BreadcrumbContext.tsx
@@ -0,0 +1,33 @@
+import React, { useCallback, useState } from "react";
+import { NavigationPathItem } from "../models/Navigation/NavigationPath";
+
+interface IBreadcrumbContext {
+ navigationPath: NavigationPathItem[];
+ setNavigationPath(path: NavigationPathItem[]): void;
+}
+
+const BreadcrumbContext = React.createContext(null);
+
+export const useBreadcrumbContext = (): IBreadcrumbContext => {
+ const context = React.useContext(BreadcrumbContext);
+ if (context == undefined) {
+ throw new Error("useBreadcrumbContext must be used within a BreadcrumbContextProvider.");
+ }
+ return context;
+};
+
+interface Props {
+ navigationPath?: NavigationPathItem[];
+}
+
+export const BreadcrumbContextProvider: React.FC = ({ children }) => {
+ const [naviPath, setNaviPath] = useState([]);
+ const setNaviPathHandler = useCallback((path) => {
+ setNaviPath(path?.concat());
+ }, []);
+ const contextValue: IBreadcrumbContext = {
+ navigationPath: naviPath,
+ setNavigationPath: setNaviPathHandler,
+ };
+ return {children} ;
+};
diff --git a/apps/spark/src/models/Banner/Banner.ts b/apps/spark/src/models/Banner/Banner.ts
index 2aa3f07..382372d 100644
--- a/apps/spark/src/models/Banner/Banner.ts
+++ b/apps/spark/src/models/Banner/Banner.ts
@@ -108,6 +108,7 @@ export const initializeBanner = (self: CmTeasableFragment, rootSegment: string):
...getLink(teaserTarget.target as CmLinkable, rootSegment),
callToActionEnabled: teaserTarget.callToActionEnabled && true ? teaserTarget.callToActionEnabled : false,
callToActionText: teaserTarget.callToActionText || undefined,
+ anchor: teaserTarget.callToActionHash,
}
);
})
diff --git a/apps/spark/src/models/Banner/Target.ts b/apps/spark/src/models/Banner/Target.ts
index f0ce371..fce77ea 100644
--- a/apps/spark/src/models/Banner/Target.ts
+++ b/apps/spark/src/models/Banner/Target.ts
@@ -3,4 +3,5 @@ import { LinkAttributes } from "../../components/Link/Link";
export interface Target extends LinkAttributes {
callToActionEnabled?: boolean;
callToActionText?: string;
+ callToActionHash?: string;
}
diff --git a/apps/spark/src/models/Navigation/NavigationPath.ts b/apps/spark/src/models/Navigation/NavigationPath.ts
new file mode 100644
index 0000000..f83322c
--- /dev/null
+++ b/apps/spark/src/models/Navigation/NavigationPath.ts
@@ -0,0 +1,5 @@
+export interface NavigationPathItem {
+ id: string;
+ title: string;
+ segment: string;
+}
diff --git a/apps/spark/src/pages/DetailPage.tsx b/apps/spark/src/pages/DetailPage.tsx
index 2d1252f..d1da52e 100644
--- a/apps/spark/src/pages/DetailPage.tsx
+++ b/apps/spark/src/pages/DetailPage.tsx
@@ -1,4 +1,4 @@
-import React, { FC } from "react";
+import React, { FC, useEffect } from "react";
import { match } from "react-router-dom";
import { useDetailQuery } from "@coremedia-labs/graphql-layer";
import Loading from "../components/Loading/Loading";
@@ -8,6 +8,9 @@ import { initializeDetail } from "../models/Detail/Detail";
import SeoHeader from "../components/Header/SeoHeader";
import Detail from "../components/Details/Detail";
import { useSiteContextState } from "../context/SiteContextProvider";
+import { NavigationPathItem } from "../models/Navigation/NavigationPath";
+import { useBreadcrumbContext } from "../context/BreadcrumbContext";
+import ScrollTopLink from "../components/ScrollTop/ScrollTopLink";
interface DetailViewProps {
match: match;
@@ -19,12 +22,22 @@ interface RouteProps {
const DetailPage: FC = ({ match }) => {
const { rootSegment } = useSiteContextState();
+ const { setNavigationPath } = useBreadcrumbContext();
+
const { data, loading, error } = useDetailQuery({
variables: {
id: match.params.id,
},
});
+ useEffect(() => {
+ // Update breadcrumb navigation path
+ data && setNavigationPath(data.content?.content?.navigationPath as Array);
+ return () => {
+ setNavigationPath([]);
+ };
+ }, [data]);
+
if (loading) return ;
if (error) return ;
if (!data || !data.content) return ;
@@ -36,6 +49,7 @@ const DetailPage: FC = ({ match }) => {
+
>
);
diff --git a/apps/spark/src/pages/Page.tsx b/apps/spark/src/pages/Page.tsx
index e380afa..b84f46b 100644
--- a/apps/spark/src/pages/Page.tsx
+++ b/apps/spark/src/pages/Page.tsx
@@ -1,4 +1,4 @@
-import React, { FC } from "react";
+import React, { FC, useEffect } from "react";
import { match } from "react-router-dom";
import {
PageByPathWithCampaignsQuery,
@@ -23,6 +23,8 @@ import {
addCampaignQueryVariables,
} from "../utils/Campaign/CampaignUtil";
import { usePreviewContextState } from "../context/PreviewContextProvider";
+import { NavigationPathItem } from "../models/Navigation/NavigationPath";
+import { useBreadcrumbContext } from "../context/BreadcrumbContext";
interface PageProps {
match: match;
@@ -32,9 +34,11 @@ interface RouteProps {
pageId: string;
pathSegments: string;
}
+
const Page: FC = ({ match }) => {
const { siteId, navigation, currentNavigation } = useSiteContextState();
const { previewCampaignId, previewDate } = usePreviewContextState();
+ const { setNavigationPath } = useBreadcrumbContext();
const currentUuid = getCurrentNavigationUuid(navigation, currentNavigation || []) || "";
const path = match.params.pathSegments;
@@ -51,6 +55,14 @@ const Page: FC = ({ match }) => {
? usePageByPathWithCampaignsQuery({ variables: variables })
: usePageByPathQuery({ variables: variables });
+ useEffect(() => {
+ // Update breadcrumb navigation path
+ data && setNavigationPath(data.content?.pageByPath?.navigationPath as Array);
+ return () => {
+ setNavigationPath([]);
+ };
+ }, [data]);
+
if (loading) return ;
if (error) return ;
if (!data || !data.content || !data.content.pageByPath) return ;
diff --git a/apps/spark/src/utils/Link/LinkUtils.ts b/apps/spark/src/utils/Link/LinkUtils.ts
index bf5ca49..bef5d91 100644
--- a/apps/spark/src/utils/Link/LinkUtils.ts
+++ b/apps/spark/src/utils/Link/LinkUtils.ts
@@ -69,6 +69,7 @@ const createCategoryHref = (self: Category, rootSegment: string, params?: String
const createHref = (self: CmLinkableFragment, rootSegment: string, params?: StringifiableRecord): LinkAttributes => {
let path: string | undefined | null = "/";
+ let anchor: string | undefined;
let isExternalLink = false;
let openInNewTab = false;
if (self.__typename) {
@@ -126,6 +127,11 @@ const createHref = (self: CmLinkableFragment, rootSegment: string, params?: Stri
if (teaser.teaserTargets && teaser.teaserTargets[0]?.target) {
const { linkTarget } = getLink(teaser.teaserTargets && teaser.teaserTargets[0]?.target, rootSegment);
path = linkTarget;
+ if (teaser.teaserTargets[0].callToActionHash) {
+ anchor = teaser.teaserTargets[0].callToActionHash;
+ }
+ } else {
+ path = undefined;
}
} else if (
self.__typename === "CMHTMLImpl" ||
@@ -144,6 +150,7 @@ const createHref = (self: CmLinkableFragment, rootSegment: string, params?: Stri
linkTarget: (path && makeAbsoluteAndAddParams(path, params)) || undefined,
externalLink: isExternalLink,
openInNewTab: openInNewTab,
+ anchor: anchor,
};
};
diff --git a/apps/spark/vite.config.ts b/apps/spark/vite.config.ts
index 69f2925..08c1d5a 100644
--- a/apps/spark/vite.config.ts
+++ b/apps/spark/vite.config.ts
@@ -18,6 +18,8 @@ export default defineConfig({
plugins: [react()],
base: "/",
build: {
+ // do not inline assets
+ assetsInlineLimit: 0,
// split chunks manually to avoid one big js file.
rollupOptions: {
output: {
diff --git a/apps/standalone-fragment/package.json b/apps/standalone-fragment/package.json
index 8ab0f4c..d3335c7 100644
--- a/apps/standalone-fragment/package.json
+++ b/apps/standalone-fragment/package.json
@@ -9,30 +9,30 @@
"lint:ci": "eslint \"src/**/*.+(ts|tsx)\""
},
"dependencies": {
- "@apollo/client": "^3.11.4",
+ "@apollo/client": "^3.11.10",
"@coremedia-labs/graphql-layer": "workspace:^",
- "graphql": "^16.8.2",
+ "graphql": "^16.9.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
- "@babel/core": "^7.24.7",
- "@types/react": "^17.0.80",
+ "@babel/core": "^7.26.0",
+ "@types/react": "^17.0.83",
"@types/react-dom": "^17.0.25",
- "@typescript-eslint/eslint-plugin": "^7.13.1",
- "@typescript-eslint/parser": "^7.13.1",
- "babel-loader": "^9.1.3",
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
+ "@typescript-eslint/parser": "^7.18.0",
+ "babel-loader": "^9.2.1",
"babel-preset-react-app": "^10.0.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.11.0",
- "eslint": "^8.57.0",
+ "eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
- "eslint-plugin-prettier": "^5.1.3",
- "eslint-plugin-react": "^7.34.3",
- "prettier": "^3.3.2",
+ "eslint-plugin-prettier": "^5.2.1",
+ "eslint-plugin-react": "^7.37.2",
+ "prettier": "^3.3.3",
"style-loader": "^3.3.4",
"typescript": "~5.2.2",
- "webpack": "^5.92.0",
+ "webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"browserslist": {
diff --git a/package.json b/package.json
index fc1df10..857102a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@coremedia-labs/headless-client-workspace",
- "version": "2406.0.1",
+ "version": "2412.0.0",
"description": "Spark - The React client workspace for the CoreMedia Headless Server",
"private": true,
"license": "CoreMedia Open Source License",
@@ -37,8 +37,8 @@
"spark"
],
"devDependencies": {
- "concurrently": "^8.2.2",
- "husky": "^9.0.11"
+ "concurrently": "^9.1.0",
+ "husky": "^9.1.7"
},
"pnpm": {
"peerDependencyRules": {
diff --git a/packages/graphql-layer/package.json b/packages/graphql-layer/package.json
index 417e074..0847334 100644
--- a/packages/graphql-layer/package.json
+++ b/packages/graphql-layer/package.json
@@ -28,27 +28,27 @@
"./dist/__downloaded__/schema.json": "./dist/__downloaded__/schema.json"
},
"dependencies": {
- "@apollo/client": "^3.11.4",
+ "@apollo/client": "^3.11.10",
"dotenv": "^16.4.5",
- "graphql": "^16.8.2",
+ "graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"react-dom": "^17.0.2",
"typescript": "~5.2.2"
},
"devDependencies": {
- "@graphql-codegen/cli": "^5.0.2",
+ "@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
- "@graphql-codegen/typescript": "^4.0.7",
- "@graphql-codegen/typescript-operations": "^4.2.1",
- "@graphql-codegen/typescript-react-apollo": "^4.3.0",
- "@types/node": "^20.14.5",
- "@typescript-eslint/eslint-plugin": "^7.13.1",
- "@typescript-eslint/parser": "^7.13.1",
- "eslint": "^8.57.0",
+ "@graphql-codegen/typescript": "^4.1.1",
+ "@graphql-codegen/typescript-operations": "^4.3.1",
+ "@graphql-codegen/typescript-react-apollo": "^4.3.2",
+ "@types/node": "^20.17.6",
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
+ "@typescript-eslint/parser": "^7.18.0",
+ "eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
- "eslint-plugin-prettier": "^5.1.3",
- "prettier": "^3.3.2",
- "rimraf": "^5.0.7",
+ "eslint-plugin-prettier": "^5.2.1",
+ "prettier": "^3.3.3",
+ "rimraf": "^5.0.10",
"ts-node": "^10.9.2"
}
}
diff --git a/packages/graphql-layer/src/__downloaded__/schema.graphql b/packages/graphql-layer/src/__downloaded__/schema.graphql
index 9492d8c..30fb1d6 100644
--- a/packages/graphql-layer/src/__downloaded__/schema.graphql
+++ b/packages/graphql-layer/src/__downloaded__/schema.graphql
@@ -1,2836 +1,2839 @@
# This file was generated. Do not edit manually.
schema {
- query: Query
+ query: Query
}
+"Indicates exactly one field must be supplied and this field must not be `null`."
+directive @oneOf on INPUT_OBJECT
+
interface Augmentation {
- commerceRef: CommerceRef!
- content: Content_
- downloads: [CMDownload]!
- grid: PageGrid!
- id: ID!
- picture: CMPicture
- pictures: [CMPicture]!
- visuals: [CMVisual]!
+ commerceRef: CommerceRef!
+ content: Content_
+ downloads: [CMDownload]!
+ grid: PageGrid!
+ id: ID!
+ picture: CMPicture
+ pictures: [CMPicture]!
+ visuals: [CMVisual]!
}
" interfaces alphabetically"
interface Banner {
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
}
interface CMAbstractCategory {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- children: [CMLinkable]
- childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- externalId: String
- footer: [CMLinkable]
- footerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- grid: PageGrid
- header: [CMLinkable]
- headerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- hidden: Boolean
- hiddenInSitemap: Boolean
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- parent: CMNavigation
- pdpPagegrid: PageGrid
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ children: [CMLinkable]
+ childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ externalId: String
+ footer: [CMLinkable]
+ footerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ grid: PageGrid
+ header: [CMLinkable]
+ headerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ hidden: Boolean
+ hiddenInSitemap: Boolean
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ parent: CMNavigation
+ pdpPagegrid: PageGrid
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
"Models the properties of an article content object."
interface CMArticle {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMAudio {
- alt: String
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- caption: RichText
- captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
- captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
- captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- copyright: String
- creationDate: String!
- data: Blob
- dataUrl: String
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- fullyQualifiedUrl: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ alt: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ caption: RichText
+ captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
+ captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ copyright: String
+ creationDate: String!
+ data: Blob
+ dataUrl: String
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ fullyQualifiedUrl: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
"Models the properties of a page content object."
interface CMChannel {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- children: [CMLinkable]
- childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- footer: [CMLinkable]
- footerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- grid: PageGrid
- header: [CMLinkable]
- headerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- hidden: Boolean
- hiddenInSitemap: Boolean
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- parent: CMNavigation
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ children: [CMLinkable]
+ childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ footer: [CMLinkable]
+ footerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ grid: PageGrid
+ header: [CMLinkable]
+ headerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ hidden: Boolean
+ hiddenInSitemap: Boolean
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ parent: CMNavigation
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMCollection {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- bannerItems: [Banner]
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailItems: [Detail]
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- items: [CollectionItem]
- itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teasableItems: [CMTeasable]
- teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ bannerItems: [Banner]
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailItems: [Detail]
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ items: [CollectionItem]
+ itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teasableItems: [CMTeasable]
+ teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMDownload {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- data: Blob
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- filename: String
- fullyQualifiedUrl: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ data: Blob
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ filename: String
+ fullyQualifiedUrl: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMDynamicList {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- bannerItems: [Banner]
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailItems: [Detail]
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- items: [CollectionItem]
- itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teasableItems: [CMTeasable]
- teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ bannerItems: [Banner]
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailItems: [Detail]
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ items: [CollectionItem]
+ itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teasableItems: [CMTeasable]
+ teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMExternalChannel {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- categoryRef: CategoryRef
- children: [CMLinkable]
- childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- externalId: String
- footer: [CMLinkable]
- footerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- grid: PageGrid
- header: [CMLinkable]
- headerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- hidden: Boolean
- hiddenInSitemap: Boolean
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- parent: CMNavigation
- pdpPagegrid: PageGrid
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ categoryRef: CategoryRef
+ children: [CMLinkable]
+ childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ externalId: String
+ footer: [CMLinkable]
+ footerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ grid: PageGrid
+ header: [CMLinkable]
+ headerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ hidden: Boolean
+ hiddenInSitemap: Boolean
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ parent: CMNavigation
+ pdpPagegrid: PageGrid
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMExternalLink {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- openInNewTab: Boolean
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- url: String
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ openInNewTab: Boolean
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ url: String
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMExternalPage {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- children: [CMLinkable]
- childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- externalId: String
- externalUriPath: String
- footer: [CMLinkable]
- footerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- grid: PageGrid
- header: [CMLinkable]
- headerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- hidden: Boolean
- hiddenInSitemap: Boolean
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- parent: CMNavigation
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ children: [CMLinkable]
+ childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ externalId: String
+ externalUriPath: String
+ footer: [CMLinkable]
+ footerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ grid: PageGrid
+ header: [CMLinkable]
+ headerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ hidden: Boolean
+ hiddenInSitemap: Boolean
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ parent: CMNavigation
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMExternalProduct {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- externalId: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- pdpPagegrid: PageGrid
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- productRef: ProductRef
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ externalId: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ pdpPagegrid: PageGrid
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ productRef: ProductRef
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMGallery {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- bannerItems: [Banner]
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailItems: [Detail]
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- items: [CollectionItem]
- itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaItems: [CMMedia]
- mediaItemsPaged(limit: Int, offset: Int): CMMediaPaginationResult
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teasableItems: [CMTeasable]
- teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ bannerItems: [Banner]
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailItems: [Detail]
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ items: [CollectionItem]
+ itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaItems: [CMMedia]
+ mediaItemsPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teasableItems: [CMTeasable]
+ teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMHTML {
- alt: String
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- caption: RichText
- captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
- captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
- captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- copyright: String
- creationDate: String!
- data: Blob
- description: String
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- fullyQualifiedUrl: String
- html: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ alt: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ caption: RichText
+ captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
+ captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ copyright: String
+ creationDate: String!
+ data: Blob
+ description: String
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ fullyQualifiedUrl: String
+ html: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMImage {
- creationDate: String!
- data: Blob
- description: String
- id: ID!
- ignoreUpdates: Int
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- master: [CMLocalized!]!
- modificationDate: String!
- name: String!
- repositoryPath: String!
- type: String!
- uuid: UUID!
+ creationDate: String!
+ data: Blob
+ description: String
+ id: ID!
+ ignoreUpdates: Int
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ master: [CMLocalized!]!
+ modificationDate: String!
+ name: String!
+ repositoryPath: String!
+ type: String!
+ uuid: UUID!
}
interface CMImageMap {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- displayPicture: Boolean
- displayShortText: Boolean
- displayTitle: Boolean
- extDisplayedDate: String
- hotZones: [Hotzone]
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- transformedHotZones: [TransformedHotZone]
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ displayPicture: Boolean
+ displayShortText: Boolean
+ displayTitle: Boolean
+ extDisplayedDate: String
+ hotZones: [Hotzone]
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ transformedHotZones: [TransformedHotZone]
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMInteractive {
- alt: String
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- caption: RichText
- captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
- captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
- captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- copyright: String
- creationDate: String!
- data: Blob
- dataUrl: String
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- fullyQualifiedUrl: String
- height: Int
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
- width: Int
+ alt: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ caption: RichText
+ captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
+ captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ copyright: String
+ creationDate: String!
+ data: Blob
+ dataUrl: String
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ fullyQualifiedUrl: String
+ height: Int
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
+ width: Int
}
interface CMLinkable {
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- viewtype: String
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ viewtype: String
}
interface CMLocTaxonomy {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- children: [CMTaxonomy]
- childrenPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- externalReference: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- latitudeLongitude: String
- link: Link
- linkedSettings: [CMSettings]
- locChildren: [CMLocTaxonomy]
- locChildrenPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- parent: CMTaxonomy
- pathToRoot: [CMTaxonomy]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- postcode: String
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- value: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ children: [CMTaxonomy]
+ childrenPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ externalReference: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ latitudeLongitude: String
+ link: Link
+ linkedSettings: [CMSettings]
+ locChildren: [CMLocTaxonomy]
+ locChildrenPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ parent: CMTaxonomy
+ pathToRoot: [CMTaxonomy]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ postcode: String
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ value: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMLocalized {
- creationDate: String!
- id: ID!
- ignoreUpdates: Int
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- master: [CMLocalized!]!
- modificationDate: String!
- name: String!
- repositoryPath: String!
- type: String!
- uuid: UUID!
+ creationDate: String!
+ id: ID!
+ ignoreUpdates: Int
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ master: [CMLocalized!]!
+ modificationDate: String!
+ name: String!
+ repositoryPath: String!
+ type: String!
+ uuid: UUID!
}
interface CMMedia {
- alt: String
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- caption: RichText
- captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
- captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
- captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- copyright: String
- creationDate: String!
- data: Blob
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- fullyQualifiedUrl: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ alt: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ caption: RichText
+ captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
+ captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ copyright: String
+ creationDate: String!
+ data: Blob
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ fullyQualifiedUrl: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMNavigation {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- children: [CMLinkable]
- childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- grid: PageGrid
- hidden: Boolean
- hiddenInSitemap: Boolean
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- parent: CMNavigation
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ children: [CMLinkable]
+ childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ grid: PageGrid
+ hidden: Boolean
+ hiddenInSitemap: Boolean
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ parent: CMNavigation
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMObject {
- creationDate: String!
- id: ID!
- modificationDate: String!
- name: String!
- repositoryPath: String!
- type: String!
- uuid: UUID!
+ creationDate: String!
+ id: ID!
+ modificationDate: String!
+ name: String!
+ repositoryPath: String!
+ type: String!
+ uuid: UUID!
}
interface CMPerson {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- displayName: String
- eMail: String
- extDisplayedDate: String
- firstName: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- jobTitle: String
- keywords: String
- keywordsList: [String!]!
- lastName: String
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- organization: String
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ displayName: String
+ eMail: String
+ extDisplayedDate: String
+ firstName: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ jobTitle: String
+ keywords: String
+ keywordsList: [String!]!
+ lastName: String
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ organization: String
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
"Models the properties of a picture content object."
interface CMPicture {
- alt: String
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- base64Images(cropNames: [String!]): [Base64Image]!
- caption: RichText
- captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
- captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
- captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- copyright: String
- creationDate: String!
- crops: [Crop!]!
- data: Blob
- dataUrl: String
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- fullyQualifiedUrl: String
- height: Int
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uriTemplate(imageFormat: ImageFormat): String
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
- width: Int
+ alt: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ base64Images(cropNames: [String!]): [Base64Image]!
+ caption: RichText
+ captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
+ captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ copyright: String
+ creationDate: String!
+ crops: [Crop!]!
+ data: Blob
+ dataUrl: String
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ fullyQualifiedUrl: String
+ height: Int
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uriTemplate(imageFormat: ImageFormat): String
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
+ width: Int
}
interface CMPlaceholder {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- placeholderId: String!
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ placeholderId: String!
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMProduct {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- downloads: [CMDownload]
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- price: Float
- productCode: String
- productName: String
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ downloads: [CMDownload]
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ price: Float
+ productCode: String
+ productName: String
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMProductList {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- bannerItems: [Banner]
- categoryRef: CategoryRef
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailItems: [Detail]
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- externalId: String
- facet: String
- facets: [String]
- filteredItems(customFilterQueries: [FilterQueryArg]): [CollectionItem]
- filteredItemsPaged(customFilterQueries: [FilterQueryArg], limit: Int, offset: Int): CollectionItemPaginationResult
- filteredPagedItems(customFilterQueries: [FilterQueryArg], offset: Int): [CollectionItem] @deprecated(reason: "Use filteredItemsPaged(offset: Int, limit: Int, customFilterQueries: [FilterQueryArg]) instead")
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- items: [CollectionItem]
- itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
- keywords: String
- keywordsList: [String!]!
- limit: Int
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- orderBy: String
- pagedItems(offset: Int): [CollectionItem] @deprecated(reason: "Use itemsPaged(offset: Int, limit: Int) instead")
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- productItems: [ProductRef]
- productOffset: Int
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- start: Int
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teasableItems: [CMTeasable]
- teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ bannerItems: [Banner]
+ categoryRef: CategoryRef
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailItems: [Detail]
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ externalId: String
+ facet: String
+ facets: [String]
+ filteredItems(customFilterQueries: [FilterQueryArg]): [CollectionItem]
+ filteredItemsPaged(customFilterQueries: [FilterQueryArg], limit: Int, offset: Int): CollectionItemPaginationResult
+ filteredPagedItems(customFilterQueries: [FilterQueryArg], offset: Int): [CollectionItem] @deprecated(reason: "Use filteredItemsPaged(offset: Int, limit: Int, customFilterQueries: [FilterQueryArg]) instead")
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ items: [CollectionItem]
+ itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
+ keywords: String
+ keywordsList: [String!]!
+ limit: Int
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ orderBy: String
+ pagedItems(offset: Int): [CollectionItem] @deprecated(reason: "Use itemsPaged(offset: Int, limit: Int) instead")
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ productItems: [ProductRef]
+ productOffset: Int
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ start: Int
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teasableItems: [CMTeasable]
+ teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMProductTeaser {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- externalId: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- productRef: ProductRef
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ externalId: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ productRef: ProductRef
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMQueryList {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- bannerItems: [Banner]
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailItems: [Detail]
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- filteredItems(customFilterQueries: [FilterQueryArg]): [CollectionItem]
- filteredItemsPaged(customFilterQueries: [FilterQueryArg], limit: Int, offset: Int): CollectionItemPaginationResult
- filteredPagedItems(customFilterQueries: [FilterQueryArg], offset: Int): [CollectionItem] @deprecated(reason: "Use filteredItemsPaged(offset: Int, limit: Int, customFilterQueries: [FilterQueryArg]) instead")
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- items: [CollectionItem]
- itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- pagedItems(offset: Int): [CollectionItem] @deprecated(reason: "Use itemsPaged(offset: Int, limit: Int) instead")
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teasableItems: [CMTeasable]
- teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ bannerItems: [Banner]
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailItems: [Detail]
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ filteredItems(customFilterQueries: [FilterQueryArg]): [CollectionItem]
+ filteredItemsPaged(customFilterQueries: [FilterQueryArg], limit: Int, offset: Int): CollectionItemPaginationResult
+ filteredPagedItems(customFilterQueries: [FilterQueryArg], offset: Int): [CollectionItem] @deprecated(reason: "Use filteredItemsPaged(offset: Int, limit: Int, customFilterQueries: [FilterQueryArg]) instead")
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ items: [CollectionItem]
+ itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ pagedItems(offset: Int): [CollectionItem] @deprecated(reason: "Use itemsPaged(offset: Int, limit: Int) instead")
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teasableItems: [CMTeasable]
+ teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMResourceBundle {
- creationDate: String!
- id: ID!
- ignoreUpdates: Int
- locale: String
- localizationRoot: CMLocalized!
- localizations: MapOfString
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- master: [CMLocalized!]!
- modificationDate: String!
- name: String!
- repositoryPath: String!
- type: String!
- uuid: UUID!
+ creationDate: String!
+ id: ID!
+ ignoreUpdates: Int
+ locale: String
+ localizationRoot: CMLocalized!
+ localizations: MapOfString
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ master: [CMLocalized!]!
+ modificationDate: String!
+ name: String!
+ repositoryPath: String!
+ type: String!
+ uuid: UUID!
}
interface CMSelectionRules {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- bannerItems: [Banner]
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- defaultContent: [CMTeasable!]!
- detailItems: [Detail]
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- items: [CollectionItem]
- itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- rules: [PersonalizationRule!]!
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teasableItems: [CMTeasable]
- teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ bannerItems: [Banner]
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ defaultContent: [CMTeasable!]!
+ detailItems: [Detail]
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ items: [CollectionItem]
+ itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ rules: [PersonalizationRule!]!
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teasableItems: [CMTeasable]
+ teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMSettings {
- creationDate: String!
- id: ID!
- identifier: String
- ignoreUpdates: Int
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- master: [CMLocalized!]!
- modificationDate: String!
- name: String!
- repositoryPath: String!
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String]]): JSON
- type: String!
- uuid: UUID!
+ creationDate: String!
+ id: ID!
+ identifier: String
+ ignoreUpdates: Int
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ master: [CMLocalized!]!
+ modificationDate: String!
+ name: String!
+ repositoryPath: String!
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String]]): JSON
+ type: String!
+ uuid: UUID!
}
interface CMSite {
- creationDate: String!
- id: ID!
- ignoreUpdates: Int
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- master: [CMLocalized!]!
- modificationDate: String!
- name: String!
- repositoryPath: String!
- root: CMNavigation
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- type: String!
- uuid: UUID!
+ creationDate: String!
+ id: ID!
+ ignoreUpdates: Int
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ master: [CMLocalized!]!
+ modificationDate: String!
+ name: String!
+ repositoryPath: String!
+ root: CMNavigation
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ type: String!
+ uuid: UUID!
}
interface CMSpinner {
- alt: String
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- caption: RichText
- captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
- captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
- captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- copyright: String
- creationDate: String!
- data: Blob
- dataUrl: String
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- fullyQualifiedUrl: String
- height: Int
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- sequence: [CMPicture]
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
- width: Int
+ alt: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ caption: RichText
+ captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
+ captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ copyright: String
+ creationDate: String!
+ data: Blob
+ dataUrl: String
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ fullyQualifiedUrl: String
+ height: Int
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ sequence: [CMPicture]
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
+ width: Int
}
interface CMTaxonomy {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- children: [CMTaxonomy]
- childrenPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- externalReference: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- parent: CMTaxonomy
- pathToRoot: [CMTaxonomy]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- value: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ children: [CMTaxonomy]
+ childrenPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ externalReference: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ parent: CMTaxonomy
+ pathToRoot: [CMTaxonomy]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ value: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMTeasable {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMTeaser {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
interface CMVideo {
- alt: String
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- caption: RichText
- captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
- captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
- captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- copyright: String
- creationDate: String!
- data: Blob
- dataUrl: String
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- fullyQualifiedUrl: String
- height: Int
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- timeLine: TimeLine
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
- width: Int
+ alt: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ caption: RichText
+ captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
+ captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ copyright: String
+ creationDate: String!
+ data: Blob
+ dataUrl: String
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ fullyQualifiedUrl: String
+ height: Int
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ timeLine: TimeLine
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
+ width: Int
}
interface CMVisual {
- alt: String
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- caption: RichText
- captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
- captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
- captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- copyright: String
- creationDate: String!
- data: Blob
- dataUrl: String
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- extDisplayedDate: String
- fullyQualifiedUrl: String
- height: Int
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
- width: Int
+ alt: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ caption: RichText
+ captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
+ captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ copyright: String
+ creationDate: String!
+ data: Blob
+ dataUrl: String
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ extDisplayedDate: String
+ fullyQualifiedUrl: String
+ height: Int
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ "Retrieves settings as JSON by a list of list with path segments, e.g. settings(path: [[\"path1-segment1\", \"path1-segment2\"], [\"path2-segment1\", \"path2-segment2\"]]. Supports \"\\*\" as a wildcard to retrieve all settings at once: settings(path: \"\\*\")"
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
+ width: Int
}
interface Catalog {
- defaultCatalog: Boolean
- externalId: String
- externalTechId: String
- id: ID!
- locale: String
- masterCatalog: Boolean
- name: String
- rootCategory: Category
- shortId: String
- siteId: String
+ defaultCatalog: Boolean
+ externalId: String
+ externalTechId: String
+ id: ID!
+ locale: String
+ masterCatalog: Boolean
+ name: String
+ rootCategory: Category
+ shortId: String
+ siteId: String
}
interface Category {
- augmentation: CategoryAugmentation!
- breadcrumb: [Category]!
- children: [Category]!
- externalId: String
- externalTechId: String
- id: ID!
- imageUrl: String
- locale: String
- longDescription: String
- name: String
- parent: Category
- products: [Product]!
- shortDescription: String
- shortId: String
- siteId: String
+ augmentation: CategoryAugmentation!
+ breadcrumb: [Category]!
+ children: [Category]!
+ externalId: String
+ externalTechId: String
+ id: ID!
+ imageUrl: String
+ locale: String
+ longDescription: String
+ name: String
+ parent: Category
+ products: [Product]!
+ shortDescription: String
+ shortId: String
+ siteId: String
}
interface CategoryAugmentation {
- commerceRef: CommerceRef!
- content: Content_
- downloads: [CMDownload]!
- grid: PageGrid!
- id: ID!
- picture: CMPicture
- pictures: [CMPicture]!
- visuals: [CMVisual]!
+ commerceRef: CommerceRef!
+ content: Content_
+ downloads: [CMDownload]!
+ grid: PageGrid!
+ id: ID!
+ picture: CMPicture
+ pictures: [CMPicture]!
+ visuals: [CMVisual]!
}
interface CollectionItem {
- remoteLink(context: String, siteId: String): String!
+ remoteLink(context: String, siteId: String): String!
}
interface CommerceBean {
- externalId: String
- externalTechId: String
- id: ID!
- locale: String
- shortId: String
- siteId: String
+ externalId: String
+ externalTechId: String
+ id: ID!
+ locale: String
+ shortId: String
+ siteId: String
}
interface CommerceRef {
- catalogId: String!
- externalId: String!
- id: ID!
- internalLink: String!
- locale: String!
- siteId: String!
- storeId: String!
+ catalogId: String!
+ externalId: String!
+ id: ID!
+ internalLink: String!
+ locale: String!
+ siteId: String!
+ storeId: String!
}
interface Content_ {
- creationDate: String!
- id: ID!
- modificationDate: String!
- name: String!
- repositoryPath: String!
- type: String!
- uuid: UUID!
+ creationDate: String!
+ id: ID!
+ modificationDate: String!
+ name: String!
+ repositoryPath: String!
+ type: String!
+ uuid: UUID!
}
interface Detail {
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the detailText field.")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the detailText field.")
}
interface HasPageGrid {
- grid: PageGrid
+ grid: PageGrid
}
interface Metadata {
- catalogId: String
- externalId: String
- externalTechId: String
- id: ID!
- locale: String
- metaDescription: String
- metaKeywords: [String]
- pageTitle: String
- seoPath: String
- storeId: String
- type: String
+ catalogId: String
+ externalId: String
+ externalTechId: String
+ id: ID!
+ locale: String
+ metaDescription: String
+ metaKeywords: [String]
+ pageTitle: String
+ seoPath: String
+ storeId: String
+ type: String
}
interface PageGridPlacement {
- colspan: Int!
- column: Int!
- id: ID
- items: [CMLinkable!]!
- name: String!
- viewtype: String
- width: Int!
+ colspan: Int!
+ column: Int!
+ id: ID
+ items: [CMLinkable!]!
+ name: String!
+ viewtype: String
+ width: Int!
}
interface Product {
- augmentation: ProductAugmentation!
- category: Category
- currency: String
- defaultImageAlt: String
- defaultImageUrl: String
- definingAttributes: [ProductAttribute]!
- describingAttributes: [ProductAttribute]!
- externalId: String
- externalTechId: String
- id: ID!
- imageUrl: String
- listPrice: BigDecimal
- locale: String
- longDescription: String
- metaDescription: String
- metaKeywords: String
- name: String
- offerPrice: BigDecimal
- seoSegment: String
- shortDescription: String
- shortId: String
- siteId: String
- storefrontUrl: String
- thumbnailUrl: String
- title: String
- variant: Boolean!
- variants: [ProductVariant]!
+ augmentation: ProductAugmentation!
+ category: Category
+ currency: String
+ defaultImageAlt: String
+ defaultImageUrl: String
+ definingAttributes: [ProductAttribute]!
+ describingAttributes: [ProductAttribute]!
+ externalId: String
+ externalTechId: String
+ id: ID!
+ imageUrl: String
+ listPrice: BigDecimal
+ locale: String
+ longDescription: String
+ metaDescription: String
+ metaKeywords: String
+ name: String
+ offerPrice: BigDecimal
+ seoSegment: String
+ shortDescription: String
+ shortId: String
+ siteId: String
+ storefrontUrl: String
+ thumbnailUrl: String
+ title: String
+ variant: Boolean!
+ variants: [ProductVariant]!
}
interface ProductAugmentation {
- commerceRef: CommerceRef!
- content: Content_
- downloads: [CMDownload]!
- grid: PageGrid!
- id: ID!
- pdpPagegrid: PageGrid!
- picture: CMPicture
- pictures: [CMPicture]!
- visuals: [CMVisual]!
+ commerceRef: CommerceRef!
+ content: Content_
+ downloads: [CMDownload]!
+ grid: PageGrid!
+ id: ID!
+ pdpPagegrid: PageGrid!
+ picture: CMPicture
+ pictures: [CMPicture]!
+ visuals: [CMVisual]!
}
interface ProductVariant {
- category: Category
- currency: String
- defaultImageAlt: String
- defaultImageUrl: String
- definingAttributes: [ProductAttribute]!
- describingAttributes: [ProductAttribute]!
- externalId: String
- externalTechId: String
- id: ID!
- imageUrl: String
- listPrice: BigDecimal
- locale: String
- longDescription: String
- metaDescription: String
- metaKeywords: String
- name: String
- offerPrice: BigDecimal
- parent: Product
- seoSegment: String
- shortDescription: String
- shortId: String
- siteId: String
- storefrontUrl: String
- thumbnailUrl: String
- title: String
- variant: Boolean!
- variants: [ProductVariant]!
+ category: Category
+ currency: String
+ defaultImageAlt: String
+ defaultImageUrl: String
+ definingAttributes: [ProductAttribute]!
+ describingAttributes: [ProductAttribute]!
+ externalId: String
+ externalTechId: String
+ id: ID!
+ imageUrl: String
+ listPrice: BigDecimal
+ locale: String
+ longDescription: String
+ metaDescription: String
+ metaKeywords: String
+ name: String
+ offerPrice: BigDecimal
+ parent: Product
+ seoSegment: String
+ shortDescription: String
+ shortId: String
+ siteId: String
+ storefrontUrl: String
+ thumbnailUrl: String
+ title: String
+ variant: Boolean!
+ variants: [ProductVariant]!
}
" Support for Apollo Federation. See https://www.apollographql.com/docs/federation/federation-spec"
@@ -2838,3422 +2841,3422 @@ union _Entity = ContentRef
" Named content slot on a page containing a list of content references."
type Assignment {
- " The campaign the assignment belongs to."
- campaign: Campaign!
- id: ID!
- " Content items linked into the slot."
- items: [ContentRef!]!
- " All configured Refinements of this Assignment (e.g. refinement: [\"women-dressed\", \"sale\"])."
- refinements: [String!]!
+ " The campaign the assignment belongs to."
+ campaign: Campaign!
+ id: ID!
+ " Content items linked into the slot."
+ items: [ContentRef!]!
+ " All configured Refinements of this Assignment (e.g. refinement: [\"women-dressed\", \"sale\"])."
+ refinements: [String!]!
}
type AugmentationImpl implements Augmentation & HasPageGrid {
- commerceRef: CommerceRef!
- content: Content_
- downloads: [CMDownload]!
- grid: PageGrid!
- id: ID!
- media: [CMMedia]
- picture: CMPicture
- pictures: [CMPicture]!
- remoteLink(context: String, siteId: String): String!
- visuals: [CMVisual]!
+ commerceRef: CommerceRef!
+ content: Content_
+ downloads: [CMDownload]!
+ grid: PageGrid!
+ id: ID!
+ media: [CMMedia]
+ picture: CMPicture
+ pictures: [CMPicture]!
+ remoteLink(context: String, siteId: String): String!
+ visuals: [CMVisual]!
}
" types alphabetically"
type Base64Image {
- base64: String
- cropName: String!
+ base64: String
+ cropName: String!
}
type Blob {
- contentType: String!
- eTag: String!
- size: Int! @deprecated(reason: "Replaced by #sizeLong to support Blobs > 2GB")
- sizeLong: Long!
- uri: String
+ contentType: String!
+ eTag: String!
+ size: Int! @deprecated(reason: "Replaced by #sizeLong to support Blobs > 2GB")
+ sizeLong: Long!
+ uri: String
}
type CMAbstractCategoryImpl implements Banner & CMAbstractCategory & CMChannel & CMLinkable & CMLocalized & CMNavigation & CMObject & CMTeasable & CollectionItem & Content_ & Detail & HasPageGrid {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- categoryRef: CategoryRef
- children: [CMLinkable]
- childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- externalId: String
- footer: [CMLinkable]
- footerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- grid: PageGrid
- header: [CMLinkable]
- headerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- hidden: Boolean
- hiddenInSitemap: Boolean
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- parent: CMNavigation
- pdpPagegrid: PageGrid
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ categoryRef: CategoryRef
+ children: [CMLinkable]
+ childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ externalId: String
+ footer: [CMLinkable]
+ footerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ grid: PageGrid
+ header: [CMLinkable]
+ headerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ hidden: Boolean
+ hiddenInSitemap: Boolean
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ parent: CMNavigation
+ pdpPagegrid: PageGrid
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMArticleImpl implements Banner & CMArticle & CMLinkable & CMLocalized & CMObject & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMAudioImpl implements Banner & CMAudio & CMLinkable & CMLocalized & CMMedia & CMObject & CMTeasable & CollectionItem & Content_ & Detail {
- alt: String
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- caption: RichText
- captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
- captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
- captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- copyright: String
- creationDate: String!
- data: Blob
- dataUrl: String
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- fullyQualifiedUrl: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ alt: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ caption: RichText
+ captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
+ captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ copyright: String
+ creationDate: String!
+ data: Blob
+ dataUrl: String
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ fullyQualifiedUrl: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMChannelImpl implements Banner & CMChannel & CMLinkable & CMLocalized & CMNavigation & CMObject & CMTeasable & CollectionItem & Content_ & Detail & HasPageGrid {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- children: [CMLinkable]
- childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- footer: [CMLinkable]
- footerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- grid: PageGrid
- header: [CMLinkable]
- headerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- hidden: Boolean
- hiddenInSitemap: Boolean
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- parent: CMNavigation
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ children: [CMLinkable]
+ childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ footer: [CMLinkable]
+ footerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ grid: PageGrid
+ header: [CMLinkable]
+ headerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ hidden: Boolean
+ hiddenInSitemap: Boolean
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ parent: CMNavigation
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMCollectionImpl implements Banner & CMCollection & CMLinkable & CMLocalized & CMObject & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- bannerItems: [Banner]
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailItems: [Detail]
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- items: [CollectionItem]
- itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teasableItems: [CMTeasable]
- teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ bannerItems: [Banner]
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailItems: [Detail]
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ items: [CollectionItem]
+ itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teasableItems: [CMTeasable]
+ teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMDownloadImpl implements Banner & CMDownload & CMLinkable & CMLocalized & CMObject & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- data: Blob
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- filename: String
- fullyQualifiedUrl: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ data: Blob
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ filename: String
+ fullyQualifiedUrl: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMDynamicListImpl implements Banner & CMCollection & CMDynamicList & CMLinkable & CMLocalized & CMObject & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- bannerItems: [Banner]
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailItems: [Detail]
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- items: [CollectionItem]
- itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teasableItems: [CMTeasable]
- teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ bannerItems: [Banner]
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailItems: [Detail]
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ items: [CollectionItem]
+ itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teasableItems: [CMTeasable]
+ teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMExternalChannelImpl implements Banner & CMAbstractCategory & CMChannel & CMExternalChannel & CMLinkable & CMLocalized & CMNavigation & CMObject & CMTeasable & CollectionItem & Content_ & Detail & HasPageGrid {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- categoryRef: CategoryRef
- children: [CMLinkable]
- childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- externalId: String
- footer: [CMLinkable]
- footerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- grid: PageGrid
- header: [CMLinkable]
- headerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- hidden: Boolean
- hiddenInSitemap: Boolean
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- parent: CMNavigation
- pdpPagegrid: PageGrid
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ categoryRef: CategoryRef
+ children: [CMLinkable]
+ childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ externalId: String
+ footer: [CMLinkable]
+ footerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ grid: PageGrid
+ header: [CMLinkable]
+ headerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ hidden: Boolean
+ hiddenInSitemap: Boolean
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ parent: CMNavigation
+ pdpPagegrid: PageGrid
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMExternalLinkImpl implements Banner & CMExternalLink & CMLinkable & CMLocalized & CMObject & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- openInNewTab: Boolean
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- url: String
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ openInNewTab: Boolean
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ url: String
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMExternalPageImpl implements Banner & CMChannel & CMExternalPage & CMLinkable & CMLocalized & CMNavigation & CMObject & CMTeasable & CollectionItem & Content_ & Detail & HasPageGrid {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- children: [CMLinkable]
- childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- externalId: String
- externalUriPath: String
- footer: [CMLinkable]
- footerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- grid: PageGrid
- header: [CMLinkable]
- headerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- hidden: Boolean
- hiddenInSitemap: Boolean
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- parent: CMNavigation
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ children: [CMLinkable]
+ childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ externalId: String
+ externalUriPath: String
+ footer: [CMLinkable]
+ footerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ grid: PageGrid
+ header: [CMLinkable]
+ headerPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ hidden: Boolean
+ hiddenInSitemap: Boolean
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ parent: CMNavigation
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMExternalProductImpl implements Banner & CMExternalProduct & CMLinkable & CMLocalized & CMObject & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- externalId: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- pdpPagegrid: PageGrid
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- productRef: ProductRef
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ externalId: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ pdpPagegrid: PageGrid
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ productRef: ProductRef
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMGalleryImpl implements Banner & CMCollection & CMGallery & CMLinkable & CMLocalized & CMObject & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- bannerItems: [Banner]
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailItems: [Detail]
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- items: [CollectionItem]
- itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaItems: [CMMedia]
- mediaItemsPaged(limit: Int, offset: Int): CMMediaPaginationResult
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teasableItems: [CMTeasable]
- teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ bannerItems: [Banner]
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailItems: [Detail]
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ items: [CollectionItem]
+ itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaItems: [CMMedia]
+ mediaItemsPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teasableItems: [CMTeasable]
+ teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMHTMLImpl implements Banner & CMHTML & CMLinkable & CMLocalized & CMMedia & CMObject & CMTeasable & CollectionItem & Content_ & Detail {
- alt: String
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- caption: RichText
- captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
- captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
- captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- copyright: String
- creationDate: String!
- data: Blob
- description: String
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- fullyQualifiedUrl: String
- html: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ alt: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ caption: RichText
+ captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
+ captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ copyright: String
+ creationDate: String!
+ data: Blob
+ description: String
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ fullyQualifiedUrl: String
+ html: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMImageImpl implements CMImage & CMLocalized & CMObject & Content_ {
- creationDate: String!
- data: Blob
- description: String
- id: ID!
- ignoreUpdates: Int
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- master: [CMLocalized!]!
- modificationDate: String!
- name: String!
- repositoryPath: String!
- type: String!
- uuid: UUID!
+ creationDate: String!
+ data: Blob
+ description: String
+ id: ID!
+ ignoreUpdates: Int
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ master: [CMLocalized!]!
+ modificationDate: String!
+ name: String!
+ repositoryPath: String!
+ type: String!
+ uuid: UUID!
}
type CMImageMapImpl implements Banner & CMImageMap & CMLinkable & CMLocalized & CMObject & CMTeasable & CMTeaser & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- displayPicture: Boolean
- displayShortText: Boolean
- displayTitle: Boolean
- extDisplayedDate: String
- hotZones: [Hotzone]
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- transformedHotZones: [TransformedHotZone]
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ displayPicture: Boolean
+ displayShortText: Boolean
+ displayTitle: Boolean
+ extDisplayedDate: String
+ hotZones: [Hotzone]
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ transformedHotZones: [TransformedHotZone]
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMInteractiveImpl implements Banner & CMInteractive & CMLinkable & CMLocalized & CMMedia & CMObject & CMTeasable & CMVisual & CollectionItem & Content_ & Detail {
- alt: String
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- caption: RichText
- captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
- captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
- captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- copyright: String
- creationDate: String!
- data: Blob
- dataUrl: String
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- fullyQualifiedUrl: String
- height: Int
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
- width: Int
+ alt: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ caption: RichText
+ captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
+ captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ copyright: String
+ creationDate: String!
+ data: Blob
+ dataUrl: String
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ fullyQualifiedUrl: String
+ height: Int
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
+ width: Int
}
type CMLinkableImpl implements CMLinkable & CMLocalized & CMObject & CollectionItem & Content_ {
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- segment: String
- settings(paths: [[String!]!]!): JSON
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- viewtype: String
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ viewtype: String
}
type CMLinkablePaginationResult {
- result: [CMLinkable]
- totalCount: Long
+ result: [CMLinkable]
+ totalCount: Long
}
type CMLocTaxonomyImpl implements Banner & CMLinkable & CMLocTaxonomy & CMLocalized & CMObject & CMTaxonomy & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- children: [CMTaxonomy]
- childrenPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- externalReference: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- latitudeLongitude: String
- link: Link
- linkedSettings: [CMSettings]
- locChildren: [CMLocTaxonomy]
- locChildrenPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- parent: CMTaxonomy
- pathToRoot: [CMTaxonomy]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- postcode: String
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- value: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ children: [CMTaxonomy]
+ childrenPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ externalReference: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ latitudeLongitude: String
+ link: Link
+ linkedSettings: [CMSettings]
+ locChildren: [CMLocTaxonomy]
+ locChildrenPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ parent: CMTaxonomy
+ pathToRoot: [CMTaxonomy]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ postcode: String
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ value: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMLocTaxonomyPaginationResult {
- result: [CMLocTaxonomy]
- totalCount: Long
+ result: [CMLocTaxonomy]
+ totalCount: Long
}
type CMLocalizedImpl implements CMLocalized & CMObject & Content_ {
- creationDate: String!
- id: ID!
- ignoreUpdates: Int
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- master: [CMLocalized!]!
- modificationDate: String!
- name: String!
- repositoryPath: String!
- type: String!
- uuid: UUID!
+ creationDate: String!
+ id: ID!
+ ignoreUpdates: Int
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ master: [CMLocalized!]!
+ modificationDate: String!
+ name: String!
+ repositoryPath: String!
+ type: String!
+ uuid: UUID!
}
type CMMediaImpl implements Banner & CMLinkable & CMLocalized & CMMedia & CMObject & CMTeasable & CollectionItem & Content_ & Detail {
- alt: String
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- caption: RichText
- captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
- captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
- captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- copyright: String
- creationDate: String!
- data: Blob
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- fullyQualifiedUrl: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ alt: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ caption: RichText
+ captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
+ captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ copyright: String
+ creationDate: String!
+ data: Blob
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ fullyQualifiedUrl: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMMediaPaginationResult {
- result: [CMMedia]
- totalCount: Long
+ result: [CMMedia]
+ totalCount: Long
}
type CMNavigationImpl implements Banner & CMLinkable & CMLocalized & CMNavigation & CMObject & CMTeasable & CollectionItem & Content_ & Detail & HasPageGrid {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- children: [CMLinkable]
- childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- grid: PageGrid
- hidden: Boolean
- hiddenInSitemap: Boolean
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- parent: CMNavigation
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ children: [CMLinkable]
+ childrenPaged(limit: Int, offset: Int): CMLinkablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ grid: PageGrid
+ hidden: Boolean
+ hiddenInSitemap: Boolean
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ parent: CMNavigation
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMObjectImpl implements CMObject & Content_ {
- creationDate: String!
- id: ID!
- modificationDate: String!
- name: String!
- repositoryPath: String!
- type: String!
- uuid: UUID!
+ creationDate: String!
+ id: ID!
+ modificationDate: String!
+ name: String!
+ repositoryPath: String!
+ type: String!
+ uuid: UUID!
}
type CMPersonImpl implements Banner & CMLinkable & CMLocalized & CMObject & CMPerson & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- displayName: String
- eMail: String
- extDisplayedDate: String
- firstName: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- jobTitle: String
- keywords: String
- keywordsList: [String!]!
- lastName: String
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- organization: String
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ displayName: String
+ eMail: String
+ extDisplayedDate: String
+ firstName: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ jobTitle: String
+ keywords: String
+ keywordsList: [String!]!
+ lastName: String
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ organization: String
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMPictureImpl implements Banner & CMLinkable & CMLocalized & CMMedia & CMObject & CMPicture & CMTeasable & CMVisual & CollectionItem & Content_ & Detail {
- alt: String
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- base64Images(cropNames: [String!]): [Base64Image]!
- caption: RichText
- captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
- captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
- captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- copyright: String
- creationDate: String!
- crops: [Crop!]!
- data: Blob
- dataUrl: String
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- fullyQualifiedUrl: String
- height: Int
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uriTemplate(imageFormat: ImageFormat): String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
- width: Int
+ alt: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ base64Images(cropNames: [String!]): [Base64Image]!
+ caption: RichText
+ captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
+ captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ copyright: String
+ creationDate: String!
+ crops: [Crop!]!
+ data: Blob
+ dataUrl: String
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ fullyQualifiedUrl: String
+ height: Int
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uriTemplate(imageFormat: ImageFormat): String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
+ width: Int
}
type CMPicturePaginationResult {
- result: [CMPicture]
- totalCount: Long
+ result: [CMPicture]
+ totalCount: Long
}
type CMPlaceholderImpl implements Banner & CMLinkable & CMLocalized & CMObject & CMPlaceholder & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- placeholderId: String!
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ placeholderId: String!
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMProductImpl implements Banner & CMLinkable & CMLocalized & CMObject & CMProduct & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- downloads: [CMDownload]
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- price: Float
- productCode: String
- productName: String
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ downloads: [CMDownload]
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ price: Float
+ productCode: String
+ productName: String
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMProductListImpl implements Banner & CMCollection & CMDynamicList & CMLinkable & CMLocalized & CMObject & CMProductList & CMQueryList & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- bannerItems: [Banner]
- categoryRef: CategoryRef
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailItems: [Detail]
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- externalId: String
- facet: String
- facets: [String]
- filteredItems(customFilterQueries: [FilterQueryArg]): [CollectionItem]
- filteredItemsPaged(customFilterQueries: [FilterQueryArg], limit: Int, offset: Int): CollectionItemPaginationResult
- filteredPagedItems(customFilterQueries: [FilterQueryArg], offset: Int): [CollectionItem]
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- items: [CollectionItem]
- itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
- keywords: String
- keywordsList: [String!]!
- limit: Int
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- orderBy: String
- pagedItems(offset: Int): [CollectionItem]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- productItems: [ProductRef]
- productOffset: Int
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- start: Int
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teasableItems: [CMTeasable]
- teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ bannerItems: [Banner]
+ categoryRef: CategoryRef
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailItems: [Detail]
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ externalId: String
+ facet: String
+ facets: [String]
+ filteredItems(customFilterQueries: [FilterQueryArg]): [CollectionItem]
+ filteredItemsPaged(customFilterQueries: [FilterQueryArg], limit: Int, offset: Int): CollectionItemPaginationResult
+ filteredPagedItems(customFilterQueries: [FilterQueryArg], offset: Int): [CollectionItem]
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ items: [CollectionItem]
+ itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
+ keywords: String
+ keywordsList: [String!]!
+ limit: Int
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ orderBy: String
+ pagedItems(offset: Int): [CollectionItem]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ productItems: [ProductRef]
+ productOffset: Int
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ start: Int
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teasableItems: [CMTeasable]
+ teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMProductTeaserImpl implements Banner & CMLinkable & CMLocalized & CMObject & CMProductTeaser & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- externalId: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- productRef: ProductRef
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ externalId: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ productRef: ProductRef
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMQueryListImpl implements Banner & CMCollection & CMDynamicList & CMLinkable & CMLocalized & CMObject & CMQueryList & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- bannerItems: [Banner]
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailItems: [Detail]
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- filteredItems(customFilterQueries: [FilterQueryArg]): [CollectionItem]
- filteredItemsPaged(customFilterQueries: [FilterQueryArg], limit: Int, offset: Int): CollectionItemPaginationResult
- filteredPagedItems(customFilterQueries: [FilterQueryArg], offset: Int): [CollectionItem]
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- items: [CollectionItem]
- itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- pagedItems(offset: Int): [CollectionItem]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teasableItems: [CMTeasable]
- teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ bannerItems: [Banner]
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailItems: [Detail]
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ filteredItems(customFilterQueries: [FilterQueryArg]): [CollectionItem]
+ filteredItemsPaged(customFilterQueries: [FilterQueryArg], limit: Int, offset: Int): CollectionItemPaginationResult
+ filteredPagedItems(customFilterQueries: [FilterQueryArg], offset: Int): [CollectionItem]
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ items: [CollectionItem]
+ itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ pagedItems(offset: Int): [CollectionItem]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teasableItems: [CMTeasable]
+ teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMResourceBundleImpl implements CMLocalized & CMObject & CMResourceBundle & Content_ {
- creationDate: String!
- id: ID!
- ignoreUpdates: Int
- locale: String
- localizationRoot: CMLocalized!
- localizations: MapOfString
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- master: [CMLocalized!]!
- modificationDate: String!
- name: String!
- repositoryPath: String!
- type: String!
- uuid: UUID!
+ creationDate: String!
+ id: ID!
+ ignoreUpdates: Int
+ locale: String
+ localizationRoot: CMLocalized!
+ localizations: MapOfString
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ master: [CMLocalized!]!
+ modificationDate: String!
+ name: String!
+ repositoryPath: String!
+ type: String!
+ uuid: UUID!
}
type CMSelectionRulesImpl implements Banner & CMCollection & CMDynamicList & CMLinkable & CMLocalized & CMObject & CMSelectionRules & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- bannerItems: [Banner]
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- defaultContent: [CMTeasable!]!
- detailItems: [Detail]
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- items: [CollectionItem]
- itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- rules: [PersonalizationRule!]!
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teasableItems: [CMTeasable]
- teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ bannerItems: [Banner]
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ defaultContent: [CMTeasable!]!
+ detailItems: [Detail]
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ items: [CollectionItem]
+ itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ rules: [PersonalizationRule!]!
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teasableItems: [CMTeasable]
+ teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMSettingsImpl implements CMLocalized & CMObject & CMSettings & Content_ {
- creationDate: String!
- id: ID!
- identifier: String
- ignoreUpdates: Int
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- master: [CMLocalized!]!
- modificationDate: String!
- name: String!
- repositoryPath: String!
- settings(paths: [[String]]): JSON
- type: String!
- uuid: UUID!
+ creationDate: String!
+ id: ID!
+ identifier: String
+ ignoreUpdates: Int
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ master: [CMLocalized!]!
+ modificationDate: String!
+ name: String!
+ repositoryPath: String!
+ settings(paths: [[String]]): JSON
+ type: String!
+ uuid: UUID!
}
type CMSiteImpl implements CMLocalized & CMObject & CMSite & Content_ {
- creationDate: String!
- id: ID!
- ignoreUpdates: Int
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- master: [CMLocalized!]!
- modificationDate: String!
- name: String!
- repositoryPath: String!
- root: CMNavigation
- settings(paths: [[String!]!]!): JSON
- type: String!
- uuid: UUID!
+ creationDate: String!
+ id: ID!
+ ignoreUpdates: Int
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ master: [CMLocalized!]!
+ modificationDate: String!
+ name: String!
+ repositoryPath: String!
+ root: CMNavigation
+ settings(paths: [[String!]!]!): JSON
+ type: String!
+ uuid: UUID!
}
type CMSpinnerImpl implements Banner & CMLinkable & CMLocalized & CMMedia & CMObject & CMSpinner & CMTeasable & CMVisual & CollectionItem & Content_ & Detail {
- alt: String
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- caption: RichText
- captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
- captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
- captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- copyright: String
- creationDate: String!
- data: Blob
- dataUrl: String
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- fullyQualifiedUrl: String
- height: Int
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- sequence: [CMPicture]
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
- width: Int
+ alt: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ caption: RichText
+ captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
+ captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ copyright: String
+ creationDate: String!
+ data: Blob
+ dataUrl: String
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ fullyQualifiedUrl: String
+ height: Int
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ sequence: [CMPicture]
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
+ width: Int
}
type CMSpinnerPaginationResult {
- result: [CMSpinner]
- totalCount: Long
+ result: [CMSpinner]
+ totalCount: Long
}
type CMTaxonomyImpl implements Banner & CMLinkable & CMLocalized & CMObject & CMTaxonomy & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- children: [CMTaxonomy]
- childrenPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- externalReference: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- parent: CMTaxonomy
- pathToRoot: [CMTaxonomy]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- value: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ children: [CMTaxonomy]
+ childrenPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ externalReference: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ parent: CMTaxonomy
+ pathToRoot: [CMTaxonomy]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ value: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMTaxonomyPaginationResult {
- result: [CMTaxonomy]
- totalCount: Long
+ result: [CMTaxonomy]
+ totalCount: Long
}
type CMTeasableImpl implements Banner & CMLinkable & CMLocalized & CMObject & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMTeasablePaginationResult {
- result: [CMTeasable]
- totalCount: Long
+ result: [CMTeasable]
+ totalCount: Long
}
type CMTeaserImpl implements Banner & CMLinkable & CMLocalized & CMObject & CMTeasable & CMTeaser & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
type CMVideoImpl implements Banner & CMLinkable & CMLocalized & CMMedia & CMObject & CMTeasable & CMVideo & CMVisual & CollectionItem & Content_ & Detail {
- alt: String
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- caption: RichText
- captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
- captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
- captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- copyright: String
- creationDate: String!
- data: Blob
- dataUrl: String
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- fullyQualifiedUrl: String
- height: Int
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- timeLine: TimeLine
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
- width: Int
+ alt: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ caption: RichText
+ captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
+ captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ copyright: String
+ creationDate: String!
+ data: Blob
+ dataUrl: String
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ fullyQualifiedUrl: String
+ height: Int
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ timeLine: TimeLine
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
+ width: Int
}
type CMVideoPaginationResult {
- result: [CMVideo]
- totalCount: Long
+ result: [CMVideo]
+ totalCount: Long
}
type CMVisualImpl implements Banner & CMLinkable & CMLocalized & CMMedia & CMObject & CMTeasable & CMVisual & CollectionItem & Content_ & Detail {
- alt: String
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- caption: RichText
- captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
- captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
- captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- copyright: String
- creationDate: String!
- data: Blob
- dataUrl: String
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- fullyQualifiedUrl: String
- height: Int
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
- width: Int
+ alt: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ caption: RichText
+ captionAsTree(view: String): RichTextTree @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ captionLegacy(suppressRootTag: Boolean, view: String): String @deprecated(reason: "Replaced by new RichText type")
+ captionReferencedContent(view: String): [Content_!] @deprecated(reason: "Included in the RichText-Type of the caption field.")
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ copyright: String
+ creationDate: String!
+ data: Blob
+ dataUrl: String
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ fullyQualifiedUrl: String
+ height: Int
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
+ width: Int
}
" Holds minimal metadata of the Campaign"
type Campaign {
- id: ID!
- " The priority of this slot."
- priority: Int!
+ id: ID!
+ " The priority of this slot."
+ priority: Int!
}
type CatalogImpl implements Catalog & CommerceBean {
- defaultCatalog: Boolean
- externalId: String
- externalTechId: String
- id: ID!
- locale: String
- masterCatalog: Boolean
- name: String
- rootCategory: Category
- shortId: String
- siteId: String
+ defaultCatalog: Boolean
+ externalId: String
+ externalTechId: String
+ id: ID!
+ locale: String
+ masterCatalog: Boolean
+ name: String
+ rootCategory: Category
+ shortId: String
+ siteId: String
}
type CategoryAugmentationImpl implements Augmentation & CategoryAugmentation {
- children: [CommerceRef]!
- commerceRef: CommerceRef!
- content: Content_
- downloads: [CMDownload]!
- grid: PageGrid!
- id: ID!
- media: [CMMedia]
- picture: CMPicture
- pictures: [CMPicture]!
- remoteLink(context: String, siteId: String): String!
- visuals: [CMVisual]!
+ children: [CommerceRef]!
+ commerceRef: CommerceRef!
+ content: Content_
+ downloads: [CMDownload]!
+ grid: PageGrid!
+ id: ID!
+ media: [CMMedia]
+ picture: CMPicture
+ pictures: [CMPicture]!
+ remoteLink(context: String, siteId: String): String!
+ visuals: [CMVisual]!
}
type CategoryImpl implements Category & CommerceBean {
- augmentation: CategoryAugmentation!
- breadcrumb: [Category]!
- children: [Category]!
- externalId: String
- externalTechId: String
- id: ID!
- imageUrl: String
- locale: String
- longDescription: String
- name: String
- parent: Category
- products: [Product]!
- shortDescription: String
- shortId: String
- siteId: String
+ augmentation: CategoryAugmentation!
+ breadcrumb: [Category]!
+ children: [Category]!
+ externalId: String
+ externalTechId: String
+ id: ID!
+ imageUrl: String
+ locale: String
+ longDescription: String
+ name: String
+ parent: Category
+ products: [Product]!
+ shortDescription: String
+ shortId: String
+ siteId: String
}
type CategoryRef implements CommerceRef {
- catalogId: String!
- category: Category
- externalId: String!
- id: ID!
- internalLink: String!
- locale: String!
- siteId: String!
- storeId: String!
+ catalogId: String!
+ category: Category
+ externalId: String!
+ id: ID!
+ internalLink: String!
+ locale: String!
+ siteId: String!
+ storeId: String!
}
type CollectionItemPaginationResult {
- result: [CollectionItem]
- totalCount: Long
+ result: [CollectionItem]
+ totalCount: Long
}
type CommerceBeanImpl implements CommerceBean {
- externalId: String
- externalTechId: String
- id: ID!
- locale: String
- shortId: String
- siteId: String
+ externalId: String
+ externalTechId: String
+ id: ID!
+ locale: String
+ shortId: String
+ siteId: String
}
type CommerceFacet {
- hitCount: Int
- key: String!
- label: String!
- multiSelect: Boolean
- values: [CommerceFacetValue]
+ hitCount: Int
+ key: String!
+ label: String!
+ multiSelect: Boolean
+ values: [CommerceFacetValue]
}
type CommerceFacetValue {
- hitCount: Int
- label: String!
- query: String!
- selected: Boolean
+ hitCount: Int
+ label: String!
+ query: String!
+ selected: Boolean
}
type CommerceRoot {
- augmentationForCommerceIdBySite(commerceId: String!, siteId: String!): Augmentation @deprecated(reason: "Will be removed in a future AEP. Retrieve commerce data directly from the commerce system or create a combined custom schema via schema federation or schema stitching instead.")
- categoryAugmentationBySite(catalogId: String, externalId: String!, siteId: String!): CategoryAugmentation @deprecated(reason: "Will be removed in a future AEP. Retrieve commerce data directly from the commerce system or create a combined custom schema via schema federation or schema stitching instead.")
- categoryAugmentationByStore(catalogId: String, externalId: String!, locale: String!, storeId: String!): CategoryAugmentation @deprecated(reason: "Will be removed in a future AEP. Retrieve commerce data directly from the commerce system or create a combined custom schema via schema federation or schema stitching instead.")
- externalPage(externalId: String!, siteId: String!): CMExternalPage
- productAugmentationBySite(catalogId: String, externalId: String!, siteId: String!): ProductAugmentation @deprecated(reason: "Will be removed in a future AEP. Retrieve commerce data directly from the commerce system or create a combined custom schema via schema federation or schema stitching instead.")
- productAugmentationByStore(catalogId: String, externalId: String!, locale: String!, storeId: String!): ProductAugmentation @deprecated(reason: "Will be removed in a future AEP. Retrieve commerce data directly from the commerce system or create a combined custom schema via schema federation or schema stitching instead.")
+ augmentationForCommerceIdBySite(commerceId: String!, siteId: String!): Augmentation @deprecated(reason: "Will be removed in a future AEP. Retrieve commerce data directly from the commerce system or create a combined custom schema via schema federation or schema stitching instead.")
+ categoryAugmentationBySite(catalogId: String, externalId: String!, siteId: String!): CategoryAugmentation @deprecated(reason: "Will be removed in a future AEP. Retrieve commerce data directly from the commerce system or create a combined custom schema via schema federation or schema stitching instead.")
+ categoryAugmentationByStore(catalogId: String, externalId: String!, locale: String!, storeId: String!): CategoryAugmentation @deprecated(reason: "Will be removed in a future AEP. Retrieve commerce data directly from the commerce system or create a combined custom schema via schema federation or schema stitching instead.")
+ externalPage(externalId: String!, siteId: String!): CMExternalPage
+ productAugmentationBySite(catalogId: String, externalId: String!, siteId: String!): ProductAugmentation @deprecated(reason: "Will be removed in a future AEP. Retrieve commerce data directly from the commerce system or create a combined custom schema via schema federation or schema stitching instead.")
+ productAugmentationByStore(catalogId: String, externalId: String!, locale: String!, storeId: String!): ProductAugmentation @deprecated(reason: "Will be removed in a future AEP. Retrieve commerce data directly from the commerce system or create a combined custom schema via schema federation or schema stitching instead.")
}
type ContentPaginationResult {
- result: [Content_]
- totalCount: Long
+ result: [Content_]
+ totalCount: Long
}
type ContentRef {
- content: Content_
- " The UUID of the CoreMedia Content (e.g. \"82be5043-e2d8-4db4-a6cb-3b58c2213825\")."
- id: ID!
+ content: Content_
+ " The UUID of the CoreMedia Content (e.g. \"82be5043-e2d8-4db4-a6cb-3b58c2213825\")."
+ id: ID!
}
"The type `ContentRoot` combines access to all content, non commerce related queries."
type ContentRoot {
- "Dedicated `article` query, returning a content object of type `CMArticle`, matching the given id."
- article(
- "The content id as `integer` or formatted as *coremedia:///cap/content/* or its UUID."
- id: String!
- ): CMArticle
- categoryAugmentationBySegment(breadcrumb: [String]!, catalogAlias: String, externalId: String, rootSegment: String!): CategoryAugmentation
- categoryAugmentationBySite(breadcrumb: [String]!, catalogAlias: String, externalId: String, siteId: String!): CategoryAugmentation
- "The `content` query returns any known content object from the content repository by its content `id`."
- content(
- "The content id as `integer` or formatted as *coremedia:///cap/content/* or its UUID."
- id: String!,
- "The expected content type, e.g. `CMArticle`."
- type: String
- ): Content_
- "A search with facets. Returns all available facets, if no `FacetFilter` are given."
- facetedSearch(
- """
-
- List of 'FilterQueryArg' objects: [{key1 : ["value1", "value2", ...]}, {key2: ["value1", "value2", ...]}, ...].
- FilterQueryArg keys must be provided in the bean 'filterQueryDefinitionMap'.
- """
- customFilterQueries: [FilterQueryArg],
- """
-
- List of `FacetFilter` input objects: [{facetAlias: "type", filterValues: ["CMArticle"]}, {facetAlias: "subject", filterValues: ["1234", "5678"]}, ...].
- If no `FacetFilter` is given, all configured facets are returned.
- """
- facetFilters: [FacetFilter!],
- "Limits the size of facet values per facet. Defaults to studio config if set or 5 if not."
- facetLimit: Int,
- "Limits the size of the search result."
- limit: Int,
- "Offset within the search result."
- offset: Int,
- """
-
- The search expression. Supports the operators '+' (mandatory) and '-' (prohibited) to mark terms respectively.
- Quotes may be used to combine several words into a phrase, which would otherwise be treated as single terms.
- Any odd (unbalanced) number of quotes are treated as non existent!
- The wildcard '*' is supported to find partial terms.
- """
- query: String!,
- "The `siteId`. As the facets are configured per site, `siteId` is mandatory."
- siteId: String!,
- """
-
- An array of sort fields, concatenated with their sort order by '_', in upper case, e.g. `ID_ASC`.
- The possible values are defined in the enum `SortFieldWithOrder`.
- Possible sort orders are: `ASC`, `DESC`
- """
- sortFields: [SortFieldWithOrder!]
- ): FacetedSearchResult
- "Get the localized taxonomy by id"
- localizedTaxonomy(
- "The content id as `integer` or formatted as *coremedia:///cap/content/* or its UUID."
- id: String!,
- locale: String
- ): LocalizedTaxonomy
- "Dedicated `page` query, returning a content object of type `CMChannel`, matching the given id."
- page(
- "The content id as `integer` or formatted as *coremedia:///cap/content/* or its UUID."
- id: String!
- ): CMChannel
- "The `pageByPath` query with return type `CMChannel` provides access to any page content by its navigation path."
- pageByPath(
- "The navigation path to the requested page. A navigation path is a concatenation of segments, separated by '/'."
- path: String!
- ): CMChannel
- "Dedicated `picture` query, returning a content object of type `CMPicture`, matching the given id."
- picture(
- "The content id as `integer` or formatted as *coremedia:///cap/content/* or its UUID."
- id: String!
- ): CMPicture
- productAugmentationBySegment(breadcrumb: [String]!, catalogAlias: String, externalId: String!, rootSegment: String!): ProductAugmentation
- productAugmentationBySite(breadcrumb: [String]!, catalogAlias: String, externalId: String!, siteId: String!): ProductAugmentation
- productList(id: String!): CMProductList
- "Dedicated `queryList` query, returning a content object of type `CMQueryList`, matching the given id."
- queryList(
- "The content id as `integer` or formatted as *coremedia:///cap/content/* or its UUID."
- id: String!
- ): CMQueryList
- "The `search` query provides access to a solr based full text search."
- search(
- "List of `FilterQueryArg` input objects: [{key1 : [\"value1\", \"value2\", ...]}, {key2: [\"value1\", \"value2\", ...]}, ...]."
- customFilterQueries: [FilterQueryArg],
- """
-
- Content types to restrict the search result to. Misspelled content types are ignored.
- When passing an abstract content type along with the parameter `includeSubTypes` = `true`, the subtypes are also retrieved.
- The search result does not contain abstract document types.
- """
- docTypes: [String],
- "Flag to include the sub types of the given doc types in the search. Defaults to `false`."
- includeSubTypes: Boolean,
- "Limits the size of the search result."
- limit: Int,
- "Offset within the search result."
- offset: Int,
- """
-
- The search expression. Supports the operators '+' (mandatory) and '-' (prohibited) to mark terms respectively.
- Quotes may be used to combine several words into a phrase, which would otherwise be treated as single terms.
- Any odd (unbalanced) number of quotes are treated as non existent!
- The wildcard '*' is supported to find partial terms.
- """
- query: String!,
- "The `siteId` can be passed as parameter to restrict search per site."
- siteId: String,
- """
-
- An array of sort fields, concatenated with their sort order by '_', in upper case, e.g. `ID_ASC`.
-
- The possible values are defined in the enum `SortFieldWithOrder`.
-
- Possible sort orders are: `ASC`, `DESC`
- """
- sortFields: [SortFieldWithOrder]
- ): SearchResult
- "Dedicated `site` query, returning a content object of type `Site`, matching the given site id."
- site(
- "The root segment of the requested site (of type `String`)."
- rootSegment: String,
- "The site id of the requested site (of type `String`)."
- siteId: String
- ): Site
- "The `sites` query delivers an array of type `Site` of all known sites in the content repository w/o any parameter necessary."
- sites: [Site]!
- "The `suggest` query provides access to a solr based suggestions."
- suggest(
- "List of `FilterQueryArg` input objects: [{key1 : [\"value1\", \"value2\", ...]}, {key2: [\"value1\", \"value2\", ...]}, ...]."
- customFilterQueries: [FilterQueryArg],
- "Content types to restrict the search result to. Misspelled content types are ignored."
- docTypes: [String!],
- "Flag to include the sub types of the given doc types in the search. Defaults to `false`."
- includeSubTypes: Boolean,
- "The query expression."
- query: String!,
- "The `siteId` can be passed as parameter to restrict search per site."
- siteId: String
- ): [Suggestion!]
- "Returns the list of supported taxonomy locales, configured in the global settings document `TaxonomySettings`."
- supportedTaxonomyLocales: JSON
- "Get taxonomy by id, type match for subtypes"
- taxonomy(
- "The content id as `integer` or formatted as *coremedia:///cap/content/* or its UUID."
- id: String!
- ): CMTaxonomy
- "Get taxonomy by path segments"
- taxonomyByPath(
- "Path segments from root to taxonomy, including the taxonomy value, separated by '/'. Alternatively only the taxonomy value can be provided."
- pathSegments: String,
- "The site id for taxonomy lookup in the site root folder. If no site id is given, taxonomies retrieved from the global path (/Settings/Taxonomies)."
- siteId: String,
- "Type of taxonomy: CMTaxonomy (default) or CMLocTaxonomy. Will be matched exactly."
- type: String
- ): CMTaxonomy
+ "Dedicated `article` query, returning a content object of type `CMArticle`, matching the given id."
+ article(
+ "The content id as `integer` or formatted as *coremedia:///cap/content/* or its UUID."
+ id: String!
+ ): CMArticle
+ categoryAugmentationBySegment(breadcrumb: [String]!, catalogAlias: String, externalId: String, rootSegment: String!): CategoryAugmentation
+ categoryAugmentationBySite(breadcrumb: [String]!, catalogAlias: String, externalId: String, siteId: String!): CategoryAugmentation
+ "The `content` query returns any known content object from the content repository by its content `id`."
+ content(
+ "The content id as `integer` or formatted as *coremedia:///cap/content/* or its UUID."
+ id: String!,
+ "The expected content type, e.g. `CMArticle`."
+ type: String
+ ): Content_
+ "A search with facets. Returns all available facets, if no `FacetFilter` are given."
+ facetedSearch(
+ """
+
+ List of 'FilterQueryArg' objects: [{key1 : ["value1", "value2", ...]}, {key2: ["value1", "value2", ...]}, ...].
+ FilterQueryArg keys must be provided in the bean 'filterQueryDefinitionMap'.
+ """
+ customFilterQueries: [FilterQueryArg],
+ """
+
+ List of `FacetFilter` input objects: [{facetAlias: "type", filterValues: ["CMArticle"]}, {facetAlias: "subject", filterValues: ["1234", "5678"]}, ...].
+ If no `FacetFilter` is given, all configured facets are returned.
+ """
+ facetFilters: [FacetFilter!],
+ "Limits the size of facet values per facet. Defaults to studio config if set or 5 if not."
+ facetLimit: Int,
+ "Limits the size of the search result."
+ limit: Int,
+ "Offset within the search result."
+ offset: Int,
+ """
+
+ The search expression. Supports the operators '+' (mandatory) and '-' (prohibited) to mark terms respectively.
+ Quotes may be used to combine several words into a phrase, which would otherwise be treated as single terms.
+ Any odd (unbalanced) number of quotes are treated as non existent!
+ The wildcard '*' is supported to find partial terms.
+ """
+ query: String!,
+ "The `siteId`. As the facets are configured per site, `siteId` is mandatory."
+ siteId: String!,
+ """
+
+ An array of sort fields, concatenated with their sort order by '_', in upper case, e.g. `ID_ASC`.
+ The possible values are defined in the enum `SortFieldWithOrder`.
+ Possible sort orders are: `ASC`, `DESC`
+ """
+ sortFields: [SortFieldWithOrder!]
+ ): FacetedSearchResult
+ "Get the localized taxonomy by id"
+ localizedTaxonomy(
+ "The content id as `integer` or formatted as *coremedia:///cap/content/* or its UUID."
+ id: String!,
+ locale: String
+ ): LocalizedTaxonomy
+ "Dedicated `page` query, returning a content object of type `CMChannel`, matching the given id."
+ page(
+ "The content id as `integer` or formatted as *coremedia:///cap/content/* or its UUID."
+ id: String!
+ ): CMChannel
+ "The `pageByPath` query with return type `CMChannel` provides access to any page content by its navigation path."
+ pageByPath(
+ "The navigation path to the requested page. A navigation path is a concatenation of segments, separated by '/'."
+ path: String!
+ ): CMChannel
+ "Dedicated `picture` query, returning a content object of type `CMPicture`, matching the given id."
+ picture(
+ "The content id as `integer` or formatted as *coremedia:///cap/content/* or its UUID."
+ id: String!
+ ): CMPicture
+ productAugmentationBySegment(breadcrumb: [String]!, catalogAlias: String, externalId: String!, rootSegment: String!): ProductAugmentation
+ productAugmentationBySite(breadcrumb: [String]!, catalogAlias: String, externalId: String!, siteId: String!): ProductAugmentation
+ productList(id: String!): CMProductList
+ "Dedicated `queryList` query, returning a content object of type `CMQueryList`, matching the given id."
+ queryList(
+ "The content id as `integer` or formatted as *coremedia:///cap/content/* or its UUID."
+ id: String!
+ ): CMQueryList
+ "The `search` query provides access to a solr based full text search."
+ search(
+ "List of `FilterQueryArg` input objects: [{key1 : [\"value1\", \"value2\", ...]}, {key2: [\"value1\", \"value2\", ...]}, ...]."
+ customFilterQueries: [FilterQueryArg],
+ """
+
+ Content types to restrict the search result to. Misspelled content types are ignored.
+ When passing an abstract content type along with the parameter `includeSubTypes` = `true`, the subtypes are also retrieved.
+ The search result does not contain abstract document types.
+ """
+ docTypes: [String],
+ "Flag to include the sub types of the given doc types in the search. Defaults to `false`."
+ includeSubTypes: Boolean,
+ "Limits the size of the search result."
+ limit: Int,
+ "Offset within the search result."
+ offset: Int,
+ """
+
+ The search expression. Supports the operators '+' (mandatory) and '-' (prohibited) to mark terms respectively.
+ Quotes may be used to combine several words into a phrase, which would otherwise be treated as single terms.
+ Any odd (unbalanced) number of quotes are treated as non existent!
+ The wildcard '*' is supported to find partial terms.
+ """
+ query: String!,
+ "The `siteId` can be passed as parameter to restrict search per site."
+ siteId: String,
+ """
+
+ An array of sort fields, concatenated with their sort order by '_', in upper case, e.g. `ID_ASC`.
+
+ The possible values are defined in the enum `SortFieldWithOrder`.
+
+ Possible sort orders are: `ASC`, `DESC`
+ """
+ sortFields: [SortFieldWithOrder]
+ ): SearchResult
+ "Dedicated `site` query, returning a content object of type `Site`, matching the given site id."
+ site(
+ "The root segment of the requested site (of type `String`)."
+ rootSegment: String,
+ "The site id of the requested site (of type `String`)."
+ siteId: String
+ ): Site
+ "The `sites` query delivers an array of type `Site` of all known sites in the content repository w/o any parameter necessary."
+ sites: [Site]!
+ "The `suggest` query provides access to a solr based suggestions."
+ suggest(
+ "List of `FilterQueryArg` input objects: [{key1 : [\"value1\", \"value2\", ...]}, {key2: [\"value1\", \"value2\", ...]}, ...]."
+ customFilterQueries: [FilterQueryArg],
+ "Content types to restrict the search result to. Misspelled content types are ignored."
+ docTypes: [String!],
+ "Flag to include the sub types of the given doc types in the search. Defaults to `false`."
+ includeSubTypes: Boolean,
+ "The query expression."
+ query: String!,
+ "The `siteId` can be passed as parameter to restrict search per site."
+ siteId: String
+ ): [Suggestion!]
+ "Returns the list of supported taxonomy locales, configured in the global settings document `TaxonomySettings`."
+ supportedTaxonomyLocales: JSON
+ "Get taxonomy by id, type match for subtypes"
+ taxonomy(
+ "The content id as `integer` or formatted as *coremedia:///cap/content/* or its UUID."
+ id: String!
+ ): CMTaxonomy
+ "Get taxonomy by path segments"
+ taxonomyByPath(
+ "Path segments from root to taxonomy, including the taxonomy value, separated by '/'. Alternatively only the taxonomy value can be provided."
+ pathSegments: String,
+ "The site id for taxonomy lookup in the site root folder. If no site id is given, taxonomies retrieved from the global path (/Settings/Taxonomies)."
+ siteId: String,
+ "Type of taxonomy: CMTaxonomy (default) or CMLocTaxonomy. Will be matched exactly."
+ type: String
+ ): CMTaxonomy
}
type Content_Impl implements Content_ {
- creationDate: String!
- id: ID!
- modificationDate: String!
- name: String!
- repositoryPath: String!
- type: String!
- uuid: UUID!
+ creationDate: String!
+ id: ID!
+ modificationDate: String!
+ name: String!
+ repositoryPath: String!
+ type: String!
+ uuid: UUID!
}
type Crop {
- aspectRatio: Dimension!
- minHeight: Int!
- minWidth: Int!
- name: String!
- sizes: [Dimension]!
+ aspectRatio: Dimension!
+ minHeight: Int!
+ minWidth: Int!
+ name: String!
+ sizes: [Dimension]!
}
type Dimension {
- height: Float!
- width: Float!
+ height: Float!
+ width: Float!
}
type ExtendedTeaserTarget {
- callToActionEnabled: Boolean
- callToActionHash: String
- callToActionText: String
- target: CMLinkable
+ callToActionEnabled: Boolean
+ callToActionHash: String
+ callToActionText: String
+ target: CMLinkable
}
" Pagination result types"
type ExtendedTeaserTargetPaginationResult {
- result: [ExtendedTeaserTarget]
- totalCount: Long
+ result: [ExtendedTeaserTarget]
+ totalCount: Long
}
type Facet {
- alias: String!
- field: String!
- values: [FacetValue]
+ alias: String!
+ field: String!
+ values: [FacetValue]
}
type FacetValue {
- hitCount: Long
- query: String!
- value: String!
+ hitCount: Long
+ query: String!
+ value: String!
}
"Result type of the `facetedSearch` query, containing the facets, metadata of the search result set and the result set itself."
type FacetedSearchResult {
- facets: [Facet!]!
- numFound: Int!
- result: [Content_]
+ facets: [Facet!]!
+ numFound: Int!
+ result: [Content_]
}
type Hotzone {
- alt: String
- coords: String!
- displayAsInlineOverlay: Boolean
- inlineOverlayTheme: String
- linkedContent: CMLinkable
- shape: String!
- target: String
+ alt: String
+ coords: String!
+ displayAsInlineOverlay: Boolean
+ inlineOverlayTheme: String
+ linkedContent: CMLinkable
+ shape: String!
+ target: String
}
type ImageMapCrop {
- coords: [Point]!
- name: String!
+ coords: [Point]!
+ name: String!
}
type Link {
- id: ID!
- type: String
+ id: ID!
+ type: String
}
type LinkedContentEntry {
- key: String
- value: [CMObject]
+ key: String
+ value: [CMObject]
}
type LinkedContentEntryPaginationResult {
- result: [LinkedContentEntry]
- totalCount: Long
+ result: [LinkedContentEntry]
+ totalCount: Long
}
type LocalizedTaxonomy {
- id: ID!
- value: String
+ id: ID!
+ value: String
}
type MetadataField {
- metadata: JSON
- name: String
+ metadata: JSON
+ name: String
}
type MetadataImpl implements Metadata {
- catalogId: String
- externalId: String
- externalTechId: String
- id: ID!
- locale: String
- metaDescription: String
- metaKeywords: [String]
- pageTitle: String
- seoPath: String
- storeId: String
- type: String
+ catalogId: String
+ externalId: String
+ externalTechId: String
+ id: ID!
+ locale: String
+ metaDescription: String
+ metaKeywords: [String]
+ pageTitle: String
+ seoPath: String
+ storeId: String
+ type: String
}
type MetadataRoot {
- types: [MetadataType]
+ types: [MetadataType]
}
type MetadataType {
- fields: [MetadataField]
- name: String
+ fields: [MetadataField]
+ name: String
}
" Page Grid"
type PageGrid {
- cssClassName: String
- id: ID!
- name: String
- " retrieves the page grid placements as a flat list, optionally filtered by name"
- placements(excludeNames: [String], names: [String]): [PageGridPlacement]
- rows: [PageGridRow!]
+ cssClassName: String
+ id: ID!
+ name: String
+ " retrieves the page grid placements as a flat list, optionally filtered by name"
+ placements(excludeNames: [String], names: [String]): [PageGridPlacement]
+ rows: [PageGridRow!]
}
type PageGridPlacementImpl implements PageGridPlacement {
- colspan: Int!
- column: Int!
- id: ID
- items: [CMLinkable!]!
- name: String!
- viewtype: String
- width: Int!
+ colspan: Int!
+ column: Int!
+ id: ID
+ items: [CMLinkable!]!
+ name: String!
+ viewtype: String
+ width: Int!
}
type PageGridRow {
- id: ID!
- placements: [PageGridPlacement!]
- rowId: Int!
+ id: ID!
+ placements: [PageGridPlacement!]
+ rowId: Int!
}
type PersonalizationRule {
- referencedContent: [CMLocalized!]!
- rule: String
- target: CMTeasable
+ referencedContent: [CMLocalized!]!
+ rule: String
+ target: CMTeasable
}
type Point {
- x: Float
- y: Float
+ x: Float
+ y: Float
}
type ProductAttribute {
- defining: Boolean!
- description: String
- displayName: String
- externalId: String
- id: String
- type: String
- unit: String
- value: String
- values: [String]!
+ defining: Boolean!
+ description: String
+ displayName: String
+ externalId: String
+ id: String
+ type: String
+ unit: String
+ value: String
+ values: [String]!
}
type ProductAugmentationImpl implements Augmentation & ProductAugmentation {
- commerceRef: CommerceRef!
- content: Content_
- downloads: [CMDownload]!
- grid: PageGrid!
- id: ID!
- media: [CMMedia]
- pdpPagegrid: PageGrid!
- picture: CMPicture
- pictures: [CMPicture]!
- remoteLink(context: String, siteId: String): String!
- visuals: [CMVisual]!
+ commerceRef: CommerceRef!
+ content: Content_
+ downloads: [CMDownload]!
+ grid: PageGrid!
+ id: ID!
+ media: [CMMedia]
+ pdpPagegrid: PageGrid!
+ picture: CMPicture
+ pictures: [CMPicture]!
+ remoteLink(context: String, siteId: String): String!
+ visuals: [CMVisual]!
}
type ProductImpl implements CommerceBean & Product {
- augmentation: ProductAugmentation!
- category: Category
- currency: String
- defaultImageAlt: String
- defaultImageUrl: String
- definingAttributes: [ProductAttribute]!
- describingAttributes: [ProductAttribute]!
- externalId: String
- externalTechId: String
- id: ID!
- imageUrl: String
- listPrice: BigDecimal
- locale: String
- longDescription: String
- metaDescription: String
- metaKeywords: String
- name: String
- offerPrice: BigDecimal
- remoteLink(context: String, siteId: String): String!
- seoSegment: String
- shortDescription: String
- shortId: String
- siteId: String
- storefrontUrl: String
- thumbnailUrl: String
- title: String
- variant: Boolean!
- variants: [ProductVariant]!
+ augmentation: ProductAugmentation!
+ category: Category
+ currency: String
+ defaultImageAlt: String
+ defaultImageUrl: String
+ definingAttributes: [ProductAttribute]!
+ describingAttributes: [ProductAttribute]!
+ externalId: String
+ externalTechId: String
+ id: ID!
+ imageUrl: String
+ listPrice: BigDecimal
+ locale: String
+ longDescription: String
+ metaDescription: String
+ metaKeywords: String
+ name: String
+ offerPrice: BigDecimal
+ remoteLink(context: String, siteId: String): String!
+ seoSegment: String
+ shortDescription: String
+ shortId: String
+ siteId: String
+ storefrontUrl: String
+ thumbnailUrl: String
+ title: String
+ variant: Boolean!
+ variants: [ProductVariant]!
}
type ProductRef implements CollectionItem & CommerceRef {
- catalogId: String!
- externalId: String!
- id: ID!
- internalLink: String!
- locale: String!
- product: Product
- remoteLink(context: String, siteId: String): String!
- siteId: String!
- storeId: String!
+ catalogId: String!
+ externalId: String!
+ id: ID!
+ internalLink: String!
+ locale: String!
+ product: Product
+ remoteLink(context: String, siteId: String): String!
+ siteId: String!
+ storeId: String!
}
type ProductSearchResult {
- items: [Product]
- resultFacets: [CommerceFacet]
- totalCount: Int!
+ items: [Product]
+ resultFacets: [CommerceFacet]
+ totalCount: Int!
}
type ProductVariantImpl implements CommerceBean & Product & ProductVariant {
- augmentation: ProductAugmentation!
- category: Category
- currency: String
- defaultImageAlt: String
- defaultImageUrl: String
- definingAttributes: [ProductAttribute]!
- describingAttributes: [ProductAttribute]!
- externalId: String
- externalTechId: String
- id: ID!
- imageUrl: String
- listPrice: BigDecimal
- locale: String
- longDescription: String
- metaDescription: String
- metaKeywords: String
- name: String
- offerPrice: BigDecimal
- parent: Product
- remoteLink(context: String, siteId: String): String!
- seoSegment: String
- shortDescription: String
- shortId: String
- siteId: String
- storefrontUrl: String
- thumbnailUrl: String
- title: String
- variant: Boolean!
- variants: [ProductVariant]!
+ augmentation: ProductAugmentation!
+ category: Category
+ currency: String
+ defaultImageAlt: String
+ defaultImageUrl: String
+ definingAttributes: [ProductAttribute]!
+ describingAttributes: [ProductAttribute]!
+ externalId: String
+ externalTechId: String
+ id: ID!
+ imageUrl: String
+ listPrice: BigDecimal
+ locale: String
+ longDescription: String
+ metaDescription: String
+ metaKeywords: String
+ name: String
+ offerPrice: BigDecimal
+ parent: Product
+ remoteLink(context: String, siteId: String): String!
+ seoSegment: String
+ shortDescription: String
+ shortId: String
+ siteId: String
+ storefrontUrl: String
+ thumbnailUrl: String
+ title: String
+ variant: Boolean!
+ variants: [ProductVariant]!
}
type Query {
- " Expose the service description in case you want to use Apollo Federation. See https://www.apollographql.com/docs/federation/federation-spec"
- _service: _Service!
- """
-
- # Find slot definitions managed via campaigns. Only published campaigns are taken into account.
- # Parameters:
- # - site: the site id
- # - channelType: Key used for the template type (e.g. values: "category-page", "content-page", ...). See also query "channelTypes".
- # - refinements: Sorted list of refinements (e.g. for a refinement for a category-page: "women-dressed", for a content-page: "82be5043-e2d8-4db4-a6cb-3b58c2213825" (the UUID of a CoreMedia Content)). The refinements are logically linked with or. The most important refinement should be defined first in the array, in case of multiple search hits.
- """
- campaignContent(channelType: String!, refinements: [String!], site: String!): SlotResult!
- catalog(catalogId: String, siteId: String): Catalog @deprecated(reason: "Marked for removal")
- catalogByAlias(catalogAlias: String, siteId: String): Catalog @deprecated(reason: "Marked for removal")
- catalogs(siteId: String): [Catalog] @deprecated(reason: "Marked for removal")
- " Returns a category or null if the category does not exist. The externalId can either be formatted (e.g commerce://category/categoryId) or plain (e.g. categoryId)"
- category(catalogId: String, categoryId: String!, siteId: String): Category
- categoryBySeoSegment(seoSegment: String!, siteId: String!): Category
- categoryByStore(catalogId: String, categoryId: String!, locale: String!, storeId: String!): Category @deprecated(reason: "Marked for removal")
- " List of channel types for a given site."
- channelTypes(site: String): [String!]
- commerce: CommerceRoot
- commerceBean(commerceId: String!, siteId: String!): CommerceBean
- " Returns a commerce bean or null. This is a good call to make when previewing commerce items."
- commerceBeanByType(externalId: String!, siteId: String!, type: CommerceBeanType!): CommerceBean
- "The content root."
- content: ContentRoot
- metadata: MetadataRoot
- """
-
- # Preview campaign content for a given campaign id. The campaign doesn't necessarily need to be in state running.
- # Parameters:
- # - campaignId: the campaign id
- # - channelType: Key used for the template type (e.g. values: "category-page", "content-page", ...). See also query "channelTypes".
- # - refinements: Sorted list of refinements (e.g. for a refinement for a category-page: "women-dressed", for a content-page: "82be5043-e2d8-4db4-a6cb-3b58c2213825" (the UUID of a CoreMedia Content)). The refinements are logically linked with or. The most important refinement should be defined first in the array, in case of multiple search hits.
- """
- previewCampaign(campaignId: ID!, channelType: String!, refinements: [String!]): SlotResult!
- """
-
- # Same as campaignContent query, besides published also drafted or paused campaigns are taken into account.
- # Parameters:
- # - site: the site id
- # - channelType: Key used for the template type (e.g. values: "category-page", "content-page", ...). See also query "channelTypes".
- # - refinements: Sorted list of refinements (e.g. for a refinement for a category-page: "women-dressed", for a content-page: "82be5043-e2d8-4db4-a6cb-3b58c2213825" (the UUID of a CoreMedia Content)). The refinements are logically linked with or. The most important refinement should be defined first in the array, in case of multiple search hits.
- # - previewDate: Sets a simulated date of view for the preview to see how the campaings will look like in tbe future. The format of the string needs to be a valid ISO 8601 DateTime string. In other words, valid datetime strings of the form YYYY-MM-DDThh:mm:ss.SSSZ are accepted. The time zone offset is compulsory. The time zone offset must either be Z (representing the UTC time zone) or be in the format ±hh:mm:ss.
- # - status: List of campaign status to be considered for preview. Allowed values: "DRAFT", "ACTIVE"
- """
- previewCampaignContent(channelType: String!, previewDate: String, refinements: [String!], site: String!, status: [CampaignStatus!]): SlotResult!
- " Returns a product or null if the product does not exist. The externalId can either be formatted (e.g commerce://product/productId) or plain (e.g. productId)"
- product(catalogId: String, externalId: String!, siteId: String): Product
- productBySeoSegment(seoSegment: String!, siteId: String!): Product
- productVariant(catalogId: String, externalId: String!, siteId: String): ProductVariant @deprecated(reason: "Marked for removal")
- " Search for products fulfilling the search parameters. The categoryId can either be formatted (e.g commerce://category/categoryId) or plain (e.g. categoryId)"
- searchProducts(categoryId: String, filterFacets: [String], limit: Int, offset: Int, orderBy: String, searchTerm: String!, siteId: String): ProductSearchResult
- " Search for products fulfilling the search parameters."
- searchProductsFilterByCategorySeoSegment(categorySeoSegment: String, filterFacets: [String], limit: Int, offset: Int, orderBy: String, searchTerm: String!, siteId: String): ProductSearchResult
+ " Expose the service description in case you want to use Apollo Federation. See https://www.apollographql.com/docs/federation/federation-spec"
+ _service: _Service!
+ """
+
+ # Find slot definitions managed via campaigns. Only published campaigns are taken into account.
+ # Parameters:
+ # - site: the site id
+ # - channelType: Key used for the template type (e.g. values: "category-page", "content-page", ...). See also query "channelTypes".
+ # - refinements: Sorted list of refinements (e.g. for a refinement for a category-page: "women-dressed", for a content-page: "82be5043-e2d8-4db4-a6cb-3b58c2213825" (the UUID of a CoreMedia Content)). The refinements are logically linked with or. The most important refinement should be defined first in the array, in case of multiple search hits.
+ """
+ campaignContent(channelType: String!, refinements: [String!], site: String!): SlotResult!
+ catalog(catalogId: String, siteId: String): Catalog @deprecated(reason: "Marked for removal")
+ catalogByAlias(catalogAlias: String, siteId: String): Catalog @deprecated(reason: "Marked for removal")
+ catalogs(siteId: String): [Catalog] @deprecated(reason: "Marked for removal")
+ " Returns a category or null if the category does not exist. The externalId can either be formatted (e.g commerce://category/categoryId) or plain (e.g. categoryId)"
+ category(catalogId: String, categoryId: String!, siteId: String): Category
+ categoryBySeoSegment(seoSegment: String!, siteId: String!): Category
+ categoryByStore(catalogId: String, categoryId: String!, locale: String!, storeId: String!): Category @deprecated(reason: "Marked for removal")
+ " List of channel types for a given site."
+ channelTypes(site: String): [String!]
+ commerce: CommerceRoot
+ commerceBean(commerceId: String!, siteId: String!): CommerceBean
+ " Returns a commerce bean or null. This is a good call to make when previewing commerce items."
+ commerceBeanByType(externalId: String!, siteId: String!, type: CommerceBeanType!): CommerceBean
+ "The content root."
+ content: ContentRoot
+ metadata: MetadataRoot
+ """
+
+ # Preview campaign content for a given campaign id. The campaign doesn't necessarily need to be in state running.
+ # Parameters:
+ # - campaignId: the campaign id
+ # - channelType: Key used for the template type (e.g. values: "category-page", "content-page", ...). See also query "channelTypes".
+ # - refinements: Sorted list of refinements (e.g. for a refinement for a category-page: "women-dressed", for a content-page: "82be5043-e2d8-4db4-a6cb-3b58c2213825" (the UUID of a CoreMedia Content)). The refinements are logically linked with or. The most important refinement should be defined first in the array, in case of multiple search hits.
+ """
+ previewCampaign(campaignId: ID!, channelType: String!, refinements: [String!]): SlotResult!
+ """
+
+ # Same as campaignContent query, besides published also drafted or paused campaigns are taken into account.
+ # Parameters:
+ # - site: the site id
+ # - channelType: Key used for the template type (e.g. values: "category-page", "content-page", ...). See also query "channelTypes".
+ # - refinements: Sorted list of refinements (e.g. for a refinement for a category-page: "women-dressed", for a content-page: "82be5043-e2d8-4db4-a6cb-3b58c2213825" (the UUID of a CoreMedia Content)). The refinements are logically linked with or. The most important refinement should be defined first in the array, in case of multiple search hits.
+ # - previewDate: Sets a simulated date of view for the preview to see how the campaings will look like in tbe future. The format of the string needs to be a valid ISO 8601 DateTime string. In other words, valid datetime strings of the form YYYY-MM-DDThh:mm:ss.SSSZ are accepted. The time zone offset is compulsory. The time zone offset must either be Z (representing the UTC time zone) or be in the format ±hh:mm:ss.
+ # - status: List of campaign status to be considered for preview. Allowed values: "DRAFT", "ACTIVE"
+ """
+ previewCampaignContent(channelType: String!, previewDate: String, refinements: [String!], site: String!, status: [CampaignStatus!]): SlotResult!
+ " Returns a product or null if the product does not exist. The externalId can either be formatted (e.g commerce://product/productId) or plain (e.g. productId)"
+ product(catalogId: String, externalId: String!, siteId: String): Product
+ productBySeoSegment(seoSegment: String!, siteId: String!): Product
+ productVariant(catalogId: String, externalId: String!, siteId: String): ProductVariant @deprecated(reason: "Marked for removal")
+ " Search for products fulfilling the search parameters. The categoryId can either be formatted (e.g commerce://category/categoryId) or plain (e.g. categoryId)"
+ searchProducts(categoryId: String, filterFacets: [String], limit: Int, offset: Int, orderBy: String, searchTerm: String!, siteId: String): ProductSearchResult
+ " Search for products fulfilling the search parameters."
+ searchProductsFilterByCategorySeoSegment(categorySeoSegment: String, filterFacets: [String], limit: Int, offset: Int, orderBy: String, searchTerm: String!, siteId: String): ProductSearchResult
}
type RichText {
- text(suppressRootTag: Boolean, view: String): String
- textAsTree(view: String): RichTextTree
- textReferencedContent(view: String): [Content_!]
+ text(suppressRootTag: Boolean, view: String): String
+ textAsTree(view: String): RichTextTree
+ textReferencedContent(view: String): [Content_!]
}
"Result type of the `search` query, containing metadata of the search result set and the result set itself."
type SearchResult {
- numFound: Int!
- result: [Content_]
+ numFound: Int!
+ result: [Content_]
}
"Models the properties of a site object."
type Site {
- crops: [Crop]
- derivedSites: [Site!]!
- id: ID!
- locale: String!
- name: String!
- repositoryPath: String!
- root: CMNavigation
+ crops: [Crop]
+ derivedSites: [Site!]!
+ id: ID!
+ locale: String!
+ name: String!
+ repositoryPath: String!
+ root: CMNavigation
}
" The slot data."
type Slot {
- " The most relevant assignment for the slot name. If there are multiple assignments from different campaigns for the slot name, the most relevant assignment is the one that has content assigned and is from the campaign with the highest priority. For assignments with the same relevance, the refinement query input is used to determine the most relevant assignment."
- assignment: Assignment
- " The list of assignments for the slot name. The limit controls how many assignments are returned. Valid limits are 1 to 10. The assignments are sorted by relevance (see description of the assignment field)."
- assignments(limit: Int): [Assignment!]!
- id: ID!
- " The name of a slot on a page (e.g. \"main\" or \"sidebar\")."
- name: String!
+ " The most relevant assignment for the slot name. If there are multiple assignments from different campaigns for the slot name, the most relevant assignment is the one that has content assigned and is from the campaign with the highest priority. For assignments with the same relevance, the refinement query input is used to determine the most relevant assignment."
+ assignment: Assignment
+ " The list of assignments for the slot name. The limit controls how many assignments are returned. Valid limits are 1 to 10. The assignments are sorted by relevance (see description of the assignment field)."
+ assignments(limit: Int): [Assignment!]!
+ id: ID!
+ " The name of a slot on a page (e.g. \"main\" or \"sidebar\")."
+ name: String!
}
" Result of a campaignContent query."
type SlotResult {
- " List of slots."
- slots(names: [String!]): [Slot!]!
+ " List of slots."
+ slots(names: [String!]): [Slot!]!
}
type Suggestion {
- count: Int!
- value: String!
+ count: Int!
+ value: String!
}
type TeaserOverlaySettings {
- enabled: Boolean
- positionX: Int
- positionY: Int
- style: JSON
- width: Int
+ enabled: Boolean
+ positionX: Int
+ positionY: Int
+ style: JSON
+ width: Int
}
type TimeLine {
- defaultTarget: CMTeasable
- sequences: [TimeLineEntry]
+ defaultTarget: CMTeasable
+ sequences: [TimeLineEntry]
}
type TimeLineEntry {
- link: CMTeasable
- startTimeMillis: Int
+ link: CMTeasable
+ startTimeMillis: Int
}
type TransformedHotZone {
- alt: String
- crops: [ImageMapCrop]
- displayAsInlineOverlay: Boolean
- inlineOverlayTheme: String
- linkedContent: CMLinkable
- points: [Point]
- shape: String
- target: String
+ alt: String
+ crops: [ImageMapCrop]
+ displayAsInlineOverlay: Boolean
+ inlineOverlayTheme: String
+ linkedContent: CMLinkable
+ points: [Point]
+ shape: String
+ target: String
}
type ViewTypeHeroCollection implements Banner & CMCollection & CMLinkable & CMLocalized & CMObject & CMTeasable & CollectionItem & Content_ & Detail {
- authors: [CMPerson]
- authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- bannerItems: [Banner]
- contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
- contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
- contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
- context: CMNavigation
- creationDate: String!
- detailItems: [Detail]
- detailText: RichText
- detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- extDisplayedDate: String
- htmlDescription: String
- htmlTitle: String
- id: ID!
- ignoreUpdates: Int
- items: [CollectionItem]
- itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
- keywords: String
- keywordsList: [String!]!
- link: Link
- linkedSettings: [CMSettings]
- locale: String
- localizationRoot: CMLocalized!
- localizedVariant(country: String, language: String!, variant: String): CMLocalized
- localizedVariants: [CMLocalized!]!
- locationTaxonomy: [CMLocTaxonomy]
- locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
- master: [CMLocalized!]!
- media: [CMMedia]
- mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
- modificationDate: String!
- name: String!
- navigationPath: [CMLinkable]
- picture: CMPicture
- pictures: [CMPicture]
- picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
- related: [CMTeasable]
- relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- remoteLink(context: String, siteId: String): String!
- repositoryPath: String!
- root: CMNavigation
- segment: String
- settings(paths: [[String!]!]!): JSON
- spinner: CMSpinner
- spinners: [CMSpinner]
- spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
- subjectTaxonomy: [CMTaxonomy]
- subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
- teasableItems: [CMTeasable]
- teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
- teaserOverlaySettings: TeaserOverlaySettings
- teaserTarget: CMLinkable
- teaserTargets: [ExtendedTeaserTarget]
- teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
- teaserText: RichText
- teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
- teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
- teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
- teaserTitle: String
- title: String
- type: String!
- uuid: UUID!
- validFrom: String
- validTo: String
- video: CMVideo
- videos: [CMVideo]
- videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
- viewtype: String
+ authors: [CMPerson]
+ authorsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ bannerItems: [Banner]
+ contentInSetting(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInSettingPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ contentInStruct(paths: [[String!]!]!): [LinkedContentEntry]
+ contentInStructPaged(limit: Int, offset: Int, paths: [[String!]!]!): LinkedContentEntryPaginationResult
+ context: CMNavigation
+ creationDate: String!
+ detailItems: [Detail]
+ detailText: RichText
+ detailTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ detailTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ detailTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ extDisplayedDate: String
+ htmlDescription: String
+ htmlTitle: String
+ id: ID!
+ ignoreUpdates: Int
+ items: [CollectionItem]
+ itemsPaged(limit: Int, offset: Int): CollectionItemPaginationResult
+ keywords: String
+ keywordsList: [String!]!
+ link: Link
+ linkedSettings: [CMSettings]
+ locale: String
+ localizationRoot: CMLocalized!
+ localizedVariant(country: String, language: String!, variant: String): CMLocalized
+ localizedVariants: [CMLocalized!]!
+ locationTaxonomy: [CMLocTaxonomy]
+ locationTaxonomyPaged(limit: Int, offset: Int): CMLocTaxonomyPaginationResult
+ master: [CMLocalized!]!
+ media: [CMMedia]
+ mediaPaged(limit: Int, offset: Int): CMMediaPaginationResult
+ modificationDate: String!
+ name: String!
+ navigationPath: [CMLinkable]
+ picture: CMPicture
+ pictures: [CMPicture]
+ picturesPaged(limit: Int, offset: Int): CMPicturePaginationResult
+ related: [CMTeasable]
+ relatedPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ remoteLink(context: String, siteId: String): String!
+ repositoryPath: String!
+ root: CMNavigation
+ segment: String
+ settings(paths: [[String!]!]!): JSON
+ spinner: CMSpinner
+ spinners: [CMSpinner]
+ spinnersPaged(limit: Int, offset: Int): CMSpinnerPaginationResult
+ subjectTaxonomy: [CMTaxonomy]
+ subjectTaxonomyPaged(limit: Int, offset: Int): CMTaxonomyPaginationResult
+ teasableItems: [CMTeasable]
+ teasableItemsPaged(limit: Int, offset: Int): CMTeasablePaginationResult
+ teaserOverlaySettings: TeaserOverlaySettings
+ teaserTarget: CMLinkable
+ teaserTargets: [ExtendedTeaserTarget]
+ teaserTargetsPaged(limit: Int, offset: Int): ExtendedTeaserTargetPaginationResult
+ teaserText: RichText
+ teaserTextAsTree(view: String): RichTextTree @deprecated(reason: "Replaced by new RichText type")
+ teaserTextLegacy(view: String): String @deprecated(reason: "Replaced by new RichText type")
+ teaserTextReferencedContent(view: String): [Content_!] @deprecated(reason: "Replaced by new RichText type")
+ teaserTitle: String
+ title: String
+ type: String!
+ uuid: UUID!
+ validFrom: String
+ validTo: String
+ video: CMVideo
+ videos: [CMVideo]
+ videosPaged(limit: Int, offset: Int): CMVideoPaginationResult
+ viewtype: String
}
" viewtype specific types"
type ViewTypeHeroPageGridPlacement implements PageGridPlacement {
- colspan: Int!
- column: Int!
- id: ID
- items: [CMLinkable!]!
- name: String!
- viewtype: String
- width: Int!
+ colspan: Int!
+ column: Int!
+ id: ID
+ items: [CMLinkable!]!
+ name: String!
+ viewtype: String
+ width: Int!
}
" Service description of a subgraph used by Apollo Federation. See https://www.apollographql.com/docs/federation/federation-spec"
type _Service {
- sdl: String
+ sdl: String
}
"""
@@ -6263,48 +6266,48 @@ type _Service {
# - ACTIVE: represents Planned, Running
"""
enum CampaignStatus {
- ACTIVE
- DRAFT
+ ACTIVE
+ DRAFT
}
enum CommerceBeanType {
- catalog
- category
- marketingspot
- product
- segment
- sku
+ catalog
+ category
+ marketingspot
+ product
+ segment
+ sku
}
" enums alphabetically"
enum ImageFormat {
- GIF
- JPEG
- JPG
- PNG
+ GIF
+ JPEG
+ JPG
+ PNG
}
enum OrderBySortField {
- ORDER_BY_TYPE_PRICE_ASC
- ORDER_BY_TYPE_PRICE_DSC
+ ORDER_BY_TYPE_PRICE_ASC
+ ORDER_BY_TYPE_PRICE_DSC
}
"Enum of sort types for the `search` query."
enum SortFieldWithOrder {
- CREATION_DATE_ASC
- CREATION_DATE_DESC
- DOCUMENTTYPE_ASC
- DOCUMENTTYPE_DESC
- EXTERNALLY_DISPLAYED_DATE_ASC
- EXTERNALLY_DISPLAYED_DATE_DESC
- ID_ASC
- ID_DESC
- MODIFICATION_DATE_ASC
- MODIFICATION_DATE_DESC
- TEASER_TITLE_ASC
- TEASER_TITLE_DESC
- TITLE_ASC
- TITLE_DESC
+ CREATION_DATE_ASC
+ CREATION_DATE_DESC
+ DOCUMENTTYPE_ASC
+ DOCUMENTTYPE_DESC
+ EXTERNALLY_DISPLAYED_DATE_ASC
+ EXTERNALLY_DISPLAYED_DATE_DESC
+ ID_ASC
+ ID_DESC
+ MODIFICATION_DATE_ASC
+ MODIFICATION_DATE_DESC
+ TEASER_TITLE_ASC
+ TEASER_TITLE_DESC
+ TITLE_ASC
+ TITLE_DESC
}
"An arbitrary precision signed decimal"
@@ -6327,46 +6330,46 @@ scalar UUID
"Input type for faceted search requests."
input FacetFilter {
- "Exclude the filter value clause from facet calculation. Default is `true`."
- excludeInFacet: Boolean
- "An alias name of a configured facet."
- facetAlias: String!
- "Facet values to be excluded from the facet search result."
- filterValues: [String!]
+ "Exclude the filter value clause from facet calculation. Default is `true`."
+ excludeInFacet: Boolean
+ "An alias name of a configured facet."
+ facetAlias: String!
+ "Facet values to be excluded from the facet search result."
+ filterValues: [String!]
}
"Input type to include custom dynamic filter queries with a search query."
input FilterQueryArg {
- "Excludes the given content ids from the search result."
- EXCLUDE_IDS: [String!]
- """
-
- A query for content matching a modification date older or newer than the given arguments.
-
- Expects either ["\*", "ISO_ZONED_DATE_TIME"] to match contents older than the given date or
- ["ISO_ZONED_DATE_TIME", "\*"] to match contents new than the given date.
-
- The date format is expected as `ISO_ZONED_DATE_TIME`, such as `2011-12-03T10:15:30+01:00[Europe/Paris]`.
- """
- FRESHNESS: [String!]
- """
-
- Includes only contents matching one of the given location taxonomies.
-
- Takes taxonomy values or complete path segments or taxonomy ids (numeric or content id).
- The first element may contain the site id, e.g. "siteId:corporate".
- If a siteId is given, the query is site specific, else global.
- """
- LOC_TAXONOMY_OR: [String!]
- """
-
- Includes only contents matching one of the given subject taxonoies.
-
- Takes taxonomy values or complete path segments or taxonomy ids (numeric or content id).
- The first element may contain the site id, e.g. "siteId:corporate".
- If a siteId is given, the query is site specific, else global.
- """
- SUBJ_TAXONOMY_OR: [String!]
- "A query for the given titles."
- TITLE_OR: [String!]
+ "Excludes the given content ids from the search result."
+ EXCLUDE_IDS: [String!]
+ """
+
+ A query for content matching a modification date older or newer than the given arguments.
+
+ Expects either ["\*", "ISO_ZONED_DATE_TIME"] to match contents older than the given date or
+ ["ISO_ZONED_DATE_TIME", "\*"] to match contents new than the given date.
+
+ The date format is expected as `ISO_ZONED_DATE_TIME`, such as `2011-12-03T10:15:30+01:00[Europe/Paris]`.
+ """
+ FRESHNESS: [String!]
+ """
+
+ Includes only contents matching one of the given location taxonomies.
+
+ Takes taxonomy values or complete path segments or taxonomy ids (numeric or content id).
+ The first element may contain the site id, e.g. "siteId:corporate".
+ If a siteId is given, the query is site specific, else global.
+ """
+ LOC_TAXONOMY_OR: [String!]
+ """
+
+ Includes only contents matching one of the given subject taxonoies.
+
+ Takes taxonomy values or complete path segments or taxonomy ids (numeric or content id).
+ The first element may contain the site id, e.g. "siteId:corporate".
+ If a siteId is given, the query is site specific, else global.
+ """
+ SUBJ_TAXONOMY_OR: [String!]
+ "A query for the given titles."
+ TITLE_OR: [String!]
}
diff --git a/packages/graphql-layer/src/__downloaded__/schema.json b/packages/graphql-layer/src/__downloaded__/schema.json
index ed76337..ee269e1 100644
--- a/packages/graphql-layer/src/__downloaded__/schema.json
+++ b/packages/graphql-layer/src/__downloaded__/schema.json
@@ -118969,19 +118969,23 @@
"description": null,
"fields": [
{
- "name": "shortId",
+ "name": "id",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "externalTechId",
+ "name": "externalId",
"description": null,
"args": [],
"type": {
@@ -118993,7 +118997,7 @@
"deprecationReason": null
},
{
- "name": "name",
+ "name": "externalTechId",
"description": null,
"args": [],
"type": {
@@ -119005,7 +119009,7 @@
"deprecationReason": null
},
{
- "name": "externalId",
+ "name": "shortId",
"description": null,
"args": [],
"type": {
@@ -119017,7 +119021,7 @@
"deprecationReason": null
},
{
- "name": "siteId",
+ "name": "locale",
"description": null,
"args": [],
"type": {
@@ -119029,52 +119033,48 @@
"deprecationReason": null
},
{
- "name": "id",
+ "name": "siteId",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "defaultCatalog",
+ "name": "name",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
- "name": "Boolean",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "locale",
+ "name": "rootCategory",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "INTERFACE",
+ "name": "Category",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "rootCategory",
+ "name": "defaultCatalog",
"description": null,
"args": [],
"type": {
- "kind": "INTERFACE",
- "name": "Category",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
"isDeprecated": false,
@@ -119110,19 +119110,23 @@
"description": null,
"fields": [
{
- "name": "shortId",
+ "name": "id",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "externalTechId",
+ "name": "externalId",
"description": null,
"args": [],
"type": {
@@ -119134,7 +119138,7 @@
"deprecationReason": null
},
{
- "name": "name",
+ "name": "externalTechId",
"description": null,
"args": [],
"type": {
@@ -119146,7 +119150,7 @@
"deprecationReason": null
},
{
- "name": "externalId",
+ "name": "shortId",
"description": null,
"args": [],
"type": {
@@ -119158,7 +119162,7 @@
"deprecationReason": null
},
{
- "name": "siteId",
+ "name": "locale",
"description": null,
"args": [],
"type": {
@@ -119170,52 +119174,48 @@
"deprecationReason": null
},
{
- "name": "id",
+ "name": "siteId",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "defaultCatalog",
+ "name": "name",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
- "name": "Boolean",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "locale",
+ "name": "rootCategory",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "INTERFACE",
+ "name": "Category",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "rootCategory",
+ "name": "defaultCatalog",
"description": null,
"args": [],
"type": {
- "kind": "INTERFACE",
- "name": "Category",
+ "kind": "SCALAR",
+ "name": "Boolean",
"ofType": null
},
"isDeprecated": false,
@@ -119256,7 +119256,23 @@
"description": null,
"fields": [
{
- "name": "longDescription",
+ "name": "id",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "externalId",
"description": null,
"args": [],
"type": {
@@ -119268,7 +119284,7 @@
"deprecationReason": null
},
{
- "name": "shortId",
+ "name": "externalTechId",
"description": null,
"args": [],
"type": {
@@ -119280,19 +119296,19 @@
"deprecationReason": null
},
{
- "name": "parent",
+ "name": "shortId",
"description": null,
"args": [],
"type": {
- "kind": "INTERFACE",
- "name": "Category",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "externalId",
+ "name": "locale",
"description": null,
"args": [],
"type": {
@@ -119304,7 +119320,7 @@
"deprecationReason": null
},
{
- "name": "shortDescription",
+ "name": "siteId",
"description": null,
"args": [],
"type": {
@@ -119316,7 +119332,7 @@
"deprecationReason": null
},
{
- "name": "locale",
+ "name": "name",
"description": null,
"args": [],
"type": {
@@ -119328,47 +119344,31 @@
"deprecationReason": null
},
{
- "name": "products",
+ "name": "shortDescription",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "INTERFACE",
- "name": "Product",
- "ofType": null
- }
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "breadcrumb",
+ "name": "longDescription",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "INTERFACE",
- "name": "Category",
- "ofType": null
- }
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "externalTechId",
+ "name": "imageUrl",
"description": null,
"args": [],
"type": {
@@ -119380,7 +119380,7 @@
"deprecationReason": null
},
{
- "name": "children",
+ "name": "products",
"description": null,
"args": [],
"type": {
@@ -119391,7 +119391,7 @@
"name": null,
"ofType": {
"kind": "INTERFACE",
- "name": "Category",
+ "name": "Product",
"ofType": null
}
}
@@ -119400,52 +119400,52 @@
"deprecationReason": null
},
{
- "name": "imageUrl",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "name",
+ "name": "parent",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "INTERFACE",
+ "name": "Category",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "siteId",
+ "name": "children",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "INTERFACE",
+ "name": "Category",
+ "ofType": null
+ }
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "id",
+ "name": "breadcrumb",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "INTERFACE",
+ "name": "Category",
+ "ofType": null
+ }
}
},
"isDeprecated": false,
@@ -119485,19 +119485,23 @@
"description": null,
"fields": [
{
- "name": "longDescription",
+ "name": "id",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "shortId",
+ "name": "externalId",
"description": null,
"args": [],
"type": {
@@ -119509,19 +119513,19 @@
"deprecationReason": null
},
{
- "name": "parent",
+ "name": "externalTechId",
"description": null,
"args": [],
"type": {
- "kind": "INTERFACE",
- "name": "Category",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "externalId",
+ "name": "shortId",
"description": null,
"args": [],
"type": {
@@ -119533,7 +119537,7 @@
"deprecationReason": null
},
{
- "name": "shortDescription",
+ "name": "locale",
"description": null,
"args": [],
"type": {
@@ -119545,7 +119549,7 @@
"deprecationReason": null
},
{
- "name": "locale",
+ "name": "siteId",
"description": null,
"args": [],
"type": {
@@ -119557,47 +119561,31 @@
"deprecationReason": null
},
{
- "name": "products",
+ "name": "name",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "INTERFACE",
- "name": "Product",
- "ofType": null
- }
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "breadcrumb",
+ "name": "shortDescription",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "INTERFACE",
- "name": "Category",
- "ofType": null
- }
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "externalTechId",
+ "name": "longDescription",
"description": null,
"args": [],
"type": {
@@ -119609,7 +119597,19 @@
"deprecationReason": null
},
{
- "name": "children",
+ "name": "imageUrl",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "products",
"description": null,
"args": [],
"type": {
@@ -119620,7 +119620,7 @@
"name": null,
"ofType": {
"kind": "INTERFACE",
- "name": "Category",
+ "name": "Product",
"ofType": null
}
}
@@ -119629,52 +119629,52 @@
"deprecationReason": null
},
{
- "name": "imageUrl",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "name",
+ "name": "parent",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "INTERFACE",
+ "name": "Category",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "siteId",
+ "name": "children",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "INTERFACE",
+ "name": "Category",
+ "ofType": null
+ }
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "id",
+ "name": "breadcrumb",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "INTERFACE",
+ "name": "Category",
+ "ofType": null
+ }
}
},
"isDeprecated": false,
@@ -120459,19 +120459,23 @@
"description": null,
"fields": [
{
- "name": "longDescription",
+ "name": "id",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "shortId",
+ "name": "externalId",
"description": null,
"args": [],
"type": {
@@ -120483,19 +120487,19 @@
"deprecationReason": null
},
{
- "name": "offerPrice",
+ "name": "externalTechId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
- "name": "BigDecimal",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "storefrontUrl",
+ "name": "shortId",
"description": null,
"args": [],
"type": {
@@ -120506,26 +120510,6 @@
"isDeprecated": false,
"deprecationReason": null
},
- {
- "name": "variants",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "INTERFACE",
- "name": "ProductVariant",
- "ofType": null
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
{
"name": "locale",
"description": null,
@@ -120539,7 +120523,7 @@
"deprecationReason": null
},
{
- "name": "title",
+ "name": "siteId",
"description": null,
"args": [],
"type": {
@@ -120551,7 +120535,7 @@
"deprecationReason": null
},
{
- "name": "metaDescription",
+ "name": "name",
"description": null,
"args": [],
"type": {
@@ -120563,7 +120547,7 @@
"deprecationReason": null
},
{
- "name": "metaKeywords",
+ "name": "title",
"description": null,
"args": [],
"type": {
@@ -120575,7 +120559,7 @@
"deprecationReason": null
},
{
- "name": "imageUrl",
+ "name": "currency",
"description": null,
"args": [],
"type": {
@@ -120587,23 +120571,7 @@
"deprecationReason": null
},
{
- "name": "variant",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "currency",
+ "name": "shortDescription",
"description": null,
"args": [],
"type": {
@@ -120615,23 +120583,19 @@
"deprecationReason": null
},
{
- "name": "id",
+ "name": "longDescription",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "thumbnailUrl",
+ "name": "metaDescription",
"description": null,
"args": [],
"type": {
@@ -120643,44 +120607,36 @@
"deprecationReason": null
},
{
- "name": "describingAttributes",
+ "name": "metaKeywords",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "ProductAttribute",
- "ofType": null
- }
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "externalId",
+ "name": "listPrice",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
- "name": "String",
+ "name": "BigDecimal",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "shortDescription",
+ "name": "offerPrice",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
- "name": "String",
+ "name": "BigDecimal",
"ofType": null
},
"isDeprecated": false,
@@ -120699,19 +120655,19 @@
"deprecationReason": null
},
{
- "name": "defaultImageUrl",
+ "name": "category",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "INTERFACE",
+ "name": "Category",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "definingAttributes",
+ "name": "variants",
"description": null,
"args": [],
"type": {
@@ -120721,8 +120677,8 @@
"kind": "LIST",
"name": null,
"ofType": {
- "kind": "OBJECT",
- "name": "ProductAttribute",
+ "kind": "INTERFACE",
+ "name": "ProductVariant",
"ofType": null
}
}
@@ -120743,7 +120699,7 @@
"deprecationReason": null
},
{
- "name": "externalTechId",
+ "name": "defaultImageUrl",
"description": null,
"args": [],
"type": {
@@ -120755,7 +120711,7 @@
"deprecationReason": null
},
{
- "name": "name",
+ "name": "thumbnailUrl",
"description": null,
"args": [],
"type": {
@@ -120767,7 +120723,7 @@
"deprecationReason": null
},
{
- "name": "siteId",
+ "name": "storefrontUrl",
"description": null,
"args": [],
"type": {
@@ -120779,24 +120735,68 @@
"deprecationReason": null
},
{
- "name": "category",
+ "name": "definingAttributes",
"description": null,
"args": [],
"type": {
- "kind": "INTERFACE",
- "name": "Category",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "ProductAttribute",
+ "ofType": null
+ }
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "listPrice",
+ "name": "describingAttributes",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "ProductAttribute",
+ "ofType": null
+ }
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "variant",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "imageUrl",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
- "name": "BigDecimal",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
@@ -120972,7 +120972,23 @@
"description": null,
"fields": [
{
- "name": "longDescription",
+ "name": "id",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "externalId",
"description": null,
"args": [],
"type": {
@@ -120984,7 +121000,7 @@
"deprecationReason": null
},
{
- "name": "shortId",
+ "name": "externalTechId",
"description": null,
"args": [],
"type": {
@@ -120996,19 +121012,19 @@
"deprecationReason": null
},
{
- "name": "offerPrice",
+ "name": "shortId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
- "name": "BigDecimal",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "storefrontUrl",
+ "name": "locale",
"description": null,
"args": [],
"type": {
@@ -121020,27 +121036,19 @@
"deprecationReason": null
},
{
- "name": "variants",
+ "name": "siteId",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "INTERFACE",
- "name": "ProductVariant",
- "ofType": null
- }
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "locale",
+ "name": "name",
"description": null,
"args": [],
"type": {
@@ -121064,7 +121072,7 @@
"deprecationReason": null
},
{
- "name": "metaDescription",
+ "name": "currency",
"description": null,
"args": [],
"type": {
@@ -121076,7 +121084,7 @@
"deprecationReason": null
},
{
- "name": "metaKeywords",
+ "name": "shortDescription",
"description": null,
"args": [],
"type": {
@@ -121088,7 +121096,7 @@
"deprecationReason": null
},
{
- "name": "imageUrl",
+ "name": "longDescription",
"description": null,
"args": [],
"type": {
@@ -121100,23 +121108,19 @@
"deprecationReason": null
},
{
- "name": "variant",
+ "name": "metaDescription",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "currency",
+ "name": "metaKeywords",
"description": null,
"args": [],
"type": {
@@ -121128,23 +121132,31 @@
"deprecationReason": null
},
{
- "name": "id",
+ "name": "listPrice",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
- }
+ "kind": "SCALAR",
+ "name": "BigDecimal",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "thumbnailUrl",
+ "name": "offerPrice",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "BigDecimal",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "seoSegment",
"description": null,
"args": [],
"type": {
@@ -121156,7 +121168,19 @@
"deprecationReason": null
},
{
- "name": "describingAttributes",
+ "name": "category",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "INTERFACE",
+ "name": "Category",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "variants",
"description": null,
"args": [],
"type": {
@@ -121166,8 +121190,8 @@
"kind": "LIST",
"name": null,
"ofType": {
- "kind": "OBJECT",
- "name": "ProductAttribute",
+ "kind": "INTERFACE",
+ "name": "ProductVariant",
"ofType": null
}
}
@@ -121176,7 +121200,7 @@
"deprecationReason": null
},
{
- "name": "externalId",
+ "name": "defaultImageAlt",
"description": null,
"args": [],
"type": {
@@ -121188,7 +121212,7 @@
"deprecationReason": null
},
{
- "name": "shortDescription",
+ "name": "defaultImageUrl",
"description": null,
"args": [],
"type": {
@@ -121200,7 +121224,7 @@
"deprecationReason": null
},
{
- "name": "seoSegment",
+ "name": "thumbnailUrl",
"description": null,
"args": [],
"type": {
@@ -121212,44 +121236,7 @@
"deprecationReason": null
},
{
- "name": "remoteLink",
- "description": null,
- "args": [
- {
- "name": "siteId",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "context",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "defaultImageUrl",
+ "name": "storefrontUrl",
"description": null,
"args": [],
"type": {
@@ -121281,43 +121268,43 @@
"deprecationReason": null
},
{
- "name": "defaultImageAlt",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "externalTechId",
+ "name": "describingAttributes",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "ProductAttribute",
+ "ofType": null
+ }
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "name",
+ "name": "variant",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "siteId",
+ "name": "imageUrl",
"description": null,
"args": [],
"type": {
@@ -121329,25 +121316,38 @@
"deprecationReason": null
},
{
- "name": "category",
- "description": null,
- "args": [],
- "type": {
- "kind": "INTERFACE",
- "name": "Category",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "listPrice",
+ "name": "remoteLink",
"description": null,
- "args": [],
+ "args": [
+ {
+ "name": "siteId",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "context",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
"type": {
- "kind": "SCALAR",
- "name": "BigDecimal",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
@@ -121450,19 +121450,23 @@
"description": null,
"fields": [
{
- "name": "longDescription",
+ "name": "id",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "shortId",
+ "name": "externalId",
"description": null,
"args": [],
"type": {
@@ -121474,31 +121478,31 @@
"deprecationReason": null
},
{
- "name": "parent",
+ "name": "externalTechId",
"description": null,
"args": [],
"type": {
- "kind": "INTERFACE",
- "name": "Product",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "offerPrice",
+ "name": "shortId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
- "name": "BigDecimal",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "storefrontUrl",
+ "name": "locale",
"description": null,
"args": [],
"type": {
@@ -121510,27 +121514,19 @@
"deprecationReason": null
},
{
- "name": "variants",
+ "name": "siteId",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "INTERFACE",
- "name": "ProductVariant",
- "ofType": null
- }
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "locale",
+ "name": "name",
"description": null,
"args": [],
"type": {
@@ -121554,7 +121550,7 @@
"deprecationReason": null
},
{
- "name": "metaDescription",
+ "name": "currency",
"description": null,
"args": [],
"type": {
@@ -121566,7 +121562,7 @@
"deprecationReason": null
},
{
- "name": "metaKeywords",
+ "name": "shortDescription",
"description": null,
"args": [],
"type": {
@@ -121578,7 +121574,7 @@
"deprecationReason": null
},
{
- "name": "imageUrl",
+ "name": "longDescription",
"description": null,
"args": [],
"type": {
@@ -121590,23 +121586,19 @@
"deprecationReason": null
},
{
- "name": "variant",
+ "name": "metaDescription",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "currency",
+ "name": "metaKeywords",
"description": null,
"args": [],
"type": {
@@ -121618,23 +121610,31 @@
"deprecationReason": null
},
{
- "name": "id",
+ "name": "listPrice",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
- }
+ "kind": "SCALAR",
+ "name": "BigDecimal",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "thumbnailUrl",
+ "name": "offerPrice",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "SCALAR",
+ "name": "BigDecimal",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "seoSegment",
"description": null,
"args": [],
"type": {
@@ -121646,7 +121646,19 @@
"deprecationReason": null
},
{
- "name": "describingAttributes",
+ "name": "category",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "INTERFACE",
+ "name": "Category",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "variants",
"description": null,
"args": [],
"type": {
@@ -121656,8 +121668,8 @@
"kind": "LIST",
"name": null,
"ofType": {
- "kind": "OBJECT",
- "name": "ProductAttribute",
+ "kind": "INTERFACE",
+ "name": "ProductVariant",
"ofType": null
}
}
@@ -121666,7 +121678,7 @@
"deprecationReason": null
},
{
- "name": "externalId",
+ "name": "defaultImageAlt",
"description": null,
"args": [],
"type": {
@@ -121678,7 +121690,7 @@
"deprecationReason": null
},
{
- "name": "shortDescription",
+ "name": "defaultImageUrl",
"description": null,
"args": [],
"type": {
@@ -121690,7 +121702,7 @@
"deprecationReason": null
},
{
- "name": "seoSegment",
+ "name": "thumbnailUrl",
"description": null,
"args": [],
"type": {
@@ -121702,7 +121714,7 @@
"deprecationReason": null
},
{
- "name": "defaultImageUrl",
+ "name": "storefrontUrl",
"description": null,
"args": [],
"type": {
@@ -121734,43 +121746,43 @@
"deprecationReason": null
},
{
- "name": "defaultImageAlt",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "externalTechId",
+ "name": "describingAttributes",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "ProductAttribute",
+ "ofType": null
+ }
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "name",
+ "name": "variant",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "siteId",
+ "name": "imageUrl",
"description": null,
"args": [],
"type": {
@@ -121782,24 +121794,12 @@
"deprecationReason": null
},
{
- "name": "category",
+ "name": "parent",
"description": null,
"args": [],
"type": {
"kind": "INTERFACE",
- "name": "Category",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "listPrice",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "BigDecimal",
+ "name": "Product",
"ofType": null
},
"isDeprecated": false,
@@ -121823,7 +121823,23 @@
"description": null,
"fields": [
{
- "name": "longDescription",
+ "name": "id",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
+ }
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "externalId",
"description": null,
"args": [],
"type": {
@@ -121835,7 +121851,7 @@
"deprecationReason": null
},
{
- "name": "shortId",
+ "name": "externalTechId",
"description": null,
"args": [],
"type": {
@@ -121847,31 +121863,31 @@
"deprecationReason": null
},
{
- "name": "parent",
+ "name": "shortId",
"description": null,
"args": [],
"type": {
- "kind": "INTERFACE",
- "name": "Product",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "offerPrice",
+ "name": "locale",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
- "name": "BigDecimal",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "storefrontUrl",
+ "name": "siteId",
"description": null,
"args": [],
"type": {
@@ -121883,27 +121899,19 @@
"deprecationReason": null
},
{
- "name": "variants",
+ "name": "name",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "INTERFACE",
- "name": "ProductVariant",
- "ofType": null
- }
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "locale",
+ "name": "title",
"description": null,
"args": [],
"type": {
@@ -121915,7 +121923,7 @@
"deprecationReason": null
},
{
- "name": "title",
+ "name": "currency",
"description": null,
"args": [],
"type": {
@@ -121927,7 +121935,7 @@
"deprecationReason": null
},
{
- "name": "metaDescription",
+ "name": "shortDescription",
"description": null,
"args": [],
"type": {
@@ -121939,7 +121947,7 @@
"deprecationReason": null
},
{
- "name": "metaKeywords",
+ "name": "longDescription",
"description": null,
"args": [],
"type": {
@@ -121951,7 +121959,7 @@
"deprecationReason": null
},
{
- "name": "imageUrl",
+ "name": "metaDescription",
"description": null,
"args": [],
"type": {
@@ -121963,51 +121971,43 @@
"deprecationReason": null
},
{
- "name": "variant",
+ "name": "metaKeywords",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- }
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "currency",
+ "name": "listPrice",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
- "name": "String",
+ "name": "BigDecimal",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "id",
+ "name": "offerPrice",
"description": null,
"args": [],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
- }
+ "kind": "SCALAR",
+ "name": "BigDecimal",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "thumbnailUrl",
+ "name": "seoSegment",
"description": null,
"args": [],
"type": {
@@ -122019,7 +122019,19 @@
"deprecationReason": null
},
{
- "name": "describingAttributes",
+ "name": "category",
+ "description": null,
+ "args": [],
+ "type": {
+ "kind": "INTERFACE",
+ "name": "Category",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "variants",
"description": null,
"args": [],
"type": {
@@ -122029,8 +122041,8 @@
"kind": "LIST",
"name": null,
"ofType": {
- "kind": "OBJECT",
- "name": "ProductAttribute",
+ "kind": "INTERFACE",
+ "name": "ProductVariant",
"ofType": null
}
}
@@ -122039,7 +122051,7 @@
"deprecationReason": null
},
{
- "name": "externalId",
+ "name": "defaultImageAlt",
"description": null,
"args": [],
"type": {
@@ -122051,7 +122063,7 @@
"deprecationReason": null
},
{
- "name": "shortDescription",
+ "name": "defaultImageUrl",
"description": null,
"args": [],
"type": {
@@ -122063,7 +122075,7 @@
"deprecationReason": null
},
{
- "name": "seoSegment",
+ "name": "thumbnailUrl",
"description": null,
"args": [],
"type": {
@@ -122075,44 +122087,7 @@
"deprecationReason": null
},
{
- "name": "remoteLink",
- "description": null,
- "args": [
- {
- "name": "siteId",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "context",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "defaultImageUrl",
+ "name": "storefrontUrl",
"description": null,
"args": [],
"type": {
@@ -122144,43 +122119,43 @@
"deprecationReason": null
},
{
- "name": "defaultImageAlt",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "externalTechId",
+ "name": "describingAttributes",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "LIST",
+ "name": null,
+ "ofType": {
+ "kind": "OBJECT",
+ "name": "ProductAttribute",
+ "ofType": null
+ }
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "name",
+ "name": "variant",
"description": null,
"args": [],
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "Boolean",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "siteId",
+ "name": "imageUrl",
"description": null,
"args": [],
"type": {
@@ -122192,25 +122167,50 @@
"deprecationReason": null
},
{
- "name": "category",
+ "name": "parent",
"description": null,
"args": [],
"type": {
"kind": "INTERFACE",
- "name": "Category",
+ "name": "Product",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "listPrice",
+ "name": "remoteLink",
"description": null,
- "args": [],
+ "args": [
+ {
+ "name": "siteId",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "context",
+ "description": null,
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
"type": {
- "kind": "SCALAR",
- "name": "BigDecimal",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
diff --git a/packages/graphql-layer/src/index.ts b/packages/graphql-layer/src/index.ts
index 3a9be91..6e42d4b 100644
--- a/packages/graphql-layer/src/index.ts
+++ b/packages/graphql-layer/src/index.ts
@@ -61,6 +61,7 @@ export * from "./queries/fragments/link/__generated__/ProductLink.fragment";
export * from "./queries/fragments/navigation/__generated__/CMCollectionForNavigation.fragment";
export * from "./queries/fragments/navigation/__generated__/CMExternalChannelForNavigation.fragment";
export * from "./queries/fragments/navigation/__generated__/CMExternalLinkForNavigation.fragment";
+export * from "./queries/fragments/navigation/__generated__/CMLinkableNavigationPath.fragment";
export * from "./queries/fragments/navigation/__generated__/CMProductForNavigation.fragment";
export * from "./queries/fragments/navigation/__generated__/CMTeasableForNavigation.fragment";
diff --git a/packages/graphql-layer/src/queries/Detail.query.graphql b/packages/graphql-layer/src/queries/Detail.query.graphql
index b34ee93..239f3d8 100644
--- a/packages/graphql-layer/src/queries/Detail.query.graphql
+++ b/packages/graphql-layer/src/queries/Detail.query.graphql
@@ -7,6 +7,7 @@ query Detail($id: String!) {
...CMVideoDetail
...CMPersonDetail
...CMProductDetail
+ ...CMLinkableNavigationPath
}
}
}
diff --git a/packages/graphql-layer/src/queries/PageByPath.query.graphql b/packages/graphql-layer/src/queries/PageByPath.query.graphql
index 783cc02..5b77a3e 100644
--- a/packages/graphql-layer/src/queries/PageByPath.query.graphql
+++ b/packages/graphql-layer/src/queries/PageByPath.query.graphql
@@ -7,6 +7,7 @@ query PageByPath($path: String!) {
grid {
...PageGrid
}
+ ...CMLinkableNavigationPath
}
}
}
diff --git a/packages/graphql-layer/src/queries/PageByPathWithCampaigns.query.graphql b/packages/graphql-layer/src/queries/PageByPathWithCampaigns.query.graphql
index 0e0165a..0d0cade 100644
--- a/packages/graphql-layer/src/queries/PageByPathWithCampaigns.query.graphql
+++ b/packages/graphql-layer/src/queries/PageByPathWithCampaigns.query.graphql
@@ -15,6 +15,7 @@ query PageByPathWithCampaigns(
grid {
...PageGrid
}
+ ...CMLinkableNavigationPath
}
}
previewCampaign(campaignId: $previewCampaignId, channelType: "content-page", refinements: $refinements) @include(if: $modePreviewCampaign) {
diff --git a/packages/graphql-layer/src/queries/fragments/TeaserTarget.fragment.graphql b/packages/graphql-layer/src/queries/fragments/TeaserTarget.fragment.graphql
index ef3aea1..11a167d 100644
--- a/packages/graphql-layer/src/queries/fragments/TeaserTarget.fragment.graphql
+++ b/packages/graphql-layer/src/queries/fragments/TeaserTarget.fragment.graphql
@@ -36,4 +36,5 @@ fragment TeaserTarget on ExtendedTeaserTarget {
}
callToActionEnabled
callToActionText
+ callToActionHash
}
diff --git a/packages/graphql-layer/src/queries/fragments/navigation/CMLinkableNavigationPath.fragment.graphql b/packages/graphql-layer/src/queries/fragments/navigation/CMLinkableNavigationPath.fragment.graphql
new file mode 100644
index 0000000..b9c33b2
--- /dev/null
+++ b/packages/graphql-layer/src/queries/fragments/navigation/CMLinkableNavigationPath.fragment.graphql
@@ -0,0 +1,7 @@
+fragment CMLinkableNavigationPath on CMLinkable {
+ navigationPath {
+ id
+ title
+ segment
+ }
+}
diff --git a/packages/preview-integration/package.json b/packages/preview-integration/package.json
index 7b98d73..c3038ed 100644
--- a/packages/preview-integration/package.json
+++ b/packages/preview-integration/package.json
@@ -14,16 +14,16 @@
"dist/*"
],
"devDependencies": {
- "@babel/core": "^7.24.7",
- "@babel/preset-env": "^7.24.7",
- "babel-loader": "^9.1.3",
+ "@babel/core": "^7.26.0",
+ "@babel/preset-env": "^7.26.0",
+ "babel-loader": "^9.2.1",
"css-loader": "^6.11.0",
- "eslint": "^8.57.0",
+ "eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
- "eslint-plugin-prettier": "^5.1.3",
- "prettier": "^3.3.2",
+ "eslint-plugin-prettier": "^5.2.1",
+ "prettier": "^3.3.3",
"style-loader": "^3.3.4",
- "webpack": "^5.92.0",
+ "webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"browserslist": [
diff --git a/packages/view-dispatcher/package.json b/packages/view-dispatcher/package.json
index 3e65973..8f64e80 100644
--- a/packages/view-dispatcher/package.json
+++ b/packages/view-dispatcher/package.json
@@ -15,11 +15,11 @@
"typescript": "~5.2.2"
},
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "^7.13.1",
- "@typescript-eslint/parser": "^7.13.1",
- "eslint": "^8.57.0",
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
+ "@typescript-eslint/parser": "^7.18.0",
+ "eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
- "eslint-plugin-prettier": "^5.1.3",
- "prettier": "^3.3.2"
+ "eslint-plugin-prettier": "^5.2.1",
+ "prettier": "^3.3.3"
}
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index af35580..1fcf66e 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -9,17 +9,17 @@ importers:
.:
devDependencies:
concurrently:
- specifier: ^8.2.2
- version: 8.2.2
+ specifier: ^9.1.0
+ version: 9.1.0
husky:
- specifier: ^9.0.11
- version: 9.0.11
+ specifier: ^9.1.7
+ version: 9.1.7
apps/spark:
dependencies:
'@apollo/client':
- specifier: ^3.11.4
- version: 3.11.4(@types/react@17.0.80)(graphql-ws@5.16.0(graphql@16.8.2))(graphql@16.8.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
+ specifier: ^3.11.10
+ version: 3.11.10(@types/react@17.0.83)(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
'@coremedia-labs/graphql-layer':
specifier: workspace:^
version: link:../../packages/graphql-layer
@@ -36,26 +36,26 @@ importers:
specifier: ^2.21.1
version: 2.21.1(@js-joda/core@5.6.3)
country-flag-icons:
- specifier: ^1.5.12
- version: 1.5.12
+ specifier: ^1.5.13
+ version: 1.5.13
crypto-hash:
specifier: ^2.0.1
version: 2.0.1
graphql:
- specifier: ^16.8.2
- version: 16.8.2
+ specifier: ^16.9.0
+ version: 16.9.0
i18next:
- specifier: ^23.11.5
- version: 23.11.5
+ specifier: ^23.16.8
+ version: 23.16.8
i18next-browser-languagedetector:
specifier: ^7.2.1
version: 7.2.1
i18next-http-backend:
- specifier: ^2.5.2
- version: 2.5.2
+ specifier: ^2.7.1
+ version: 2.7.1
loglevel:
- specifier: ^1.9.1
- version: 1.9.1
+ specifier: ^1.9.2
+ version: 1.9.2
query-string:
specifier: ^7.1.3
version: 7.1.3
@@ -70,7 +70,7 @@ importers:
version: 1.3.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
react-i18next:
specifier: ^11.18.6
- version: 11.18.6(i18next@23.11.5)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
+ version: 11.18.6(i18next@23.16.8)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
react-is:
specifier: ^18.3.1
version: 18.3.1
@@ -83,6 +83,9 @@ importers:
react-router-dom:
specifier: ^5.3.4
version: 5.3.4(react@17.0.2)
+ react-router-hash-link:
+ specifier: ^2.4.3
+ version: 2.4.3(react-router-dom@5.3.4(react@17.0.2))(react@17.0.2)
react-slick:
specifier: ^0.30.2
version: 0.30.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
@@ -94,56 +97,59 @@ importers:
version: 1.8.1(jquery@3.7.1)
styled-components:
specifier: ^5.3.11
- version: 5.3.11(@babel/core@7.24.7)(react-dom@17.0.2(react@17.0.2))(react-is@18.3.1)(react@17.0.2)
+ version: 5.3.11(@babel/core@7.26.0)(react-dom@17.0.2(react@17.0.2))(react-is@18.3.1)(react@17.0.2)
devDependencies:
'@chromatic-com/storybook':
- specifier: ^1.5.0
- version: 1.5.0(react@17.0.2)
+ specifier: ^3.2.2
+ version: 3.2.2(react@17.0.2)(storybook@8.4.5(prettier@3.3.3))
'@storybook/addon-actions':
- specifier: ^8.1.10
- version: 8.1.10
+ specifier: ^8.4.5
+ version: 8.4.5(storybook@8.4.5(prettier@3.3.3))
'@storybook/addon-backgrounds':
- specifier: ^8.1.10
- version: 8.1.10
+ specifier: ^8.4.5
+ version: 8.4.5(storybook@8.4.5(prettier@3.3.3))
'@storybook/addon-docs':
- specifier: ^8.1.10
- version: 8.1.10(@types/react-dom@17.0.25)(prettier@3.3.2)
+ specifier: ^8.4.5
+ version: 8.4.5(@types/react@17.0.83)(storybook@8.4.5(prettier@3.3.3))
'@storybook/addon-essentials':
- specifier: ^8.1.10
- version: 8.1.10(@types/react-dom@17.0.25)(@types/react@17.0.80)(prettier@3.3.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
+ specifier: ^8.4.5
+ version: 8.4.5(@types/react@17.0.83)(storybook@8.4.5(prettier@3.3.3))
'@storybook/addon-links':
- specifier: ^8.1.10
- version: 8.1.10(react@17.0.2)
+ specifier: ^8.4.5
+ version: 8.4.5(react@17.0.2)(storybook@8.4.5(prettier@3.3.3))
'@storybook/addon-measure':
- specifier: ^8.1.10
- version: 8.1.10
+ specifier: ^8.4.5
+ version: 8.4.5(storybook@8.4.5(prettier@3.3.3))
'@storybook/addon-outline':
- specifier: ^8.1.10
- version: 8.1.10
+ specifier: ^8.4.5
+ version: 8.4.5(storybook@8.4.5(prettier@3.3.3))
'@storybook/client-logger':
- specifier: ^8.1.10
- version: 8.1.10
+ specifier: ^8.4.5
+ version: 8.4.5(storybook@8.4.5(prettier@3.3.3))
'@storybook/node-logger':
- specifier: ^8.1.10
- version: 8.1.10
+ specifier: ^8.4.5
+ version: 8.4.5(storybook@8.4.5(prettier@3.3.3))
'@storybook/react':
- specifier: ^8.1.10
- version: 8.1.10(prettier@3.3.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(typescript@5.2.2)
+ specifier: ^8.4.5
+ version: 8.4.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(storybook@8.4.5(prettier@3.3.3))(typescript@5.2.2)
'@storybook/react-vite':
- specifier: ^8.1.10
- version: 8.1.10(prettier@3.3.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(rollup@4.18.0)(typescript@5.2.2)(vite@4.5.3(@types/node@20.14.5)(terser@5.31.1))
+ specifier: ^8.4.5
+ version: 8.4.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(rollup@4.27.3)(storybook@8.4.5(prettier@3.3.3))(typescript@5.2.2)(vite@5.4.17(@types/node@20.17.6)(terser@5.36.0))
'@types/node':
- specifier: ^20.14.5
- version: 20.14.5
+ specifier: ^20.17.6
+ version: 20.17.6
'@types/react':
- specifier: ^17.0.80
- version: 17.0.80
+ specifier: ^17.0.83
+ version: 17.0.83
'@types/react-dom':
specifier: ^17.0.25
version: 17.0.25
'@types/react-router-dom':
specifier: ^5.3.3
version: 5.3.3
+ '@types/react-router-hash-link':
+ specifier: ^2.4.9
+ version: 2.4.9
'@types/react-slick':
specifier: ^0.23.13
version: 0.23.13
@@ -151,68 +157,68 @@ importers:
specifier: ^5.1.34
version: 5.1.34
'@typescript-eslint/eslint-plugin':
- specifier: ^7.13.1
- version: 7.13.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint@8.57.0)(typescript@5.2.2)
+ specifier: ^7.18.0
+ version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.2.2))(eslint@8.57.1)(typescript@5.2.2)
'@typescript-eslint/parser':
- specifier: ^7.13.1
- version: 7.13.1(eslint@8.57.0)(typescript@5.2.2)
+ specifier: ^7.18.0
+ version: 7.18.0(eslint@8.57.1)(typescript@5.2.2)
'@vitejs/plugin-react-swc':
- specifier: ^3.7.0
- version: 3.7.0(vite@4.5.3(@types/node@20.14.5)(terser@5.31.1))
+ specifier: ^3.7.1
+ version: 3.7.1(vite@5.4.17(@types/node@20.17.6)(terser@5.36.0))
dotenv:
specifier: ^16.4.5
version: 16.4.5
eslint:
- specifier: ^8.57.0
- version: 8.57.0
+ specifier: ^8.57.1
+ version: 8.57.1
eslint-config-prettier:
specifier: ^9.1.0
- version: 9.1.0(eslint@8.57.0)
+ version: 9.1.0(eslint@8.57.1)
eslint-import-resolver-typescript:
- specifier: ^3.6.1
- version: 3.6.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint-plugin-import@2.29.1)(eslint@8.57.0)
+ specifier: ^3.6.3
+ version: 3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.2.2))(eslint-plugin-import@2.31.0)(eslint@8.57.1)
eslint-plugin-import:
- specifier: ^2.29.1
- version: 2.29.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)
+ specifier: ^2.31.0
+ version: 2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1)
eslint-plugin-prettier:
- specifier: ^5.1.3
- version: 5.1.3(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.2)
+ specifier: ^5.2.1
+ version: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.3.3)
eslint-plugin-react:
- specifier: ^7.34.3
- version: 7.34.3(eslint@8.57.0)
+ specifier: ^7.37.2
+ version: 7.37.2(eslint@8.57.1)
eslint-plugin-storybook:
- specifier: ^0.8.0
- version: 0.8.0(eslint@8.57.0)(typescript@5.2.2)
+ specifier: ^0.11.1
+ version: 0.11.1(eslint@8.57.1)(typescript@5.2.2)
prettier:
- specifier: ^3.3.2
- version: 3.3.2
+ specifier: ^3.3.3
+ version: 3.3.3
storybook:
- specifier: ^8.1.10
- version: 8.1.10(@babel/preset-env@7.24.7(@babel/core@7.24.7))(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
+ specifier: ^8.4.5
+ version: 8.4.5(prettier@3.3.3)
typedoc:
- specifier: ^0.25.13
- version: 0.25.13(typescript@5.2.2)
+ specifier: ^0.26.11
+ version: 0.26.11(typescript@5.2.2)
typescript:
specifier: ~5.2.2
version: 5.2.2
vite:
- specifier: ^4.5.3
- version: 4.5.3(@types/node@20.14.5)(terser@5.31.1)
+ specifier: ^5.4.17
+ version: 5.4.17(@types/node@20.17.6)(terser@5.36.0)
vitest:
- specifier: ^0.34.6
- version: 0.34.6(terser@5.31.1)
+ specifier: ^2.1.9
+ version: 2.1.9(@types/node@20.17.6)(terser@5.36.0)
apps/standalone-fragment:
dependencies:
'@apollo/client':
- specifier: ^3.11.4
- version: 3.11.4(@types/react@17.0.80)(graphql-ws@5.16.0(graphql@16.8.2))(graphql@16.8.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
+ specifier: ^3.11.10
+ version: 3.11.10(@types/react@17.0.83)(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
'@coremedia-labs/graphql-layer':
specifier: workspace:^
version: link:../../packages/graphql-layer
graphql:
- specifier: ^16.8.2
- version: 16.8.2
+ specifier: ^16.9.0
+ version: 16.9.0
react:
specifier: ^17.0.2
version: 17.0.2
@@ -221,74 +227,74 @@ importers:
version: 17.0.2(react@17.0.2)
devDependencies:
'@babel/core':
- specifier: ^7.24.7
- version: 7.24.7
+ specifier: ^7.26.0
+ version: 7.26.0
'@types/react':
- specifier: ^17.0.80
- version: 17.0.80
+ specifier: ^17.0.83
+ version: 17.0.83
'@types/react-dom':
specifier: ^17.0.25
version: 17.0.25
'@typescript-eslint/eslint-plugin':
- specifier: ^7.13.1
- version: 7.13.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint@8.57.0)(typescript@5.2.2)
+ specifier: ^7.18.0
+ version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.2.2))(eslint@8.57.1)(typescript@5.2.2)
'@typescript-eslint/parser':
- specifier: ^7.13.1
- version: 7.13.1(eslint@8.57.0)(typescript@5.2.2)
+ specifier: ^7.18.0
+ version: 7.18.0(eslint@8.57.1)(typescript@5.2.2)
babel-loader:
- specifier: ^9.1.3
- version: 9.1.3(@babel/core@7.24.7)(webpack@5.92.0(webpack-cli@5.1.4))
+ specifier: ^9.2.1
+ version: 9.2.1(@babel/core@7.26.0)(webpack@5.96.1)
babel-preset-react-app:
specifier: ^10.0.1
version: 10.0.1
copy-webpack-plugin:
specifier: ^12.0.2
- version: 12.0.2(webpack@5.92.0(webpack-cli@5.1.4))
+ version: 12.0.2(webpack@5.96.1)
css-loader:
specifier: ^6.11.0
- version: 6.11.0(webpack@5.92.0(webpack-cli@5.1.4))
+ version: 6.11.0(webpack@5.96.1)
eslint:
- specifier: ^8.57.0
- version: 8.57.0
+ specifier: ^8.57.1
+ version: 8.57.1
eslint-config-prettier:
specifier: ^9.1.0
- version: 9.1.0(eslint@8.57.0)
+ version: 9.1.0(eslint@8.57.1)
eslint-plugin-prettier:
- specifier: ^5.1.3
- version: 5.1.3(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.2)
+ specifier: ^5.2.1
+ version: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.3.3)
eslint-plugin-react:
- specifier: ^7.34.3
- version: 7.34.3(eslint@8.57.0)
+ specifier: ^7.37.2
+ version: 7.37.2(eslint@8.57.1)
prettier:
- specifier: ^3.3.2
- version: 3.3.2
+ specifier: ^3.3.3
+ version: 3.3.3
style-loader:
specifier: ^3.3.4
- version: 3.3.4(webpack@5.92.0(webpack-cli@5.1.4))
+ version: 3.3.4(webpack@5.96.1)
typescript:
specifier: ~5.2.2
version: 5.2.2
webpack:
- specifier: ^5.92.0
- version: 5.92.0(webpack-cli@5.1.4)
+ specifier: ^5.96.1
+ version: 5.96.1(webpack-cli@5.1.4)
webpack-cli:
specifier: ^5.1.4
- version: 5.1.4(webpack@5.92.0)
+ version: 5.1.4(webpack@5.96.1)
packages/graphql-layer:
dependencies:
'@apollo/client':
- specifier: ^3.11.4
- version: 3.11.4(@types/react@17.0.80)(graphql-ws@5.16.0(graphql@16.8.2))(graphql@16.8.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
+ specifier: ^3.11.10
+ version: 3.11.10(@types/react@18.3.3)(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
dotenv:
specifier: ^16.4.5
version: 16.4.5
graphql:
- specifier: ^16.8.2
- version: 16.8.2
+ specifier: ^16.9.0
+ version: 16.9.0
graphql-tag:
specifier: ^2.12.6
- version: 2.12.6(graphql@16.8.2)
+ version: 2.12.6(graphql@16.9.0)
react-dom:
specifier: ^17.0.2
version: 17.0.2(react@17.0.2)
@@ -297,83 +303,83 @@ importers:
version: 5.2.2
devDependencies:
'@graphql-codegen/cli':
- specifier: ^5.0.2
- version: 5.0.2(@types/node@20.14.5)(graphql@16.8.2)(typescript@5.2.2)
+ specifier: ^5.0.3
+ version: 5.0.3(@types/node@20.17.6)(graphql@16.9.0)(typescript@5.2.2)
'@graphql-codegen/near-operation-file-preset':
specifier: ^3.0.0
- version: 3.0.0(graphql@16.8.2)
+ version: 3.0.0(graphql@16.9.0)
'@graphql-codegen/typescript':
- specifier: ^4.0.7
- version: 4.0.7(graphql@16.8.2)
+ specifier: ^4.1.1
+ version: 4.1.1(graphql@16.9.0)
'@graphql-codegen/typescript-operations':
- specifier: ^4.2.1
- version: 4.2.1(graphql@16.8.2)
+ specifier: ^4.3.1
+ version: 4.3.1(graphql@16.9.0)
'@graphql-codegen/typescript-react-apollo':
- specifier: ^4.3.0
- version: 4.3.0(graphql-tag@2.12.6(graphql@16.8.2))(graphql@16.8.2)
+ specifier: ^4.3.2
+ version: 4.3.2(graphql@16.9.0)
'@types/node':
- specifier: ^20.14.5
- version: 20.14.5
+ specifier: ^20.17.6
+ version: 20.17.6
'@typescript-eslint/eslint-plugin':
- specifier: ^7.13.1
- version: 7.13.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint@8.57.0)(typescript@5.2.2)
+ specifier: ^7.18.0
+ version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.2.2))(eslint@8.57.1)(typescript@5.2.2)
'@typescript-eslint/parser':
- specifier: ^7.13.1
- version: 7.13.1(eslint@8.57.0)(typescript@5.2.2)
+ specifier: ^7.18.0
+ version: 7.18.0(eslint@8.57.1)(typescript@5.2.2)
eslint:
- specifier: ^8.57.0
- version: 8.57.0
+ specifier: ^8.57.1
+ version: 8.57.1
eslint-config-prettier:
specifier: ^9.1.0
- version: 9.1.0(eslint@8.57.0)
+ version: 9.1.0(eslint@8.57.1)
eslint-plugin-prettier:
- specifier: ^5.1.3
- version: 5.1.3(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.2)
+ specifier: ^5.2.1
+ version: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.3.3)
prettier:
- specifier: ^3.3.2
- version: 3.3.2
+ specifier: ^3.3.3
+ version: 3.3.3
rimraf:
- specifier: ^5.0.7
- version: 5.0.7
+ specifier: ^5.0.10
+ version: 5.0.10
ts-node:
specifier: ^10.9.2
- version: 10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2)
+ version: 10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2)
packages/preview-integration:
devDependencies:
'@babel/core':
- specifier: ^7.24.7
- version: 7.24.7
+ specifier: ^7.26.0
+ version: 7.26.0
'@babel/preset-env':
- specifier: ^7.24.7
- version: 7.24.7(@babel/core@7.24.7)
+ specifier: ^7.26.0
+ version: 7.26.0(@babel/core@7.26.0)
babel-loader:
- specifier: ^9.1.3
- version: 9.1.3(@babel/core@7.24.7)(webpack@5.92.0(webpack-cli@5.1.4))
+ specifier: ^9.2.1
+ version: 9.2.1(@babel/core@7.26.0)(webpack@5.96.1)
css-loader:
specifier: ^6.11.0
- version: 6.11.0(webpack@5.92.0(webpack-cli@5.1.4))
+ version: 6.11.0(webpack@5.96.1)
eslint:
- specifier: ^8.57.0
- version: 8.57.0
+ specifier: ^8.57.1
+ version: 8.57.1
eslint-config-prettier:
specifier: ^9.1.0
- version: 9.1.0(eslint@8.57.0)
+ version: 9.1.0(eslint@8.57.1)
eslint-plugin-prettier:
- specifier: ^5.1.3
- version: 5.1.3(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.2)
+ specifier: ^5.2.1
+ version: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.3.3)
prettier:
- specifier: ^3.3.2
- version: 3.3.2
+ specifier: ^3.3.3
+ version: 3.3.3
style-loader:
specifier: ^3.3.4
- version: 3.3.4(webpack@5.92.0(webpack-cli@5.1.4))
+ version: 3.3.4(webpack@5.96.1)
webpack:
- specifier: ^5.92.0
- version: 5.92.0(webpack-cli@5.1.4)
+ specifier: ^5.96.1
+ version: 5.96.1(webpack-cli@5.1.4)
webpack-cli:
specifier: ^5.1.4
- version: 5.1.4(webpack@5.92.0)
+ version: 5.1.4(webpack@5.96.1)
packages/view-dispatcher:
dependencies:
@@ -382,44 +388,44 @@ importers:
version: 5.2.2
devDependencies:
'@typescript-eslint/eslint-plugin':
- specifier: ^7.13.1
- version: 7.13.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint@8.57.0)(typescript@5.2.2)
+ specifier: ^7.18.0
+ version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.2.2))(eslint@8.57.1)(typescript@5.2.2)
'@typescript-eslint/parser':
- specifier: ^7.13.1
- version: 7.13.1(eslint@8.57.0)(typescript@5.2.2)
+ specifier: ^7.18.0
+ version: 7.18.0(eslint@8.57.1)(typescript@5.2.2)
eslint:
- specifier: ^8.57.0
- version: 8.57.0
+ specifier: ^8.57.1
+ version: 8.57.1
eslint-config-prettier:
specifier: ^9.1.0
- version: 9.1.0(eslint@8.57.0)
+ version: 9.1.0(eslint@8.57.1)
eslint-plugin-prettier:
- specifier: ^5.1.3
- version: 5.1.3(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.2)
+ specifier: ^5.2.1
+ version: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.3.3)
prettier:
- specifier: ^3.3.2
- version: 3.3.2
+ specifier: ^3.3.3
+ version: 3.3.3
servers/mocking:
dependencies:
body-parser:
- specifier: ^1.20.2
- version: 1.20.2
+ specifier: ^1.20.3
+ version: 1.20.3
cors:
specifier: 2.8.5
version: 2.8.5
express:
- specifier: ^4.19.2
- version: 4.19.2
+ specifier: ^4.21.2
+ version: 4.21.2
express-http-proxy:
- specifier: ^2.0.0
- version: 2.0.0
+ specifier: ^2.1.1
+ version: 2.1.1
globby:
specifier: ^11.1.0
version: 11.1.0
graphql:
- specifier: ^16.8.2
- version: 16.8.2
+ specifier: ^16.9.0
+ version: 16.9.0
import-fresh:
specifier: ^3.3.0
version: 3.3.0
@@ -439,30 +445,30 @@ importers:
specifier: 1.4.5-lts.1
version: 1.4.5-lts.1
path-to-regexp:
- specifier: ^6.2.2
- version: 6.2.2
+ specifier: ^6.3.0
+ version: 6.3.0
winston:
- specifier: ^3.13.0
- version: 3.13.0
+ specifier: ^3.17.0
+ version: 3.17.0
devDependencies:
dotenv:
specifier: ^16.4.5
version: 16.4.5
eslint:
- specifier: ^8.57.0
- version: 8.57.0
+ specifier: ^8.57.1
+ version: 8.57.1
eslint-config-prettier:
specifier: ^9.1.0
- version: 9.1.0(eslint@8.57.0)
+ version: 9.1.0(eslint@8.57.1)
eslint-plugin-prettier:
- specifier: ^5.1.3
- version: 5.1.3(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.2)
+ specifier: ^5.2.1
+ version: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.3.3)
jest:
specifier: ^29.7.0
- version: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2))
+ version: 29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2))
prettier:
- specifier: ^3.3.2
- version: 3.3.2
+ specifier: ^3.3.3
+ version: 3.3.3
supertest:
specifier: ^7.0.0
version: 7.0.0
@@ -471,31 +477,31 @@ importers:
dependencies:
'@apollo/server':
specifier: ^4.10.4
- version: 4.10.4(graphql@16.8.2)
+ version: 4.11.2(graphql@16.9.0)
'@graphql-tools/delegate':
specifier: ^10.0.11
- version: 10.0.11(graphql@16.8.2)
+ version: 10.0.11(graphql@16.9.0)
'@graphql-tools/load':
specifier: ^8.0.2
- version: 8.0.2(graphql@16.8.2)
+ version: 8.0.2(graphql@16.9.0)
'@graphql-tools/schema':
specifier: ^10.0.4
- version: 10.0.4(graphql@16.8.2)
+ version: 10.0.4(graphql@16.9.0)
'@graphql-tools/stitch':
specifier: ^9.2.9
- version: 9.2.9(graphql@16.8.2)
+ version: 9.2.9(graphql@16.9.0)
'@graphql-tools/url-loader':
specifier: ^8.0.2
- version: 8.0.2(@types/node@20.14.5)(graphql@16.8.2)
+ version: 8.0.2(@types/node@20.17.6)(graphql@16.9.0)
'@graphql-tools/utils':
specifier: ^10.2.2
- version: 10.2.2(graphql@16.8.2)
+ version: 10.2.2(graphql@16.9.0)
'@graphql-tools/wrap':
specifier: ^10.0.5
- version: 10.0.5(graphql@16.8.2)
+ version: 10.0.5(graphql@16.9.0)
body-parser:
- specifier: ^1.20.2
- version: 1.20.2
+ specifier: ^1.20.3
+ version: 1.20.3
cors:
specifier: ^2.8.5
version: 2.8.5
@@ -503,23 +509,23 @@ importers:
specifier: ^16.4.5
version: 16.4.5
express:
- specifier: ^4.19.2
- version: 4.19.2
+ specifier: ^4.21.2
+ version: 4.21.2
express-actuator:
specifier: ^1.8.4
version: 1.8.4
express-http-proxy:
specifier: ^2.0.0
- version: 2.0.0
+ version: 2.1.1
graphql:
specifier: ^16.8.2
- version: 16.8.2
+ version: 16.9.0
typescript:
specifier: ~5.2.2
version: 5.2.2
winston:
specifier: ^3.13.0
- version: 3.13.0
+ version: 3.17.0
devDependencies:
'@types/body-parser':
specifier: ^1.19.5
@@ -537,32 +543,32 @@ importers:
specifier: ^1.6.6
version: 1.6.6
'@types/node':
- specifier: ^20.14.5
- version: 20.14.5
+ specifier: ^20.14.6
+ version: 20.17.6
'@typescript-eslint/eslint-plugin':
- specifier: ^7.13.1
- version: 7.13.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint@8.57.0)(typescript@5.2.2)
+ specifier: ^7.18.0
+ version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.2.2))(eslint@8.57.1)(typescript@5.2.2)
'@typescript-eslint/parser':
- specifier: ^7.13.1
- version: 7.13.1(eslint@8.57.0)(typescript@5.2.2)
+ specifier: ^7.18.0
+ version: 7.18.0(eslint@8.57.1)(typescript@5.2.2)
eslint:
specifier: ^8.57.0
- version: 8.57.0
+ version: 8.57.1
eslint-config-prettier:
specifier: ^9.1.0
- version: 9.1.0(eslint@8.57.0)
+ version: 9.1.0(eslint@8.57.1)
eslint-plugin-prettier:
specifier: ^5.1.3
- version: 5.1.3(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.2)
+ version: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.3.3)
nodemon:
- specifier: ^3.1.3
- version: 3.1.3
+ specifier: ^3.1.4
+ version: 3.1.7
prettier:
specifier: ^3.3.2
- version: 3.3.2
+ version: 3.3.3
ts-node:
specifier: ^10.9.2
- version: 10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2)
+ version: 10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2)
packages:
@@ -575,8 +581,8 @@ packages:
peerDependencies:
graphql: 14.x || 15.x || 16.x
- '@apollo/client@3.11.4':
- resolution: {integrity: sha512-bmgYKkULpym8wt8aXlAZ1heaYo0skLJ5ru0qJ+JCRoo03Pe+yIDbBCnqlDw6Mjj76hFkDw3HwFMgZC2Hxp30Mg==}
+ '@apollo/client@3.11.10':
+ resolution: {integrity: sha512-IfGc+X4il0rDqVQBBWdxIKM+ciDCiDzBq9+Bg9z4tJMi87uF6po4v+ddiac1wP0ARgVPsFwEIGxK7jhN4pW8jg==}
peerDependencies:
graphql: ^15.0.0 || ^16.0.0
graphql-ws: ^5.5.5
@@ -602,8 +608,8 @@ packages:
peerDependencies:
graphql: 14.x || 15.x || 16.x
- '@apollo/server@4.10.4':
- resolution: {integrity: sha512-HS12CUa1wq8f5zKXOKJRwRdESFp4por9AINecpcsEUV9jsCP/NqPILgx0hCOOFJuKxmnaL7070xO6l5xmOq4Fw==}
+ '@apollo/server@4.11.2':
+ resolution: {integrity: sha512-WUTHY7DDek8xAMn4Woa9Bl8duQUDzRYQkosX/d1DtCsBWESZyApR7ndnI5d6+W4KSTtqBHhJFkusEI7CWuIJXg==}
engines: {node: '>=14.16.0'}
peerDependencies:
graphql: ^16.6.0
@@ -681,162 +687,149 @@ packages:
resolution: {integrity: sha512-xhlTqH0m31mnsG0tIP4ETgfSB6gXDaYYsUWTrlUV93fFQPI9dd8hE0Ot6MHLCtqgB32hwJAC3YZMWlXZw7AleA==}
engines: {node: '>=14'}
- '@aw-web-design/x-default-browser@1.4.126':
- resolution: {integrity: sha512-Xk1sIhyNC/esHGGVjL/niHLowM0csl/kFO5uawBy4IrWwy0o1G8LGt3jP6nmWGz+USxeeqbihAmp/oVZju6wug==}
- hasBin: true
-
- '@babel/code-frame@7.24.7':
- resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==}
+ '@babel/code-frame@7.26.2':
+ resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==}
engines: {node: '>=6.9.0'}
- '@babel/compat-data@7.24.7':
- resolution: {integrity: sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==}
+ '@babel/compat-data@7.26.2':
+ resolution: {integrity: sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==}
engines: {node: '>=6.9.0'}
- '@babel/core@7.24.7':
- resolution: {integrity: sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==}
+ '@babel/core@7.26.0':
+ resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==}
engines: {node: '>=6.9.0'}
- '@babel/generator@7.24.7':
- resolution: {integrity: sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==}
+ '@babel/generator@7.26.2':
+ resolution: {integrity: sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-annotate-as-pure@7.24.7':
- resolution: {integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==}
+ '@babel/helper-annotate-as-pure@7.25.9':
+ resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==}
engines: {node: '>=6.9.0'}
- '@babel/helper-builder-binary-assignment-operator-visitor@7.24.7':
- resolution: {integrity: sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==}
+ '@babel/helper-builder-binary-assignment-operator-visitor@7.25.9':
+ resolution: {integrity: sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==}
engines: {node: '>=6.9.0'}
- '@babel/helper-compilation-targets@7.24.7':
- resolution: {integrity: sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==}
+ '@babel/helper-compilation-targets@7.25.9':
+ resolution: {integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-create-class-features-plugin@7.24.7':
- resolution: {integrity: sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==}
+ '@babel/helper-create-class-features-plugin@7.25.9':
+ resolution: {integrity: sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-create-regexp-features-plugin@7.24.7':
- resolution: {integrity: sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==}
+ '@babel/helper-create-regexp-features-plugin@7.25.9':
+ resolution: {integrity: sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-define-polyfill-provider@0.6.2':
- resolution: {integrity: sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==}
+ '@babel/helper-define-polyfill-provider@0.6.3':
+ resolution: {integrity: sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
- '@babel/helper-environment-visitor@7.24.7':
- resolution: {integrity: sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-function-name@7.24.7':
- resolution: {integrity: sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-hoist-variables@7.24.7':
- resolution: {integrity: sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-member-expression-to-functions@7.24.7':
- resolution: {integrity: sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==}
+ '@babel/helper-member-expression-to-functions@7.25.9':
+ resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-imports@7.24.7':
- resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==}
+ '@babel/helper-module-imports@7.25.9':
+ resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-transforms@7.24.7':
- resolution: {integrity: sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==}
+ '@babel/helper-module-transforms@7.26.0':
+ resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-optimise-call-expression@7.24.7':
- resolution: {integrity: sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==}
+ '@babel/helper-optimise-call-expression@7.25.9':
+ resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-plugin-utils@7.24.7':
- resolution: {integrity: sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==}
+ '@babel/helper-plugin-utils@7.25.9':
+ resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-remap-async-to-generator@7.24.7':
- resolution: {integrity: sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==}
+ '@babel/helper-remap-async-to-generator@7.25.9':
+ resolution: {integrity: sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-replace-supers@7.24.7':
- resolution: {integrity: sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==}
+ '@babel/helper-replace-supers@7.25.9':
+ resolution: {integrity: sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-simple-access@7.24.7':
- resolution: {integrity: sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-skip-transparent-expression-wrappers@7.24.7':
- resolution: {integrity: sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==}
+ '@babel/helper-simple-access@7.25.9':
+ resolution: {integrity: sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==}
engines: {node: '>=6.9.0'}
- '@babel/helper-split-export-declaration@7.24.7':
- resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==}
+ '@babel/helper-skip-transparent-expression-wrappers@7.25.9':
+ resolution: {integrity: sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-string-parser@7.24.7':
- resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==}
+ '@babel/helper-string-parser@7.25.9':
+ resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-validator-identifier@7.24.7':
- resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
+ '@babel/helper-validator-identifier@7.25.9':
+ resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-validator-option@7.24.7':
- resolution: {integrity: sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==}
+ '@babel/helper-validator-option@7.25.9':
+ resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-wrap-function@7.24.7':
- resolution: {integrity: sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==}
+ '@babel/helper-wrap-function@7.25.9':
+ resolution: {integrity: sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.24.7':
- resolution: {integrity: sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==}
+ '@babel/helpers@7.26.10':
+ resolution: {integrity: sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==}
engines: {node: '>=6.9.0'}
- '@babel/highlight@7.24.7':
- resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==}
- engines: {node: '>=6.9.0'}
+ '@babel/parser@7.26.10':
+ resolution: {integrity: sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==}
+ engines: {node: '>=6.0.0'}
+ hasBin: true
- '@babel/parser@7.24.7':
- resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==}
+ '@babel/parser@7.26.2':
+ resolution: {integrity: sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==}
engines: {node: '>=6.0.0'}
hasBin: true
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.7':
- resolution: {integrity: sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==}
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9':
+ resolution: {integrity: sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9':
+ resolution: {integrity: sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.7':
- resolution: {integrity: sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==}
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9':
+ resolution: {integrity: sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7':
- resolution: {integrity: sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==}
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9':
+ resolution: {integrity: sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.13.0
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.7':
- resolution: {integrity: sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==}
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9':
+ resolution: {integrity: sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -848,8 +841,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-proposal-decorators@7.24.7':
- resolution: {integrity: sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==}
+ '@babel/plugin-proposal-decorators@7.25.9':
+ resolution: {integrity: sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -923,36 +916,26 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-syntax-decorators@7.24.7':
- resolution: {integrity: sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==}
+ '@babel/plugin-syntax-decorators@7.25.9':
+ resolution: {integrity: sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-syntax-dynamic-import@7.8.3':
- resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
-
- '@babel/plugin-syntax-export-namespace-from@7.8.3':
- resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
-
- '@babel/plugin-syntax-flow@7.24.7':
- resolution: {integrity: sha512-9G8GYT/dxn/D1IIKOUBmGX0mnmj46mGH9NnZyJLwtCpgh5f7D2VbuKodb+2s9m1Yavh1s7ASQN8lf0eqrb1LTw==}
+ '@babel/plugin-syntax-flow@7.26.0':
+ resolution: {integrity: sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-syntax-import-assertions@7.24.7':
- resolution: {integrity: sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==}
+ '@babel/plugin-syntax-import-assertions@7.26.0':
+ resolution: {integrity: sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-syntax-import-attributes@7.24.7':
- resolution: {integrity: sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==}
+ '@babel/plugin-syntax-import-attributes@7.26.0':
+ resolution: {integrity: sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -967,8 +950,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-syntax-jsx@7.24.7':
- resolution: {integrity: sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==}
+ '@babel/plugin-syntax-jsx@7.25.9':
+ resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -1015,8 +998,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-syntax-typescript@7.24.7':
- resolution: {integrity: sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==}
+ '@babel/plugin-syntax-typescript@7.25.9':
+ resolution: {integrity: sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -1027,344 +1010,350 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/plugin-transform-arrow-functions@7.24.7':
- resolution: {integrity: sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==}
+ '@babel/plugin-transform-arrow-functions@7.25.9':
+ resolution: {integrity: sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-async-generator-functions@7.24.7':
- resolution: {integrity: sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==}
+ '@babel/plugin-transform-async-generator-functions@7.25.9':
+ resolution: {integrity: sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-async-to-generator@7.24.7':
- resolution: {integrity: sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==}
+ '@babel/plugin-transform-async-to-generator@7.25.9':
+ resolution: {integrity: sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-block-scoped-functions@7.24.7':
- resolution: {integrity: sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==}
+ '@babel/plugin-transform-block-scoped-functions@7.25.9':
+ resolution: {integrity: sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-block-scoping@7.24.7':
- resolution: {integrity: sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==}
+ '@babel/plugin-transform-block-scoping@7.25.9':
+ resolution: {integrity: sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-class-properties@7.24.7':
- resolution: {integrity: sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==}
+ '@babel/plugin-transform-class-properties@7.25.9':
+ resolution: {integrity: sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-class-static-block@7.24.7':
- resolution: {integrity: sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==}
+ '@babel/plugin-transform-class-static-block@7.26.0':
+ resolution: {integrity: sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.12.0
- '@babel/plugin-transform-classes@7.24.7':
- resolution: {integrity: sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==}
+ '@babel/plugin-transform-classes@7.25.9':
+ resolution: {integrity: sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-computed-properties@7.24.7':
- resolution: {integrity: sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==}
+ '@babel/plugin-transform-computed-properties@7.25.9':
+ resolution: {integrity: sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-destructuring@7.24.7':
- resolution: {integrity: sha512-19eJO/8kdCQ9zISOf+SEUJM/bAUIsvY3YDnXZTupUCQ8LgrWnsG/gFB9dvXqdXnRXMAM8fvt7b0CBKQHNGy1mw==}
+ '@babel/plugin-transform-destructuring@7.25.9':
+ resolution: {integrity: sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-dotall-regex@7.24.7':
- resolution: {integrity: sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==}
+ '@babel/plugin-transform-dotall-regex@7.25.9':
+ resolution: {integrity: sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-duplicate-keys@7.24.7':
- resolution: {integrity: sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==}
+ '@babel/plugin-transform-duplicate-keys@7.25.9':
+ resolution: {integrity: sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-dynamic-import@7.24.7':
- resolution: {integrity: sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==}
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9':
+ resolution: {integrity: sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+
+ '@babel/plugin-transform-dynamic-import@7.25.9':
+ resolution: {integrity: sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-exponentiation-operator@7.24.7':
- resolution: {integrity: sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==}
+ '@babel/plugin-transform-exponentiation-operator@7.25.9':
+ resolution: {integrity: sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-export-namespace-from@7.24.7':
- resolution: {integrity: sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==}
+ '@babel/plugin-transform-export-namespace-from@7.25.9':
+ resolution: {integrity: sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-flow-strip-types@7.24.7':
- resolution: {integrity: sha512-cjRKJ7FobOH2eakx7Ja+KpJRj8+y+/SiB3ooYm/n2UJfxu0oEaOoxOinitkJcPqv9KxS0kxTGPUaR7L2XcXDXA==}
+ '@babel/plugin-transform-flow-strip-types@7.25.9':
+ resolution: {integrity: sha512-/VVukELzPDdci7UUsWQaSkhgnjIWXnIyRpM02ldxaVoFK96c41So8JcKT3m0gYjyv7j5FNPGS5vfELrWalkbDA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-for-of@7.24.7':
- resolution: {integrity: sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==}
+ '@babel/plugin-transform-for-of@7.25.9':
+ resolution: {integrity: sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-function-name@7.24.7':
- resolution: {integrity: sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==}
+ '@babel/plugin-transform-function-name@7.25.9':
+ resolution: {integrity: sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-json-strings@7.24.7':
- resolution: {integrity: sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==}
+ '@babel/plugin-transform-json-strings@7.25.9':
+ resolution: {integrity: sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-literals@7.24.7':
- resolution: {integrity: sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==}
+ '@babel/plugin-transform-literals@7.25.9':
+ resolution: {integrity: sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-logical-assignment-operators@7.24.7':
- resolution: {integrity: sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==}
+ '@babel/plugin-transform-logical-assignment-operators@7.25.9':
+ resolution: {integrity: sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-member-expression-literals@7.24.7':
- resolution: {integrity: sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==}
+ '@babel/plugin-transform-member-expression-literals@7.25.9':
+ resolution: {integrity: sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-modules-amd@7.24.7':
- resolution: {integrity: sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==}
+ '@babel/plugin-transform-modules-amd@7.25.9':
+ resolution: {integrity: sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-modules-commonjs@7.24.7':
- resolution: {integrity: sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ==}
+ '@babel/plugin-transform-modules-commonjs@7.25.9':
+ resolution: {integrity: sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-modules-systemjs@7.24.7':
- resolution: {integrity: sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==}
+ '@babel/plugin-transform-modules-systemjs@7.25.9':
+ resolution: {integrity: sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-modules-umd@7.24.7':
- resolution: {integrity: sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==}
+ '@babel/plugin-transform-modules-umd@7.25.9':
+ resolution: {integrity: sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-named-capturing-groups-regex@7.24.7':
- resolution: {integrity: sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==}
+ '@babel/plugin-transform-named-capturing-groups-regex@7.25.9':
+ resolution: {integrity: sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/plugin-transform-new-target@7.24.7':
- resolution: {integrity: sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==}
+ '@babel/plugin-transform-new-target@7.25.9':
+ resolution: {integrity: sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-nullish-coalescing-operator@7.24.7':
- resolution: {integrity: sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==}
+ '@babel/plugin-transform-nullish-coalescing-operator@7.25.9':
+ resolution: {integrity: sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-numeric-separator@7.24.7':
- resolution: {integrity: sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==}
+ '@babel/plugin-transform-numeric-separator@7.25.9':
+ resolution: {integrity: sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-object-rest-spread@7.24.7':
- resolution: {integrity: sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==}
+ '@babel/plugin-transform-object-rest-spread@7.25.9':
+ resolution: {integrity: sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-object-super@7.24.7':
- resolution: {integrity: sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==}
+ '@babel/plugin-transform-object-super@7.25.9':
+ resolution: {integrity: sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-optional-catch-binding@7.24.7':
- resolution: {integrity: sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==}
+ '@babel/plugin-transform-optional-catch-binding@7.25.9':
+ resolution: {integrity: sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-optional-chaining@7.24.7':
- resolution: {integrity: sha512-tK+0N9yd4j+x/4hxF3F0e0fu/VdcxU18y5SevtyM/PCFlQvXbR0Zmlo2eBrKtVipGNFzpq56o8WsIIKcJFUCRQ==}
+ '@babel/plugin-transform-optional-chaining@7.25.9':
+ resolution: {integrity: sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-parameters@7.24.7':
- resolution: {integrity: sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==}
+ '@babel/plugin-transform-parameters@7.25.9':
+ resolution: {integrity: sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-private-methods@7.24.7':
- resolution: {integrity: sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==}
+ '@babel/plugin-transform-private-methods@7.25.9':
+ resolution: {integrity: sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-private-property-in-object@7.24.7':
- resolution: {integrity: sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==}
+ '@babel/plugin-transform-private-property-in-object@7.25.9':
+ resolution: {integrity: sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-property-literals@7.24.7':
- resolution: {integrity: sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==}
+ '@babel/plugin-transform-property-literals@7.25.9':
+ resolution: {integrity: sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-react-display-name@7.24.7':
- resolution: {integrity: sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==}
+ '@babel/plugin-transform-react-display-name@7.25.9':
+ resolution: {integrity: sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-react-jsx-development@7.24.7':
- resolution: {integrity: sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==}
+ '@babel/plugin-transform-react-jsx-development@7.25.9':
+ resolution: {integrity: sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-react-jsx@7.24.7':
- resolution: {integrity: sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==}
+ '@babel/plugin-transform-react-jsx@7.25.9':
+ resolution: {integrity: sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-react-pure-annotations@7.24.7':
- resolution: {integrity: sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==}
+ '@babel/plugin-transform-react-pure-annotations@7.25.9':
+ resolution: {integrity: sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-regenerator@7.24.7':
- resolution: {integrity: sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==}
+ '@babel/plugin-transform-regenerator@7.25.9':
+ resolution: {integrity: sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-reserved-words@7.24.7':
- resolution: {integrity: sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==}
+ '@babel/plugin-transform-regexp-modifiers@7.26.0':
+ resolution: {integrity: sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.0.0-0
+ '@babel/core': ^7.0.0
- '@babel/plugin-transform-runtime@7.24.7':
- resolution: {integrity: sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==}
+ '@babel/plugin-transform-reserved-words@7.25.9':
+ resolution: {integrity: sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-shorthand-properties@7.24.7':
- resolution: {integrity: sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==}
+ '@babel/plugin-transform-runtime@7.25.9':
+ resolution: {integrity: sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-spread@7.24.7':
- resolution: {integrity: sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==}
+ '@babel/plugin-transform-shorthand-properties@7.25.9':
+ resolution: {integrity: sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-sticky-regex@7.24.7':
- resolution: {integrity: sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==}
+ '@babel/plugin-transform-spread@7.25.9':
+ resolution: {integrity: sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-template-literals@7.24.7':
- resolution: {integrity: sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==}
+ '@babel/plugin-transform-sticky-regex@7.25.9':
+ resolution: {integrity: sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-typeof-symbol@7.24.7':
- resolution: {integrity: sha512-VtR8hDy7YLB7+Pet9IarXjg/zgCMSF+1mNS/EQEiEaUPoFXCVsHG64SIxcaaI2zJgRiv+YmgaQESUfWAdbjzgg==}
+ '@babel/plugin-transform-template-literals@7.25.9':
+ resolution: {integrity: sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-typescript@7.24.7':
- resolution: {integrity: sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==}
+ '@babel/plugin-transform-typeof-symbol@7.25.9':
+ resolution: {integrity: sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-unicode-escapes@7.24.7':
- resolution: {integrity: sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==}
+ '@babel/plugin-transform-typescript@7.25.9':
+ resolution: {integrity: sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-unicode-property-regex@7.24.7':
- resolution: {integrity: sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==}
+ '@babel/plugin-transform-unicode-escapes@7.25.9':
+ resolution: {integrity: sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-unicode-regex@7.24.7':
- resolution: {integrity: sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==}
+ '@babel/plugin-transform-unicode-property-regex@7.25.9':
+ resolution: {integrity: sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-unicode-sets-regex@7.24.7':
- resolution: {integrity: sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==}
+ '@babel/plugin-transform-unicode-regex@7.25.9':
+ resolution: {integrity: sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.0.0
+ '@babel/core': ^7.0.0-0
- '@babel/preset-env@7.24.7':
- resolution: {integrity: sha512-1YZNsc+y6cTvWlDHidMBsQZrZfEFjRIo/BZCT906PMdzOyXtSLTgqGdrpcuTDCXyd11Am5uQULtDIcCfnTc8fQ==}
+ '@babel/plugin-transform-unicode-sets-regex@7.25.9':
+ resolution: {integrity: sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.0.0-0
+ '@babel/core': ^7.0.0
- '@babel/preset-flow@7.24.7':
- resolution: {integrity: sha512-NL3Lo0NorCU607zU3NwRyJbpaB6E3t0xtd3LfAQKDfkeX4/ggcDXvkmkW42QWT5owUeW/jAe4hn+2qvkV1IbfQ==}
+ '@babel/preset-env@7.26.0':
+ resolution: {integrity: sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -1374,56 +1363,50 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
- '@babel/preset-react@7.24.7':
- resolution: {integrity: sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==}
+ '@babel/preset-react@7.25.9':
+ resolution: {integrity: sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/preset-typescript@7.24.7':
- resolution: {integrity: sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==}
+ '@babel/preset-typescript@7.26.0':
+ resolution: {integrity: sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/register@7.24.6':
- resolution: {integrity: sha512-WSuFCc2wCqMeXkz/i3yfAAsxwWflEgbVkZzivgAmXl/MxrXeoYFZOOPllbC8R8WTF7u61wSRQtDVZ1879cdu6w==}
+ '@babel/runtime@7.26.10':
+ resolution: {integrity: sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==}
engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- '@babel/regjsgen@0.8.0':
- resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==}
-
- '@babel/runtime@7.24.7':
- resolution: {integrity: sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==}
+ '@babel/template@7.25.9':
+ resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==}
engines: {node: '>=6.9.0'}
- '@babel/template@7.24.7':
- resolution: {integrity: sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==}
+ '@babel/template@7.26.9':
+ resolution: {integrity: sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.24.7':
- resolution: {integrity: sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==}
+ '@babel/traverse@7.25.9':
+ resolution: {integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.24.7':
- resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==}
+ '@babel/types@7.26.0':
+ resolution: {integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==}
engines: {node: '>=6.9.0'}
- '@base2/pretty-print-object@1.0.1':
- resolution: {integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==}
+ '@babel/types@7.26.10':
+ resolution: {integrity: sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==}
+ engines: {node: '>=6.9.0'}
'@bcoe/v8-coverage@0.2.3':
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
- '@chromatic-com/storybook@1.5.0':
- resolution: {integrity: sha512-LkLKv7SWu/6kGep1ft2HA1T/cm14wU0zoW71gE4cZRcgUoRQJtyhITFTLHrjqAxz6bVqNgqzQtd5oBZ2nK3L3g==}
+ '@chromatic-com/storybook@3.2.2':
+ resolution: {integrity: sha512-xmXt/GW0hAPbzNTrxYuVo43Adrtjue4DeVrsoIIEeJdGaPNNeNf+DHMlJKOBdlHmCnFUoe9R/0mLM9zUp5bKWw==}
engines: {node: '>=16.0.0', yarn: '>=1.22.18'}
-
- '@colors/colors@1.5.0':
- resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==}
- engines: {node: '>=0.1.90'}
+ peerDependencies:
+ storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0
'@colors/colors@1.6.0':
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
@@ -1440,11 +1423,11 @@ packages:
resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==}
engines: {node: '>=10.0.0'}
- '@emotion/is-prop-valid@1.2.2':
- resolution: {integrity: sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==}
+ '@emotion/is-prop-valid@1.3.1':
+ resolution: {integrity: sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==}
- '@emotion/memoize@0.8.1':
- resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==}
+ '@emotion/memoize@0.9.0':
+ resolution: {integrity: sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==}
'@emotion/stylis@0.8.5':
resolution: {integrity: sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==}
@@ -1452,302 +1435,312 @@ packages:
'@emotion/unitless@0.7.5':
resolution: {integrity: sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==}
- '@emotion/use-insertion-effect-with-fallbacks@1.0.1':
- resolution: {integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==}
- peerDependencies:
- react: '>=16.8.0'
-
- '@esbuild/aix-ppc64@0.20.2':
- resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==}
+ '@esbuild/aix-ppc64@0.21.5':
+ resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [aix]
- '@esbuild/android-arm64@0.18.20':
- resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==}
+ '@esbuild/aix-ppc64@0.24.2':
+ resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==}
+ engines: {node: '>=18'}
+ cpu: [ppc64]
+ os: [aix]
+
+ '@esbuild/android-arm64@0.21.5':
+ resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
- '@esbuild/android-arm64@0.20.2':
- resolution: {integrity: sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==}
- engines: {node: '>=12'}
+ '@esbuild/android-arm64@0.24.2':
+ resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [android]
- '@esbuild/android-arm@0.18.20':
- resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==}
+ '@esbuild/android-arm@0.21.5':
+ resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
engines: {node: '>=12'}
cpu: [arm]
os: [android]
- '@esbuild/android-arm@0.20.2':
- resolution: {integrity: sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==}
- engines: {node: '>=12'}
+ '@esbuild/android-arm@0.24.2':
+ resolution: {integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==}
+ engines: {node: '>=18'}
cpu: [arm]
os: [android]
- '@esbuild/android-x64@0.18.20':
- resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==}
+ '@esbuild/android-x64@0.21.5':
+ resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
- '@esbuild/android-x64@0.20.2':
- resolution: {integrity: sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==}
- engines: {node: '>=12'}
+ '@esbuild/android-x64@0.24.2':
+ resolution: {integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [android]
- '@esbuild/darwin-arm64@0.18.20':
- resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==}
+ '@esbuild/darwin-arm64@0.21.5':
+ resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
- '@esbuild/darwin-arm64@0.20.2':
- resolution: {integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==}
- engines: {node: '>=12'}
+ '@esbuild/darwin-arm64@0.24.2':
+ resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [darwin]
- '@esbuild/darwin-x64@0.18.20':
- resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==}
+ '@esbuild/darwin-x64@0.21.5':
+ resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
- '@esbuild/darwin-x64@0.20.2':
- resolution: {integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==}
- engines: {node: '>=12'}
+ '@esbuild/darwin-x64@0.24.2':
+ resolution: {integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [darwin]
- '@esbuild/freebsd-arm64@0.18.20':
- resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==}
+ '@esbuild/freebsd-arm64@0.21.5':
+ resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
- '@esbuild/freebsd-arm64@0.20.2':
- resolution: {integrity: sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==}
- engines: {node: '>=12'}
+ '@esbuild/freebsd-arm64@0.24.2':
+ resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [freebsd]
- '@esbuild/freebsd-x64@0.18.20':
- resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==}
+ '@esbuild/freebsd-x64@0.21.5':
+ resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
- '@esbuild/freebsd-x64@0.20.2':
- resolution: {integrity: sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==}
- engines: {node: '>=12'}
+ '@esbuild/freebsd-x64@0.24.2':
+ resolution: {integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [freebsd]
- '@esbuild/linux-arm64@0.18.20':
- resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==}
+ '@esbuild/linux-arm64@0.21.5':
+ resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
- '@esbuild/linux-arm64@0.20.2':
- resolution: {integrity: sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==}
- engines: {node: '>=12'}
+ '@esbuild/linux-arm64@0.24.2':
+ resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [linux]
- '@esbuild/linux-arm@0.18.20':
- resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==}
+ '@esbuild/linux-arm@0.21.5':
+ resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
- '@esbuild/linux-arm@0.20.2':
- resolution: {integrity: sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==}
- engines: {node: '>=12'}
+ '@esbuild/linux-arm@0.24.2':
+ resolution: {integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==}
+ engines: {node: '>=18'}
cpu: [arm]
os: [linux]
- '@esbuild/linux-ia32@0.18.20':
- resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==}
+ '@esbuild/linux-ia32@0.21.5':
+ resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
- '@esbuild/linux-ia32@0.20.2':
- resolution: {integrity: sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==}
- engines: {node: '>=12'}
+ '@esbuild/linux-ia32@0.24.2':
+ resolution: {integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==}
+ engines: {node: '>=18'}
cpu: [ia32]
os: [linux]
- '@esbuild/linux-loong64@0.18.20':
- resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==}
+ '@esbuild/linux-loong64@0.21.5':
+ resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
engines: {node: '>=12'}
cpu: [loong64]
os: [linux]
- '@esbuild/linux-loong64@0.20.2':
- resolution: {integrity: sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==}
- engines: {node: '>=12'}
+ '@esbuild/linux-loong64@0.24.2':
+ resolution: {integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==}
+ engines: {node: '>=18'}
cpu: [loong64]
os: [linux]
- '@esbuild/linux-mips64el@0.18.20':
- resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==}
+ '@esbuild/linux-mips64el@0.21.5':
+ resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
- '@esbuild/linux-mips64el@0.20.2':
- resolution: {integrity: sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==}
- engines: {node: '>=12'}
+ '@esbuild/linux-mips64el@0.24.2':
+ resolution: {integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==}
+ engines: {node: '>=18'}
cpu: [mips64el]
os: [linux]
- '@esbuild/linux-ppc64@0.18.20':
- resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==}
+ '@esbuild/linux-ppc64@0.21.5':
+ resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
- '@esbuild/linux-ppc64@0.20.2':
- resolution: {integrity: sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==}
- engines: {node: '>=12'}
+ '@esbuild/linux-ppc64@0.24.2':
+ resolution: {integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==}
+ engines: {node: '>=18'}
cpu: [ppc64]
os: [linux]
- '@esbuild/linux-riscv64@0.18.20':
- resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==}
+ '@esbuild/linux-riscv64@0.21.5':
+ resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
- '@esbuild/linux-riscv64@0.20.2':
- resolution: {integrity: sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==}
- engines: {node: '>=12'}
+ '@esbuild/linux-riscv64@0.24.2':
+ resolution: {integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==}
+ engines: {node: '>=18'}
cpu: [riscv64]
os: [linux]
- '@esbuild/linux-s390x@0.18.20':
- resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==}
+ '@esbuild/linux-s390x@0.21.5':
+ resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
- '@esbuild/linux-s390x@0.20.2':
- resolution: {integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==}
- engines: {node: '>=12'}
+ '@esbuild/linux-s390x@0.24.2':
+ resolution: {integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==}
+ engines: {node: '>=18'}
cpu: [s390x]
os: [linux]
- '@esbuild/linux-x64@0.18.20':
- resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==}
+ '@esbuild/linux-x64@0.21.5':
+ resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
- '@esbuild/linux-x64@0.20.2':
- resolution: {integrity: sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==}
- engines: {node: '>=12'}
+ '@esbuild/linux-x64@0.24.2':
+ resolution: {integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [linux]
- '@esbuild/netbsd-x64@0.18.20':
- resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==}
+ '@esbuild/netbsd-arm64@0.24.2':
+ resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [netbsd]
+
+ '@esbuild/netbsd-x64@0.21.5':
+ resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
- '@esbuild/netbsd-x64@0.20.2':
- resolution: {integrity: sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==}
- engines: {node: '>=12'}
+ '@esbuild/netbsd-x64@0.24.2':
+ resolution: {integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [netbsd]
- '@esbuild/openbsd-x64@0.18.20':
- resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==}
+ '@esbuild/openbsd-arm64@0.24.2':
+ resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [openbsd]
+
+ '@esbuild/openbsd-x64@0.21.5':
+ resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
- '@esbuild/openbsd-x64@0.20.2':
- resolution: {integrity: sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==}
- engines: {node: '>=12'}
+ '@esbuild/openbsd-x64@0.24.2':
+ resolution: {integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [openbsd]
- '@esbuild/sunos-x64@0.18.20':
- resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==}
+ '@esbuild/sunos-x64@0.21.5':
+ resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
- '@esbuild/sunos-x64@0.20.2':
- resolution: {integrity: sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==}
- engines: {node: '>=12'}
+ '@esbuild/sunos-x64@0.24.2':
+ resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [sunos]
- '@esbuild/win32-arm64@0.18.20':
- resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==}
+ '@esbuild/win32-arm64@0.21.5':
+ resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
- '@esbuild/win32-arm64@0.20.2':
- resolution: {integrity: sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==}
- engines: {node: '>=12'}
+ '@esbuild/win32-arm64@0.24.2':
+ resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [win32]
- '@esbuild/win32-ia32@0.18.20':
- resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==}
+ '@esbuild/win32-ia32@0.21.5':
+ resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
- '@esbuild/win32-ia32@0.20.2':
- resolution: {integrity: sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==}
- engines: {node: '>=12'}
+ '@esbuild/win32-ia32@0.24.2':
+ resolution: {integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==}
+ engines: {node: '>=18'}
cpu: [ia32]
os: [win32]
- '@esbuild/win32-x64@0.18.20':
- resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==}
+ '@esbuild/win32-x64@0.21.5':
+ resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
- '@esbuild/win32-x64@0.20.2':
- resolution: {integrity: sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==}
- engines: {node: '>=12'}
+ '@esbuild/win32-x64@0.24.2':
+ resolution: {integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [win32]
- '@eslint-community/eslint-utils@4.4.0':
- resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
+ '@eslint-community/eslint-utils@4.4.1':
+ resolution: {integrity: sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
- '@eslint-community/regexpp@4.10.1':
- resolution: {integrity: sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==}
+ '@eslint-community/regexpp@4.12.1':
+ resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
'@eslint/eslintrc@2.1.4':
resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- '@eslint/js@8.57.0':
- resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==}
+ '@eslint/js@8.57.1':
+ resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- '@fal-works/esbuild-plugin-global-externals@2.1.2':
- resolution: {integrity: sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==}
-
'@graphql-codegen/add@3.2.3':
resolution: {integrity: sha512-sQOnWpMko4JLeykwyjFTxnhqjd/3NOG2OyMuvK76Wnnwh8DRrNf2VEs2kmSvLl7MndMlOj7Kh5U154dVcvhmKQ==}
peerDependencies:
@@ -1758,8 +1751,9 @@ packages:
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
- '@graphql-codegen/cli@5.0.2':
- resolution: {integrity: sha512-MBIaFqDiLKuO4ojN6xxG9/xL9wmfD3ZjZ7RsPjwQnSHBCUXnEkdKvX+JVpx87Pq29Ycn8wTJUguXnTZ7Di0Mlw==}
+ '@graphql-codegen/cli@5.0.3':
+ resolution: {integrity: sha512-ULpF6Sbu2d7vNEOgBtE9avQp2oMgcPY/QBYcCqk0Xru5fz+ISjcovQX29V7CS7y5wWBRzNLoXwJQGeEyWbl05g==}
+ engines: {node: '>=16'}
hasBin: true
peerDependencies:
'@parcel/watcher': ^2.1.0
@@ -1768,8 +1762,9 @@ packages:
'@parcel/watcher':
optional: true
- '@graphql-codegen/client-preset@4.3.0':
- resolution: {integrity: sha512-p2szj5YiyLUYnQn1h7S4dsSY2Jc1LNrm32ptkb6CGtqPo3w9vgqki2WRJwgeJN8s3bhifqWRPzhoid/smrFVgA==}
+ '@graphql-codegen/client-preset@4.5.0':
+ resolution: {integrity: sha512-0fFGSjpDhB7Jp6v+FQWDIeNJhL8VEiy3zeazyus3mGUELPaRQsoos2NczkDWnyMjSB1NHn4GrI53DB4TXkTAog==}
+ engines: {node: '>=16'}
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
@@ -1778,8 +1773,9 @@ packages:
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
- '@graphql-codegen/gql-tag-operations@4.0.7':
- resolution: {integrity: sha512-2I69+IDC8pqAohH6cgKse/vPfJ/4TRTJX96PkAKz8S4RD54PUHtBmzCdBInIFEP/vQuH5mFUAaIKXXjznmGOsg==}
+ '@graphql-codegen/gql-tag-operations@4.0.11':
+ resolution: {integrity: sha512-EUQuBsYB5RtNlzBb/O0nJvbWC8HvPRWwVTHRf0ElOoQlJfRgfDom2GWmEM5hXa2afzMqB7AWxOH24ibOqiYnMQ==}
+ engines: {node: '>=16'}
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
@@ -1799,35 +1795,38 @@ packages:
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
- '@graphql-codegen/plugin-helpers@5.0.4':
- resolution: {integrity: sha512-MOIuHFNWUnFnqVmiXtrI+4UziMTYrcquljaI5f/T/Bc7oO7sXcfkAvgkNWEEi9xWreYwvuer3VHCuPI/lAFWbw==}
+ '@graphql-codegen/plugin-helpers@5.1.0':
+ resolution: {integrity: sha512-Y7cwEAkprbTKzVIe436TIw4w03jorsMruvCvu0HJkavaKMQbWY+lQ1RIuROgszDbxAyM35twB5/sUvYG5oW+yg==}
+ engines: {node: '>=16'}
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
- '@graphql-codegen/schema-ast@4.0.2':
- resolution: {integrity: sha512-5mVAOQQK3Oz7EtMl/l3vOQdc2aYClUzVDHHkMvZlunc+KlGgl81j8TLa+X7ANIllqU4fUEsQU3lJmk4hXP6K7Q==}
+ '@graphql-codegen/schema-ast@4.1.0':
+ resolution: {integrity: sha512-kZVn0z+th9SvqxfKYgztA6PM7mhnSZaj4fiuBWvMTqA+QqQ9BBed6Pz41KuD/jr0gJtnlr2A4++/0VlpVbCTmQ==}
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
- '@graphql-codegen/typed-document-node@5.0.7':
- resolution: {integrity: sha512-rgFh96hAbNwPUxLVlRcNhGaw2+y7ZGx7giuETtdO8XzPasTQGWGRkZ3wXQ5UUiTX4X3eLmjnuoXYKT7HoxSznQ==}
+ '@graphql-codegen/typed-document-node@5.0.11':
+ resolution: {integrity: sha512-btENKrSIUZ5UllS8sFhVZ+Y91VL0knK9gHxW/6/WzaCTxBQ+wOk07vQNeoWlvMrkl0QeUsGt6YvSo0SoPtsKdA==}
+ engines: {node: '>=16'}
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
- '@graphql-codegen/typescript-operations@4.2.1':
- resolution: {integrity: sha512-LhEPsaP+AI65zfK2j6CBAL4RT0bJL/rR9oRWlvwtHLX0t7YQr4CP4BXgvvej9brYdedAxHGPWeV1tPHy5/z9KQ==}
+ '@graphql-codegen/typescript-operations@4.3.1':
+ resolution: {integrity: sha512-yW5Iia6IK1VKiPm3oeukYMQN5pEBLwRlG8ZzQA9beeLQ8PskKyz6mjar6U7dJ2hc8pv/qT4R8kcJOQ2RloniAQ==}
+ engines: {node: '>=16'}
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
- '@graphql-codegen/typescript-react-apollo@4.3.0':
- resolution: {integrity: sha512-h+IxCGrOTDD60/6ztYDQs81yKDZZq/8aHqM9HHrZ9FiZn145O48VnQNCmGm88I619G9rEET8cCOrtYkCt+ZSzA==}
+ '@graphql-codegen/typescript-react-apollo@4.3.2':
+ resolution: {integrity: sha512-io2tWfeehBqOB2X6llqLE6B9wjjsXZT/GTZlguGVXdbR7WhSJO9GXyLflXYKxom/h2bPjkVL534Ev6wZLcs0wA==}
engines: {node: '>= 16.0.0'}
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
- graphql-tag: ^2.0.0
- '@graphql-codegen/typescript@4.0.7':
- resolution: {integrity: sha512-Gn+JNvQBJhBqH7s83piAJ6UeU/MTj9GXWFO9bdbl8PMLCAM1uFAtg04iHfkGCtDKXcUg5a3Dt/SZG85uk5KuhA==}
+ '@graphql-codegen/typescript@4.1.1':
+ resolution: {integrity: sha512-+o5LOT71K9hdO4lDVnRGkkET5RdlKvxlQGug8dZgRGrhE2/xoPBsKfLhg9AoJGYMauNZxKj3blABQxHOKEku6Q==}
+ engines: {node: '>=16'}
peerDependencies:
graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
@@ -1836,31 +1835,32 @@ packages:
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
- '@graphql-codegen/visitor-plugin-common@5.2.0':
- resolution: {integrity: sha512-0p8AwmARaZCAlDFfQu6Sz+JV6SjbPDx3y2nNM7WAAf0au7Im/GpJ7Ke3xaIYBc1b2rTZ+DqSTJI/zomENGD9NA==}
+ '@graphql-codegen/visitor-plugin-common@5.5.0':
+ resolution: {integrity: sha512-FSkxe/o4qKbpK+ipIT/jxZLYH0+3+XdIrJWsKlCW9wwJMF9mEJLJtzZNcxHSjz7+Eny6SUElAT2dqZ5XByxkog==}
+ engines: {node: '>=16'}
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
- '@graphql-tools/apollo-engine-loader@8.0.1':
- resolution: {integrity: sha512-NaPeVjtrfbPXcl+MLQCJLWtqe2/E4bbAqcauEOQ+3sizw1Fc2CNmhHRF8a6W4D0ekvTRRXAMptXYgA2uConbrA==}
+ '@graphql-tools/apollo-engine-loader@8.0.5':
+ resolution: {integrity: sha512-fr7TwCq4LQyp/MCzmMZsmUb9g3PyQh/p/3uKmM+RX6OxJ5jO/NrjQnmqNxJ7lQgK8LrwblJqEyHRnZ2SdQ7Sow==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/batch-delegate@9.0.3':
- resolution: {integrity: sha512-wYYbDLQeXU+lEUQJDjylN/e1V3OTVkeJSZYgroDniBfg3etDuOJruAIWZ6S6skKB1PZBy1emEbs6HjrziHeX0A==}
- engines: {node: '>=16.0.0'}
+ '@graphql-tools/batch-delegate@9.0.16':
+ resolution: {integrity: sha512-jg4lFrCASfOMFCuFr0G7zdndhMJnn0Mw57Ju2YJWzgxulZ3tldCu5liQ9iuVIl5ZVoTk8kz3JpkBkHrXZJMwhw==}
+ engines: {node: '>=18.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/batch-execute@9.0.4':
- resolution: {integrity: sha512-kkebDLXgDrep5Y0gK1RN3DMUlLqNhg60OAz0lTCqrYeja6DshxLtLkj+zV4mVbBA4mQOEoBmw6g1LZs3dA84/w==}
+ '@graphql-tools/batch-execute@9.0.6':
+ resolution: {integrity: sha512-S0mLTUJQJuItGmwouYZyXeFaRWOVmVCAMLi33M5PuZbnsoTwKMB/YPPkAQ72ay3GfclnW66XcO4EClbVynw7eQ==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/code-file-loader@8.1.2':
- resolution: {integrity: sha512-GrLzwl1QV2PT4X4TEEfuTmZYzIZHLqoTGBjczdUzSqgCCcqwWzLB3qrJxFQfI8e5s1qZ1bhpsO9NoMn7tvpmyA==}
+ '@graphql-tools/code-file-loader@8.1.6':
+ resolution: {integrity: sha512-AAD5E+CuSc73UuGmZM5bkXEtz4xlC9Lu+arhjhgLjoVD8M/Bp+0xnyqA+73nJu73eqptd58qKEQ5ZoloOWFQZA==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
@@ -1871,68 +1871,74 @@ packages:
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ '@graphql-tools/delegate@10.2.0':
+ resolution: {integrity: sha512-poWeNz4tnZnENopYaXILfqJux8aG7YqfOn/QR1q6tp6Q8PYISgtGZlX02jUPKYySrUgR1zutUB+xsxvPyrUlog==}
+ engines: {node: '>=18.0.0'}
+ peerDependencies:
+ graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+
'@graphql-tools/documents@1.0.1':
resolution: {integrity: sha512-aweoMH15wNJ8g7b2r4C4WRuJxZ0ca8HtNO54rkye/3duxTkW4fGBEutCx03jCIr5+a1l+4vFJNP859QnAVBVCA==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/executor-graphql-ws@1.1.2':
- resolution: {integrity: sha512-+9ZK0rychTH1LUv4iZqJ4ESbmULJMTsv3XlFooPUngpxZkk00q6LqHKJRrsLErmQrVaC7cwQCaRBJa0teK17Lg==}
+ '@graphql-tools/executor-graphql-ws@1.3.2':
+ resolution: {integrity: sha512-m+7+g3dSyaomuJAgDoG/9RcZC5/hGEpDQjmKmbLf/WvGdv5fLJNsuoJ7pIjlT5r7wQJNjEPGoHeh9pD/YykRww==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/executor-http@1.0.9':
- resolution: {integrity: sha512-+NXaZd2MWbbrWHqU4EhXcrDbogeiCDmEbrAN+rMn4Nu2okDjn2MTFDbTIab87oEubQCH4Te1wDkWPKrzXup7+Q==}
+ '@graphql-tools/executor-http@1.1.9':
+ resolution: {integrity: sha512-dJRj78QEGNNnlhkhqPUG9z+1uAr7znZ4dzabEVgY5uSXTmUIFcTKpOGYv2/QAuvyqGN40XxbcdVRJta6XHX2BQ==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/executor-legacy-ws@1.0.6':
- resolution: {integrity: sha512-lDSxz9VyyquOrvSuCCnld3256Hmd+QI2lkmkEv7d4mdzkxkK4ddAWW1geQiWrQvWmdsmcnGGlZ7gDGbhEExwqg==}
+ '@graphql-tools/executor-legacy-ws@1.1.3':
+ resolution: {integrity: sha512-rMEMJoAEhDG9mBzphFYSaei3d3Bo1YfC0cW2+/jab9sFeMMslaSNhKCRMEv24SWOforPntFrqPfGl7T3hB0jYg==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/executor@1.2.6':
- resolution: {integrity: sha512-+1kjfqzM5T2R+dCw7F4vdJ3CqG+fY/LYJyhNiWEFtq0ToLwYzR/KKyD8YuzTirEjSxWTVlcBh7endkx5n5F6ew==}
+ '@graphql-tools/executor@1.3.4':
+ resolution: {integrity: sha512-2XbOp1K8iQiDgExbBTrhjqQX1bh5lHbri3nEaL8pCiiirZTLs4C1a1mizGcQzkeciF41paWEfBu1M1mOewtFAQ==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/git-loader@8.0.6':
- resolution: {integrity: sha512-FQFO4H5wHAmHVyuUQrjvPE8re3qJXt50TWHuzrK3dEaief7JosmlnkLMDMbMBwtwITz9u1Wpl6doPhT2GwKtlw==}
+ '@graphql-tools/git-loader@8.0.10':
+ resolution: {integrity: sha512-MXIizmtB0iv6rSGkr1crPsHesqt17pIydmL2mkiExBX49pR3dd0bUjd4rGRkHcydDJOnB24HD69IBGcqWeBEAg==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/github-loader@8.0.1':
- resolution: {integrity: sha512-W4dFLQJ5GtKGltvh/u1apWRFKBQOsDzFxO9cJkOYZj1VzHCpRF43uLST4VbCfWve+AwBqOuKr7YgkHoxpRMkcg==}
+ '@graphql-tools/github-loader@8.0.5':
+ resolution: {integrity: sha512-9n3IydWPXPckwGlgDDhi8dTik+ZqdhSUDA2A6yZ9fc65tW6fbKHtmu4WYuTxP4NILRQIh5GkQSvc5JVVfTeNNQ==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/graphql-file-loader@8.0.1':
- resolution: {integrity: sha512-7gswMqWBabTSmqbaNyWSmRRpStWlcCkBc73E6NZNlh4YNuiyKOwbvSkOUYFOqFMfEL+cFsXgAvr87Vz4XrYSbA==}
+ '@graphql-tools/graphql-file-loader@8.0.4':
+ resolution: {integrity: sha512-8FI/dIHOFwFqRse9vFsXKPqjvty6uaB/+eZPZd9/fL//Wyx5I6VQK3VBpONNRhLo9wtHiHfYKEzEjSC2jYRceg==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/graphql-tag-pluck@8.3.1':
- resolution: {integrity: sha512-ujits9tMqtWQQq4FI4+qnVPpJvSEn7ogKtyN/gfNT+ErIn6z1e4gyVGQpTK5sgAUXq1lW4gU/5fkFFC5/sL2rQ==}
+ '@graphql-tools/graphql-tag-pluck@8.3.5':
+ resolution: {integrity: sha512-k9h5pRs4nY7X6ZxaPZhNmy6FDXd79ay+//zKfkePT5uGpAiy+PgpDql/CiIySttwNxQ0BisVW/J1oikfKj67LA==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/import@7.0.1':
- resolution: {integrity: sha512-935uAjAS8UAeXThqHfYVr4HEAp6nHJ2sximZKO1RzUTq5WoALMAhhGARl0+ecm6X+cqNUwIChJbjtaa6P/ML0w==}
+ '@graphql-tools/import@7.0.4':
+ resolution: {integrity: sha512-7ZuE5FoyhGudgDL+e9rmcVxFuKBgL7NrFb4veXtUR2t/rA0TUqV2/4boCNbBkAENsiaffOZCUG2wRpDJHK6Btg==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/json-file-loader@8.0.1':
- resolution: {integrity: sha512-lAy2VqxDAHjVyqeJonCP6TUemrpYdDuKt25a10X6zY2Yn3iFYGnuIDQ64cv3ytyGY6KPyPB+Kp+ZfOkNDG3FQA==}
+ '@graphql-tools/json-file-loader@8.0.4':
+ resolution: {integrity: sha512-5lCgJhRWzrXWiCxD8d3FHlgDmIuunsqBrXUK25nnwFQUzJK/c698VA6ocfXYGfSWcwYyZyrLEH2lnY3cnFKt9A==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
@@ -1948,8 +1954,8 @@ packages:
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/merge@9.0.4':
- resolution: {integrity: sha512-MivbDLUQ+4Q8G/Hp/9V72hbn810IJDEZQ57F01sHnlrrijyadibfVhaQfW/pNH+9T/l8ySZpaR/DpL5i+ruZ+g==}
+ '@graphql-tools/merge@9.0.10':
+ resolution: {integrity: sha512-sU+b6ZmKtGnqHq8S+VI5UmjZVHWzT+b+QtCsJUEXckCKdq1P3JmwIT8+8DVxSQlh1dzpiVq37EOcJrEYOBZtBA==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
@@ -1965,8 +1971,8 @@ packages:
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/prisma-loader@8.0.4':
- resolution: {integrity: sha512-hqKPlw8bOu/GRqtYr0+dINAI13HinTVYBDqhwGAPIFmLr5s+qKskzgCiwbsckdrb5LWVFmVZc+UXn80OGiyBzg==}
+ '@graphql-tools/prisma-loader@8.0.17':
+ resolution: {integrity: sha512-fnuTLeQhqRbA156pAyzJYN0KxCjKYRU5bz1q/SKOwElSnAU4k7/G1kyVsWLh7fneY78LoMNH5n+KlFV8iQlnyg==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
@@ -1976,8 +1982,8 @@ packages:
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/relay-operation-optimizer@7.0.1':
- resolution: {integrity: sha512-y0ZrQ/iyqWZlsS/xrJfSir3TbVYJTYmMOu4TaSz6F4FRDTQ3ie43BlKkhf04rC28pnUOS4BO9pDcAo1D30l5+A==}
+ '@graphql-tools/relay-operation-optimizer@7.0.4':
+ resolution: {integrity: sha512-LU4FMvzfXCA+ATEr08rEqlkKEGEErk/yYpeoMgKu94ARF9qg8EEm+UUIDw00PTr3Y9m4dfNLAL4lOvNcDTLv9A==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
@@ -1988,6 +1994,12 @@ packages:
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ '@graphql-tools/schema@10.0.9':
+ resolution: {integrity: sha512-R/sPRLJnEHg/F7owvH1zLbfXxqrEgFyr/qSjsG1q+gWhCrxbo/+c2DVjeZEZ2/AKCLllDHTD5TOU2Y5sZGNxZg==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+
'@graphql-tools/schema@9.0.19':
resolution: {integrity: sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==}
peerDependencies:
@@ -1999,6 +2011,12 @@ packages:
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ '@graphql-tools/url-loader@8.0.16':
+ resolution: {integrity: sha512-2VhQBkW/nvKwKJ6xrngl2YLuHSsBYH/oEhp0w56ZkNHOiPkLzEYPj74QeGBpCokf61/LrVBWg1KTpGwVh+l0UQ==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+
'@graphql-tools/url-loader@8.0.2':
resolution: {integrity: sha512-1dKp2K8UuFn7DFo1qX5c1cyazQv2h2ICwA9esHblEqCYrgf69Nk8N7SODmsfWg94OEaI74IqMoM12t7eIGwFzQ==}
engines: {node: '>=16.0.0'}
@@ -2011,6 +2029,12 @@ packages:
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ '@graphql-tools/utils@10.6.0':
+ resolution: {integrity: sha512-bqSn2ekSNwFVZprY6YsrHkqPA7cPLNKxiPlEzS1djhfvx4q9tx7Uwc5dnLp3SSnKinJ8dJk9FA5sxNcKjCM44w==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+
'@graphql-tools/utils@8.13.1':
resolution: {integrity: sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==}
peerDependencies:
@@ -2021,6 +2045,12 @@ packages:
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ '@graphql-tools/wrap@10.0.18':
+ resolution: {integrity: sha512-wK/v8CjmXz9AnbPPC/nMI6jqn5j7Ht3R4wqGWNZSSbqrf8E7EUZAvTWUZbe9dh0nIjUne87I6ndllJCTQ+C3mA==}
+ engines: {node: '>=18.0.0'}
+ peerDependencies:
+ graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+
'@graphql-tools/wrap@10.0.5':
resolution: {integrity: sha512-Cbr5aYjr3HkwdPvetZp1cpDWTGdD1Owgsb3z/ClzhmrboiK86EnQDxDvOJiQkDCPWE9lNBwj8Y4HfxroY0D9DQ==}
engines: {node: '>=16.0.0'}
@@ -2032,8 +2062,8 @@ packages:
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@humanwhocodes/config-array@0.11.14':
- resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==}
+ '@humanwhocodes/config-array@0.13.0':
+ resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==}
engines: {node: '>=10.10.0'}
deprecated: Use @eslint/config-array instead
@@ -2123,11 +2153,8 @@ packages:
resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
- '@josephg/resolvable@1.0.1':
- resolution: {integrity: sha512-CtzORUwWTTOTqfVtHaKRJ0I1kNQd1bpn3sUh8I3nJDVY+5/M/Oe1DnEWzPQvqq/xPIIkzzzIP7mfCoAjFRvDhg==}
-
- '@joshwooding/vite-plugin-react-docgen-typescript@0.3.1':
- resolution: {integrity: sha512-pdoMZ9QaPnVlSM+SdU/wgg0nyD/8wQ7y90ttO2CMCyrrm7RxveYIJ5eNfjPaoMFqW41LZra7QO9j+xV4Y18Glw==}
+ '@joshwooding/vite-plugin-react-docgen-typescript@0.3.0':
+ resolution: {integrity: sha512-2D6y7fNvFmsLmRt6UCOFJPvFoPMJGT0Uh1Wg0RaigUp7kdQPs6yYn8Dmx6GZkOH/NW0yMTwRz/p0SRMMRo50vA==}
peerDependencies:
typescript: '>= 4.3.x'
vite: ^3.0.0 || ^4.0.0 || ^5.0.0
@@ -2150,8 +2177,8 @@ packages:
'@jridgewell/source-map@0.3.6':
resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==}
- '@jridgewell/sourcemap-codec@1.4.15':
- resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
+ '@jridgewell/sourcemap-codec@1.5.0':
+ resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
'@jridgewell/trace-mapping@0.3.25':
resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
@@ -2170,15 +2197,12 @@ packages:
'@kamilkisiela/fast-url-parser@1.1.4':
resolution: {integrity: sha512-gbkePEBupNydxCelHCESvFSFM8XPh1Zs/OAVRW/rKpEqPAl5PbOM90Si8mv9bvnR53uPD2s/FiRxdvSejpRJew==}
- '@mdx-js/react@3.0.1':
- resolution: {integrity: sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==}
+ '@mdx-js/react@3.1.0':
+ resolution: {integrity: sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==}
peerDependencies:
'@types/react': '>=16'
react: '>=16'
- '@ndelangen/get-tarball@3.0.9':
- resolution: {integrity: sha512-9JKTEik4vq+yGosHYhZ1tiH/3WpUS0Nh0kej4Agndhox8pAdWhEx5knFVRcb/ya9knCRCs1rPxNrSXTDdfVqpA==}
-
'@nodelib/fs.scandir@2.1.5':
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
engines: {node: '>= 8'}
@@ -2191,16 +2215,9 @@ packages:
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
engines: {node: '>= 8'}
- '@peculiar/asn1-schema@2.3.8':
- resolution: {integrity: sha512-ULB1XqHKx1WBU/tTFIA+uARuRoBVZ4pNdOA878RDrRbBfBGcSzi5HBkdScC6ZbHn8z7L8gmKCgPC1LHRrP46tA==}
-
- '@peculiar/json-schema@1.1.12':
- resolution: {integrity: sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==}
- engines: {node: '>=8.0.0'}
-
- '@peculiar/webcrypto@1.5.0':
- resolution: {integrity: sha512-BRs5XUAwiyCDQMsVA9IDvDa7UBR9gAvPHgugOeGng3YN6vJ9JYonyDc0lNczErgtCWtucjR5N7VtaonboD/ezg==}
- engines: {node: '>=10.12.0'}
+ '@nolyfill/is-core-module@1.0.39':
+ resolution: {integrity: sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==}
+ engines: {node: '>=12.4.0'}
'@pkgjs/parseargs@0.11.0':
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
@@ -2240,260 +2257,126 @@ packages:
'@protobufjs/utf8@1.1.0':
resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==}
- '@radix-ui/primitive@1.0.1':
- resolution: {integrity: sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw==}
-
- '@radix-ui/react-compose-refs@1.0.1':
- resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==}
- peerDependencies:
- '@types/react': '*'
- react: ^16.8 || ^17.0 || ^18.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
+ '@repeaterjs/repeater@3.0.6':
+ resolution: {integrity: sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==}
- '@radix-ui/react-context@1.0.1':
- resolution: {integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==}
+ '@rollup/pluginutils@5.1.3':
+ resolution: {integrity: sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==}
+ engines: {node: '>=14.0.0'}
peerDependencies:
- '@types/react': '*'
- react: ^16.8 || ^17.0 || ^18.0
+ rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
peerDependenciesMeta:
- '@types/react':
+ rollup:
optional: true
- '@radix-ui/react-dialog@1.0.5':
- resolution: {integrity: sha512-GjWJX/AUpB703eEBanuBnIWdIXg6NvJFCXcNlSZk4xdszCdhrJgBoUd1cGk67vFO+WdA2pfI/plOpqz/5GUP6Q==}
- peerDependencies:
- '@types/react': '*'
- '@types/react-dom': '*'
- react: ^16.8 || ^17.0 || ^18.0
- react-dom: ^16.8 || ^17.0 || ^18.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
- '@types/react-dom':
- optional: true
+ '@rollup/rollup-android-arm-eabi@4.27.3':
+ resolution: {integrity: sha512-EzxVSkIvCFxUd4Mgm4xR9YXrcp976qVaHnqom/Tgm+vU79k4vV4eYTjmRvGfeoW8m9LVcsAy/lGjcgVegKEhLQ==}
+ cpu: [arm]
+ os: [android]
- '@radix-ui/react-dismissable-layer@1.0.5':
- resolution: {integrity: sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g==}
- peerDependencies:
- '@types/react': '*'
- '@types/react-dom': '*'
- react: ^16.8 || ^17.0 || ^18.0
- react-dom: ^16.8 || ^17.0 || ^18.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
- '@types/react-dom':
- optional: true
+ '@rollup/rollup-android-arm64@4.27.3':
+ resolution: {integrity: sha512-LJc5pDf1wjlt9o/Giaw9Ofl+k/vLUaYsE2zeQGH85giX2F+wn/Cg8b3c5CDP3qmVmeO5NzwVUzQQxwZvC2eQKw==}
+ cpu: [arm64]
+ os: [android]
- '@radix-ui/react-focus-guards@1.0.1':
- resolution: {integrity: sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==}
- peerDependencies:
- '@types/react': '*'
- react: ^16.8 || ^17.0 || ^18.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
+ '@rollup/rollup-darwin-arm64@4.27.3':
+ resolution: {integrity: sha512-OuRysZ1Mt7wpWJ+aYKblVbJWtVn3Cy52h8nLuNSzTqSesYw1EuN6wKp5NW/4eSre3mp12gqFRXOKTcN3AI3LqA==}
+ cpu: [arm64]
+ os: [darwin]
- '@radix-ui/react-focus-scope@1.0.4':
- resolution: {integrity: sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==}
- peerDependencies:
- '@types/react': '*'
- '@types/react-dom': '*'
- react: ^16.8 || ^17.0 || ^18.0
- react-dom: ^16.8 || ^17.0 || ^18.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
- '@types/react-dom':
- optional: true
+ '@rollup/rollup-darwin-x64@4.27.3':
+ resolution: {integrity: sha512-xW//zjJMlJs2sOrCmXdB4d0uiilZsOdlGQIC/jjmMWT47lkLLoB1nsNhPUcnoqyi5YR6I4h+FjBpILxbEy8JRg==}
+ cpu: [x64]
+ os: [darwin]
- '@radix-ui/react-id@1.0.1':
- resolution: {integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==}
- peerDependencies:
- '@types/react': '*'
- react: ^16.8 || ^17.0 || ^18.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
+ '@rollup/rollup-freebsd-arm64@4.27.3':
+ resolution: {integrity: sha512-58E0tIcwZ+12nK1WiLzHOD8I0d0kdrY/+o7yFVPRHuVGY3twBwzwDdTIBGRxLmyjciMYl1B/U515GJy+yn46qw==}
+ cpu: [arm64]
+ os: [freebsd]
- '@radix-ui/react-portal@1.0.4':
- resolution: {integrity: sha512-Qki+C/EuGUVCQTOTD5vzJzJuMUlewbzuKyUy+/iHM2uwGiru9gZeBJtHAPKAEkB5KWGi9mP/CHKcY0wt1aW45Q==}
- peerDependencies:
- '@types/react': '*'
- '@types/react-dom': '*'
- react: ^16.8 || ^17.0 || ^18.0
- react-dom: ^16.8 || ^17.0 || ^18.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
- '@types/react-dom':
- optional: true
+ '@rollup/rollup-freebsd-x64@4.27.3':
+ resolution: {integrity: sha512-78fohrpcVwTLxg1ZzBMlwEimoAJmY6B+5TsyAZ3Vok7YabRBUvjYTsRXPTjGEvv/mfgVBepbW28OlMEz4w8wGA==}
+ cpu: [x64]
+ os: [freebsd]
- '@radix-ui/react-presence@1.0.1':
- resolution: {integrity: sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==}
- peerDependencies:
- '@types/react': '*'
- '@types/react-dom': '*'
- react: ^16.8 || ^17.0 || ^18.0
- react-dom: ^16.8 || ^17.0 || ^18.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
- '@types/react-dom':
- optional: true
+ '@rollup/rollup-linux-arm-gnueabihf@4.27.3':
+ resolution: {integrity: sha512-h2Ay79YFXyQi+QZKo3ISZDyKaVD7uUvukEHTOft7kh00WF9mxAaxZsNs3o/eukbeKuH35jBvQqrT61fzKfAB/Q==}
+ cpu: [arm]
+ os: [linux]
- '@radix-ui/react-primitive@1.0.3':
- resolution: {integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==}
- peerDependencies:
- '@types/react': '*'
- '@types/react-dom': '*'
- react: ^16.8 || ^17.0 || ^18.0
- react-dom: ^16.8 || ^17.0 || ^18.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
- '@types/react-dom':
- optional: true
+ '@rollup/rollup-linux-arm-musleabihf@4.27.3':
+ resolution: {integrity: sha512-Sv2GWmrJfRY57urktVLQ0VKZjNZGogVtASAgosDZ1aUB+ykPxSi3X1nWORL5Jk0sTIIwQiPH7iE3BMi9zGWfkg==}
+ cpu: [arm]
+ os: [linux]
- '@radix-ui/react-slot@1.0.2':
- resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==}
- peerDependencies:
- '@types/react': '*'
- react: ^16.8 || ^17.0 || ^18.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
+ '@rollup/rollup-linux-arm64-gnu@4.27.3':
+ resolution: {integrity: sha512-FPoJBLsPW2bDNWjSrwNuTPUt30VnfM8GPGRoLCYKZpPx0xiIEdFip3dH6CqgoT0RnoGXptaNziM0WlKgBc+OWQ==}
+ cpu: [arm64]
+ os: [linux]
- '@radix-ui/react-use-callback-ref@1.0.1':
- resolution: {integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==}
- peerDependencies:
- '@types/react': '*'
- react: ^16.8 || ^17.0 || ^18.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
+ '@rollup/rollup-linux-arm64-musl@4.27.3':
+ resolution: {integrity: sha512-TKxiOvBorYq4sUpA0JT+Fkh+l+G9DScnG5Dqx7wiiqVMiRSkzTclP35pE6eQQYjP4Gc8yEkJGea6rz4qyWhp3g==}
+ cpu: [arm64]
+ os: [linux]
- '@radix-ui/react-use-controllable-state@1.0.1':
- resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==}
- peerDependencies:
- '@types/react': '*'
- react: ^16.8 || ^17.0 || ^18.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
-
- '@radix-ui/react-use-escape-keydown@1.0.3':
- resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==}
- peerDependencies:
- '@types/react': '*'
- react: ^16.8 || ^17.0 || ^18.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
-
- '@radix-ui/react-use-layout-effect@1.0.1':
- resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==}
- peerDependencies:
- '@types/react': '*'
- react: ^16.8 || ^17.0 || ^18.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
-
- '@repeaterjs/repeater@3.0.6':
- resolution: {integrity: sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==}
-
- '@rollup/pluginutils@5.1.0':
- resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==}
- engines: {node: '>=14.0.0'}
- peerDependencies:
- rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
- peerDependenciesMeta:
- rollup:
- optional: true
-
- '@rollup/rollup-android-arm-eabi@4.18.0':
- resolution: {integrity: sha512-Tya6xypR10giZV1XzxmH5wr25VcZSncG0pZIjfePT0OVBvqNEurzValetGNarVrGiq66EBVAFn15iYX4w6FKgQ==}
- cpu: [arm]
- os: [android]
-
- '@rollup/rollup-android-arm64@4.18.0':
- resolution: {integrity: sha512-avCea0RAP03lTsDhEyfy+hpfr85KfyTctMADqHVhLAF3MlIkq83CP8UfAHUssgXTYd+6er6PaAhx/QGv4L1EiA==}
- cpu: [arm64]
- os: [android]
-
- '@rollup/rollup-darwin-arm64@4.18.0':
- resolution: {integrity: sha512-IWfdwU7KDSm07Ty0PuA/W2JYoZ4iTj3TUQjkVsO/6U+4I1jN5lcR71ZEvRh52sDOERdnNhhHU57UITXz5jC1/w==}
- cpu: [arm64]
- os: [darwin]
-
- '@rollup/rollup-darwin-x64@4.18.0':
- resolution: {integrity: sha512-n2LMsUz7Ynu7DoQrSQkBf8iNrjOGyPLrdSg802vk6XT3FtsgX6JbE8IHRvposskFm9SNxzkLYGSq9QdpLYpRNA==}
- cpu: [x64]
- os: [darwin]
-
- '@rollup/rollup-linux-arm-gnueabihf@4.18.0':
- resolution: {integrity: sha512-C/zbRYRXFjWvz9Z4haRxcTdnkPt1BtCkz+7RtBSuNmKzMzp3ZxdM28Mpccn6pt28/UWUCTXa+b0Mx1k3g6NOMA==}
- cpu: [arm]
- os: [linux]
-
- '@rollup/rollup-linux-arm-musleabihf@4.18.0':
- resolution: {integrity: sha512-l3m9ewPgjQSXrUMHg93vt0hYCGnrMOcUpTz6FLtbwljo2HluS4zTXFy2571YQbisTnfTKPZ01u/ukJdQTLGh9A==}
- cpu: [arm]
- os: [linux]
-
- '@rollup/rollup-linux-arm64-gnu@4.18.0':
- resolution: {integrity: sha512-rJ5D47d8WD7J+7STKdCUAgmQk49xuFrRi9pZkWoRD1UeSMakbcepWXPF8ycChBoAqs1pb2wzvbY6Q33WmN2ftw==}
- cpu: [arm64]
- os: [linux]
-
- '@rollup/rollup-linux-arm64-musl@4.18.0':
- resolution: {integrity: sha512-be6Yx37b24ZwxQ+wOQXXLZqpq4jTckJhtGlWGZs68TgdKXJgw54lUUoFYrg6Zs/kjzAQwEwYbp8JxZVzZLRepQ==}
- cpu: [arm64]
- os: [linux]
-
- '@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
- resolution: {integrity: sha512-hNVMQK+qrA9Todu9+wqrXOHxFiD5YmdEi3paj6vP02Kx1hjd2LLYR2eaN7DsEshg09+9uzWi2W18MJDlG0cxJA==}
+ '@rollup/rollup-linux-powerpc64le-gnu@4.27.3':
+ resolution: {integrity: sha512-v2M/mPvVUKVOKITa0oCFksnQQ/TqGrT+yD0184/cWHIu0LoIuYHwox0Pm3ccXEz8cEQDLk6FPKd1CCm+PlsISw==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.18.0':
- resolution: {integrity: sha512-ROCM7i+m1NfdrsmvwSzoxp9HFtmKGHEqu5NNDiZWQtXLA8S5HBCkVvKAxJ8U+CVctHwV2Gb5VUaK7UAkzhDjlg==}
+ '@rollup/rollup-linux-riscv64-gnu@4.27.3':
+ resolution: {integrity: sha512-LdrI4Yocb1a/tFVkzmOE5WyYRgEBOyEhWYJe4gsDWDiwnjYKjNs7PS6SGlTDB7maOHF4kxevsuNBl2iOcj3b4A==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-s390x-gnu@4.18.0':
- resolution: {integrity: sha512-0UyyRHyDN42QL+NbqevXIIUnKA47A+45WyasO+y2bGJ1mhQrfrtXUpTxCOrfxCR4esV3/RLYyucGVPiUsO8xjg==}
+ '@rollup/rollup-linux-s390x-gnu@4.27.3':
+ resolution: {integrity: sha512-d4wVu6SXij/jyiwPvI6C4KxdGzuZOvJ6y9VfrcleHTwo68fl8vZC5ZYHsCVPUi4tndCfMlFniWgwonQ5CUpQcA==}
cpu: [s390x]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.18.0':
- resolution: {integrity: sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==}
+ '@rollup/rollup-linux-x64-gnu@4.27.3':
+ resolution: {integrity: sha512-/6bn6pp1fsCGEY5n3yajmzZQAh+mW4QPItbiWxs69zskBzJuheb3tNynEjL+mKOsUSFK11X4LYF2BwwXnzWleA==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.18.0':
- resolution: {integrity: sha512-LKaqQL9osY/ir2geuLVvRRs+utWUNilzdE90TpyoX0eNqPzWjRm14oMEE+YLve4k/NAqCdPkGYDaDF5Sw+xBfg==}
+ '@rollup/rollup-linux-x64-musl@4.27.3':
+ resolution: {integrity: sha512-nBXOfJds8OzUT1qUreT/en3eyOXd2EH5b0wr2bVB5999qHdGKkzGzIyKYaKj02lXk6wpN71ltLIaQpu58YFBoQ==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-win32-arm64-msvc@4.18.0':
- resolution: {integrity: sha512-7J6TkZQFGo9qBKH0pk2cEVSRhJbL6MtfWxth7Y5YmZs57Pi+4x6c2dStAUvaQkHQLnEQv1jzBUW43GvZW8OFqA==}
+ '@rollup/rollup-win32-arm64-msvc@4.27.3':
+ resolution: {integrity: sha512-ogfbEVQgIZOz5WPWXF2HVb6En+kWzScuxJo/WdQTqEgeyGkaa2ui5sQav9Zkr7bnNCLK48uxmmK0TySm22eiuw==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.18.0':
- resolution: {integrity: sha512-Txjh+IxBPbkUB9+SXZMpv+b/vnTEtFyfWZgJ6iyCmt2tdx0OF5WhFowLmnh8ENGNpfUlUZkdI//4IEmhwPieNg==}
+ '@rollup/rollup-win32-ia32-msvc@4.27.3':
+ resolution: {integrity: sha512-ecE36ZBMLINqiTtSNQ1vzWc5pXLQHlf/oqGp/bSbi7iedcjcNb6QbCBNG73Euyy2C+l/fn8qKWEwxr+0SSfs3w==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.18.0':
- resolution: {integrity: sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g==}
+ '@rollup/rollup-win32-x64-msvc@4.27.3':
+ resolution: {integrity: sha512-vliZLrDmYKyaUoMzEbMTg2JkerfBjn03KmAw9CykO0Zzkzoyd7o3iZNam/TpyWNjNT+Cz2iO3P9Smv2wgrR+Eg==}
cpu: [x64]
os: [win32]
+ '@rtsao/scc@1.1.0':
+ resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==}
+
+ '@shikijs/core@1.23.1':
+ resolution: {integrity: sha512-NuOVgwcHgVC6jBVH5V7iblziw6iQbWWHrj5IlZI3Fqu2yx9awH7OIQkXIcsHsUmY19ckwSgUMgrqExEyP5A0TA==}
+
+ '@shikijs/engine-javascript@1.23.1':
+ resolution: {integrity: sha512-i/LdEwT5k3FVu07SiApRFwRcSJs5QM9+tod5vYCPig1Ywi8GR30zcujbxGQFJHwYD7A5BUqagi8o5KS+LEVgBg==}
+
+ '@shikijs/engine-oniguruma@1.23.1':
+ resolution: {integrity: sha512-KQ+lgeJJ5m2ISbUZudLR1qHeH3MnSs2mjFg7bnencgs5jDVPeJ2NVDJ3N5ZHbcTsOIh0qIueyAJnwg7lg7kwXQ==}
+
+ '@shikijs/types@1.23.1':
+ resolution: {integrity: sha512-98A5hGyEhzzAgQh2dAeHKrWW4HfCMeoFER2z16p5eJ+vmPeF6lZ/elEne6/UCU551F/WqkopqRsr1l2Yu6+A0g==}
+
+ '@shikijs/vscode-textmate@9.3.0':
+ resolution: {integrity: sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==}
+
'@sinclair/typebox@0.27.8':
resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==}
@@ -2507,256 +2390,232 @@ packages:
'@sinonjs/fake-timers@10.3.0':
resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==}
- '@storybook/addon-actions@8.1.10':
- resolution: {integrity: sha512-1MjncuynvkT3rJtrkWPHLo92Pfno+LUWtaHiNDt9nXYowclTN2cT4a4gNDh6eKkB9dITHxkD7/4mxjHpFUvyrA==}
+ '@storybook/addon-actions@8.4.5':
+ resolution: {integrity: sha512-rbB19uiGJ61XHbKIbS1a9bUS6re5L8rT5NMNeEJhCxXRpFUPrlTXMSoD/Pgcn3ENeEMVZsm8/eCzxAVgAP3Mgg==}
+ peerDependencies:
+ storybook: ^8.4.5
- '@storybook/addon-backgrounds@8.1.10':
- resolution: {integrity: sha512-nX9Hmcq5U/13S2ETcjGaLqfDcaSKTNPD3RBzWUoNQuZB/bB1q4qLLncQnQfaa6uruP9k6GIFZvtXeJAs9r0POw==}
+ '@storybook/addon-backgrounds@8.4.5':
+ resolution: {integrity: sha512-FeMt4qHCMYDQiLGGDKiRuSPXFup2WXOaZSdL137v1W36wEL/vGkK1A5iQt1qJ8MZzL5WZQuedox8rSybFy7eow==}
+ peerDependencies:
+ storybook: ^8.4.5
- '@storybook/addon-controls@8.1.10':
- resolution: {integrity: sha512-98uLezKv6W/1byJL+Zri5kA1Cfi+DUBsbdjz7fFJl8xMtAGwuv9cnOueQl0ouDhqqwnZ4LWHYQsSsPPMz1Lmkg==}
+ '@storybook/addon-controls@8.4.5':
+ resolution: {integrity: sha512-RVTtDDuESLYc1+SJQv2kI7wzBddzAS9uoEe8P75quN6S4pC0GxAB6xirWZ2+WOcba4eHosY+PxMwuBXQfH78Ew==}
+ peerDependencies:
+ storybook: ^8.4.5
- '@storybook/addon-docs@8.1.10':
- resolution: {integrity: sha512-jzmIeCoykiHg/KLPrYEDtXO/+dcQaEOqyJHS77eTzAO2iSXJlE+yva5Uwc8apG7UxDVa4Ycc1lPwMzB5GaHsGQ==}
+ '@storybook/addon-docs@8.4.5':
+ resolution: {integrity: sha512-zPELIl7wXormOylVaaSpkUIuuCCxrO+OFPMKZnlENt6zSReyy0dJu4V0tzfV8FCw+V4D6Y4wrLRk/TIG951Ojw==}
+ peerDependencies:
+ storybook: ^8.4.5
- '@storybook/addon-essentials@8.1.10':
- resolution: {integrity: sha512-xgAXdl/MaKWmwqJJpw4z1YaD1V/r74VHHLqY3Z4YaU9DmlApkCa+FmZSS9QVAf7g6JNUcD1Dbtw5j62uNn+YyA==}
+ '@storybook/addon-essentials@8.4.5':
+ resolution: {integrity: sha512-AxetQo/zSPIu3RZqWG2opwAz22Bb+jpf1nWbHp0kEpCrBemcWd8X2gonVmXNOC1PDKNl3jcWyc3lmg/+3mxjYg==}
+ peerDependencies:
+ storybook: ^8.4.5
- '@storybook/addon-highlight@8.1.10':
- resolution: {integrity: sha512-s9QKGtU6WGB/+CggNWg940NIi+u0tcxpPxqg/ltg3EOHr8J0NAZur6mibs3Z4Q5CXkAuNdWrvopLu+/27i1rQQ==}
+ '@storybook/addon-highlight@8.4.5':
+ resolution: {integrity: sha512-sMA7v+4unaKY+5RDhow6lLncJqNX9ZLUnBIt3vzY1ntUsOYVwykAY1Hq4Ysj0luCBXjJJdJ6223ylrycnb7Ilw==}
+ peerDependencies:
+ storybook: ^8.4.5
- '@storybook/addon-links@8.1.10':
- resolution: {integrity: sha512-SxCuK7k7A0/qIPzV68u25qfye3Fb0PkC1izlRbt7u64wIUIxGzgfjM3dFRWK2VaJzCsEQWSmIdv7YHi7Wv5y3w==}
+ '@storybook/addon-links@8.4.5':
+ resolution: {integrity: sha512-ac3OtplFdrPw/2jtLnteuVllwu2yCe3sgKJS9AbdYMT/65OW47M7oDnzcpRPsDGufrKlDMBJXXEv4SfTtlT+rg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
+ storybook: ^8.4.5
peerDependenciesMeta:
react:
optional: true
- '@storybook/addon-measure@8.1.10':
- resolution: {integrity: sha512-akhdg3WBOBvDsolzSSvW4TIdZLMVlL9DS6rpZvhydXeX8pG0sjb+sON6VUL4h8Gs7qa8QumauXCr+Y4q1FhZhw==}
+ '@storybook/addon-measure@8.4.5':
+ resolution: {integrity: sha512-+sNjew991YaoXQyWWloFybjEGrDO40Jk6w8BgZs2X7oc3D5t/6oFzvyC862U++LGqKFA3quXDeBjEb92CI9cRA==}
+ peerDependencies:
+ storybook: ^8.4.5
- '@storybook/addon-outline@8.1.10':
- resolution: {integrity: sha512-Edn5TWpV1DcumOjx0qG9bBKja6vz210ip7O47JbRDu7IDR8lguaM2X9xbmhXhBQq4fmqvobZmfRnrSeCtSYeyQ==}
+ '@storybook/addon-outline@8.4.5':
+ resolution: {integrity: sha512-XlpN98AUDnWQWNFSFVm+HkRUzm3xIUMjBGTkv6HsL6zt6XoJ+LsQMca+PPtYqlBJA+5CU41xMDaG8HC/p+sd3A==}
+ peerDependencies:
+ storybook: ^8.4.5
- '@storybook/addon-toolbars@8.1.10':
- resolution: {integrity: sha512-5bRcCWrhaTX5Y91EWmHilPZ7kZaneaY414Gn5a6gsaNgaVPkSx9KD9j8M9DyXJ4yQNs265TiPWQqWrPB3Q2VgA==}
+ '@storybook/addon-toolbars@8.4.5':
+ resolution: {integrity: sha512-hOq5560ONOU/qrslrwosWzxnC4nrF8HZWD43ciKwtethm8HuptU2M+Jrui1CRsMScEZLopWWVE9o0vJMdKpIFQ==}
+ peerDependencies:
+ storybook: ^8.4.5
- '@storybook/addon-viewport@8.1.10':
- resolution: {integrity: sha512-rJpyAwTVQa+6yqjdMDeqNKoW5aPoSzBAtMywtNMP5lHwF6NpJUvm67c/ox0//d5dPPPjlJDz2QC2COWqjviQyw==}
+ '@storybook/addon-viewport@8.4.5':
+ resolution: {integrity: sha512-l7Y41gIbJAsIN/QCg1QJ9sr61FLz1C/imUotcDej41tOHxUTSQOlXpNtVnfhUM1vGQc0yNpP3pVxj8BpXi0cAw==}
+ peerDependencies:
+ storybook: ^8.4.5
- '@storybook/blocks@8.1.10':
- resolution: {integrity: sha512-8ZGgLIUBdSafcyaKR5Zs0CFisFCPoxZBVt3GMUCZtN+G17YhEg4+OnZs5aMZknfnh28BUnZS2STjWTGStAE5Rw==}
+ '@storybook/blocks@8.4.5':
+ resolution: {integrity: sha512-Z+LHauSqm3A4HBR9pUEf9KQhD3/3xYMt0FXgA+GHCAyDa6lFeD1C6r9Y2nlT+9dt8gv9B9oygTZvV6GqFVyRSQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
+ storybook: ^8.4.5
peerDependenciesMeta:
react:
optional: true
react-dom:
optional: true
- '@storybook/builder-manager@8.1.10':
- resolution: {integrity: sha512-dhg54zpaglR9XKNAiwMqm5/IONMCEG/hO/iTfNHJI1rAGeWhvM71cmhF+VlKUcjpTlIfHe7J19+TL+sWQJNgtg==}
-
- '@storybook/builder-vite@8.1.10':
- resolution: {integrity: sha512-8A/i5OEyRVKkTROLgxXEEJRAS8gmdonr4xA15TqAvjOtdYjwP6JoQ4cjNOqH7fPPGPdx/t49Z/7E+v7Ovv6cAw==}
+ '@storybook/builder-vite@8.4.5':
+ resolution: {integrity: sha512-fZXWQcG5ccHCAS8NbyUwu8/5aVlZr4zmWbvKxoyvcVeuxJIsWa9RUS8Mtu7hdi+r/Wk8AlpckqhHo6go0iaDcA==}
peerDependencies:
- '@preact/preset-vite': '*'
- typescript: '>= 4.3.x'
+ storybook: ^8.4.5
vite: ^4.0.0 || ^5.0.0
- vite-plugin-glimmerx: '*'
- peerDependenciesMeta:
- '@preact/preset-vite':
- optional: true
- typescript:
- optional: true
- vite-plugin-glimmerx:
- optional: true
-
- '@storybook/channels@8.1.10':
- resolution: {integrity: sha512-CxZE4XrQoe+F+S2mo8Z9HTvFZKfKHIIiwYfoXKCryVp2U/z7ZKrely2PbfxWsrQvF3H0+oegfYYhYRHRiM21Zw==}
- '@storybook/cli@8.1.10':
- resolution: {integrity: sha512-7Fm2Qgk33sHayZ0QABqwe1Jto4yyVRVW6kTrSeP5IuLh+mn244RgxBvWtGCyL1EcWDFI7PYUFa0HxgTCq7C+OA==}
- hasBin: true
-
- '@storybook/client-logger@8.1.10':
- resolution: {integrity: sha512-sVXCOo7jnlCgRPOcMlQGODAEt6ipPj+8xGkRUws0kie77qiDld1drLSB6R380dWc9lUrbv9E1GpxCd/Y4ZzSJQ==}
-
- '@storybook/codemod@8.1.10':
- resolution: {integrity: sha512-HZ/vrseP/sHfbO2RZpImP5eeqOakJ0X31BIiD4uxDBIKGltMXhlPKHTI93O2YGR+vbB33otoTVRjE+ZpPmC6SA==}
+ '@storybook/client-logger@8.4.5':
+ resolution: {integrity: sha512-YEsEQ0iewsYqD0VaFhWDg50jLq65wjEUWCCUE8deFQV12Yc5W7niXdr3CH+xMIrereqPcKhmlItmkgAqZHx7hg==}
+ peerDependencies:
+ storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0
- '@storybook/components@8.1.10':
- resolution: {integrity: sha512-fL2odC3Ct3NiFJEiGLmMNB3Tw3CdUDA/+va3Ka/JEhjaRhbsND2JgriHYmED8SnX9CCqwXoxl5QA8qwl+Oyolw==}
+ '@storybook/components@8.4.5':
+ resolution: {integrity: sha512-2PdnKfqNNv3sO7qILgWXiNvmLOi503oN9OMemNCQjTIvdvySc5JpS9/eClwcl/JfmE4qHdSHZr8dLLkBM9S7+Q==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
- react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
+ storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0
- '@storybook/core-common@8.1.10':
- resolution: {integrity: sha512-+0GhgDRQwUlXu1lY77NdLnVBVycCEW0DG7eu7rvLYYkTyNRxbdl2RWsQpjr/j4sxqT6u82l9/b+RWpmsl4MgMQ==}
+ '@storybook/core@8.4.5':
+ resolution: {integrity: sha512-aB1sQNX5nRoUAqg5u1py0MuR/VPd6c6PhECa4rW6pmr7kZcfyP4PP6UFpXuN71ypTQlkRE3Vc5PQZ3gLhE9o3g==}
peerDependencies:
prettier: ^2 || ^3
peerDependenciesMeta:
prettier:
optional: true
- '@storybook/core-events@8.1.10':
- resolution: {integrity: sha512-aS4zsBVyJds74+rAW0IfTEjULDCQwXecVpQfv11B8/89/07s3bOPssGGoTtCTaN4pHbduywE6MxbmFvTmXOFCA==}
-
- '@storybook/core-server@8.1.10':
- resolution: {integrity: sha512-jNL5/daNyo7Rcu+y/bOmSB1P65pmcaLwvpr31EUEIISaAqvgruaneS3GKHg2TR0wcxEoHaM4abqhW6iwkI/XYQ==}
-
- '@storybook/csf-plugin@8.1.10':
- resolution: {integrity: sha512-EwW9Olw85nKamUH/2YrkD+bxDvDP4TJ2MqS1qR3UU+lBP/HMQA2zFAgiW1TUmmdHmhAeiDOXbDhijxMa30sppQ==}
-
- '@storybook/csf-tools@8.1.10':
- resolution: {integrity: sha512-bm/J1jAJf1YaKhcXgOlsNN02sf8XvILXuVAvr9cFC3aFkxVoGbC2AKCss4cgXAd8EQxUNtyETkOcheB5mJ5IlA==}
-
- '@storybook/csf@0.0.1':
- resolution: {integrity: sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw==}
-
- '@storybook/csf@0.1.8':
- resolution: {integrity: sha512-Ntab9o7LjBCbFIao5l42itFiaSh/Qu+l16l/r/9qmV9LnYZkO+JQ7tzhdlwpgJfhs+B5xeejpdAtftDRyXNajw==}
-
- '@storybook/docs-mdx@3.1.0-next.0':
- resolution: {integrity: sha512-t4syFIeSyufieNovZbLruPt2DmRKpbwL4fERCZ1MifWDRIORCKLc4NCEHy+IqvIqd71/SJV2k4B51nF7vlJfmQ==}
+ '@storybook/csf-plugin@8.4.5':
+ resolution: {integrity: sha512-qd2rQTglOTS+phQmTbNTXNjNyxdGvolaqHqDNMw3Vf6h9o3U+mLkwnDWNVnQ9oqvOoUEAqpBthgwzU9FhkIk+A==}
+ peerDependencies:
+ storybook: ^8.4.5
- '@storybook/docs-tools@8.1.10':
- resolution: {integrity: sha512-FsO/+L9CrUfAIbm9cdH9UpjTusT7L5RZxN4WCXkiF5SpAVyBoY8kar3RzTZVoh4aQxt1yGWYC+SZGjgf++xa4g==}
+ '@storybook/csf@0.1.11':
+ resolution: {integrity: sha512-dHYFQH3mA+EtnCkHXzicbLgsvzYjcDJ1JWsogbItZogkPHgSJM/Wr71uMkcvw8v9mmCyP4NpXJuu6bPoVsOnzg==}
'@storybook/global@5.0.0':
resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==}
- '@storybook/icons@1.2.9':
- resolution: {integrity: sha512-cOmylsz25SYXaJL/gvTk/dl3pyk7yBFRfeXTsHvTA3dfhoU/LWSq0NKL9nM7WBasJyn6XPSGnLS4RtKXLw5EUg==}
+ '@storybook/icons@1.2.12':
+ resolution: {integrity: sha512-UxgyK5W3/UV4VrI3dl6ajGfHM4aOqMAkFLWe2KibeQudLf6NJpDrDMSHwZj+3iKC4jFU7dkKbbtH2h/al4sW3Q==}
engines: {node: '>=14.0.0'}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
- '@storybook/manager-api@8.1.10':
- resolution: {integrity: sha512-9aZ+zoNrTo1BJskVmCKE/yqlBXmWaKVZh1W/+/xu3WL9wdm/tBlozRvQwegIZlRVvUOxtjOg28Vd2hySYL58zg==}
-
- '@storybook/manager@8.1.10':
- resolution: {integrity: sha512-dQmRBfT4CABIPhv0kL25qKcQk2SiU5mIZ1DuVzckIbZW+iYEOAusyJ/0HExM9leCrymaW3BgZGlHbIXL7EvZtw==}
-
- '@storybook/node-logger@8.1.10':
- resolution: {integrity: sha512-djgbAROgGAvz/gr49egBxCHn1+rui57e76qa9aOMPzEBcxsGrnnKKp0uNdiNt4M7Xv6S2QHbJ2SfOlHhWmMeaA==}
+ '@storybook/manager-api@8.4.5':
+ resolution: {integrity: sha512-t39JaMy3UX4StbUH/tIDcaflBDxTcyIq853wQtBMhVL3e1+Dw3MIiiG/5bw79HU4R7kSmPVLXIIbV3FmXkq7KQ==}
+ peerDependencies:
+ storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0
- '@storybook/preview-api@8.1.10':
- resolution: {integrity: sha512-0Gl8WHDtp/srrA5uBYXl7YbC8kFQA7IxVmwWN7dIS7HAXu63JZ6JfxaFcfy+kCBfZSBD7spFG4J0f5JXRDYbpg==}
+ '@storybook/node-logger@8.4.5':
+ resolution: {integrity: sha512-AVK/w17vrjTnmdfkHQaIjSFJDP9lJ/fXCT2d9/POUz6KXH0sTWFDb6dPMnjX+Fcu5Ef28kT91RQ+lnWUmLql8Q==}
+ peerDependencies:
+ storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0
- '@storybook/preview@8.1.10':
- resolution: {integrity: sha512-Ch7SJQ8/vm4o7ZPwPeL3nGOCKx1Aul7VcvOVkDs+K2lZusJjUROHVTBYlbs71DTTmCo2gS7WhSq+HOpD59BPDg==}
+ '@storybook/preview-api@8.4.5':
+ resolution: {integrity: sha512-MKIZ2jQO/3cUdsT57eq8jRgB6inALo9BxrQ88f7mqzltOkMvADvTAY6y8JZqTUoDzWTH/ny/8SGGdtpqlxRuiQ==}
+ peerDependencies:
+ storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0
- '@storybook/react-dom-shim@8.1.10':
- resolution: {integrity: sha512-+HS75Pq8jb3xkVq0hK33D84aGfbJCURRB+GN2vfTMmmjguQt7z2+MnGqRgrUCt6h2rxU3VdPg9OBnYi/UC0Zrg==}
+ '@storybook/react-dom-shim@8.4.5':
+ resolution: {integrity: sha512-YTWTfPagptEYXJsnxAl3zP97Ev0zebtaEV0WgjGaEeumr+zsfgKKwzzHxgrtumBmDzwkuKlzFwlQB5A8keOIGA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
+ storybook: ^8.4.5
- '@storybook/react-vite@8.1.10':
- resolution: {integrity: sha512-whYMmHcVxoUBOdKcqCZFAIQrknUHV6OKyPeW8+dOdmWBHMd1q6vAv5O58LVhx1JWTChPmTvJfaQc8aOrhXLn9A==}
+ '@storybook/react-vite@8.4.5':
+ resolution: {integrity: sha512-b62gapvUmyfR8W4g/eDkqJUtgRDz28LdLyJMeAN+MpPiqZ6ethfJc8/GseVXapVtIaRmqcEQ+Ix99hYfVK4ksw==}
engines: {node: '>=18.0.0'}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
+ storybook: ^8.4.5
vite: ^4.0.0 || ^5.0.0
- '@storybook/react@8.1.10':
- resolution: {integrity: sha512-y0ycq19tTLLk+4rB+nfCPCtoFBWC0QvmMaJY32dbAjWPk+UNFGhWdqjg0oP1NwXYL18WnhRzlyz1Rojw0aXk1w==}
+ '@storybook/react@8.4.5':
+ resolution: {integrity: sha512-2+p4aGEdGOnu2XNhnMi1B8GPeszm34P905HgqGD1cuz9gMt7x/bgZQaVxs6kpHZ3Hb6V9qp62La2dbAYatHdSw==}
engines: {node: '>=18.0.0'}
peerDependencies:
+ '@storybook/test': 8.4.5
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
+ storybook: ^8.4.5
typescript: '>= 4.2.x'
peerDependenciesMeta:
+ '@storybook/test':
+ optional: true
typescript:
optional: true
- '@storybook/router@8.1.10':
- resolution: {integrity: sha512-JDEgZ0vVDx0GLz+dKD+R1xqWwjqsCdA2F+s3/si7upHqkFRWU5ocextZ63oKsRnCoaeUh6OavAU4EdkrKiQtQw==}
-
- '@storybook/telemetry@8.1.10':
- resolution: {integrity: sha512-pwiMWrq85D0AnaAgYNfB2w2BDgqnetQ+tXwsUAw4fUEFwA4oPU6r0uqekRbNNE6wmSSYjiiFP3JgknBFqjd2hg==}
-
- '@storybook/theming@8.1.10':
- resolution: {integrity: sha512-W7mth4hwdTqWLneqYCyUnIEiDg4vSokoad8HEodPz6JC9XUPUX3Yi2W4W3xFvqrW4Z5RXfuJ53iG2HN+0AgaQw==}
+ '@storybook/theming@8.4.5':
+ resolution: {integrity: sha512-45e/jeG4iuqdZcHg3PbB6dwXQTwlnnEB7r/QcVExyC7ibrkTnjUfvxzyUw4mmU3CXETFGD5EcUobFkgK+/aPxQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
- react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
- peerDependenciesMeta:
- react:
- optional: true
- react-dom:
- optional: true
+ storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0
- '@storybook/types@8.1.10':
- resolution: {integrity: sha512-UJ97iqI+0Mk13I6ayd3TaBfSFBkWnEauwTnFMQe1dN/L3wTh8laOBaLa0Vr3utRSnt2b5hpcw/nq7azB/Gx4Yw==}
-
- '@swc/core-darwin-arm64@1.6.3':
- resolution: {integrity: sha512-3r7cJf1BcE30iyF1rnOSKrEzIR+cqnyYSZvivrm62TZdXVsIjfXe1xulsKGxZgNeLY5erIu7ukvMvBvPhnQvqA==}
+ '@swc/core-darwin-arm64@1.9.3':
+ resolution: {integrity: sha512-hGfl/KTic/QY4tB9DkTbNuxy5cV4IeejpPD4zo+Lzt4iLlDWIeANL4Fkg67FiVceNJboqg48CUX+APhDHO5G1w==}
engines: {node: '>=10'}
cpu: [arm64]
os: [darwin]
- '@swc/core-darwin-x64@1.6.3':
- resolution: {integrity: sha512-8GLZ23IgVpF5xh2SbS5ZW/12/EEBuRU1hFOLB5rKERJU0y1RJ6YhDMf/FuOWhfHQcFM7TeedBwHIzaF+tdKKlw==}
+ '@swc/core-darwin-x64@1.9.3':
+ resolution: {integrity: sha512-IaRq05ZLdtgF5h9CzlcgaNHyg4VXuiStnOFpfNEMuI5fm5afP2S0FHq8WdakUz5WppsbddTdplL+vpeApt/WCQ==}
engines: {node: '>=10'}
cpu: [x64]
os: [darwin]
- '@swc/core-linux-arm-gnueabihf@1.6.3':
- resolution: {integrity: sha512-VQ/bduX7WhLOlGbJLMG7UH0LBehjjx43R4yuk55rjjJLqpvX5fQzMsWhQdIZ5vsc+4ORzdgtEAlpumTv6bsD1A==}
+ '@swc/core-linux-arm-gnueabihf@1.9.3':
+ resolution: {integrity: sha512-Pbwe7xYprj/nEnZrNBvZfjnTxlBIcfApAGdz2EROhjpPj+FBqBa3wOogqbsuGGBdCphf8S+KPprL1z+oDWkmSQ==}
engines: {node: '>=10'}
cpu: [arm]
os: [linux]
- '@swc/core-linux-arm64-gnu@1.6.3':
- resolution: {integrity: sha512-jHIQ/PCwtdDBIF/BiC5DochswuCAIW/T5skJ+eDMbta7+QtEnZCXTZWpT5ORoEY/gtsE2fjpOA4TS6fBBvXqUw==}
+ '@swc/core-linux-arm64-gnu@1.9.3':
+ resolution: {integrity: sha512-AQ5JZiwNGVV/2K2TVulg0mw/3LYfqpjZO6jDPtR2evNbk9Yt57YsVzS+3vHSlUBQDRV9/jqMuZYVU3P13xrk+g==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
- '@swc/core-linux-arm64-musl@1.6.3':
- resolution: {integrity: sha512-gA6velEUD27Dwu0BlR9hCcFzkWq2YL2pDAU5qbgeuGhaMiUCBssfqTQB+2ctEnV+AZx+hSMJOHvtA+uFZjfRrw==}
+ '@swc/core-linux-arm64-musl@1.9.3':
+ resolution: {integrity: sha512-tzVH480RY6RbMl/QRgh5HK3zn1ZTFsThuxDGo6Iuk1MdwIbdFYUY034heWUTI4u3Db97ArKh0hNL0xhO3+PZdg==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
- '@swc/core-linux-x64-gnu@1.6.3':
- resolution: {integrity: sha512-fy4qoBDr5I8r+ZNCZxs/oZcmu4j/8mtSud6Ka102DaSxEjNg0vfIdo9ITsVIPsofhUTmDKjQsPB2O7YUlJAioQ==}
+ '@swc/core-linux-x64-gnu@1.9.3':
+ resolution: {integrity: sha512-ivXXBRDXDc9k4cdv10R21ccBmGebVOwKXT/UdH1PhxUn9m/h8erAWjz5pcELwjiMf27WokqPgaWVfaclDbgE+w==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
- '@swc/core-linux-x64-musl@1.6.3':
- resolution: {integrity: sha512-c/twcMbq/Gpq47G+b3kWgoaCujpXO11aRgJx6am+CprvP4uNeBHEpQkxD+DQmdWFHisZd0i9GB8NG3e7L9Rz9Q==}
+ '@swc/core-linux-x64-musl@1.9.3':
+ resolution: {integrity: sha512-ILsGMgfnOz1HwdDz+ZgEuomIwkP1PHT6maigZxaCIuC6OPEhKE8uYna22uU63XvYcLQvZYDzpR3ms47WQPuNEg==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
- '@swc/core-win32-arm64-msvc@1.6.3':
- resolution: {integrity: sha512-y6RxMtX45acReQmzkxcEfJscfBXce6QjuNgWQHHs9exA592BZzmolDUwgmAyjyvopz1lWX+KdymdZFKvuDSx4w==}
+ '@swc/core-win32-arm64-msvc@1.9.3':
+ resolution: {integrity: sha512-e+XmltDVIHieUnNJHtspn6B+PCcFOMYXNJB1GqoCcyinkEIQNwC8KtWgMqUucUbEWJkPc35NHy9k8aCXRmw9Kg==}
engines: {node: '>=10'}
cpu: [arm64]
os: [win32]
- '@swc/core-win32-ia32-msvc@1.6.3':
- resolution: {integrity: sha512-41h7z3xgukl1HDDwhquaeOPSP1OWeHl+mWKnJVmmwd3ui/oowUDCO856qa6JagBgPSnAGfyXwv6vthuXwyCcWA==}
+ '@swc/core-win32-ia32-msvc@1.9.3':
+ resolution: {integrity: sha512-rqpzNfpAooSL4UfQnHhkW8aL+oyjqJniDP0qwZfGnjDoJSbtPysHg2LpcOBEdSnEH+uIZq6J96qf0ZFD8AGfXA==}
engines: {node: '>=10'}
cpu: [ia32]
os: [win32]
- '@swc/core-win32-x64-msvc@1.6.3':
- resolution: {integrity: sha512-//bnwo9b8Vp1ED06eXCHyGZ5xIpdkQgg2fuFDdtd1FITl7r5bdQh2ryRzPiKiGwgXZwZQitUshI4JeEX9IuW+Q==}
+ '@swc/core-win32-x64-msvc@1.9.3':
+ resolution: {integrity: sha512-3YJJLQ5suIEHEKc1GHtqVq475guiyqisKSoUnoaRtxkDaW5g1yvPt9IoSLOe2mRs7+FFhGGU693RsBUSwOXSdQ==}
engines: {node: '>=10'}
cpu: [x64]
os: [win32]
- '@swc/core@1.6.3':
- resolution: {integrity: sha512-mZpei+LqE+AL+nwgERMQey9EJA9/yhHTN6nwbobH5GnSij/lhfTdGfAb1iumOrroqEcXbHUaK//7wOw7DjBGdA==}
+ '@swc/core@1.9.3':
+ resolution: {integrity: sha512-oRj0AFePUhtatX+BscVhnzaAmWjpfAeySpM1TCbxA1rtBDeH/JDhi5yYzAKneDYtVtBvA7ApfeuzhMC9ye4xSg==}
engines: {node: '>=10'}
peerDependencies:
'@swc/helpers': '*'
@@ -2767,8 +2626,8 @@ packages:
'@swc/counter@0.1.3':
resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==}
- '@swc/types@0.1.8':
- resolution: {integrity: sha512-RNFA3+7OJFNYY78x0FYwi1Ow+iF1eF5WvmfY1nXPOEH4R2p/D4Cr1vzje7dNAI2aLFqpv8Wyz4oKSWqIZArpQA==}
+ '@swc/types@0.1.17':
+ resolution: {integrity: sha512-V5gRru+aD8YVyCOMAjMpWR1Ui577DD5KSJsHP8RAxopAH22jFz6GZd/qxqjO6MJHQhcsjvjOFXyDhyLQUnMveQ==}
'@tsconfig/node10@1.0.11':
resolution: {integrity: sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==}
@@ -2797,53 +2656,23 @@ packages:
'@types/body-parser@1.19.5':
resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==}
- '@types/chai-subset@1.3.5':
- resolution: {integrity: sha512-c2mPnw+xHtXDoHmdtcCXGwyLMiauiAyxWMzhGpqHC4nqI/Y5G2XhTampslK2rb59kpcuHon03UH8W6iYUzw88A==}
-
- '@types/chai@4.3.16':
- resolution: {integrity: sha512-PatH4iOdyh3MyWtmHVFXLWCCIhUbopaltqddG9BzB+gMIzee2MJrvd+jouii9Z3wzQJruGWAm7WOMjgfG8hQlQ==}
-
'@types/connect@3.4.38':
resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==}
'@types/cors@2.8.17':
resolution: {integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==}
- '@types/cross-spawn@6.0.6':
- resolution: {integrity: sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==}
-
- '@types/detect-port@1.3.5':
- resolution: {integrity: sha512-Rf3/lB9WkDfIL9eEKaSYKc+1L/rNVYBjThk22JTqQw0YozXarX8YljFAz+HCoC6h4B4KwCMsBPZHaFezwT4BNA==}
-
- '@types/diff@5.2.1':
- resolution: {integrity: sha512-uxpcuwWJGhe2AR1g8hD9F5OYGCqjqWnBUQFD8gMZsDbv8oPHzxJF6iMO6n8Tk0AdzlxoaaoQhOYlIg/PukVU8g==}
-
- '@types/doctrine@0.0.3':
- resolution: {integrity: sha512-w5jZ0ee+HaPOaX25X2/2oGR/7rgAQSYII7X7pp0m9KgBfMP7uKfMfTvcpl5Dj+eDBbpxKGiqE+flqDr6XTd2RA==}
-
'@types/doctrine@0.0.9':
resolution: {integrity: sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==}
- '@types/ejs@3.1.5':
- resolution: {integrity: sha512-nv+GSx77ZtXiJzwKdsASqi+YQ5Z7vwHsTP0JY2SiQgjGckkBRKZnk8nIM+7oUZ1VCtuTz0+By4qVR7fqzp/Dfg==}
-
- '@types/emscripten@1.39.13':
- resolution: {integrity: sha512-cFq+fO/isvhvmuP/+Sl4K4jtU6E23DoivtbO4r50e3odaxAiVdbfSYRDdJ4gCdxx+3aRjhphS5ZMwIH4hFy/Cw==}
-
- '@types/escodegen@0.0.6':
- resolution: {integrity: sha512-AjwI4MvWx3HAOaZqYsjKWyEObT9lcVV0Y0V8nXo6cXzN8ZiMxVhf6F3d/UNvXVGKrEzL/Dluc5p+y9GkzlTWig==}
-
'@types/eslint-scope@3.7.7':
resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==}
- '@types/eslint@8.56.10':
- resolution: {integrity: sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==}
+ '@types/eslint@9.6.1':
+ resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==}
- '@types/estree@0.0.51':
- resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==}
-
- '@types/estree@1.0.5':
- resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
+ '@types/estree@1.0.6':
+ resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
'@types/express-actuator@1.8.3':
resolution: {integrity: sha512-Nhy+wtwkZagm0dYE5skOXPX8oclnFahkP1yRsxd+sW495tn0uA7kMvd5f8EExYRJv12/c5+yN9GYyBy9whWrkQ==}
@@ -2851,15 +2680,12 @@ packages:
'@types/express-http-proxy@1.6.6':
resolution: {integrity: sha512-J8ZqHG76rq1UB716IZ3RCmUhg406pbWxsM3oFCFccl5xlWUPzoR4if6Og/cE4juK8emH0H9quZa5ltn6ZdmQJg==}
- '@types/express-serve-static-core@4.19.3':
- resolution: {integrity: sha512-KOzM7MhcBFlmnlr/fzISFF5vGWVSvN6fTd4T+ExOt08bA/dA5kpSzY52nMsI1KDFmUREpJelPYyuslLRSjjgCg==}
+ '@types/express-serve-static-core@4.19.6':
+ resolution: {integrity: sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==}
'@types/express@4.17.21':
resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==}
- '@types/find-cache-dir@3.2.1':
- resolution: {integrity: sha512-frsJrz2t/CeGifcu/6uRo4b+SzAwT4NYCVPu1GN8IB9XTzrpPkGuV0tmh9mN+/L0PklAlsC3u5Fxt0ju00LXIw==}
-
'@types/glob@7.2.0':
resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
@@ -2896,12 +2722,12 @@ packages:
'@types/json5@0.0.29':
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
- '@types/lodash@4.17.5':
- resolution: {integrity: sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==}
-
'@types/long@4.0.2':
resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==}
+ '@types/mdast@4.0.4':
+ resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
+
'@types/mdx@2.0.13':
resolution: {integrity: sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==}
@@ -2911,29 +2737,23 @@ packages:
'@types/minimatch@5.1.2':
resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==}
- '@types/node-fetch@2.6.11':
- resolution: {integrity: sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==}
-
- '@types/node@18.19.36':
- resolution: {integrity: sha512-tX1BNmYSWEvViftB26VLNxT6mEr37M7+ldUtq7rlKnv4/2fKYsJIOmqJAjT6h1DNuwQjIKgw3VJ/Dtw3yiTIQw==}
-
- '@types/node@20.14.5':
- resolution: {integrity: sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA==}
+ '@types/node-fetch@2.6.12':
+ resolution: {integrity: sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==}
- '@types/normalize-package-data@2.4.4':
- resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
+ '@types/node@20.17.6':
+ resolution: {integrity: sha512-VEI7OdvK2wP7XHnsuXbAJnEpEkF6NjSN45QJlL4VGqZSXsnicpesdTWsg9RISeSdYd3yeRj/y3k5KGjUXYnFwQ==}
'@types/parse-json@4.0.2':
resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==}
- '@types/pretty-hrtime@1.0.3':
- resolution: {integrity: sha512-nj39q0wAIdhwn7DGUyT9irmsKK1tV0bd5WFEhgpqNTMFZ8cE+jieuTphCW0tfdm47S2zVT5mr09B28b1chmQMA==}
+ '@types/prop-types@15.7.13':
+ resolution: {integrity: sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==}
- '@types/prop-types@15.7.12':
- resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==}
+ '@types/prop-types@15.7.14':
+ resolution: {integrity: sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==}
- '@types/qs@6.9.15':
- resolution: {integrity: sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==}
+ '@types/qs@6.9.17':
+ resolution: {integrity: sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ==}
'@types/range-parser@1.2.7':
resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==}
@@ -2944,14 +2764,20 @@ packages:
'@types/react-router-dom@5.3.3':
resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==}
+ '@types/react-router-hash-link@2.4.9':
+ resolution: {integrity: sha512-zl/VMj+lfJZhvjOAQXIlBVPNKSK+/fRG8AUHhlP9++LhlA2ziLeTmbRxIMJI3PCiCTS+W/FosEoDRoNOGH0OzA==}
+
'@types/react-router@5.1.20':
resolution: {integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==}
'@types/react-slick@0.23.13':
resolution: {integrity: sha512-bNZfDhe/L8t5OQzIyhrRhBr/61pfBcWaYJoq6UDqFtv5LMwfg4NsVDD2J8N01JqdAdxLjOt66OZEp6PX+dGs/A==}
- '@types/react@17.0.80':
- resolution: {integrity: sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==}
+ '@types/react@17.0.83':
+ resolution: {integrity: sha512-l0m4ArKJvmFtR4e8UmKrj1pB4tUgOhJITf+mADyF/p69Ts1YAR/E+G9XEM0mHXKVRa1dQNHseyyDNzeuAXfXQw==}
+
+ '@types/react@18.3.3':
+ resolution: {integrity: sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==}
'@types/resolve@1.20.6':
resolution: {integrity: sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==}
@@ -2959,9 +2785,6 @@ packages:
'@types/scheduler@0.16.8':
resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==}
- '@types/semver@7.5.8':
- resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==}
-
'@types/send@0.17.4':
resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==}
@@ -2977,23 +2800,23 @@ packages:
'@types/triple-beam@1.3.5':
resolution: {integrity: sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==}
- '@types/unist@3.0.2':
- resolution: {integrity: sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==}
+ '@types/unist@3.0.3':
+ resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
'@types/uuid@9.0.8':
resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==}
- '@types/ws@8.5.10':
- resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==}
+ '@types/ws@8.5.13':
+ resolution: {integrity: sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==}
'@types/yargs-parser@21.0.3':
resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==}
- '@types/yargs@17.0.32':
- resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==}
+ '@types/yargs@17.0.33':
+ resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==}
- '@typescript-eslint/eslint-plugin@7.13.1':
- resolution: {integrity: sha512-kZqi+WZQaZfPKnsflLJQCz6Ze9FFSMfXrrIOcyargekQxG37ES7DJNpJUE9Q/X5n3yTIP/WPutVNzgknQ7biLg==}
+ '@typescript-eslint/eslint-plugin@7.18.0':
+ resolution: {integrity: sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
'@typescript-eslint/parser': ^7.0.0
@@ -3003,8 +2826,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/parser@7.13.1':
- resolution: {integrity: sha512-1ELDPlnLvDQ5ybTSrMhRTFDfOQEOXNM+eP+3HT/Yq7ruWpciQw+Avi73pdEbA4SooCawEWo3dtYbF68gN7Ed1A==}
+ '@typescript-eslint/parser@7.18.0':
+ resolution: {integrity: sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -3013,16 +2836,16 @@ packages:
typescript:
optional: true
- '@typescript-eslint/scope-manager@5.62.0':
- resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
-
- '@typescript-eslint/scope-manager@7.13.1':
- resolution: {integrity: sha512-adbXNVEs6GmbzaCpymHQ0MB6E4TqoiVbC0iqG3uijR8ZYfpAXMGttouQzF4Oat3P2GxDVIrg7bMI/P65LiQZdg==}
+ '@typescript-eslint/scope-manager@7.18.0':
+ resolution: {integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/type-utils@7.13.1':
- resolution: {integrity: sha512-aWDbLu1s9bmgPGXSzNCxELu+0+HQOapV/y+60gPXafR8e2g1Bifxzevaa+4L2ytCWm+CHqpELq4CSoN9ELiwCg==}
+ '@typescript-eslint/scope-manager@8.15.0':
+ resolution: {integrity: sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ '@typescript-eslint/type-utils@7.18.0':
+ resolution: {integrity: sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -3031,119 +2854,137 @@ packages:
typescript:
optional: true
- '@typescript-eslint/types@5.62.0':
- resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
-
- '@typescript-eslint/types@7.13.1':
- resolution: {integrity: sha512-7K7HMcSQIAND6RBL4kDl24sG/xKM13cA85dc7JnmQXw2cBDngg7c19B++JzvJHRG3zG36n9j1i451GBzRuHchw==}
+ '@typescript-eslint/types@7.18.0':
+ resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/typescript-estree@5.62.0':
- resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ '@typescript-eslint/types@8.15.0':
+ resolution: {integrity: sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ '@typescript-eslint/typescript-estree@7.18.0':
+ resolution: {integrity: sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==}
+ engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
- '@typescript-eslint/typescript-estree@7.13.1':
- resolution: {integrity: sha512-uxNr51CMV7npU1BxZzYjoVz9iyjckBduFBP0S5sLlh1tXYzHzgZ3BR9SVsNed+LmwKrmnqN3Kdl5t7eZ5TS1Yw==}
- engines: {node: ^18.18.0 || >=20.0.0}
+ '@typescript-eslint/typescript-estree@8.15.0':
+ resolution: {integrity: sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
- '@typescript-eslint/utils@5.62.0':
- resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- peerDependencies:
- eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
-
- '@typescript-eslint/utils@7.13.1':
- resolution: {integrity: sha512-h5MzFBD5a/Gh/fvNdp9pTfqJAbuQC4sCN2WzuXme71lqFJsZtLbjxfSk4r3p02WIArOF9N94pdsLiGutpDbrXQ==}
+ '@typescript-eslint/utils@7.18.0':
+ resolution: {integrity: sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
- '@typescript-eslint/visitor-keys@5.62.0':
- resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ '@typescript-eslint/utils@8.15.0':
+ resolution: {integrity: sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
- '@typescript-eslint/visitor-keys@7.13.1':
- resolution: {integrity: sha512-k/Bfne7lrP7hcb7m9zSsgcBmo+8eicqqfNAJ7uUY+jkTFpKeH2FSkWpFRtimBxgkyvqfu9jTPRbYOvud6isdXA==}
+ '@typescript-eslint/visitor-keys@7.18.0':
+ resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==}
engines: {node: ^18.18.0 || >=20.0.0}
+ '@typescript-eslint/visitor-keys@8.15.0':
+ resolution: {integrity: sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
- '@vitejs/plugin-react-swc@3.7.0':
- resolution: {integrity: sha512-yrknSb3Dci6svCd/qhHqhFPDSw0QtjumcqdKMoNNzmOl5lMXTTiqzjWtG4Qask2HdvvzaNgSunbQGet8/GrKdA==}
+ '@vitejs/plugin-react-swc@3.7.1':
+ resolution: {integrity: sha512-vgWOY0i1EROUK0Ctg1hwhtC3SdcDjZcdit4Ups4aPkDcB1jYhmo+RMYWY87cmXMhvtD5uf8lV89j2w16vkdSVg==}
peerDependencies:
vite: ^4 || ^5
- '@vitest/expect@0.34.6':
- resolution: {integrity: sha512-QUzKpUQRc1qC7qdGo7rMK3AkETI7w18gTCUrsNnyjjJKYiuUB9+TQK3QnR1unhCnWRC0AbKv2omLGQDF/mIjOw==}
+ '@vitest/expect@2.1.9':
+ resolution: {integrity: sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==}
+
+ '@vitest/mocker@2.1.9':
+ resolution: {integrity: sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==}
+ peerDependencies:
+ msw: ^2.4.9
+ vite: ^5.0.0
+ peerDependenciesMeta:
+ msw:
+ optional: true
+ vite:
+ optional: true
+
+ '@vitest/pretty-format@2.1.9':
+ resolution: {integrity: sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==}
- '@vitest/runner@0.34.6':
- resolution: {integrity: sha512-1CUQgtJSLF47NnhN+F9X2ycxUP0kLHQ/JWvNHbeBfwW8CzEGgeskzNnHDyv1ieKTltuR6sdIHV+nmR6kPxQqzQ==}
+ '@vitest/runner@2.1.9':
+ resolution: {integrity: sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==}
- '@vitest/snapshot@0.34.6':
- resolution: {integrity: sha512-B3OZqYn6k4VaN011D+ve+AA4whM4QkcwcrwaKwAbyyvS/NB1hCWjFIBQxAQQSQir9/RtyAAGuq+4RJmbn2dH4w==}
+ '@vitest/snapshot@2.1.9':
+ resolution: {integrity: sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==}
- '@vitest/spy@0.34.6':
- resolution: {integrity: sha512-xaCvneSaeBw/cz8ySmF7ZwGvL0lBjfvqc1LpQ/vcdHEvpLn3Ff1vAvjw+CoGn0802l++5L/pxb7whwcWAw+DUQ==}
+ '@vitest/spy@2.1.9':
+ resolution: {integrity: sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==}
- '@vitest/utils@0.34.6':
- resolution: {integrity: sha512-IG5aDD8S6zlvloDsnzHw0Ut5xczlF+kv2BOTo+iXfPr54Yhi5qbVOgGB1hZaVq4iJ4C/MZ2J0y15IlsV/ZcI0A==}
+ '@vitest/utils@2.1.9':
+ resolution: {integrity: sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==}
- '@webassemblyjs/ast@1.12.1':
- resolution: {integrity: sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==}
+ '@webassemblyjs/ast@1.14.1':
+ resolution: {integrity: sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==}
- '@webassemblyjs/floating-point-hex-parser@1.11.6':
- resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==}
+ '@webassemblyjs/floating-point-hex-parser@1.13.2':
+ resolution: {integrity: sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==}
- '@webassemblyjs/helper-api-error@1.11.6':
- resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==}
+ '@webassemblyjs/helper-api-error@1.13.2':
+ resolution: {integrity: sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==}
- '@webassemblyjs/helper-buffer@1.12.1':
- resolution: {integrity: sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==}
+ '@webassemblyjs/helper-buffer@1.14.1':
+ resolution: {integrity: sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==}
- '@webassemblyjs/helper-numbers@1.11.6':
- resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==}
+ '@webassemblyjs/helper-numbers@1.13.2':
+ resolution: {integrity: sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==}
- '@webassemblyjs/helper-wasm-bytecode@1.11.6':
- resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==}
+ '@webassemblyjs/helper-wasm-bytecode@1.13.2':
+ resolution: {integrity: sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==}
- '@webassemblyjs/helper-wasm-section@1.12.1':
- resolution: {integrity: sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==}
+ '@webassemblyjs/helper-wasm-section@1.14.1':
+ resolution: {integrity: sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==}
- '@webassemblyjs/ieee754@1.11.6':
- resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==}
+ '@webassemblyjs/ieee754@1.13.2':
+ resolution: {integrity: sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==}
- '@webassemblyjs/leb128@1.11.6':
- resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==}
+ '@webassemblyjs/leb128@1.13.2':
+ resolution: {integrity: sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==}
- '@webassemblyjs/utf8@1.11.6':
- resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==}
+ '@webassemblyjs/utf8@1.13.2':
+ resolution: {integrity: sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==}
- '@webassemblyjs/wasm-edit@1.12.1':
- resolution: {integrity: sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==}
+ '@webassemblyjs/wasm-edit@1.14.1':
+ resolution: {integrity: sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==}
- '@webassemblyjs/wasm-gen@1.12.1':
- resolution: {integrity: sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==}
+ '@webassemblyjs/wasm-gen@1.14.1':
+ resolution: {integrity: sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==}
- '@webassemblyjs/wasm-opt@1.12.1':
- resolution: {integrity: sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==}
+ '@webassemblyjs/wasm-opt@1.14.1':
+ resolution: {integrity: sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==}
- '@webassemblyjs/wasm-parser@1.12.1':
- resolution: {integrity: sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==}
+ '@webassemblyjs/wasm-parser@1.14.1':
+ resolution: {integrity: sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==}
- '@webassemblyjs/wast-printer@1.12.1':
- resolution: {integrity: sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==}
+ '@webassemblyjs/wast-printer@1.14.1':
+ resolution: {integrity: sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==}
'@webpack-cli/configtest@2.1.1':
resolution: {integrity: sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==}
@@ -3170,26 +3011,21 @@ packages:
webpack-dev-server:
optional: true
- '@whatwg-node/events@0.0.3':
- resolution: {integrity: sha512-IqnKIDWfXBJkvy/k6tzskWTc2NK3LcqHlb+KHGCrjOCH4jfQckRX0NAiIcC/vIqQkzLYw2r2CTSwAxcrtcD6lA==}
-
- '@whatwg-node/events@0.1.1':
- resolution: {integrity: sha512-AyQEn5hIPV7Ze+xFoXVU3QTHXVbWPrzaOkxtENMPMuNL6VVHrp4hHfDt9nrQpjO7BgvuM95dMtkycX5M/DZR3w==}
- engines: {node: '>=16.0.0'}
-
- '@whatwg-node/fetch@0.8.8':
- resolution: {integrity: sha512-CdcjGC2vdKhc13KKxgsc6/616BQ7ooDIgPeTuAiE8qfCnS0mGzcfCOoZXypQSz73nxI+GWc7ZReIAVhxoE1KCg==}
+ '@whatwg-node/fetch@0.10.1':
+ resolution: {integrity: sha512-gmPOLrsjSZWEZlr9Oe5+wWFBq3CG6fN13rGlM91Jsj/vZ95G9CCvrORGBAxMXy0AJGiC83aYiHXn3JzTzXQmbA==}
+ engines: {node: '>=18.0.0'}
- '@whatwg-node/fetch@0.9.18':
- resolution: {integrity: sha512-hqoz6StCW+AjV/3N+vg0s1ah82ptdVUb9nH2ttj3UbySOXUvytWw2yqy8c1cKzyRk6mDD00G47qS3fZI9/gMjg==}
- engines: {node: '>=16.0.0'}
+ '@whatwg-node/fetch@0.9.23':
+ resolution: {integrity: sha512-7xlqWel9JsmxahJnYVUj/LLxWcnA93DR4c9xlw3U814jWTiYalryiH1qToik1hOxweKKRLi4haXHM5ycRksPBA==}
+ engines: {node: '>=18.0.0'}
- '@whatwg-node/node-fetch@0.3.6':
- resolution: {integrity: sha512-w9wKgDO4C95qnXZRwZTfCmLWqyRnooGjcIwG0wADWjw9/HN0p7dtvtgSvItZtUyNteEvgTrd8QojNEqV6DAGTA==}
+ '@whatwg-node/node-fetch@0.6.0':
+ resolution: {integrity: sha512-tcZAhrpx6oVlkEsRngeTEEE7I5/QdLjeEz4IlekabGaESP7+Dkm/6a9KcF1KdCBB7mO9PXtBkwCuTCt8+UPg8Q==}
+ engines: {node: '>=18.0.0'}
- '@whatwg-node/node-fetch@0.5.11':
- resolution: {integrity: sha512-LS8tSomZa3YHnntpWt3PP43iFEEl6YeIsvDakczHBKlay5LdkXFr8w7v8H6akpG5nRrzydyB0k1iE2eoL6aKIQ==}
- engines: {node: '>=16.0.0'}
+ '@whatwg-node/node-fetch@0.7.3':
+ resolution: {integrity: sha512-mqHYN1JZG0bSnOi6bxYq8zSBLfp02597yb9YNwZ0Zqn3TdC7/YjRWKnnGm49rzIWGaNaHiUjv8KThuhpK7NDLA==}
+ engines: {node: '>=18.0.0'}
'@wry/caches@1.0.1':
resolution: {integrity: sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA==}
@@ -3203,10 +3039,6 @@ packages:
resolution: {integrity: sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw==}
engines: {node: '>=8'}
- '@wry/trie@0.4.3':
- resolution: {integrity: sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w==}
- engines: {node: '>=8'}
-
'@wry/trie@0.5.0':
resolution: {integrity: sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA==}
engines: {node: '>=8'}
@@ -3217,56 +3049,24 @@ packages:
'@xtuc/long@4.2.2':
resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
- '@yarnpkg/esbuild-plugin-pnp@3.0.0-rc.15':
- resolution: {integrity: sha512-kYzDJO5CA9sy+on/s2aIW0411AklfCi8Ck/4QDivOqsMKpStZA2SsR+X27VTggGwpStWaLrjJcDcdDMowtG8MA==}
- engines: {node: '>=14.15.0'}
- peerDependencies:
- esbuild: '>=0.10.0'
-
- '@yarnpkg/fslib@2.10.3':
- resolution: {integrity: sha512-41H+Ga78xT9sHvWLlFOZLIhtU6mTGZ20pZ29EiZa97vnxdohJD2AF42rCoAoWfqUz486xY6fhjMH+DYEM9r14A==}
- engines: {node: '>=12 <14 || 14.2 - 14.9 || >14.10.0'}
-
- '@yarnpkg/libzip@2.3.0':
- resolution: {integrity: sha512-6xm38yGVIa6mKm/DUCF2zFFJhERh/QWp1ufm4cNUvxsONBmfPg8uZ9pZBdOmF6qFGr/HlT6ABBkCSx/dlEtvWg==}
- engines: {node: '>=12 <14 || 14.2 - 14.9 || >14.10.0'}
-
accepts@1.3.8:
resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
engines: {node: '>= 0.6'}
- acorn-import-attributes@1.9.5:
- resolution: {integrity: sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==}
- peerDependencies:
- acorn: ^8
-
acorn-jsx@5.3.2:
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
- acorn-walk@7.2.0:
- resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==}
- engines: {node: '>=0.4.0'}
-
- acorn-walk@8.3.3:
- resolution: {integrity: sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==}
- engines: {node: '>=0.4.0'}
-
- acorn@7.4.1:
- resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==}
+ acorn-walk@8.3.4:
+ resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==}
engines: {node: '>=0.4.0'}
- hasBin: true
- acorn@8.12.0:
- resolution: {integrity: sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==}
+ acorn@8.14.0:
+ resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==}
engines: {node: '>=0.4.0'}
hasBin: true
- address@1.2.2:
- resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==}
- engines: {node: '>= 10.0.0'}
-
agent-base@7.1.1:
resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==}
engines: {node: '>= 14'}
@@ -3296,8 +3096,8 @@ packages:
ajv@6.12.6:
resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
- ajv@8.16.0:
- resolution: {integrity: sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==}
+ ajv@8.17.1:
+ resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
ansi-escapes@4.3.2:
resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==}
@@ -3307,17 +3107,10 @@ packages:
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
engines: {node: '>=8'}
- ansi-regex@6.0.1:
- resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==}
+ ansi-regex@6.1.0:
+ resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==}
engines: {node: '>=12'}
- ansi-sequence-parser@1.1.1:
- resolution: {integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==}
-
- ansi-styles@3.2.1:
- resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==}
- engines: {node: '>=4'}
-
ansi-styles@4.3.0:
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
engines: {node: '>=8'}
@@ -3334,9 +3127,6 @@ packages:
resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
engines: {node: '>= 8'}
- app-root-dir@1.0.2:
- resolution: {integrity: sha512-jlpIfsOoNoafl92Sz//64uQHGSyMrD2vYG5d8o2a4qGvyNCvXur7bzIsWtAC/6flI2RYAp3kv8rsfBtaLm7w0g==}
-
append-field@1.0.0:
resolution: {integrity: sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==}
@@ -3349,10 +3139,6 @@ packages:
argparse@2.0.1:
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
- aria-hidden@1.2.4:
- resolution: {integrity: sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==}
- engines: {node: '>=10'}
-
array-buffer-byte-length@1.0.1:
resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==}
engines: {node: '>= 0.4'}
@@ -3384,9 +3170,6 @@ packages:
resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==}
engines: {node: '>= 0.4'}
- array.prototype.toreversed@1.1.2:
- resolution: {integrity: sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==}
-
array.prototype.tosorted@1.1.4:
resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==}
engines: {node: '>= 0.4'}
@@ -3398,15 +3181,9 @@ packages:
asap@2.0.6:
resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==}
- asn1js@3.0.5:
- resolution: {integrity: sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==}
- engines: {node: '>=12.0.0'}
-
- assert@2.1.0:
- resolution: {integrity: sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==}
-
- assertion-error@1.1.0:
- resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==}
+ assertion-error@2.0.1:
+ resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
+ engines: {node: '>=12'}
ast-types@0.16.1:
resolution: {integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==}
@@ -3419,8 +3196,8 @@ packages:
async-retry@1.3.3:
resolution: {integrity: sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==}
- async@3.2.5:
- resolution: {integrity: sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==}
+ async@3.2.6:
+ resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==}
asynckit@0.4.0:
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
@@ -3433,19 +3210,14 @@ packages:
resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
engines: {node: '>= 0.4'}
- babel-core@7.0.0-bridge.0:
- resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
-
babel-jest@29.7.0:
resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
'@babel/core': ^7.8.0
- babel-loader@9.1.3:
- resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==}
+ babel-loader@9.2.1:
+ resolution: {integrity: sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==}
engines: {node: '>= 14.15.0'}
peerDependencies:
'@babel/core': ^7.12.0
@@ -3463,18 +3235,18 @@ packages:
resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==}
engines: {node: '>=10', npm: '>=6'}
- babel-plugin-polyfill-corejs2@0.4.11:
- resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==}
+ babel-plugin-polyfill-corejs2@0.4.12:
+ resolution: {integrity: sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
- babel-plugin-polyfill-corejs3@0.10.4:
- resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==}
+ babel-plugin-polyfill-corejs3@0.10.6:
+ resolution: {integrity: sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
- babel-plugin-polyfill-regenerator@0.6.2:
- resolution: {integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==}
+ babel-plugin-polyfill-regenerator@0.6.3:
+ resolution: {integrity: sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
@@ -3489,8 +3261,8 @@ packages:
babel-plugin-transform-react-remove-prop-types@0.4.24:
resolution: {integrity: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==}
- babel-preset-current-node-syntax@1.0.1:
- resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==}
+ babel-preset-current-node-syntax@1.1.0:
+ resolution: {integrity: sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==}
peerDependencies:
'@babel/core': ^7.0.0
@@ -3522,10 +3294,6 @@ packages:
resolution: {integrity: sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==}
engines: {node: '>=12.0.0'}
- big-integer@1.6.52:
- resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==}
- engines: {node: '>=0.6'}
-
binary-extensions@2.3.0:
resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
engines: {node: '>=8'}
@@ -3533,14 +3301,10 @@ packages:
bl@4.1.0:
resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
- body-parser@1.20.2:
- resolution: {integrity: sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==}
+ body-parser@1.20.3:
+ resolution: {integrity: sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==}
engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
- bplist-parser@0.2.0:
- resolution: {integrity: sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==}
- engines: {node: '>= 5.10.0'}
-
brace-expansion@1.1.11:
resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
@@ -3554,11 +3318,8 @@ packages:
browser-assert@1.2.1:
resolution: {integrity: sha512-nfulgvOR6S4gt9UKCeGJOuSGBPGiFT6oQ/2UBnvTY/5aQ1PnksW72fhZkM30DzoRRv2WpwZf1vHHEr3mtuXIWQ==}
- browserify-zlib@0.1.4:
- resolution: {integrity: sha512-19OEpq7vWgsH6WkvkBJQDFvJS1uPcbFOQ4v9CU839dO+ZZXUZO6XpE6hNCqvlIIj+4fZvRiJ6DsAQ382GwiyTQ==}
-
- browserslist@4.23.1:
- resolution: {integrity: sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==}
+ browserslist@4.24.2:
+ resolution: {integrity: sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
@@ -3575,10 +3336,6 @@ packages:
resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==}
engines: {node: '>=10.16.0'}
- bytes@3.0.0:
- resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==}
- engines: {node: '>= 0.8'}
-
bytes@3.1.2:
resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==}
engines: {node: '>= 0.8'}
@@ -3609,19 +3366,18 @@ packages:
camelize@1.0.1:
resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==}
- caniuse-lite@1.0.30001636:
- resolution: {integrity: sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg==}
+ caniuse-lite@1.0.30001683:
+ resolution: {integrity: sha512-iqmNnThZ0n70mNwvxpEC2nBJ037ZHZUoBI5Gorh1Mw6IlEAZujEoU1tXA628iZfzm7R9FvFzxbfdgml82a3k8Q==}
capital-case@1.0.4:
resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==}
- chai@4.4.1:
- resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==}
- engines: {node: '>=4'}
+ ccount@2.0.1:
+ resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
- chalk@2.4.2:
- resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
- engines: {node: '>=4'}
+ chai@5.1.2:
+ resolution: {integrity: sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==}
+ engines: {node: '>=12'}
chalk@4.1.2:
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
@@ -3640,25 +3396,25 @@ packages:
resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==}
engines: {node: '>=10'}
+ character-entities-html4@2.1.0:
+ resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==}
+
+ character-entities-legacy@3.0.0:
+ resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==}
+
chardet@0.7.0:
resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==}
- check-error@1.0.3:
- resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==}
+ check-error@2.1.1:
+ resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==}
+ engines: {node: '>= 16'}
chokidar@3.6.0:
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
engines: {node: '>= 8.10.0'}
- chownr@1.1.4:
- resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
-
- chownr@2.0.0:
- resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==}
- engines: {node: '>=10'}
-
- chromatic@11.5.4:
- resolution: {integrity: sha512-+J+CopeUSyGUIQJsU6X7CfvSmeVBs0j6LZ9AgF4+XTjI4pFmUiUXsTc00rH9x9W1jCppOaqDXv2kqJJXGDK3mA==}
+ chromatic@11.18.1:
+ resolution: {integrity: sha512-hkNT9vA6K9+PnE/khhZYBnRCOm8NonaQDs7RZ8YHFo7/lh1b/x/uFMkTjWjaj/mkM6QOR/evu5VcZMtcaauSlw==}
hasBin: true
peerDependencies:
'@chromatic-com/cypress': ^0.*.* || ^1.0.0
@@ -3677,11 +3433,8 @@ packages:
resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==}
engines: {node: '>=8'}
- citty@0.1.6:
- resolution: {integrity: sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==}
-
- cjs-module-lexer@1.3.1:
- resolution: {integrity: sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==}
+ cjs-module-lexer@1.4.1:
+ resolution: {integrity: sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==}
classnames@2.5.1:
resolution: {integrity: sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==}
@@ -3698,10 +3451,6 @@ packages:
resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==}
engines: {node: '>=6'}
- cli-table3@0.6.5:
- resolution: {integrity: sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==}
- engines: {node: 10.* || >= 12.*}
-
cli-truncate@2.1.0:
resolution: {integrity: sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==}
engines: {node: '>=8'}
@@ -3761,6 +3510,9 @@ packages:
resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
engines: {node: '>= 0.8'}
+ comma-separated-tokens@2.0.3:
+ resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==}
+
commander@10.0.1:
resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
engines: {node: '>=14'}
@@ -3768,10 +3520,6 @@ packages:
commander@2.20.3:
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
- commander@6.2.1:
- resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==}
- engines: {node: '>= 6'}
-
common-path-prefix@3.0.0:
resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==}
@@ -3779,20 +3527,9 @@ packages:
resolution: {integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==}
engines: {node: '>=4.0.0'}
- commondir@1.0.1:
- resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==}
-
component-emitter@1.3.1:
resolution: {integrity: sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==}
- compressible@2.0.18:
- resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==}
- engines: {node: '>= 0.6'}
-
- compression@1.7.4:
- resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==}
- engines: {node: '>= 0.8.0'}
-
concat-map@0.0.1:
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
@@ -3800,18 +3537,11 @@ packages:
resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==}
engines: {'0': node >= 0.8}
- concurrently@8.2.2:
- resolution: {integrity: sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==}
- engines: {node: ^14.13.0 || >=16.0.0}
+ concurrently@9.1.0:
+ resolution: {integrity: sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==}
+ engines: {node: '>=18'}
hasBin: true
- confbox@0.1.7:
- resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==}
-
- consola@3.2.3:
- resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==}
- engines: {node: ^14.18.0 || >=16.10.0}
-
constant-case@3.0.4:
resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==}
@@ -3829,8 +3559,8 @@ packages:
cookie-signature@1.0.6:
resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==}
- cookie@0.6.0:
- resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==}
+ cookie@0.7.1:
+ resolution: {integrity: sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==}
engines: {node: '>= 0.6'}
cookiejar@2.1.4:
@@ -3842,8 +3572,8 @@ packages:
peerDependencies:
webpack: ^5.1.0
- core-js-compat@3.37.1:
- resolution: {integrity: sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==}
+ core-js-compat@3.39.0:
+ resolution: {integrity: sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==}
core-util-is@1.0.3:
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
@@ -3865,8 +3595,8 @@ packages:
typescript:
optional: true
- country-flag-icons@1.5.12:
- resolution: {integrity: sha512-ksBaQqQEFSvSFg1NV8tlAk4IjgDRNMu5ImjnCac0C409CiN6ObTI0vCFaNfaPusxLrr5O9pueT1R3G4XMMwErg==}
+ country-flag-icons@1.5.13:
+ resolution: {integrity: sha512-4JwHNqaKZ19doQoNcBjsoYA+I7NqCH/mC/6f5cBWvdKzcK5TMmzLpq3Z/syVHMHJuDGFwJ+rPpGizvrqJybJow==}
create-jest@29.7.0:
resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==}
@@ -3886,18 +3616,18 @@ packages:
resolution: {integrity: sha512-4PFfn4b5ZN6FMNGSZlyb7wUhuN8wvj8t/VQHZdM4JsDcruGJ8L2kf9zao98QIrBPFCpdk27qst/AGTl7pL3ypQ==}
engines: {node: '>=16.0.0'}
- cross-spawn@7.0.3:
- resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
+ cross-inspect@1.0.1:
+ resolution: {integrity: sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A==}
+ engines: {node: '>=16.0.0'}
+
+ cross-spawn@7.0.6:
+ resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
engines: {node: '>= 8'}
crypto-hash@2.0.1:
resolution: {integrity: sha512-t4mkp7Vh6MuCZRBf0XLzBOfhkH3nW6YEAotMDSjshVQ1GffCMGdPLSr7pKH0rdXY02jTjAZ7QW2apD0buaZXcQ==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- crypto-random-string@4.0.0:
- resolution: {integrity: sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==}
- engines: {node: '>=12'}
-
css-color-keywords@1.0.0:
resolution: {integrity: sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==}
engines: {node: '>=4'}
@@ -3943,12 +3673,8 @@ packages:
dataloader@2.2.2:
resolution: {integrity: sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==}
- date-fns@2.30.0:
- resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==}
- engines: {node: '>=0.11'}
-
- dayjs@1.11.11:
- resolution: {integrity: sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==}
+ dayjs@1.11.13:
+ resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
debounce@1.2.1:
resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==}
@@ -3969,8 +3695,8 @@ packages:
supports-color:
optional: true
- debug@4.3.5:
- resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==}
+ debug@4.3.7:
+ resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==}
engines: {node: '>=6.0'}
peerDependencies:
supports-color: '*'
@@ -3994,8 +3720,8 @@ packages:
babel-plugin-macros:
optional: true
- deep-eql@4.1.4:
- resolution: {integrity: sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==}
+ deep-eql@5.0.2:
+ resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==}
engines: {node: '>=6'}
deep-is@0.1.4:
@@ -4005,10 +3731,6 @@ packages:
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
engines: {node: '>=0.10.0'}
- default-browser-id@3.0.0:
- resolution: {integrity: sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==}
- engines: {node: '>=12'}
-
defaults@1.0.4:
resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==}
@@ -4024,9 +3746,6 @@ packages:
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
engines: {node: '>= 0.4'}
- defu@6.1.4:
- resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==}
-
delayed-stream@1.0.0:
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
engines: {node: '>=0.4.0'}
@@ -4055,17 +3774,8 @@ packages:
resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==}
engines: {node: '>=8'}
- detect-node-es@1.1.0:
- resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
-
- detect-package-manager@2.0.1:
- resolution: {integrity: sha512-j/lJHyoLlWi6G1LDdLgvUtz60Zo5GEj+sVYtTVXnYLDPuzgC3llMxonXym9zIwhhUII8vjdw0LXxavpLqTbl1A==}
- engines: {node: '>=12'}
-
- detect-port@1.6.1:
- resolution: {integrity: sha512-CmnVc+Hek2egPx1PeTFVta2W78xy2K/9Rkf6cC4T59S50tVnzKj+tnx5mmx5lwvCkujZ4uRrpRSuV+IVs3f90Q==}
- engines: {node: '>= 4.0.0'}
- hasBin: true
+ devlop@1.1.0:
+ resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
dezalgo@1.0.4:
resolution: {integrity: sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==}
@@ -4078,10 +3788,6 @@ packages:
resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==}
engines: {node: '>=0.3.1'}
- diff@5.2.0:
- resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==}
- engines: {node: '>=0.3.1'}
-
dir-glob@3.0.1:
resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
engines: {node: '>=8'}
@@ -4097,39 +3803,30 @@ packages:
dot-case@3.0.4:
resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==}
- dotenv-expand@10.0.0:
- resolution: {integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==}
- engines: {node: '>=12'}
-
dotenv@16.4.5:
resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==}
engines: {node: '>=12'}
- dset@3.1.3:
- resolution: {integrity: sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==}
+ dset@3.1.4:
+ resolution: {integrity: sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==}
engines: {node: '>=4'}
- duplexify@3.7.1:
- resolution: {integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==}
-
eastasianwidth@0.2.0:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
ee-first@1.1.1:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
- ejs@3.1.10:
- resolution: {integrity: sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==}
- engines: {node: '>=0.10.0'}
- hasBin: true
-
- electron-to-chromium@1.4.806:
- resolution: {integrity: sha512-nkoEX2QIB8kwCOtvtgwhXWy2IHVcOLQZu9Qo36uaGB835mdX/h8uLRlosL6QIhLVUnAiicXRW00PwaPZC74Nrg==}
+ electron-to-chromium@1.5.64:
+ resolution: {integrity: sha512-IXEuxU+5ClW2IGEYFC2T7szbyVgehupCWQe5GNh+H065CD6U6IFN0s4KeAMFGNmQolRU4IV7zGBWSYMmZ8uuqQ==}
emittery@0.13.1:
resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==}
engines: {node: '>=12'}
+ emoji-regex-xs@1.0.0:
+ resolution: {integrity: sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==}
+
emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@@ -4143,26 +3840,31 @@ packages:
resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==}
engines: {node: '>= 0.8'}
- end-of-stream@1.4.4:
- resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
+ encodeurl@2.0.0:
+ resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==}
+ engines: {node: '>= 0.8'}
- enhanced-resolve@5.17.0:
- resolution: {integrity: sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==}
+ enhanced-resolve@5.17.1:
+ resolution: {integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==}
engines: {node: '>=10.13.0'}
enquire.js@2.1.6:
resolution: {integrity: sha512-/KujNpO+PT63F7Hlpu4h3pE3TokKRHN26JYmQpPyjkRD/N57R7bPDNojMXdi7uveAKjYB7yQnartCxZnFWr0Xw==}
- envinfo@7.13.0:
- resolution: {integrity: sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==}
+ entities@4.5.0:
+ resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
+ engines: {node: '>=0.12'}
+
+ envinfo@7.14.0:
+ resolution: {integrity: sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==}
engines: {node: '>=4'}
hasBin: true
error-ex@1.3.2:
resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==}
- es-abstract@1.23.3:
- resolution: {integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==}
+ es-abstract@1.23.5:
+ resolution: {integrity: sha512-vlmniQ0WNPwXqA0BnmwV3Ng7HxiGlh6r5U6JcTMNx8OilcAGqVJBHJcPjqOMaczU9fRuRK5Px2BdVyPRnKMMVQ==}
engines: {node: '>= 0.4'}
es-define-property@1.0.0:
@@ -4173,12 +3875,15 @@ packages:
resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
engines: {node: '>= 0.4'}
- es-iterator-helpers@1.0.19:
- resolution: {integrity: sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==}
+ es-iterator-helpers@1.2.0:
+ resolution: {integrity: sha512-tpxqxncxnpw3c93u8n3VOzACmRFoVmWJqbWXvX/JfKbkhBw1oslgPrUfeSt2psuqyEJFD6N/9lg5i7bsKpoq+Q==}
engines: {node: '>= 0.4'}
- es-module-lexer@1.5.3:
- resolution: {integrity: sha512-i1gCgmR9dCl6Vil6UKPI/trA69s08g/syhiDK9TG0Nf1RJjjFI+AzoWW7sPufzkgYAn861skuCwJa0pIIHYxvg==}
+ es-module-lexer@1.5.4:
+ resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==}
+
+ es-module-lexer@1.6.0:
+ resolution: {integrity: sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==}
es-object-atoms@1.0.0:
resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==}
@@ -4198,26 +3903,23 @@ packages:
es6-promise@4.2.8:
resolution: {integrity: sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==}
- esbuild-plugin-alias@0.2.1:
- resolution: {integrity: sha512-jyfL/pwPqaFXyKnj8lP8iLk6Z0m099uXR45aSN8Av1XD4vhvQutxxPzgA2bTcAwQpa1zCXDcWOlhFgyP3GKqhQ==}
-
- esbuild-register@3.5.0:
- resolution: {integrity: sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==}
+ esbuild-register@3.6.0:
+ resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==}
peerDependencies:
esbuild: '>=0.12 <1'
- esbuild@0.18.20:
- resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==}
+ esbuild@0.21.5:
+ resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
engines: {node: '>=12'}
hasBin: true
- esbuild@0.20.2:
- resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==}
- engines: {node: '>=12'}
+ esbuild@0.24.2:
+ resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==}
+ engines: {node: '>=18'}
hasBin: true
- escalade@3.1.2:
- resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==}
+ escalade@3.2.0:
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
engines: {node: '>=6'}
escape-html@1.0.3:
@@ -4235,11 +3937,6 @@ packages:
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
engines: {node: '>=10'}
- escodegen@2.1.0:
- resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==}
- engines: {node: '>=6.0'}
- hasBin: true
-
eslint-config-prettier@9.1.0:
resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==}
hasBin: true
@@ -4249,15 +3946,21 @@ packages:
eslint-import-resolver-node@0.3.9:
resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==}
- eslint-import-resolver-typescript@3.6.1:
- resolution: {integrity: sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==}
+ eslint-import-resolver-typescript@3.6.3:
+ resolution: {integrity: sha512-ud9aw4szY9cCT1EWWdGv1L1XR6hh2PaRWif0j2QjQ0pgTY/69iw+W0Z4qZv5wHahOl8isEr+k/JnyAqNQkLkIA==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
eslint: '*'
eslint-plugin-import: '*'
+ eslint-plugin-import-x: '*'
+ peerDependenciesMeta:
+ eslint-plugin-import:
+ optional: true
+ eslint-plugin-import-x:
+ optional: true
- eslint-module-utils@2.8.1:
- resolution: {integrity: sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==}
+ eslint-module-utils@2.12.0:
+ resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==}
engines: {node: '>=4'}
peerDependencies:
'@typescript-eslint/parser': '*'
@@ -4277,18 +3980,18 @@ packages:
eslint-import-resolver-webpack:
optional: true
- eslint-plugin-import@2.29.1:
- resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==}
+ eslint-plugin-import@2.31.0:
+ resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==}
engines: {node: '>=4'}
peerDependencies:
'@typescript-eslint/parser': '*'
- eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
+ eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9
peerDependenciesMeta:
'@typescript-eslint/parser':
optional: true
- eslint-plugin-prettier@5.1.3:
- resolution: {integrity: sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==}
+ eslint-plugin-prettier@5.2.1:
+ resolution: {integrity: sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
'@types/eslint': '>=8.0.0'
@@ -4301,14 +4004,14 @@ packages:
eslint-config-prettier:
optional: true
- eslint-plugin-react@7.34.3:
- resolution: {integrity: sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==}
+ eslint-plugin-react@7.37.2:
+ resolution: {integrity: sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==}
engines: {node: '>=4'}
peerDependencies:
- eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
+ eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
- eslint-plugin-storybook@0.8.0:
- resolution: {integrity: sha512-CZeVO5EzmPY7qghO2t64oaFM+8FTaD4uzOEjHKp516exyTKo+skKAL9GI3QALS2BXhyALJjNtwbmr1XinGE8bA==}
+ eslint-plugin-storybook@0.11.1:
+ resolution: {integrity: sha512-yGKpAYkBm/Q2hZg476vRUAvd9lAccjjSvzU5nYy3BSQbKTPy7uopx7JEpwk2vSuw4weTMZzWF64z9/gp/K5RCg==}
engines: {node: '>= 18'}
peerDependencies:
eslint: '>=6'
@@ -4325,9 +4028,14 @@ packages:
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- eslint@8.57.0:
- resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==}
+ eslint-visitor-keys@4.2.0:
+ resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ eslint@8.57.1:
+ resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options.
hasBin: true
espree@9.6.1:
@@ -4339,8 +4047,8 @@ packages:
engines: {node: '>=4'}
hasBin: true
- esquery@1.5.0:
- resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==}
+ esquery@1.6.0:
+ resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
engines: {node: '>=0.10'}
esrecurse@4.3.0:
@@ -4358,6 +4066,9 @@ packages:
estree-walker@2.0.2:
resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
+ estree-walker@3.0.3:
+ resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
+
esutils@2.0.3:
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
engines: {node: '>=0.10.0'}
@@ -4374,14 +4085,14 @@ packages:
resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
engines: {node: '>=10'}
- execa@8.0.1:
- resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==}
- engines: {node: '>=16.17'}
-
exit@0.1.2:
resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==}
engines: {node: '>= 0.8.0'}
+ expect-type@1.1.0:
+ resolution: {integrity: sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA==}
+ engines: {node: '>=12.0.0'}
+
expect@29.7.0:
resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
@@ -4390,12 +4101,12 @@ packages:
resolution: {integrity: sha512-V0VbfdnxYTp2IPIDh78LVoxShW0CL83rbLQ/BtFansamEaX93DepIhy9v78zZysJoPvce8nmS3TumwYSV4XKiw==}
engines: {node: '>=8.0.0'}
- express-http-proxy@2.0.0:
- resolution: {integrity: sha512-TXxcPFTWVUMSEmyM6iX2sT/JtmqhqngTq29P+eXTVFdtxZrTmM8THUYK59rUXiln0FfPGvxEpGRnVrgvHksXDw==}
+ express-http-proxy@2.1.1:
+ resolution: {integrity: sha512-4aRQRqDQU7qNPV5av0/hLcyc0guB9UP71nCYrQEYml7YphTo8tmWf3nDZWdTJMMjFikyz9xKXaURor7Chygdwg==}
engines: {node: '>=6.0.0'}
- express@4.19.2:
- resolution: {integrity: sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==}
+ express@4.21.2:
+ resolution: {integrity: sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==}
engines: {node: '>= 0.10.0'}
external-editor@3.1.0:
@@ -4431,8 +4142,8 @@ packages:
fast-safe-stringify@2.1.1:
resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==}
- fast-url-parser@1.1.3:
- resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==}
+ fast-uri@3.0.3:
+ resolution: {integrity: sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==}
fastest-levenshtein@1.0.16:
resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==}
@@ -4453,9 +4164,6 @@ packages:
fecha@4.2.3:
resolution: {integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==}
- fetch-retry@5.0.6:
- resolution: {integrity: sha512-3yurQZ2hD9VISAhJJP9bpYFNQrHHBXE2JxxjY5aLEcDi46RmAzJE2OC9FAde0yis5ElW0jTTzs0zfg/Cca4XqQ==}
-
figures@3.2.0:
resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==}
engines: {node: '>=8'}
@@ -4464,14 +4172,8 @@ packages:
resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
engines: {node: ^10.12.0 || >=12.0.0}
- file-system-cache@2.3.0:
- resolution: {integrity: sha512-l4DMNdsIPsVnKrgEXbJwDJsA5mB8rGwHYERMgqQx/xAUtChPJMre1bXBzDEqqVbWv9AIbFezXMxeEkZDSrXUOQ==}
-
- filelist@1.0.4:
- resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==}
-
- filesize@10.1.2:
- resolution: {integrity: sha512-Dx770ai81ohflojxhU+oG+Z2QGvKdYxgEr9OSA8UVrqhwNHjfH9A8f5NKfg83fEH8ZFA5N5llJo5T3PIoZ4CRA==}
+ filesize@10.1.6:
+ resolution: {integrity: sha512-sJslQKU2uM33qH5nqewAwVB2QgR6w1aMNsYUp3aN5rMRyXEwJGmZvaWzeJFNTOXWlHQyBFCWrdj3fV/fsTOX8w==}
engines: {node: '>= 10.4.0'}
fill-range@7.1.1:
@@ -4482,26 +4184,14 @@ packages:
resolution: {integrity: sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==}
engines: {node: '>=0.10.0'}
- finalhandler@1.2.0:
- resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==}
+ finalhandler@1.3.1:
+ resolution: {integrity: sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==}
engines: {node: '>= 0.8'}
- find-cache-dir@2.1.0:
- resolution: {integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==}
- engines: {node: '>=6'}
-
- find-cache-dir@3.3.2:
- resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==}
- engines: {node: '>=8'}
-
find-cache-dir@4.0.0:
resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==}
engines: {node: '>=14.16'}
- find-up@3.0.0:
- resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==}
- engines: {node: '>=6'}
-
find-up@4.1.0:
resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
engines: {node: '>=8'}
@@ -4522,12 +4212,8 @@ packages:
resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==}
hasBin: true
- flatted@3.3.1:
- resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==}
-
- flow-parser@0.238.0:
- resolution: {integrity: sha512-VE7XSv1epljsIN2YeBnxCmGJihpNIAnLLu/pPOdA+Gkso7qDltJwUi6vfHjgxdBbjSdAuPGnhuOHJUQG+yYwIg==}
- engines: {node: '>=0.4.0'}
+ flatted@3.3.2:
+ resolution: {integrity: sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==}
fn.name@1.1.0:
resolution: {integrity: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==}
@@ -4535,16 +4221,16 @@ packages:
for-each@0.3.3:
resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==}
- foreground-child@3.2.1:
- resolution: {integrity: sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==}
+ foreground-child@3.3.0:
+ resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==}
engines: {node: '>=14'}
- form-data@4.0.0:
- resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==}
+ form-data@4.0.1:
+ resolution: {integrity: sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==}
engines: {node: '>= 6'}
- formidable@3.5.1:
- resolution: {integrity: sha512-WJWKelbRHN41m5dumb0/k8TeAx7Id/y3a+Z7QfhxP/htI9Js5zYaEDtG8uMgG0vM0lOlqnmjE99/kfpOYi/0Og==}
+ formidable@3.5.2:
+ resolution: {integrity: sha512-Jqc1btCy3QzRbJaICGwKcBfGWuLADRerLzDqi2NwSt/UkXLsHJw2TVResiaoBufHVHy9aSgClOHCeJsSsFLTbg==}
forwarded@0.2.0:
resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
@@ -4554,21 +4240,6 @@ packages:
resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==}
engines: {node: '>= 0.6'}
- fs-constants@1.0.0:
- resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
-
- fs-extra@11.1.1:
- resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==}
- engines: {node: '>=14.14'}
-
- fs-extra@11.2.0:
- resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==}
- engines: {node: '>=14.14'}
-
- fs-minipass@2.1.0:
- resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
- engines: {node: '>= 8'}
-
fs.realpath@1.0.0:
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
@@ -4595,21 +4266,10 @@ packages:
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
engines: {node: 6.* || 8.* || >= 10.*}
- get-func-name@2.0.2:
- resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==}
-
get-intrinsic@1.2.4:
resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==}
engines: {node: '>= 0.4'}
- get-nonce@1.0.1:
- resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==}
- engines: {node: '>=6'}
-
- get-npm-tarball-url@2.1.0:
- resolution: {integrity: sha512-ro+DiMu5DXgRBabqXupW38h7WPZ9+Ad8UjwhvsmmN8w1sU7ab0nzAXvVZ4kqYg57OrqomRtJvepX5/xvFKNtjA==}
- engines: {node: '>=12.17'}
-
get-package-type@0.1.0:
resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==}
engines: {node: '>=8.0.0'}
@@ -4618,23 +4278,12 @@ packages:
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
engines: {node: '>=10'}
- get-stream@8.0.1:
- resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==}
- engines: {node: '>=16'}
-
get-symbol-description@1.0.2:
resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==}
engines: {node: '>= 0.4'}
- get-tsconfig@4.7.5:
- resolution: {integrity: sha512-ZCuZCnlqNzjb4QprAzXKdpp/gh6KTxSJuw3IBsPnV/7fV4NxC9ckB+vPTt8w7fJA0TaSD7c55BR47JD6MEDyDw==}
-
- giget@1.2.3:
- resolution: {integrity: sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==}
- hasBin: true
-
- github-slugger@2.0.0:
- resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==}
+ get-tsconfig@4.8.1:
+ resolution: {integrity: sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==}
glob-parent@5.1.2:
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
@@ -4653,9 +4302,8 @@ packages:
glob-to-regexp@0.4.1:
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
- glob@10.4.2:
- resolution: {integrity: sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==}
- engines: {node: '>=16 || 14 >=14.18'}
+ glob@10.4.5:
+ resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
hasBin: true
glob@7.2.3:
@@ -4678,8 +4326,8 @@ packages:
resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
engines: {node: '>=10'}
- globby@14.0.1:
- resolution: {integrity: sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==}
+ globby@14.0.2:
+ resolution: {integrity: sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==}
engines: {node: '>=18'}
gopd@1.0.1:
@@ -4691,8 +4339,8 @@ packages:
graphemer@1.4.0:
resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
- graphql-config@5.0.3:
- resolution: {integrity: sha512-BNGZaoxIBkv9yy6Y7omvsaBUHOzfFcII3UN++tpH8MGOKFPFkCPZuwx09ggANMt8FgyWP1Od8SWPmrUEZca4NQ==}
+ graphql-config@5.1.3:
+ resolution: {integrity: sha512-RBhejsPjrNSuwtckRlilWzLVt2j8itl74W9Gke1KejDTz7oaA5kVd6wRn9zK9TS5mcmIYGxf7zN7a1ORMdxp1Q==}
engines: {node: '>= 16.0.0'}
peerDependencies:
cosmiconfig-toml-loader: ^1.0.0
@@ -4718,19 +4366,10 @@ packages:
peerDependencies:
graphql: '>=0.11 <=16'
- graphql@16.8.2:
- resolution: {integrity: sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==}
+ graphql@16.9.0:
+ resolution: {integrity: sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==}
engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
- gunzip-maybe@1.4.2:
- resolution: {integrity: sha512-4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw==}
- hasBin: true
-
- handlebars@4.7.8:
- resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==}
- engines: {node: '>=0.4.7'}
- hasBin: true
-
has-bigints@1.0.2:
resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==}
@@ -4761,20 +4400,17 @@ packages:
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
engines: {node: '>= 0.4'}
- hast-util-heading-rank@3.0.0:
- resolution: {integrity: sha512-EJKb8oMUXVHcWZTDepnr+WNbfnXKFNf9duMesmr4S8SXTJBJ9M4Yok08pu9vxdJwdlGRhVumk9mEhkEvKGifwA==}
-
- hast-util-is-element@3.0.0:
- resolution: {integrity: sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==}
+ hast-util-to-html@9.0.3:
+ resolution: {integrity: sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==}
- hast-util-to-string@3.0.0:
- resolution: {integrity: sha512-OGkAxX1Ua3cbcW6EJ5pT/tslVb90uViVkcJ4ZZIMW/R33DX/AkcJcRrPebPwJkHYwlDHXz4aIwvAAaAdtrACFA==}
+ hast-util-whitespace@3.0.0:
+ resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==}
header-case@2.0.4:
resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==}
- hexoid@1.0.0:
- resolution: {integrity: sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==}
+ hexoid@2.0.0:
+ resolution: {integrity: sha512-qlspKUK7IlSQv2o+5I7yhUd7TxlOG2Vr5LTa3ve2XSNVKAL/n/u/7KLvKmFNimomDIKvZFXWHv0T12mv7rT8Aw==}
engines: {node: '>=8'}
history@4.10.1:
@@ -4783,18 +4419,14 @@ packages:
hoist-non-react-statics@3.3.2:
resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==}
- hosted-git-info@2.8.9:
- resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==}
-
html-escaper@2.0.2:
resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==}
html-parse-stringify@3.0.1:
resolution: {integrity: sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==}
- html-tags@3.3.1:
- resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==}
- engines: {node: '>=8'}
+ html-void-elements@3.0.0:
+ resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==}
http-errors@2.0.0:
resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==}
@@ -4804,20 +4436,16 @@ packages:
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
engines: {node: '>= 14'}
- https-proxy-agent@7.0.4:
- resolution: {integrity: sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==}
+ https-proxy-agent@7.0.5:
+ resolution: {integrity: sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==}
engines: {node: '>= 14'}
human-signals@2.1.0:
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
engines: {node: '>=10.17.0'}
- human-signals@5.0.0:
- resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==}
- engines: {node: '>=16.17.0'}
-
- husky@9.0.11:
- resolution: {integrity: sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==}
+ husky@9.1.7:
+ resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==}
engines: {node: '>=18'}
hasBin: true
@@ -4827,11 +4455,11 @@ packages:
i18next-browser-languagedetector@7.2.1:
resolution: {integrity: sha512-h/pM34bcH6tbz8WgGXcmWauNpQupCGr25XPp9cZwZInR9XHSjIFDYp1SIok7zSPsTOMxdvuLyu86V+g2Kycnfw==}
- i18next-http-backend@2.5.2:
- resolution: {integrity: sha512-+K8HbDfrvc1/2X8jpb7RLhI9ZxBDpx3xogYkQwGKlWAUXLSEGXzgdt3EcUjLlBCdMwdQY+K+EUF6oh8oB6rwHw==}
+ i18next-http-backend@2.7.1:
+ resolution: {integrity: sha512-vPksHIckysGgykCD8JwCr2YsJEml9Cyw+Yu2wtb4fQ7xIn9RH/hkUDh5UkwnIzb0kSL4SJ30Ab/sCInhQxbCgg==}
- i18next@23.11.5:
- resolution: {integrity: sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==}
+ i18next@23.16.8:
+ resolution: {integrity: sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==}
iconv-lite@0.4.24:
resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==}
@@ -4849,8 +4477,8 @@ packages:
ignore-by-default@1.0.1:
resolution: {integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==}
- ignore@5.3.1:
- resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==}
+ ignore@5.3.2:
+ resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
engines: {node: '>= 4'}
immutable@3.7.6:
@@ -4865,8 +4493,8 @@ packages:
resolution: {integrity: sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==}
engines: {node: '>=12.2'}
- import-local@3.1.0:
- resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==}
+ import-local@3.2.0:
+ resolution: {integrity: sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==}
engines: {node: '>=8'}
hasBin: true
@@ -4904,10 +4532,6 @@ packages:
resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
engines: {node: '>= 0.10'}
- is-absolute-url@4.0.1:
- resolution: {integrity: sha512-/51/TKE88Lmm7Gc4/8btclNXWS+g50wXhYJq8HWIBAGUBnoAdRu1aXeh364t/O7wXDAcTJDP8PNuNKWUDWie+A==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
is-absolute@1.0.0:
resolution: {integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==}
engines: {node: '>=0.10.0'}
@@ -4941,12 +4565,16 @@ packages:
resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==}
engines: {node: '>= 0.4'}
+ is-bun-module@1.2.1:
+ resolution: {integrity: sha512-AmidtEM6D6NmUiLOvvU7+IePxjEjOzra2h0pSrsfSAcXwl/83zLLXDByafUJy9k/rKK0pvXMLdwKwGHlX2Ke6Q==}
+
is-callable@1.2.7:
resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==}
engines: {node: '>= 0.4'}
- is-core-module@2.13.1:
- resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
+ is-core-module@2.15.1:
+ resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==}
+ engines: {node: '>= 0.4'}
is-data-view@1.0.1:
resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==}
@@ -4956,9 +4584,6 @@ packages:
resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==}
engines: {node: '>= 0.4'}
- is-deflate@1.0.0:
- resolution: {integrity: sha512-YDoFpuZWu1VRXlsnlYMzKyVRITXj7Ej/V9gXQ2/pAe7X1J7M/RNOqaIYi6qUn+B7nGyB9pDXrv02dsB58d2ZAQ==}
-
is-docker@2.2.1:
resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==}
engines: {node: '>=8'}
@@ -4987,10 +4612,6 @@ packages:
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
engines: {node: '>=0.10.0'}
- is-gzip@1.0.0:
- resolution: {integrity: sha512-rcfALRIb1YewtnksfRIHGcIY93QnK8BIQ/2c9yDYcG/Y6+vRoJuTWBmmSEbyLLYtXm7q35pHOHbZFQBaLrhlWQ==}
- engines: {node: '>=0.10.0'}
-
is-interactive@1.0.0:
resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==}
engines: {node: '>=8'}
@@ -5002,10 +4623,6 @@ packages:
resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==}
engines: {node: '>= 0.4'}
- is-nan@1.3.2:
- resolution: {integrity: sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==}
- engines: {node: '>= 0.4'}
-
is-negative-zero@2.0.3:
resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==}
engines: {node: '>= 0.4'}
@@ -5026,10 +4643,6 @@ packages:
resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==}
engines: {node: '>=0.10.0'}
- is-plain-object@5.0.0:
- resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==}
- engines: {node: '>=0.10.0'}
-
is-regex@1.1.4:
resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==}
engines: {node: '>= 0.4'}
@@ -5050,10 +4663,6 @@ packages:
resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
engines: {node: '>=8'}
- is-stream@3.0.0:
- resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
is-string@1.0.7:
resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==}
engines: {node: '>= 0.4'}
@@ -5125,8 +4734,8 @@ packages:
resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==}
engines: {node: '>=8'}
- istanbul-lib-instrument@6.0.2:
- resolution: {integrity: sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==}
+ istanbul-lib-instrument@6.0.3:
+ resolution: {integrity: sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==}
engines: {node: '>=10'}
istanbul-lib-report@3.0.1:
@@ -5141,17 +4750,12 @@ packages:
resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==}
engines: {node: '>=8'}
- iterator.prototype@1.1.2:
- resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==}
-
- jackspeak@3.4.0:
- resolution: {integrity: sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==}
- engines: {node: '>=14'}
+ iterator.prototype@1.1.3:
+ resolution: {integrity: sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==}
+ engines: {node: '>= 0.4'}
- jake@10.9.1:
- resolution: {integrity: sha512-61btcOHNnLnsOdtLgA5efqQWjnSi/vow5HbI7HMdKKWqvrKR1bLK3BPlJn9gcSaP2ewuamUSMB5XEy76KUIS2w==}
- engines: {node: '>=10'}
- hasBin: true
+ jackspeak@3.4.3:
+ resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
jest-changed-files@29.7.0:
resolution: {integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==}
@@ -5290,8 +4894,12 @@ packages:
resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
hasBin: true
- jose@5.4.1:
- resolution: {integrity: sha512-U6QajmpV/nhL9SyfAewo000fkiRQ+Yd2H0lBxJJ9apjpOgkOcBQJWOrMo917lxLptdS/n/o/xPzMkXhF46K8hQ==}
+ jiti@2.4.0:
+ resolution: {integrity: sha512-H5UpaUI+aHOqZXlYOaFP/8AzKsg+guWu+Pr3Y8i7+Y3zr1aXAvCvTAQ1RxSc6oVD8R8c7brgNtTVP91E7upH/g==}
+ hasBin: true
+
+ jose@5.9.6:
+ resolution: {integrity: sha512-AMlnetc9+CV9asI19zHmrgS/WYsWUwCn2R7RzlbJWD7F9eWYUTGyBmU9o6PxngtLGOiDGPRu+Uc4fhKzbpteZQ==}
jquery@3.7.1:
resolution: {integrity: sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==}
@@ -5307,22 +4915,13 @@ packages:
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
hasBin: true
- jscodeshift@0.15.2:
- resolution: {integrity: sha512-FquR7Okgmc4Sd0aEDwqho3rEiKR3BdvuG9jfdHjLJ6JQoWSMpavug3AoIfnfWhxFlf+5pzQh8qjqz0DWFrNQzA==}
- hasBin: true
- peerDependencies:
- '@babel/preset-env': ^7.1.6
- peerDependenciesMeta:
- '@babel/preset-env':
- optional: true
-
- jsesc@0.5.0:
- resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==}
- hasBin: true
+ jsdoc-type-pratt-parser@4.1.0:
+ resolution: {integrity: sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==}
+ engines: {node: '>=12.0.0'}
- jsesc@2.5.2:
- resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
- engines: {node: '>=4'}
+ jsesc@3.0.2:
+ resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==}
+ engines: {node: '>=6'}
hasBin: true
json-buffer@3.0.1:
@@ -5356,9 +4955,6 @@ packages:
engines: {node: '>=6'}
hasBin: true
- jsonc-parser@3.2.1:
- resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==}
-
jsonfile@6.1.0:
resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==}
@@ -5380,10 +4976,6 @@ packages:
kuler@2.0.0:
resolution: {integrity: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==}
- lazy-universal-dotenv@4.0.0:
- resolution: {integrity: sha512-aXpZJRnTkpK6gQ/z4nk+ZBLd/Qdp118cvPruLSIQzQNRhKwEcdXCOzXuF55VDqIiuAaY3UGZ10DJtvZzDcvsxg==}
- engines: {node: '>=14.0.0'}
-
leven@3.1.0:
resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==}
engines: {node: '>=6'}
@@ -5395,6 +4987,9 @@ packages:
lines-and-columns@1.2.4:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
+ linkify-it@5.0.0:
+ resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==}
+
listr2@4.0.5:
resolution: {integrity: sha512-juGHV1doQdpNT3GSTs9IUN43QJb7KHdF9uqg7Vufs/tG9VTzpFphqF4pm/ICdAABGQxsyNn9CiYA3StkI6jpwA==}
engines: {node: '>=12'}
@@ -5411,14 +5006,6 @@ packages:
resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==}
engines: {node: '>=6.11.5'}
- local-pkg@0.4.3:
- resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==}
- engines: {node: '>=14'}
-
- locate-path@3.0.0:
- resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==}
- engines: {node: '>=6'}
-
locate-path@5.0.0:
resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
engines: {node: '>=8'}
@@ -5451,12 +5038,12 @@ packages:
resolution: {integrity: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==}
engines: {node: '>=10'}
- logform@2.6.0:
- resolution: {integrity: sha512-1ulHeNPp6k/LD8H91o7VYFBng5i1BDE7HoKxVbZiGFidS1Rj65qcywLxX+pVfAPoQJEjRdvKcusKwOupHCVOVQ==}
+ logform@2.7.0:
+ resolution: {integrity: sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ==}
engines: {node: '>= 12.0.0'}
- loglevel@1.9.1:
- resolution: {integrity: sha512-hP3I3kCrDIMuRwAwHltphhDM1r8i55H33GgqjXbrisuJhF4kRhW1dNuxsRklp4bXl8DSdLaNLuiL4A/LWRfxvg==}
+ loglevel@1.9.2:
+ resolution: {integrity: sha512-HgMmCqIJSAKqo68l0rS2AanEWfkxaZ5wNiEFb5ggm08lDs9Xl2KxBlX3PTcaD2chBM1gXAYf491/M2Rv8Jwayg==}
engines: {node: '>= 0.6.0'}
long@4.0.0:
@@ -5466,8 +5053,11 @@ packages:
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
hasBin: true
- loupe@2.3.7:
- resolution: {integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==}
+ loupe@3.1.2:
+ resolution: {integrity: sha512-23I4pFZHmAemUnz8WZXbYRSKYj801VDaNv9ETuMh7IrMc7VuVVSo+Z9iLE3ni30+U48iDWfi30d3twAXBYmnCg==}
+
+ loupe@3.1.3:
+ resolution: {integrity: sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==}
lower-case-first@2.0.2:
resolution: {integrity: sha512-EVm/rR94FJTZi3zefZ82fLWab+GX14LJN4HrWBcuo6Evmsl9hEfnqxgcHCKb9q+mNf6EVdsjx/qucYFIIB84pg==}
@@ -5475,9 +5065,8 @@ packages:
lower-case@2.0.2:
resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==}
- lru-cache@10.2.2:
- resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==}
- engines: {node: 14 || >=16.14}
+ lru-cache@10.4.3:
+ resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
lru-cache@5.1.1:
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
@@ -5493,16 +5082,8 @@ packages:
resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==}
engines: {node: '>=12'}
- magic-string@0.30.10:
- resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==}
-
- make-dir@2.1.0:
- resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==}
- engines: {node: '>=6'}
-
- make-dir@3.1.0:
- resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==}
- engines: {node: '>=8'}
+ magic-string@0.30.13:
+ resolution: {integrity: sha512-8rYBO+MsWkgjDSOvLomYnzhdwEG51olQ4zL5KXnNJWV5MNmrb4rTZdrtkhxjnD/QyZUqR/Z/XDsUs/4ej2nx0g==}
make-dir@4.0.0:
resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==}
@@ -5521,20 +5102,19 @@ packages:
map-or-similar@1.5.0:
resolution: {integrity: sha512-0aF7ZmVon1igznGI4VS30yugpduQW3y3GkcgGJOp7d8x8QrizhigUxjI/m2UojsXXto+jLAH3KSz+xOJTiORjg==}
- markdown-to-jsx@7.3.2:
- resolution: {integrity: sha512-B+28F5ucp83aQm+OxNrPkS8z0tMKaeHiy0lHJs3LqCyDQFtWuenaIrkaVTgAm1pf1AU85LXltva86hlaT17i8Q==}
- engines: {node: '>= 10'}
- peerDependencies:
- react: '>= 0.14.0'
-
- marked@4.3.0:
- resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==}
- engines: {node: '>= 12'}
+ markdown-it@14.1.0:
+ resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==}
hasBin: true
matchmediaquery@0.3.1:
resolution: {integrity: sha512-Hlk20WQHRIm9EE9luN1kjRjYXAQToHOIAHPJn9buxBwuhfTHoKUcX+lXBbxc85DVQfXYbEQ4HcwQdd128E3qHQ==}
+ mdast-util-to-hast@13.2.0:
+ resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==}
+
+ mdurl@2.0.0:
+ resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==}
+
media-typer@0.3.0:
resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
engines: {node: '>= 0.6'}
@@ -5545,8 +5125,8 @@ packages:
memoizerific@1.11.3:
resolution: {integrity: sha512-/EuHYwAPdLtXwAwSZkh/Gutery6pD2KYd44oQLhAvQp/50mpyduZh8Q7PYHXTCJ+wuXxt7oij2LXyIJOOYFPog==}
- merge-descriptors@1.0.1:
- resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==}
+ merge-descriptors@1.0.3:
+ resolution: {integrity: sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==}
merge-stream@2.0.0:
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
@@ -5568,8 +5148,23 @@ packages:
resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==}
engines: {node: '>= 0.6'}
- micromatch@4.0.7:
- resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==}
+ micromark-util-character@2.1.1:
+ resolution: {integrity: sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==}
+
+ micromark-util-encode@2.0.1:
+ resolution: {integrity: sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==}
+
+ micromark-util-sanitize-uri@2.0.1:
+ resolution: {integrity: sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==}
+
+ micromark-util-symbol@2.0.1:
+ resolution: {integrity: sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==}
+
+ micromark-util-types@2.0.1:
+ resolution: {integrity: sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==}
+
+ micromatch@4.0.8:
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
engines: {node: '>=8.6'}
mime-db@1.52.0:
@@ -5594,10 +5189,6 @@ packages:
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
engines: {node: '>=6'}
- mimic-fn@4.0.0:
- resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==}
- engines: {node: '>=12'}
-
min-indent@1.0.1:
resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==}
engines: {node: '>=4'}
@@ -5605,40 +5196,17 @@ packages:
minimatch@3.1.2:
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
- minimatch@4.2.3:
- resolution: {integrity: sha512-lIUdtK5hdofgCTu3aT0sOaHsYR37viUuIc0rwnnDXImbwFRcumyLMeZaM0t0I/fgxS6s6JMfu0rLD1Wz9pv1ng==}
- engines: {node: '>=10'}
-
- minimatch@5.1.6:
- resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==}
- engines: {node: '>=10'}
-
- minimatch@9.0.4:
- resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==}
+ minimatch@9.0.5:
+ resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
engines: {node: '>=16 || 14 >=14.17'}
minimist@1.2.8:
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
- minipass@3.3.6:
- resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==}
- engines: {node: '>=8'}
-
- minipass@5.0.0:
- resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==}
- engines: {node: '>=8'}
-
minipass@7.1.2:
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
engines: {node: '>=16 || 14 >=14.17'}
- minizlib@2.1.2:
- resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==}
- engines: {node: '>= 8'}
-
- mkdirp-classic@0.5.3:
- resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==}
-
mkdirp@0.5.6:
resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==}
hasBin: true
@@ -5648,9 +5216,6 @@ packages:
engines: {node: '>=10'}
hasBin: true
- mlly@1.7.1:
- resolution: {integrity: sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==}
-
morgan@1.10.0:
resolution: {integrity: sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==}
engines: {node: '>= 0.8.0'}
@@ -5658,9 +5223,6 @@ packages:
ms@2.0.0:
resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
- ms@2.1.2:
- resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
-
ms@2.1.3:
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
@@ -5671,8 +5233,8 @@ packages:
mute-stream@0.0.8:
resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==}
- nanoid@3.3.7:
- resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
+ nanoid@3.3.11:
+ resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
@@ -5683,6 +5245,10 @@ packages:
resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
engines: {node: '>= 0.6'}
+ negotiator@0.6.4:
+ resolution: {integrity: sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==}
+ engines: {node: '>= 0.6'}
+
neo-async@2.6.2:
resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
@@ -5692,13 +5258,6 @@ packages:
node-abort-controller@3.1.1:
resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==}
- node-dir@0.1.17:
- resolution: {integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==}
- engines: {node: '>= 0.10.5'}
-
- node-fetch-native@1.6.4:
- resolution: {integrity: sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==}
-
node-fetch@2.7.0:
resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
engines: {node: 4.x || >=6.0.0}
@@ -5711,17 +5270,14 @@ packages:
node-int64@0.4.0:
resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==}
- node-releases@2.0.14:
- resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==}
+ node-releases@2.0.18:
+ resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==}
- nodemon@3.1.3:
- resolution: {integrity: sha512-m4Vqs+APdKzDFpuaL9F9EVOF85+h070FnkHVEoU4+rmT6Vw0bmNl7s61VEkY/cJkL7RCv1p4urnUDUMrS5rk2w==}
+ nodemon@3.1.7:
+ resolution: {integrity: sha512-hLj7fuMow6f0lbB0cD14Lz2xNjwsyruH251Pk4t/yIitCFJbmY1myuLlHm/q06aST4jg6EgAh74PIBBrRqpVAQ==}
engines: {node: '>=10'}
hasBin: true
- normalize-package-data@2.5.0:
- resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
-
normalize-path@2.1.1:
resolution: {integrity: sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==}
engines: {node: '>=0.10.0'}
@@ -5734,27 +5290,15 @@ packages:
resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
engines: {node: '>=8'}
- npm-run-path@5.3.0:
- resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
nullthrows@1.1.1:
resolution: {integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==}
- nypm@0.3.8:
- resolution: {integrity: sha512-IGWlC6So2xv6V4cIDmoV0SwwWx7zLG086gyqkyumteH2fIgCAM4nDVFB2iDRszDvmdSVW9xb1N+2KjQ6C7d4og==}
- engines: {node: ^14.16.0 || >=16.10.0}
- hasBin: true
-
object-assign@4.1.1:
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
engines: {node: '>=0.10.0'}
- object-inspect@1.13.1:
- resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==}
-
- object-is@1.1.6:
- resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==}
+ object-inspect@1.13.3:
+ resolution: {integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==}
engines: {node: '>= 0.4'}
object-keys@1.1.1:
@@ -5777,17 +5321,10 @@ packages:
resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==}
engines: {node: '>= 0.4'}
- object.hasown@1.1.4:
- resolution: {integrity: sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==}
- engines: {node: '>= 0.4'}
-
object.values@1.2.0:
resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==}
engines: {node: '>= 0.4'}
- ohash@1.1.3:
- resolution: {integrity: sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw==}
-
on-finished@2.3.0:
resolution: {integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==}
engines: {node: '>= 0.8'}
@@ -5810,16 +5347,15 @@ packages:
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
engines: {node: '>=6'}
- onetime@6.0.0:
- resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
- engines: {node: '>=12'}
+ oniguruma-to-es@0.4.1:
+ resolution: {integrity: sha512-rNcEohFz095QKGRovP/yqPIKc+nP+Sjs4YTHMv33nMePGKrq/r2eu9Yh4646M5XluGJsUnmwoXuiXE69KDs+fQ==}
open@8.4.2:
resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==}
engines: {node: '>=12'}
- optimism@0.18.0:
- resolution: {integrity: sha512-tGn8+REwLRNFnb9WmcY5IfpOqeX2kpaYJ1s6Ae3mn12AeydLkR3j+jSCmVQFoXqU8D41PAJ1RG1rCRNWmNZVmQ==}
+ optimism@0.18.1:
+ resolution: {integrity: sha512-mLXNwWPa9dgFyDqkNi54sjDyNJ9/fTI6WGBLgnXku1vdKY/jovHfZT5r+aiVeFFLOz+foPNOm5YJ4mqgld2GBQ==}
optionator@0.9.4:
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
@@ -5845,10 +5381,6 @@ packages:
resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- p-locate@3.0.0:
- resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==}
- engines: {node: '>=6'}
-
p-locate@4.1.0:
resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==}
engines: {node: '>=8'}
@@ -5869,11 +5401,8 @@ packages:
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
engines: {node: '>=6'}
- package-json-from-dist@1.0.0:
- resolution: {integrity: sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==}
-
- pako@0.2.9:
- resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==}
+ package-json-from-dist@1.0.1:
+ resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
param-case@3.0.4:
resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==}
@@ -5900,10 +5429,6 @@ packages:
path-case@3.0.4:
resolution: {integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==}
- path-exists@3.0.0:
- resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==}
- engines: {node: '>=4'}
-
path-exists@4.0.0:
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
engines: {node: '>=8'}
@@ -5920,10 +5445,6 @@ packages:
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
engines: {node: '>=8'}
- path-key@4.0.0:
- resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==}
- engines: {node: '>=12'}
-
path-parse@1.0.7:
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
@@ -5939,14 +5460,14 @@ packages:
resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
engines: {node: '>=16 || 14 >=14.18'}
- path-to-regexp@0.1.7:
- resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==}
+ path-to-regexp@0.1.12:
+ resolution: {integrity: sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==}
- path-to-regexp@1.8.0:
- resolution: {integrity: sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==}
+ path-to-regexp@1.9.0:
+ resolution: {integrity: sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==}
- path-to-regexp@6.2.2:
- resolution: {integrity: sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==}
+ path-to-regexp@6.3.0:
+ resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==}
path-type@4.0.0:
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
@@ -5959,46 +5480,33 @@ packages:
pathe@1.1.2:
resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
- pathval@1.1.1:
- resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==}
+ pathval@2.0.0:
+ resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==}
+ engines: {node: '>= 14.16'}
- peek-stream@1.1.3:
- resolution: {integrity: sha512-FhJ+YbOSBb9/rIl2ZeE/QHEsWn7PqNYt8ARAY3kIgNGOk13g9FGyIY6JIl/xB/3TFRVoTv5as0l11weORrTekA==}
-
- picocolors@1.0.1:
- resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==}
+ picocolors@1.1.1:
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
picomatch@2.3.1:
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
engines: {node: '>=8.6'}
- pify@4.0.1:
- resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
- engines: {node: '>=6'}
+ picomatch@4.0.2:
+ resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
+ engines: {node: '>=12'}
pirates@4.0.6:
resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==}
engines: {node: '>= 6'}
- pkg-dir@3.0.0:
- resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==}
- engines: {node: '>=6'}
-
pkg-dir@4.2.0:
resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==}
engines: {node: '>=8'}
- pkg-dir@5.0.0:
- resolution: {integrity: sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==}
- engines: {node: '>=10'}
-
pkg-dir@7.0.0:
resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==}
engines: {node: '>=14.16'}
- pkg-types@1.1.1:
- resolution: {integrity: sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==}
-
polished@4.3.1:
resolution: {integrity: sha512-OBatVyC/N7SCW/FaDHrSd+vn0o5cS855TOmYi4OkdWUMSJCET/xip//ch8xGUvtr3i44X9LVyWwQlRMTN3pwSA==}
engines: {node: '>=10'}
@@ -6013,14 +5521,14 @@ packages:
peerDependencies:
postcss: ^8.1.0
- postcss-modules-local-by-default@4.0.5:
- resolution: {integrity: sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==}
+ postcss-modules-local-by-default@4.1.0:
+ resolution: {integrity: sha512-rm0bdSv4jC3BDma3s9H19ZddW0aHX6EoqwDYU2IfZhRN+53QrufTRo2IdkAbRqLx4R2IYbZnbjKKxg4VN5oU9Q==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
- postcss-modules-scope@3.2.0:
- resolution: {integrity: sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==}
+ postcss-modules-scope@3.2.1:
+ resolution: {integrity: sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
@@ -6031,15 +5539,15 @@ packages:
peerDependencies:
postcss: ^8.1.0
- postcss-selector-parser@6.1.0:
- resolution: {integrity: sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==}
+ postcss-selector-parser@7.0.0:
+ resolution: {integrity: sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==}
engines: {node: '>=4'}
postcss-value-parser@4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
- postcss@8.4.38:
- resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==}
+ postcss@8.4.49:
+ resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==}
engines: {node: ^10 || ^12 || >=14}
prelude-ls@1.2.1:
@@ -6050,8 +5558,8 @@ packages:
resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==}
engines: {node: '>=6.0.0'}
- prettier@3.3.2:
- resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==}
+ prettier@3.3.3:
+ resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==}
engines: {node: '>=14'}
hasBin: true
@@ -6059,10 +5567,6 @@ packages:
resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
- pretty-hrtime@1.0.3:
- resolution: {integrity: sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==}
- engines: {node: '>= 0.8'}
-
process-nextick-args@2.0.1:
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
@@ -6084,6 +5588,9 @@ packages:
resolution: {integrity: sha512-z597WicA7nDZxK12kZqHr2TcvwNU1GCfA5UwfDY/HDp3hXPoPlb5rlEx9bwGTiJnc0OqbBTkU975jDToth8Gxw==}
engines: {node: '>=14'}
+ property-information@6.5.0:
+ resolution: {integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==}
+
proxy-addr@2.0.7:
resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
engines: {node: '>= 0.10'}
@@ -6091,17 +5598,9 @@ packages:
pstree.remy@1.1.8:
resolution: {integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==}
- pump@2.0.1:
- resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==}
-
- pump@3.0.0:
- resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==}
-
- pumpify@1.5.1:
- resolution: {integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==}
-
- punycode@1.4.1:
- resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==}
+ punycode.js@2.3.1:
+ resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==}
+ engines: {node: '>=6'}
punycode@2.3.1:
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
@@ -6110,19 +5609,12 @@ packages:
pure-rand@6.1.0:
resolution: {integrity: sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==}
- pvtsutils@1.3.5:
- resolution: {integrity: sha512-ARvb14YB9Nm2Xi6nBq1ZX6dAM0FsJnuk+31aUp4TrcZEdKUlSqOqsxJHUPJDNE3qiIp+iUPEIeR6Je/tgV7zsA==}
-
- pvutils@1.1.3:
- resolution: {integrity: sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==}
- engines: {node: '>=6.0.0'}
-
- qs@6.11.0:
- resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==}
+ qs@6.13.0:
+ resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==}
engines: {node: '>=0.6'}
- qs@6.12.1:
- resolution: {integrity: sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==}
+ qs@6.13.1:
+ resolution: {integrity: sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==}
engines: {node: '>=0.6'}
query-string@7.1.3:
@@ -6132,9 +5624,6 @@ packages:
queue-microtask@1.2.3:
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
- ramda@0.29.0:
- resolution: {integrity: sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==}
-
randombytes@2.1.0:
resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==}
@@ -6146,12 +5635,6 @@ packages:
resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==}
engines: {node: '>= 0.8'}
- react-colorful@5.6.1:
- resolution: {integrity: sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==}
- peerDependencies:
- react: '>=16.8.0'
- react-dom: '>=16.8.0'
-
react-confetti@6.1.0:
resolution: {integrity: sha512-7Ypx4vz0+g8ECVxr88W9zhcQpbeujJAVqL14ZnXJ3I23mOI9/oBVTQ3dkJhUmB0D6XOtCZEM6N0Gm9PMngkORw==}
engines: {node: '>=10.18'}
@@ -6163,8 +5646,8 @@ packages:
peerDependencies:
typescript: '>= 4.3.x'
- react-docgen@7.0.3:
- resolution: {integrity: sha512-i8aF1nyKInZnANZ4uZrH49qn1paRgBZ7wZiCNBMnenlPzEv0mRl+ShpTVEI6wZNl8sSc79xZkivtgLKQArcanQ==}
+ react-docgen@7.1.0:
+ resolution: {integrity: sha512-APPU8HB2uZnpl6Vt/+0AFoVYgSRtfiP6FLrZgPPTDmqSb2R4qZRbgd0A3VzIFxDt5e+Fozjx79WjLWnF69DK8g==}
engines: {node: '>=16.14.0'}
react-dom@17.0.2:
@@ -6172,12 +5655,6 @@ packages:
peerDependencies:
react: 17.0.2
- react-element-to-jsx-string@15.0.0:
- resolution: {integrity: sha512-UDg4lXB6BzlobN60P8fHWVPX3Kyw8ORrTeBtClmIlGdkOOE+GYQSFvmEU5iLLpwp/6v42DINwNcwOhOLfQ//FQ==}
- peerDependencies:
- react: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0
- react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0
-
react-fast-compare@3.2.2:
resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==}
@@ -6203,9 +5680,6 @@ packages:
react-is@16.13.1:
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
- react-is@18.1.0:
- resolution: {integrity: sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==}
-
react-is@18.3.1:
resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
@@ -6214,26 +5688,6 @@ packages:
peerDependencies:
react: '>=16.6.0'
- react-remove-scroll-bar@2.3.6:
- resolution: {integrity: sha512-DtSYaao4mBmX+HDo5YWYdBWQwYIQQshUV/dVxFxK+KM26Wjwp1gZ6rv6OC3oujI6Bfu6Xyg3TwK533AQutsn/g==}
- engines: {node: '>=10'}
- peerDependencies:
- '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
-
- react-remove-scroll@2.5.5:
- resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==}
- engines: {node: '>=10'}
- peerDependencies:
- '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
-
react-responsive@9.0.2:
resolution: {integrity: sha512-+4CCab7z8G8glgJoRjAwocsgsv6VA2w7JPxFWHRc7kvz8mec1/K5LutNC2MG28Mn8mu6+bu04XZxHv5gyfT7xQ==}
engines: {node: '>=0.10'}
@@ -6245,6 +5699,12 @@ packages:
peerDependencies:
react: '>=15'
+ react-router-hash-link@2.4.3:
+ resolution: {integrity: sha512-NU7GWc265m92xh/aYD79Vr1W+zAIXDWp3L2YZOYP4rCqPnJ6LI6vh3+rKgkidtYijozHclaEQTAHaAaMWPVI4A==}
+ peerDependencies:
+ react: '>=15'
+ react-router-dom: '>=4'
+
react-router@5.3.4:
resolution: {integrity: sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==}
peerDependencies:
@@ -6256,28 +5716,10 @@ packages:
react: ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0
react-dom: ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0
- react-style-singleton@2.2.1:
- resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==}
- engines: {node: '>=10'}
- peerDependencies:
- '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
-
react@17.0.2:
resolution: {integrity: sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==}
engines: {node: '>=0.10.0'}
- read-pkg-up@7.0.1:
- resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==}
- engines: {node: '>=8'}
-
- read-pkg@5.2.0:
- resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==}
- engines: {node: '>=8'}
-
readable-stream@2.3.8:
resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==}
@@ -6301,8 +5743,8 @@ packages:
resolution: {integrity: sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==}
engines: {node: '>= 0.4'}
- regenerate-unicode-properties@10.1.1:
- resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==}
+ regenerate-unicode-properties@10.2.0:
+ resolution: {integrity: sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==}
engines: {node: '>=4'}
regenerate@1.4.2:
@@ -6314,16 +5756,28 @@ packages:
regenerator-transform@0.15.2:
resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==}
- regexp.prototype.flags@1.5.2:
- resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==}
+ regex-recursion@4.2.1:
+ resolution: {integrity: sha512-QHNZyZAeKdndD1G3bKAbBEKOSSK4KOHQrAJ01N1LJeb0SoH4DJIeFhp0uUpETgONifS4+P3sOgoA1dhzgrQvhA==}
+
+ regex-utilities@2.3.0:
+ resolution: {integrity: sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==}
+
+ regex@5.0.2:
+ resolution: {integrity: sha512-/pczGbKIQgfTMRV0XjABvc5RzLqQmwqxLHdQao2RTXPk+pmTXB2P0IaUHYdYyk412YLwUIkaeMd5T+RzVgTqnQ==}
+
+ regexp.prototype.flags@1.5.3:
+ resolution: {integrity: sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==}
engines: {node: '>= 0.4'}
- regexpu-core@5.3.2:
- resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==}
+ regexpu-core@6.2.0:
+ resolution: {integrity: sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==}
engines: {node: '>=4'}
- regjsparser@0.9.1:
- resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==}
+ regjsgen@0.8.0:
+ resolution: {integrity: sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==}
+
+ regjsparser@0.12.0:
+ resolution: {integrity: sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==}
hasBin: true
rehackt@0.1.0:
@@ -6337,12 +5791,6 @@ packages:
react:
optional: true
- rehype-external-links@3.0.0:
- resolution: {integrity: sha512-yp+e5N9V3C6bwBeAC4n796kc86M4gJCdlVhiMTxIrJG5UHDMh+PJANf9heqORJbt1nrCbDwIlAZKjANIaVBbvw==}
-
- rehype-slug@6.0.0:
- resolution: {integrity: sha512-lWyvf/jwu+oS5+hL5eClVd3hNdmwM1kAC0BUvEGD19pajQMIzcNUd/k9GsfQ+FfECvX+JE+e9/btsKH0EjJT6A==}
-
relay-runtime@12.0.0:
resolution: {integrity: sha512-QU6JKr1tMsry22DXNy9Whsq5rmvwr3LSZiiWV/9+DFpuTWvp+WFhobWMc8TC4OjKFfNhEZy7mOiqUAn5atQtug==}
@@ -6366,10 +5814,6 @@ packages:
require-main-filename@2.0.0:
resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==}
- requireindex@1.2.0:
- resolution: {integrity: sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==}
- engines: {node: '>=0.10.5'}
-
resize-observer-polyfill@1.5.1:
resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==}
@@ -6422,28 +5866,17 @@ packages:
rfdc@1.4.1:
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
- rimraf@2.6.3:
- resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==}
- deprecated: Rimraf versions prior to v4 are no longer supported
- hasBin: true
-
rimraf@3.0.2:
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true
- rimraf@5.0.7:
- resolution: {integrity: sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==}
- engines: {node: '>=14.18'}
- hasBin: true
-
- rollup@3.29.4:
- resolution: {integrity: sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==}
- engines: {node: '>=14.18.0', npm: '>=8.0.0'}
+ rimraf@5.0.10:
+ resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==}
hasBin: true
- rollup@4.18.0:
- resolution: {integrity: sha512-QmJz14PX3rzbJCN1SG4Xe/bAAX2a6NpCP8ab2vfu2GiUr8AQcr2nCV/oEO3yneFarB67zk8ShlIyWb2LGTb3Sg==}
+ rollup@4.27.3:
+ resolution: {integrity: sha512-SLsCOnlmGt9VoZ9Ek8yBK8tAdmPHeppkw+Xa7yDlCEhDTvwYei03JlWo1fdc7YTfLZ4tD8riJCUyAgTbszk1fQ==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -6471,8 +5904,8 @@ packages:
resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==}
engines: {node: '>= 0.4'}
- safe-stable-stringify@2.4.3:
- resolution: {integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==}
+ safe-stable-stringify@2.5.0:
+ resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==}
engines: {node: '>=10'}
safer-buffer@2.1.2:
@@ -6492,21 +5925,17 @@ packages:
scuid@1.1.0:
resolution: {integrity: sha512-MuCAyrGZcTLfQoH2XoBlQ8C6bzwN88XT/0slOGz0pn8+gIP85BOAfYa44ZXQUTOwRwPU0QvgU+V+OSajl/59Xg==}
- semver@5.7.2:
- resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
- hasBin: true
-
semver@6.3.1:
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
hasBin: true
- semver@7.6.2:
- resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==}
+ semver@7.6.3:
+ resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==}
engines: {node: '>=10'}
hasBin: true
- send@0.18.0:
- resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==}
+ send@0.19.0:
+ resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==}
engines: {node: '>= 0.8.0'}
sentence-case@3.0.4:
@@ -6515,8 +5944,8 @@ packages:
serialize-javascript@6.0.2:
resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==}
- serve-static@1.15.0:
- resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==}
+ serve-static@1.16.2:
+ resolution: {integrity: sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==}
engines: {node: '>= 0.8.0'}
set-blocking@2.0.0:
@@ -6561,8 +5990,8 @@ packages:
shell-quote@1.8.1:
resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==}
- shiki@0.14.7:
- resolution: {integrity: sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==}
+ shiki@1.23.1:
+ resolution: {integrity: sha512-8kxV9TH4pXgdKGxNOkrSMydn1Xf6It8lsle0fiqxf7a1149K1WGtdOu3Zb91T5r1JpvRPxqxU3C2XdZZXQnrig==}
side-channel@1.0.6:
resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==}
@@ -6615,8 +6044,8 @@ packages:
snake-case@3.0.4:
resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==}
- source-map-js@1.2.0:
- resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==}
+ source-map-js@1.2.1:
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
engines: {node: '>=0.10.0'}
source-map-support@0.5.13:
@@ -6632,21 +6061,6 @@ packages:
space-separated-tokens@2.0.2:
resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
- spawn-command@0.0.2:
- resolution: {integrity: sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==}
-
- spdx-correct@3.2.0:
- resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==}
-
- spdx-exceptions@2.5.0:
- resolution: {integrity: sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==}
-
- spdx-expression-parse@3.0.1:
- resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==}
-
- spdx-license-ids@3.0.18:
- resolution: {integrity: sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==}
-
split-on-first@1.1.0:
resolution: {integrity: sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==}
engines: {node: '>=6'}
@@ -6671,18 +6085,17 @@ packages:
resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==}
engines: {node: '>= 0.8'}
- std-env@3.7.0:
- resolution: {integrity: sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==}
+ std-env@3.8.0:
+ resolution: {integrity: sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w==}
- store2@2.14.3:
- resolution: {integrity: sha512-4QcZ+yx7nzEFiV4BMLnr/pRa5HYzNITX2ri0Zh6sT9EyQHbBHacC6YigllUPU9X3D0f/22QCgfokpKs52YRrUg==}
-
- storybook@8.1.10:
- resolution: {integrity: sha512-HHlZibyc/QkcQj8aEnYnYwEl+ItNZ/uRbCdkvJzu/vIWYon5jUg30mHFIGZprgLSt27CxOs30Et8yT9z4VhwjA==}
+ storybook@8.4.5:
+ resolution: {integrity: sha512-9tfgabXnMibYp3SvoaJXXMD63Pw0SA9Hnf5v6TxysCYZs4DZ/04fAkK+9RW+K4C5JkV83qXMMlrsPj766R47fg==}
hasBin: true
-
- stream-shift@1.0.3:
- resolution: {integrity: sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==}
+ peerDependencies:
+ prettier: ^2 || ^3
+ peerDependenciesMeta:
+ prettier:
+ optional: true
streamsearch@1.1.0:
resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==}
@@ -6714,6 +6127,9 @@ packages:
resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==}
engines: {node: '>= 0.4'}
+ string.prototype.repeat@1.0.0:
+ resolution: {integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==}
+
string.prototype.trim@1.2.9:
resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==}
engines: {node: '>= 0.4'}
@@ -6731,6 +6147,9 @@ packages:
string_decoder@1.3.0:
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
+ stringify-entities@4.0.4:
+ resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==}
+
strip-ansi@6.0.1:
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
engines: {node: '>=8'}
@@ -6751,10 +6170,6 @@ packages:
resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==}
engines: {node: '>=6'}
- strip-final-newline@3.0.0:
- resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==}
- engines: {node: '>=12'}
-
strip-indent@4.0.0:
resolution: {integrity: sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==}
engines: {node: '>=12'}
@@ -6763,9 +6178,6 @@ packages:
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
engines: {node: '>=8'}
- strip-literal@1.3.0:
- resolution: {integrity: sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==}
-
style-loader@3.3.4:
resolution: {integrity: sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==}
engines: {node: '>= 12.13.0'}
@@ -6811,40 +6223,14 @@ packages:
resolution: {integrity: sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==}
engines: {node: '>=0.10'}
- synckit@0.8.8:
- resolution: {integrity: sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==}
+ synckit@0.9.2:
+ resolution: {integrity: sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==}
engines: {node: ^14.18.0 || >=16.0.0}
tapable@2.2.1:
resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
engines: {node: '>=6'}
- tar-fs@2.1.1:
- resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==}
-
- tar-stream@2.2.0:
- resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==}
- engines: {node: '>=6'}
-
- tar@6.2.1:
- resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==}
- engines: {node: '>=10'}
-
- telejson@7.2.0:
- resolution: {integrity: sha512-1QTEcJkJEhc8OnStBx/ILRu5J2p0GjvWsBx56bmZRqnrkdBMUe+nX92jxV+p3dB4CP6PZCdJMQJwCggkNBMzkQ==}
-
- temp-dir@3.0.0:
- resolution: {integrity: sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw==}
- engines: {node: '>=14.16'}
-
- temp@0.8.4:
- resolution: {integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==}
- engines: {node: '>=6.0.0'}
-
- tempy@3.1.0:
- resolution: {integrity: sha512-7jDLIdD2Zp0bDe5r3D2qtkd1QOCacylBuL7oa4udvN6v2pqr4+LcCr67C8DR1zkpaZ8XosF5m1yQSabKAW6f2g==}
- engines: {node: '>=14.16'}
-
terser-webpack-plugin@5.3.10:
resolution: {integrity: sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==}
engines: {node: '>= 10.13.0'}
@@ -6861,8 +6247,8 @@ packages:
uglify-js:
optional: true
- terser@5.31.1:
- resolution: {integrity: sha512-37upzU1+viGvuFtBo9NPufCb9dwM0+l9hMxYyWfBA+fbwrPqNJAhbZ6W47bBFnZHKHTUBnMvi87434qq+qnxOg==}
+ terser@5.36.0:
+ resolution: {integrity: sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==}
engines: {node: '>=10'}
hasBin: true
@@ -6876,9 +6262,6 @@ packages:
text-table@0.2.0:
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
- through2@2.0.5:
- resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==}
-
through@2.3.8:
resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==}
@@ -6888,15 +6271,22 @@ packages:
tiny-warning@1.0.3:
resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==}
- tinybench@2.8.0:
- resolution: {integrity: sha512-1/eK7zUnIklz4JUUlL+658n58XO2hHLQfSk1Zf2LKieUjxidN16eKFEoDEfjHc3ohofSSqK3X5yO6VGb6iW8Lw==}
+ tinybench@2.9.0:
+ resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
+
+ tinyexec@0.3.1:
+ resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==}
- tinypool@0.7.0:
- resolution: {integrity: sha512-zSYNUlYSMhJ6Zdou4cJwo/p7w5nmAH17GRfU/ui3ctvjXFErXXkruT4MWW6poDeXgCaIBlGLrfU6TbTXxyGMww==}
+ tinypool@1.0.2:
+ resolution: {integrity: sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==}
+ engines: {node: ^18.0.0 || >=20.0.0}
+
+ tinyrainbow@1.2.0:
+ resolution: {integrity: sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==}
engines: {node: '>=14.0.0'}
- tinyspy@2.2.1:
- resolution: {integrity: sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==}
+ tinyspy@3.0.2:
+ resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==}
engines: {node: '>=14.0.0'}
title-case@3.0.3:
@@ -6909,17 +6299,10 @@ packages:
tmpl@1.0.5:
resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==}
- to-fast-properties@2.0.0:
- resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
- engines: {node: '>=4'}
-
to-regex-range@5.0.1:
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
engines: {node: '>=8.0'}
- tocbot@4.28.2:
- resolution: {integrity: sha512-/MaSa9xI6mIo84IxqqliSCtPlH0oy7sLcY9s26qPMyH/2CxtZ2vNAXYlIdEQ7kjAkCQnc0rbLygf//F5c663oQ==}
-
toidentifier@1.0.1:
resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
engines: {node: '>=0.6'}
@@ -6935,12 +6318,15 @@ packages:
resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
hasBin: true
+ trim-lines@3.0.1:
+ resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
+
triple-beam@1.4.1:
resolution: {integrity: sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==}
engines: {node: '>= 14.0.0'}
- ts-api-utils@1.3.0:
- resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==}
+ ts-api-utils@1.4.0:
+ resolution: {integrity: sha512-032cPxaEKwM+GT3vA5JXNzIaizx388rhsSW79vGRNGXfRRAdEAn2mvk36PvK5HnOchyWZ7afLEXqYCvPCrzuzQ==}
engines: {node: '>=16'}
peerDependencies:
typescript: '>=4.2.0'
@@ -6953,8 +6339,8 @@ packages:
resolution: {integrity: sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==}
engines: {node: '>=8'}
- ts-log@2.2.5:
- resolution: {integrity: sha512-PGcnJoTBnVGy6yYNFxWVNkdcAuAMstvutN9MgDJIV6L0oG8fB+ZNNy1T+wJzah8RPGor1mZuPQkVfXNDpy9eHA==}
+ ts-log@2.2.7:
+ resolution: {integrity: sha512-320x5Ggei84AxzlXp91QkIGSw5wgaLT6GeAH0KsqDmRZdVWW2OiSeVvElVoatk3f7nicwXlElXsoFkARiGE2yg==}
ts-node@10.9.2:
resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==}
@@ -6977,20 +6363,14 @@ packages:
resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==}
engines: {node: '>=6'}
- tslib@1.14.1:
- resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==}
-
tslib@2.4.1:
resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==}
tslib@2.6.3:
resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==}
- tsutils@3.21.0:
- resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
- engines: {node: '>= 6'}
- peerDependencies:
- typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
+ tslib@2.8.1:
+ resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
tween-functions@1.2.0:
resolution: {integrity: sha512-PZBtLYcCLtEcjL14Fzb1gSxPBeL7nWvGhO5ZFPGqziCcr8uvHp0NDmdjBchp6KHL+tExcg0m3NISmKxhU394dA==}
@@ -7011,18 +6391,6 @@ packages:
resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==}
engines: {node: '>=10'}
- type-fest@0.6.0:
- resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==}
- engines: {node: '>=8'}
-
- type-fest@0.8.1:
- resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==}
- engines: {node: '>=8'}
-
- type-fest@1.4.0:
- resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==}
- engines: {node: '>=10'}
-
type-fest@2.19.0:
resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==}
engines: {node: '>=12.20'}
@@ -7039,8 +6407,8 @@ packages:
resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==}
engines: {node: '>= 0.4'}
- typed-array-byte-offset@1.0.2:
- resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==}
+ typed-array-byte-offset@1.0.3:
+ resolution: {integrity: sha512-GsvTyUHTriq6o/bHcTd0vM7OQ9JEdlvluu9YISaA7+KzDzPaIzEeDFNkTfhdE3MYcNhNi0vq/LlegYgIs5yPAw==}
engines: {node: '>= 0.4'}
typed-array-length@1.0.6:
@@ -7050,29 +6418,25 @@ packages:
typedarray@0.0.6:
resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==}
- typedoc@0.25.13:
- resolution: {integrity: sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ==}
- engines: {node: '>= 16'}
+ typedoc@0.26.11:
+ resolution: {integrity: sha512-sFEgRRtrcDl2FxVP58Ze++ZK2UQAEvtvvH8rRlig1Ja3o7dDaMHmaBfvJmdGnNEFaLTpQsN8dpvZaTqJSu/Ugw==}
+ engines: {node: '>= 18'}
hasBin: true
peerDependencies:
- typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x
+ typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x
typescript@5.2.2:
resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==}
engines: {node: '>=14.17'}
hasBin: true
- ua-parser-js@1.0.38:
- resolution: {integrity: sha512-Aq5ppTOfvrCMgAPneW1HfWj66Xi7XL+/mIy996R1/CLS/rcyJQm6QZdsKrUeivDFQ+Oc9Wyuwor8Ze8peEoUoQ==}
-
- ufo@1.5.3:
- resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==}
-
- uglify-js@3.18.0:
- resolution: {integrity: sha512-SyVVbcNBCk0dzr9XL/R/ySrmYf0s372K6/hFklzgcp2lBFyXtw4I7BOdDjlLhE1aVqaI/SHWXWmYdlZxuyF38A==}
- engines: {node: '>=0.8.0'}
+ ua-parser-js@1.0.39:
+ resolution: {integrity: sha512-k24RCVWlEcjkdOxYmVJgeD/0a1TiSpqLg+ZalVGV9lsnr4yqu0w7tX/x2xX6G4zpkgQnRf89lxuZ1wsbjXM8lw==}
hasBin: true
+ uc.micro@2.1.0:
+ resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==}
+
unbox-primitive@1.0.2:
resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==}
@@ -7083,19 +6447,19 @@ packages:
undefsafe@2.0.5:
resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==}
- undici-types@5.26.5:
- resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
+ undici-types@6.19.8:
+ resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
- unicode-canonical-property-names-ecmascript@2.0.0:
- resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==}
+ unicode-canonical-property-names-ecmascript@2.0.1:
+ resolution: {integrity: sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==}
engines: {node: '>=4'}
unicode-match-property-ecmascript@2.0.0:
resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==}
engines: {node: '>=4'}
- unicode-match-property-value-ecmascript@2.1.0:
- resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==}
+ unicode-match-property-value-ecmascript@2.2.0:
+ resolution: {integrity: sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==}
engines: {node: '>=4'}
unicode-property-aliases-ecmascript@2.1.0:
@@ -7106,13 +6470,15 @@ packages:
resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==}
engines: {node: '>=18'}
- unique-string@3.0.0:
- resolution: {integrity: sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==}
- engines: {node: '>=12'}
-
unist-util-is@6.0.0:
resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==}
+ unist-util-position@5.0.0:
+ resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==}
+
+ unist-util-stringify-position@4.0.0:
+ resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==}
+
unist-util-visit-parents@6.0.1:
resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==}
@@ -7131,16 +6497,12 @@ packages:
resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
engines: {node: '>= 0.8'}
- unplugin@1.10.1:
- resolution: {integrity: sha512-d6Mhq8RJeGA8UfKCu54Um4lFA0eSaRa3XxdAJg8tIdxbu1ubW0hBCZUL7yI2uGyYCRndvbK8FLHzqy2XKfeMsg==}
+ unplugin@1.16.0:
+ resolution: {integrity: sha512-5liCNPuJW8dqh3+DM6uNM2EI3MLLpCKp/KY+9pB5M2S2SR2qvvDHhKgBOaTWEbZTAws3CXfB0rKTIolWKL05VQ==}
engines: {node: '>=14.0.0'}
- untildify@4.0.0:
- resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==}
- engines: {node: '>=8'}
-
- update-browserslist-db@1.0.16:
- resolution: {integrity: sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==}
+ update-browserslist-db@1.1.1:
+ resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==}
hasBin: true
peerDependencies:
browserslist: '>= 4.21.0'
@@ -7157,34 +6519,11 @@ packages:
urlpattern-polyfill@10.0.0:
resolution: {integrity: sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==}
- urlpattern-polyfill@8.0.2:
- resolution: {integrity: sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==}
+ util-deprecate@1.0.2:
+ resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
- use-callback-ref@1.3.2:
- resolution: {integrity: sha512-elOQwe6Q8gqZgDA8mrh44qRTQqpIHDcZ3hXTLjBe1i4ph8XpNJnO+aQf3NaG+lriLopI4HMx9VjQLfPQ6vhnoA==}
- engines: {node: '>=10'}
- peerDependencies:
- '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
-
- use-sidecar@1.1.2:
- resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==}
- engines: {node: '>=10'}
- peerDependencies:
- '@types/react': ^16.9.0 || ^17.0.0 || ^18.0.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
- peerDependenciesMeta:
- '@types/react':
- optional: true
-
- util-deprecate@1.0.2:
- resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
-
- util@0.12.5:
- resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==}
+ util@0.12.5:
+ resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==}
utils-merge@1.0.1:
resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
@@ -7197,13 +6536,10 @@ packages:
v8-compile-cache-lib@3.0.1:
resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==}
- v8-to-istanbul@9.2.0:
- resolution: {integrity: sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==}
+ v8-to-istanbul@9.3.0:
+ resolution: {integrity: sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==}
engines: {node: '>=10.12.0'}
- validate-npm-package-license@3.0.4:
- resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==}
-
value-equal@1.0.1:
resolution: {integrity: sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==}
@@ -7215,20 +6551,27 @@ packages:
resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
engines: {node: '>= 0.8'}
- vite-node@0.34.6:
- resolution: {integrity: sha512-nlBMJ9x6n7/Amaz6F3zJ97EBwR2FkzhBRxF5e+jE6LA3yi6Wtc2lyTij1OnDMIr34v5g/tVQtsVAzhT0jc5ygA==}
- engines: {node: '>=v14.18.0'}
+ vfile-message@4.0.2:
+ resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==}
+
+ vfile@6.0.3:
+ resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
+
+ vite-node@2.1.9:
+ resolution: {integrity: sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==}
+ engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
- vite@4.5.3:
- resolution: {integrity: sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==}
- engines: {node: ^14.18.0 || >=16.0.0}
+ vite@5.4.17:
+ resolution: {integrity: sha512-5+VqZryDj4wgCs55o9Lp+p8GE78TLVg0lasCH5xFZ4jacZjtqZa6JUw9/p0WeAojaOfncSM6v77InkFPGnvPvg==}
+ engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
- '@types/node': '>= 14'
+ '@types/node': ^18.0.0 || >=20.0.0
less: '*'
lightningcss: ^1.21.0
sass: '*'
+ sass-embedded: '*'
stylus: '*'
sugarss: '*'
terser: ^5.4.0
@@ -7241,6 +6584,8 @@ packages:
optional: true
sass:
optional: true
+ sass-embedded:
+ optional: true
stylus:
optional: true
sugarss:
@@ -7248,22 +6593,22 @@ packages:
terser:
optional: true
- vitest@0.34.6:
- resolution: {integrity: sha512-+5CALsOvbNKnS+ZHMXtuUC7nL8/7F1F2DnHGjSsszX8zCjWSSviphCb/NuS9Nzf4Q03KyyDRBAXhF/8lffME4Q==}
- engines: {node: '>=v14.18.0'}
+ vitest@2.1.9:
+ resolution: {integrity: sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==}
+ engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
- '@vitest/browser': '*'
- '@vitest/ui': '*'
+ '@types/node': ^18.0.0 || >=20.0.0
+ '@vitest/browser': 2.1.9
+ '@vitest/ui': 2.1.9
happy-dom: '*'
jsdom: '*'
- playwright: '*'
- safaridriver: '*'
- webdriverio: '*'
peerDependenciesMeta:
'@edge-runtime/vm':
optional: true
+ '@types/node':
+ optional: true
'@vitest/browser':
optional: true
'@vitest/ui':
@@ -7272,40 +6617,21 @@ packages:
optional: true
jsdom:
optional: true
- playwright:
- optional: true
- safaridriver:
- optional: true
- webdriverio:
- optional: true
void-elements@3.1.0:
resolution: {integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==}
engines: {node: '>=0.10.0'}
- vscode-oniguruma@1.7.0:
- resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==}
-
- vscode-textmate@8.0.0:
- resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==}
-
walker@1.0.8:
resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==}
- watchpack@2.4.1:
- resolution: {integrity: sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==}
+ watchpack@2.4.2:
+ resolution: {integrity: sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==}
engines: {node: '>=10.13.0'}
wcwidth@1.0.1:
resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
- web-streams-polyfill@3.3.3:
- resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==}
- engines: {node: '>= 8'}
-
- webcrypto-core@1.8.0:
- resolution: {integrity: sha512-kR1UQNH8MD42CYuLzvibfakG5Ew5seG85dMMoAM/1LqvckxaF6pUiidLuraIu4V+YCIFabYecUZAW0TuxAoaqw==}
-
webidl-conversions@3.0.1:
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
@@ -7337,8 +6663,8 @@ packages:
webpack-virtual-modules@0.6.2:
resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
- webpack@5.92.0:
- resolution: {integrity: sha512-Bsw2X39MYIgxouNATyVpCNVWBCuUwDgWtN78g6lSdPJRLaQ/PUVm/oXcaRAyY/sMFoKFQrsPeqvTizWtq7QPCA==}
+ webpack@5.96.1:
+ resolution: {integrity: sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==}
engines: {node: '>=10.13.0'}
hasBin: true
peerDependencies:
@@ -7357,8 +6683,8 @@ packages:
which-boxed-primitive@1.0.2:
resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==}
- which-builtin-type@1.1.3:
- resolution: {integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==}
+ which-builtin-type@1.1.4:
+ resolution: {integrity: sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==}
engines: {node: '>= 0.4'}
which-collection@1.0.2:
@@ -7377,29 +6703,26 @@ packages:
engines: {node: '>= 8'}
hasBin: true
- why-is-node-running@2.2.2:
- resolution: {integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==}
+ why-is-node-running@2.3.0:
+ resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==}
engines: {node: '>=8'}
hasBin: true
wildcard@2.0.1:
resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==}
- winston-transport@4.7.0:
- resolution: {integrity: sha512-ajBj65K5I7denzer2IYW6+2bNIVqLGDHqDw3Ow8Ohh+vdW+rv4MZ6eiDvHoKhfJFZ2auyN8byXieDDJ96ViONg==}
+ winston-transport@4.9.0:
+ resolution: {integrity: sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A==}
engines: {node: '>= 12.0.0'}
- winston@3.13.0:
- resolution: {integrity: sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==}
+ winston@3.17.0:
+ resolution: {integrity: sha512-DLiFIXYC5fMPxaRg832S6F5mJYvePtmO5G9v9IgUFPhXm9/GkXarH/TUrBAVzhTCzAj9anE/+GjrgXp/54nOgw==}
engines: {node: '>= 12.0.0'}
word-wrap@1.2.5:
resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
engines: {node: '>=0.10.0'}
- wordwrap@1.0.0:
- resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==}
-
wrap-ansi@6.2.0:
resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==}
engines: {node: '>=8'}
@@ -7415,15 +6738,12 @@ packages:
wrappy@1.0.2:
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
- write-file-atomic@2.4.3:
- resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==}
-
write-file-atomic@4.0.2:
resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==}
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
- ws@8.17.1:
- resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==}
+ ws@8.18.0:
+ resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
engines: {node: '>=10.0.0'}
peerDependencies:
bufferutil: ^4.0.1
@@ -7448,9 +6768,6 @@ packages:
yallist@3.1.1:
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
- yallist@4.0.0:
- resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
-
yaml-ast-parser@0.0.43:
resolution: {integrity: sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==}
@@ -7458,8 +6775,8 @@ packages:
resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
engines: {node: '>= 6'}
- yaml@2.4.5:
- resolution: {integrity: sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==}
+ yaml@2.6.1:
+ resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==}
engines: {node: '>= 14'}
hasBin: true
@@ -7487,8 +6804,8 @@ packages:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'}
- yocto-queue@1.0.0:
- resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==}
+ yocto-queue@1.1.1:
+ resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==}
engines: {node: '>=12.20'}
zen-observable-ts@1.2.5:
@@ -7497,6 +6814,9 @@ packages:
zen-observable@0.8.15:
resolution: {integrity: sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==}
+ zwitch@2.0.4:
+ resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
+
snapshots:
'@ampproject/remapping@2.3.0':
@@ -7504,29 +6824,53 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@apollo/cache-control-types@1.0.3(graphql@16.8.2)':
+ '@apollo/cache-control-types@1.0.3(graphql@16.9.0)':
dependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
- '@apollo/client@3.11.4(@types/react@17.0.80)(graphql-ws@5.16.0(graphql@16.8.2))(graphql@16.8.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
+ '@apollo/client@3.11.10(@types/react@17.0.83)(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
dependencies:
- '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2)
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0)
'@wry/caches': 1.0.1
'@wry/equality': 0.5.7
'@wry/trie': 0.5.0
- graphql: 16.8.2
- graphql-tag: 2.12.6(graphql@16.8.2)
+ graphql: 16.9.0
+ graphql-tag: 2.12.6(graphql@16.9.0)
hoist-non-react-statics: 3.3.2
- optimism: 0.18.0
+ optimism: 0.18.1
prop-types: 15.8.1
- rehackt: 0.1.0(@types/react@17.0.80)(react@17.0.2)
+ rehackt: 0.1.0(@types/react@17.0.83)(react@17.0.2)
response-iterator: 0.2.6
symbol-observable: 4.0.0
ts-invariant: 0.10.3
- tslib: 2.6.3
+ tslib: 2.8.1
zen-observable-ts: 1.2.5
optionalDependencies:
- graphql-ws: 5.16.0(graphql@16.8.2)
+ graphql-ws: 5.16.0(graphql@16.9.0)
+ react: 17.0.2
+ react-dom: 17.0.2(react@17.0.2)
+ transitivePeerDependencies:
+ - '@types/react'
+
+ '@apollo/client@3.11.10(@types/react@18.3.3)(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
+ dependencies:
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0)
+ '@wry/caches': 1.0.1
+ '@wry/equality': 0.5.7
+ '@wry/trie': 0.5.0
+ graphql: 16.9.0
+ graphql-tag: 2.12.6(graphql@16.9.0)
+ hoist-non-react-statics: 3.3.2
+ optimism: 0.18.1
+ prop-types: 15.8.1
+ rehackt: 0.1.0(@types/react@18.3.3)(react@17.0.2)
+ response-iterator: 0.2.6
+ symbol-observable: 4.0.0
+ ts-invariant: 0.10.3
+ tslib: 2.8.1
+ zen-observable-ts: 1.2.5
+ optionalDependencies:
+ graphql-ws: 5.16.0(graphql@16.9.0)
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
transitivePeerDependencies:
@@ -7547,38 +6891,37 @@ snapshots:
'@types/long': 4.0.2
long: 4.0.0
- '@apollo/server-gateway-interface@1.1.1(graphql@16.8.2)':
+ '@apollo/server-gateway-interface@1.1.1(graphql@16.9.0)':
dependencies:
'@apollo/usage-reporting-protobuf': 4.1.1
'@apollo/utils.fetcher': 2.0.1
'@apollo/utils.keyvaluecache': 2.1.1
'@apollo/utils.logger': 2.0.1
- graphql: 16.8.2
+ graphql: 16.9.0
- '@apollo/server@4.10.4(graphql@16.8.2)':
+ '@apollo/server@4.11.2(graphql@16.9.0)':
dependencies:
- '@apollo/cache-control-types': 1.0.3(graphql@16.8.2)
- '@apollo/server-gateway-interface': 1.1.1(graphql@16.8.2)
+ '@apollo/cache-control-types': 1.0.3(graphql@16.9.0)
+ '@apollo/server-gateway-interface': 1.1.1(graphql@16.9.0)
'@apollo/usage-reporting-protobuf': 4.1.1
'@apollo/utils.createhash': 2.0.1
'@apollo/utils.fetcher': 2.0.1
'@apollo/utils.isnodelike': 2.0.1
'@apollo/utils.keyvaluecache': 2.1.1
'@apollo/utils.logger': 2.0.1
- '@apollo/utils.usagereporting': 2.1.0(graphql@16.8.2)
+ '@apollo/utils.usagereporting': 2.1.0(graphql@16.9.0)
'@apollo/utils.withrequired': 2.0.1
- '@graphql-tools/schema': 9.0.19(graphql@16.8.2)
- '@josephg/resolvable': 1.0.1
+ '@graphql-tools/schema': 9.0.19(graphql@16.9.0)
'@types/express': 4.17.21
- '@types/express-serve-static-core': 4.19.3
- '@types/node-fetch': 2.6.11
+ '@types/express-serve-static-core': 4.19.6
+ '@types/node-fetch': 2.6.12
async-retry: 1.3.3
cors: 2.8.5
- express: 4.19.2
- graphql: 16.8.2
- loglevel: 1.9.1
+ express: 4.21.2
+ graphql: 16.9.0
+ loglevel: 1.9.2
lru-cache: 7.18.3
- negotiator: 0.6.3
+ negotiator: 0.6.4
node-abort-controller: 3.1.1
node-fetch: 2.7.0
uuid: 9.0.1
@@ -7596,9 +6939,9 @@ snapshots:
'@apollo/utils.isnodelike': 2.0.1
sha.js: 2.4.11
- '@apollo/utils.dropunuseddefinitions@2.0.1(graphql@16.8.2)':
+ '@apollo/utils.dropunuseddefinitions@2.0.1(graphql@16.9.0)':
dependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
'@apollo/utils.fetcher@2.0.1': {}
@@ -7611,49 +6954,49 @@ snapshots:
'@apollo/utils.logger@2.0.1': {}
- '@apollo/utils.printwithreducedwhitespace@2.0.1(graphql@16.8.2)':
+ '@apollo/utils.printwithreducedwhitespace@2.0.1(graphql@16.9.0)':
dependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
- '@apollo/utils.removealiases@2.0.1(graphql@16.8.2)':
+ '@apollo/utils.removealiases@2.0.1(graphql@16.9.0)':
dependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
- '@apollo/utils.sortast@2.0.1(graphql@16.8.2)':
+ '@apollo/utils.sortast@2.0.1(graphql@16.9.0)':
dependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
lodash.sortby: 4.7.0
- '@apollo/utils.stripsensitiveliterals@2.0.1(graphql@16.8.2)':
+ '@apollo/utils.stripsensitiveliterals@2.0.1(graphql@16.9.0)':
dependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
- '@apollo/utils.usagereporting@2.1.0(graphql@16.8.2)':
+ '@apollo/utils.usagereporting@2.1.0(graphql@16.9.0)':
dependencies:
'@apollo/usage-reporting-protobuf': 4.1.1
- '@apollo/utils.dropunuseddefinitions': 2.0.1(graphql@16.8.2)
- '@apollo/utils.printwithreducedwhitespace': 2.0.1(graphql@16.8.2)
- '@apollo/utils.removealiases': 2.0.1(graphql@16.8.2)
- '@apollo/utils.sortast': 2.0.1(graphql@16.8.2)
- '@apollo/utils.stripsensitiveliterals': 2.0.1(graphql@16.8.2)
- graphql: 16.8.2
+ '@apollo/utils.dropunuseddefinitions': 2.0.1(graphql@16.9.0)
+ '@apollo/utils.printwithreducedwhitespace': 2.0.1(graphql@16.9.0)
+ '@apollo/utils.removealiases': 2.0.1(graphql@16.9.0)
+ '@apollo/utils.sortast': 2.0.1(graphql@16.9.0)
+ '@apollo/utils.stripsensitiveliterals': 2.0.1(graphql@16.9.0)
+ graphql: 16.9.0
'@apollo/utils.withrequired@2.0.1': {}
- '@ardatan/relay-compiler@12.0.0(graphql@16.8.2)':
+ '@ardatan/relay-compiler@12.0.0(graphql@16.9.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/generator': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/runtime': 7.24.7
- '@babel/traverse': 7.24.7(supports-color@5.5.0)
- '@babel/types': 7.24.7
- babel-preset-fbjs: 3.4.0(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/generator': 7.26.2
+ '@babel/parser': 7.26.2
+ '@babel/runtime': 7.26.10
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
+ '@babel/types': 7.26.0
+ babel-preset-fbjs: 3.4.0(@babel/core@7.26.0)
chalk: 4.1.2
fb-watchman: 2.0.2
fbjs: 3.0.5
glob: 7.2.3
- graphql: 16.8.2
+ graphql: 16.9.0
immutable: 3.7.6
invariant: 2.2.4
nullthrows: 1.1.1
@@ -7670,983 +7013,929 @@ snapshots:
transitivePeerDependencies:
- encoding
- '@aw-web-design/x-default-browser@1.4.126':
- dependencies:
- default-browser-id: 3.0.0
-
- '@babel/code-frame@7.24.7':
+ '@babel/code-frame@7.26.2':
dependencies:
- '@babel/highlight': 7.24.7
- picocolors: 1.0.1
+ '@babel/helper-validator-identifier': 7.25.9
+ js-tokens: 4.0.0
+ picocolors: 1.1.1
- '@babel/compat-data@7.24.7': {}
+ '@babel/compat-data@7.26.2': {}
- '@babel/core@7.24.7':
+ '@babel/core@7.26.0':
dependencies:
'@ampproject/remapping': 2.3.0
- '@babel/code-frame': 7.24.7
- '@babel/generator': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7)
- '@babel/helpers': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/template': 7.24.7
- '@babel/traverse': 7.24.7(supports-color@5.5.0)
- '@babel/types': 7.24.7
+ '@babel/code-frame': 7.26.2
+ '@babel/generator': 7.26.2
+ '@babel/helper-compilation-targets': 7.25.9
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0)
+ '@babel/helpers': 7.26.10
+ '@babel/parser': 7.26.2
+ '@babel/template': 7.25.9
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
+ '@babel/types': 7.26.0
convert-source-map: 2.0.0
- debug: 4.3.5(supports-color@5.5.0)
+ debug: 4.3.7(supports-color@5.5.0)
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/generator@7.24.7':
+ '@babel/generator@7.26.2':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/parser': 7.26.2
+ '@babel/types': 7.26.0
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- jsesc: 2.5.2
+ jsesc: 3.0.2
- '@babel/helper-annotate-as-pure@7.24.7':
+ '@babel/helper-annotate-as-pure@7.25.9':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.26.0
- '@babel/helper-builder-binary-assignment-operator-visitor@7.24.7':
+ '@babel/helper-builder-binary-assignment-operator-visitor@7.25.9':
dependencies:
- '@babel/traverse': 7.24.7(supports-color@5.5.0)
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
- '@babel/helper-compilation-targets@7.24.7':
+ '@babel/helper-compilation-targets@7.25.9':
dependencies:
- '@babel/compat-data': 7.24.7
- '@babel/helper-validator-option': 7.24.7
- browserslist: 4.23.1
+ '@babel/compat-data': 7.26.2
+ '@babel/helper-validator-option': 7.25.9
+ browserslist: 4.24.2
lru-cache: 5.1.1
semver: 6.3.1
- '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.24.7)':
- dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-environment-visitor': 7.24.7
- '@babel/helper-function-name': 7.24.7
- '@babel/helper-member-expression-to-functions': 7.24.7
- '@babel/helper-optimise-call-expression': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-skip-transparent-expression-wrappers': 7.24.7
- '@babel/helper-split-export-declaration': 7.24.7
+ '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-member-expression-to-functions': 7.25.9
+ '@babel/helper-optimise-call-expression': 7.25.9
+ '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/helper-create-regexp-features-plugin@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-create-regexp-features-plugin@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-annotate-as-pure': 7.24.7
- regexpu-core: 5.3.2
+ '@babel/core': 7.26.0
+ '@babel/helper-annotate-as-pure': 7.25.9
+ regexpu-core: 6.2.0
semver: 6.3.1
- '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.24.7)':
+ '@babel/helper-define-polyfill-provider@0.6.3(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- debug: 4.3.5(supports-color@5.5.0)
+ '@babel/core': 7.26.0
+ '@babel/helper-compilation-targets': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ debug: 4.3.7(supports-color@5.5.0)
lodash.debounce: 4.0.8
resolve: 1.22.8
transitivePeerDependencies:
- supports-color
- '@babel/helper-environment-visitor@7.24.7':
- dependencies:
- '@babel/types': 7.24.7
-
- '@babel/helper-function-name@7.24.7':
- dependencies:
- '@babel/template': 7.24.7
- '@babel/types': 7.24.7
-
- '@babel/helper-hoist-variables@7.24.7':
- dependencies:
- '@babel/types': 7.24.7
-
- '@babel/helper-member-expression-to-functions@7.24.7':
+ '@babel/helper-member-expression-to-functions@7.25.9':
dependencies:
- '@babel/traverse': 7.24.7(supports-color@5.5.0)
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-imports@7.24.7(supports-color@5.5.0)':
+ '@babel/helper-module-imports@7.25.9(supports-color@5.5.0)':
dependencies:
- '@babel/traverse': 7.24.7(supports-color@5.5.0)
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-environment-visitor': 7.24.7
- '@babel/helper-module-imports': 7.24.7(supports-color@5.5.0)
- '@babel/helper-simple-access': 7.24.7
- '@babel/helper-split-export-declaration': 7.24.7
- '@babel/helper-validator-identifier': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-module-imports': 7.25.9(supports-color@5.5.0)
+ '@babel/helper-validator-identifier': 7.25.9
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
transitivePeerDependencies:
- supports-color
- '@babel/helper-optimise-call-expression@7.24.7':
+ '@babel/helper-optimise-call-expression@7.25.9':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.26.0
- '@babel/helper-plugin-utils@7.24.7': {}
+ '@babel/helper-plugin-utils@7.25.9': {}
- '@babel/helper-remap-async-to-generator@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-remap-async-to-generator@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-environment-visitor': 7.24.7
- '@babel/helper-wrap-function': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-wrap-function': 7.25.9
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
transitivePeerDependencies:
- supports-color
- '@babel/helper-replace-supers@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-replace-supers@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-environment-visitor': 7.24.7
- '@babel/helper-member-expression-to-functions': 7.24.7
- '@babel/helper-optimise-call-expression': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-member-expression-to-functions': 7.25.9
+ '@babel/helper-optimise-call-expression': 7.25.9
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
transitivePeerDependencies:
- supports-color
- '@babel/helper-simple-access@7.24.7':
+ '@babel/helper-simple-access@7.25.9':
dependencies:
- '@babel/traverse': 7.24.7(supports-color@5.5.0)
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
- '@babel/helper-skip-transparent-expression-wrappers@7.24.7':
+ '@babel/helper-skip-transparent-expression-wrappers@7.25.9':
dependencies:
- '@babel/traverse': 7.24.7(supports-color@5.5.0)
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
- '@babel/helper-split-export-declaration@7.24.7':
- dependencies:
- '@babel/types': 7.24.7
-
- '@babel/helper-string-parser@7.24.7': {}
+ '@babel/helper-string-parser@7.25.9': {}
- '@babel/helper-validator-identifier@7.24.7': {}
+ '@babel/helper-validator-identifier@7.25.9': {}
- '@babel/helper-validator-option@7.24.7': {}
+ '@babel/helper-validator-option@7.25.9': {}
- '@babel/helper-wrap-function@7.24.7':
+ '@babel/helper-wrap-function@7.25.9':
dependencies:
- '@babel/helper-function-name': 7.24.7
- '@babel/template': 7.24.7
- '@babel/traverse': 7.24.7(supports-color@5.5.0)
- '@babel/types': 7.24.7
+ '@babel/template': 7.25.9
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
- '@babel/helpers@7.24.7':
+ '@babel/helpers@7.26.10':
dependencies:
- '@babel/template': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/template': 7.26.9
+ '@babel/types': 7.26.10
- '@babel/highlight@7.24.7':
+ '@babel/parser@7.26.10':
dependencies:
- '@babel/helper-validator-identifier': 7.24.7
- chalk: 2.4.2
- js-tokens: 4.0.0
- picocolors: 1.0.1
+ '@babel/types': 7.26.10
- '@babel/parser@7.24.7':
+ '@babel/parser@7.26.2':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.26.0
+
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-environment-visitor': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-skip-transparent-expression-wrappers': 7.24.7
- '@babel/plugin-transform-optional-chaining': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-environment-visitor': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.26.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.0)
- '@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.26.0)
- '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.26.0)':
dependencies:
- '@babel/compat-data': 7.24.7
- '@babel/core': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.7)
+ '@babel/compat-data': 7.26.2
+ '@babel/core': 7.26.0
+ '@babel/helper-compilation-targets': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.26.0)
+ '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.0)
- '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-skip-transparent-expression-wrappers': 7.24.7
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.26.0
- '@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.26.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.7)':
- dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
-
- '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-decorators@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-flow@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.7)':
+ '@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-async-generator-functions@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
-
- '@babel/plugin-transform-async-generator-functions@7.24.7(@babel/core@7.24.7)':
- dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-environment-visitor': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.0)
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-module-imports': 7.24.7(supports-color@5.5.0)
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-module-imports': 7.25.9(supports-color@5.5.0)
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-block-scoped-functions@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-block-scoping@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-block-scoping@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-class-static-block@7.26.0(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-classes@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-classes@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
- '@babel/helper-environment-visitor': 7.24.7
- '@babel/helper-function-name': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-split-export-declaration': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-compilation-targets': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.0)
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-computed-properties@7.25.9(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/template': 7.25.9
+
+ '@babel/plugin-transform-destructuring@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/template': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-destructuring@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-duplicate-keys@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-dynamic-import@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-exponentiation-operator@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-exponentiation-operator@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-builder-binary-assignment-operator-visitor': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-builder-binary-assignment-operator-visitor': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-export-namespace-from@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-flow-strip-types@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-flow-strip-types@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-flow': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.26.0)
- '@babel/plugin-transform-for-of@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-for-of@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-skip-transparent-expression-wrappers': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-function-name@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-function-name@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
- '@babel/helper-function-name': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-compilation-targets': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-json-strings@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-literals@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-literals@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-logical-assignment-operators@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-member-expression-literals@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-modules-amd@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-modules-amd@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-commonjs@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-modules-commonjs@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-simple-access': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-simple-access': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-systemjs@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-modules-systemjs@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-hoist-variables': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-validator-identifier': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-validator-identifier': 7.25.9
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-modules-umd@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-named-capturing-groups-regex@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-new-target@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-new-target@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-nullish-coalescing-operator@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-numeric-separator@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-object-rest-spread@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-compilation-targets': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.0)
- '@babel/plugin-transform-object-super@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-object-super@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-optional-catch-binding@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-optional-chaining@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-optional-chaining@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-skip-transparent-expression-wrappers': 7.24.7
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-parameters@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-parameters@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-private-methods@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-private-property-in-object@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-property-literals@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-react-display-name@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-react-display-name@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-react-jsx-development@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-react-jsx-development@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-react-jsx@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-module-imports': 7.24.7(supports-color@5.5.0)
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/types': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-module-imports': 7.25.9(supports-color@5.5.0)
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0)
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-react-pure-annotations@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-react-pure-annotations@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-regenerator@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
regenerator-transform: 0.15.2
- '@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.24.7)':
- dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
-
- '@babel/plugin-transform-runtime@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-regexp-modifiers@7.26.0(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-module-imports': 7.24.7(supports-color@5.5.0)
- '@babel/helper-plugin-utils': 7.24.7
- babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.24.7)
- babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.7)
- babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.7)
- semver: 6.3.1
- transitivePeerDependencies:
- - supports-color
+ '@babel/core': 7.26.0
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-reserved-words@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-spread@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-runtime@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-skip-transparent-expression-wrappers': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-module-imports': 7.25.9(supports-color@5.5.0)
+ '@babel/helper-plugin-utils': 7.25.9
+ babel-plugin-polyfill-corejs2: 0.4.12(@babel/core@7.26.0)
+ babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.26.0)
+ babel-plugin-polyfill-regenerator: 0.6.3(@babel/core@7.26.0)
+ semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.24.7)':
- dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
-
- '@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-shorthand-properties@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-typeof-symbol@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-spread@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
-
- '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.24.7)':
- dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
transitivePeerDependencies:
- supports-color
-
- '@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.24.7)':
- dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
-
- '@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.24.7)':
- dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
-
- '@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.24.7)':
- dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
-
- '@babel/plugin-transform-unicode-sets-regex@7.24.7(@babel/core@7.24.7)':
- dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
-
- '@babel/preset-env@7.24.7(@babel/core@7.24.7)':
- dependencies:
- '@babel/compat-data': 7.24.7
- '@babel/core': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-validator-option': 7.24.7
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.7)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.7)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.7)
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.7)
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.7)
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.7)
- '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.7)
- '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-async-generator-functions': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-block-scoping': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-classes': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-destructuring': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-duplicate-keys': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-dynamic-import': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-exponentiation-operator': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-function-name': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-json-strings': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-literals': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-modules-amd': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-modules-systemjs': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-modules-umd': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-named-capturing-groups-regex': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-new-target': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-optional-chaining': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-reserved-words': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-typeof-symbol': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-unicode-sets-regex': 7.24.7(@babel/core@7.24.7)
- '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.7)
- babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.24.7)
- babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.7)
- babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.7)
- core-js-compat: 3.37.1
+
+ '@babel/plugin-transform-sticky-regex@7.25.9(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+
+ '@babel/plugin-transform-template-literals@7.25.9(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+
+ '@babel/plugin-transform-typeof-symbol@7.25.9(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+
+ '@babel/plugin-transform-typescript@7.25.9(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.0)
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/plugin-transform-unicode-escapes@7.25.9(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+
+ '@babel/plugin-transform-unicode-property-regex@7.25.9(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
+
+ '@babel/plugin-transform-unicode-regex@7.25.9(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
+
+ '@babel/plugin-transform-unicode-sets-regex@7.25.9(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
+
+ '@babel/preset-env@7.26.0(@babel/core@7.26.0)':
+ dependencies:
+ '@babel/compat-data': 7.26.2
+ '@babel/core': 7.26.0
+ '@babel/helper-compilation-targets': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-validator-option': 7.25.9
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.0)
+ '@babel/plugin-syntax-import-assertions': 7.26.0(@babel/core@7.26.0)
+ '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.0)
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.0)
+ '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-async-generator-functions': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-block-scoped-functions': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-class-static-block': 7.26.0(@babel/core@7.26.0)
+ '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-dotall-regex': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-duplicate-keys': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-dynamic-import': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-exponentiation-operator': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-for-of': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-json-strings': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-logical-assignment-operators': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-member-expression-literals': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-modules-amd': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-modules-systemjs': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-modules-umd': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-new-target': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-object-super': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-optional-catch-binding': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-property-literals': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-regenerator': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-regexp-modifiers': 7.26.0(@babel/core@7.26.0)
+ '@babel/plugin-transform-reserved-words': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-template-literals': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-typeof-symbol': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-unicode-escapes': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-unicode-property-regex': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-unicode-sets-regex': 7.25.9(@babel/core@7.26.0)
+ '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.26.0)
+ babel-plugin-polyfill-corejs2: 0.4.12(@babel/core@7.26.0)
+ babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.26.0)
+ babel-plugin-polyfill-regenerator: 0.6.3(@babel/core@7.26.0)
+ core-js-compat: 3.39.0
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/preset-flow@7.24.7(@babel/core@7.24.7)':
+ '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-validator-option': 7.24.7
- '@babel/plugin-transform-flow-strip-types': 7.24.7(@babel/core@7.24.7)
-
- '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.7)':
- dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/types': 7.26.0
esutils: 2.0.3
- '@babel/preset-react@7.24.7(@babel/core@7.24.7)':
+ '@babel/preset-react@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-validator-option': 7.24.7
- '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-react-jsx-development': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-react-pure-annotations': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-validator-option': 7.25.9
+ '@babel/plugin-transform-react-display-name': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-react-jsx-development': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-react-pure-annotations': 7.25.9(@babel/core@7.26.0)
transitivePeerDependencies:
- supports-color
- '@babel/preset-typescript@7.24.7(@babel/core@7.24.7)':
+ '@babel/preset-typescript@7.26.0(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-validator-option': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-validator-option': 7.25.9
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0)
transitivePeerDependencies:
- supports-color
- '@babel/register@7.24.6(@babel/core@7.24.7)':
+ '@babel/runtime@7.26.10':
dependencies:
- '@babel/core': 7.24.7
- clone-deep: 4.0.1
- find-cache-dir: 2.1.0
- make-dir: 2.1.0
- pirates: 4.0.6
- source-map-support: 0.5.21
-
- '@babel/regjsgen@0.8.0': {}
+ regenerator-runtime: 0.14.1
- '@babel/runtime@7.24.7':
+ '@babel/template@7.25.9':
dependencies:
- regenerator-runtime: 0.14.1
+ '@babel/code-frame': 7.26.2
+ '@babel/parser': 7.26.2
+ '@babel/types': 7.26.0
- '@babel/template@7.24.7':
+ '@babel/template@7.26.9':
dependencies:
- '@babel/code-frame': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/code-frame': 7.26.2
+ '@babel/parser': 7.26.10
+ '@babel/types': 7.26.10
- '@babel/traverse@7.24.7(supports-color@5.5.0)':
+ '@babel/traverse@7.25.9(supports-color@5.5.0)':
dependencies:
- '@babel/code-frame': 7.24.7
- '@babel/generator': 7.24.7
- '@babel/helper-environment-visitor': 7.24.7
- '@babel/helper-function-name': 7.24.7
- '@babel/helper-hoist-variables': 7.24.7
- '@babel/helper-split-export-declaration': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
- debug: 4.3.5(supports-color@5.5.0)
+ '@babel/code-frame': 7.26.2
+ '@babel/generator': 7.26.2
+ '@babel/parser': 7.26.2
+ '@babel/template': 7.25.9
+ '@babel/types': 7.26.0
+ debug: 4.3.7(supports-color@5.5.0)
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/types@7.24.7':
+ '@babel/types@7.26.0':
dependencies:
- '@babel/helper-string-parser': 7.24.7
- '@babel/helper-validator-identifier': 7.24.7
- to-fast-properties: 2.0.0
+ '@babel/helper-string-parser': 7.25.9
+ '@babel/helper-validator-identifier': 7.25.9
- '@base2/pretty-print-object@1.0.1': {}
+ '@babel/types@7.26.10':
+ dependencies:
+ '@babel/helper-string-parser': 7.25.9
+ '@babel/helper-validator-identifier': 7.25.9
'@bcoe/v8-coverage@0.2.3': {}
- '@chromatic-com/storybook@1.5.0(react@17.0.2)':
+ '@chromatic-com/storybook@3.2.2(react@17.0.2)(storybook@8.4.5(prettier@3.3.3))':
dependencies:
- chromatic: 11.5.4
- filesize: 10.1.2
+ chromatic: 11.18.1
+ filesize: 10.1.6
jsonfile: 6.1.0
react-confetti: 6.1.0(react@17.0.2)
+ storybook: 8.4.5(prettier@3.3.3)
strip-ansi: 7.1.0
transitivePeerDependencies:
- '@chromatic-com/cypress'
- '@chromatic-com/playwright'
- react
- '@colors/colors@1.5.0':
- optional: true
-
'@colors/colors@1.6.0': {}
'@cspotcode/source-map-support@0.8.1':
@@ -8661,169 +7950,174 @@ snapshots:
'@discoveryjs/json-ext@0.5.7': {}
- '@emotion/is-prop-valid@1.2.2':
+ '@emotion/is-prop-valid@1.3.1':
dependencies:
- '@emotion/memoize': 0.8.1
+ '@emotion/memoize': 0.9.0
- '@emotion/memoize@0.8.1': {}
+ '@emotion/memoize@0.9.0': {}
'@emotion/stylis@0.8.5': {}
'@emotion/unitless@0.7.5': {}
- '@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@17.0.2)':
- dependencies:
- react: 17.0.2
+ '@esbuild/aix-ppc64@0.21.5':
+ optional: true
+
+ '@esbuild/aix-ppc64@0.24.2':
+ optional: true
- '@esbuild/aix-ppc64@0.20.2':
+ '@esbuild/android-arm64@0.21.5':
optional: true
- '@esbuild/android-arm64@0.18.20':
+ '@esbuild/android-arm64@0.24.2':
optional: true
- '@esbuild/android-arm64@0.20.2':
+ '@esbuild/android-arm@0.21.5':
optional: true
- '@esbuild/android-arm@0.18.20':
+ '@esbuild/android-arm@0.24.2':
optional: true
- '@esbuild/android-arm@0.20.2':
+ '@esbuild/android-x64@0.21.5':
optional: true
- '@esbuild/android-x64@0.18.20':
+ '@esbuild/android-x64@0.24.2':
optional: true
- '@esbuild/android-x64@0.20.2':
+ '@esbuild/darwin-arm64@0.21.5':
optional: true
- '@esbuild/darwin-arm64@0.18.20':
+ '@esbuild/darwin-arm64@0.24.2':
optional: true
- '@esbuild/darwin-arm64@0.20.2':
+ '@esbuild/darwin-x64@0.21.5':
optional: true
- '@esbuild/darwin-x64@0.18.20':
+ '@esbuild/darwin-x64@0.24.2':
optional: true
- '@esbuild/darwin-x64@0.20.2':
+ '@esbuild/freebsd-arm64@0.21.5':
optional: true
- '@esbuild/freebsd-arm64@0.18.20':
+ '@esbuild/freebsd-arm64@0.24.2':
optional: true
- '@esbuild/freebsd-arm64@0.20.2':
+ '@esbuild/freebsd-x64@0.21.5':
optional: true
- '@esbuild/freebsd-x64@0.18.20':
+ '@esbuild/freebsd-x64@0.24.2':
optional: true
- '@esbuild/freebsd-x64@0.20.2':
+ '@esbuild/linux-arm64@0.21.5':
optional: true
- '@esbuild/linux-arm64@0.18.20':
+ '@esbuild/linux-arm64@0.24.2':
optional: true
- '@esbuild/linux-arm64@0.20.2':
+ '@esbuild/linux-arm@0.21.5':
optional: true
- '@esbuild/linux-arm@0.18.20':
+ '@esbuild/linux-arm@0.24.2':
optional: true
- '@esbuild/linux-arm@0.20.2':
+ '@esbuild/linux-ia32@0.21.5':
optional: true
- '@esbuild/linux-ia32@0.18.20':
+ '@esbuild/linux-ia32@0.24.2':
optional: true
- '@esbuild/linux-ia32@0.20.2':
+ '@esbuild/linux-loong64@0.21.5':
optional: true
- '@esbuild/linux-loong64@0.18.20':
+ '@esbuild/linux-loong64@0.24.2':
optional: true
- '@esbuild/linux-loong64@0.20.2':
+ '@esbuild/linux-mips64el@0.21.5':
optional: true
- '@esbuild/linux-mips64el@0.18.20':
+ '@esbuild/linux-mips64el@0.24.2':
optional: true
- '@esbuild/linux-mips64el@0.20.2':
+ '@esbuild/linux-ppc64@0.21.5':
optional: true
- '@esbuild/linux-ppc64@0.18.20':
+ '@esbuild/linux-ppc64@0.24.2':
optional: true
- '@esbuild/linux-ppc64@0.20.2':
+ '@esbuild/linux-riscv64@0.21.5':
optional: true
- '@esbuild/linux-riscv64@0.18.20':
+ '@esbuild/linux-riscv64@0.24.2':
optional: true
- '@esbuild/linux-riscv64@0.20.2':
+ '@esbuild/linux-s390x@0.21.5':
optional: true
- '@esbuild/linux-s390x@0.18.20':
+ '@esbuild/linux-s390x@0.24.2':
optional: true
- '@esbuild/linux-s390x@0.20.2':
+ '@esbuild/linux-x64@0.21.5':
optional: true
- '@esbuild/linux-x64@0.18.20':
+ '@esbuild/linux-x64@0.24.2':
optional: true
- '@esbuild/linux-x64@0.20.2':
+ '@esbuild/netbsd-arm64@0.24.2':
optional: true
- '@esbuild/netbsd-x64@0.18.20':
+ '@esbuild/netbsd-x64@0.21.5':
optional: true
- '@esbuild/netbsd-x64@0.20.2':
+ '@esbuild/netbsd-x64@0.24.2':
optional: true
- '@esbuild/openbsd-x64@0.18.20':
+ '@esbuild/openbsd-arm64@0.24.2':
optional: true
- '@esbuild/openbsd-x64@0.20.2':
+ '@esbuild/openbsd-x64@0.21.5':
optional: true
- '@esbuild/sunos-x64@0.18.20':
+ '@esbuild/openbsd-x64@0.24.2':
optional: true
- '@esbuild/sunos-x64@0.20.2':
+ '@esbuild/sunos-x64@0.21.5':
optional: true
- '@esbuild/win32-arm64@0.18.20':
+ '@esbuild/sunos-x64@0.24.2':
optional: true
- '@esbuild/win32-arm64@0.20.2':
+ '@esbuild/win32-arm64@0.21.5':
optional: true
- '@esbuild/win32-ia32@0.18.20':
+ '@esbuild/win32-arm64@0.24.2':
optional: true
- '@esbuild/win32-ia32@0.20.2':
+ '@esbuild/win32-ia32@0.21.5':
optional: true
- '@esbuild/win32-x64@0.18.20':
+ '@esbuild/win32-ia32@0.24.2':
optional: true
- '@esbuild/win32-x64@0.20.2':
+ '@esbuild/win32-x64@0.21.5':
optional: true
- '@eslint-community/eslint-utils@4.4.0(eslint@8.57.0)':
+ '@esbuild/win32-x64@0.24.2':
+ optional: true
+
+ '@eslint-community/eslint-utils@4.4.1(eslint@8.57.1)':
dependencies:
- eslint: 8.57.0
+ eslint: 8.57.1
eslint-visitor-keys: 3.4.3
- '@eslint-community/regexpp@4.10.1': {}
+ '@eslint-community/regexpp@4.12.1': {}
'@eslint/eslintrc@2.1.4':
dependencies:
ajv: 6.12.6
- debug: 4.3.5(supports-color@5.5.0)
+ debug: 4.3.7(supports-color@5.5.0)
espree: 9.6.1
globals: 13.24.0
- ignore: 5.3.1
+ ignore: 5.3.2
import-fresh: 3.3.0
js-yaml: 4.1.0
minimatch: 3.1.2
@@ -8831,59 +8125,57 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@8.57.0': {}
+ '@eslint/js@8.57.1': {}
- '@fal-works/esbuild-plugin-global-externals@2.1.2': {}
-
- '@graphql-codegen/add@3.2.3(graphql@16.8.2)':
+ '@graphql-codegen/add@3.2.3(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.8.2)
- graphql: 16.8.2
+ '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.9.0)
+ graphql: 16.9.0
tslib: 2.4.1
- '@graphql-codegen/add@5.0.3(graphql@16.8.2)':
+ '@graphql-codegen/add@5.0.3(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2)
- graphql: 16.8.2
+ '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.9.0)
+ graphql: 16.9.0
tslib: 2.6.3
- '@graphql-codegen/cli@5.0.2(@types/node@20.14.5)(graphql@16.8.2)(typescript@5.2.2)':
- dependencies:
- '@babel/generator': 7.24.7
- '@babel/template': 7.24.7
- '@babel/types': 7.24.7
- '@graphql-codegen/client-preset': 4.3.0(graphql@16.8.2)
- '@graphql-codegen/core': 4.0.2(graphql@16.8.2)
- '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2)
- '@graphql-tools/apollo-engine-loader': 8.0.1(graphql@16.8.2)
- '@graphql-tools/code-file-loader': 8.1.2(graphql@16.8.2)
- '@graphql-tools/git-loader': 8.0.6(graphql@16.8.2)
- '@graphql-tools/github-loader': 8.0.1(@types/node@20.14.5)(graphql@16.8.2)
- '@graphql-tools/graphql-file-loader': 8.0.1(graphql@16.8.2)
- '@graphql-tools/json-file-loader': 8.0.1(graphql@16.8.2)
- '@graphql-tools/load': 8.0.2(graphql@16.8.2)
- '@graphql-tools/prisma-loader': 8.0.4(@types/node@20.14.5)(graphql@16.8.2)
- '@graphql-tools/url-loader': 8.0.2(@types/node@20.14.5)(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- '@whatwg-node/fetch': 0.8.8
+ '@graphql-codegen/cli@5.0.3(@types/node@20.17.6)(graphql@16.9.0)(typescript@5.2.2)':
+ dependencies:
+ '@babel/generator': 7.26.2
+ '@babel/template': 7.25.9
+ '@babel/types': 7.26.0
+ '@graphql-codegen/client-preset': 4.5.0(graphql@16.9.0)
+ '@graphql-codegen/core': 4.0.2(graphql@16.9.0)
+ '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.9.0)
+ '@graphql-tools/apollo-engine-loader': 8.0.5(graphql@16.9.0)
+ '@graphql-tools/code-file-loader': 8.1.6(graphql@16.9.0)
+ '@graphql-tools/git-loader': 8.0.10(graphql@16.9.0)
+ '@graphql-tools/github-loader': 8.0.5(@types/node@20.17.6)(graphql@16.9.0)
+ '@graphql-tools/graphql-file-loader': 8.0.4(graphql@16.9.0)
+ '@graphql-tools/json-file-loader': 8.0.4(graphql@16.9.0)
+ '@graphql-tools/load': 8.0.2(graphql@16.9.0)
+ '@graphql-tools/prisma-loader': 8.0.17(@types/node@20.17.6)(graphql@16.9.0)
+ '@graphql-tools/url-loader': 8.0.16(@types/node@20.17.6)(graphql@16.9.0)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
+ '@whatwg-node/fetch': 0.9.23
chalk: 4.1.2
cosmiconfig: 8.3.6(typescript@5.2.2)
debounce: 1.2.1
detect-indent: 6.1.0
- graphql: 16.8.2
- graphql-config: 5.0.3(@types/node@20.14.5)(graphql@16.8.2)(typescript@5.2.2)
+ graphql: 16.9.0
+ graphql-config: 5.1.3(@types/node@20.17.6)(graphql@16.9.0)(typescript@5.2.2)
inquirer: 8.2.6
is-glob: 4.0.3
jiti: 1.21.6
json-to-pretty-yaml: 1.2.2
listr2: 4.0.5
log-symbols: 4.1.0
- micromatch: 4.0.7
+ micromatch: 4.0.8
shell-quote: 1.8.1
string-env-interpolation: 1.0.1
- ts-log: 2.2.5
- tslib: 2.6.3
- yaml: 2.4.5
+ ts-log: 2.2.7
+ tslib: 2.8.1
+ yaml: 2.6.1
yargs: 17.7.2
transitivePeerDependencies:
- '@types/node'
@@ -8895,392 +8187,403 @@ snapshots:
- typescript
- utf-8-validate
- '@graphql-codegen/client-preset@4.3.0(graphql@16.8.2)':
- dependencies:
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/template': 7.24.7
- '@graphql-codegen/add': 5.0.3(graphql@16.8.2)
- '@graphql-codegen/gql-tag-operations': 4.0.7(graphql@16.8.2)
- '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2)
- '@graphql-codegen/typed-document-node': 5.0.7(graphql@16.8.2)
- '@graphql-codegen/typescript': 4.0.7(graphql@16.8.2)
- '@graphql-codegen/typescript-operations': 4.2.1(graphql@16.8.2)
- '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.8.2)
- '@graphql-tools/documents': 1.0.1(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2)
- graphql: 16.8.2
+ '@graphql-codegen/client-preset@4.5.0(graphql@16.9.0)':
+ dependencies:
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/template': 7.25.9
+ '@graphql-codegen/add': 5.0.3(graphql@16.9.0)
+ '@graphql-codegen/gql-tag-operations': 4.0.11(graphql@16.9.0)
+ '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.9.0)
+ '@graphql-codegen/typed-document-node': 5.0.11(graphql@16.9.0)
+ '@graphql-codegen/typescript': 4.1.1(graphql@16.9.0)
+ '@graphql-codegen/typescript-operations': 4.3.1(graphql@16.9.0)
+ '@graphql-codegen/visitor-plugin-common': 5.5.0(graphql@16.9.0)
+ '@graphql-tools/documents': 1.0.1(graphql@16.9.0)
+ '@graphql-tools/utils': 10.2.2(graphql@16.9.0)
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0)
+ graphql: 16.9.0
tslib: 2.6.3
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-codegen/core@4.0.2(graphql@16.8.2)':
+ '@graphql-codegen/core@4.0.2(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2)
- '@graphql-tools/schema': 10.0.4(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- graphql: 16.8.2
+ '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.9.0)
+ '@graphql-tools/schema': 10.0.4(graphql@16.9.0)
+ '@graphql-tools/utils': 10.2.2(graphql@16.9.0)
+ graphql: 16.9.0
tslib: 2.6.3
- '@graphql-codegen/gql-tag-operations@4.0.7(graphql@16.8.2)':
+ '@graphql-codegen/gql-tag-operations@4.0.11(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2)
- '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
+ '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.9.0)
+ '@graphql-codegen/visitor-plugin-common': 5.5.0(graphql@16.9.0)
+ '@graphql-tools/utils': 10.2.2(graphql@16.9.0)
auto-bind: 4.0.0
- graphql: 16.8.2
+ graphql: 16.9.0
tslib: 2.6.3
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-codegen/near-operation-file-preset@3.0.0(graphql@16.8.2)':
+ '@graphql-codegen/near-operation-file-preset@3.0.0(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/add': 3.2.3(graphql@16.8.2)
- '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.8.2)
- '@graphql-codegen/visitor-plugin-common': 2.13.1(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- graphql: 16.8.2
+ '@graphql-codegen/add': 3.2.3(graphql@16.9.0)
+ '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.9.0)
+ '@graphql-codegen/visitor-plugin-common': 2.13.1(graphql@16.9.0)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
+ graphql: 16.9.0
parse-filepath: 1.0.2
tslib: 2.6.3
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-codegen/plugin-helpers@2.7.2(graphql@16.8.2)':
+ '@graphql-codegen/plugin-helpers@2.7.2(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 8.13.1(graphql@16.8.2)
+ '@graphql-tools/utils': 8.13.1(graphql@16.9.0)
change-case-all: 1.0.14
common-tags: 1.8.2
- graphql: 16.8.2
+ graphql: 16.9.0
import-from: 4.0.0
lodash: 4.17.21
tslib: 2.4.1
- '@graphql-codegen/plugin-helpers@3.1.2(graphql@16.8.2)':
+ '@graphql-codegen/plugin-helpers@3.1.2(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 9.2.1(graphql@16.8.2)
+ '@graphql-tools/utils': 9.2.1(graphql@16.9.0)
change-case-all: 1.0.15
common-tags: 1.8.2
- graphql: 16.8.2
+ graphql: 16.9.0
import-from: 4.0.0
lodash: 4.17.21
tslib: 2.4.1
- '@graphql-codegen/plugin-helpers@5.0.4(graphql@16.8.2)':
+ '@graphql-codegen/plugin-helpers@5.1.0(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
+ '@graphql-tools/utils': 10.2.2(graphql@16.9.0)
change-case-all: 1.0.15
common-tags: 1.8.2
- graphql: 16.8.2
+ graphql: 16.9.0
import-from: 4.0.0
lodash: 4.17.21
tslib: 2.6.3
- '@graphql-codegen/schema-ast@4.0.2(graphql@16.8.2)':
+ '@graphql-codegen/schema-ast@4.1.0(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- graphql: 16.8.2
+ '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.9.0)
+ '@graphql-tools/utils': 10.2.2(graphql@16.9.0)
+ graphql: 16.9.0
tslib: 2.6.3
- '@graphql-codegen/typed-document-node@5.0.7(graphql@16.8.2)':
+ '@graphql-codegen/typed-document-node@5.0.11(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2)
- '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.8.2)
+ '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.9.0)
+ '@graphql-codegen/visitor-plugin-common': 5.5.0(graphql@16.9.0)
auto-bind: 4.0.0
change-case-all: 1.0.15
- graphql: 16.8.2
+ graphql: 16.9.0
tslib: 2.6.3
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-codegen/typescript-operations@4.2.1(graphql@16.8.2)':
+ '@graphql-codegen/typescript-operations@4.3.1(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2)
- '@graphql-codegen/typescript': 4.0.7(graphql@16.8.2)
- '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.8.2)
+ '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.9.0)
+ '@graphql-codegen/typescript': 4.1.1(graphql@16.9.0)
+ '@graphql-codegen/visitor-plugin-common': 5.5.0(graphql@16.9.0)
auto-bind: 4.0.0
- graphql: 16.8.2
+ graphql: 16.9.0
tslib: 2.6.3
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-codegen/typescript-react-apollo@4.3.0(graphql-tag@2.12.6(graphql@16.8.2))(graphql@16.8.2)':
+ '@graphql-codegen/typescript-react-apollo@4.3.2(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.8.2)
- '@graphql-codegen/visitor-plugin-common': 2.13.1(graphql@16.8.2)
+ '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.9.0)
+ '@graphql-codegen/visitor-plugin-common': 2.13.1(graphql@16.9.0)
auto-bind: 4.0.0
change-case-all: 1.0.15
- graphql: 16.8.2
- graphql-tag: 2.12.6(graphql@16.8.2)
+ graphql: 16.9.0
tslib: 2.6.3
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-codegen/typescript@4.0.7(graphql@16.8.2)':
+ '@graphql-codegen/typescript@4.1.1(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2)
- '@graphql-codegen/schema-ast': 4.0.2(graphql@16.8.2)
- '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.8.2)
+ '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.9.0)
+ '@graphql-codegen/schema-ast': 4.1.0(graphql@16.9.0)
+ '@graphql-codegen/visitor-plugin-common': 5.5.0(graphql@16.9.0)
auto-bind: 4.0.0
- graphql: 16.8.2
+ graphql: 16.9.0
tslib: 2.6.3
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-codegen/visitor-plugin-common@2.13.1(graphql@16.8.2)':
+ '@graphql-codegen/visitor-plugin-common@2.13.1(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.8.2)
- '@graphql-tools/optimize': 1.4.0(graphql@16.8.2)
- '@graphql-tools/relay-operation-optimizer': 6.5.18(graphql@16.8.2)
- '@graphql-tools/utils': 8.13.1(graphql@16.8.2)
+ '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.9.0)
+ '@graphql-tools/optimize': 1.4.0(graphql@16.9.0)
+ '@graphql-tools/relay-operation-optimizer': 6.5.18(graphql@16.9.0)
+ '@graphql-tools/utils': 8.13.1(graphql@16.9.0)
auto-bind: 4.0.0
change-case-all: 1.0.14
dependency-graph: 0.11.0
- graphql: 16.8.2
- graphql-tag: 2.12.6(graphql@16.8.2)
+ graphql: 16.9.0
+ graphql-tag: 2.12.6(graphql@16.9.0)
parse-filepath: 1.0.2
tslib: 2.4.1
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-codegen/visitor-plugin-common@5.2.0(graphql@16.8.2)':
+ '@graphql-codegen/visitor-plugin-common@5.5.0(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2)
- '@graphql-tools/optimize': 2.0.0(graphql@16.8.2)
- '@graphql-tools/relay-operation-optimizer': 7.0.1(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
+ '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.9.0)
+ '@graphql-tools/optimize': 2.0.0(graphql@16.9.0)
+ '@graphql-tools/relay-operation-optimizer': 7.0.4(graphql@16.9.0)
+ '@graphql-tools/utils': 10.2.2(graphql@16.9.0)
auto-bind: 4.0.0
change-case-all: 1.0.15
dependency-graph: 0.11.0
- graphql: 16.8.2
- graphql-tag: 2.12.6(graphql@16.8.2)
+ graphql: 16.9.0
+ graphql-tag: 2.12.6(graphql@16.9.0)
parse-filepath: 1.0.2
tslib: 2.6.3
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-tools/apollo-engine-loader@8.0.1(graphql@16.8.2)':
+ '@graphql-tools/apollo-engine-loader@8.0.5(graphql@16.9.0)':
dependencies:
'@ardatan/sync-fetch': 0.0.1
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- '@whatwg-node/fetch': 0.9.18
- graphql: 16.8.2
- tslib: 2.6.3
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
+ '@whatwg-node/fetch': 0.10.1
+ graphql: 16.9.0
+ tslib: 2.8.1
transitivePeerDependencies:
- encoding
- '@graphql-tools/batch-delegate@9.0.3(graphql@16.8.2)':
+ '@graphql-tools/batch-delegate@9.0.16(graphql@16.9.0)':
dependencies:
- '@graphql-tools/delegate': 10.0.11(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
+ '@graphql-tools/delegate': 10.2.0(graphql@16.9.0)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
dataloader: 2.2.2
- graphql: 16.8.2
- tslib: 2.6.3
+ graphql: 16.9.0
+ tslib: 2.8.1
value-or-promise: 1.0.12
- '@graphql-tools/batch-execute@9.0.4(graphql@16.8.2)':
+ '@graphql-tools/batch-execute@9.0.6(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
dataloader: 2.2.2
- graphql: 16.8.2
- tslib: 2.6.3
+ graphql: 16.9.0
+ tslib: 2.8.1
value-or-promise: 1.0.12
- '@graphql-tools/code-file-loader@8.1.2(graphql@16.8.2)':
+ '@graphql-tools/code-file-loader@8.1.6(graphql@16.9.0)':
dependencies:
- '@graphql-tools/graphql-tag-pluck': 8.3.1(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
+ '@graphql-tools/graphql-tag-pluck': 8.3.5(graphql@16.9.0)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
globby: 11.1.0
- graphql: 16.8.2
- tslib: 2.6.3
+ graphql: 16.9.0
+ tslib: 2.8.1
unixify: 1.0.0
transitivePeerDependencies:
- supports-color
- '@graphql-tools/delegate@10.0.11(graphql@16.8.2)':
+ '@graphql-tools/delegate@10.0.11(graphql@16.9.0)':
dependencies:
- '@graphql-tools/batch-execute': 9.0.4(graphql@16.8.2)
- '@graphql-tools/executor': 1.2.6(graphql@16.8.2)
- '@graphql-tools/schema': 10.0.4(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
+ '@graphql-tools/batch-execute': 9.0.6(graphql@16.9.0)
+ '@graphql-tools/executor': 1.3.4(graphql@16.9.0)
+ '@graphql-tools/schema': 10.0.4(graphql@16.9.0)
+ '@graphql-tools/utils': 10.2.2(graphql@16.9.0)
dataloader: 2.2.2
- graphql: 16.8.2
- tslib: 2.6.3
+ graphql: 16.9.0
+ tslib: 2.8.1
- '@graphql-tools/documents@1.0.1(graphql@16.8.2)':
+ '@graphql-tools/delegate@10.2.0(graphql@16.9.0)':
dependencies:
- graphql: 16.8.2
+ '@graphql-tools/batch-execute': 9.0.6(graphql@16.9.0)
+ '@graphql-tools/executor': 1.3.4(graphql@16.9.0)
+ '@graphql-tools/schema': 10.0.9(graphql@16.9.0)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
+ '@repeaterjs/repeater': 3.0.6
+ dataloader: 2.2.2
+ dset: 3.1.4
+ graphql: 16.9.0
+ tslib: 2.8.1
+
+ '@graphql-tools/documents@1.0.1(graphql@16.9.0)':
+ dependencies:
+ graphql: 16.9.0
lodash.sortby: 4.7.0
- tslib: 2.6.3
+ tslib: 2.8.1
- '@graphql-tools/executor-graphql-ws@1.1.2(graphql@16.8.2)':
+ '@graphql-tools/executor-graphql-ws@1.3.2(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- '@types/ws': 8.5.10
- graphql: 16.8.2
- graphql-ws: 5.16.0(graphql@16.8.2)
- isomorphic-ws: 5.0.0(ws@8.17.1)
- tslib: 2.6.3
- ws: 8.17.1
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
+ '@types/ws': 8.5.13
+ graphql: 16.9.0
+ graphql-ws: 5.16.0(graphql@16.9.0)
+ isomorphic-ws: 5.0.0(ws@8.18.0)
+ tslib: 2.8.1
+ ws: 8.18.0
transitivePeerDependencies:
- bufferutil
- utf-8-validate
- '@graphql-tools/executor-http@1.0.9(@types/node@20.14.5)(graphql@16.8.2)':
+ '@graphql-tools/executor-http@1.1.9(@types/node@20.17.6)(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
'@repeaterjs/repeater': 3.0.6
- '@whatwg-node/fetch': 0.9.18
+ '@whatwg-node/fetch': 0.10.1
extract-files: 11.0.0
- graphql: 16.8.2
- meros: 1.3.0(@types/node@20.14.5)
- tslib: 2.6.3
+ graphql: 16.9.0
+ meros: 1.3.0(@types/node@20.17.6)
+ tslib: 2.8.1
value-or-promise: 1.0.12
transitivePeerDependencies:
- '@types/node'
- '@graphql-tools/executor-legacy-ws@1.0.6(graphql@16.8.2)':
+ '@graphql-tools/executor-legacy-ws@1.1.3(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- '@types/ws': 8.5.10
- graphql: 16.8.2
- isomorphic-ws: 5.0.0(ws@8.17.1)
- tslib: 2.6.3
- ws: 8.17.1
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
+ '@types/ws': 8.5.13
+ graphql: 16.9.0
+ isomorphic-ws: 5.0.0(ws@8.18.0)
+ tslib: 2.8.1
+ ws: 8.18.0
transitivePeerDependencies:
- bufferutil
- utf-8-validate
- '@graphql-tools/executor@1.2.6(graphql@16.8.2)':
+ '@graphql-tools/executor@1.3.4(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0)
'@repeaterjs/repeater': 3.0.6
- graphql: 16.8.2
- tslib: 2.6.3
+ graphql: 16.9.0
+ tslib: 2.8.1
value-or-promise: 1.0.12
- '@graphql-tools/git-loader@8.0.6(graphql@16.8.2)':
+ '@graphql-tools/git-loader@8.0.10(graphql@16.9.0)':
dependencies:
- '@graphql-tools/graphql-tag-pluck': 8.3.1(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- graphql: 16.8.2
+ '@graphql-tools/graphql-tag-pluck': 8.3.5(graphql@16.9.0)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
+ graphql: 16.9.0
is-glob: 4.0.3
- micromatch: 4.0.7
- tslib: 2.6.3
+ micromatch: 4.0.8
+ tslib: 2.8.1
unixify: 1.0.0
transitivePeerDependencies:
- supports-color
- '@graphql-tools/github-loader@8.0.1(@types/node@20.14.5)(graphql@16.8.2)':
+ '@graphql-tools/github-loader@8.0.5(@types/node@20.17.6)(graphql@16.9.0)':
dependencies:
'@ardatan/sync-fetch': 0.0.1
- '@graphql-tools/executor-http': 1.0.9(@types/node@20.14.5)(graphql@16.8.2)
- '@graphql-tools/graphql-tag-pluck': 8.3.1(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- '@whatwg-node/fetch': 0.9.18
- graphql: 16.8.2
- tslib: 2.6.3
+ '@graphql-tools/executor-http': 1.1.9(@types/node@20.17.6)(graphql@16.9.0)
+ '@graphql-tools/graphql-tag-pluck': 8.3.5(graphql@16.9.0)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
+ '@whatwg-node/fetch': 0.10.1
+ graphql: 16.9.0
+ tslib: 2.8.1
value-or-promise: 1.0.12
transitivePeerDependencies:
- '@types/node'
- encoding
- supports-color
- '@graphql-tools/graphql-file-loader@8.0.1(graphql@16.8.2)':
+ '@graphql-tools/graphql-file-loader@8.0.4(graphql@16.9.0)':
dependencies:
- '@graphql-tools/import': 7.0.1(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
+ '@graphql-tools/import': 7.0.4(graphql@16.9.0)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
globby: 11.1.0
- graphql: 16.8.2
- tslib: 2.6.3
+ graphql: 16.9.0
+ tslib: 2.8.1
unixify: 1.0.0
- '@graphql-tools/graphql-tag-pluck@8.3.1(graphql@16.8.2)':
+ '@graphql-tools/graphql-tag-pluck@8.3.5(graphql@16.9.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.24.7)
- '@babel/traverse': 7.24.7(supports-color@5.5.0)
- '@babel/types': 7.24.7
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- graphql: 16.8.2
- tslib: 2.6.3
+ '@babel/core': 7.26.0
+ '@babel/parser': 7.26.2
+ '@babel/plugin-syntax-import-assertions': 7.26.0(@babel/core@7.26.0)
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
+ '@babel/types': 7.26.0
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
+ graphql: 16.9.0
+ tslib: 2.8.1
transitivePeerDependencies:
- supports-color
- '@graphql-tools/import@7.0.1(graphql@16.8.2)':
+ '@graphql-tools/import@7.0.4(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- graphql: 16.8.2
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
+ graphql: 16.9.0
resolve-from: 5.0.0
- tslib: 2.6.3
+ tslib: 2.8.1
- '@graphql-tools/json-file-loader@8.0.1(graphql@16.8.2)':
+ '@graphql-tools/json-file-loader@8.0.4(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
globby: 11.1.0
- graphql: 16.8.2
- tslib: 2.6.3
+ graphql: 16.9.0
+ tslib: 2.8.1
unixify: 1.0.0
- '@graphql-tools/load@8.0.2(graphql@16.8.2)':
+ '@graphql-tools/load@8.0.2(graphql@16.9.0)':
dependencies:
- '@graphql-tools/schema': 10.0.4(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- graphql: 16.8.2
+ '@graphql-tools/schema': 10.0.4(graphql@16.9.0)
+ '@graphql-tools/utils': 10.2.2(graphql@16.9.0)
+ graphql: 16.9.0
p-limit: 3.1.0
- tslib: 2.6.3
+ tslib: 2.8.1
- '@graphql-tools/merge@8.4.2(graphql@16.8.2)':
+ '@graphql-tools/merge@8.4.2(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 9.2.1(graphql@16.8.2)
- graphql: 16.8.2
- tslib: 2.6.3
+ '@graphql-tools/utils': 9.2.1(graphql@16.9.0)
+ graphql: 16.9.0
+ tslib: 2.8.1
- '@graphql-tools/merge@9.0.4(graphql@16.8.2)':
+ '@graphql-tools/merge@9.0.10(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- graphql: 16.8.2
- tslib: 2.6.3
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
+ graphql: 16.9.0
+ tslib: 2.8.1
- '@graphql-tools/optimize@1.4.0(graphql@16.8.2)':
+ '@graphql-tools/optimize@1.4.0(graphql@16.9.0)':
dependencies:
- graphql: 16.8.2
- tslib: 2.6.3
+ graphql: 16.9.0
+ tslib: 2.8.1
- '@graphql-tools/optimize@2.0.0(graphql@16.8.2)':
+ '@graphql-tools/optimize@2.0.0(graphql@16.9.0)':
dependencies:
- graphql: 16.8.2
- tslib: 2.6.3
+ graphql: 16.9.0
+ tslib: 2.8.1
- '@graphql-tools/prisma-loader@8.0.4(@types/node@20.14.5)(graphql@16.8.2)':
+ '@graphql-tools/prisma-loader@8.0.17(@types/node@20.17.6)(graphql@16.9.0)':
dependencies:
- '@graphql-tools/url-loader': 8.0.2(@types/node@20.14.5)(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
+ '@graphql-tools/url-loader': 8.0.16(@types/node@20.17.6)(graphql@16.9.0)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
'@types/js-yaml': 4.0.9
- '@whatwg-node/fetch': 0.9.18
+ '@whatwg-node/fetch': 0.10.1
chalk: 4.1.2
- debug: 4.3.5(supports-color@5.5.0)
+ debug: 4.3.7(supports-color@5.5.0)
dotenv: 16.4.5
- graphql: 16.8.2
- graphql-request: 6.1.0(graphql@16.8.2)
+ graphql: 16.9.0
+ graphql-request: 6.1.0(graphql@16.9.0)
http-proxy-agent: 7.0.2
- https-proxy-agent: 7.0.4
- jose: 5.4.1
+ https-proxy-agent: 7.0.5
+ jose: 5.9.6
js-yaml: 4.1.0
lodash: 4.17.21
scuid: 1.1.0
- tslib: 2.6.3
+ tslib: 2.8.1
yaml-ast-parser: 0.0.43
transitivePeerDependencies:
- '@types/node'
@@ -9289,113 +8592,159 @@ snapshots:
- supports-color
- utf-8-validate
- '@graphql-tools/relay-operation-optimizer@6.5.18(graphql@16.8.2)':
+ '@graphql-tools/relay-operation-optimizer@6.5.18(graphql@16.9.0)':
dependencies:
- '@ardatan/relay-compiler': 12.0.0(graphql@16.8.2)
- '@graphql-tools/utils': 9.2.1(graphql@16.8.2)
- graphql: 16.8.2
- tslib: 2.6.3
+ '@ardatan/relay-compiler': 12.0.0(graphql@16.9.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.9.0)
+ graphql: 16.9.0
+ tslib: 2.8.1
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-tools/relay-operation-optimizer@7.0.1(graphql@16.8.2)':
+ '@graphql-tools/relay-operation-optimizer@7.0.4(graphql@16.9.0)':
dependencies:
- '@ardatan/relay-compiler': 12.0.0(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- graphql: 16.8.2
- tslib: 2.6.3
+ '@ardatan/relay-compiler': 12.0.0(graphql@16.9.0)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
+ graphql: 16.9.0
+ tslib: 2.8.1
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-tools/schema@10.0.4(graphql@16.8.2)':
+ '@graphql-tools/schema@10.0.4(graphql@16.9.0)':
dependencies:
- '@graphql-tools/merge': 9.0.4(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- graphql: 16.8.2
- tslib: 2.6.3
+ '@graphql-tools/merge': 9.0.10(graphql@16.9.0)
+ '@graphql-tools/utils': 10.2.2(graphql@16.9.0)
+ graphql: 16.9.0
+ tslib: 2.8.1
value-or-promise: 1.0.12
- '@graphql-tools/schema@9.0.19(graphql@16.8.2)':
+ '@graphql-tools/schema@10.0.9(graphql@16.9.0)':
dependencies:
- '@graphql-tools/merge': 8.4.2(graphql@16.8.2)
- '@graphql-tools/utils': 9.2.1(graphql@16.8.2)
- graphql: 16.8.2
- tslib: 2.6.3
+ '@graphql-tools/merge': 9.0.10(graphql@16.9.0)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
+ graphql: 16.9.0
+ tslib: 2.8.1
value-or-promise: 1.0.12
- '@graphql-tools/stitch@9.2.9(graphql@16.8.2)':
+ '@graphql-tools/schema@9.0.19(graphql@16.9.0)':
dependencies:
- '@graphql-tools/batch-delegate': 9.0.3(graphql@16.8.2)
- '@graphql-tools/delegate': 10.0.11(graphql@16.8.2)
- '@graphql-tools/executor': 1.2.6(graphql@16.8.2)
- '@graphql-tools/merge': 9.0.4(graphql@16.8.2)
- '@graphql-tools/schema': 10.0.4(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- '@graphql-tools/wrap': 10.0.5(graphql@16.8.2)
- graphql: 16.8.2
- tslib: 2.6.3
+ '@graphql-tools/merge': 8.4.2(graphql@16.9.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.9.0)
+ graphql: 16.9.0
+ tslib: 2.8.1
+ value-or-promise: 1.0.12
+
+ '@graphql-tools/stitch@9.2.9(graphql@16.9.0)':
+ dependencies:
+ '@graphql-tools/batch-delegate': 9.0.16(graphql@16.9.0)
+ '@graphql-tools/delegate': 10.0.11(graphql@16.9.0)
+ '@graphql-tools/executor': 1.3.4(graphql@16.9.0)
+ '@graphql-tools/merge': 9.0.10(graphql@16.9.0)
+ '@graphql-tools/schema': 10.0.4(graphql@16.9.0)
+ '@graphql-tools/utils': 10.2.2(graphql@16.9.0)
+ '@graphql-tools/wrap': 10.0.5(graphql@16.9.0)
+ graphql: 16.9.0
+ tslib: 2.8.1
value-or-promise: 1.0.12
- '@graphql-tools/url-loader@8.0.2(@types/node@20.14.5)(graphql@16.8.2)':
+ '@graphql-tools/url-loader@8.0.16(@types/node@20.17.6)(graphql@16.9.0)':
dependencies:
'@ardatan/sync-fetch': 0.0.1
- '@graphql-tools/delegate': 10.0.11(graphql@16.8.2)
- '@graphql-tools/executor-graphql-ws': 1.1.2(graphql@16.8.2)
- '@graphql-tools/executor-http': 1.0.9(@types/node@20.14.5)(graphql@16.8.2)
- '@graphql-tools/executor-legacy-ws': 1.0.6(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- '@graphql-tools/wrap': 10.0.5(graphql@16.8.2)
- '@types/ws': 8.5.10
- '@whatwg-node/fetch': 0.9.18
- graphql: 16.8.2
- isomorphic-ws: 5.0.0(ws@8.17.1)
- tslib: 2.6.3
+ '@graphql-tools/executor-graphql-ws': 1.3.2(graphql@16.9.0)
+ '@graphql-tools/executor-http': 1.1.9(@types/node@20.17.6)(graphql@16.9.0)
+ '@graphql-tools/executor-legacy-ws': 1.1.3(graphql@16.9.0)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
+ '@graphql-tools/wrap': 10.0.18(graphql@16.9.0)
+ '@types/ws': 8.5.13
+ '@whatwg-node/fetch': 0.10.1
+ graphql: 16.9.0
+ isomorphic-ws: 5.0.0(ws@8.18.0)
+ tslib: 2.8.1
value-or-promise: 1.0.12
- ws: 8.17.1
+ ws: 8.18.0
transitivePeerDependencies:
- '@types/node'
- bufferutil
- encoding
- utf-8-validate
- '@graphql-tools/utils@10.2.2(graphql@16.8.2)':
+ '@graphql-tools/url-loader@8.0.2(@types/node@20.17.6)(graphql@16.9.0)':
dependencies:
- '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2)
+ '@ardatan/sync-fetch': 0.0.1
+ '@graphql-tools/delegate': 10.0.11(graphql@16.9.0)
+ '@graphql-tools/executor-graphql-ws': 1.3.2(graphql@16.9.0)
+ '@graphql-tools/executor-http': 1.1.9(@types/node@20.17.6)(graphql@16.9.0)
+ '@graphql-tools/executor-legacy-ws': 1.1.3(graphql@16.9.0)
+ '@graphql-tools/utils': 10.2.2(graphql@16.9.0)
+ '@graphql-tools/wrap': 10.0.5(graphql@16.9.0)
+ '@types/ws': 8.5.13
+ '@whatwg-node/fetch': 0.9.23
+ graphql: 16.9.0
+ isomorphic-ws: 5.0.0(ws@8.18.0)
+ tslib: 2.8.1
+ value-or-promise: 1.0.12
+ ws: 8.18.0
+ transitivePeerDependencies:
+ - '@types/node'
+ - bufferutil
+ - encoding
+ - utf-8-validate
+
+ '@graphql-tools/utils@10.2.2(graphql@16.9.0)':
+ dependencies:
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0)
cross-inspect: 1.0.0
- dset: 3.1.3
- graphql: 16.8.2
- tslib: 2.6.3
+ dset: 3.1.4
+ graphql: 16.9.0
+ tslib: 2.8.1
- '@graphql-tools/utils@8.13.1(graphql@16.8.2)':
+ '@graphql-tools/utils@10.6.0(graphql@16.9.0)':
dependencies:
- graphql: 16.8.2
- tslib: 2.6.3
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0)
+ cross-inspect: 1.0.1
+ dset: 3.1.4
+ graphql: 16.9.0
+ tslib: 2.8.1
- '@graphql-tools/utils@9.2.1(graphql@16.8.2)':
+ '@graphql-tools/utils@8.13.1(graphql@16.9.0)':
dependencies:
- '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2)
- graphql: 16.8.2
- tslib: 2.6.3
+ graphql: 16.9.0
+ tslib: 2.8.1
- '@graphql-tools/wrap@10.0.5(graphql@16.8.2)':
+ '@graphql-tools/utils@9.2.1(graphql@16.9.0)':
dependencies:
- '@graphql-tools/delegate': 10.0.11(graphql@16.8.2)
- '@graphql-tools/schema': 10.0.4(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- graphql: 16.8.2
- tslib: 2.6.3
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0)
+ graphql: 16.9.0
+ tslib: 2.8.1
+
+ '@graphql-tools/wrap@10.0.18(graphql@16.9.0)':
+ dependencies:
+ '@graphql-tools/delegate': 10.2.0(graphql@16.9.0)
+ '@graphql-tools/schema': 10.0.9(graphql@16.9.0)
+ '@graphql-tools/utils': 10.6.0(graphql@16.9.0)
+ graphql: 16.9.0
+ tslib: 2.8.1
+ value-or-promise: 1.0.12
+
+ '@graphql-tools/wrap@10.0.5(graphql@16.9.0)':
+ dependencies:
+ '@graphql-tools/delegate': 10.0.11(graphql@16.9.0)
+ '@graphql-tools/schema': 10.0.4(graphql@16.9.0)
+ '@graphql-tools/utils': 10.2.2(graphql@16.9.0)
+ graphql: 16.9.0
+ tslib: 2.8.1
value-or-promise: 1.0.12
- '@graphql-typed-document-node/core@3.2.0(graphql@16.8.2)':
+ '@graphql-typed-document-node/core@3.2.0(graphql@16.9.0)':
dependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
- '@humanwhocodes/config-array@0.11.14':
+ '@humanwhocodes/config-array@0.13.0':
dependencies:
'@humanwhocodes/object-schema': 2.0.3
- debug: 4.3.5(supports-color@5.5.0)
+ debug: 4.3.7(supports-color@5.5.0)
minimatch: 3.1.2
transitivePeerDependencies:
- supports-color
@@ -9426,27 +8775,27 @@ snapshots:
'@jest/console@29.7.0':
dependencies:
'@jest/types': 29.6.3
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
chalk: 4.1.2
jest-message-util: 29.7.0
jest-util: 29.7.0
slash: 3.0.0
- '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2))':
+ '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2))':
dependencies:
'@jest/console': 29.7.0
'@jest/reporters': 29.7.0
'@jest/test-result': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
ansi-escapes: 4.3.2
chalk: 4.1.2
ci-info: 3.9.0
exit: 0.1.2
graceful-fs: 4.2.11
jest-changed-files: 29.7.0
- jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2))
+ jest-config: 29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2))
jest-haste-map: 29.7.0
jest-message-util: 29.7.0
jest-regex-util: 29.6.3
@@ -9458,7 +8807,7 @@ snapshots:
jest-util: 29.7.0
jest-validate: 29.7.0
jest-watcher: 29.7.0
- micromatch: 4.0.7
+ micromatch: 4.0.8
pretty-format: 29.7.0
slash: 3.0.0
strip-ansi: 6.0.1
@@ -9471,7 +8820,7 @@ snapshots:
dependencies:
'@jest/fake-timers': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
jest-mock: 29.7.0
'@jest/expect-utils@29.7.0':
@@ -9489,7 +8838,7 @@ snapshots:
dependencies:
'@jest/types': 29.6.3
'@sinonjs/fake-timers': 10.3.0
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
jest-message-util: 29.7.0
jest-mock: 29.7.0
jest-util: 29.7.0
@@ -9511,14 +8860,14 @@ snapshots:
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
'@jridgewell/trace-mapping': 0.3.25
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
chalk: 4.1.2
collect-v8-coverage: 1.0.2
exit: 0.1.2
glob: 7.2.3
graceful-fs: 4.2.11
istanbul-lib-coverage: 3.2.2
- istanbul-lib-instrument: 6.0.2
+ istanbul-lib-instrument: 6.0.3
istanbul-lib-report: 3.0.1
istanbul-lib-source-maps: 4.0.1
istanbul-reports: 3.1.7
@@ -9528,7 +8877,7 @@ snapshots:
slash: 3.0.0
string-length: 4.0.2
strip-ansi: 6.0.1
- v8-to-istanbul: 9.2.0
+ v8-to-istanbul: 9.3.0
transitivePeerDependencies:
- supports-color
@@ -9558,7 +8907,7 @@ snapshots:
'@jest/transform@29.7.0':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.26.0
'@jest/types': 29.6.3
'@jridgewell/trace-mapping': 0.3.25
babel-plugin-istanbul: 6.1.1
@@ -9569,7 +8918,7 @@ snapshots:
jest-haste-map: 29.7.0
jest-regex-util: 29.6.3
jest-util: 29.7.0
- micromatch: 4.0.7
+ micromatch: 4.0.8
pirates: 4.0.6
slash: 3.0.0
write-file-atomic: 4.0.2
@@ -9581,26 +8930,24 @@ snapshots:
'@jest/schemas': 29.6.3
'@types/istanbul-lib-coverage': 2.0.6
'@types/istanbul-reports': 3.0.4
- '@types/node': 20.14.5
- '@types/yargs': 17.0.32
+ '@types/node': 20.17.6
+ '@types/yargs': 17.0.33
chalk: 4.1.2
- '@josephg/resolvable@1.0.1': {}
-
- '@joshwooding/vite-plugin-react-docgen-typescript@0.3.1(typescript@5.2.2)(vite@4.5.3(@types/node@20.14.5)(terser@5.31.1))':
+ '@joshwooding/vite-plugin-react-docgen-typescript@0.3.0(typescript@5.2.2)(vite@5.4.17(@types/node@20.17.6)(terser@5.36.0))':
dependencies:
glob: 7.2.3
glob-promise: 4.2.2(glob@7.2.3)
magic-string: 0.27.0
react-docgen-typescript: 2.2.2(typescript@5.2.2)
- vite: 4.5.3(@types/node@20.14.5)(terser@5.31.1)
+ vite: 5.4.17(@types/node@20.17.6)(terser@5.36.0)
optionalDependencies:
typescript: 5.2.2
'@jridgewell/gen-mapping@0.3.5':
dependencies:
'@jridgewell/set-array': 1.2.1
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping': 0.3.25
'@jridgewell/resolve-uri@3.1.2': {}
@@ -9612,17 +8959,17 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@jridgewell/sourcemap-codec@1.4.15': {}
+ '@jridgewell/sourcemap-codec@1.5.0': {}
'@jridgewell/trace-mapping@0.3.25':
dependencies:
'@jridgewell/resolve-uri': 3.1.2
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping@0.3.9':
dependencies:
'@jridgewell/resolve-uri': 3.1.2
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@js-joda/core@5.6.3': {}
@@ -9632,18 +8979,12 @@ snapshots:
'@kamilkisiela/fast-url-parser@1.1.4': {}
- '@mdx-js/react@3.0.1(@types/react@17.0.80)(react@17.0.2)':
+ '@mdx-js/react@3.1.0(@types/react@17.0.83)(react@17.0.2)':
dependencies:
'@types/mdx': 2.0.13
- '@types/react': 17.0.80
+ '@types/react': 17.0.83
react: 17.0.2
- '@ndelangen/get-tarball@3.0.9':
- dependencies:
- gunzip-maybe: 1.4.2
- pump: 3.0.0
- tar-fs: 2.1.1
-
'@nodelib/fs.scandir@2.1.5':
dependencies:
'@nodelib/fs.stat': 2.0.5
@@ -9656,23 +8997,7 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.17.1
- '@peculiar/asn1-schema@2.3.8':
- dependencies:
- asn1js: 3.0.5
- pvtsutils: 1.3.5
- tslib: 2.6.3
-
- '@peculiar/json-schema@1.1.12':
- dependencies:
- tslib: 2.6.3
-
- '@peculiar/webcrypto@1.5.0':
- dependencies:
- '@peculiar/asn1-schema': 2.3.8
- '@peculiar/json-schema': 1.1.12
- pvtsutils: 1.3.5
- tslib: 2.6.3
- webcrypto-core: 1.8.0
+ '@nolyfill/is-core-module@1.0.39': {}
'@pkgjs/parseargs@0.11.0':
optional: true
@@ -9702,215 +9027,99 @@ snapshots:
'@protobufjs/utf8@1.1.0': {}
- '@radix-ui/primitive@1.0.1':
- dependencies:
- '@babel/runtime': 7.24.7
-
- '@radix-ui/react-compose-refs@1.0.1(@types/react@17.0.80)(react@17.0.2)':
- dependencies:
- '@babel/runtime': 7.24.7
- react: 17.0.2
- optionalDependencies:
- '@types/react': 17.0.80
-
- '@radix-ui/react-context@1.0.1(@types/react@17.0.80)(react@17.0.2)':
- dependencies:
- '@babel/runtime': 7.24.7
- react: 17.0.2
- optionalDependencies:
- '@types/react': 17.0.80
-
- '@radix-ui/react-dialog@1.0.5(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
- dependencies:
- '@babel/runtime': 7.24.7
- '@radix-ui/primitive': 1.0.1
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@17.0.80)(react@17.0.2)
- '@radix-ui/react-context': 1.0.1(@types/react@17.0.80)(react@17.0.2)
- '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@radix-ui/react-focus-guards': 1.0.1(@types/react@17.0.80)(react@17.0.2)
- '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@radix-ui/react-id': 1.0.1(@types/react@17.0.80)(react@17.0.2)
- '@radix-ui/react-portal': 1.0.4(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@radix-ui/react-presence': 1.0.1(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@radix-ui/react-slot': 1.0.2(@types/react@17.0.80)(react@17.0.2)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@17.0.80)(react@17.0.2)
- aria-hidden: 1.2.4
- react: 17.0.2
- react-dom: 17.0.2(react@17.0.2)
- react-remove-scroll: 2.5.5(@types/react@17.0.80)(react@17.0.2)
- optionalDependencies:
- '@types/react': 17.0.80
- '@types/react-dom': 17.0.25
-
- '@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
- dependencies:
- '@babel/runtime': 7.24.7
- '@radix-ui/primitive': 1.0.1
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@17.0.80)(react@17.0.2)
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@17.0.80)(react@17.0.2)
- '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@17.0.80)(react@17.0.2)
- react: 17.0.2
- react-dom: 17.0.2(react@17.0.2)
- optionalDependencies:
- '@types/react': 17.0.80
- '@types/react-dom': 17.0.25
-
- '@radix-ui/react-focus-guards@1.0.1(@types/react@17.0.80)(react@17.0.2)':
- dependencies:
- '@babel/runtime': 7.24.7
- react: 17.0.2
- optionalDependencies:
- '@types/react': 17.0.80
-
- '@radix-ui/react-focus-scope@1.0.4(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
- dependencies:
- '@babel/runtime': 7.24.7
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@17.0.80)(react@17.0.2)
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@17.0.80)(react@17.0.2)
- react: 17.0.2
- react-dom: 17.0.2(react@17.0.2)
- optionalDependencies:
- '@types/react': 17.0.80
- '@types/react-dom': 17.0.25
-
- '@radix-ui/react-id@1.0.1(@types/react@17.0.80)(react@17.0.2)':
- dependencies:
- '@babel/runtime': 7.24.7
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@17.0.80)(react@17.0.2)
- react: 17.0.2
- optionalDependencies:
- '@types/react': 17.0.80
-
- '@radix-ui/react-portal@1.0.4(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
- dependencies:
- '@babel/runtime': 7.24.7
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- react: 17.0.2
- react-dom: 17.0.2(react@17.0.2)
- optionalDependencies:
- '@types/react': 17.0.80
- '@types/react-dom': 17.0.25
-
- '@radix-ui/react-presence@1.0.1(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
- dependencies:
- '@babel/runtime': 7.24.7
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@17.0.80)(react@17.0.2)
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@17.0.80)(react@17.0.2)
- react: 17.0.2
- react-dom: 17.0.2(react@17.0.2)
- optionalDependencies:
- '@types/react': 17.0.80
- '@types/react-dom': 17.0.25
-
- '@radix-ui/react-primitive@1.0.3(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
- dependencies:
- '@babel/runtime': 7.24.7
- '@radix-ui/react-slot': 1.0.2(@types/react@17.0.80)(react@17.0.2)
- react: 17.0.2
- react-dom: 17.0.2(react@17.0.2)
- optionalDependencies:
- '@types/react': 17.0.80
- '@types/react-dom': 17.0.25
-
- '@radix-ui/react-slot@1.0.2(@types/react@17.0.80)(react@17.0.2)':
- dependencies:
- '@babel/runtime': 7.24.7
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@17.0.80)(react@17.0.2)
- react: 17.0.2
- optionalDependencies:
- '@types/react': 17.0.80
-
- '@radix-ui/react-use-callback-ref@1.0.1(@types/react@17.0.80)(react@17.0.2)':
- dependencies:
- '@babel/runtime': 7.24.7
- react: 17.0.2
- optionalDependencies:
- '@types/react': 17.0.80
-
- '@radix-ui/react-use-controllable-state@1.0.1(@types/react@17.0.80)(react@17.0.2)':
- dependencies:
- '@babel/runtime': 7.24.7
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@17.0.80)(react@17.0.2)
- react: 17.0.2
- optionalDependencies:
- '@types/react': 17.0.80
-
- '@radix-ui/react-use-escape-keydown@1.0.3(@types/react@17.0.80)(react@17.0.2)':
- dependencies:
- '@babel/runtime': 7.24.7
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@17.0.80)(react@17.0.2)
- react: 17.0.2
- optionalDependencies:
- '@types/react': 17.0.80
-
- '@radix-ui/react-use-layout-effect@1.0.1(@types/react@17.0.80)(react@17.0.2)':
- dependencies:
- '@babel/runtime': 7.24.7
- react: 17.0.2
- optionalDependencies:
- '@types/react': 17.0.80
-
'@repeaterjs/repeater@3.0.6': {}
- '@rollup/pluginutils@5.1.0(rollup@4.18.0)':
+ '@rollup/pluginutils@5.1.3(rollup@4.27.3)':
dependencies:
- '@types/estree': 1.0.5
+ '@types/estree': 1.0.6
estree-walker: 2.0.2
- picomatch: 2.3.1
+ picomatch: 4.0.2
optionalDependencies:
- rollup: 4.18.0
+ rollup: 4.27.3
+
+ '@rollup/rollup-android-arm-eabi@4.27.3':
+ optional: true
+
+ '@rollup/rollup-android-arm64@4.27.3':
+ optional: true
- '@rollup/rollup-android-arm-eabi@4.18.0':
+ '@rollup/rollup-darwin-arm64@4.27.3':
optional: true
- '@rollup/rollup-android-arm64@4.18.0':
+ '@rollup/rollup-darwin-x64@4.27.3':
optional: true
- '@rollup/rollup-darwin-arm64@4.18.0':
+ '@rollup/rollup-freebsd-arm64@4.27.3':
optional: true
- '@rollup/rollup-darwin-x64@4.18.0':
+ '@rollup/rollup-freebsd-x64@4.27.3':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.18.0':
+ '@rollup/rollup-linux-arm-gnueabihf@4.27.3':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.18.0':
+ '@rollup/rollup-linux-arm-musleabihf@4.27.3':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.18.0':
+ '@rollup/rollup-linux-arm64-gnu@4.27.3':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.18.0':
+ '@rollup/rollup-linux-arm64-musl@4.27.3':
optional: true
- '@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
+ '@rollup/rollup-linux-powerpc64le-gnu@4.27.3':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.18.0':
+ '@rollup/rollup-linux-riscv64-gnu@4.27.3':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.18.0':
+ '@rollup/rollup-linux-s390x-gnu@4.27.3':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.18.0':
+ '@rollup/rollup-linux-x64-gnu@4.27.3':
optional: true
- '@rollup/rollup-linux-x64-musl@4.18.0':
+ '@rollup/rollup-linux-x64-musl@4.27.3':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.18.0':
+ '@rollup/rollup-win32-arm64-msvc@4.27.3':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.18.0':
+ '@rollup/rollup-win32-ia32-msvc@4.27.3':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.18.0':
+ '@rollup/rollup-win32-x64-msvc@4.27.3':
optional: true
+ '@rtsao/scc@1.1.0': {}
+
+ '@shikijs/core@1.23.1':
+ dependencies:
+ '@shikijs/engine-javascript': 1.23.1
+ '@shikijs/engine-oniguruma': 1.23.1
+ '@shikijs/types': 1.23.1
+ '@shikijs/vscode-textmate': 9.3.0
+ '@types/hast': 3.0.4
+ hast-util-to-html: 9.0.3
+
+ '@shikijs/engine-javascript@1.23.1':
+ dependencies:
+ '@shikijs/types': 1.23.1
+ '@shikijs/vscode-textmate': 9.3.0
+ oniguruma-to-es: 0.4.1
+
+ '@shikijs/engine-oniguruma@1.23.1':
+ dependencies:
+ '@shikijs/types': 1.23.1
+ '@shikijs/vscode-textmate': 9.3.0
+
+ '@shikijs/types@1.23.1':
+ dependencies:
+ '@shikijs/vscode-textmate': 9.3.0
+ '@types/hast': 3.0.4
+
+ '@shikijs/vscode-textmate@9.3.0': {}
+
'@sinclair/typebox@0.27.8': {}
'@sindresorhus/merge-streams@2.3.0': {}
@@ -9923,641 +9132,261 @@ snapshots:
dependencies:
'@sinonjs/commons': 3.0.1
- '@storybook/addon-actions@8.1.10':
+ '@storybook/addon-actions@8.4.5(storybook@8.4.5(prettier@3.3.3))':
dependencies:
- '@storybook/core-events': 8.1.10
'@storybook/global': 5.0.0
'@types/uuid': 9.0.8
dequal: 2.0.3
polished: 4.3.1
+ storybook: 8.4.5(prettier@3.3.3)
uuid: 9.0.1
- '@storybook/addon-backgrounds@8.1.10':
+ '@storybook/addon-backgrounds@8.4.5(storybook@8.4.5(prettier@3.3.3))':
dependencies:
'@storybook/global': 5.0.0
memoizerific: 1.11.3
+ storybook: 8.4.5(prettier@3.3.3)
ts-dedent: 2.2.0
- '@storybook/addon-controls@8.1.10(@types/react-dom@17.0.25)(@types/react@17.0.80)(prettier@3.3.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
+ '@storybook/addon-controls@8.4.5(storybook@8.4.5(prettier@3.3.3))':
dependencies:
- '@storybook/blocks': 8.1.10(@types/react-dom@17.0.25)(@types/react@17.0.80)(prettier@3.3.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
+ '@storybook/global': 5.0.0
dequal: 2.0.3
- lodash: 4.17.21
+ storybook: 8.4.5(prettier@3.3.3)
ts-dedent: 2.2.0
- transitivePeerDependencies:
- - '@types/react'
- - '@types/react-dom'
- - encoding
- - prettier
- - react
- - react-dom
- - supports-color
- '@storybook/addon-docs@8.1.10(@types/react-dom@17.0.25)(prettier@3.3.2)':
+ '@storybook/addon-docs@8.4.5(@types/react@17.0.83)(storybook@8.4.5(prettier@3.3.3))':
dependencies:
- '@babel/core': 7.24.7
- '@mdx-js/react': 3.0.1(@types/react@17.0.80)(react@17.0.2)
- '@storybook/blocks': 8.1.10(@types/react-dom@17.0.25)(@types/react@17.0.80)(prettier@3.3.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/client-logger': 8.1.10
- '@storybook/components': 8.1.10(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/csf-plugin': 8.1.10
- '@storybook/csf-tools': 8.1.10
- '@storybook/global': 5.0.0
- '@storybook/node-logger': 8.1.10
- '@storybook/preview-api': 8.1.10
- '@storybook/react-dom-shim': 8.1.10(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/theming': 8.1.10(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/types': 8.1.10
- '@types/react': 17.0.80
- fs-extra: 11.2.0
+ '@mdx-js/react': 3.1.0(@types/react@17.0.83)(react@17.0.2)
+ '@storybook/blocks': 8.4.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(storybook@8.4.5(prettier@3.3.3))
+ '@storybook/csf-plugin': 8.4.5(storybook@8.4.5(prettier@3.3.3))
+ '@storybook/react-dom-shim': 8.4.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(storybook@8.4.5(prettier@3.3.3))
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
- rehype-external-links: 3.0.0
- rehype-slug: 6.0.0
+ storybook: 8.4.5(prettier@3.3.3)
ts-dedent: 2.2.0
transitivePeerDependencies:
- - '@types/react-dom'
- - encoding
- - prettier
- - supports-color
+ - '@types/react'
- '@storybook/addon-essentials@8.1.10(@types/react-dom@17.0.25)(@types/react@17.0.80)(prettier@3.3.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
- dependencies:
- '@storybook/addon-actions': 8.1.10
- '@storybook/addon-backgrounds': 8.1.10
- '@storybook/addon-controls': 8.1.10(@types/react-dom@17.0.25)(@types/react@17.0.80)(prettier@3.3.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/addon-docs': 8.1.10(@types/react-dom@17.0.25)(prettier@3.3.2)
- '@storybook/addon-highlight': 8.1.10
- '@storybook/addon-measure': 8.1.10
- '@storybook/addon-outline': 8.1.10
- '@storybook/addon-toolbars': 8.1.10
- '@storybook/addon-viewport': 8.1.10
- '@storybook/core-common': 8.1.10(prettier@3.3.2)
- '@storybook/manager-api': 8.1.10(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/node-logger': 8.1.10
- '@storybook/preview-api': 8.1.10
+ '@storybook/addon-essentials@8.4.5(@types/react@17.0.83)(storybook@8.4.5(prettier@3.3.3))':
+ dependencies:
+ '@storybook/addon-actions': 8.4.5(storybook@8.4.5(prettier@3.3.3))
+ '@storybook/addon-backgrounds': 8.4.5(storybook@8.4.5(prettier@3.3.3))
+ '@storybook/addon-controls': 8.4.5(storybook@8.4.5(prettier@3.3.3))
+ '@storybook/addon-docs': 8.4.5(@types/react@17.0.83)(storybook@8.4.5(prettier@3.3.3))
+ '@storybook/addon-highlight': 8.4.5(storybook@8.4.5(prettier@3.3.3))
+ '@storybook/addon-measure': 8.4.5(storybook@8.4.5(prettier@3.3.3))
+ '@storybook/addon-outline': 8.4.5(storybook@8.4.5(prettier@3.3.3))
+ '@storybook/addon-toolbars': 8.4.5(storybook@8.4.5(prettier@3.3.3))
+ '@storybook/addon-viewport': 8.4.5(storybook@8.4.5(prettier@3.3.3))
+ storybook: 8.4.5(prettier@3.3.3)
ts-dedent: 2.2.0
transitivePeerDependencies:
- '@types/react'
- - '@types/react-dom'
- - encoding
- - prettier
- - react
- - react-dom
- - supports-color
- '@storybook/addon-highlight@8.1.10':
+ '@storybook/addon-highlight@8.4.5(storybook@8.4.5(prettier@3.3.3))':
dependencies:
'@storybook/global': 5.0.0
+ storybook: 8.4.5(prettier@3.3.3)
- '@storybook/addon-links@8.1.10(react@17.0.2)':
+ '@storybook/addon-links@8.4.5(react@17.0.2)(storybook@8.4.5(prettier@3.3.3))':
dependencies:
- '@storybook/csf': 0.1.8
+ '@storybook/csf': 0.1.11
'@storybook/global': 5.0.0
+ storybook: 8.4.5(prettier@3.3.3)
ts-dedent: 2.2.0
optionalDependencies:
react: 17.0.2
- '@storybook/addon-measure@8.1.10':
+ '@storybook/addon-measure@8.4.5(storybook@8.4.5(prettier@3.3.3))':
dependencies:
'@storybook/global': 5.0.0
+ storybook: 8.4.5(prettier@3.3.3)
tiny-invariant: 1.3.3
- '@storybook/addon-outline@8.1.10':
+ '@storybook/addon-outline@8.4.5(storybook@8.4.5(prettier@3.3.3))':
dependencies:
'@storybook/global': 5.0.0
+ storybook: 8.4.5(prettier@3.3.3)
ts-dedent: 2.2.0
- '@storybook/addon-toolbars@8.1.10': {}
+ '@storybook/addon-toolbars@8.4.5(storybook@8.4.5(prettier@3.3.3))':
+ dependencies:
+ storybook: 8.4.5(prettier@3.3.3)
- '@storybook/addon-viewport@8.1.10':
+ '@storybook/addon-viewport@8.4.5(storybook@8.4.5(prettier@3.3.3))':
dependencies:
memoizerific: 1.11.3
+ storybook: 8.4.5(prettier@3.3.3)
- '@storybook/blocks@8.1.10(@types/react-dom@17.0.25)(@types/react@17.0.80)(prettier@3.3.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
+ '@storybook/blocks@8.4.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(storybook@8.4.5(prettier@3.3.3))':
dependencies:
- '@storybook/channels': 8.1.10
- '@storybook/client-logger': 8.1.10
- '@storybook/components': 8.1.10(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/core-events': 8.1.10
- '@storybook/csf': 0.1.8
- '@storybook/docs-tools': 8.1.10(prettier@3.3.2)
- '@storybook/global': 5.0.0
- '@storybook/icons': 1.2.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/manager-api': 8.1.10(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/preview-api': 8.1.10
- '@storybook/theming': 8.1.10(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/types': 8.1.10
- '@types/lodash': 4.17.5
- color-convert: 2.0.1
- dequal: 2.0.3
- lodash: 4.17.21
- markdown-to-jsx: 7.3.2(react@17.0.2)
- memoizerific: 1.11.3
- polished: 4.3.1
- react-colorful: 5.6.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- telejson: 7.2.0
- tocbot: 4.28.2
+ '@storybook/csf': 0.1.11
+ '@storybook/icons': 1.2.12(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
+ storybook: 8.4.5(prettier@3.3.3)
ts-dedent: 2.2.0
- util-deprecate: 1.0.2
optionalDependencies:
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
- transitivePeerDependencies:
- - '@types/react'
- - '@types/react-dom'
- - encoding
- - prettier
- - supports-color
- '@storybook/builder-manager@8.1.10(prettier@3.3.2)':
+ '@storybook/builder-vite@8.4.5(storybook@8.4.5(prettier@3.3.3))(vite@5.4.17(@types/node@20.17.6)(terser@5.36.0))':
dependencies:
- '@fal-works/esbuild-plugin-global-externals': 2.1.2
- '@storybook/core-common': 8.1.10(prettier@3.3.2)
- '@storybook/manager': 8.1.10
- '@storybook/node-logger': 8.1.10
- '@types/ejs': 3.1.5
- '@yarnpkg/esbuild-plugin-pnp': 3.0.0-rc.15(esbuild@0.20.2)
+ '@storybook/csf-plugin': 8.4.5(storybook@8.4.5(prettier@3.3.3))
browser-assert: 1.2.1
- ejs: 3.1.10
- esbuild: 0.20.2
- esbuild-plugin-alias: 0.2.1
- express: 4.19.2
- fs-extra: 11.2.0
- process: 0.11.10
- util: 0.12.5
- transitivePeerDependencies:
- - encoding
- - prettier
- - supports-color
-
- '@storybook/builder-vite@8.1.10(prettier@3.3.2)(typescript@5.2.2)(vite@4.5.3(@types/node@20.14.5)(terser@5.31.1))':
- dependencies:
- '@storybook/channels': 8.1.10
- '@storybook/client-logger': 8.1.10
- '@storybook/core-common': 8.1.10(prettier@3.3.2)
- '@storybook/core-events': 8.1.10
- '@storybook/csf-plugin': 8.1.10
- '@storybook/node-logger': 8.1.10
- '@storybook/preview': 8.1.10
- '@storybook/preview-api': 8.1.10
- '@storybook/types': 8.1.10
- '@types/find-cache-dir': 3.2.1
- browser-assert: 1.2.1
- es-module-lexer: 1.5.3
- express: 4.19.2
- find-cache-dir: 3.3.2
- fs-extra: 11.2.0
- magic-string: 0.30.10
- ts-dedent: 2.2.0
- vite: 4.5.3(@types/node@20.14.5)(terser@5.31.1)
- optionalDependencies:
- typescript: 5.2.2
- transitivePeerDependencies:
- - encoding
- - prettier
- - supports-color
-
- '@storybook/channels@8.1.10':
- dependencies:
- '@storybook/client-logger': 8.1.10
- '@storybook/core-events': 8.1.10
- '@storybook/global': 5.0.0
- telejson: 7.2.0
- tiny-invariant: 1.3.3
-
- '@storybook/cli@8.1.10(@babel/preset-env@7.24.7(@babel/core@7.24.7))(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
- dependencies:
- '@babel/core': 7.24.7
- '@babel/types': 7.24.7
- '@ndelangen/get-tarball': 3.0.9
- '@storybook/codemod': 8.1.10
- '@storybook/core-common': 8.1.10(prettier@3.3.2)
- '@storybook/core-events': 8.1.10
- '@storybook/core-server': 8.1.10(prettier@3.3.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/csf-tools': 8.1.10
- '@storybook/node-logger': 8.1.10
- '@storybook/telemetry': 8.1.10(prettier@3.3.2)
- '@storybook/types': 8.1.10
- '@types/semver': 7.5.8
- '@yarnpkg/fslib': 2.10.3
- '@yarnpkg/libzip': 2.3.0
- chalk: 4.1.2
- commander: 6.2.1
- cross-spawn: 7.0.3
- detect-indent: 6.1.0
- envinfo: 7.13.0
- execa: 5.1.1
- find-up: 5.0.0
- fs-extra: 11.2.0
- get-npm-tarball-url: 2.1.0
- giget: 1.2.3
- globby: 14.0.1
- jscodeshift: 0.15.2(@babel/preset-env@7.24.7(@babel/core@7.24.7))
- leven: 3.1.0
- ora: 5.4.1
- prettier: 3.3.2
- prompts: 2.4.2
- read-pkg-up: 7.0.1
- semver: 7.6.2
- strip-json-comments: 3.1.1
- tempy: 3.1.0
- tiny-invariant: 1.3.3
+ storybook: 8.4.5(prettier@3.3.3)
ts-dedent: 2.2.0
- transitivePeerDependencies:
- - '@babel/preset-env'
- - bufferutil
- - encoding
- - react
- - react-dom
- - supports-color
- - utf-8-validate
+ vite: 5.4.17(@types/node@20.17.6)(terser@5.36.0)
- '@storybook/client-logger@8.1.10':
+ '@storybook/client-logger@8.4.5(storybook@8.4.5(prettier@3.3.3))':
dependencies:
- '@storybook/global': 5.0.0
+ storybook: 8.4.5(prettier@3.3.3)
- '@storybook/codemod@8.1.10':
- dependencies:
- '@babel/core': 7.24.7
- '@babel/preset-env': 7.24.7(@babel/core@7.24.7)
- '@babel/types': 7.24.7
- '@storybook/csf': 0.1.8
- '@storybook/csf-tools': 8.1.10
- '@storybook/node-logger': 8.1.10
- '@storybook/types': 8.1.10
- '@types/cross-spawn': 6.0.6
- cross-spawn: 7.0.3
- globby: 14.0.1
- jscodeshift: 0.15.2(@babel/preset-env@7.24.7(@babel/core@7.24.7))
- lodash: 4.17.21
- prettier: 3.3.2
- recast: 0.23.9
- tiny-invariant: 1.3.3
- transitivePeerDependencies:
- - supports-color
-
- '@storybook/components@8.1.10(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
+ '@storybook/components@8.4.5(storybook@8.4.5(prettier@3.3.3))':
dependencies:
- '@radix-ui/react-dialog': 1.0.5(@types/react-dom@17.0.25)(@types/react@17.0.80)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@radix-ui/react-slot': 1.0.2(@types/react@17.0.80)(react@17.0.2)
- '@storybook/client-logger': 8.1.10
- '@storybook/csf': 0.1.8
- '@storybook/global': 5.0.0
- '@storybook/icons': 1.2.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/theming': 8.1.10(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/types': 8.1.10
- memoizerific: 1.11.3
- react: 17.0.2
- react-dom: 17.0.2(react@17.0.2)
- util-deprecate: 1.0.2
- transitivePeerDependencies:
- - '@types/react'
- - '@types/react-dom'
+ storybook: 8.4.5(prettier@3.3.3)
- '@storybook/core-common@8.1.10(prettier@3.3.2)':
+ '@storybook/core@8.4.5(prettier@3.3.3)':
dependencies:
- '@storybook/core-events': 8.1.10
- '@storybook/csf-tools': 8.1.10
- '@storybook/node-logger': 8.1.10
- '@storybook/types': 8.1.10
- '@yarnpkg/fslib': 2.10.3
- '@yarnpkg/libzip': 2.3.0
- chalk: 4.1.2
- cross-spawn: 7.0.3
- esbuild: 0.20.2
- esbuild-register: 3.5.0(esbuild@0.20.2)
- execa: 5.1.1
- file-system-cache: 2.3.0
- find-cache-dir: 3.3.2
- find-up: 5.0.0
- fs-extra: 11.2.0
- glob: 10.4.2
- handlebars: 4.7.8
- lazy-universal-dotenv: 4.0.0
- node-fetch: 2.7.0
- picomatch: 2.3.1
- pkg-dir: 5.0.0
- prettier-fallback: prettier@3.3.2
- pretty-hrtime: 1.0.3
- resolve-from: 5.0.0
- semver: 7.6.2
- tempy: 3.1.0
- tiny-invariant: 1.3.3
- ts-dedent: 2.2.0
- util: 0.12.5
- optionalDependencies:
- prettier: 3.3.2
- transitivePeerDependencies:
- - encoding
- - supports-color
-
- '@storybook/core-events@8.1.10':
- dependencies:
- '@storybook/csf': 0.1.8
- ts-dedent: 2.2.0
-
- '@storybook/core-server@8.1.10(prettier@3.3.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
- dependencies:
- '@aw-web-design/x-default-browser': 1.4.126
- '@babel/core': 7.24.7
- '@babel/parser': 7.24.7
- '@discoveryjs/json-ext': 0.5.7
- '@storybook/builder-manager': 8.1.10(prettier@3.3.2)
- '@storybook/channels': 8.1.10
- '@storybook/core-common': 8.1.10(prettier@3.3.2)
- '@storybook/core-events': 8.1.10
- '@storybook/csf': 0.1.8
- '@storybook/csf-tools': 8.1.10
- '@storybook/docs-mdx': 3.1.0-next.0
- '@storybook/global': 5.0.0
- '@storybook/manager': 8.1.10
- '@storybook/manager-api': 8.1.10(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/node-logger': 8.1.10
- '@storybook/preview-api': 8.1.10
- '@storybook/telemetry': 8.1.10(prettier@3.3.2)
- '@storybook/types': 8.1.10
- '@types/detect-port': 1.3.5
- '@types/diff': 5.2.1
- '@types/node': 18.19.36
- '@types/pretty-hrtime': 1.0.3
- '@types/semver': 7.5.8
+ '@storybook/csf': 0.1.11
better-opn: 3.0.2
- chalk: 4.1.2
- cli-table3: 0.6.5
- compression: 1.7.4
- detect-port: 1.6.1
- diff: 5.2.0
- express: 4.19.2
- fs-extra: 11.2.0
- globby: 14.0.1
- lodash: 4.17.21
- open: 8.4.2
- pretty-hrtime: 1.0.3
- prompts: 2.4.2
- read-pkg-up: 7.0.1
- semver: 7.6.2
- telejson: 7.2.0
- tiny-invariant: 1.3.3
- ts-dedent: 2.2.0
+ browser-assert: 1.2.1
+ esbuild: 0.24.2
+ esbuild-register: 3.6.0(esbuild@0.24.2)
+ jsdoc-type-pratt-parser: 4.1.0
+ process: 0.11.10
+ recast: 0.23.9
+ semver: 7.6.3
util: 0.12.5
- util-deprecate: 1.0.2
- watchpack: 2.4.1
- ws: 8.17.1
+ ws: 8.18.0
+ optionalDependencies:
+ prettier: 3.3.3
transitivePeerDependencies:
- bufferutil
- - encoding
- - prettier
- - react
- - react-dom
- supports-color
- utf-8-validate
- '@storybook/csf-plugin@8.1.10':
- dependencies:
- '@storybook/csf-tools': 8.1.10
- unplugin: 1.10.1
- transitivePeerDependencies:
- - supports-color
-
- '@storybook/csf-tools@8.1.10':
- dependencies:
- '@babel/generator': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/traverse': 7.24.7(supports-color@5.5.0)
- '@babel/types': 7.24.7
- '@storybook/csf': 0.1.8
- '@storybook/types': 8.1.10
- fs-extra: 11.2.0
- recast: 0.23.9
- ts-dedent: 2.2.0
- transitivePeerDependencies:
- - supports-color
-
- '@storybook/csf@0.0.1':
+ '@storybook/csf-plugin@8.4.5(storybook@8.4.5(prettier@3.3.3))':
dependencies:
- lodash: 4.17.21
+ storybook: 8.4.5(prettier@3.3.3)
+ unplugin: 1.16.0
- '@storybook/csf@0.1.8':
+ '@storybook/csf@0.1.11':
dependencies:
type-fest: 2.19.0
- '@storybook/docs-mdx@3.1.0-next.0': {}
-
- '@storybook/docs-tools@8.1.10(prettier@3.3.2)':
- dependencies:
- '@storybook/core-common': 8.1.10(prettier@3.3.2)
- '@storybook/core-events': 8.1.10
- '@storybook/preview-api': 8.1.10
- '@storybook/types': 8.1.10
- '@types/doctrine': 0.0.3
- assert: 2.1.0
- doctrine: 3.0.0
- lodash: 4.17.21
- transitivePeerDependencies:
- - encoding
- - prettier
- - supports-color
-
'@storybook/global@5.0.0': {}
- '@storybook/icons@1.2.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
+ '@storybook/icons@1.2.12(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
dependencies:
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
- '@storybook/manager-api@8.1.10(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
+ '@storybook/manager-api@8.4.5(storybook@8.4.5(prettier@3.3.3))':
dependencies:
- '@storybook/channels': 8.1.10
- '@storybook/client-logger': 8.1.10
- '@storybook/core-events': 8.1.10
- '@storybook/csf': 0.1.8
- '@storybook/global': 5.0.0
- '@storybook/icons': 1.2.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/router': 8.1.10
- '@storybook/theming': 8.1.10(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/types': 8.1.10
- dequal: 2.0.3
- lodash: 4.17.21
- memoizerific: 1.11.3
- store2: 2.14.3
- telejson: 7.2.0
- ts-dedent: 2.2.0
- transitivePeerDependencies:
- - react
- - react-dom
-
- '@storybook/manager@8.1.10': {}
+ storybook: 8.4.5(prettier@3.3.3)
- '@storybook/node-logger@8.1.10': {}
-
- '@storybook/preview-api@8.1.10':
+ '@storybook/node-logger@8.4.5(storybook@8.4.5(prettier@3.3.3))':
dependencies:
- '@storybook/channels': 8.1.10
- '@storybook/client-logger': 8.1.10
- '@storybook/core-events': 8.1.10
- '@storybook/csf': 0.1.8
- '@storybook/global': 5.0.0
- '@storybook/types': 8.1.10
- '@types/qs': 6.9.15
- dequal: 2.0.3
- lodash: 4.17.21
- memoizerific: 1.11.3
- qs: 6.12.1
- tiny-invariant: 1.3.3
- ts-dedent: 2.2.0
- util-deprecate: 1.0.2
+ storybook: 8.4.5(prettier@3.3.3)
- '@storybook/preview@8.1.10': {}
+ '@storybook/preview-api@8.4.5(storybook@8.4.5(prettier@3.3.3))':
+ dependencies:
+ storybook: 8.4.5(prettier@3.3.3)
- '@storybook/react-dom-shim@8.1.10(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
+ '@storybook/react-dom-shim@8.4.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(storybook@8.4.5(prettier@3.3.3))':
dependencies:
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
+ storybook: 8.4.5(prettier@3.3.3)
- '@storybook/react-vite@8.1.10(prettier@3.3.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(rollup@4.18.0)(typescript@5.2.2)(vite@4.5.3(@types/node@20.14.5)(terser@5.31.1))':
+ '@storybook/react-vite@8.4.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(rollup@4.27.3)(storybook@8.4.5(prettier@3.3.3))(typescript@5.2.2)(vite@5.4.17(@types/node@20.17.6)(terser@5.36.0))':
dependencies:
- '@joshwooding/vite-plugin-react-docgen-typescript': 0.3.1(typescript@5.2.2)(vite@4.5.3(@types/node@20.14.5)(terser@5.31.1))
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
- '@storybook/builder-vite': 8.1.10(prettier@3.3.2)(typescript@5.2.2)(vite@4.5.3(@types/node@20.14.5)(terser@5.31.1))
- '@storybook/node-logger': 8.1.10
- '@storybook/react': 8.1.10(prettier@3.3.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(typescript@5.2.2)
- '@storybook/types': 8.1.10
+ '@joshwooding/vite-plugin-react-docgen-typescript': 0.3.0(typescript@5.2.2)(vite@5.4.17(@types/node@20.17.6)(terser@5.36.0))
+ '@rollup/pluginutils': 5.1.3(rollup@4.27.3)
+ '@storybook/builder-vite': 8.4.5(storybook@8.4.5(prettier@3.3.3))(vite@5.4.17(@types/node@20.17.6)(terser@5.36.0))
+ '@storybook/react': 8.4.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(storybook@8.4.5(prettier@3.3.3))(typescript@5.2.2)
find-up: 5.0.0
- magic-string: 0.30.10
+ magic-string: 0.30.13
react: 17.0.2
- react-docgen: 7.0.3
+ react-docgen: 7.1.0
react-dom: 17.0.2(react@17.0.2)
resolve: 1.22.8
+ storybook: 8.4.5(prettier@3.3.3)
tsconfig-paths: 4.2.0
- vite: 4.5.3(@types/node@20.14.5)(terser@5.31.1)
+ vite: 5.4.17(@types/node@20.17.6)(terser@5.36.0)
transitivePeerDependencies:
- - '@preact/preset-vite'
- - encoding
- - prettier
+ - '@storybook/test'
- rollup
- supports-color
- typescript
- - vite-plugin-glimmerx
- '@storybook/react@8.1.10(prettier@3.3.2)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(typescript@5.2.2)':
+ '@storybook/react@8.4.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(storybook@8.4.5(prettier@3.3.3))(typescript@5.2.2)':
dependencies:
- '@storybook/client-logger': 8.1.10
- '@storybook/docs-tools': 8.1.10(prettier@3.3.2)
+ '@storybook/components': 8.4.5(storybook@8.4.5(prettier@3.3.3))
'@storybook/global': 5.0.0
- '@storybook/preview-api': 8.1.10
- '@storybook/react-dom-shim': 8.1.10(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- '@storybook/types': 8.1.10
- '@types/escodegen': 0.0.6
- '@types/estree': 0.0.51
- '@types/node': 18.19.36
- acorn: 7.4.1
- acorn-jsx: 5.3.2(acorn@7.4.1)
- acorn-walk: 7.2.0
- escodegen: 2.1.0
- html-tags: 3.3.1
- lodash: 4.17.21
- prop-types: 15.8.1
+ '@storybook/manager-api': 8.4.5(storybook@8.4.5(prettier@3.3.3))
+ '@storybook/preview-api': 8.4.5(storybook@8.4.5(prettier@3.3.3))
+ '@storybook/react-dom-shim': 8.4.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(storybook@8.4.5(prettier@3.3.3))
+ '@storybook/theming': 8.4.5(storybook@8.4.5(prettier@3.3.3))
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
- react-element-to-jsx-string: 15.0.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
- semver: 7.6.2
- ts-dedent: 2.2.0
- type-fest: 2.19.0
- util-deprecate: 1.0.2
+ storybook: 8.4.5(prettier@3.3.3)
optionalDependencies:
typescript: 5.2.2
- transitivePeerDependencies:
- - encoding
- - prettier
- - supports-color
- '@storybook/router@8.1.10':
+ '@storybook/theming@8.4.5(storybook@8.4.5(prettier@3.3.3))':
dependencies:
- '@storybook/client-logger': 8.1.10
- memoizerific: 1.11.3
- qs: 6.12.1
-
- '@storybook/telemetry@8.1.10(prettier@3.3.2)':
- dependencies:
- '@storybook/client-logger': 8.1.10
- '@storybook/core-common': 8.1.10(prettier@3.3.2)
- '@storybook/csf-tools': 8.1.10
- chalk: 4.1.2
- detect-package-manager: 2.0.1
- fetch-retry: 5.0.6
- fs-extra: 11.2.0
- read-pkg-up: 7.0.1
- transitivePeerDependencies:
- - encoding
- - prettier
- - supports-color
+ storybook: 8.4.5(prettier@3.3.3)
- '@storybook/theming@8.1.10(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
- dependencies:
- '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@17.0.2)
- '@storybook/client-logger': 8.1.10
- '@storybook/global': 5.0.0
- memoizerific: 1.11.3
- optionalDependencies:
- react: 17.0.2
- react-dom: 17.0.2(react@17.0.2)
-
- '@storybook/types@8.1.10':
- dependencies:
- '@storybook/channels': 8.1.10
- '@types/express': 4.17.21
- file-system-cache: 2.3.0
-
- '@swc/core-darwin-arm64@1.6.3':
+ '@swc/core-darwin-arm64@1.9.3':
optional: true
- '@swc/core-darwin-x64@1.6.3':
+ '@swc/core-darwin-x64@1.9.3':
optional: true
- '@swc/core-linux-arm-gnueabihf@1.6.3':
+ '@swc/core-linux-arm-gnueabihf@1.9.3':
optional: true
- '@swc/core-linux-arm64-gnu@1.6.3':
+ '@swc/core-linux-arm64-gnu@1.9.3':
optional: true
- '@swc/core-linux-arm64-musl@1.6.3':
+ '@swc/core-linux-arm64-musl@1.9.3':
optional: true
- '@swc/core-linux-x64-gnu@1.6.3':
+ '@swc/core-linux-x64-gnu@1.9.3':
optional: true
- '@swc/core-linux-x64-musl@1.6.3':
+ '@swc/core-linux-x64-musl@1.9.3':
optional: true
- '@swc/core-win32-arm64-msvc@1.6.3':
+ '@swc/core-win32-arm64-msvc@1.9.3':
optional: true
- '@swc/core-win32-ia32-msvc@1.6.3':
+ '@swc/core-win32-ia32-msvc@1.9.3':
optional: true
- '@swc/core-win32-x64-msvc@1.6.3':
+ '@swc/core-win32-x64-msvc@1.9.3':
optional: true
- '@swc/core@1.6.3':
+ '@swc/core@1.9.3':
dependencies:
'@swc/counter': 0.1.3
- '@swc/types': 0.1.8
+ '@swc/types': 0.1.17
optionalDependencies:
- '@swc/core-darwin-arm64': 1.6.3
- '@swc/core-darwin-x64': 1.6.3
- '@swc/core-linux-arm-gnueabihf': 1.6.3
- '@swc/core-linux-arm64-gnu': 1.6.3
- '@swc/core-linux-arm64-musl': 1.6.3
- '@swc/core-linux-x64-gnu': 1.6.3
- '@swc/core-linux-x64-musl': 1.6.3
- '@swc/core-win32-arm64-msvc': 1.6.3
- '@swc/core-win32-ia32-msvc': 1.6.3
- '@swc/core-win32-x64-msvc': 1.6.3
+ '@swc/core-darwin-arm64': 1.9.3
+ '@swc/core-darwin-x64': 1.9.3
+ '@swc/core-linux-arm-gnueabihf': 1.9.3
+ '@swc/core-linux-arm64-gnu': 1.9.3
+ '@swc/core-linux-arm64-musl': 1.9.3
+ '@swc/core-linux-x64-gnu': 1.9.3
+ '@swc/core-linux-x64-musl': 1.9.3
+ '@swc/core-win32-arm64-msvc': 1.9.3
+ '@swc/core-win32-ia32-msvc': 1.9.3
+ '@swc/core-win32-x64-msvc': 1.9.3
'@swc/counter@0.1.3': {}
- '@swc/types@0.1.8':
+ '@swc/types@0.1.17':
dependencies:
'@swc/counter': 0.1.3
@@ -10571,75 +9400,51 @@ snapshots:
'@types/babel__core@7.20.5':
dependencies:
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.26.2
+ '@babel/types': 7.26.0
'@types/babel__generator': 7.6.8
'@types/babel__template': 7.4.4
'@types/babel__traverse': 7.20.6
'@types/babel__generator@7.6.8':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.26.0
'@types/babel__template@7.4.4':
dependencies:
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.26.2
+ '@babel/types': 7.26.0
'@types/babel__traverse@7.20.6':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.26.0
'@types/body-parser@1.19.5':
dependencies:
'@types/connect': 3.4.38
- '@types/node': 20.14.5
-
- '@types/chai-subset@1.3.5':
- dependencies:
- '@types/chai': 4.3.16
-
- '@types/chai@4.3.16': {}
+ '@types/node': 20.17.6
'@types/connect@3.4.38':
dependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
'@types/cors@2.8.17':
dependencies:
- '@types/node': 20.14.5
-
- '@types/cross-spawn@6.0.6':
- dependencies:
- '@types/node': 20.14.5
-
- '@types/detect-port@1.3.5': {}
-
- '@types/diff@5.2.1': {}
-
- '@types/doctrine@0.0.3': {}
+ '@types/node': 20.17.6
'@types/doctrine@0.0.9': {}
- '@types/ejs@3.1.5': {}
-
- '@types/emscripten@1.39.13': {}
-
- '@types/escodegen@0.0.6': {}
-
'@types/eslint-scope@3.7.7':
dependencies:
- '@types/eslint': 8.56.10
- '@types/estree': 1.0.5
+ '@types/eslint': 9.6.1
+ '@types/estree': 1.0.6
- '@types/eslint@8.56.10':
+ '@types/eslint@9.6.1':
dependencies:
- '@types/estree': 1.0.5
+ '@types/estree': 1.0.6
'@types/json-schema': 7.0.15
- '@types/estree@0.0.51': {}
-
- '@types/estree@1.0.5': {}
+ '@types/estree@1.0.6': {}
'@types/express-actuator@1.8.3':
dependencies:
@@ -10649,40 +9454,38 @@ snapshots:
dependencies:
'@types/express': 4.17.21
- '@types/express-serve-static-core@4.19.3':
+ '@types/express-serve-static-core@4.19.6':
dependencies:
- '@types/node': 20.14.5
- '@types/qs': 6.9.15
+ '@types/node': 20.17.6
+ '@types/qs': 6.9.17
'@types/range-parser': 1.2.7
'@types/send': 0.17.4
'@types/express@4.17.21':
dependencies:
'@types/body-parser': 1.19.5
- '@types/express-serve-static-core': 4.19.3
- '@types/qs': 6.9.15
+ '@types/express-serve-static-core': 4.19.6
+ '@types/qs': 6.9.17
'@types/serve-static': 1.15.7
- '@types/find-cache-dir@3.2.1': {}
-
'@types/glob@7.2.0':
dependencies:
'@types/minimatch': 5.1.2
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
'@types/graceful-fs@4.1.9':
dependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
'@types/hast@3.0.4':
dependencies:
- '@types/unist': 3.0.2
+ '@types/unist': 3.0.3
'@types/history@4.7.11': {}
'@types/hoist-non-react-statics@3.3.5':
dependencies:
- '@types/react': 17.0.80
+ '@types/react': 17.0.83
hoist-non-react-statics: 3.3.2
'@types/http-errors@2.0.4': {}
@@ -10703,81 +9506,88 @@ snapshots:
'@types/json5@0.0.29': {}
- '@types/lodash@4.17.5': {}
-
'@types/long@4.0.2': {}
+ '@types/mdast@4.0.4':
+ dependencies:
+ '@types/unist': 3.0.3
+
'@types/mdx@2.0.13': {}
'@types/mime@1.3.5': {}
'@types/minimatch@5.1.2': {}
- '@types/node-fetch@2.6.11':
+ '@types/node-fetch@2.6.12':
dependencies:
- '@types/node': 20.14.5
- form-data: 4.0.0
+ '@types/node': 20.17.6
+ form-data: 4.0.1
- '@types/node@18.19.36':
+ '@types/node@20.17.6':
dependencies:
- undici-types: 5.26.5
-
- '@types/node@20.14.5':
- dependencies:
- undici-types: 5.26.5
-
- '@types/normalize-package-data@2.4.4': {}
+ undici-types: 6.19.8
'@types/parse-json@4.0.2': {}
- '@types/pretty-hrtime@1.0.3': {}
+ '@types/prop-types@15.7.13': {}
- '@types/prop-types@15.7.12': {}
+ '@types/prop-types@15.7.14':
+ optional: true
- '@types/qs@6.9.15': {}
+ '@types/qs@6.9.17': {}
'@types/range-parser@1.2.7': {}
'@types/react-dom@17.0.25':
dependencies:
- '@types/react': 17.0.80
+ '@types/react': 17.0.83
'@types/react-router-dom@5.3.3':
dependencies:
'@types/history': 4.7.11
- '@types/react': 17.0.80
+ '@types/react': 17.0.83
'@types/react-router': 5.1.20
+ '@types/react-router-hash-link@2.4.9':
+ dependencies:
+ '@types/history': 4.7.11
+ '@types/react': 17.0.83
+ '@types/react-router-dom': 5.3.3
+
'@types/react-router@5.1.20':
dependencies:
'@types/history': 4.7.11
- '@types/react': 17.0.80
+ '@types/react': 17.0.83
'@types/react-slick@0.23.13':
dependencies:
- '@types/react': 17.0.80
+ '@types/react': 17.0.83
- '@types/react@17.0.80':
+ '@types/react@17.0.83':
dependencies:
- '@types/prop-types': 15.7.12
+ '@types/prop-types': 15.7.13
'@types/scheduler': 0.16.8
csstype: 3.1.3
+ '@types/react@18.3.3':
+ dependencies:
+ '@types/prop-types': 15.7.14
+ csstype: 3.1.3
+ optional: true
+
'@types/resolve@1.20.6': {}
'@types/scheduler@0.16.8': {}
- '@types/semver@7.5.8': {}
-
'@types/send@0.17.4':
dependencies:
'@types/mime': 1.3.5
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
'@types/serve-static@1.15.7':
dependencies:
'@types/http-errors': 2.0.4
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
'@types/send': 0.17.4
'@types/stack-utils@2.0.3': {}
@@ -10785,379 +9595,347 @@ snapshots:
'@types/styled-components@5.1.34':
dependencies:
'@types/hoist-non-react-statics': 3.3.5
- '@types/react': 17.0.80
+ '@types/react': 17.0.83
csstype: 3.1.3
'@types/triple-beam@1.3.5': {}
- '@types/unist@3.0.2': {}
+ '@types/unist@3.0.3': {}
'@types/uuid@9.0.8': {}
- '@types/ws@8.5.10':
+ '@types/ws@8.5.13':
dependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
'@types/yargs-parser@21.0.3': {}
- '@types/yargs@17.0.32':
+ '@types/yargs@17.0.33':
dependencies:
'@types/yargs-parser': 21.0.3
- '@typescript-eslint/eslint-plugin@7.13.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint@8.57.0)(typescript@5.2.2)':
+ '@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.2.2))(eslint@8.57.1)(typescript@5.2.2)':
dependencies:
- '@eslint-community/regexpp': 4.10.1
- '@typescript-eslint/parser': 7.13.1(eslint@8.57.0)(typescript@5.2.2)
- '@typescript-eslint/scope-manager': 7.13.1
- '@typescript-eslint/type-utils': 7.13.1(eslint@8.57.0)(typescript@5.2.2)
- '@typescript-eslint/utils': 7.13.1(eslint@8.57.0)(typescript@5.2.2)
- '@typescript-eslint/visitor-keys': 7.13.1
- eslint: 8.57.0
+ '@eslint-community/regexpp': 4.12.1
+ '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.2.2)
+ '@typescript-eslint/scope-manager': 7.18.0
+ '@typescript-eslint/type-utils': 7.18.0(eslint@8.57.1)(typescript@5.2.2)
+ '@typescript-eslint/utils': 7.18.0(eslint@8.57.1)(typescript@5.2.2)
+ '@typescript-eslint/visitor-keys': 7.18.0
+ eslint: 8.57.1
graphemer: 1.4.0
- ignore: 5.3.1
+ ignore: 5.3.2
natural-compare: 1.4.0
- ts-api-utils: 1.3.0(typescript@5.2.2)
+ ts-api-utils: 1.4.0(typescript@5.2.2)
optionalDependencies:
typescript: 5.2.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2)':
+ '@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.2.2)':
dependencies:
- '@typescript-eslint/scope-manager': 7.13.1
- '@typescript-eslint/types': 7.13.1
- '@typescript-eslint/typescript-estree': 7.13.1(typescript@5.2.2)
- '@typescript-eslint/visitor-keys': 7.13.1
- debug: 4.3.5(supports-color@5.5.0)
- eslint: 8.57.0
+ '@typescript-eslint/scope-manager': 7.18.0
+ '@typescript-eslint/types': 7.18.0
+ '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.2.2)
+ '@typescript-eslint/visitor-keys': 7.18.0
+ debug: 4.3.7(supports-color@5.5.0)
+ eslint: 8.57.1
optionalDependencies:
typescript: 5.2.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@5.62.0':
+ '@typescript-eslint/scope-manager@7.18.0':
dependencies:
- '@typescript-eslint/types': 5.62.0
- '@typescript-eslint/visitor-keys': 5.62.0
+ '@typescript-eslint/types': 7.18.0
+ '@typescript-eslint/visitor-keys': 7.18.0
- '@typescript-eslint/scope-manager@7.13.1':
+ '@typescript-eslint/scope-manager@8.15.0':
dependencies:
- '@typescript-eslint/types': 7.13.1
- '@typescript-eslint/visitor-keys': 7.13.1
+ '@typescript-eslint/types': 8.15.0
+ '@typescript-eslint/visitor-keys': 8.15.0
- '@typescript-eslint/type-utils@7.13.1(eslint@8.57.0)(typescript@5.2.2)':
+ '@typescript-eslint/type-utils@7.18.0(eslint@8.57.1)(typescript@5.2.2)':
dependencies:
- '@typescript-eslint/typescript-estree': 7.13.1(typescript@5.2.2)
- '@typescript-eslint/utils': 7.13.1(eslint@8.57.0)(typescript@5.2.2)
- debug: 4.3.5(supports-color@5.5.0)
- eslint: 8.57.0
- ts-api-utils: 1.3.0(typescript@5.2.2)
+ '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.2.2)
+ '@typescript-eslint/utils': 7.18.0(eslint@8.57.1)(typescript@5.2.2)
+ debug: 4.3.7(supports-color@5.5.0)
+ eslint: 8.57.1
+ ts-api-utils: 1.4.0(typescript@5.2.2)
optionalDependencies:
typescript: 5.2.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/types@5.62.0': {}
+ '@typescript-eslint/types@7.18.0': {}
- '@typescript-eslint/types@7.13.1': {}
+ '@typescript-eslint/types@8.15.0': {}
- '@typescript-eslint/typescript-estree@5.62.0(typescript@5.2.2)':
+ '@typescript-eslint/typescript-estree@7.18.0(typescript@5.2.2)':
dependencies:
- '@typescript-eslint/types': 5.62.0
- '@typescript-eslint/visitor-keys': 5.62.0
- debug: 4.3.5(supports-color@5.5.0)
+ '@typescript-eslint/types': 7.18.0
+ '@typescript-eslint/visitor-keys': 7.18.0
+ debug: 4.3.7(supports-color@5.5.0)
globby: 11.1.0
is-glob: 4.0.3
- semver: 7.6.2
- tsutils: 3.21.0(typescript@5.2.2)
+ minimatch: 9.0.5
+ semver: 7.6.3
+ ts-api-utils: 1.4.0(typescript@5.2.2)
optionalDependencies:
typescript: 5.2.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@7.13.1(typescript@5.2.2)':
+ '@typescript-eslint/typescript-estree@8.15.0(typescript@5.2.2)':
dependencies:
- '@typescript-eslint/types': 7.13.1
- '@typescript-eslint/visitor-keys': 7.13.1
- debug: 4.3.5(supports-color@5.5.0)
- globby: 11.1.0
+ '@typescript-eslint/types': 8.15.0
+ '@typescript-eslint/visitor-keys': 8.15.0
+ debug: 4.3.7(supports-color@5.5.0)
+ fast-glob: 3.3.2
is-glob: 4.0.3
- minimatch: 9.0.4
- semver: 7.6.2
- ts-api-utils: 1.3.0(typescript@5.2.2)
+ minimatch: 9.0.5
+ semver: 7.6.3
+ ts-api-utils: 1.4.0(typescript@5.2.2)
optionalDependencies:
typescript: 5.2.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.2.2)':
+ '@typescript-eslint/utils@7.18.0(eslint@8.57.1)(typescript@5.2.2)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
- '@types/json-schema': 7.0.15
- '@types/semver': 7.5.8
- '@typescript-eslint/scope-manager': 5.62.0
- '@typescript-eslint/types': 5.62.0
- '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.2.2)
- eslint: 8.57.0
- eslint-scope: 5.1.1
- semver: 7.6.2
+ '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1)
+ '@typescript-eslint/scope-manager': 7.18.0
+ '@typescript-eslint/types': 7.18.0
+ '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.2.2)
+ eslint: 8.57.1
transitivePeerDependencies:
- supports-color
- typescript
- '@typescript-eslint/utils@7.13.1(eslint@8.57.0)(typescript@5.2.2)':
+ '@typescript-eslint/utils@8.15.0(eslint@8.57.1)(typescript@5.2.2)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
- '@typescript-eslint/scope-manager': 7.13.1
- '@typescript-eslint/types': 7.13.1
- '@typescript-eslint/typescript-estree': 7.13.1(typescript@5.2.2)
- eslint: 8.57.0
+ '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1)
+ '@typescript-eslint/scope-manager': 8.15.0
+ '@typescript-eslint/types': 8.15.0
+ '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.2.2)
+ eslint: 8.57.1
+ optionalDependencies:
+ typescript: 5.2.2
transitivePeerDependencies:
- supports-color
- - typescript
- '@typescript-eslint/visitor-keys@5.62.0':
+ '@typescript-eslint/visitor-keys@7.18.0':
dependencies:
- '@typescript-eslint/types': 5.62.0
+ '@typescript-eslint/types': 7.18.0
eslint-visitor-keys: 3.4.3
- '@typescript-eslint/visitor-keys@7.13.1':
+ '@typescript-eslint/visitor-keys@8.15.0':
dependencies:
- '@typescript-eslint/types': 7.13.1
- eslint-visitor-keys: 3.4.3
+ '@typescript-eslint/types': 8.15.0
+ eslint-visitor-keys: 4.2.0
'@ungap/structured-clone@1.2.0': {}
- '@vitejs/plugin-react-swc@3.7.0(vite@4.5.3(@types/node@20.14.5)(terser@5.31.1))':
+ '@vitejs/plugin-react-swc@3.7.1(vite@5.4.17(@types/node@20.17.6)(terser@5.36.0))':
dependencies:
- '@swc/core': 1.6.3
- vite: 4.5.3(@types/node@20.14.5)(terser@5.31.1)
+ '@swc/core': 1.9.3
+ vite: 5.4.17(@types/node@20.17.6)(terser@5.36.0)
transitivePeerDependencies:
- '@swc/helpers'
- '@vitest/expect@0.34.6':
+ '@vitest/expect@2.1.9':
dependencies:
- '@vitest/spy': 0.34.6
- '@vitest/utils': 0.34.6
- chai: 4.4.1
+ '@vitest/spy': 2.1.9
+ '@vitest/utils': 2.1.9
+ chai: 5.1.2
+ tinyrainbow: 1.2.0
- '@vitest/runner@0.34.6':
+ '@vitest/mocker@2.1.9(vite@5.4.17(@types/node@20.17.6)(terser@5.36.0))':
dependencies:
- '@vitest/utils': 0.34.6
- p-limit: 4.0.0
+ '@vitest/spy': 2.1.9
+ estree-walker: 3.0.3
+ magic-string: 0.30.13
+ optionalDependencies:
+ vite: 5.4.17(@types/node@20.17.6)(terser@5.36.0)
+
+ '@vitest/pretty-format@2.1.9':
+ dependencies:
+ tinyrainbow: 1.2.0
+
+ '@vitest/runner@2.1.9':
+ dependencies:
+ '@vitest/utils': 2.1.9
pathe: 1.1.2
- '@vitest/snapshot@0.34.6':
+ '@vitest/snapshot@2.1.9':
dependencies:
- magic-string: 0.30.10
+ '@vitest/pretty-format': 2.1.9
+ magic-string: 0.30.13
pathe: 1.1.2
- pretty-format: 29.7.0
- '@vitest/spy@0.34.6':
+ '@vitest/spy@2.1.9':
dependencies:
- tinyspy: 2.2.1
+ tinyspy: 3.0.2
- '@vitest/utils@0.34.6':
+ '@vitest/utils@2.1.9':
dependencies:
- diff-sequences: 29.6.3
- loupe: 2.3.7
- pretty-format: 29.7.0
+ '@vitest/pretty-format': 2.1.9
+ loupe: 3.1.3
+ tinyrainbow: 1.2.0
- '@webassemblyjs/ast@1.12.1':
+ '@webassemblyjs/ast@1.14.1':
dependencies:
- '@webassemblyjs/helper-numbers': 1.11.6
- '@webassemblyjs/helper-wasm-bytecode': 1.11.6
+ '@webassemblyjs/helper-numbers': 1.13.2
+ '@webassemblyjs/helper-wasm-bytecode': 1.13.2
- '@webassemblyjs/floating-point-hex-parser@1.11.6': {}
+ '@webassemblyjs/floating-point-hex-parser@1.13.2': {}
- '@webassemblyjs/helper-api-error@1.11.6': {}
+ '@webassemblyjs/helper-api-error@1.13.2': {}
- '@webassemblyjs/helper-buffer@1.12.1': {}
+ '@webassemblyjs/helper-buffer@1.14.1': {}
- '@webassemblyjs/helper-numbers@1.11.6':
+ '@webassemblyjs/helper-numbers@1.13.2':
dependencies:
- '@webassemblyjs/floating-point-hex-parser': 1.11.6
- '@webassemblyjs/helper-api-error': 1.11.6
+ '@webassemblyjs/floating-point-hex-parser': 1.13.2
+ '@webassemblyjs/helper-api-error': 1.13.2
'@xtuc/long': 4.2.2
- '@webassemblyjs/helper-wasm-bytecode@1.11.6': {}
+ '@webassemblyjs/helper-wasm-bytecode@1.13.2': {}
- '@webassemblyjs/helper-wasm-section@1.12.1':
+ '@webassemblyjs/helper-wasm-section@1.14.1':
dependencies:
- '@webassemblyjs/ast': 1.12.1
- '@webassemblyjs/helper-buffer': 1.12.1
- '@webassemblyjs/helper-wasm-bytecode': 1.11.6
- '@webassemblyjs/wasm-gen': 1.12.1
+ '@webassemblyjs/ast': 1.14.1
+ '@webassemblyjs/helper-buffer': 1.14.1
+ '@webassemblyjs/helper-wasm-bytecode': 1.13.2
+ '@webassemblyjs/wasm-gen': 1.14.1
- '@webassemblyjs/ieee754@1.11.6':
+ '@webassemblyjs/ieee754@1.13.2':
dependencies:
'@xtuc/ieee754': 1.2.0
- '@webassemblyjs/leb128@1.11.6':
+ '@webassemblyjs/leb128@1.13.2':
dependencies:
'@xtuc/long': 4.2.2
- '@webassemblyjs/utf8@1.11.6': {}
+ '@webassemblyjs/utf8@1.13.2': {}
- '@webassemblyjs/wasm-edit@1.12.1':
+ '@webassemblyjs/wasm-edit@1.14.1':
dependencies:
- '@webassemblyjs/ast': 1.12.1
- '@webassemblyjs/helper-buffer': 1.12.1
- '@webassemblyjs/helper-wasm-bytecode': 1.11.6
- '@webassemblyjs/helper-wasm-section': 1.12.1
- '@webassemblyjs/wasm-gen': 1.12.1
- '@webassemblyjs/wasm-opt': 1.12.1
- '@webassemblyjs/wasm-parser': 1.12.1
- '@webassemblyjs/wast-printer': 1.12.1
+ '@webassemblyjs/ast': 1.14.1
+ '@webassemblyjs/helper-buffer': 1.14.1
+ '@webassemblyjs/helper-wasm-bytecode': 1.13.2
+ '@webassemblyjs/helper-wasm-section': 1.14.1
+ '@webassemblyjs/wasm-gen': 1.14.1
+ '@webassemblyjs/wasm-opt': 1.14.1
+ '@webassemblyjs/wasm-parser': 1.14.1
+ '@webassemblyjs/wast-printer': 1.14.1
- '@webassemblyjs/wasm-gen@1.12.1':
+ '@webassemblyjs/wasm-gen@1.14.1':
dependencies:
- '@webassemblyjs/ast': 1.12.1
- '@webassemblyjs/helper-wasm-bytecode': 1.11.6
- '@webassemblyjs/ieee754': 1.11.6
- '@webassemblyjs/leb128': 1.11.6
- '@webassemblyjs/utf8': 1.11.6
+ '@webassemblyjs/ast': 1.14.1
+ '@webassemblyjs/helper-wasm-bytecode': 1.13.2
+ '@webassemblyjs/ieee754': 1.13.2
+ '@webassemblyjs/leb128': 1.13.2
+ '@webassemblyjs/utf8': 1.13.2
- '@webassemblyjs/wasm-opt@1.12.1':
+ '@webassemblyjs/wasm-opt@1.14.1':
dependencies:
- '@webassemblyjs/ast': 1.12.1
- '@webassemblyjs/helper-buffer': 1.12.1
- '@webassemblyjs/wasm-gen': 1.12.1
- '@webassemblyjs/wasm-parser': 1.12.1
+ '@webassemblyjs/ast': 1.14.1
+ '@webassemblyjs/helper-buffer': 1.14.1
+ '@webassemblyjs/wasm-gen': 1.14.1
+ '@webassemblyjs/wasm-parser': 1.14.1
- '@webassemblyjs/wasm-parser@1.12.1':
+ '@webassemblyjs/wasm-parser@1.14.1':
dependencies:
- '@webassemblyjs/ast': 1.12.1
- '@webassemblyjs/helper-api-error': 1.11.6
- '@webassemblyjs/helper-wasm-bytecode': 1.11.6
- '@webassemblyjs/ieee754': 1.11.6
- '@webassemblyjs/leb128': 1.11.6
- '@webassemblyjs/utf8': 1.11.6
+ '@webassemblyjs/ast': 1.14.1
+ '@webassemblyjs/helper-api-error': 1.13.2
+ '@webassemblyjs/helper-wasm-bytecode': 1.13.2
+ '@webassemblyjs/ieee754': 1.13.2
+ '@webassemblyjs/leb128': 1.13.2
+ '@webassemblyjs/utf8': 1.13.2
- '@webassemblyjs/wast-printer@1.12.1':
+ '@webassemblyjs/wast-printer@1.14.1':
dependencies:
- '@webassemblyjs/ast': 1.12.1
+ '@webassemblyjs/ast': 1.14.1
'@xtuc/long': 4.2.2
- '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4(webpack@5.92.0))(webpack@5.92.0(webpack-cli@5.1.4))':
+ '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.96.1)':
dependencies:
- webpack: 5.92.0(webpack-cli@5.1.4)
- webpack-cli: 5.1.4(webpack@5.92.0)
+ webpack: 5.96.1(webpack-cli@5.1.4)
+ webpack-cli: 5.1.4(webpack@5.96.1)
- '@webpack-cli/info@2.0.2(webpack-cli@5.1.4(webpack@5.92.0))(webpack@5.92.0(webpack-cli@5.1.4))':
+ '@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.96.1)':
dependencies:
- webpack: 5.92.0(webpack-cli@5.1.4)
- webpack-cli: 5.1.4(webpack@5.92.0)
-
- '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4(webpack@5.92.0))(webpack@5.92.0(webpack-cli@5.1.4))':
- dependencies:
- webpack: 5.92.0(webpack-cli@5.1.4)
- webpack-cli: 5.1.4(webpack@5.92.0)
-
- '@whatwg-node/events@0.0.3': {}
+ webpack: 5.96.1(webpack-cli@5.1.4)
+ webpack-cli: 5.1.4(webpack@5.96.1)
- '@whatwg-node/events@0.1.1': {}
+ '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack@5.96.1)':
+ dependencies:
+ webpack: 5.96.1(webpack-cli@5.1.4)
+ webpack-cli: 5.1.4(webpack@5.96.1)
- '@whatwg-node/fetch@0.8.8':
+ '@whatwg-node/fetch@0.10.1':
dependencies:
- '@peculiar/webcrypto': 1.5.0
- '@whatwg-node/node-fetch': 0.3.6
- busboy: 1.6.0
- urlpattern-polyfill: 8.0.2
- web-streams-polyfill: 3.3.3
+ '@whatwg-node/node-fetch': 0.7.3
+ urlpattern-polyfill: 10.0.0
- '@whatwg-node/fetch@0.9.18':
+ '@whatwg-node/fetch@0.9.23':
dependencies:
- '@whatwg-node/node-fetch': 0.5.11
+ '@whatwg-node/node-fetch': 0.6.0
urlpattern-polyfill: 10.0.0
- '@whatwg-node/node-fetch@0.3.6':
+ '@whatwg-node/node-fetch@0.6.0':
dependencies:
- '@whatwg-node/events': 0.0.3
+ '@kamilkisiela/fast-url-parser': 1.1.4
busboy: 1.6.0
fast-querystring: 1.1.2
- fast-url-parser: 1.1.3
- tslib: 2.6.3
+ tslib: 2.8.1
- '@whatwg-node/node-fetch@0.5.11':
+ '@whatwg-node/node-fetch@0.7.3':
dependencies:
'@kamilkisiela/fast-url-parser': 1.1.4
- '@whatwg-node/events': 0.1.1
busboy: 1.6.0
fast-querystring: 1.1.2
- tslib: 2.6.3
+ tslib: 2.8.1
'@wry/caches@1.0.1':
dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
'@wry/context@0.7.4':
dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
'@wry/equality@0.5.7':
dependencies:
- tslib: 2.6.3
-
- '@wry/trie@0.4.3':
- dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
'@wry/trie@0.5.0':
dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
'@xtuc/ieee754@1.2.0': {}
'@xtuc/long@4.2.2': {}
- '@yarnpkg/esbuild-plugin-pnp@3.0.0-rc.15(esbuild@0.20.2)':
- dependencies:
- esbuild: 0.20.2
- tslib: 2.6.3
-
- '@yarnpkg/fslib@2.10.3':
- dependencies:
- '@yarnpkg/libzip': 2.3.0
- tslib: 1.14.1
-
- '@yarnpkg/libzip@2.3.0':
- dependencies:
- '@types/emscripten': 1.39.13
- tslib: 1.14.1
-
accepts@1.3.8:
dependencies:
mime-types: 2.1.35
negotiator: 0.6.3
- acorn-import-attributes@1.9.5(acorn@8.12.0):
- dependencies:
- acorn: 8.12.0
-
- acorn-jsx@5.3.2(acorn@7.4.1):
- dependencies:
- acorn: 7.4.1
-
- acorn-jsx@5.3.2(acorn@8.12.0):
+ acorn-jsx@5.3.2(acorn@8.14.0):
dependencies:
- acorn: 8.12.0
+ acorn: 8.14.0
- acorn-walk@7.2.0: {}
-
- acorn-walk@8.3.3:
+ acorn-walk@8.3.4:
dependencies:
- acorn: 8.12.0
-
- acorn@7.4.1: {}
+ acorn: 8.14.0
- acorn@8.12.0: {}
-
- address@1.2.2: {}
+ acorn@8.14.0: {}
agent-base@7.1.1:
dependencies:
- debug: 4.3.5(supports-color@5.5.0)
+ debug: 4.3.7(supports-color@5.5.0)
transitivePeerDependencies:
- supports-color
@@ -11166,17 +9944,17 @@ snapshots:
clean-stack: 2.2.0
indent-string: 4.0.0
- ajv-formats@2.1.1(ajv@8.16.0):
+ ajv-formats@2.1.1(ajv@8.17.1):
optionalDependencies:
- ajv: 8.16.0
+ ajv: 8.17.1
ajv-keywords@3.5.2(ajv@6.12.6):
dependencies:
ajv: 6.12.6
- ajv-keywords@5.1.0(ajv@8.16.0):
+ ajv-keywords@5.1.0(ajv@8.17.1):
dependencies:
- ajv: 8.16.0
+ ajv: 8.17.1
fast-deep-equal: 3.1.3
ajv@6.12.6:
@@ -11186,12 +9964,12 @@ snapshots:
json-schema-traverse: 0.4.1
uri-js: 4.4.1
- ajv@8.16.0:
+ ajv@8.17.1:
dependencies:
fast-deep-equal: 3.1.3
+ fast-uri: 3.0.3
json-schema-traverse: 1.0.0
require-from-string: 2.0.2
- uri-js: 4.4.1
ansi-escapes@4.3.2:
dependencies:
@@ -11199,13 +9977,7 @@ snapshots:
ansi-regex@5.0.1: {}
- ansi-regex@6.0.1: {}
-
- ansi-sequence-parser@1.1.1: {}
-
- ansi-styles@3.2.1:
- dependencies:
- color-convert: 1.9.3
+ ansi-regex@6.1.0: {}
ansi-styles@4.3.0:
dependencies:
@@ -11220,8 +9992,6 @@ snapshots:
normalize-path: 3.0.0
picomatch: 2.3.1
- app-root-dir@1.0.2: {}
-
append-field@1.0.0: {}
arg@4.1.3: {}
@@ -11232,10 +10002,6 @@ snapshots:
argparse@2.0.1: {}
- aria-hidden@1.2.4:
- dependencies:
- tslib: 2.6.3
-
array-buffer-byte-length@1.0.1:
dependencies:
call-bind: 1.0.7
@@ -11247,7 +10013,7 @@ snapshots:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.23.3
+ es-abstract: 1.23.5
es-object-atoms: 1.0.0
get-intrinsic: 1.2.4
is-string: 1.0.7
@@ -11258,7 +10024,7 @@ snapshots:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.23.3
+ es-abstract: 1.23.5
es-errors: 1.3.0
es-object-atoms: 1.0.0
es-shim-unscopables: 1.0.2
@@ -11267,7 +10033,7 @@ snapshots:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.23.3
+ es-abstract: 1.23.5
es-errors: 1.3.0
es-object-atoms: 1.0.0
es-shim-unscopables: 1.0.2
@@ -11276,28 +10042,21 @@ snapshots:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.23.3
+ es-abstract: 1.23.5
es-shim-unscopables: 1.0.2
array.prototype.flatmap@1.3.2:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.23.3
- es-shim-unscopables: 1.0.2
-
- array.prototype.toreversed@1.1.2:
- dependencies:
- call-bind: 1.0.7
- define-properties: 1.2.1
- es-abstract: 1.23.3
+ es-abstract: 1.23.5
es-shim-unscopables: 1.0.2
array.prototype.tosorted@1.1.4:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.23.3
+ es-abstract: 1.23.5
es-errors: 1.3.0
es-shim-unscopables: 1.0.2
@@ -11306,7 +10065,7 @@ snapshots:
array-buffer-byte-length: 1.0.1
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.23.3
+ es-abstract: 1.23.5
es-errors: 1.3.0
get-intrinsic: 1.2.4
is-array-buffer: 3.0.4
@@ -11314,25 +10073,11 @@ snapshots:
asap@2.0.6: {}
- asn1js@3.0.5:
- dependencies:
- pvtsutils: 1.3.5
- pvutils: 1.1.3
- tslib: 2.6.3
-
- assert@2.1.0:
- dependencies:
- call-bind: 1.0.7
- is-nan: 1.3.2
- object-is: 1.1.6
- object.assign: 4.1.5
- util: 0.12.5
-
- assertion-error@1.1.0: {}
+ assertion-error@2.0.1: {}
ast-types@0.16.1:
dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
astral-regex@2.0.0: {}
@@ -11340,7 +10085,7 @@ snapshots:
dependencies:
retry: 0.13.1
- async@3.2.5: {}
+ async@3.2.6: {}
asynckit@0.4.0: {}
@@ -11350,33 +10095,29 @@ snapshots:
dependencies:
possible-typed-array-names: 1.0.0
- babel-core@7.0.0-bridge.0(@babel/core@7.24.7):
- dependencies:
- '@babel/core': 7.24.7
-
- babel-jest@29.7.0(@babel/core@7.24.7):
+ babel-jest@29.7.0(@babel/core@7.26.0):
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.26.0
'@jest/transform': 29.7.0
'@types/babel__core': 7.20.5
babel-plugin-istanbul: 6.1.1
- babel-preset-jest: 29.6.3(@babel/core@7.24.7)
+ babel-preset-jest: 29.6.3(@babel/core@7.26.0)
chalk: 4.1.2
graceful-fs: 4.2.11
slash: 3.0.0
transitivePeerDependencies:
- supports-color
- babel-loader@9.1.3(@babel/core@7.24.7)(webpack@5.92.0(webpack-cli@5.1.4)):
+ babel-loader@9.2.1(@babel/core@7.26.0)(webpack@5.96.1):
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.26.0
find-cache-dir: 4.0.0
schema-utils: 4.2.0
- webpack: 5.92.0(webpack-cli@5.1.4)
+ webpack: 5.96.1(webpack-cli@5.1.4)
babel-plugin-istanbul@6.1.1:
dependencies:
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/helper-plugin-utils': 7.25.9
'@istanbuljs/load-nyc-config': 1.1.0
'@istanbuljs/schema': 0.1.3
istanbul-lib-instrument: 5.2.1
@@ -11386,49 +10127,49 @@ snapshots:
babel-plugin-jest-hoist@29.6.3:
dependencies:
- '@babel/template': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/template': 7.25.9
+ '@babel/types': 7.26.0
'@types/babel__core': 7.20.5
'@types/babel__traverse': 7.20.6
babel-plugin-macros@3.1.0:
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.26.10
cosmiconfig: 7.1.0
resolve: 1.22.8
- babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.24.7):
+ babel-plugin-polyfill-corejs2@0.4.12(@babel/core@7.26.0):
dependencies:
- '@babel/compat-data': 7.24.7
- '@babel/core': 7.24.7
- '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.7)
+ '@babel/compat-data': 7.26.2
+ '@babel/core': 7.26.0
+ '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.26.0)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.24.7):
+ babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.26.0):
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.7)
- core-js-compat: 3.37.1
+ '@babel/core': 7.26.0
+ '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.26.0)
+ core-js-compat: 3.39.0
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.24.7):
+ babel-plugin-polyfill-regenerator@0.6.3(@babel/core@7.26.0):
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.7)
+ '@babel/core': 7.26.0
+ '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.26.0)
transitivePeerDependencies:
- supports-color
- babel-plugin-styled-components@2.1.4(@babel/core@7.24.7)(styled-components@5.3.11(@babel/core@7.24.7)(react-dom@17.0.2(react@17.0.2))(react-is@18.3.1)(react@17.0.2))(supports-color@5.5.0):
+ babel-plugin-styled-components@2.1.4(@babel/core@7.26.0)(styled-components@5.3.11(@babel/core@7.26.0)(react-dom@17.0.2(react@17.0.2))(react-is@18.3.1)(react@17.0.2))(supports-color@5.5.0):
dependencies:
- '@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-module-imports': 7.24.7(supports-color@5.5.0)
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-module-imports': 7.25.9(supports-color@5.5.0)
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0)
lodash: 4.17.21
picomatch: 2.3.1
- styled-components: 5.3.11(@babel/core@7.24.7)(react-dom@17.0.2(react@17.0.2))(react-is@18.3.1)(react@17.0.2)
+ styled-components: 5.3.11(@babel/core@7.26.0)(react-dom@17.0.2(react@17.0.2))(react-is@18.3.1)(react@17.0.2)
transitivePeerDependencies:
- '@babel/core'
- supports-color
@@ -11437,78 +10178,81 @@ snapshots:
babel-plugin-transform-react-remove-prop-types@0.4.24: {}
- babel-preset-current-node-syntax@1.0.1(@babel/core@7.24.7):
- dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.7)
- '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.7)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.7)
-
- babel-preset-fbjs@3.4.0(@babel/core@7.24.7):
- dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.7)
- '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.24.7)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.7)
- '@babel/plugin-syntax-flow': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-block-scoping': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-classes': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-destructuring': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-flow-strip-types': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-function-name': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-literals': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.24.7)
+ babel-preset-current-node-syntax@1.1.0(@babel/core@7.26.0):
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.26.0)
+ '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.26.0)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.26.0)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.26.0)
+ '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.0)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.0)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.26.0)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.26.0)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.0)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.26.0)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.26.0)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.26.0)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.0)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.26.0)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.26.0)
+
+ babel-preset-fbjs@3.4.0(@babel/core@7.26.0):
+ dependencies:
+ '@babel/core': 7.26.0
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.26.0)
+ '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.26.0)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.26.0)
+ '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.26.0)
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.26.0)
+ '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-block-scoped-functions': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-for-of': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-member-expression-literals': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-object-super': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-property-literals': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-react-display-name': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-template-literals': 7.25.9(@babel/core@7.26.0)
babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0
transitivePeerDependencies:
- supports-color
- babel-preset-jest@29.6.3(@babel/core@7.24.7):
+ babel-preset-jest@29.6.3(@babel/core@7.26.0):
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.26.0
babel-plugin-jest-hoist: 29.6.3
- babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.7)
+ babel-preset-current-node-syntax: 1.1.0(@babel/core@7.26.0)
babel-preset-react-app@10.0.1:
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.7)
- '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.24.7)
- '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.24.7)
- '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.24.7)
- '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.24.7)
- '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.24.7)
- '@babel/plugin-transform-flow-strip-types': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-runtime': 7.24.7(@babel/core@7.24.7)
- '@babel/preset-env': 7.24.7(@babel/core@7.24.7)
- '@babel/preset-react': 7.24.7(@babel/core@7.24.7)
- '@babel/preset-typescript': 7.24.7(@babel/core@7.24.7)
- '@babel/runtime': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.26.0)
+ '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.26.0)
+ '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.26.0)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.26.0)
+ '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.26.0)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.26.0)
+ '@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-react-display-name': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-runtime': 7.25.9(@babel/core@7.26.0)
+ '@babel/preset-env': 7.26.0(@babel/core@7.26.0)
+ '@babel/preset-react': 7.25.9(@babel/core@7.26.0)
+ '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0)
+ '@babel/runtime': 7.26.10
babel-plugin-macros: 3.1.0
babel-plugin-transform-react-remove-prop-types: 0.4.24
transitivePeerDependencies:
@@ -11526,8 +10270,6 @@ snapshots:
dependencies:
open: 8.4.2
- big-integer@1.6.52: {}
-
binary-extensions@2.3.0: {}
bl@4.1.0:
@@ -11536,7 +10278,7 @@ snapshots:
inherits: 2.0.4
readable-stream: 3.6.2
- body-parser@1.20.2:
+ body-parser@1.20.3:
dependencies:
bytes: 3.1.2
content-type: 1.0.5
@@ -11546,17 +10288,13 @@ snapshots:
http-errors: 2.0.0
iconv-lite: 0.4.24
on-finished: 2.4.1
- qs: 6.11.0
+ qs: 6.13.0
raw-body: 2.5.2
type-is: 1.6.18
unpipe: 1.0.0
transitivePeerDependencies:
- supports-color
- bplist-parser@0.2.0:
- dependencies:
- big-integer: 1.6.52
-
brace-expansion@1.1.11:
dependencies:
balanced-match: 1.0.2
@@ -11572,16 +10310,12 @@ snapshots:
browser-assert@1.2.1: {}
- browserify-zlib@0.1.4:
- dependencies:
- pako: 0.2.9
-
- browserslist@4.23.1:
+ browserslist@4.24.2:
dependencies:
- caniuse-lite: 1.0.30001636
- electron-to-chromium: 1.4.806
- node-releases: 2.0.14
- update-browserslist-db: 1.0.16(browserslist@4.23.1)
+ caniuse-lite: 1.0.30001683
+ electron-to-chromium: 1.5.64
+ node-releases: 2.0.18
+ update-browserslist-db: 1.1.1(browserslist@4.24.2)
bser@2.1.1:
dependencies:
@@ -11598,8 +10332,6 @@ snapshots:
dependencies:
streamsearch: 1.1.0
- bytes@3.0.0: {}
-
bytes@3.1.2: {}
cac@6.7.14: {}
@@ -11617,7 +10349,7 @@ snapshots:
camel-case@4.1.2:
dependencies:
pascal-case: 3.1.2
- tslib: 2.6.3
+ tslib: 2.8.1
camelcase@5.3.1: {}
@@ -11625,29 +10357,23 @@ snapshots:
camelize@1.0.1: {}
- caniuse-lite@1.0.30001636: {}
+ caniuse-lite@1.0.30001683: {}
capital-case@1.0.4:
dependencies:
no-case: 3.0.4
- tslib: 2.6.3
+ tslib: 2.8.1
upper-case-first: 2.0.2
- chai@4.4.1:
- dependencies:
- assertion-error: 1.1.0
- check-error: 1.0.3
- deep-eql: 4.1.4
- get-func-name: 2.0.2
- loupe: 2.3.7
- pathval: 1.1.1
- type-detect: 4.0.8
+ ccount@2.0.1: {}
- chalk@2.4.2:
+ chai@5.1.2:
dependencies:
- ansi-styles: 3.2.1
- escape-string-regexp: 1.0.5
- supports-color: 5.5.0
+ assertion-error: 2.0.1
+ check-error: 2.1.1
+ deep-eql: 5.0.2
+ loupe: 3.1.2
+ pathval: 2.0.0
chalk@4.1.2:
dependencies:
@@ -11693,15 +10419,17 @@ snapshots:
path-case: 3.0.4
sentence-case: 3.0.4
snake-case: 3.0.4
- tslib: 2.6.3
+ tslib: 2.8.1
char-regex@1.0.2: {}
+ character-entities-html4@2.1.0: {}
+
+ character-entities-legacy@3.0.0: {}
+
chardet@0.7.0: {}
- check-error@1.0.3:
- dependencies:
- get-func-name: 2.0.2
+ check-error@2.1.1: {}
chokidar@3.6.0:
dependencies:
@@ -11715,21 +10443,13 @@ snapshots:
optionalDependencies:
fsevents: 2.3.3
- chownr@1.1.4: {}
-
- chownr@2.0.0: {}
-
- chromatic@11.5.4: {}
+ chromatic@11.18.1: {}
chrome-trace-event@1.0.4: {}
ci-info@3.9.0: {}
- citty@0.1.6:
- dependencies:
- consola: 3.2.3
-
- cjs-module-lexer@1.3.1: {}
+ cjs-module-lexer@1.4.1: {}
classnames@2.5.1: {}
@@ -11741,12 +10461,6 @@ snapshots:
cli-spinners@2.9.2: {}
- cli-table3@0.6.5:
- dependencies:
- string-width: 4.2.3
- optionalDependencies:
- '@colors/colors': 1.5.0
-
cli-truncate@2.1.0:
dependencies:
slice-ansi: 3.0.0
@@ -11811,36 +10525,18 @@ snapshots:
dependencies:
delayed-stream: 1.0.0
+ comma-separated-tokens@2.0.3: {}
+
commander@10.0.1: {}
commander@2.20.3: {}
- commander@6.2.1: {}
-
common-path-prefix@3.0.0: {}
common-tags@1.8.2: {}
- commondir@1.0.1: {}
-
component-emitter@1.3.1: {}
- compressible@2.0.18:
- dependencies:
- mime-db: 1.52.0
-
- compression@1.7.4:
- dependencies:
- accepts: 1.3.8
- bytes: 3.0.0
- compressible: 2.0.18
- debug: 2.6.9
- on-headers: 1.0.2
- safe-buffer: 5.1.2
- vary: 1.1.2
- transitivePeerDependencies:
- - supports-color
-
concat-map@0.0.1: {}
concat-stream@1.6.2:
@@ -11850,26 +10546,20 @@ snapshots:
readable-stream: 2.3.8
typedarray: 0.0.6
- concurrently@8.2.2:
+ concurrently@9.1.0:
dependencies:
chalk: 4.1.2
- date-fns: 2.30.0
lodash: 4.17.21
rxjs: 7.8.1
shell-quote: 1.8.1
- spawn-command: 0.0.2
supports-color: 8.1.1
tree-kill: 1.2.2
yargs: 17.7.2
- confbox@0.1.7: {}
-
- consola@3.2.3: {}
-
constant-case@3.0.4:
dependencies:
no-case: 3.0.4
- tslib: 2.6.3
+ tslib: 2.8.1
upper-case: 2.0.2
content-disposition@0.5.4:
@@ -11882,23 +10572,23 @@ snapshots:
cookie-signature@1.0.6: {}
- cookie@0.6.0: {}
+ cookie@0.7.1: {}
cookiejar@2.1.4: {}
- copy-webpack-plugin@12.0.2(webpack@5.92.0(webpack-cli@5.1.4)):
+ copy-webpack-plugin@12.0.2(webpack@5.96.1):
dependencies:
fast-glob: 3.3.2
glob-parent: 6.0.2
- globby: 14.0.1
+ globby: 14.0.2
normalize-path: 3.0.0
schema-utils: 4.2.0
serialize-javascript: 6.0.2
- webpack: 5.92.0(webpack-cli@5.1.4)
+ webpack: 5.96.1(webpack-cli@5.1.4)
- core-js-compat@3.37.1:
+ core-js-compat@3.39.0:
dependencies:
- browserslist: 4.23.1
+ browserslist: 4.24.2
core-util-is@1.0.3: {}
@@ -11924,15 +10614,15 @@ snapshots:
optionalDependencies:
typescript: 5.2.2
- country-flag-icons@1.5.12: {}
+ country-flag-icons@1.5.13: {}
- create-jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2)):
+ create-jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2)):
dependencies:
'@jest/types': 29.6.3
chalk: 4.1.2
exit: 0.1.2
graceful-fs: 4.2.11
- jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2))
+ jest-config: 29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2))
jest-util: 29.7.0
prompts: 2.4.2
transitivePeerDependencies:
@@ -11957,9 +10647,13 @@ snapshots:
cross-inspect@1.0.0:
dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
+
+ cross-inspect@1.0.1:
+ dependencies:
+ tslib: 2.8.1
- cross-spawn@7.0.3:
+ cross-spawn@7.0.6:
dependencies:
path-key: 3.1.1
shebang-command: 2.0.0
@@ -11967,24 +10661,20 @@ snapshots:
crypto-hash@2.0.1: {}
- crypto-random-string@4.0.0:
- dependencies:
- type-fest: 1.4.0
-
css-color-keywords@1.0.0: {}
- css-loader@6.11.0(webpack@5.92.0(webpack-cli@5.1.4)):
+ css-loader@6.11.0(webpack@5.96.1):
dependencies:
- icss-utils: 5.1.0(postcss@8.4.38)
- postcss: 8.4.38
- postcss-modules-extract-imports: 3.1.0(postcss@8.4.38)
- postcss-modules-local-by-default: 4.0.5(postcss@8.4.38)
- postcss-modules-scope: 3.2.0(postcss@8.4.38)
- postcss-modules-values: 4.0.0(postcss@8.4.38)
+ icss-utils: 5.1.0(postcss@8.4.49)
+ postcss: 8.4.49
+ postcss-modules-extract-imports: 3.1.0(postcss@8.4.49)
+ postcss-modules-local-by-default: 4.1.0(postcss@8.4.49)
+ postcss-modules-scope: 3.2.1(postcss@8.4.49)
+ postcss-modules-values: 4.0.0(postcss@8.4.49)
postcss-value-parser: 4.2.0
- semver: 7.6.2
+ semver: 7.6.3
optionalDependencies:
- webpack: 5.92.0(webpack-cli@5.1.4)
+ webpack: 5.96.1(webpack-cli@5.1.4)
css-mediaquery@0.1.2: {}
@@ -12018,11 +10708,7 @@ snapshots:
dataloader@2.2.2: {}
- date-fns@2.30.0:
- dependencies:
- '@babel/runtime': 7.24.7
-
- dayjs@1.11.11: {}
+ dayjs@1.11.13: {}
debounce@1.2.1: {}
@@ -12034,9 +10720,9 @@ snapshots:
dependencies:
ms: 2.1.3
- debug@4.3.5(supports-color@5.5.0):
+ debug@4.3.7(supports-color@5.5.0):
dependencies:
- ms: 2.1.2
+ ms: 2.1.3
optionalDependencies:
supports-color: 5.5.0
@@ -12048,19 +10734,12 @@ snapshots:
optionalDependencies:
babel-plugin-macros: 3.1.0
- deep-eql@4.1.4:
- dependencies:
- type-detect: 4.0.8
+ deep-eql@5.0.2: {}
deep-is@0.1.4: {}
deepmerge@4.3.1: {}
- default-browser-id@3.0.0:
- dependencies:
- bplist-parser: 0.2.0
- untildify: 4.0.0
-
defaults@1.0.4:
dependencies:
clone: 1.0.4
@@ -12079,8 +10758,6 @@ snapshots:
has-property-descriptors: 1.0.2
object-keys: 1.1.1
- defu@6.1.4: {}
-
delayed-stream@1.0.0: {}
depd@2.0.0: {}
@@ -12095,18 +10772,9 @@ snapshots:
detect-newline@3.1.0: {}
- detect-node-es@1.1.0: {}
-
- detect-package-manager@2.0.1:
+ devlop@1.1.0:
dependencies:
- execa: 5.1.1
-
- detect-port@1.6.1:
- dependencies:
- address: 1.2.2
- debug: 4.3.5(supports-color@5.5.0)
- transitivePeerDependencies:
- - supports-color
+ dequal: 2.0.3
dezalgo@1.0.4:
dependencies:
@@ -12117,8 +10785,6 @@ snapshots:
diff@4.0.2: {}
- diff@5.2.0: {}
-
dir-glob@3.0.1:
dependencies:
path-type: 4.0.0
@@ -12134,33 +10800,22 @@ snapshots:
dot-case@3.0.4:
dependencies:
no-case: 3.0.4
- tslib: 2.6.3
-
- dotenv-expand@10.0.0: {}
+ tslib: 2.8.1
dotenv@16.4.5: {}
- dset@3.1.3: {}
-
- duplexify@3.7.1:
- dependencies:
- end-of-stream: 1.4.4
- inherits: 2.0.4
- readable-stream: 2.3.8
- stream-shift: 1.0.3
+ dset@3.1.4: {}
eastasianwidth@0.2.0: {}
ee-first@1.1.1: {}
- ejs@3.1.10:
- dependencies:
- jake: 10.9.1
-
- electron-to-chromium@1.4.806: {}
+ electron-to-chromium@1.5.64: {}
emittery@0.13.1: {}
+ emoji-regex-xs@1.0.0: {}
+
emoji-regex@8.0.0: {}
emoji-regex@9.2.2: {}
@@ -12169,24 +10824,24 @@ snapshots:
encodeurl@1.0.2: {}
- end-of-stream@1.4.4:
- dependencies:
- once: 1.4.0
+ encodeurl@2.0.0: {}
- enhanced-resolve@5.17.0:
+ enhanced-resolve@5.17.1:
dependencies:
graceful-fs: 4.2.11
tapable: 2.2.1
enquire.js@2.1.6: {}
- envinfo@7.13.0: {}
+ entities@4.5.0: {}
+
+ envinfo@7.14.0: {}
error-ex@1.3.2:
dependencies:
is-arrayish: 0.2.1
- es-abstract@1.23.3:
+ es-abstract@1.23.5:
dependencies:
array-buffer-byte-length: 1.0.1
arraybuffer.prototype.slice: 1.0.3
@@ -12219,10 +10874,10 @@ snapshots:
is-string: 1.0.7
is-typed-array: 1.1.13
is-weakref: 1.0.2
- object-inspect: 1.13.1
+ object-inspect: 1.13.3
object-keys: 1.1.1
object.assign: 4.1.5
- regexp.prototype.flags: 1.5.2
+ regexp.prototype.flags: 1.5.3
safe-array-concat: 1.1.2
safe-regex-test: 1.0.3
string.prototype.trim: 1.2.9
@@ -12230,7 +10885,7 @@ snapshots:
string.prototype.trimstart: 1.0.8
typed-array-buffer: 1.0.2
typed-array-byte-length: 1.0.1
- typed-array-byte-offset: 1.0.2
+ typed-array-byte-offset: 1.0.3
typed-array-length: 1.0.6
unbox-primitive: 1.0.2
which-typed-array: 1.1.15
@@ -12241,24 +10896,27 @@ snapshots:
es-errors@1.3.0: {}
- es-iterator-helpers@1.0.19:
+ es-iterator-helpers@1.2.0:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.23.3
+ es-abstract: 1.23.5
es-errors: 1.3.0
es-set-tostringtag: 2.0.3
function-bind: 1.1.2
get-intrinsic: 1.2.4
globalthis: 1.0.4
+ gopd: 1.0.1
has-property-descriptors: 1.0.2
has-proto: 1.0.3
has-symbols: 1.0.3
internal-slot: 1.0.7
- iterator.prototype: 1.1.2
+ iterator.prototype: 1.1.3
safe-array-concat: 1.1.2
- es-module-lexer@1.5.3: {}
+ es-module-lexer@1.5.4: {}
+
+ es-module-lexer@1.6.0: {}
es-object-atoms@1.0.0:
dependencies:
@@ -12282,67 +10940,68 @@ snapshots:
es6-promise@4.2.8: {}
- esbuild-plugin-alias@0.2.1: {}
-
- esbuild-register@3.5.0(esbuild@0.20.2):
+ esbuild-register@3.6.0(esbuild@0.24.2):
dependencies:
- debug: 4.3.5(supports-color@5.5.0)
- esbuild: 0.20.2
+ debug: 4.3.7(supports-color@5.5.0)
+ esbuild: 0.24.2
transitivePeerDependencies:
- supports-color
- esbuild@0.18.20:
+ esbuild@0.21.5:
optionalDependencies:
- '@esbuild/android-arm': 0.18.20
- '@esbuild/android-arm64': 0.18.20
- '@esbuild/android-x64': 0.18.20
- '@esbuild/darwin-arm64': 0.18.20
- '@esbuild/darwin-x64': 0.18.20
- '@esbuild/freebsd-arm64': 0.18.20
- '@esbuild/freebsd-x64': 0.18.20
- '@esbuild/linux-arm': 0.18.20
- '@esbuild/linux-arm64': 0.18.20
- '@esbuild/linux-ia32': 0.18.20
- '@esbuild/linux-loong64': 0.18.20
- '@esbuild/linux-mips64el': 0.18.20
- '@esbuild/linux-ppc64': 0.18.20
- '@esbuild/linux-riscv64': 0.18.20
- '@esbuild/linux-s390x': 0.18.20
- '@esbuild/linux-x64': 0.18.20
- '@esbuild/netbsd-x64': 0.18.20
- '@esbuild/openbsd-x64': 0.18.20
- '@esbuild/sunos-x64': 0.18.20
- '@esbuild/win32-arm64': 0.18.20
- '@esbuild/win32-ia32': 0.18.20
- '@esbuild/win32-x64': 0.18.20
-
- esbuild@0.20.2:
+ '@esbuild/aix-ppc64': 0.21.5
+ '@esbuild/android-arm': 0.21.5
+ '@esbuild/android-arm64': 0.21.5
+ '@esbuild/android-x64': 0.21.5
+ '@esbuild/darwin-arm64': 0.21.5
+ '@esbuild/darwin-x64': 0.21.5
+ '@esbuild/freebsd-arm64': 0.21.5
+ '@esbuild/freebsd-x64': 0.21.5
+ '@esbuild/linux-arm': 0.21.5
+ '@esbuild/linux-arm64': 0.21.5
+ '@esbuild/linux-ia32': 0.21.5
+ '@esbuild/linux-loong64': 0.21.5
+ '@esbuild/linux-mips64el': 0.21.5
+ '@esbuild/linux-ppc64': 0.21.5
+ '@esbuild/linux-riscv64': 0.21.5
+ '@esbuild/linux-s390x': 0.21.5
+ '@esbuild/linux-x64': 0.21.5
+ '@esbuild/netbsd-x64': 0.21.5
+ '@esbuild/openbsd-x64': 0.21.5
+ '@esbuild/sunos-x64': 0.21.5
+ '@esbuild/win32-arm64': 0.21.5
+ '@esbuild/win32-ia32': 0.21.5
+ '@esbuild/win32-x64': 0.21.5
+
+ esbuild@0.24.2:
optionalDependencies:
- '@esbuild/aix-ppc64': 0.20.2
- '@esbuild/android-arm': 0.20.2
- '@esbuild/android-arm64': 0.20.2
- '@esbuild/android-x64': 0.20.2
- '@esbuild/darwin-arm64': 0.20.2
- '@esbuild/darwin-x64': 0.20.2
- '@esbuild/freebsd-arm64': 0.20.2
- '@esbuild/freebsd-x64': 0.20.2
- '@esbuild/linux-arm': 0.20.2
- '@esbuild/linux-arm64': 0.20.2
- '@esbuild/linux-ia32': 0.20.2
- '@esbuild/linux-loong64': 0.20.2
- '@esbuild/linux-mips64el': 0.20.2
- '@esbuild/linux-ppc64': 0.20.2
- '@esbuild/linux-riscv64': 0.20.2
- '@esbuild/linux-s390x': 0.20.2
- '@esbuild/linux-x64': 0.20.2
- '@esbuild/netbsd-x64': 0.20.2
- '@esbuild/openbsd-x64': 0.20.2
- '@esbuild/sunos-x64': 0.20.2
- '@esbuild/win32-arm64': 0.20.2
- '@esbuild/win32-ia32': 0.20.2
- '@esbuild/win32-x64': 0.20.2
-
- escalade@3.1.2: {}
+ '@esbuild/aix-ppc64': 0.24.2
+ '@esbuild/android-arm': 0.24.2
+ '@esbuild/android-arm64': 0.24.2
+ '@esbuild/android-x64': 0.24.2
+ '@esbuild/darwin-arm64': 0.24.2
+ '@esbuild/darwin-x64': 0.24.2
+ '@esbuild/freebsd-arm64': 0.24.2
+ '@esbuild/freebsd-x64': 0.24.2
+ '@esbuild/linux-arm': 0.24.2
+ '@esbuild/linux-arm64': 0.24.2
+ '@esbuild/linux-ia32': 0.24.2
+ '@esbuild/linux-loong64': 0.24.2
+ '@esbuild/linux-mips64el': 0.24.2
+ '@esbuild/linux-ppc64': 0.24.2
+ '@esbuild/linux-riscv64': 0.24.2
+ '@esbuild/linux-s390x': 0.24.2
+ '@esbuild/linux-x64': 0.24.2
+ '@esbuild/netbsd-arm64': 0.24.2
+ '@esbuild/netbsd-x64': 0.24.2
+ '@esbuild/openbsd-arm64': 0.24.2
+ '@esbuild/openbsd-x64': 0.24.2
+ '@esbuild/sunos-x64': 0.24.2
+ '@esbuild/win32-arm64': 0.24.2
+ '@esbuild/win32-ia32': 0.24.2
+ '@esbuild/win32-x64': 0.24.2
+
+ escalade@3.2.0: {}
escape-html@1.0.3: {}
@@ -12352,119 +11011,114 @@ snapshots:
escape-string-regexp@4.0.0: {}
- escodegen@2.1.0:
- dependencies:
- esprima: 4.0.1
- estraverse: 5.3.0
- esutils: 2.0.3
- optionalDependencies:
- source-map: 0.6.1
-
- eslint-config-prettier@9.1.0(eslint@8.57.0):
+ eslint-config-prettier@9.1.0(eslint@8.57.1):
dependencies:
- eslint: 8.57.0
+ eslint: 8.57.1
eslint-import-resolver-node@0.3.9:
dependencies:
debug: 3.2.7
- is-core-module: 2.13.1
+ is-core-module: 2.15.1
resolve: 1.22.8
transitivePeerDependencies:
- supports-color
- eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint-plugin-import@2.29.1)(eslint@8.57.0):
+ eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.2.2))(eslint-plugin-import@2.31.0)(eslint@8.57.1):
dependencies:
- debug: 4.3.5(supports-color@5.5.0)
- enhanced-resolve: 5.17.0
- eslint: 8.57.0
- eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0)
- eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)
+ '@nolyfill/is-core-module': 1.0.39
+ debug: 4.3.7(supports-color@5.5.0)
+ enhanced-resolve: 5.17.1
+ eslint: 8.57.1
+ eslint-module-utils: 2.12.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1)
fast-glob: 3.3.2
- get-tsconfig: 4.7.5
- is-core-module: 2.13.1
+ get-tsconfig: 4.8.1
+ is-bun-module: 1.2.1
is-glob: 4.0.3
+ optionalDependencies:
+ eslint-plugin-import: 2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1)
transitivePeerDependencies:
- '@typescript-eslint/parser'
- eslint-import-resolver-node
- eslint-import-resolver-webpack
- supports-color
- eslint-module-utils@2.8.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0):
+ eslint-module-utils@2.12.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1):
dependencies:
debug: 3.2.7
optionalDependencies:
- '@typescript-eslint/parser': 7.13.1(eslint@8.57.0)(typescript@5.2.2)
- eslint: 8.57.0
+ '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.2.2)
+ eslint: 8.57.1
eslint-import-resolver-node: 0.3.9
- eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint-plugin-import@2.29.1)(eslint@8.57.0)
+ eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.2.2))(eslint-plugin-import@2.31.0)(eslint@8.57.1)
transitivePeerDependencies:
- supports-color
- eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0):
+ eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1):
dependencies:
+ '@rtsao/scc': 1.1.0
array-includes: 3.1.8
array.prototype.findlastindex: 1.2.5
array.prototype.flat: 1.3.2
array.prototype.flatmap: 1.3.2
debug: 3.2.7
doctrine: 2.1.0
- eslint: 8.57.0
+ eslint: 8.57.1
eslint-import-resolver-node: 0.3.9
- eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.2.2))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0)
+ eslint-module-utils: 2.12.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1)
hasown: 2.0.2
- is-core-module: 2.13.1
+ is-core-module: 2.15.1
is-glob: 4.0.3
minimatch: 3.1.2
object.fromentries: 2.0.8
object.groupby: 1.0.3
object.values: 1.2.0
semver: 6.3.1
+ string.prototype.trimend: 1.0.8
tsconfig-paths: 3.15.0
optionalDependencies:
- '@typescript-eslint/parser': 7.13.1(eslint@8.57.0)(typescript@5.2.2)
+ '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.2.2)
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
- supports-color
- eslint-plugin-prettier@5.1.3(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.2):
+ eslint-plugin-prettier@5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.3.3):
dependencies:
- eslint: 8.57.0
- prettier: 3.3.2
+ eslint: 8.57.1
+ prettier: 3.3.3
prettier-linter-helpers: 1.0.0
- synckit: 0.8.8
+ synckit: 0.9.2
optionalDependencies:
- '@types/eslint': 8.56.10
- eslint-config-prettier: 9.1.0(eslint@8.57.0)
+ '@types/eslint': 9.6.1
+ eslint-config-prettier: 9.1.0(eslint@8.57.1)
- eslint-plugin-react@7.34.3(eslint@8.57.0):
+ eslint-plugin-react@7.37.2(eslint@8.57.1):
dependencies:
array-includes: 3.1.8
array.prototype.findlast: 1.2.5
array.prototype.flatmap: 1.3.2
- array.prototype.toreversed: 1.1.2
array.prototype.tosorted: 1.1.4
doctrine: 2.1.0
- es-iterator-helpers: 1.0.19
- eslint: 8.57.0
+ es-iterator-helpers: 1.2.0
+ eslint: 8.57.1
estraverse: 5.3.0
+ hasown: 2.0.2
jsx-ast-utils: 3.3.5
minimatch: 3.1.2
object.entries: 1.1.8
object.fromentries: 2.0.8
- object.hasown: 1.1.4
object.values: 1.2.0
prop-types: 15.8.1
resolve: 2.0.0-next.5
semver: 6.3.1
string.prototype.matchall: 4.0.11
+ string.prototype.repeat: 1.0.0
- eslint-plugin-storybook@0.8.0(eslint@8.57.0)(typescript@5.2.2):
+ eslint-plugin-storybook@0.11.1(eslint@8.57.1)(typescript@5.2.2):
dependencies:
- '@storybook/csf': 0.0.1
- '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.2.2)
- eslint: 8.57.0
- requireindex: 1.2.0
+ '@storybook/csf': 0.1.11
+ '@typescript-eslint/utils': 8.15.0(eslint@8.57.1)(typescript@5.2.2)
+ eslint: 8.57.1
ts-dedent: 2.2.0
transitivePeerDependencies:
- supports-color
@@ -12482,26 +11136,28 @@ snapshots:
eslint-visitor-keys@3.4.3: {}
- eslint@8.57.0:
+ eslint-visitor-keys@4.2.0: {}
+
+ eslint@8.57.1:
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
- '@eslint-community/regexpp': 4.10.1
+ '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1)
+ '@eslint-community/regexpp': 4.12.1
'@eslint/eslintrc': 2.1.4
- '@eslint/js': 8.57.0
- '@humanwhocodes/config-array': 0.11.14
+ '@eslint/js': 8.57.1
+ '@humanwhocodes/config-array': 0.13.0
'@humanwhocodes/module-importer': 1.0.1
'@nodelib/fs.walk': 1.2.8
'@ungap/structured-clone': 1.2.0
ajv: 6.12.6
chalk: 4.1.2
- cross-spawn: 7.0.3
- debug: 4.3.5(supports-color@5.5.0)
+ cross-spawn: 7.0.6
+ debug: 4.3.7(supports-color@5.5.0)
doctrine: 3.0.0
escape-string-regexp: 4.0.0
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
- esquery: 1.5.0
+ esquery: 1.6.0
esutils: 2.0.3
fast-deep-equal: 3.1.3
file-entry-cache: 6.0.1
@@ -12509,7 +11165,7 @@ snapshots:
glob-parent: 6.0.2
globals: 13.24.0
graphemer: 1.4.0
- ignore: 5.3.1
+ ignore: 5.3.2
imurmurhash: 0.1.4
is-glob: 4.0.3
is-path-inside: 3.0.3
@@ -12527,13 +11183,13 @@ snapshots:
espree@9.6.1:
dependencies:
- acorn: 8.12.0
- acorn-jsx: 5.3.2(acorn@8.12.0)
+ acorn: 8.14.0
+ acorn-jsx: 5.3.2(acorn@8.14.0)
eslint-visitor-keys: 3.4.3
esprima@4.0.1: {}
- esquery@1.5.0:
+ esquery@1.6.0:
dependencies:
estraverse: 5.3.0
@@ -12547,6 +11203,10 @@ snapshots:
estree-walker@2.0.2: {}
+ estree-walker@3.0.3:
+ dependencies:
+ '@types/estree': 1.0.6
+
esutils@2.0.3: {}
etag@1.8.1: {}
@@ -12555,7 +11215,7 @@ snapshots:
execa@5.1.1:
dependencies:
- cross-spawn: 7.0.3
+ cross-spawn: 7.0.6
get-stream: 6.0.1
human-signals: 2.1.0
is-stream: 2.0.1
@@ -12565,20 +11225,10 @@ snapshots:
signal-exit: 3.0.7
strip-final-newline: 2.0.0
- execa@8.0.1:
- dependencies:
- cross-spawn: 7.0.3
- get-stream: 8.0.1
- human-signals: 5.0.0
- is-stream: 3.0.0
- merge-stream: 2.0.0
- npm-run-path: 5.3.0
- onetime: 6.0.0
- signal-exit: 4.1.0
- strip-final-newline: 3.0.0
-
exit@0.1.2: {}
+ expect-type@1.1.0: {}
+
expect@29.7.0:
dependencies:
'@jest/expect-utils': 29.7.0
@@ -12589,10 +11239,10 @@ snapshots:
express-actuator@1.8.4:
dependencies:
- dayjs: 1.11.11
+ dayjs: 1.11.13
properties-reader: 2.3.0
- express-http-proxy@2.0.0:
+ express-http-proxy@2.1.1:
dependencies:
debug: 3.2.7
es6-promise: 4.2.8
@@ -12600,34 +11250,34 @@ snapshots:
transitivePeerDependencies:
- supports-color
- express@4.19.2:
+ express@4.21.2:
dependencies:
accepts: 1.3.8
array-flatten: 1.1.1
- body-parser: 1.20.2
+ body-parser: 1.20.3
content-disposition: 0.5.4
content-type: 1.0.5
- cookie: 0.6.0
+ cookie: 0.7.1
cookie-signature: 1.0.6
debug: 2.6.9
depd: 2.0.0
- encodeurl: 1.0.2
+ encodeurl: 2.0.0
escape-html: 1.0.3
etag: 1.8.1
- finalhandler: 1.2.0
+ finalhandler: 1.3.1
fresh: 0.5.2
http-errors: 2.0.0
- merge-descriptors: 1.0.1
+ merge-descriptors: 1.0.3
methods: 1.1.2
on-finished: 2.4.1
parseurl: 1.3.3
- path-to-regexp: 0.1.7
+ path-to-regexp: 0.1.12
proxy-addr: 2.0.7
- qs: 6.11.0
+ qs: 6.13.0
range-parser: 1.2.1
safe-buffer: 5.2.1
- send: 0.18.0
- serve-static: 1.15.0
+ send: 0.19.0
+ serve-static: 1.16.2
setprototypeof: 1.2.0
statuses: 2.0.1
type-is: 1.6.18
@@ -12656,7 +11306,7 @@ snapshots:
'@nodelib/fs.walk': 1.2.8
glob-parent: 5.1.2
merge2: 1.4.1
- micromatch: 4.0.7
+ micromatch: 4.0.8
fast-json-stable-stringify@2.1.0: {}
@@ -12668,9 +11318,7 @@ snapshots:
fast-safe-stringify@2.1.1: {}
- fast-url-parser@1.1.3:
- dependencies:
- punycode: 1.4.1
+ fast-uri@3.0.3: {}
fastest-levenshtein@1.0.16: {}
@@ -12692,14 +11340,12 @@ snapshots:
object-assign: 4.1.1
promise: 7.3.1
setimmediate: 1.0.5
- ua-parser-js: 1.0.38
+ ua-parser-js: 1.0.39
transitivePeerDependencies:
- encoding
fecha@4.2.3: {}
- fetch-retry@5.0.6: {}
-
figures@3.2.0:
dependencies:
escape-string-regexp: 1.0.5
@@ -12708,16 +11354,7 @@ snapshots:
dependencies:
flat-cache: 3.2.0
- file-system-cache@2.3.0:
- dependencies:
- fs-extra: 11.1.1
- ramda: 0.29.0
-
- filelist@1.0.4:
- dependencies:
- minimatch: 5.1.6
-
- filesize@10.1.2: {}
+ filesize@10.1.6: {}
fill-range@7.1.1:
dependencies:
@@ -12725,10 +11362,10 @@ snapshots:
filter-obj@1.1.0: {}
- finalhandler@1.2.0:
+ finalhandler@1.3.1:
dependencies:
debug: 2.6.9
- encodeurl: 1.0.2
+ encodeurl: 2.0.0
escape-html: 1.0.3
on-finished: 2.4.1
parseurl: 1.3.3
@@ -12737,27 +11374,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
- find-cache-dir@2.1.0:
- dependencies:
- commondir: 1.0.1
- make-dir: 2.1.0
- pkg-dir: 3.0.0
-
- find-cache-dir@3.3.2:
- dependencies:
- commondir: 1.0.1
- make-dir: 3.1.0
- pkg-dir: 4.2.0
-
find-cache-dir@4.0.0:
dependencies:
common-path-prefix: 3.0.0
pkg-dir: 7.0.0
- find-up@3.0.0:
- dependencies:
- locate-path: 3.0.0
-
find-up@4.1.0:
dependencies:
locate-path: 5.0.0
@@ -12775,15 +11396,13 @@ snapshots:
flat-cache@3.2.0:
dependencies:
- flatted: 3.3.1
+ flatted: 3.3.2
keyv: 4.5.4
rimraf: 3.0.2
flat@5.0.2: {}
- flatted@3.3.1: {}
-
- flow-parser@0.238.0: {}
+ flatted@3.3.2: {}
fn.name@1.1.0: {}
@@ -12791,45 +11410,27 @@ snapshots:
dependencies:
is-callable: 1.2.7
- foreground-child@3.2.1:
+ foreground-child@3.3.0:
dependencies:
- cross-spawn: 7.0.3
+ cross-spawn: 7.0.6
signal-exit: 4.1.0
- form-data@4.0.0:
+ form-data@4.0.1:
dependencies:
asynckit: 0.4.0
combined-stream: 1.0.8
mime-types: 2.1.35
- formidable@3.5.1:
+ formidable@3.5.2:
dependencies:
dezalgo: 1.0.4
- hexoid: 1.0.0
+ hexoid: 2.0.0
once: 1.4.0
forwarded@0.2.0: {}
fresh@0.5.2: {}
- fs-constants@1.0.0: {}
-
- fs-extra@11.1.1:
- dependencies:
- graceful-fs: 4.2.11
- jsonfile: 6.1.0
- universalify: 2.0.1
-
- fs-extra@11.2.0:
- dependencies:
- graceful-fs: 4.2.11
- jsonfile: 6.1.0
- universalify: 2.0.1
-
- fs-minipass@2.1.0:
- dependencies:
- minipass: 3.3.6
-
fs.realpath@1.0.0: {}
fsevents@2.3.3:
@@ -12841,7 +11442,7 @@ snapshots:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.23.3
+ es-abstract: 1.23.5
functions-have-names: 1.2.3
functions-have-names@1.2.3: {}
@@ -12850,8 +11451,6 @@ snapshots:
get-caller-file@2.0.5: {}
- get-func-name@2.0.2: {}
-
get-intrinsic@1.2.4:
dependencies:
es-errors: 1.3.0
@@ -12860,39 +11459,20 @@ snapshots:
has-symbols: 1.0.3
hasown: 2.0.2
- get-nonce@1.0.1: {}
-
- get-npm-tarball-url@2.1.0: {}
-
get-package-type@0.1.0: {}
get-stream@6.0.1: {}
- get-stream@8.0.1: {}
-
get-symbol-description@1.0.2:
dependencies:
call-bind: 1.0.7
es-errors: 1.3.0
get-intrinsic: 1.2.4
- get-tsconfig@4.7.5:
+ get-tsconfig@4.8.1:
dependencies:
resolve-pkg-maps: 1.0.0
- giget@1.2.3:
- dependencies:
- citty: 0.1.6
- consola: 3.2.3
- defu: 6.1.4
- node-fetch-native: 1.6.4
- nypm: 0.3.8
- ohash: 1.1.3
- pathe: 1.1.2
- tar: 6.2.1
-
- github-slugger@2.0.0: {}
-
glob-parent@5.1.2:
dependencies:
is-glob: 4.0.3
@@ -12908,13 +11488,13 @@ snapshots:
glob-to-regexp@0.4.1: {}
- glob@10.4.2:
+ glob@10.4.5:
dependencies:
- foreground-child: 3.2.1
- jackspeak: 3.4.0
- minimatch: 9.0.4
+ foreground-child: 3.3.0
+ jackspeak: 3.4.3
+ minimatch: 9.0.5
minipass: 7.1.2
- package-json-from-dist: 1.0.0
+ package-json-from-dist: 1.0.1
path-scurry: 1.11.1
glob@7.2.3:
@@ -12942,15 +11522,15 @@ snapshots:
array-union: 2.1.0
dir-glob: 3.0.1
fast-glob: 3.3.2
- ignore: 5.3.1
+ ignore: 5.3.2
merge2: 1.4.1
slash: 3.0.0
- globby@14.0.1:
+ globby@14.0.2:
dependencies:
'@sindresorhus/merge-streams': 2.3.0
fast-glob: 3.3.2
- ignore: 5.3.1
+ ignore: 5.3.2
path-type: 5.0.0
slash: 5.1.0
unicorn-magic: 0.1.0
@@ -12963,20 +11543,20 @@ snapshots:
graphemer@1.4.0: {}
- graphql-config@5.0.3(@types/node@20.14.5)(graphql@16.8.2)(typescript@5.2.2):
+ graphql-config@5.1.3(@types/node@20.17.6)(graphql@16.9.0)(typescript@5.2.2):
dependencies:
- '@graphql-tools/graphql-file-loader': 8.0.1(graphql@16.8.2)
- '@graphql-tools/json-file-loader': 8.0.1(graphql@16.8.2)
- '@graphql-tools/load': 8.0.2(graphql@16.8.2)
- '@graphql-tools/merge': 9.0.4(graphql@16.8.2)
- '@graphql-tools/url-loader': 8.0.2(@types/node@20.14.5)(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
+ '@graphql-tools/graphql-file-loader': 8.0.4(graphql@16.9.0)
+ '@graphql-tools/json-file-loader': 8.0.4(graphql@16.9.0)
+ '@graphql-tools/load': 8.0.2(graphql@16.9.0)
+ '@graphql-tools/merge': 9.0.10(graphql@16.9.0)
+ '@graphql-tools/url-loader': 8.0.2(@types/node@20.17.6)(graphql@16.9.0)
+ '@graphql-tools/utils': 10.2.2(graphql@16.9.0)
cosmiconfig: 8.3.6(typescript@5.2.2)
- graphql: 16.8.2
- jiti: 1.21.6
- minimatch: 4.2.3
+ graphql: 16.9.0
+ jiti: 2.4.0
+ minimatch: 9.0.5
string-env-interpolation: 1.0.1
- tslib: 2.6.3
+ tslib: 2.8.1
transitivePeerDependencies:
- '@types/node'
- bufferutil
@@ -12984,42 +11564,24 @@ snapshots:
- typescript
- utf-8-validate
- graphql-request@6.1.0(graphql@16.8.2):
+ graphql-request@6.1.0(graphql@16.9.0):
dependencies:
- '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2)
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0)
cross-fetch: 3.1.8
- graphql: 16.8.2
+ graphql: 16.9.0
transitivePeerDependencies:
- encoding
- graphql-tag@2.12.6(graphql@16.8.2):
- dependencies:
- graphql: 16.8.2
- tslib: 2.6.3
-
- graphql-ws@5.16.0(graphql@16.8.2):
+ graphql-tag@2.12.6(graphql@16.9.0):
dependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
+ tslib: 2.8.1
- graphql@16.8.2: {}
-
- gunzip-maybe@1.4.2:
+ graphql-ws@5.16.0(graphql@16.9.0):
dependencies:
- browserify-zlib: 0.1.4
- is-deflate: 1.0.0
- is-gzip: 1.0.0
- peek-stream: 1.1.3
- pumpify: 1.5.1
- through2: 2.0.5
+ graphql: 16.9.0
- handlebars@4.7.8:
- dependencies:
- minimist: 1.2.8
- neo-async: 2.6.2
- source-map: 0.6.1
- wordwrap: 1.0.0
- optionalDependencies:
- uglify-js: 3.18.0
+ graphql@16.9.0: {}
has-bigints@1.0.2: {}
@@ -13043,28 +11605,34 @@ snapshots:
dependencies:
function-bind: 1.1.2
- hast-util-heading-rank@3.0.0:
- dependencies:
- '@types/hast': 3.0.4
-
- hast-util-is-element@3.0.0:
+ hast-util-to-html@9.0.3:
dependencies:
'@types/hast': 3.0.4
+ '@types/unist': 3.0.3
+ ccount: 2.0.1
+ comma-separated-tokens: 2.0.3
+ hast-util-whitespace: 3.0.0
+ html-void-elements: 3.0.0
+ mdast-util-to-hast: 13.2.0
+ property-information: 6.5.0
+ space-separated-tokens: 2.0.2
+ stringify-entities: 4.0.4
+ zwitch: 2.0.4
- hast-util-to-string@3.0.0:
+ hast-util-whitespace@3.0.0:
dependencies:
'@types/hast': 3.0.4
header-case@2.0.4:
dependencies:
capital-case: 1.0.4
- tslib: 2.6.3
+ tslib: 2.8.1
- hexoid@1.0.0: {}
+ hexoid@2.0.0: {}
history@4.10.1:
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.26.10
loose-envify: 1.4.0
resolve-pathname: 3.0.0
tiny-invariant: 1.3.3
@@ -13075,15 +11643,13 @@ snapshots:
dependencies:
react-is: 16.13.1
- hosted-git-info@2.8.9: {}
-
html-escaper@2.0.2: {}
html-parse-stringify@3.0.1:
dependencies:
void-elements: 3.1.0
- html-tags@3.3.1: {}
+ html-void-elements@3.0.0: {}
http-errors@2.0.0:
dependencies:
@@ -13096,52 +11662,50 @@ snapshots:
http-proxy-agent@7.0.2:
dependencies:
agent-base: 7.1.1
- debug: 4.3.5(supports-color@5.5.0)
+ debug: 4.3.7(supports-color@5.5.0)
transitivePeerDependencies:
- supports-color
- https-proxy-agent@7.0.4:
+ https-proxy-agent@7.0.5:
dependencies:
agent-base: 7.1.1
- debug: 4.3.5(supports-color@5.5.0)
+ debug: 4.3.7(supports-color@5.5.0)
transitivePeerDependencies:
- supports-color
human-signals@2.1.0: {}
- human-signals@5.0.0: {}
-
- husky@9.0.11: {}
+ husky@9.1.7: {}
hyphenate-style-name@1.1.0: {}
i18next-browser-languagedetector@7.2.1:
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.26.10
- i18next-http-backend@2.5.2:
+ i18next-http-backend@2.7.1:
dependencies:
cross-fetch: 4.0.0
transitivePeerDependencies:
- encoding
- i18next@23.11.5:
+ i18next@23.16.8:
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.26.10
iconv-lite@0.4.24:
dependencies:
safer-buffer: 2.1.2
- icss-utils@5.1.0(postcss@8.4.38):
+ icss-utils@5.1.0(postcss@8.4.49):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.49
ieee754@1.2.1: {}
ignore-by-default@1.0.1: {}
- ignore@5.3.1: {}
+ ignore@5.3.2: {}
immutable@3.7.6: {}
@@ -13152,7 +11716,7 @@ snapshots:
import-from@4.0.0: {}
- import-local@3.1.0:
+ import-local@3.2.0:
dependencies:
pkg-dir: 4.2.0
resolve-cwd: 3.0.0
@@ -13200,8 +11764,6 @@ snapshots:
ipaddr.js@1.9.1: {}
- is-absolute-url@4.0.1: {}
-
is-absolute@1.0.0:
dependencies:
is-relative: 1.0.0
@@ -13238,9 +11800,13 @@ snapshots:
call-bind: 1.0.7
has-tostringtag: 1.0.2
+ is-bun-module@1.2.1:
+ dependencies:
+ semver: 7.6.3
+
is-callable@1.2.7: {}
- is-core-module@2.13.1:
+ is-core-module@2.15.1:
dependencies:
hasown: 2.0.2
@@ -13252,8 +11818,6 @@ snapshots:
dependencies:
has-tostringtag: 1.0.2
- is-deflate@1.0.0: {}
-
is-docker@2.2.1: {}
is-extglob@2.1.1: {}
@@ -13274,21 +11838,14 @@ snapshots:
dependencies:
is-extglob: 2.1.1
- is-gzip@1.0.0: {}
-
is-interactive@1.0.0: {}
is-lower-case@2.0.2:
dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
is-map@2.0.3: {}
- is-nan@1.3.2:
- dependencies:
- call-bind: 1.0.7
- define-properties: 1.2.1
-
is-negative-zero@2.0.3: {}
is-number-object@1.0.7:
@@ -13303,8 +11860,6 @@ snapshots:
dependencies:
isobject: 3.0.1
- is-plain-object@5.0.0: {}
-
is-regex@1.1.4:
dependencies:
call-bind: 1.0.7
@@ -13322,8 +11877,6 @@ snapshots:
is-stream@2.0.1: {}
- is-stream@3.0.0: {}
-
is-string@1.0.7:
dependencies:
has-tostringtag: 1.0.2
@@ -13344,7 +11897,7 @@ snapshots:
is-upper-case@2.0.2:
dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
is-weakmap@2.0.2: {}
@@ -13373,29 +11926,29 @@ snapshots:
isobject@3.0.1: {}
- isomorphic-ws@5.0.0(ws@8.17.1):
+ isomorphic-ws@5.0.0(ws@8.18.0):
dependencies:
- ws: 8.17.1
+ ws: 8.18.0
istanbul-lib-coverage@3.2.2: {}
istanbul-lib-instrument@5.2.1:
dependencies:
- '@babel/core': 7.24.7
- '@babel/parser': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/parser': 7.26.2
'@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.2
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- istanbul-lib-instrument@6.0.2:
+ istanbul-lib-instrument@6.0.3:
dependencies:
- '@babel/core': 7.24.7
- '@babel/parser': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/parser': 7.26.2
'@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.2
- semver: 7.6.2
+ semver: 7.6.3
transitivePeerDependencies:
- supports-color
@@ -13407,7 +11960,7 @@ snapshots:
istanbul-lib-source-maps@4.0.1:
dependencies:
- debug: 4.3.5(supports-color@5.5.0)
+ debug: 4.3.7(supports-color@5.5.0)
istanbul-lib-coverage: 3.2.2
source-map: 0.6.1
transitivePeerDependencies:
@@ -13418,7 +11971,7 @@ snapshots:
html-escaper: 2.0.2
istanbul-lib-report: 3.0.1
- iterator.prototype@1.1.2:
+ iterator.prototype@1.1.3:
dependencies:
define-properties: 1.2.1
get-intrinsic: 1.2.4
@@ -13426,19 +11979,12 @@ snapshots:
reflect.getprototypeof: 1.0.6
set-function-name: 2.0.2
- jackspeak@3.4.0:
+ jackspeak@3.4.3:
dependencies:
'@isaacs/cliui': 8.0.2
optionalDependencies:
'@pkgjs/parseargs': 0.11.0
- jake@10.9.1:
- dependencies:
- async: 3.2.5
- chalk: 4.1.2
- filelist: 1.0.4
- minimatch: 3.1.2
-
jest-changed-files@29.7.0:
dependencies:
execa: 5.1.1
@@ -13451,7 +11997,7 @@ snapshots:
'@jest/expect': 29.7.0
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
chalk: 4.1.2
co: 4.6.0
dedent: 1.5.3(babel-plugin-macros@3.1.0)
@@ -13471,16 +12017,16 @@ snapshots:
- babel-plugin-macros
- supports-color
- jest-cli@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2)):
+ jest-cli@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2)):
dependencies:
- '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2))
+ '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2))
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
chalk: 4.1.2
- create-jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2))
+ create-jest: 29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2))
exit: 0.1.2
- import-local: 3.1.0
- jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2))
+ import-local: 3.2.0
+ jest-config: 29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2))
jest-util: 29.7.0
jest-validate: 29.7.0
yargs: 17.7.2
@@ -13490,12 +12036,12 @@ snapshots:
- supports-color
- ts-node
- jest-config@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2)):
+ jest-config@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2)):
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.26.0
'@jest/test-sequencer': 29.7.0
'@jest/types': 29.6.3
- babel-jest: 29.7.0(@babel/core@7.24.7)
+ babel-jest: 29.7.0(@babel/core@7.26.0)
chalk: 4.1.2
ci-info: 3.9.0
deepmerge: 4.3.1
@@ -13509,14 +12055,14 @@ snapshots:
jest-runner: 29.7.0
jest-util: 29.7.0
jest-validate: 29.7.0
- micromatch: 4.0.7
+ micromatch: 4.0.8
parse-json: 5.2.0
pretty-format: 29.7.0
slash: 3.0.0
strip-json-comments: 3.1.1
optionalDependencies:
- '@types/node': 20.14.5
- ts-node: 10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2)
+ '@types/node': 20.17.6
+ ts-node: 10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2)
transitivePeerDependencies:
- babel-plugin-macros
- supports-color
@@ -13545,7 +12091,7 @@ snapshots:
'@jest/environment': 29.7.0
'@jest/fake-timers': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
jest-mock: 29.7.0
jest-util: 29.7.0
@@ -13555,14 +12101,14 @@ snapshots:
dependencies:
'@jest/types': 29.6.3
'@types/graceful-fs': 4.1.9
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
anymatch: 3.1.3
fb-watchman: 2.0.2
graceful-fs: 4.2.11
jest-regex-util: 29.6.3
jest-util: 29.7.0
jest-worker: 29.7.0
- micromatch: 4.0.7
+ micromatch: 4.0.8
walker: 1.0.8
optionalDependencies:
fsevents: 2.3.3
@@ -13581,12 +12127,12 @@ snapshots:
jest-message-util@29.7.0:
dependencies:
- '@babel/code-frame': 7.24.7
+ '@babel/code-frame': 7.26.2
'@jest/types': 29.6.3
'@types/stack-utils': 2.0.3
chalk: 4.1.2
graceful-fs: 4.2.11
- micromatch: 4.0.7
+ micromatch: 4.0.8
pretty-format: 29.7.0
slash: 3.0.0
stack-utils: 2.0.6
@@ -13594,7 +12140,7 @@ snapshots:
jest-mock@29.7.0:
dependencies:
'@jest/types': 29.6.3
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
jest-util: 29.7.0
jest-pnp-resolver@1.2.3(jest-resolve@29.7.0):
@@ -13629,7 +12175,7 @@ snapshots:
'@jest/test-result': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
chalk: 4.1.2
emittery: 0.13.1
graceful-fs: 4.2.11
@@ -13657,9 +12203,9 @@ snapshots:
'@jest/test-result': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
chalk: 4.1.2
- cjs-module-lexer: 1.3.1
+ cjs-module-lexer: 1.4.1
collect-v8-coverage: 1.0.2
glob: 7.2.3
graceful-fs: 4.2.11
@@ -13677,15 +12223,15 @@ snapshots:
jest-snapshot@29.7.0:
dependencies:
- '@babel/core': 7.24.7
- '@babel/generator': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.24.7)
- '@babel/types': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/generator': 7.26.2
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.0)
+ '@babel/types': 7.26.0
'@jest/expect-utils': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
- babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.7)
+ babel-preset-current-node-syntax: 1.1.0(@babel/core@7.26.0)
chalk: 4.1.2
expect: 29.7.0
graceful-fs: 4.2.11
@@ -13696,14 +12242,14 @@ snapshots:
jest-util: 29.7.0
natural-compare: 1.4.0
pretty-format: 29.7.0
- semver: 7.6.2
+ semver: 7.6.3
transitivePeerDependencies:
- supports-color
jest-util@29.7.0:
dependencies:
'@jest/types': 29.6.3
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
chalk: 4.1.2
ci-info: 3.9.0
graceful-fs: 4.2.11
@@ -13722,7 +12268,7 @@ snapshots:
dependencies:
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.13.1
@@ -13731,23 +12277,23 @@ snapshots:
jest-worker@27.5.1:
dependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
merge-stream: 2.0.0
supports-color: 8.1.1
jest-worker@29.7.0:
dependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
jest-util: 29.7.0
merge-stream: 2.0.0
supports-color: 8.1.1
- jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2)):
+ jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2)):
dependencies:
- '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2))
+ '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2))
'@jest/types': 29.6.3
- import-local: 3.1.0
- jest-cli: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2))
+ import-local: 3.2.0
+ jest-cli: 29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2))
transitivePeerDependencies:
- '@types/node'
- babel-plugin-macros
@@ -13756,7 +12302,9 @@ snapshots:
jiti@1.21.6: {}
- jose@5.4.1: {}
+ jiti@2.4.0: {}
+
+ jose@5.9.6: {}
jquery@3.7.1: {}
@@ -13771,36 +12319,9 @@ snapshots:
dependencies:
argparse: 2.0.1
- jscodeshift@0.15.2(@babel/preset-env@7.24.7(@babel/core@7.24.7)):
- dependencies:
- '@babel/core': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-optional-chaining': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.24.7)
- '@babel/preset-flow': 7.24.7(@babel/core@7.24.7)
- '@babel/preset-typescript': 7.24.7(@babel/core@7.24.7)
- '@babel/register': 7.24.6(@babel/core@7.24.7)
- babel-core: 7.0.0-bridge.0(@babel/core@7.24.7)
- chalk: 4.1.2
- flow-parser: 0.238.0
- graceful-fs: 4.2.11
- micromatch: 4.0.7
- neo-async: 2.6.2
- node-dir: 0.1.17
- recast: 0.23.9
- temp: 0.8.4
- write-file-atomic: 2.4.3
- optionalDependencies:
- '@babel/preset-env': 7.24.7(@babel/core@7.24.7)
- transitivePeerDependencies:
- - supports-color
-
- jsesc@0.5.0: {}
+ jsdoc-type-pratt-parser@4.1.0: {}
- jsesc@2.5.2: {}
+ jsesc@3.0.2: {}
json-buffer@3.0.1: {}
@@ -13827,8 +12348,6 @@ snapshots:
json5@2.2.3: {}
- jsonc-parser@3.2.1: {}
-
jsonfile@6.1.0:
dependencies:
universalify: 2.0.1
@@ -13852,12 +12371,6 @@ snapshots:
kuler@2.0.0: {}
- lazy-universal-dotenv@4.0.0:
- dependencies:
- app-root-dir: 1.0.2
- dotenv: 16.4.5
- dotenv-expand: 10.0.0
-
leven@3.1.0: {}
levn@0.4.1:
@@ -13867,6 +12380,10 @@ snapshots:
lines-and-columns@1.2.4: {}
+ linkify-it@5.0.0:
+ dependencies:
+ uc.micro: 2.1.0
+
listr2@4.0.5:
dependencies:
cli-truncate: 2.1.0
@@ -13882,13 +12399,6 @@ snapshots:
loader-runner@4.3.0: {}
- local-pkg@0.4.3: {}
-
- locate-path@3.0.0:
- dependencies:
- p-locate: 3.0.0
- path-exists: 3.0.0
-
locate-path@5.0.0:
dependencies:
p-locate: 4.1.0
@@ -13921,16 +12431,16 @@ snapshots:
slice-ansi: 4.0.0
wrap-ansi: 6.2.0
- logform@2.6.0:
+ logform@2.7.0:
dependencies:
'@colors/colors': 1.6.0
'@types/triple-beam': 1.3.5
fecha: 4.2.3
ms: 2.1.3
- safe-stable-stringify: 2.4.3
+ safe-stable-stringify: 2.5.0
triple-beam: 1.4.1
- loglevel@1.9.1: {}
+ loglevel@1.9.2: {}
long@4.0.0: {}
@@ -13938,19 +12448,19 @@ snapshots:
dependencies:
js-tokens: 4.0.0
- loupe@2.3.7:
- dependencies:
- get-func-name: 2.0.2
+ loupe@3.1.2: {}
+
+ loupe@3.1.3: {}
lower-case-first@2.0.2:
dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
lower-case@2.0.2:
dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
- lru-cache@10.2.2: {}
+ lru-cache@10.4.3: {}
lru-cache@5.1.1:
dependencies:
@@ -13962,24 +12472,15 @@ snapshots:
magic-string@0.27.0:
dependencies:
- '@jridgewell/sourcemap-codec': 1.4.15
-
- magic-string@0.30.10:
- dependencies:
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
- make-dir@2.1.0:
+ magic-string@0.30.13:
dependencies:
- pify: 4.0.1
- semver: 5.7.2
-
- make-dir@3.1.0:
- dependencies:
- semver: 6.3.1
+ '@jridgewell/sourcemap-codec': 1.5.0
make-dir@4.0.0:
dependencies:
- semver: 7.6.2
+ semver: 7.6.3
make-error@1.3.6: {}
@@ -13991,16 +12492,33 @@ snapshots:
map-or-similar@1.5.0: {}
- markdown-to-jsx@7.3.2(react@17.0.2):
+ markdown-it@14.1.0:
dependencies:
- react: 17.0.2
-
- marked@4.3.0: {}
+ argparse: 2.0.1
+ entities: 4.5.0
+ linkify-it: 5.0.0
+ mdurl: 2.0.0
+ punycode.js: 2.3.1
+ uc.micro: 2.1.0
matchmediaquery@0.3.1:
dependencies:
css-mediaquery: 0.1.2
+ mdast-util-to-hast@13.2.0:
+ dependencies:
+ '@types/hast': 3.0.4
+ '@types/mdast': 4.0.4
+ '@ungap/structured-clone': 1.2.0
+ devlop: 1.1.0
+ micromark-util-sanitize-uri: 2.0.1
+ trim-lines: 3.0.1
+ unist-util-position: 5.0.0
+ unist-util-visit: 5.0.0
+ vfile: 6.0.3
+
+ mdurl@2.0.0: {}
+
media-typer@0.3.0: {}
memoize-one@5.2.1: {}
@@ -14009,19 +12527,36 @@ snapshots:
dependencies:
map-or-similar: 1.5.0
- merge-descriptors@1.0.1: {}
+ merge-descriptors@1.0.3: {}
merge-stream@2.0.0: {}
merge2@1.4.1: {}
- meros@1.3.0(@types/node@20.14.5):
+ meros@1.3.0(@types/node@20.17.6):
optionalDependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
methods@1.1.2: {}
- micromatch@4.0.7:
+ micromark-util-character@2.1.1:
+ dependencies:
+ micromark-util-symbol: 2.0.1
+ micromark-util-types: 2.0.1
+
+ micromark-util-encode@2.0.1: {}
+
+ micromark-util-sanitize-uri@2.0.1:
+ dependencies:
+ micromark-util-character: 2.1.1
+ micromark-util-encode: 2.0.1
+ micromark-util-symbol: 2.0.1
+
+ micromark-util-symbol@2.0.1: {}
+
+ micromark-util-types@2.0.1: {}
+
+ micromatch@4.0.8:
dependencies:
braces: 3.0.3
picomatch: 2.3.1
@@ -14038,56 +12573,26 @@ snapshots:
mimic-fn@2.1.0: {}
- mimic-fn@4.0.0: {}
-
min-indent@1.0.1: {}
minimatch@3.1.2:
dependencies:
brace-expansion: 1.1.11
- minimatch@4.2.3:
- dependencies:
- brace-expansion: 1.1.11
-
- minimatch@5.1.6:
- dependencies:
- brace-expansion: 2.0.1
-
- minimatch@9.0.4:
+ minimatch@9.0.5:
dependencies:
brace-expansion: 2.0.1
minimist@1.2.8: {}
- minipass@3.3.6:
- dependencies:
- yallist: 4.0.0
-
- minipass@5.0.0: {}
-
minipass@7.1.2: {}
- minizlib@2.1.2:
- dependencies:
- minipass: 3.3.6
- yallist: 4.0.0
-
- mkdirp-classic@0.5.3: {}
-
mkdirp@0.5.6:
dependencies:
minimist: 1.2.8
mkdirp@1.0.4: {}
- mlly@1.7.1:
- dependencies:
- acorn: 8.12.0
- pathe: 1.1.2
- pkg-types: 1.1.1
- ufo: 1.5.3
-
morgan@1.10.0:
dependencies:
basic-auth: 2.0.1
@@ -14100,8 +12605,6 @@ snapshots:
ms@2.0.0: {}
- ms@2.1.2: {}
-
ms@2.1.3: {}
multer@1.4.5-lts.1:
@@ -14116,55 +12619,44 @@ snapshots:
mute-stream@0.0.8: {}
- nanoid@3.3.7: {}
+ nanoid@3.3.11: {}
natural-compare@1.4.0: {}
negotiator@0.6.3: {}
+ negotiator@0.6.4: {}
+
neo-async@2.6.2: {}
no-case@3.0.4:
dependencies:
lower-case: 2.0.2
- tslib: 2.6.3
+ tslib: 2.8.1
node-abort-controller@3.1.1: {}
- node-dir@0.1.17:
- dependencies:
- minimatch: 3.1.2
-
- node-fetch-native@1.6.4: {}
-
node-fetch@2.7.0:
dependencies:
whatwg-url: 5.0.0
node-int64@0.4.0: {}
- node-releases@2.0.14: {}
+ node-releases@2.0.18: {}
- nodemon@3.1.3:
+ nodemon@3.1.7:
dependencies:
chokidar: 3.6.0
- debug: 4.3.5(supports-color@5.5.0)
+ debug: 4.3.7(supports-color@5.5.0)
ignore-by-default: 1.0.1
minimatch: 3.1.2
pstree.remy: 1.1.8
- semver: 7.6.2
+ semver: 7.6.3
simple-update-notifier: 2.0.0
supports-color: 5.5.0
touch: 3.1.1
undefsafe: 2.0.5
- normalize-package-data@2.5.0:
- dependencies:
- hosted-git-info: 2.8.9
- resolve: 1.22.8
- semver: 5.7.2
- validate-npm-package-license: 3.0.4
-
normalize-path@2.1.1:
dependencies:
remove-trailing-separator: 1.1.0
@@ -14175,28 +12667,11 @@ snapshots:
dependencies:
path-key: 3.1.1
- npm-run-path@5.3.0:
- dependencies:
- path-key: 4.0.0
-
nullthrows@1.1.1: {}
- nypm@0.3.8:
- dependencies:
- citty: 0.1.6
- consola: 3.2.3
- execa: 8.0.1
- pathe: 1.1.2
- ufo: 1.5.3
-
object-assign@4.1.1: {}
- object-inspect@1.13.1: {}
-
- object-is@1.1.6:
- dependencies:
- call-bind: 1.0.7
- define-properties: 1.2.1
+ object-inspect@1.13.3: {}
object-keys@1.1.1: {}
@@ -14217,20 +12692,14 @@ snapshots:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.23.3
+ es-abstract: 1.23.5
es-object-atoms: 1.0.0
object.groupby@1.0.3:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.23.3
-
- object.hasown@1.1.4:
- dependencies:
- define-properties: 1.2.1
- es-abstract: 1.23.3
- es-object-atoms: 1.0.0
+ es-abstract: 1.23.5
object.values@1.2.0:
dependencies:
@@ -14238,8 +12707,6 @@ snapshots:
define-properties: 1.2.1
es-object-atoms: 1.0.0
- ohash@1.1.3: {}
-
on-finished@2.3.0:
dependencies:
ee-first: 1.1.1
@@ -14262,9 +12729,11 @@ snapshots:
dependencies:
mimic-fn: 2.1.0
- onetime@6.0.0:
+ oniguruma-to-es@0.4.1:
dependencies:
- mimic-fn: 4.0.0
+ emoji-regex-xs: 1.0.0
+ regex: 5.0.2
+ regex-recursion: 4.2.1
open@8.4.2:
dependencies:
@@ -14272,12 +12741,12 @@ snapshots:
is-docker: 2.2.1
is-wsl: 2.2.0
- optimism@0.18.0:
+ optimism@0.18.1:
dependencies:
'@wry/caches': 1.0.1
'@wry/context': 0.7.4
- '@wry/trie': 0.4.3
- tslib: 2.6.3
+ '@wry/trie': 0.5.0
+ tslib: 2.8.1
optionator@0.9.4:
dependencies:
@@ -14312,11 +12781,7 @@ snapshots:
p-limit@4.0.0:
dependencies:
- yocto-queue: 1.0.0
-
- p-locate@3.0.0:
- dependencies:
- p-limit: 2.3.0
+ yocto-queue: 1.1.1
p-locate@4.1.0:
dependencies:
@@ -14336,14 +12801,12 @@ snapshots:
p-try@2.2.0: {}
- package-json-from-dist@1.0.0: {}
-
- pako@0.2.9: {}
+ package-json-from-dist@1.0.1: {}
param-case@3.0.4:
dependencies:
dot-case: 3.0.4
- tslib: 2.6.3
+ tslib: 2.8.1
parent-module@1.0.1:
dependencies:
@@ -14357,7 +12820,7 @@ snapshots:
parse-json@5.2.0:
dependencies:
- '@babel/code-frame': 7.24.7
+ '@babel/code-frame': 7.26.2
error-ex: 1.3.2
json-parse-even-better-errors: 2.3.1
lines-and-columns: 1.2.4
@@ -14367,14 +12830,12 @@ snapshots:
pascal-case@3.1.2:
dependencies:
no-case: 3.0.4
- tslib: 2.6.3
+ tslib: 2.8.1
path-case@3.0.4:
dependencies:
dot-case: 3.0.4
- tslib: 2.6.3
-
- path-exists@3.0.0: {}
+ tslib: 2.8.1
path-exists@4.0.0: {}
@@ -14384,8 +12845,6 @@ snapshots:
path-key@3.1.1: {}
- path-key@4.0.0: {}
-
path-parse@1.0.7: {}
path-root-regex@0.1.2: {}
@@ -14396,16 +12855,16 @@ snapshots:
path-scurry@1.11.1:
dependencies:
- lru-cache: 10.2.2
+ lru-cache: 10.4.3
minipass: 7.1.2
- path-to-regexp@0.1.7: {}
+ path-to-regexp@0.1.12: {}
- path-to-regexp@1.8.0:
+ path-to-regexp@1.9.0:
dependencies:
isarray: 0.0.1
- path-to-regexp@6.2.2: {}
+ path-to-regexp@6.3.0: {}
path-type@4.0.0: {}
@@ -14413,83 +12872,63 @@ snapshots:
pathe@1.1.2: {}
- pathval@1.1.1: {}
-
- peek-stream@1.1.3:
- dependencies:
- buffer-from: 1.1.2
- duplexify: 3.7.1
- through2: 2.0.5
+ pathval@2.0.0: {}
- picocolors@1.0.1: {}
+ picocolors@1.1.1: {}
picomatch@2.3.1: {}
- pify@4.0.1: {}
+ picomatch@4.0.2: {}
pirates@4.0.6: {}
- pkg-dir@3.0.0:
- dependencies:
- find-up: 3.0.0
-
pkg-dir@4.2.0:
dependencies:
find-up: 4.1.0
- pkg-dir@5.0.0:
- dependencies:
- find-up: 5.0.0
-
pkg-dir@7.0.0:
dependencies:
find-up: 6.3.0
- pkg-types@1.1.1:
- dependencies:
- confbox: 0.1.7
- mlly: 1.7.1
- pathe: 1.1.2
-
polished@4.3.1:
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.26.10
possible-typed-array-names@1.0.0: {}
- postcss-modules-extract-imports@3.1.0(postcss@8.4.38):
+ postcss-modules-extract-imports@3.1.0(postcss@8.4.49):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.49
- postcss-modules-local-by-default@4.0.5(postcss@8.4.38):
+ postcss-modules-local-by-default@4.1.0(postcss@8.4.49):
dependencies:
- icss-utils: 5.1.0(postcss@8.4.38)
- postcss: 8.4.38
- postcss-selector-parser: 6.1.0
+ icss-utils: 5.1.0(postcss@8.4.49)
+ postcss: 8.4.49
+ postcss-selector-parser: 7.0.0
postcss-value-parser: 4.2.0
- postcss-modules-scope@3.2.0(postcss@8.4.38):
+ postcss-modules-scope@3.2.1(postcss@8.4.49):
dependencies:
- postcss: 8.4.38
- postcss-selector-parser: 6.1.0
+ postcss: 8.4.49
+ postcss-selector-parser: 7.0.0
- postcss-modules-values@4.0.0(postcss@8.4.38):
+ postcss-modules-values@4.0.0(postcss@8.4.49):
dependencies:
- icss-utils: 5.1.0(postcss@8.4.38)
- postcss: 8.4.38
+ icss-utils: 5.1.0(postcss@8.4.49)
+ postcss: 8.4.49
- postcss-selector-parser@6.1.0:
+ postcss-selector-parser@7.0.0:
dependencies:
cssesc: 3.0.0
util-deprecate: 1.0.2
postcss-value-parser@4.2.0: {}
- postcss@8.4.38:
+ postcss@8.4.49:
dependencies:
- nanoid: 3.3.7
- picocolors: 1.0.1
- source-map-js: 1.2.0
+ nanoid: 3.3.11
+ picocolors: 1.1.1
+ source-map-js: 1.2.1
prelude-ls@1.2.1: {}
@@ -14497,7 +12936,7 @@ snapshots:
dependencies:
fast-diff: 1.3.0
- prettier@3.3.2: {}
+ prettier@3.3.3: {}
pretty-format@29.7.0:
dependencies:
@@ -14505,8 +12944,6 @@ snapshots:
ansi-styles: 5.2.0
react-is: 18.3.1
- pretty-hrtime@1.0.3: {}
-
process-nextick-args@2.0.1: {}
process@0.11.10: {}
@@ -14530,6 +12967,8 @@ snapshots:
dependencies:
mkdirp: 1.0.4
+ property-information@6.5.0: {}
+
proxy-addr@2.0.7:
dependencies:
forwarded: 0.2.0
@@ -14537,39 +12976,17 @@ snapshots:
pstree.remy@1.1.8: {}
- pump@2.0.1:
- dependencies:
- end-of-stream: 1.4.4
- once: 1.4.0
-
- pump@3.0.0:
- dependencies:
- end-of-stream: 1.4.4
- once: 1.4.0
-
- pumpify@1.5.1:
- dependencies:
- duplexify: 3.7.1
- inherits: 2.0.4
- pump: 2.0.1
-
- punycode@1.4.1: {}
+ punycode.js@2.3.1: {}
punycode@2.3.1: {}
pure-rand@6.1.0: {}
- pvtsutils@1.3.5:
- dependencies:
- tslib: 2.6.3
-
- pvutils@1.1.3: {}
-
- qs@6.11.0:
+ qs@6.13.0:
dependencies:
side-channel: 1.0.6
- qs@6.12.1:
+ qs@6.13.1:
dependencies:
side-channel: 1.0.6
@@ -14582,8 +12999,6 @@ snapshots:
queue-microtask@1.2.3: {}
- ramda@0.29.0: {}
-
randombytes@2.1.0:
dependencies:
safe-buffer: 5.2.1
@@ -14597,11 +13012,6 @@ snapshots:
iconv-lite: 0.4.24
unpipe: 1.0.0
- react-colorful@5.6.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2):
- dependencies:
- react: 17.0.2
- react-dom: 17.0.2(react@17.0.2)
-
react-confetti@6.1.0(react@17.0.2):
dependencies:
react: 17.0.2
@@ -14611,11 +13021,11 @@ snapshots:
dependencies:
typescript: 5.2.2
- react-docgen@7.0.3:
+ react-docgen@7.1.0:
dependencies:
- '@babel/core': 7.24.7
- '@babel/traverse': 7.24.7(supports-color@5.5.0)
- '@babel/types': 7.24.7
+ '@babel/core': 7.26.0
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
+ '@babel/types': 7.26.0
'@types/babel__core': 7.20.5
'@types/babel__traverse': 7.20.6
'@types/doctrine': 0.0.9
@@ -14633,19 +13043,11 @@ snapshots:
react: 17.0.2
scheduler: 0.20.2
- react-element-to-jsx-string@15.0.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2):
- dependencies:
- '@base2/pretty-print-object': 1.0.1
- is-plain-object: 5.0.0
- react: 17.0.2
- react-dom: 17.0.2(react@17.0.2)
- react-is: 18.1.0
-
react-fast-compare@3.2.2: {}
react-helmet-async@1.3.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2):
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.26.10
invariant: 2.2.4
prop-types: 15.8.1
react: 17.0.2
@@ -14653,19 +13055,17 @@ snapshots:
react-fast-compare: 3.2.2
shallowequal: 1.1.0
- react-i18next@11.18.6(i18next@23.11.5)(react-dom@17.0.2(react@17.0.2))(react@17.0.2):
+ react-i18next@11.18.6(i18next@23.16.8)(react-dom@17.0.2(react@17.0.2))(react@17.0.2):
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.26.10
html-parse-stringify: 3.0.1
- i18next: 23.11.5
+ i18next: 23.16.8
react: 17.0.2
optionalDependencies:
react-dom: 17.0.2(react@17.0.2)
react-is@16.13.1: {}
- react-is@18.1.0: {}
-
react-is@18.3.1: {}
react-player@2.16.0(react@17.0.2):
@@ -14677,25 +13077,6 @@ snapshots:
react: 17.0.2
react-fast-compare: 3.2.2
- react-remove-scroll-bar@2.3.6(@types/react@17.0.80)(react@17.0.2):
- dependencies:
- react: 17.0.2
- react-style-singleton: 2.2.1(@types/react@17.0.80)(react@17.0.2)
- tslib: 2.6.3
- optionalDependencies:
- '@types/react': 17.0.80
-
- react-remove-scroll@2.5.5(@types/react@17.0.80)(react@17.0.2):
- dependencies:
- react: 17.0.2
- react-remove-scroll-bar: 2.3.6(@types/react@17.0.80)(react@17.0.2)
- react-style-singleton: 2.2.1(@types/react@17.0.80)(react@17.0.2)
- tslib: 2.6.3
- use-callback-ref: 1.3.2(@types/react@17.0.80)(react@17.0.2)
- use-sidecar: 1.1.2(@types/react@17.0.80)(react@17.0.2)
- optionalDependencies:
- '@types/react': 17.0.80
-
react-responsive@9.0.2(react@17.0.2):
dependencies:
hyphenate-style-name: 1.1.0
@@ -14706,7 +13087,7 @@ snapshots:
react-router-dom@5.3.4(react@17.0.2):
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.26.10
history: 4.10.1
loose-envify: 1.4.0
prop-types: 15.8.1
@@ -14715,13 +13096,19 @@ snapshots:
tiny-invariant: 1.3.3
tiny-warning: 1.0.3
+ react-router-hash-link@2.4.3(react-router-dom@5.3.4(react@17.0.2))(react@17.0.2):
+ dependencies:
+ prop-types: 15.8.1
+ react: 17.0.2
+ react-router-dom: 5.3.4(react@17.0.2)
+
react-router@5.3.4(react@17.0.2):
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.26.10
history: 4.10.1
hoist-non-react-statics: 3.3.2
loose-envify: 1.4.0
- path-to-regexp: 1.8.0
+ path-to-regexp: 1.9.0
prop-types: 15.8.1
react: 17.0.2
react-is: 16.13.1
@@ -14738,33 +13125,11 @@ snapshots:
react-dom: 17.0.2(react@17.0.2)
resize-observer-polyfill: 1.5.1
- react-style-singleton@2.2.1(@types/react@17.0.80)(react@17.0.2):
- dependencies:
- get-nonce: 1.0.1
- invariant: 2.2.4
- react: 17.0.2
- tslib: 2.6.3
- optionalDependencies:
- '@types/react': 17.0.80
-
react@17.0.2:
dependencies:
loose-envify: 1.4.0
object-assign: 4.1.1
- read-pkg-up@7.0.1:
- dependencies:
- find-up: 4.1.0
- read-pkg: 5.2.0
- type-fest: 0.8.1
-
- read-pkg@5.2.0:
- dependencies:
- '@types/normalize-package-data': 2.4.4
- normalize-package-data: 2.5.0
- parse-json: 5.2.0
- type-fest: 0.6.0
-
readable-stream@2.3.8:
dependencies:
core-util-is: 1.0.3
@@ -14791,7 +13156,7 @@ snapshots:
esprima: 4.0.1
source-map: 0.6.1
tiny-invariant: 1.3.3
- tslib: 2.6.3
+ tslib: 2.8.1
rechoir@0.8.0:
dependencies:
@@ -14801,13 +13166,13 @@ snapshots:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.23.3
+ es-abstract: 1.23.5
es-errors: 1.3.0
get-intrinsic: 1.2.4
globalthis: 1.0.4
- which-builtin-type: 1.1.3
+ which-builtin-type: 1.1.4
- regenerate-unicode-properties@10.1.1:
+ regenerate-unicode-properties@10.2.0:
dependencies:
regenerate: 1.4.2
@@ -14817,53 +13182,53 @@ snapshots:
regenerator-transform@0.15.2:
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.26.10
+
+ regex-recursion@4.2.1:
+ dependencies:
+ regex-utilities: 2.3.0
+
+ regex-utilities@2.3.0: {}
+
+ regex@5.0.2:
+ dependencies:
+ regex-utilities: 2.3.0
- regexp.prototype.flags@1.5.2:
+ regexp.prototype.flags@1.5.3:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
es-errors: 1.3.0
set-function-name: 2.0.2
- regexpu-core@5.3.2:
+ regexpu-core@6.2.0:
dependencies:
- '@babel/regjsgen': 0.8.0
regenerate: 1.4.2
- regenerate-unicode-properties: 10.1.1
- regjsparser: 0.9.1
+ regenerate-unicode-properties: 10.2.0
+ regjsgen: 0.8.0
+ regjsparser: 0.12.0
unicode-match-property-ecmascript: 2.0.0
- unicode-match-property-value-ecmascript: 2.1.0
+ unicode-match-property-value-ecmascript: 2.2.0
- regjsparser@0.9.1:
+ regjsgen@0.8.0: {}
+
+ regjsparser@0.12.0:
dependencies:
- jsesc: 0.5.0
+ jsesc: 3.0.2
- rehackt@0.1.0(@types/react@17.0.80)(react@17.0.2):
+ rehackt@0.1.0(@types/react@17.0.83)(react@17.0.2):
optionalDependencies:
- '@types/react': 17.0.80
+ '@types/react': 17.0.83
react: 17.0.2
- rehype-external-links@3.0.0:
- dependencies:
- '@types/hast': 3.0.4
- '@ungap/structured-clone': 1.2.0
- hast-util-is-element: 3.0.0
- is-absolute-url: 4.0.1
- space-separated-tokens: 2.0.2
- unist-util-visit: 5.0.0
-
- rehype-slug@6.0.0:
- dependencies:
- '@types/hast': 3.0.4
- github-slugger: 2.0.0
- hast-util-heading-rank: 3.0.0
- hast-util-to-string: 3.0.0
- unist-util-visit: 5.0.0
+ rehackt@0.1.0(@types/react@18.3.3)(react@17.0.2):
+ optionalDependencies:
+ '@types/react': 18.3.3
+ react: 17.0.2
relay-runtime@12.0.0:
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.26.10
fbjs: 3.0.5
invariant: 2.2.4
transitivePeerDependencies:
@@ -14881,8 +13246,6 @@ snapshots:
require-main-filename@2.0.0: {}
- requireindex@1.2.0: {}
-
resize-observer-polyfill@1.5.1: {}
resolve-cwd@3.0.0:
@@ -14901,13 +13264,13 @@ snapshots:
resolve@1.22.8:
dependencies:
- is-core-module: 2.13.1
+ is-core-module: 2.15.1
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
resolve@2.0.0-next.5:
dependencies:
- is-core-module: 2.13.1
+ is-core-module: 2.15.1
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
@@ -14924,44 +13287,37 @@ snapshots:
rfdc@1.4.1: {}
- rimraf@2.6.3:
- dependencies:
- glob: 7.2.3
-
rimraf@3.0.2:
dependencies:
glob: 7.2.3
- rimraf@5.0.7:
+ rimraf@5.0.10:
dependencies:
- glob: 10.4.2
-
- rollup@3.29.4:
- optionalDependencies:
- fsevents: 2.3.3
+ glob: 10.4.5
- rollup@4.18.0:
+ rollup@4.27.3:
dependencies:
- '@types/estree': 1.0.5
+ '@types/estree': 1.0.6
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.18.0
- '@rollup/rollup-android-arm64': 4.18.0
- '@rollup/rollup-darwin-arm64': 4.18.0
- '@rollup/rollup-darwin-x64': 4.18.0
- '@rollup/rollup-linux-arm-gnueabihf': 4.18.0
- '@rollup/rollup-linux-arm-musleabihf': 4.18.0
- '@rollup/rollup-linux-arm64-gnu': 4.18.0
- '@rollup/rollup-linux-arm64-musl': 4.18.0
- '@rollup/rollup-linux-powerpc64le-gnu': 4.18.0
- '@rollup/rollup-linux-riscv64-gnu': 4.18.0
- '@rollup/rollup-linux-s390x-gnu': 4.18.0
- '@rollup/rollup-linux-x64-gnu': 4.18.0
- '@rollup/rollup-linux-x64-musl': 4.18.0
- '@rollup/rollup-win32-arm64-msvc': 4.18.0
- '@rollup/rollup-win32-ia32-msvc': 4.18.0
- '@rollup/rollup-win32-x64-msvc': 4.18.0
+ '@rollup/rollup-android-arm-eabi': 4.27.3
+ '@rollup/rollup-android-arm64': 4.27.3
+ '@rollup/rollup-darwin-arm64': 4.27.3
+ '@rollup/rollup-darwin-x64': 4.27.3
+ '@rollup/rollup-freebsd-arm64': 4.27.3
+ '@rollup/rollup-freebsd-x64': 4.27.3
+ '@rollup/rollup-linux-arm-gnueabihf': 4.27.3
+ '@rollup/rollup-linux-arm-musleabihf': 4.27.3
+ '@rollup/rollup-linux-arm64-gnu': 4.27.3
+ '@rollup/rollup-linux-arm64-musl': 4.27.3
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.27.3
+ '@rollup/rollup-linux-riscv64-gnu': 4.27.3
+ '@rollup/rollup-linux-s390x-gnu': 4.27.3
+ '@rollup/rollup-linux-x64-gnu': 4.27.3
+ '@rollup/rollup-linux-x64-musl': 4.27.3
+ '@rollup/rollup-win32-arm64-msvc': 4.27.3
+ '@rollup/rollup-win32-ia32-msvc': 4.27.3
+ '@rollup/rollup-win32-x64-msvc': 4.27.3
fsevents: 2.3.3
- optional: true
run-async@2.4.1: {}
@@ -14971,7 +13327,7 @@ snapshots:
rxjs@7.8.1:
dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
safe-array-concat@1.1.2:
dependencies:
@@ -14990,7 +13346,7 @@ snapshots:
es-errors: 1.3.0
is-regex: 1.1.4
- safe-stable-stringify@2.4.3: {}
+ safe-stable-stringify@2.5.0: {}
safer-buffer@2.1.2: {}
@@ -15008,19 +13364,17 @@ snapshots:
schema-utils@4.2.0:
dependencies:
'@types/json-schema': 7.0.15
- ajv: 8.16.0
- ajv-formats: 2.1.1(ajv@8.16.0)
- ajv-keywords: 5.1.0(ajv@8.16.0)
+ ajv: 8.17.1
+ ajv-formats: 2.1.1(ajv@8.17.1)
+ ajv-keywords: 5.1.0(ajv@8.17.1)
scuid@1.1.0: {}
- semver@5.7.2: {}
-
semver@6.3.1: {}
- semver@7.6.2: {}
+ semver@7.6.3: {}
- send@0.18.0:
+ send@0.19.0:
dependencies:
debug: 2.6.9
depd: 2.0.0
@@ -15041,19 +13395,19 @@ snapshots:
sentence-case@3.0.4:
dependencies:
no-case: 3.0.4
- tslib: 2.6.3
+ tslib: 2.8.1
upper-case-first: 2.0.2
serialize-javascript@6.0.2:
dependencies:
randombytes: 2.1.0
- serve-static@1.15.0:
+ serve-static@1.16.2:
dependencies:
- encodeurl: 1.0.2
+ encodeurl: 2.0.0
escape-html: 1.0.3
parseurl: 1.3.3
- send: 0.18.0
+ send: 0.19.0
transitivePeerDependencies:
- supports-color
@@ -15100,19 +13454,21 @@ snapshots:
shell-quote@1.8.1: {}
- shiki@0.14.7:
+ shiki@1.23.1:
dependencies:
- ansi-sequence-parser: 1.1.1
- jsonc-parser: 3.2.1
- vscode-oniguruma: 1.7.0
- vscode-textmate: 8.0.0
+ '@shikijs/core': 1.23.1
+ '@shikijs/engine-javascript': 1.23.1
+ '@shikijs/engine-oniguruma': 1.23.1
+ '@shikijs/types': 1.23.1
+ '@shikijs/vscode-textmate': 9.3.0
+ '@types/hast': 3.0.4
side-channel@1.0.6:
dependencies:
call-bind: 1.0.7
es-errors: 1.3.0
get-intrinsic: 1.2.4
- object-inspect: 1.13.1
+ object-inspect: 1.13.3
siginfo@2.0.0: {}
@@ -15128,7 +13484,7 @@ snapshots:
simple-update-notifier@2.0.0:
dependencies:
- semver: 7.6.2
+ semver: 7.6.3
sisteransi@1.0.5: {}
@@ -15155,9 +13511,9 @@ snapshots:
snake-case@3.0.4:
dependencies:
dot-case: 3.0.4
- tslib: 2.6.3
+ tslib: 2.8.1
- source-map-js@1.2.0: {}
+ source-map-js@1.2.1: {}
source-map-support@0.5.13:
dependencies:
@@ -15173,27 +13529,11 @@ snapshots:
space-separated-tokens@2.0.2: {}
- spawn-command@0.0.2: {}
-
- spdx-correct@3.2.0:
- dependencies:
- spdx-expression-parse: 3.0.1
- spdx-license-ids: 3.0.18
-
- spdx-exceptions@2.5.0: {}
-
- spdx-expression-parse@3.0.1:
- dependencies:
- spdx-exceptions: 2.5.0
- spdx-license-ids: 3.0.18
-
- spdx-license-ids@3.0.18: {}
-
split-on-first@1.1.0: {}
sponge-case@1.0.1:
dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
sprintf-js@1.0.3: {}
@@ -15207,24 +13547,18 @@ snapshots:
statuses@2.0.1: {}
- std-env@3.7.0: {}
+ std-env@3.8.0: {}
- store2@2.14.3: {}
-
- storybook@8.1.10(@babel/preset-env@7.24.7(@babel/core@7.24.7))(react-dom@17.0.2(react@17.0.2))(react@17.0.2):
+ storybook@8.4.5(prettier@3.3.3):
dependencies:
- '@storybook/cli': 8.1.10(@babel/preset-env@7.24.7(@babel/core@7.24.7))(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
+ '@storybook/core': 8.4.5(prettier@3.3.3)
+ optionalDependencies:
+ prettier: 3.3.3
transitivePeerDependencies:
- - '@babel/preset-env'
- bufferutil
- - encoding
- - react
- - react-dom
- supports-color
- utf-8-validate
- stream-shift@1.0.3: {}
-
streamsearch@1.1.0: {}
strict-uri-encode@2.0.0: {}
@@ -15254,22 +13588,27 @@ snapshots:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.23.3
+ es-abstract: 1.23.5
es-errors: 1.3.0
es-object-atoms: 1.0.0
get-intrinsic: 1.2.4
gopd: 1.0.1
has-symbols: 1.0.3
internal-slot: 1.0.7
- regexp.prototype.flags: 1.5.2
+ regexp.prototype.flags: 1.5.3
set-function-name: 2.0.2
side-channel: 1.0.6
+ string.prototype.repeat@1.0.0:
+ dependencies:
+ define-properties: 1.2.1
+ es-abstract: 1.23.5
+
string.prototype.trim@1.2.9:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.23.3
+ es-abstract: 1.23.5
es-object-atoms: 1.0.0
string.prototype.trimend@1.0.8:
@@ -15292,13 +13631,18 @@ snapshots:
dependencies:
safe-buffer: 5.2.1
+ stringify-entities@4.0.4:
+ dependencies:
+ character-entities-html4: 2.1.0
+ character-entities-legacy: 3.0.0
+
strip-ansi@6.0.1:
dependencies:
ansi-regex: 5.0.1
strip-ansi@7.1.0:
dependencies:
- ansi-regex: 6.0.1
+ ansi-regex: 6.1.0
strip-bom@3.0.0: {}
@@ -15306,30 +13650,24 @@ snapshots:
strip-final-newline@2.0.0: {}
- strip-final-newline@3.0.0: {}
-
strip-indent@4.0.0:
dependencies:
min-indent: 1.0.1
strip-json-comments@3.1.1: {}
- strip-literal@1.3.0:
- dependencies:
- acorn: 8.12.0
-
- style-loader@3.3.4(webpack@5.92.0(webpack-cli@5.1.4)):
+ style-loader@3.3.4(webpack@5.96.1):
dependencies:
- webpack: 5.92.0(webpack-cli@5.1.4)
+ webpack: 5.96.1(webpack-cli@5.1.4)
- styled-components@5.3.11(@babel/core@7.24.7)(react-dom@17.0.2(react@17.0.2))(react-is@18.3.1)(react@17.0.2):
+ styled-components@5.3.11(@babel/core@7.26.0)(react-dom@17.0.2(react@17.0.2))(react-is@18.3.1)(react@17.0.2):
dependencies:
- '@babel/helper-module-imports': 7.24.7(supports-color@5.5.0)
- '@babel/traverse': 7.24.7(supports-color@5.5.0)
- '@emotion/is-prop-valid': 1.2.2
+ '@babel/helper-module-imports': 7.25.9(supports-color@5.5.0)
+ '@babel/traverse': 7.25.9(supports-color@5.5.0)
+ '@emotion/is-prop-valid': 1.3.1
'@emotion/stylis': 0.8.5
'@emotion/unitless': 0.7.5
- babel-plugin-styled-components: 2.1.4(@babel/core@7.24.7)(styled-components@5.3.11(@babel/core@7.24.7)(react-dom@17.0.2(react@17.0.2))(react-is@18.3.1)(react@17.0.2))(supports-color@5.5.0)
+ babel-plugin-styled-components: 2.1.4(@babel/core@7.26.0)(styled-components@5.3.11(@babel/core@7.26.0)(react-dom@17.0.2(react@17.0.2))(react-is@18.3.1)(react@17.0.2))(supports-color@5.5.0)
css-to-react-native: 3.2.0
hoist-non-react-statics: 3.3.2
react: 17.0.2
@@ -15344,13 +13682,13 @@ snapshots:
dependencies:
component-emitter: 1.3.1
cookiejar: 2.1.4
- debug: 4.3.5(supports-color@5.5.0)
+ debug: 4.3.7(supports-color@5.5.0)
fast-safe-stringify: 2.1.1
- form-data: 4.0.0
- formidable: 3.5.1
+ form-data: 4.0.1
+ formidable: 3.5.2
methods: 1.1.2
mime: 2.6.0
- qs: 6.12.1
+ qs: 6.13.1
transitivePeerDependencies:
- supports-color
@@ -15377,71 +13715,30 @@ snapshots:
swap-case@2.0.2:
dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
symbol-observable@4.0.0: {}
- synckit@0.8.8:
+ synckit@0.9.2:
dependencies:
'@pkgr/core': 0.1.1
- tslib: 2.6.3
+ tslib: 2.8.1
tapable@2.2.1: {}
- tar-fs@2.1.1:
- dependencies:
- chownr: 1.1.4
- mkdirp-classic: 0.5.3
- pump: 3.0.0
- tar-stream: 2.2.0
-
- tar-stream@2.2.0:
- dependencies:
- bl: 4.1.0
- end-of-stream: 1.4.4
- fs-constants: 1.0.0
- inherits: 2.0.4
- readable-stream: 3.6.2
-
- tar@6.2.1:
- dependencies:
- chownr: 2.0.0
- fs-minipass: 2.1.0
- minipass: 5.0.0
- minizlib: 2.1.2
- mkdirp: 1.0.4
- yallist: 4.0.0
-
- telejson@7.2.0:
- dependencies:
- memoizerific: 1.11.3
-
- temp-dir@3.0.0: {}
-
- temp@0.8.4:
- dependencies:
- rimraf: 2.6.3
-
- tempy@3.1.0:
- dependencies:
- is-stream: 3.0.0
- temp-dir: 3.0.0
- type-fest: 2.19.0
- unique-string: 3.0.0
-
- terser-webpack-plugin@5.3.10(webpack@5.92.0(webpack-cli@5.1.4)):
+ terser-webpack-plugin@5.3.10(webpack@5.96.1):
dependencies:
'@jridgewell/trace-mapping': 0.3.25
jest-worker: 27.5.1
schema-utils: 3.3.0
serialize-javascript: 6.0.2
- terser: 5.31.1
- webpack: 5.92.0(webpack-cli@5.1.4)
+ terser: 5.36.0
+ webpack: 5.96.1(webpack-cli@5.1.4)
- terser@5.31.1:
+ terser@5.36.0:
dependencies:
'@jridgewell/source-map': 0.3.6
- acorn: 8.12.0
+ acorn: 8.14.0
commander: 2.20.3
source-map-support: 0.5.21
@@ -15455,26 +13752,25 @@ snapshots:
text-table@0.2.0: {}
- through2@2.0.5:
- dependencies:
- readable-stream: 2.3.8
- xtend: 4.0.2
-
through@2.3.8: {}
tiny-invariant@1.3.3: {}
tiny-warning@1.0.3: {}
- tinybench@2.8.0: {}
+ tinybench@2.9.0: {}
+
+ tinyexec@0.3.1: {}
+
+ tinypool@1.0.2: {}
- tinypool@0.7.0: {}
+ tinyrainbow@1.2.0: {}
- tinyspy@2.2.1: {}
+ tinyspy@3.0.2: {}
title-case@3.0.3:
dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
tmp@0.0.33:
dependencies:
@@ -15482,14 +13778,10 @@ snapshots:
tmpl@1.0.5: {}
- to-fast-properties@2.0.0: {}
-
to-regex-range@5.0.1:
dependencies:
is-number: 7.0.0
- tocbot@4.28.2: {}
-
toidentifier@1.0.1: {}
touch@3.1.1: {}
@@ -15498,9 +13790,11 @@ snapshots:
tree-kill@1.2.2: {}
+ trim-lines@3.0.1: {}
+
triple-beam@1.4.1: {}
- ts-api-utils@1.3.0(typescript@5.2.2):
+ ts-api-utils@1.4.0(typescript@5.2.2):
dependencies:
typescript: 5.2.2
@@ -15508,20 +13802,20 @@ snapshots:
ts-invariant@0.10.3:
dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
- ts-log@2.2.5: {}
+ ts-log@2.2.7: {}
- ts-node@10.9.2(@swc/core@1.6.3)(@types/node@20.14.5)(typescript@5.2.2):
+ ts-node@10.9.2(@swc/core@1.9.3)(@types/node@20.17.6)(typescript@5.2.2):
dependencies:
'@cspotcode/source-map-support': 0.8.1
'@tsconfig/node10': 1.0.11
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.4
- '@types/node': 20.14.5
- acorn: 8.12.0
- acorn-walk: 8.3.3
+ '@types/node': 20.17.6
+ acorn: 8.14.0
+ acorn-walk: 8.3.4
arg: 4.1.3
create-require: 1.1.1
diff: 4.0.2
@@ -15530,7 +13824,7 @@ snapshots:
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
optionalDependencies:
- '@swc/core': 1.6.3
+ '@swc/core': 1.9.3
tsconfig-paths@3.15.0:
dependencies:
@@ -15545,16 +13839,11 @@ snapshots:
minimist: 1.2.8
strip-bom: 3.0.0
- tslib@1.14.1: {}
-
tslib@2.4.1: {}
tslib@2.6.3: {}
- tsutils@3.21.0(typescript@5.2.2):
- dependencies:
- tslib: 1.14.1
- typescript: 5.2.2
+ tslib@2.8.1: {}
tween-functions@1.2.0: {}
@@ -15568,12 +13857,6 @@ snapshots:
type-fest@0.21.3: {}
- type-fest@0.6.0: {}
-
- type-fest@0.8.1: {}
-
- type-fest@1.4.0: {}
-
type-fest@2.19.0: {}
type-is@1.6.18:
@@ -15595,7 +13878,7 @@ snapshots:
has-proto: 1.0.3
is-typed-array: 1.1.13
- typed-array-byte-offset@1.0.2:
+ typed-array-byte-offset@1.0.3:
dependencies:
available-typed-arrays: 1.0.7
call-bind: 1.0.7
@@ -15603,6 +13886,7 @@ snapshots:
gopd: 1.0.1
has-proto: 1.0.3
is-typed-array: 1.1.13
+ reflect.getprototypeof: 1.0.6
typed-array-length@1.0.6:
dependencies:
@@ -15615,22 +13899,20 @@ snapshots:
typedarray@0.0.6: {}
- typedoc@0.25.13(typescript@5.2.2):
+ typedoc@0.26.11(typescript@5.2.2):
dependencies:
lunr: 2.3.9
- marked: 4.3.0
- minimatch: 9.0.4
- shiki: 0.14.7
+ markdown-it: 14.1.0
+ minimatch: 9.0.5
+ shiki: 1.23.1
typescript: 5.2.2
+ yaml: 2.6.1
typescript@5.2.2: {}
- ua-parser-js@1.0.38: {}
+ ua-parser-js@1.0.39: {}
- ufo@1.5.3: {}
-
- uglify-js@3.18.0:
- optional: true
+ uc.micro@2.1.0: {}
unbox-primitive@1.0.2:
dependencies:
@@ -15643,37 +13925,41 @@ snapshots:
undefsafe@2.0.5: {}
- undici-types@5.26.5: {}
+ undici-types@6.19.8: {}
- unicode-canonical-property-names-ecmascript@2.0.0: {}
+ unicode-canonical-property-names-ecmascript@2.0.1: {}
unicode-match-property-ecmascript@2.0.0:
dependencies:
- unicode-canonical-property-names-ecmascript: 2.0.0
+ unicode-canonical-property-names-ecmascript: 2.0.1
unicode-property-aliases-ecmascript: 2.1.0
- unicode-match-property-value-ecmascript@2.1.0: {}
+ unicode-match-property-value-ecmascript@2.2.0: {}
unicode-property-aliases-ecmascript@2.1.0: {}
unicorn-magic@0.1.0: {}
- unique-string@3.0.0:
+ unist-util-is@6.0.0:
dependencies:
- crypto-random-string: 4.0.0
+ '@types/unist': 3.0.3
- unist-util-is@6.0.0:
+ unist-util-position@5.0.0:
dependencies:
- '@types/unist': 3.0.2
+ '@types/unist': 3.0.3
+
+ unist-util-stringify-position@4.0.0:
+ dependencies:
+ '@types/unist': 3.0.3
unist-util-visit-parents@6.0.1:
dependencies:
- '@types/unist': 3.0.2
+ '@types/unist': 3.0.3
unist-util-is: 6.0.0
unist-util-visit@5.0.0:
dependencies:
- '@types/unist': 3.0.2
+ '@types/unist': 3.0.3
unist-util-is: 6.0.0
unist-util-visit-parents: 6.0.1
@@ -15685,28 +13971,24 @@ snapshots:
unpipe@1.0.0: {}
- unplugin@1.10.1:
+ unplugin@1.16.0:
dependencies:
- acorn: 8.12.0
- chokidar: 3.6.0
- webpack-sources: 3.2.3
+ acorn: 8.14.0
webpack-virtual-modules: 0.6.2
- untildify@4.0.0: {}
-
- update-browserslist-db@1.0.16(browserslist@4.23.1):
+ update-browserslist-db@1.1.1(browserslist@4.24.2):
dependencies:
- browserslist: 4.23.1
- escalade: 3.1.2
- picocolors: 1.0.1
+ browserslist: 4.24.2
+ escalade: 3.2.0
+ picocolors: 1.1.1
upper-case-first@2.0.2:
dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
upper-case@2.0.2:
dependencies:
- tslib: 2.6.3
+ tslib: 2.8.1
uri-js@4.4.1:
dependencies:
@@ -15714,23 +13996,6 @@ snapshots:
urlpattern-polyfill@10.0.0: {}
- urlpattern-polyfill@8.0.2: {}
-
- use-callback-ref@1.3.2(@types/react@17.0.80)(react@17.0.2):
- dependencies:
- react: 17.0.2
- tslib: 2.6.3
- optionalDependencies:
- '@types/react': 17.0.80
-
- use-sidecar@1.1.2(@types/react@17.0.80)(react@17.0.2):
- dependencies:
- detect-node-es: 1.1.0
- react: 17.0.2
- tslib: 2.6.3
- optionalDependencies:
- '@types/react': 17.0.80
-
util-deprecate@1.0.2: {}
util@0.12.5:
@@ -15747,81 +14012,86 @@ snapshots:
v8-compile-cache-lib@3.0.1: {}
- v8-to-istanbul@9.2.0:
+ v8-to-istanbul@9.3.0:
dependencies:
'@jridgewell/trace-mapping': 0.3.25
'@types/istanbul-lib-coverage': 2.0.6
convert-source-map: 2.0.0
- validate-npm-package-license@3.0.4:
- dependencies:
- spdx-correct: 3.2.0
- spdx-expression-parse: 3.0.1
-
value-equal@1.0.1: {}
value-or-promise@1.0.12: {}
vary@1.1.2: {}
- vite-node@0.34.6(@types/node@20.14.5)(terser@5.31.1):
+ vfile-message@4.0.2:
+ dependencies:
+ '@types/unist': 3.0.3
+ unist-util-stringify-position: 4.0.0
+
+ vfile@6.0.3:
+ dependencies:
+ '@types/unist': 3.0.3
+ vfile-message: 4.0.2
+
+ vite-node@2.1.9(@types/node@20.17.6)(terser@5.36.0):
dependencies:
cac: 6.7.14
- debug: 4.3.5(supports-color@5.5.0)
- mlly: 1.7.1
+ debug: 4.3.7(supports-color@5.5.0)
+ es-module-lexer: 1.6.0
pathe: 1.1.2
- picocolors: 1.0.1
- vite: 4.5.3(@types/node@20.14.5)(terser@5.31.1)
+ vite: 5.4.17(@types/node@20.17.6)(terser@5.36.0)
transitivePeerDependencies:
- '@types/node'
- less
- lightningcss
- sass
+ - sass-embedded
- stylus
- sugarss
- supports-color
- terser
- vite@4.5.3(@types/node@20.14.5)(terser@5.31.1):
+ vite@5.4.17(@types/node@20.17.6)(terser@5.36.0):
dependencies:
- esbuild: 0.18.20
- postcss: 8.4.38
- rollup: 3.29.4
+ esbuild: 0.21.5
+ postcss: 8.4.49
+ rollup: 4.27.3
optionalDependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.17.6
fsevents: 2.3.3
- terser: 5.31.1
-
- vitest@0.34.6(terser@5.31.1):
- dependencies:
- '@types/chai': 4.3.16
- '@types/chai-subset': 1.3.5
- '@types/node': 20.14.5
- '@vitest/expect': 0.34.6
- '@vitest/runner': 0.34.6
- '@vitest/snapshot': 0.34.6
- '@vitest/spy': 0.34.6
- '@vitest/utils': 0.34.6
- acorn: 8.12.0
- acorn-walk: 8.3.3
- cac: 6.7.14
- chai: 4.4.1
- debug: 4.3.5(supports-color@5.5.0)
- local-pkg: 0.4.3
- magic-string: 0.30.10
+ terser: 5.36.0
+
+ vitest@2.1.9(@types/node@20.17.6)(terser@5.36.0):
+ dependencies:
+ '@vitest/expect': 2.1.9
+ '@vitest/mocker': 2.1.9(vite@5.4.17(@types/node@20.17.6)(terser@5.36.0))
+ '@vitest/pretty-format': 2.1.9
+ '@vitest/runner': 2.1.9
+ '@vitest/snapshot': 2.1.9
+ '@vitest/spy': 2.1.9
+ '@vitest/utils': 2.1.9
+ chai: 5.1.2
+ debug: 4.3.7(supports-color@5.5.0)
+ expect-type: 1.1.0
+ magic-string: 0.30.13
pathe: 1.1.2
- picocolors: 1.0.1
- std-env: 3.7.0
- strip-literal: 1.3.0
- tinybench: 2.8.0
- tinypool: 0.7.0
- vite: 4.5.3(@types/node@20.14.5)(terser@5.31.1)
- vite-node: 0.34.6(@types/node@20.14.5)(terser@5.31.1)
- why-is-node-running: 2.2.2
+ std-env: 3.8.0
+ tinybench: 2.9.0
+ tinyexec: 0.3.1
+ tinypool: 1.0.2
+ tinyrainbow: 1.2.0
+ vite: 5.4.17(@types/node@20.17.6)(terser@5.36.0)
+ vite-node: 2.1.9(@types/node@20.17.6)(terser@5.36.0)
+ why-is-node-running: 2.3.0
+ optionalDependencies:
+ '@types/node': 20.17.6
transitivePeerDependencies:
- less
- lightningcss
+ - msw
- sass
+ - sass-embedded
- stylus
- sugarss
- supports-color
@@ -15829,15 +14099,11 @@ snapshots:
void-elements@3.1.0: {}
- vscode-oniguruma@1.7.0: {}
-
- vscode-textmate@8.0.0: {}
-
walker@1.0.8:
dependencies:
makeerror: 1.0.12
- watchpack@2.4.1:
+ watchpack@2.4.2:
dependencies:
glob-to-regexp: 0.4.1
graceful-fs: 4.2.11
@@ -15846,33 +14112,23 @@ snapshots:
dependencies:
defaults: 1.0.4
- web-streams-polyfill@3.3.3: {}
-
- webcrypto-core@1.8.0:
- dependencies:
- '@peculiar/asn1-schema': 2.3.8
- '@peculiar/json-schema': 1.1.12
- asn1js: 3.0.5
- pvtsutils: 1.3.5
- tslib: 2.6.3
-
webidl-conversions@3.0.1: {}
- webpack-cli@5.1.4(webpack@5.92.0):
+ webpack-cli@5.1.4(webpack@5.96.1):
dependencies:
'@discoveryjs/json-ext': 0.5.7
- '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4(webpack@5.92.0))(webpack@5.92.0(webpack-cli@5.1.4))
- '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4(webpack@5.92.0))(webpack@5.92.0(webpack-cli@5.1.4))
- '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4(webpack@5.92.0))(webpack@5.92.0(webpack-cli@5.1.4))
+ '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4)(webpack@5.96.1)
+ '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4)(webpack@5.96.1)
+ '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4)(webpack@5.96.1)
colorette: 2.0.20
commander: 10.0.1
- cross-spawn: 7.0.3
- envinfo: 7.13.0
+ cross-spawn: 7.0.6
+ envinfo: 7.14.0
fastest-levenshtein: 1.0.16
- import-local: 3.1.0
+ import-local: 3.2.0
interpret: 3.1.1
rechoir: 0.8.0
- webpack: 5.92.0(webpack-cli@5.1.4)
+ webpack: 5.96.1(webpack-cli@5.1.4)
webpack-merge: 5.10.0
webpack-merge@5.10.0:
@@ -15885,19 +14141,18 @@ snapshots:
webpack-virtual-modules@0.6.2: {}
- webpack@5.92.0(webpack-cli@5.1.4):
+ webpack@5.96.1(webpack-cli@5.1.4):
dependencies:
'@types/eslint-scope': 3.7.7
- '@types/estree': 1.0.5
- '@webassemblyjs/ast': 1.12.1
- '@webassemblyjs/wasm-edit': 1.12.1
- '@webassemblyjs/wasm-parser': 1.12.1
- acorn: 8.12.0
- acorn-import-attributes: 1.9.5(acorn@8.12.0)
- browserslist: 4.23.1
+ '@types/estree': 1.0.6
+ '@webassemblyjs/ast': 1.14.1
+ '@webassemblyjs/wasm-edit': 1.14.1
+ '@webassemblyjs/wasm-parser': 1.14.1
+ acorn: 8.14.0
+ browserslist: 4.24.2
chrome-trace-event: 1.0.4
- enhanced-resolve: 5.17.0
- es-module-lexer: 1.5.3
+ enhanced-resolve: 5.17.1
+ es-module-lexer: 1.5.4
eslint-scope: 5.1.1
events: 3.3.0
glob-to-regexp: 0.4.1
@@ -15908,11 +14163,11 @@ snapshots:
neo-async: 2.6.2
schema-utils: 3.3.0
tapable: 2.2.1
- terser-webpack-plugin: 5.3.10(webpack@5.92.0(webpack-cli@5.1.4))
- watchpack: 2.4.1
+ terser-webpack-plugin: 5.3.10(webpack@5.96.1)
+ watchpack: 2.4.2
webpack-sources: 3.2.3
optionalDependencies:
- webpack-cli: 5.1.4(webpack@5.92.0)
+ webpack-cli: 5.1.4(webpack@5.96.1)
transitivePeerDependencies:
- '@swc/core'
- esbuild
@@ -15933,7 +14188,7 @@ snapshots:
is-string: 1.0.7
is-symbol: 1.0.4
- which-builtin-type@1.1.3:
+ which-builtin-type@1.1.4:
dependencies:
function.prototype.name: 1.1.6
has-tostringtag: 1.0.2
@@ -15969,37 +14224,35 @@ snapshots:
dependencies:
isexe: 2.0.0
- why-is-node-running@2.2.2:
+ why-is-node-running@2.3.0:
dependencies:
siginfo: 2.0.0
stackback: 0.0.2
wildcard@2.0.1: {}
- winston-transport@4.7.0:
+ winston-transport@4.9.0:
dependencies:
- logform: 2.6.0
+ logform: 2.7.0
readable-stream: 3.6.2
triple-beam: 1.4.1
- winston@3.13.0:
+ winston@3.17.0:
dependencies:
'@colors/colors': 1.6.0
'@dabh/diagnostics': 2.0.3
- async: 3.2.5
+ async: 3.2.6
is-stream: 2.0.1
- logform: 2.6.0
+ logform: 2.7.0
one-time: 1.0.0
readable-stream: 3.6.2
- safe-stable-stringify: 2.4.3
+ safe-stable-stringify: 2.5.0
stack-trace: 0.0.10
triple-beam: 1.4.1
- winston-transport: 4.7.0
+ winston-transport: 4.9.0
word-wrap@1.2.5: {}
- wordwrap@1.0.0: {}
-
wrap-ansi@6.2.0:
dependencies:
ansi-styles: 4.3.0
@@ -16020,18 +14273,12 @@ snapshots:
wrappy@1.0.2: {}
- write-file-atomic@2.4.3:
- dependencies:
- graceful-fs: 4.2.11
- imurmurhash: 0.1.4
- signal-exit: 3.0.7
-
write-file-atomic@4.0.2:
dependencies:
imurmurhash: 0.1.4
signal-exit: 3.0.7
- ws@8.17.1: {}
+ ws@8.18.0: {}
xtend@4.0.2: {}
@@ -16041,13 +14288,11 @@ snapshots:
yallist@3.1.1: {}
- yallist@4.0.0: {}
-
yaml-ast-parser@0.0.43: {}
yaml@1.10.2: {}
- yaml@2.4.5: {}
+ yaml@2.6.1: {}
yargs-parser@18.1.3:
dependencies:
@@ -16073,7 +14318,7 @@ snapshots:
yargs@17.7.2:
dependencies:
cliui: 8.0.1
- escalade: 3.1.2
+ escalade: 3.2.0
get-caller-file: 2.0.5
require-directory: 2.1.1
string-width: 4.2.3
@@ -16084,10 +14329,12 @@ snapshots:
yocto-queue@0.1.0: {}
- yocto-queue@1.0.0: {}
+ yocto-queue@1.1.1: {}
zen-observable-ts@1.2.5:
dependencies:
zen-observable: 0.8.15
zen-observable@0.8.15: {}
+
+ zwitch@2.0.4: {}
diff --git a/servers/mocking/package.json b/servers/mocking/package.json
index 3a7cf13..ba65f33 100644
--- a/servers/mocking/package.json
+++ b/servers/mocking/package.json
@@ -13,28 +13,28 @@
"lint:ci": "eslint \"**/*.+(js)\""
},
"dependencies": {
- "body-parser": "^1.20.2",
+ "body-parser": "^1.20.3",
"cors": "2.8.5",
- "express": "^4.19.2",
- "express-http-proxy": "^2.0.0",
+ "express": "^4.21.2",
+ "express-http-proxy": "^2.1.1",
"globby": "^11.1.0",
- "graphql": "^16.8.2",
+ "graphql": "^16.9.0",
"import-fresh": "^3.3.0",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"minimist": "^1.2.8",
"morgan": "^1.10.0",
"multer": "1.4.5-lts.1",
- "path-to-regexp": "^6.2.2",
- "winston": "^3.13.0"
+ "path-to-regexp": "^6.3.0",
+ "winston": "^3.17.0"
},
"devDependencies": {
"dotenv": "^16.4.5",
- "eslint": "^8.57.0",
+ "eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
- "eslint-plugin-prettier": "^5.1.3",
+ "eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
- "prettier": "^3.3.2",
+ "prettier": "^3.3.3",
"supertest": "^7.0.0"
},
"jest": {
diff --git a/servers/stitching/package.json b/servers/stitching/package.json
index 768f2b8..93faeea 100644
--- a/servers/stitching/package.json
+++ b/servers/stitching/package.json
@@ -18,10 +18,10 @@
"@graphql-tools/url-loader": "^8.0.2",
"@graphql-tools/utils": "^10.2.2",
"@graphql-tools/wrap": "^10.0.5",
- "body-parser": "^1.20.2",
+ "body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
- "express": "^4.19.2",
+ "express": "^4.21.2",
"express-actuator": "^1.8.4",
"express-http-proxy": "^2.0.0",
"graphql": "^16.8.2",
@@ -34,13 +34,13 @@
"@types/express": "^4.17.21",
"@types/express-actuator": "^1.8.3",
"@types/express-http-proxy": "^1.6.6",
- "@types/node": "^20.14.5",
- "@typescript-eslint/eslint-plugin": "^7.13.1",
- "@typescript-eslint/parser": "^7.13.1",
+ "@types/node": "^20.14.6",
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
+ "@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
- "nodemon": "^3.1.3",
+ "nodemon": "^3.1.4",
"prettier": "^3.3.2",
"ts-node": "^10.9.2"
}