@makeswift/runtime 0.0.0-0dee97b → 0.0.0-237e855
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/box-model.js +1 -0
- package/components.js +1 -0
- package/dist/actions.cjs.js +73 -16
- package/dist/actions.cjs.js.map +1 -1
- package/dist/actions.es.js +67 -16
- package/dist/actions.es.js.map +1 -1
- package/dist/box-models.cjs.js +24 -14
- package/dist/box-models.cjs.js.map +1 -1
- package/dist/box-models.es.js +24 -14
- package/dist/box-models.es.js.map +1 -1
- package/dist/components.cjs.js +39 -6898
- package/dist/components.cjs.js.map +1 -1
- package/dist/components.es.js +11 -6866
- package/dist/components.es.js.map +1 -1
- package/dist/deepEqual.cjs.js +40 -0
- package/dist/deepEqual.cjs.js.map +1 -0
- package/dist/deepEqual.es.js +39 -0
- package/dist/deepEqual.es.js.map +1 -0
- package/dist/descriptors.cjs.js +216 -0
- package/dist/descriptors.cjs.js.map +1 -0
- package/dist/descriptors.es.js +184 -0
- package/dist/descriptors.es.js.map +1 -0
- package/dist/immutable.es.cjs.js +4459 -0
- package/dist/immutable.es.cjs.js.map +1 -0
- package/dist/immutable.es.es.js +4450 -0
- package/dist/immutable.es.es.js.map +1 -0
- package/dist/instances.cjs.js +89 -0
- package/dist/instances.cjs.js.map +1 -0
- package/dist/instances.es.js +87 -0
- package/dist/instances.es.js.map +1 -0
- package/dist/main.cjs.js +1 -0
- package/dist/main.cjs.js.map +1 -1
- package/dist/main.es.js +1 -1
- package/dist/prop-controllers.cjs.js +4 -173
- package/dist/prop-controllers.cjs.js.map +1 -1
- package/dist/prop-controllers.es.js +2 -173
- package/dist/prop-controllers.es.js.map +1 -1
- package/dist/react-builder-preview.cjs.js +179 -33
- package/dist/react-builder-preview.cjs.js.map +1 -1
- package/dist/react-builder-preview.es.js +186 -40
- package/dist/react-builder-preview.es.js.map +1 -1
- package/dist/react.cjs.js +10 -0
- package/dist/react.cjs.js.map +1 -1
- package/dist/react.cjs2.js +23451 -331
- package/dist/react.cjs2.js.map +1 -1
- package/dist/react.es.js +10 -1
- package/dist/react.es.js.map +1 -1
- package/dist/react.es2.js +23367 -298
- package/dist/react.es2.js.map +1 -1
- package/dist/shallowEqual.cjs.js +24 -0
- package/dist/shallowEqual.cjs.js.map +1 -0
- package/dist/shallowEqual.es.js +23 -0
- package/dist/shallowEqual.es.js.map +1 -0
- package/dist/types/codegen-loader.d.ts +2 -0
- package/dist/types/codegen-loader.d.ts.map +1 -0
- package/dist/types/components/BackgroundsContainer/components/BackgroundVideo/index.d.ts +11 -0
- package/dist/types/components/BackgroundsContainer/components/BackgroundVideo/index.d.ts.map +1 -0
- package/dist/types/components/BackgroundsContainer/components/Backgrounds/index.d.ts +8 -0
- package/dist/types/components/BackgroundsContainer/components/Backgrounds/index.d.ts.map +1 -0
- package/dist/types/components/BackgroundsContainer/components/Parallax/index.d.ts +11 -0
- package/dist/types/components/BackgroundsContainer/components/Parallax/index.d.ts.map +1 -0
- package/dist/types/components/BackgroundsContainer/index.d.ts +11 -0
- package/dist/types/components/BackgroundsContainer/index.d.ts.map +1 -0
- package/dist/types/components/Box/Box.d.ts +4 -1
- package/dist/types/components/Box/Box.d.ts.map +1 -1
- package/dist/types/components/Carousel/Carousel.d.ts +25 -0
- package/dist/types/components/Carousel/Carousel.d.ts.map +1 -0
- package/dist/types/components/Carousel/index.d.ts +2 -0
- package/dist/types/components/Carousel/index.d.ts.map +1 -0
- package/dist/types/components/Countdown/Countdown.d.ts +24 -0
- package/dist/types/components/Countdown/Countdown.d.ts.map +1 -0
- package/dist/types/components/Countdown/index.d.ts +2 -0
- package/dist/types/components/Countdown/index.d.ts.map +1 -0
- package/dist/types/components/Divider/Divider.d.ts +14 -0
- package/dist/types/components/Divider/Divider.d.ts.map +1 -0
- package/dist/types/components/Divider/index.d.ts +2 -0
- package/dist/types/components/Divider/index.d.ts.map +1 -0
- package/dist/types/components/Embed/Embed.d.ts +11 -0
- package/dist/types/components/Embed/Embed.d.ts.map +1 -0
- package/dist/types/components/Embed/index.d.ts +2 -0
- package/dist/types/components/Embed/index.d.ts.map +1 -0
- package/dist/types/components/Image/Image.d.ts +26 -0
- package/dist/types/components/Image/Image.d.ts.map +1 -0
- package/dist/types/components/Image/index.d.ts +2 -0
- package/dist/types/components/Image/index.d.ts.map +1 -0
- package/dist/types/components/Link/index.d.ts +9 -0
- package/dist/types/components/Link/index.d.ts.map +1 -0
- package/dist/types/components/RichText/index.d.ts +5 -0
- package/dist/types/components/RichText/index.d.ts.map +1 -0
- package/dist/types/components/Root/Root.d.ts.map +1 -1
- package/dist/types/components/builtin/Box/Box.d.ts +33 -0
- package/dist/types/components/builtin/Box/Box.d.ts.map +1 -0
- package/dist/types/components/builtin/Box/animations.d.ts +69 -0
- package/dist/types/components/builtin/Box/animations.d.ts.map +1 -0
- package/dist/types/components/builtin/Box/components/Placeholder/index.d.ts +7 -0
- package/dist/types/components/builtin/Box/components/Placeholder/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Box/index.d.ts +3 -0
- package/dist/types/components/builtin/Box/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Button/Button.d.ts +118 -0
- package/dist/types/components/builtin/Button/Button.d.ts.map +1 -0
- package/dist/types/components/builtin/Button/index.d.ts +2 -0
- package/dist/types/components/builtin/Button/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Carousel/Carousel.d.ts +28 -0
- package/dist/types/components/builtin/Carousel/Carousel.d.ts.map +1 -0
- package/dist/types/components/builtin/Carousel/index.d.ts +2 -0
- package/dist/types/components/builtin/Carousel/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Countdown/Countdown.d.ts +27 -0
- package/dist/types/components/builtin/Countdown/Countdown.d.ts.map +1 -0
- package/dist/types/components/builtin/Countdown/index.d.ts +2 -0
- package/dist/types/components/builtin/Countdown/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Divider/Divider.d.ts +17 -0
- package/dist/types/components/builtin/Divider/Divider.d.ts.map +1 -0
- package/dist/types/components/builtin/Divider/index.d.ts +2 -0
- package/dist/types/components/builtin/Divider/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Embed/Embed.d.ts +14 -0
- package/dist/types/components/builtin/Embed/Embed.d.ts.map +1 -0
- package/dist/types/components/builtin/Embed/index.d.ts +2 -0
- package/dist/types/components/builtin/Embed/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Image/Image.d.ts +29 -0
- package/dist/types/components/builtin/Image/Image.d.ts.map +1 -0
- package/dist/types/components/builtin/Image/index.d.ts +2 -0
- package/dist/types/components/builtin/Image/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Navigation/Navigation.d.ts +26 -0
- package/dist/types/components/builtin/Navigation/Navigation.d.ts.map +1 -0
- package/dist/types/components/builtin/Navigation/components/DropDownButton/index.d.ts +100 -0
- package/dist/types/components/builtin/Navigation/components/DropDownButton/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Navigation/components/LinksPlaceholder/index.d.ts +8 -0
- package/dist/types/components/builtin/Navigation/components/LinksPlaceholder/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Navigation/components/MobileMenu/components/MobileDropDownButton/index.d.ts +101 -0
- package/dist/types/components/builtin/Navigation/components/MobileMenu/components/MobileDropDownButton/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Navigation/components/MobileMenu/index.d.ts +13 -0
- package/dist/types/components/builtin/Navigation/components/MobileMenu/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Navigation/index.d.ts +2 -0
- package/dist/types/components/builtin/Navigation/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Root/Root.d.ts +14 -0
- package/dist/types/components/builtin/Root/Root.d.ts.map +1 -0
- package/dist/types/components/builtin/Root/components/Placeholder/index.d.ts +5 -0
- package/dist/types/components/builtin/Root/components/Placeholder/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Root/index.d.ts +2 -0
- package/dist/types/components/builtin/Root/index.d.ts.map +1 -0
- package/dist/types/components/builtin/SocialLinks/SocialLinks.d.ts +21 -0
- package/dist/types/components/builtin/SocialLinks/SocialLinks.d.ts.map +1 -0
- package/dist/types/components/builtin/SocialLinks/components/SocialLinksPlaceholder/index.d.ts +8 -0
- package/dist/types/components/builtin/SocialLinks/components/SocialLinksPlaceholder/index.d.ts.map +1 -0
- package/dist/types/components/builtin/SocialLinks/index.d.ts +2 -0
- package/dist/types/components/builtin/SocialLinks/index.d.ts.map +1 -0
- package/dist/types/components/builtin/SocialLinks/options.d.ts +113 -0
- package/dist/types/components/builtin/SocialLinks/options.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/Text.d.ts +19 -0
- package/dist/types/components/builtin/Text/Text.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/components/Block/index.d.ts +24 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/components/Block/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/components/Link/index.d.ts +9 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/components/Link/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/components/Mark/hooks/useTypographyMark.d.ts +25 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/components/Mark/hooks/useTypographyMark.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/components/Mark/index.d.ts +13 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/components/Mark/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/index.d.ts +5 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/DeviceOverridesBlocks.d.ts +3 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/DeviceOverridesBlocks.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/DeviceOverridesMarks.d.ts +3 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/DeviceOverridesMarks.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/Inlines.d.ts +3 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/Inlines.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/Link.d.ts +3 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/Link.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/hooks/useRichText.d.ts +1 -0
- package/dist/types/components/builtin/Text/hooks/useRichText.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/index.d.ts +2 -0
- package/dist/types/components/builtin/Text/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/prop-controllers.d.ts +286 -0
- package/dist/types/components/builtin/Text/prop-controllers.d.ts.map +1 -0
- package/dist/types/components/builtin/index.d.ts +15 -0
- package/dist/types/components/builtin/index.d.ts.map +1 -0
- package/dist/types/components/hooks/index.d.ts +6 -0
- package/dist/types/components/hooks/index.d.ts.map +1 -1
- package/dist/types/components/hooks/useBackgrounds.d.ts +59 -0
- package/dist/types/components/hooks/useBackgrounds.d.ts.map +1 -0
- package/dist/types/components/hooks/useBorder.d.ts +19 -0
- package/dist/types/components/hooks/useBorder.d.ts.map +1 -0
- package/dist/types/components/hooks/useBoxShadow.d.ts +19 -0
- package/dist/types/components/hooks/useBoxShadow.d.ts.map +1 -0
- package/dist/types/components/hooks/useColor.d.ts +7 -0
- package/dist/types/components/hooks/useColor.d.ts.map +1 -0
- package/dist/types/components/hooks/useFile.d.ts +13 -0
- package/dist/types/components/hooks/useFile.d.ts.map +1 -0
- package/dist/types/components/hooks/usePage.d.ts +7 -0
- package/dist/types/components/hooks/usePage.d.ts.map +1 -0
- package/dist/types/components/hooks/useRichText.d.ts +18 -0
- package/dist/types/components/hooks/useRichText.d.ts.map +1 -0
- package/dist/types/components/hooks/useTypography.d.ts +24 -0
- package/dist/types/components/hooks/useTypography.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +2 -3
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/components/shared/BackgroundsContainer/components/BackgroundVideo/index.d.ts +11 -0
- package/dist/types/components/shared/BackgroundsContainer/components/BackgroundVideo/index.d.ts.map +1 -0
- package/dist/types/components/shared/BackgroundsContainer/components/Backgrounds/index.d.ts +8 -0
- package/dist/types/components/shared/BackgroundsContainer/components/Backgrounds/index.d.ts.map +1 -0
- package/dist/types/components/shared/BackgroundsContainer/components/Parallax/index.d.ts +11 -0
- package/dist/types/components/shared/BackgroundsContainer/components/Parallax/index.d.ts.map +1 -0
- package/dist/types/components/shared/BackgroundsContainer/index.d.ts +11 -0
- package/dist/types/components/shared/BackgroundsContainer/index.d.ts.map +1 -0
- package/dist/types/components/shared/GutterContainer/index.d.ts +8 -0
- package/dist/types/components/shared/GutterContainer/index.d.ts.map +1 -0
- package/dist/types/components/shared/Link/index.d.ts +9 -0
- package/dist/types/components/shared/Link/index.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/components/Block/index.d.ts +24 -0
- package/dist/types/components/shared/RichTextEditor/components/Block/index.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/components/Link/index.d.ts +9 -0
- package/dist/types/components/shared/RichTextEditor/components/Link/index.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/components/Mark/hooks/useTypographyMark.d.ts +23 -0
- package/dist/types/components/shared/RichTextEditor/components/Mark/hooks/useTypographyMark.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/components/Mark/index.d.ts +13 -0
- package/dist/types/components/shared/RichTextEditor/components/Mark/index.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/index.d.ts +5 -0
- package/dist/types/components/shared/RichTextEditor/index.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/plugins/DeviceOverridesBlocks.d.ts +3 -0
- package/dist/types/components/shared/RichTextEditor/plugins/DeviceOverridesBlocks.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/plugins/DeviceOverridesMarks.d.ts +3 -0
- package/dist/types/components/shared/RichTextEditor/plugins/DeviceOverridesMarks.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/plugins/Inlines.d.ts +3 -0
- package/dist/types/components/shared/RichTextEditor/plugins/Inlines.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/plugins/Link.d.ts +3 -0
- package/dist/types/components/shared/RichTextEditor/plugins/Link.d.ts.map +1 -0
- package/dist/types/components/utils/colorToString.d.ts +3 -0
- package/dist/types/components/utils/colorToString.d.ts.map +1 -0
- package/dist/types/components/utils/contants.d.ts +5 -0
- package/dist/types/components/utils/contants.d.ts.map +1 -0
- package/dist/types/components/utils/cssMediaRules.d.ts +23 -1
- package/dist/types/components/utils/cssMediaRules.d.ts.map +1 -1
- package/dist/types/components/utils/devices.d.ts +1 -0
- package/dist/types/components/utils/devices.d.ts.map +1 -1
- package/dist/types/components/utils/intersection.d.ts +4 -0
- package/dist/types/components/utils/intersection.d.ts.map +1 -0
- package/dist/types/components/utils/isNonNullable.d.ts +2 -0
- package/dist/types/components/utils/isNonNullable.d.ts.map +1 -0
- package/dist/types/components/utils/keys.d.ts +5 -0
- package/dist/types/components/utils/keys.d.ts.map +1 -0
- package/dist/types/components/utils/placeholders.d.ts +10 -0
- package/dist/types/components/utils/placeholders.d.ts.map +1 -0
- package/dist/types/components/utils/queries.d.ts +7 -0
- package/dist/types/components/utils/queries.d.ts.map +1 -0
- package/dist/types/components/utils/types.d.ts +11 -0
- package/dist/types/components/utils/types.d.ts.map +1 -0
- package/dist/types/generated/graphql.d.ts +756 -0
- package/dist/types/generated/graphql.d.ts.map +1 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/prop-controllers/descriptors.d.ts +38 -2
- package/dist/types/prop-controllers/descriptors.d.ts.map +1 -1
- package/dist/types/prop-controllers/index.d.ts +3 -1
- package/dist/types/prop-controllers/index.d.ts.map +1 -1
- package/dist/types/prop-controllers/instances.d.ts +69 -0
- package/dist/types/prop-controllers/instances.d.ts.map +1 -0
- package/dist/types/prop-controllers/introspection.d.ts +5 -0
- package/dist/types/prop-controllers/introspection.d.ts.map +1 -0
- package/dist/types/react.d.ts +1 -1
- package/dist/types/react.d.ts.map +1 -1
- package/dist/types/runtimes/react.d.ts +14 -7
- package/dist/types/runtimes/react.d.ts.map +1 -1
- package/dist/types/state/actions.d.ts +88 -13
- package/dist/types/state/actions.d.ts.map +1 -1
- package/dist/types/state/modules/box-models.d.ts +5 -5
- package/dist/types/state/modules/box-models.d.ts.map +1 -1
- package/dist/types/state/modules/makeswift-api-client.d.ts +17 -0
- package/dist/types/state/modules/makeswift-api-client.d.ts.map +1 -0
- package/dist/types/state/modules/prop-controller-handles.d.ts +16 -0
- package/dist/types/state/modules/prop-controller-handles.d.ts.map +1 -0
- package/dist/types/state/modules/prop-controllers.d.ts +1 -0
- package/dist/types/state/modules/prop-controllers.d.ts.map +1 -1
- package/dist/types/state/react-builder-preview.d.ts +13 -10
- package/dist/types/state/react-builder-preview.d.ts.map +1 -1
- package/dist/types/state/react-page.d.ts +5 -0
- package/dist/types/state/react-page.d.ts.map +1 -1
- package/dist/types/types.d.ts +2 -0
- package/dist/types/types.d.ts.map +1 -0
- package/dist/types/utils/clamp.d.ts +3 -0
- package/dist/types/utils/clamp.d.ts.map +1 -0
- package/dist/types/utils/coalesce.d.ts +3 -0
- package/dist/types/utils/coalesce.d.ts.map +1 -0
- package/dist/types/utils/constants.d.ts +6 -0
- package/dist/types/utils/constants.d.ts.map +1 -0
- package/dist/types/utils/deepEqual.d.ts.map +1 -1
- package/dist/types/utils/intersection.d.ts +4 -0
- package/dist/types/utils/intersection.d.ts.map +1 -0
- package/dist/types/utils/keys.d.ts +5 -0
- package/dist/types/utils/keys.d.ts.map +1 -0
- package/dist/types/utils/shallowEqual.d.ts.map +1 -1
- package/dist/types/utils/shallowMerge.d.ts +2 -0
- package/dist/types/utils/shallowMerge.d.ts.map +1 -0
- package/package.json +62 -27
- package/prop-controllers.js +1 -0
- package/react.js +1 -0
|
@@ -0,0 +1,756 @@
|
|
|
1
|
+
export declare type Maybe<T> = T | null;
|
|
2
|
+
export declare type InputMaybe<T> = Maybe<T>;
|
|
3
|
+
export declare type Exact<T extends {
|
|
4
|
+
[key: string]: unknown;
|
|
5
|
+
}> = {
|
|
6
|
+
[K in keyof T]: T[K];
|
|
7
|
+
};
|
|
8
|
+
export declare type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
9
|
+
[SubKey in K]?: Maybe<T[SubKey]>;
|
|
10
|
+
};
|
|
11
|
+
export declare type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
|
12
|
+
[SubKey in K]: Maybe<T[SubKey]>;
|
|
13
|
+
};
|
|
14
|
+
/** All built-in and custom scalars, mapped to their actual values */
|
|
15
|
+
export declare type Scalars = {
|
|
16
|
+
ID: string;
|
|
17
|
+
String: string;
|
|
18
|
+
Boolean: boolean;
|
|
19
|
+
Int: number;
|
|
20
|
+
Float: number;
|
|
21
|
+
Date: any;
|
|
22
|
+
DateTime: any;
|
|
23
|
+
Email: any;
|
|
24
|
+
JSON: any;
|
|
25
|
+
JWT: any;
|
|
26
|
+
Mimetype: any;
|
|
27
|
+
URL: any;
|
|
28
|
+
URLPathname: any;
|
|
29
|
+
};
|
|
30
|
+
export declare type AcknowledgeWorkspaceMigrationErrorInput = {
|
|
31
|
+
id: Scalars['ID'];
|
|
32
|
+
};
|
|
33
|
+
export declare type AddAuth0UserToWorkspaceInput = {
|
|
34
|
+
email: Scalars['Email'];
|
|
35
|
+
workspaceId: Scalars['ID'];
|
|
36
|
+
};
|
|
37
|
+
/** Input type for `addDomain` mutation. */
|
|
38
|
+
export declare type AddDomainInput = {
|
|
39
|
+
/** The name of the domain to add. */
|
|
40
|
+
name: Scalars['String'];
|
|
41
|
+
/** The Node ID of the site to add the domain to. */
|
|
42
|
+
siteId: Scalars['ID'];
|
|
43
|
+
};
|
|
44
|
+
export declare type AddNotificationEmailsInput = {
|
|
45
|
+
emails: Array<Scalars['Email']>;
|
|
46
|
+
tableId: Scalars['ID'];
|
|
47
|
+
};
|
|
48
|
+
export declare type AddSnippetToPageData = {
|
|
49
|
+
pageId: Scalars['ID'];
|
|
50
|
+
snippetId: Scalars['ID'];
|
|
51
|
+
};
|
|
52
|
+
export declare type AddSnippetToPageInput = {
|
|
53
|
+
data: AddSnippetToPageData;
|
|
54
|
+
};
|
|
55
|
+
export declare type AddSnippetsToAllPagesInput = {
|
|
56
|
+
siteId: Scalars['ID'];
|
|
57
|
+
snippetIds: Array<Scalars['ID']>;
|
|
58
|
+
};
|
|
59
|
+
export declare type AddSnippetsToPageData = {
|
|
60
|
+
pageId: Scalars['ID'];
|
|
61
|
+
snippetIds: Array<Scalars['ID']>;
|
|
62
|
+
};
|
|
63
|
+
export declare type AddSnippetsToPageInput = {
|
|
64
|
+
data: AddSnippetsToPageData;
|
|
65
|
+
};
|
|
66
|
+
export declare type AddSnippetsToPagesData = {
|
|
67
|
+
pageIds: Array<Scalars['ID']>;
|
|
68
|
+
snippetIds: Array<Scalars['ID']>;
|
|
69
|
+
};
|
|
70
|
+
export declare type AddSnippetsToPagesInput = {
|
|
71
|
+
data: AddSnippetsToPagesData;
|
|
72
|
+
};
|
|
73
|
+
export declare type ArchiveSiteInput = {
|
|
74
|
+
id: Scalars['ID'];
|
|
75
|
+
};
|
|
76
|
+
export declare type ColorData = {
|
|
77
|
+
alpha?: InputMaybe<Scalars['Float']>;
|
|
78
|
+
swatchId?: InputMaybe<Scalars['ID']>;
|
|
79
|
+
};
|
|
80
|
+
export declare type CompleteProfileOnboardingInput = {
|
|
81
|
+
companyName?: InputMaybe<Scalars['String']>;
|
|
82
|
+
firstName: Scalars['String'];
|
|
83
|
+
lastName: Scalars['String'];
|
|
84
|
+
originalReferrer?: InputMaybe<Scalars['String']>;
|
|
85
|
+
};
|
|
86
|
+
export declare type CreateCheckboxTableColumnInput = {
|
|
87
|
+
name: Scalars['String'];
|
|
88
|
+
tableId: Scalars['ID'];
|
|
89
|
+
};
|
|
90
|
+
export declare type CreateCollectionsData = {
|
|
91
|
+
name: Scalars['String'];
|
|
92
|
+
parentId: Scalars['ID'];
|
|
93
|
+
};
|
|
94
|
+
export declare type CreateCollectionsInput = {
|
|
95
|
+
data: Array<CreateCollectionsData>;
|
|
96
|
+
};
|
|
97
|
+
export declare type CreateEmailTableColumnInput = {
|
|
98
|
+
name: Scalars['String'];
|
|
99
|
+
tableId: Scalars['ID'];
|
|
100
|
+
};
|
|
101
|
+
export declare type CreateFolderData = {
|
|
102
|
+
name: Scalars['String'];
|
|
103
|
+
parentId: Scalars['ID'];
|
|
104
|
+
};
|
|
105
|
+
export declare type CreateFolderInput = {
|
|
106
|
+
data: CreateFolderData;
|
|
107
|
+
};
|
|
108
|
+
export declare type CreateGlobalElementInput = {
|
|
109
|
+
data: Scalars['JSON'];
|
|
110
|
+
name: Scalars['String'];
|
|
111
|
+
siteId: Scalars['ID'];
|
|
112
|
+
};
|
|
113
|
+
export declare type CreateLongTextTableColumnInput = {
|
|
114
|
+
name: Scalars['String'];
|
|
115
|
+
tableId: Scalars['ID'];
|
|
116
|
+
};
|
|
117
|
+
export declare type CreateMultipleSelectTableColumnInput = {
|
|
118
|
+
name: Scalars['String'];
|
|
119
|
+
options: Array<CreateMultipleSelectTableColumnOption>;
|
|
120
|
+
tableId: Scalars['ID'];
|
|
121
|
+
};
|
|
122
|
+
export declare type CreateMultipleSelectTableColumnOption = {
|
|
123
|
+
name: Scalars['String'];
|
|
124
|
+
};
|
|
125
|
+
export declare type CreateNumberTableColumnInput = {
|
|
126
|
+
name: Scalars['String'];
|
|
127
|
+
tableId: Scalars['ID'];
|
|
128
|
+
};
|
|
129
|
+
export declare type CreatePageData = {
|
|
130
|
+
collectionId: Scalars['ID'];
|
|
131
|
+
name: Scalars['String'];
|
|
132
|
+
pathname: Scalars['URLPathname'];
|
|
133
|
+
siteId: Scalars['String'];
|
|
134
|
+
};
|
|
135
|
+
export declare type CreatePageDeploymentInput = {
|
|
136
|
+
pageId: Scalars['ID'];
|
|
137
|
+
};
|
|
138
|
+
export declare type CreatePageFromTemplateInput = {
|
|
139
|
+
destinationCollectionId: Scalars['ID'];
|
|
140
|
+
pathname: Scalars['URLPathname'];
|
|
141
|
+
templateId: Scalars['String'];
|
|
142
|
+
};
|
|
143
|
+
export declare type CreatePageInput = {
|
|
144
|
+
data: CreatePageData;
|
|
145
|
+
};
|
|
146
|
+
export declare type CreatePhoneNumberTableColumnInput = {
|
|
147
|
+
name: Scalars['String'];
|
|
148
|
+
tableId: Scalars['ID'];
|
|
149
|
+
};
|
|
150
|
+
export declare type CreateRedirectRuleInput = {
|
|
151
|
+
destinationPageId?: InputMaybe<Scalars['String']>;
|
|
152
|
+
destinationPath?: InputMaybe<Scalars['String']>;
|
|
153
|
+
permanent?: InputMaybe<Scalars['Boolean']>;
|
|
154
|
+
siteId: Scalars['ID'];
|
|
155
|
+
source: Scalars['String'];
|
|
156
|
+
};
|
|
157
|
+
export declare type CreateRewriteRuleInput = {
|
|
158
|
+
destinationPageId?: InputMaybe<Scalars['String']>;
|
|
159
|
+
destinationPath?: InputMaybe<Scalars['String']>;
|
|
160
|
+
siteId: Scalars['ID'];
|
|
161
|
+
source: Scalars['String'];
|
|
162
|
+
};
|
|
163
|
+
export declare type CreateSingleLineTextTableColumnInput = {
|
|
164
|
+
name: Scalars['String'];
|
|
165
|
+
tableId: Scalars['ID'];
|
|
166
|
+
};
|
|
167
|
+
export declare type CreateSingleLineTextTableColumnOption = {
|
|
168
|
+
name: Scalars['String'];
|
|
169
|
+
};
|
|
170
|
+
export declare type CreateSingleSelectTableColumnInput = {
|
|
171
|
+
name: Scalars['String'];
|
|
172
|
+
options: Array<CreateSingleLineTextTableColumnOption>;
|
|
173
|
+
tableId: Scalars['ID'];
|
|
174
|
+
};
|
|
175
|
+
export declare type CreateSiteData = {
|
|
176
|
+
name: Scalars['String'];
|
|
177
|
+
workspaceId: Scalars['ID'];
|
|
178
|
+
};
|
|
179
|
+
export declare type CreateSiteFromTemplateInput = {
|
|
180
|
+
destinationWorkspaceId: Scalars['ID'];
|
|
181
|
+
templateId: Scalars['String'];
|
|
182
|
+
};
|
|
183
|
+
export declare type CreateSiteInput = {
|
|
184
|
+
data: CreateSiteData;
|
|
185
|
+
};
|
|
186
|
+
export declare type CreateSnippetData = {
|
|
187
|
+
builderEnabled: Scalars['Boolean'];
|
|
188
|
+
cleanup?: InputMaybe<Scalars['String']>;
|
|
189
|
+
code: Scalars['String'];
|
|
190
|
+
liveEnabled: Scalars['Boolean'];
|
|
191
|
+
location: SnippetLocation;
|
|
192
|
+
name: Scalars['String'];
|
|
193
|
+
shouldAddToNewPages: Scalars['Boolean'];
|
|
194
|
+
siteId: Scalars['ID'];
|
|
195
|
+
};
|
|
196
|
+
export declare type CreateSnippetInput = {
|
|
197
|
+
data: CreateSnippetData;
|
|
198
|
+
};
|
|
199
|
+
export declare type CreateStripeSetupIntentInput = {
|
|
200
|
+
usage?: InputMaybe<StripeSetupIntentUsage>;
|
|
201
|
+
};
|
|
202
|
+
export declare type CreateSwatchData = {
|
|
203
|
+
hue: Scalars['Float'];
|
|
204
|
+
lightness: Scalars['Float'];
|
|
205
|
+
ownerId: Scalars['ID'];
|
|
206
|
+
saturation: Scalars['Float'];
|
|
207
|
+
};
|
|
208
|
+
export declare type CreateSwatchInput = {
|
|
209
|
+
data: CreateSwatchData;
|
|
210
|
+
};
|
|
211
|
+
export declare type CreateTableData = {
|
|
212
|
+
name: Scalars['String'];
|
|
213
|
+
tableFolderId: Scalars['ID'];
|
|
214
|
+
};
|
|
215
|
+
export declare type CreateTableFolderData = {
|
|
216
|
+
name: Scalars['String'];
|
|
217
|
+
parentId: Scalars['ID'];
|
|
218
|
+
};
|
|
219
|
+
export declare type CreateTableFolderInput = {
|
|
220
|
+
data: CreateTableFolderData;
|
|
221
|
+
};
|
|
222
|
+
export declare type CreateTableInput = {
|
|
223
|
+
data: CreateTableData;
|
|
224
|
+
};
|
|
225
|
+
export declare type CreateTableRecordInput = {
|
|
226
|
+
data: CreateTableRecordInputData;
|
|
227
|
+
};
|
|
228
|
+
export declare type CreateTableRecordInputData = {
|
|
229
|
+
columns: Array<CreateTableRecordInputDataColumn>;
|
|
230
|
+
tableId?: InputMaybe<Scalars['ID']>;
|
|
231
|
+
};
|
|
232
|
+
export declare type CreateTableRecordInputDataColumn = {
|
|
233
|
+
columnId: Scalars['ID'];
|
|
234
|
+
data: Scalars['JSON'];
|
|
235
|
+
};
|
|
236
|
+
export declare type CreateTableWebhookInput = {
|
|
237
|
+
tableId: Scalars['ID'];
|
|
238
|
+
url: Scalars['String'];
|
|
239
|
+
};
|
|
240
|
+
export declare type CreateTypographyData = {
|
|
241
|
+
name: Scalars['String'];
|
|
242
|
+
siteId: Scalars['ID'];
|
|
243
|
+
style: Array<TypographyStyleData>;
|
|
244
|
+
};
|
|
245
|
+
export declare type CreateTypographyInput = {
|
|
246
|
+
data: CreateTypographyData;
|
|
247
|
+
};
|
|
248
|
+
export declare type CreateUrlTableColumnInput = {
|
|
249
|
+
name: Scalars['String'];
|
|
250
|
+
tableId: Scalars['ID'];
|
|
251
|
+
};
|
|
252
|
+
export declare type CreateWorkspaceData = {
|
|
253
|
+
name: Scalars['String'];
|
|
254
|
+
ownerId: Scalars['ID'];
|
|
255
|
+
};
|
|
256
|
+
export declare type CreateWorkspaceInput = {
|
|
257
|
+
data: CreateWorkspaceData;
|
|
258
|
+
};
|
|
259
|
+
export declare type CreateWorkspaceInvitesInput = {
|
|
260
|
+
amount: Scalars['Int'];
|
|
261
|
+
canSkipCreditCard?: InputMaybe<Scalars['Boolean']>;
|
|
262
|
+
inviterId?: InputMaybe<Scalars['ID']>;
|
|
263
|
+
metadata?: InputMaybe<Scalars['JSON']>;
|
|
264
|
+
stripeCouponId?: InputMaybe<Scalars['ID']>;
|
|
265
|
+
stripePriceId?: InputMaybe<Scalars['ID']>;
|
|
266
|
+
trialEnd?: InputMaybe<Scalars['DateTime']>;
|
|
267
|
+
trialPeriodDays?: InputMaybe<Scalars['Int']>;
|
|
268
|
+
};
|
|
269
|
+
export declare type DeleteCollectionsInput = {
|
|
270
|
+
ids: Array<Scalars['ID']>;
|
|
271
|
+
};
|
|
272
|
+
export declare type DeleteFilesData = {
|
|
273
|
+
ids: Array<Scalars['ID']>;
|
|
274
|
+
};
|
|
275
|
+
export declare type DeleteFilesInput = {
|
|
276
|
+
data: DeleteFilesData;
|
|
277
|
+
};
|
|
278
|
+
export declare type DeleteFoldersData = {
|
|
279
|
+
ids: Array<Scalars['ID']>;
|
|
280
|
+
};
|
|
281
|
+
export declare type DeleteFoldersInput = {
|
|
282
|
+
data: DeleteFoldersData;
|
|
283
|
+
};
|
|
284
|
+
export declare type DeleteGlobalElementInput = {
|
|
285
|
+
id: Scalars['ID'];
|
|
286
|
+
};
|
|
287
|
+
export declare type DeletePageDeploymentInput = {
|
|
288
|
+
pageId: Scalars['ID'];
|
|
289
|
+
};
|
|
290
|
+
export declare type DeletePageInput = {
|
|
291
|
+
id: Scalars['ID'];
|
|
292
|
+
};
|
|
293
|
+
export declare type DeletePagesInput = {
|
|
294
|
+
ids: Array<Scalars['ID']>;
|
|
295
|
+
};
|
|
296
|
+
export declare type DeleteRedirectRuleInput = {
|
|
297
|
+
id: Scalars['ID'];
|
|
298
|
+
};
|
|
299
|
+
export declare type DeleteRewriteRuleInput = {
|
|
300
|
+
id: Scalars['ID'];
|
|
301
|
+
};
|
|
302
|
+
export declare type DeleteSiteInput = {
|
|
303
|
+
id: Scalars['ID'];
|
|
304
|
+
};
|
|
305
|
+
export declare type DeleteSnippetInput = {
|
|
306
|
+
id: Scalars['ID'];
|
|
307
|
+
};
|
|
308
|
+
export declare type DeleteSwatchInput = {
|
|
309
|
+
id: Scalars['ID'];
|
|
310
|
+
};
|
|
311
|
+
export declare type DeleteTableColumnInput = {
|
|
312
|
+
tableColumnId: Scalars['ID'];
|
|
313
|
+
};
|
|
314
|
+
export declare type DeleteTableFoldersData = {
|
|
315
|
+
ids: Array<Scalars['ID']>;
|
|
316
|
+
};
|
|
317
|
+
export declare type DeleteTableFoldersInput = {
|
|
318
|
+
data: DeleteTableFoldersData;
|
|
319
|
+
};
|
|
320
|
+
export declare type DeleteTableWebhookInput = {
|
|
321
|
+
id: Scalars['ID'];
|
|
322
|
+
};
|
|
323
|
+
export declare type DeleteTablesData = {
|
|
324
|
+
ids: Array<Scalars['ID']>;
|
|
325
|
+
};
|
|
326
|
+
export declare type DeleteTablesInput = {
|
|
327
|
+
data: DeleteTablesData;
|
|
328
|
+
};
|
|
329
|
+
export declare type DeleteTypographyInput = {
|
|
330
|
+
id: Scalars['ID'];
|
|
331
|
+
};
|
|
332
|
+
export declare type DeleteWorkspaceInput = {
|
|
333
|
+
id: Scalars['ID'];
|
|
334
|
+
};
|
|
335
|
+
export declare type DuplicatePageData = {
|
|
336
|
+
collectionId: Scalars['ID'];
|
|
337
|
+
name: Scalars['String'];
|
|
338
|
+
pathname: Scalars['URLPathname'];
|
|
339
|
+
useDeployment?: InputMaybe<Scalars['Boolean']>;
|
|
340
|
+
};
|
|
341
|
+
export declare type DuplicatePageInput = {
|
|
342
|
+
data: DuplicatePageData;
|
|
343
|
+
id: Scalars['ID'];
|
|
344
|
+
};
|
|
345
|
+
export declare type DuplicateSiteData = {
|
|
346
|
+
originalSiteId: Scalars['String'];
|
|
347
|
+
useDeployedVersion: Scalars['Boolean'];
|
|
348
|
+
workspaceId: Scalars['ID'];
|
|
349
|
+
};
|
|
350
|
+
export declare type DuplicateSiteInput = {
|
|
351
|
+
data: DuplicateSiteData;
|
|
352
|
+
};
|
|
353
|
+
export declare type EditPagePathnameData = {
|
|
354
|
+
pathname: Scalars['String'];
|
|
355
|
+
};
|
|
356
|
+
export declare type EditPagePathnameInput = {
|
|
357
|
+
data: EditPagePathnameData;
|
|
358
|
+
id: Scalars['ID'];
|
|
359
|
+
};
|
|
360
|
+
export declare type ExportTableInput = {
|
|
361
|
+
tableId: Scalars['ID'];
|
|
362
|
+
};
|
|
363
|
+
export declare type FileInput = {
|
|
364
|
+
dimensions?: InputMaybe<FileInputDimensions>;
|
|
365
|
+
mimetype: Scalars['String'];
|
|
366
|
+
name: Scalars['String'];
|
|
367
|
+
};
|
|
368
|
+
export declare type FileInputDimensions = {
|
|
369
|
+
height: Scalars['Int'];
|
|
370
|
+
width: Scalars['Int'];
|
|
371
|
+
};
|
|
372
|
+
export declare type GoogleFontInput = {
|
|
373
|
+
family: Scalars['String'];
|
|
374
|
+
variants: Array<Scalars['String']>;
|
|
375
|
+
};
|
|
376
|
+
export declare enum ImageCropMode {
|
|
377
|
+
Fit = "FIT"
|
|
378
|
+
}
|
|
379
|
+
export declare type LengthData = {
|
|
380
|
+
unit?: InputMaybe<Scalars['String']>;
|
|
381
|
+
value?: InputMaybe<Scalars['Float']>;
|
|
382
|
+
};
|
|
383
|
+
/** Input type for `makeDomainPrimary` mutation. */
|
|
384
|
+
export declare type MakeDomainPrimaryInput = {
|
|
385
|
+
/** The name of the domain to make primary. */
|
|
386
|
+
name: Scalars['String'];
|
|
387
|
+
};
|
|
388
|
+
export declare enum MigrationStatus {
|
|
389
|
+
Errored = "ERRORED",
|
|
390
|
+
NotStarted = "NOT_STARTED",
|
|
391
|
+
Running = "RUNNING"
|
|
392
|
+
}
|
|
393
|
+
export declare type MimetypeFilters = {
|
|
394
|
+
exclude?: InputMaybe<Array<Scalars['Mimetype']>>;
|
|
395
|
+
include?: InputMaybe<Array<Scalars['Mimetype']>>;
|
|
396
|
+
};
|
|
397
|
+
export declare type MoveCollectionsData = {
|
|
398
|
+
collectionId: Scalars['ID'];
|
|
399
|
+
ids: Array<Scalars['ID']>;
|
|
400
|
+
};
|
|
401
|
+
export declare type MoveCollectionsInput = {
|
|
402
|
+
data: MoveCollectionsData;
|
|
403
|
+
};
|
|
404
|
+
export declare type MoveFilesData = {
|
|
405
|
+
folderId: Scalars['ID'];
|
|
406
|
+
ids: Array<Scalars['ID']>;
|
|
407
|
+
};
|
|
408
|
+
export declare type MoveFilesInput = {
|
|
409
|
+
data: MoveFilesData;
|
|
410
|
+
};
|
|
411
|
+
export declare type MoveFoldersData = {
|
|
412
|
+
folderId: Scalars['ID'];
|
|
413
|
+
ids: Array<Scalars['ID']>;
|
|
414
|
+
};
|
|
415
|
+
export declare type MoveFoldersInput = {
|
|
416
|
+
data: MoveFoldersData;
|
|
417
|
+
};
|
|
418
|
+
export declare type MovePagesData = {
|
|
419
|
+
collectionId: Scalars['ID'];
|
|
420
|
+
ids: Array<Scalars['ID']>;
|
|
421
|
+
};
|
|
422
|
+
export declare type MovePagesInput = {
|
|
423
|
+
data: MovePagesData;
|
|
424
|
+
};
|
|
425
|
+
export declare type MoveTableFoldersData = {
|
|
426
|
+
ids: Array<Scalars['ID']>;
|
|
427
|
+
tableFolderId: Scalars['ID'];
|
|
428
|
+
};
|
|
429
|
+
export declare type MoveTableFoldersInput = {
|
|
430
|
+
data: MoveTableFoldersData;
|
|
431
|
+
};
|
|
432
|
+
export declare type MoveTablesData = {
|
|
433
|
+
ids: Array<Scalars['ID']>;
|
|
434
|
+
tableFolderId: Scalars['ID'];
|
|
435
|
+
};
|
|
436
|
+
export declare type MoveTablesInput = {
|
|
437
|
+
data: MoveTablesData;
|
|
438
|
+
};
|
|
439
|
+
export declare type OptInToNotificationsInput = {
|
|
440
|
+
token: Scalars['JWT'];
|
|
441
|
+
};
|
|
442
|
+
export declare type OptOutFromNotificationsInput = {
|
|
443
|
+
token: Scalars['JWT'];
|
|
444
|
+
};
|
|
445
|
+
/** Input type for `removeDomain` mutation. */
|
|
446
|
+
export declare type RemoveDomainInput = {
|
|
447
|
+
/** The name of the domain to remove. */
|
|
448
|
+
name: Scalars['String'];
|
|
449
|
+
};
|
|
450
|
+
export declare type RemoveNotificationEmailInput = {
|
|
451
|
+
email: Scalars['Email'];
|
|
452
|
+
tableId: Scalars['ID'];
|
|
453
|
+
};
|
|
454
|
+
export declare type RemoveSnippetFromPageData = {
|
|
455
|
+
pageId: Scalars['ID'];
|
|
456
|
+
snippetId: Scalars['ID'];
|
|
457
|
+
};
|
|
458
|
+
export declare type RemoveSnippetFromPageInput = {
|
|
459
|
+
data: RemoveSnippetFromPageData;
|
|
460
|
+
};
|
|
461
|
+
export declare type RemoveUserFromWorkspaceInput = {
|
|
462
|
+
userId: Scalars['ID'];
|
|
463
|
+
workspaceId: Scalars['ID'];
|
|
464
|
+
};
|
|
465
|
+
export declare type RenameCollectionData = {
|
|
466
|
+
name: Scalars['String'];
|
|
467
|
+
};
|
|
468
|
+
export declare type RenameCollectionInput = {
|
|
469
|
+
data: RenameCollectionData;
|
|
470
|
+
id: Scalars['ID'];
|
|
471
|
+
};
|
|
472
|
+
export declare type RenameFileData = {
|
|
473
|
+
name: Scalars['String'];
|
|
474
|
+
};
|
|
475
|
+
export declare type RenameFileInput = {
|
|
476
|
+
data: RenameFileData;
|
|
477
|
+
id: Scalars['ID'];
|
|
478
|
+
};
|
|
479
|
+
export declare type RenameFolderData = {
|
|
480
|
+
name: Scalars['String'];
|
|
481
|
+
};
|
|
482
|
+
export declare type RenameFolderInput = {
|
|
483
|
+
data: RenameFolderData;
|
|
484
|
+
id: Scalars['ID'];
|
|
485
|
+
};
|
|
486
|
+
export declare type RenameGlobalElementInput = {
|
|
487
|
+
id: Scalars['ID'];
|
|
488
|
+
name: Scalars['String'];
|
|
489
|
+
};
|
|
490
|
+
export declare type RenamePageData = {
|
|
491
|
+
name: Scalars['String'];
|
|
492
|
+
};
|
|
493
|
+
export declare type RenamePageInput = {
|
|
494
|
+
data: RenamePageData;
|
|
495
|
+
id: Scalars['ID'];
|
|
496
|
+
};
|
|
497
|
+
export declare type RenameTableColumnInput = {
|
|
498
|
+
name: Scalars['String'];
|
|
499
|
+
tableColumnId: Scalars['ID'];
|
|
500
|
+
};
|
|
501
|
+
export declare type RenameTableData = {
|
|
502
|
+
name: Scalars['String'];
|
|
503
|
+
};
|
|
504
|
+
export declare type RenameTableFolderData = {
|
|
505
|
+
name: Scalars['String'];
|
|
506
|
+
};
|
|
507
|
+
export declare type RenameTableFolderInput = {
|
|
508
|
+
data: RenameTableFolderData;
|
|
509
|
+
id: Scalars['ID'];
|
|
510
|
+
};
|
|
511
|
+
export declare type RenameTableInput = {
|
|
512
|
+
data: RenameTableData;
|
|
513
|
+
id: Scalars['ID'];
|
|
514
|
+
};
|
|
515
|
+
export declare type ResendNotificationsOptInEmailInput = {
|
|
516
|
+
email: Scalars['Email'];
|
|
517
|
+
tableId: Scalars['ID'];
|
|
518
|
+
};
|
|
519
|
+
export declare type SendChangePasswordEmailData = {
|
|
520
|
+
connection: Scalars['String'];
|
|
521
|
+
};
|
|
522
|
+
export declare type SendChangePasswordEmailInput = {
|
|
523
|
+
data: SendChangePasswordEmailData;
|
|
524
|
+
};
|
|
525
|
+
export declare type SetLastVisitedPageInput = {
|
|
526
|
+
pageId: Scalars['ID'];
|
|
527
|
+
siteId: Scalars['ID'];
|
|
528
|
+
};
|
|
529
|
+
export declare type SetLastVisitedSiteInput = {
|
|
530
|
+
siteId: Scalars['ID'];
|
|
531
|
+
workspaceId: Scalars['ID'];
|
|
532
|
+
};
|
|
533
|
+
export declare type SetSiteDefaultTypographyInput = {
|
|
534
|
+
siteId: Scalars['ID'];
|
|
535
|
+
typographyId: Scalars['ID'];
|
|
536
|
+
};
|
|
537
|
+
export declare type SetWorkspaceOwnerInput = {
|
|
538
|
+
userId: Scalars['ID'];
|
|
539
|
+
workspaceId: Scalars['ID'];
|
|
540
|
+
};
|
|
541
|
+
export declare enum SnippetLocation {
|
|
542
|
+
Body = "BODY",
|
|
543
|
+
Head = "HEAD"
|
|
544
|
+
}
|
|
545
|
+
export declare type SortMultipleSelectTableColumnOption = {
|
|
546
|
+
id: Scalars['ID'];
|
|
547
|
+
};
|
|
548
|
+
export declare type SortMultipleSelectTableColumnOptionsInput = {
|
|
549
|
+
options: Array<SortMultipleSelectTableColumnOption>;
|
|
550
|
+
tableColumnId: Scalars['ID'];
|
|
551
|
+
};
|
|
552
|
+
export declare type SortSingleSelectTableColumnOption = {
|
|
553
|
+
id: Scalars['ID'];
|
|
554
|
+
};
|
|
555
|
+
export declare type SortSingleSelectTableColumnOptionsInput = {
|
|
556
|
+
options: Array<SortSingleSelectTableColumnOption>;
|
|
557
|
+
tableColumnId: Scalars['ID'];
|
|
558
|
+
};
|
|
559
|
+
export declare enum StripeInvoiceStatus {
|
|
560
|
+
Draft = "DRAFT",
|
|
561
|
+
Open = "OPEN",
|
|
562
|
+
Paid = "PAID",
|
|
563
|
+
Uncollectible = "UNCOLLECTIBLE",
|
|
564
|
+
Void = "VOID"
|
|
565
|
+
}
|
|
566
|
+
export declare enum StripeSetupIntentUsage {
|
|
567
|
+
OffSession = "OFF_SESSION",
|
|
568
|
+
OnSession = "ON_SESSION"
|
|
569
|
+
}
|
|
570
|
+
export declare enum StripeSubscriptionStatus {
|
|
571
|
+
Active = "ACTIVE",
|
|
572
|
+
Canceled = "CANCELED",
|
|
573
|
+
Incomplete = "INCOMPLETE",
|
|
574
|
+
IncompleteExpired = "INCOMPLETE_EXPIRED",
|
|
575
|
+
PastDue = "PAST_DUE",
|
|
576
|
+
Trialing = "TRIALING",
|
|
577
|
+
Unpaid = "UNPAID"
|
|
578
|
+
}
|
|
579
|
+
export declare type SubscribeWorkspaceToPlanInput = {
|
|
580
|
+
paymentMethodId?: InputMaybe<Scalars['ID']>;
|
|
581
|
+
workspaceId: Scalars['ID'];
|
|
582
|
+
};
|
|
583
|
+
export declare enum TableNotificationEntryStatus {
|
|
584
|
+
Pending = "PENDING",
|
|
585
|
+
Subscribed = "SUBSCRIBED",
|
|
586
|
+
Unsubscribed = "UNSUBSCRIBED"
|
|
587
|
+
}
|
|
588
|
+
export declare type TaxIdInput = {
|
|
589
|
+
type: Scalars['String'];
|
|
590
|
+
value: Scalars['String'];
|
|
591
|
+
};
|
|
592
|
+
export declare type TypographyStyleData = {
|
|
593
|
+
deviceId: Scalars['String'];
|
|
594
|
+
value: TypographyStyleDataValue;
|
|
595
|
+
};
|
|
596
|
+
export declare type TypographyStyleDataValue = {
|
|
597
|
+
color?: InputMaybe<ColorData>;
|
|
598
|
+
fontFamily?: InputMaybe<Scalars['String']>;
|
|
599
|
+
fontSize?: InputMaybe<LengthData>;
|
|
600
|
+
fontWeight?: InputMaybe<Scalars['Int']>;
|
|
601
|
+
italic?: InputMaybe<Scalars['Boolean']>;
|
|
602
|
+
letterSpacing?: InputMaybe<Scalars['Float']>;
|
|
603
|
+
lineHeight?: InputMaybe<Scalars['Float']>;
|
|
604
|
+
strikethrough?: InputMaybe<Scalars['Boolean']>;
|
|
605
|
+
textAlign?: InputMaybe<Scalars['String']>;
|
|
606
|
+
underline?: InputMaybe<Scalars['Boolean']>;
|
|
607
|
+
uppercase?: InputMaybe<Scalars['Boolean']>;
|
|
608
|
+
};
|
|
609
|
+
export declare type UnarchiveSiteInput = {
|
|
610
|
+
id: Scalars['ID'];
|
|
611
|
+
};
|
|
612
|
+
export declare type UnsetSiteDefaultTypographyInput = {
|
|
613
|
+
siteId: Scalars['ID'];
|
|
614
|
+
};
|
|
615
|
+
export declare type UpdateFaviconData = {
|
|
616
|
+
faviconId: Scalars['ID'];
|
|
617
|
+
};
|
|
618
|
+
export declare type UpdateFaviconInput = {
|
|
619
|
+
data?: InputMaybe<UpdateFaviconData>;
|
|
620
|
+
id: Scalars['ID'];
|
|
621
|
+
};
|
|
622
|
+
export declare type UpdateGlobalElementDataInput = {
|
|
623
|
+
data: Scalars['JSON'];
|
|
624
|
+
id: Scalars['ID'];
|
|
625
|
+
};
|
|
626
|
+
export declare type UpdatePageMetadataData = {
|
|
627
|
+
description?: InputMaybe<Scalars['String']>;
|
|
628
|
+
keywords?: InputMaybe<Scalars['String']>;
|
|
629
|
+
socialImageId?: InputMaybe<Scalars['ID']>;
|
|
630
|
+
title?: InputMaybe<Scalars['String']>;
|
|
631
|
+
};
|
|
632
|
+
export declare type UpdatePageMetadataInput = {
|
|
633
|
+
data: UpdatePageMetadataData;
|
|
634
|
+
id: Scalars['ID'];
|
|
635
|
+
};
|
|
636
|
+
export declare type UpdateRedirectRuleInput = {
|
|
637
|
+
destinationPageId?: InputMaybe<Scalars['String']>;
|
|
638
|
+
destinationPath?: InputMaybe<Scalars['String']>;
|
|
639
|
+
id: Scalars['ID'];
|
|
640
|
+
permanent?: InputMaybe<Scalars['Boolean']>;
|
|
641
|
+
source?: InputMaybe<Scalars['String']>;
|
|
642
|
+
};
|
|
643
|
+
export declare type UpdateRewriteRuleInput = {
|
|
644
|
+
destinationPageId?: InputMaybe<Scalars['String']>;
|
|
645
|
+
destinationPath?: InputMaybe<Scalars['String']>;
|
|
646
|
+
id: Scalars['ID'];
|
|
647
|
+
source?: InputMaybe<Scalars['String']>;
|
|
648
|
+
};
|
|
649
|
+
export declare type UpdateSiteCustomHostInput = {
|
|
650
|
+
customHostOrigin?: InputMaybe<Scalars['String']>;
|
|
651
|
+
customHostPreviewPath?: InputMaybe<Scalars['String']>;
|
|
652
|
+
siteId: Scalars['ID'];
|
|
653
|
+
};
|
|
654
|
+
export declare type UpdateSiteData = {
|
|
655
|
+
name: Scalars['String'];
|
|
656
|
+
};
|
|
657
|
+
export declare type UpdateSiteGoogleFontsInput = {
|
|
658
|
+
fonts: Array<GoogleFontInput>;
|
|
659
|
+
id: Scalars['ID'];
|
|
660
|
+
};
|
|
661
|
+
export declare type UpdateSiteInput = {
|
|
662
|
+
data?: InputMaybe<UpdateSiteData>;
|
|
663
|
+
id: Scalars['ID'];
|
|
664
|
+
};
|
|
665
|
+
export declare type UpdateSnippetData = {
|
|
666
|
+
builderEnabled: Scalars['Boolean'];
|
|
667
|
+
cleanup?: InputMaybe<Scalars['String']>;
|
|
668
|
+
code: Scalars['String'];
|
|
669
|
+
liveEnabled: Scalars['Boolean'];
|
|
670
|
+
location: SnippetLocation;
|
|
671
|
+
name: Scalars['String'];
|
|
672
|
+
shouldAddToNewPages: Scalars['Boolean'];
|
|
673
|
+
};
|
|
674
|
+
export declare type UpdateSnippetInput = {
|
|
675
|
+
data: UpdateSnippetData;
|
|
676
|
+
id: Scalars['ID'];
|
|
677
|
+
};
|
|
678
|
+
export declare type UpdateSwatchData = {
|
|
679
|
+
hue: Scalars['Float'];
|
|
680
|
+
lightness: Scalars['Float'];
|
|
681
|
+
saturation: Scalars['Float'];
|
|
682
|
+
};
|
|
683
|
+
export declare type UpdateSwatchInput = {
|
|
684
|
+
data: UpdateSwatchData;
|
|
685
|
+
id: Scalars['ID'];
|
|
686
|
+
};
|
|
687
|
+
export declare type UpdateTypographyData = {
|
|
688
|
+
name: Scalars['String'];
|
|
689
|
+
style: Array<TypographyStyleData>;
|
|
690
|
+
};
|
|
691
|
+
export declare type UpdateTypographyInput = {
|
|
692
|
+
data: UpdateTypographyData;
|
|
693
|
+
id: Scalars['ID'];
|
|
694
|
+
};
|
|
695
|
+
export declare type UpdateUserEmail = {
|
|
696
|
+
connection: Scalars['String'];
|
|
697
|
+
email: Scalars['Email'];
|
|
698
|
+
};
|
|
699
|
+
export declare type UpdateUserInput = {
|
|
700
|
+
email?: InputMaybe<UpdateUserEmail>;
|
|
701
|
+
metadata?: InputMaybe<UpdateUserMetadata>;
|
|
702
|
+
};
|
|
703
|
+
export declare type UpdateUserMetadata = {
|
|
704
|
+
companyName?: InputMaybe<Scalars['String']>;
|
|
705
|
+
firstName?: InputMaybe<Scalars['String']>;
|
|
706
|
+
lastName?: InputMaybe<Scalars['String']>;
|
|
707
|
+
};
|
|
708
|
+
export declare type UpdateWorkspaceData = {
|
|
709
|
+
name?: InputMaybe<Scalars['String']>;
|
|
710
|
+
};
|
|
711
|
+
export declare type UpdateWorkspaceDefaultPaymentMethodInput = {
|
|
712
|
+
paymentMethodId: Scalars['ID'];
|
|
713
|
+
workspaceId: Scalars['ID'];
|
|
714
|
+
};
|
|
715
|
+
export declare type UpdateWorkspaceInput = {
|
|
716
|
+
data: UpdateWorkspaceData;
|
|
717
|
+
id: Scalars['ID'];
|
|
718
|
+
};
|
|
719
|
+
export declare type UpdateWorkspaceTaxIdsInput = {
|
|
720
|
+
id: Scalars['ID'];
|
|
721
|
+
taxIdsToAdd: Array<TaxIdInput>;
|
|
722
|
+
taxIdsToRemove: Array<Scalars['ID']>;
|
|
723
|
+
};
|
|
724
|
+
export declare type UploadFilesData = {
|
|
725
|
+
files: Array<FileInput>;
|
|
726
|
+
folderId: Scalars['ID'];
|
|
727
|
+
};
|
|
728
|
+
export declare type UploadFilesInput = {
|
|
729
|
+
data: UploadFilesData;
|
|
730
|
+
};
|
|
731
|
+
export declare type UploadProfilePictureInput = {
|
|
732
|
+
contentType: Scalars['String'];
|
|
733
|
+
filename: Scalars['String'];
|
|
734
|
+
};
|
|
735
|
+
export declare type ViewFileFolderInput = {
|
|
736
|
+
folderId: Scalars['ID'];
|
|
737
|
+
siteId: Scalars['ID'];
|
|
738
|
+
};
|
|
739
|
+
export declare type ViewTableFolderInput = {
|
|
740
|
+
siteId: Scalars['ID'];
|
|
741
|
+
tableFolderId: Scalars['ID'];
|
|
742
|
+
};
|
|
743
|
+
export declare type SwatchByIdQueryVariables = Exact<{
|
|
744
|
+
id: Scalars['ID'];
|
|
745
|
+
}>;
|
|
746
|
+
export declare type SwatchByIdQuery = {
|
|
747
|
+
__typename?: 'Query';
|
|
748
|
+
swatch?: {
|
|
749
|
+
__typename: 'Swatch';
|
|
750
|
+
id: string;
|
|
751
|
+
hue: number;
|
|
752
|
+
saturation: number;
|
|
753
|
+
lightness: number;
|
|
754
|
+
} | null;
|
|
755
|
+
};
|
|
756
|
+
//# sourceMappingURL=graphql.d.ts.map
|