@wix/auto_sdk_events_forms 1.0.107 → 1.0.109
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/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +41 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +111 -1
- package/build/cjs/index.typings.js +37 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +111 -1
- package/build/cjs/meta.js +37 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.js +14 -14
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +39 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +111 -1
- package/build/es/index.typings.mjs +35 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +111 -1
- package/build/es/meta.mjs +35 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.mjs +14 -14
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +41 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +111 -1
- package/build/internal/cjs/index.typings.js +37 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +111 -1
- package/build/internal/cjs/meta.js +37 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.js +14 -14
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +39 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +111 -1
- package/build/internal/es/index.typings.mjs +35 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +111 -1
- package/build/internal/es/meta.mjs +35 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.mjs +14 -14
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -1569,6 +1569,13 @@ interface Tag {
|
|
|
1569
1569
|
*
|
|
1570
1570
|
*
|
|
1571
1571
|
* Supported values: `title`, `meta`, `script`, `link`.
|
|
1572
|
+
*
|
|
1573
|
+
* Which of these an API actually accepts depends on where the tag is being set: this
|
|
1574
|
+
* list is not a blanket guarantee across every API that reuses this message. Site SEO
|
|
1575
|
+
* Tags in particular accepts only `meta` (see `SiteSeoTags.tags`) and rejects
|
|
1576
|
+
* `title`/`script`/`link` with a validation error even though they appear here —
|
|
1577
|
+
* check the field description of the specific `tags`-typed field you're writing to
|
|
1578
|
+
* for the types it actually supports and the error it returns.
|
|
1572
1579
|
*/
|
|
1573
1580
|
type?: string;
|
|
1574
1581
|
/**
|
|
@@ -1584,6 +1591,12 @@ interface Tag {
|
|
|
1584
1591
|
* Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages) —
|
|
1585
1592
|
* i.e. an entry from the site's Advanced/Custom Tags list.
|
|
1586
1593
|
*
|
|
1594
|
+
* Note this is a separate restriction from Site SEO Tags' own type restriction on
|
|
1595
|
+
* `SiteSeoTags.tags`: even with `custom` unset, Site SEO Tags rejects `script` (e.g.
|
|
1596
|
+
* for site-wide structured data) unconditionally. There is currently no way to set
|
|
1597
|
+
* site-wide, every-page structured data through any of these APIs — write a per-page
|
|
1598
|
+
* `script` tag through the Item SEO Tags API instead.
|
|
1599
|
+
*
|
|
1587
1600
|
* This flag is scoped to that feature only. It is NOT an indicator of whether a standard tag
|
|
1588
1601
|
* (`title`, `description`, Open Graph, etc.) reflects a manually configured value versus a computed
|
|
1589
1602
|
* default/pattern — standard tags always resolve with `custom: false`, even when their content comes
|
|
@@ -3902,6 +3915,10 @@ interface LayoutData {
|
|
|
3902
3915
|
backdrop?: Backdrop;
|
|
3903
3916
|
/** Node animation. */
|
|
3904
3917
|
animation?: Animation;
|
|
3918
|
+
/** Shape divider at the top edge of the layout. */
|
|
3919
|
+
topDivider?: SectionDivider;
|
|
3920
|
+
/** Shape divider at the bottom edge of the layout. */
|
|
3921
|
+
bottomDivider?: SectionDivider;
|
|
3905
3922
|
}
|
|
3906
3923
|
declare enum ImageScalingScaling {
|
|
3907
3924
|
/** Auto image scaling */
|
|
@@ -3972,6 +3989,81 @@ declare enum BannerPosition {
|
|
|
3972
3989
|
}
|
|
3973
3990
|
/** @enumType */
|
|
3974
3991
|
type BannerPositionWithLiterals = BannerPosition | 'TOP' | 'BOTTOM';
|
|
3992
|
+
/** How the stacked layers fade relative to the base shape. Named for a bottom divider; top dividers render mirrored, so the visual fade flips. */
|
|
3993
|
+
declare enum LayerEffect {
|
|
3994
|
+
/** Shape keeps its height, a solid filler bar pushes it away from the edge */
|
|
3995
|
+
CENTER = "CENTER",
|
|
3996
|
+
/** Deeper (more transparent) layers shrink toward the edge inside the original band while a solid filler bar keeps its full height, so the faded copies hug the top of the band */
|
|
3997
|
+
FADE_TO_TOP = "FADE_TO_TOP",
|
|
3998
|
+
/** Deeper (more transparent) layers stretch taller into the section, so the faded copies fan out above the base shape and descend to the layout edge */
|
|
3999
|
+
FADE_TO_BOTTOM = "FADE_TO_BOTTOM"
|
|
4000
|
+
}
|
|
4001
|
+
/** @enumType */
|
|
4002
|
+
type LayerEffectWithLiterals = LayerEffect | 'CENTER' | 'FADE_TO_TOP' | 'FADE_TO_BOTTOM';
|
|
4003
|
+
/** Divider shape preset */
|
|
4004
|
+
declare enum Shape {
|
|
4005
|
+
/** Ellipse shape */
|
|
4006
|
+
ELLIPSE = "ELLIPSE",
|
|
4007
|
+
/** Tilt shape */
|
|
4008
|
+
TILT = "TILT",
|
|
4009
|
+
/** Liquid shape */
|
|
4010
|
+
LIQUID = "LIQUID",
|
|
4011
|
+
/** Left wave shape */
|
|
4012
|
+
LEFT_WAVE = "LEFT_WAVE",
|
|
4013
|
+
/** Paint scribble shape */
|
|
4014
|
+
PAINT_SCRIBBLE = "PAINT_SCRIBBLE",
|
|
4015
|
+
/** Inverted ellipse shape */
|
|
4016
|
+
INVERTED_ELLIPSE = "INVERTED_ELLIPSE",
|
|
4017
|
+
/** Right wave shape */
|
|
4018
|
+
RIGHT_WAVE = "RIGHT_WAVE",
|
|
4019
|
+
/** Dunes shape */
|
|
4020
|
+
DUNES = "DUNES",
|
|
4021
|
+
/** Waves shape */
|
|
4022
|
+
WAVES = "WAVES",
|
|
4023
|
+
/** Triangle shape */
|
|
4024
|
+
TRIANGLE = "TRIANGLE",
|
|
4025
|
+
/** Semi-ellipse shape */
|
|
4026
|
+
SEMI_ELLIPSE = "SEMI_ELLIPSE",
|
|
4027
|
+
/** Plants shape */
|
|
4028
|
+
PLANTS = "PLANTS",
|
|
4029
|
+
/** Layered ellipse shape */
|
|
4030
|
+
LAYERED_ELLIPSE = "LAYERED_ELLIPSE",
|
|
4031
|
+
/** Pixels shape */
|
|
4032
|
+
PIXELS = "PIXELS",
|
|
4033
|
+
/** Paint shape */
|
|
4034
|
+
PAINT = "PAINT",
|
|
4035
|
+
/** Clouds shape */
|
|
4036
|
+
CLOUDS = "CLOUDS",
|
|
4037
|
+
/** Optical illusion shape */
|
|
4038
|
+
OPTICAL_ILLUSION = "OPTICAL_ILLUSION",
|
|
4039
|
+
/** Stripes shape */
|
|
4040
|
+
STRIPES = "STRIPES",
|
|
4041
|
+
/** Blobs shape */
|
|
4042
|
+
BLOBS = "BLOBS",
|
|
4043
|
+
/** Semi-circles shape */
|
|
4044
|
+
SEMI_CIRCLES = "SEMI_CIRCLES",
|
|
4045
|
+
/** Hill shape */
|
|
4046
|
+
HILL = "HILL",
|
|
4047
|
+
/** Brush shape */
|
|
4048
|
+
BRUSH = "BRUSH",
|
|
4049
|
+
/** Peaks shape */
|
|
4050
|
+
PEAKS = "PEAKS",
|
|
4051
|
+
/** Angled triangle shape */
|
|
4052
|
+
ANGLED_TRIANGLE = "ANGLED_TRIANGLE"
|
|
4053
|
+
}
|
|
4054
|
+
/** @enumType */
|
|
4055
|
+
type ShapeWithLiterals = Shape | 'ELLIPSE' | 'TILT' | 'LIQUID' | 'LEFT_WAVE' | 'PAINT_SCRIBBLE' | 'INVERTED_ELLIPSE' | 'RIGHT_WAVE' | 'DUNES' | 'WAVES' | 'TRIANGLE' | 'SEMI_ELLIPSE' | 'PLANTS' | 'LAYERED_ELLIPSE' | 'PIXELS' | 'PAINT' | 'CLOUDS' | 'OPTICAL_ILLUSION' | 'STRIPES' | 'BLOBS' | 'SEMI_CIRCLES' | 'HILL' | 'BRUSH' | 'PEAKS' | 'ANGLED_TRIANGLE';
|
|
4056
|
+
/** Layers effect - stacked semi-transparent copies of the divider shape */
|
|
4057
|
+
interface Layers {
|
|
4058
|
+
/** Total number of layers including the base shape (1-4). Absent or 1 disables the effect. */
|
|
4059
|
+
count?: number | null;
|
|
4060
|
+
/** Vertical distance in pixels between the silhouettes of consecutive layers: each successive layer's silhouette is offset from the previous one by this amount. The divider's own `height` is unchanged. Defaults to 20. */
|
|
4061
|
+
offsetY?: number | null;
|
|
4062
|
+
/** How the stacked layers fade relative to the base shape. */
|
|
4063
|
+
layerEffect?: LayerEffectWithLiterals;
|
|
4064
|
+
/** Horizontal distance between consecutive layers in pixels. Defaults to 0. Only applies to shapes that support horizontal offset. */
|
|
4065
|
+
offsetX?: number | null;
|
|
4066
|
+
}
|
|
3975
4067
|
/** Backdrop type */
|
|
3976
4068
|
declare enum BackdropType {
|
|
3977
4069
|
/** Solid color backdrop */
|
|
@@ -4042,6 +4134,24 @@ interface Backdrop {
|
|
|
4042
4134
|
/** Gradient configuration. */
|
|
4043
4135
|
gradient?: Gradient;
|
|
4044
4136
|
}
|
|
4137
|
+
/** Decorative shape divider at a layout edge */
|
|
4138
|
+
interface SectionDivider {
|
|
4139
|
+
/** Divider shape preset. Determines which customization properties apply. */
|
|
4140
|
+
type?: ShapeWithLiterals;
|
|
4141
|
+
/**
|
|
4142
|
+
* Divider fill color as a hexadecimal value (may include alpha).
|
|
4143
|
+
* @maxLength 19
|
|
4144
|
+
*/
|
|
4145
|
+
color?: string | null;
|
|
4146
|
+
/** Divider height in pixels. */
|
|
4147
|
+
height?: number | null;
|
|
4148
|
+
/** Horizontal offset in pixels. */
|
|
4149
|
+
offsetX?: number | null;
|
|
4150
|
+
/** Whether the shape is flipped horizontally. */
|
|
4151
|
+
flipped?: boolean | null;
|
|
4152
|
+
/** Layers effect - stacked semi-transparent copies of the divider shape. */
|
|
4153
|
+
layers?: Layers;
|
|
4154
|
+
}
|
|
4045
4155
|
interface LayoutCellData {
|
|
4046
4156
|
/** Size of the cell in 12 columns grid. */
|
|
4047
4157
|
colSpan?: number | null;
|
|
@@ -4893,4 +5003,4 @@ declare function publishDraft(eventId: string): Promise<NonNullablePaths<Publish
|
|
|
4893
5003
|
*/
|
|
4894
5004
|
declare function discardDraft(eventId: string): Promise<void>;
|
|
4895
5005
|
|
|
4896
|
-
export { type AccountInfo, type ActionEvent, type AddControlApplicationErrors, type AddControlOptions, type AddControlOptionsControlOneOf, type AddControlRequest, type AddControlRequestControlOneOf, type AddControlResponse, type AdditionalGuestsControl, type Address, type AddressControl, type AddressControlLabels, type AddressLocation, type AddressStreetOneOf, type Agenda, Alignment, type AlignmentWithLiterals, type AnchorData, type Animation, AnimationType, type AnimationTypeWithLiterals, type AppEmbedData, type AppEmbedDataAppDataOneOf, AppType, type AppTypeWithLiterals, AspectRatio, type AspectRatioWithLiterals, type AudioData, type Backdrop, BackdropType, type BackdropTypeWithLiterals, type Background, type BackgroundGradient, type BackgroundImage, BackgroundType, type BackgroundTypeWithLiterals, type Badge, type Banner, BannerPosition, type BannerPositionWithLiterals, type BaseEventMetadata, type BlockquoteData, type BookingData, type Border, type BorderColors, type BorderWidths, type BulletedListData, type ButtonData, ButtonDataType, type ButtonDataTypeWithLiterals, type ButtonStyles, type CalendarLinks, CancellationActorType, type CancellationActorTypeWithLiterals, type CancellationInfo, type CaptionData, type CardData, type CardDataBackground, CardDataBackgroundType, type CardDataBackgroundTypeWithLiterals, type CardStyles, CardStylesType, type CardStylesTypeWithLiterals, type Category, type CategoryCounts, type CellStyle, type CheckboxControl, type CheckboxListData, type CheckoutFormMessages, CheckoutType, type CheckoutTypeWithLiterals, type CodeBlockData, type CollapsibleListData, type ColorData, type Colors, ColumnSize, type ColumnSizeWithLiterals, ConferenceType, type ConferenceTypeWithLiterals, Crop, type CropWithLiterals, type Dashboard, type DateControl, type Decoration, type DecorationDataOneOf, DecorationType, type DecorationTypeWithLiterals, type DeleteControlApplicationErrors, type DeleteControlIdentifiers, type DeleteControlRequest, type DeleteControlResponse, type Design, DesignTarget, type DesignTargetWithLiterals, type Dimensions, Direction, type DirectionWithLiterals, type DiscardDraftRequest, type DiscardDraftResponse, type DividerData, DividerDataAlignment, type DividerDataAlignmentWithLiterals, type DividerDataStyles, type DocumentStyle, type DomainEvent, type DomainEventBodyOneOf, type DropdownControl, type EmailControl, type EmbedData, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EntranceAnimation, type EntranceEffect, EntranceEffectType, type EntranceEffectTypeWithLiterals, type Event, type EventData, type EventDisplaySettings, EventStatus, type EventStatusWithLiterals, EventType, type EventTypeWithLiterals, type EventUpdated, type ExternalEvent, type Feed, type FileData, type FileSource, type FileSourceDataOneOf, type FontFamilyData, type FontSizeData, FontType, type FontTypeWithLiterals, type Form, type FormEventUpdatedEnvelope, type FormInputControlAdded, type FormInputControlDeleted, type FormInputControlUpdated, type FormMessages, type GIF, type GIFData, GIFType, type GIFTypeWithLiterals, type GalleryData, type GalleryOptions, type GalleryOptionsLayout, type GetFormRequest, type GetFormResponse, type Gradient, GradientType, type GradientTypeWithLiterals, type GuestListConfig, type HTMLData, type HTMLDataDataOneOf, type HeadingData, type Height, type IdentificationData, type IdentificationDataIdOneOf, type Image, type ImageData, type ImageDataCrop, type ImageDataStyles, ImagePosition, ImagePositionPosition, type ImagePositionPositionWithLiterals, type ImagePositionWithLiterals, ImageScalingScaling, type ImageScalingScalingWithLiterals, type ImageStyles, Indentation, type IndentationWithLiterals, InitialExpandedItems, type InitialExpandedItemsWithLiterals, type Input, type InputControl, InputControlType, type InputControlTypeWithLiterals, type Item, type ItemDataOneOf, type ItemStyle, type Keyword, type Label, type LabellingSettings, type Labels, Layout, type LayoutCellData, type LayoutData, type LayoutDataBackground, type LayoutDataBackgroundImage, LayoutDataBackgroundType, type LayoutDataBackgroundTypeWithLiterals, LayoutType, type LayoutTypeWithLiterals, type LayoutWithLiterals, LineCap, type LineCapWithLiterals, LineStyle, type LineStyleWithLiterals, type Link, type LinkData, type LinkDataOneOf, type LinkPreviewData, type LinkPreviewDataStyles, type ListItemNodeData, ListStyle, type ListStyleWithLiterals, type ListValue, type Location, LocationType, type LocationTypeWithLiterals, type LoopAnimation, type LoopEffect, LoopEffectType, type LoopEffectTypeWithLiterals, type MapCoordinates, type MapData, type MapSettings, MapType, type MapTypeWithLiterals, type Media, type MentionData, type MessageEnvelope, type Metadata, type Money, type NameControl, type NameControlLabels, type Negative, type NegativeResponseConfirmation, type Node, type NodeDataOneOf, type NodeStyle, NodeType, type NodeTypeWithLiterals, NullValue, type NullValueWithLiterals, type Occurrence, type Oembed, type OnlineConferencing, type OnlineConferencingConfig, type OnlineConferencingSession, type Option, type OptionDesign, type OptionLayout, type OptionSelection, type OptionSelectionSelectedOptionOneOf, type OrderedListData, Orientation, type OrientationWithLiterals, Origin, type OriginWithLiterals, type PDFSettings, type ParagraphData, type Permissions, type PhoneControl, Placement, type PlacementWithLiterals, type PlaybackOptions, type PluginContainerData, PluginContainerDataAlignment, type PluginContainerDataAlignmentWithLiterals, type PluginContainerDataWidth, type PluginContainerDataWidthDataOneOf, type PointerEffect, PointerEffectType, type PointerEffectTypeWithLiterals, type Poll, type PollData, type PollDataLayout, type PollDesign, type PollDesignBackground, type PollDesignBackgroundBackgroundOneOf, PollDesignBackgroundType, type PollDesignBackgroundTypeWithLiterals, type PollLayout, PollLayoutDirection, type PollLayoutDirectionWithLiterals, PollLayoutType, type PollLayoutTypeWithLiterals, type PollSettings, Position, type PositionWithLiterals, type Positive, type PositiveResponseConfirmation, type PricingData, type PublishDraftRequest, type PublishDraftResponse, type RadioButtonControl, type Recurrences, type Registration, type RegistrationClosedMessages, RegistrationStatus, type RegistrationStatusWithLiterals, type Rel, RequestedFields, type RequestedFieldsWithLiterals, Resizing, type ResizingWithLiterals, type ResponseConfirmation, ResponsivenessBehaviour, type ResponsivenessBehaviourWithLiterals, type RestoreInfo, type RibbonStyles, type RichContent, type RsvpCollection, type RsvpCollectionConfig, type RsvpConfirmationMessages, type RsvpConfirmationMessagesNegativeResponseConfirmation, type RsvpConfirmationMessagesPositiveResponseConfirmation, type RsvpFormMessages, RsvpStatusOptions, type RsvpStatusOptionsWithLiterals, type RsvpSummary, Scaling, type ScalingWithLiterals, type ScheduleConfig, type Scheduling, type SeoSchema, type SeoSettings, type Settings, type ShapeData, type ShapeDataStyles, type SiteUrl, type SketchData, type SmartBlockCellData, type SmartBlockData, SmartBlockDataType, type SmartBlockDataTypeWithLiterals, Source, type SourceWithLiterals, type Spoiler, type SpoilerData, State, type StateWithLiterals, Status, type StatusWithLiterals, type Stop, type StreetAddress, type Styles, type StylesBorder, StylesPosition, type StylesPositionWithLiterals, type Subdivision, SubdivisionType, type SubdivisionTypeWithLiterals, type TableCellData, type TableData, type Tag, Target, type TargetWithLiterals, type TaxConfig, TaxType, type TaxTypeWithLiterals, TextAlignment, type TextAlignmentWithLiterals, type TextControl, type TextData, type TextNodeStyle, type TextStyle, type Thumbnails, ThumbnailsAlignment, type ThumbnailsAlignmentWithLiterals, type Ticketing, type TicketingConfig, type TicketingSummary, type TicketsConfirmationMessages, type TicketsUnavailableMessages, type TocData, Type, type TypeWithLiterals, type UpdateControlApplicationErrors, type UpdateControlIdentifiers, type UpdateControlIdentifiersControlOneOf, type UpdateControlOptions, type UpdateControlOptionsControlOneOf, type UpdateControlRequest, type UpdateControlRequestControlOneOf, type UpdateControlResponse, type UpdateMessagesOptions, type UpdateMessagesRequest, type UpdateMessagesResponse, ValueType, type ValueTypeWithLiterals, Variant, type VariantWithLiterals, VerticalAlignment, VerticalAlignmentAlignment, type VerticalAlignmentAlignmentWithLiterals, type VerticalAlignmentWithLiterals, type Video, type VideoData, ViewMode, type ViewModeWithLiterals, ViewRole, type ViewRoleWithLiterals, VisitorType, type VisitorTypeWithLiterals, VoteRole, type VoteRoleWithLiterals, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, Width, WidthType, type WidthTypeWithLiterals, type WidthWithLiterals, addControl, deleteControl, discardDraft, getForm, onFormEventUpdated, publishDraft, updateControl, updateMessages };
|
|
5006
|
+
export { type AccountInfo, type ActionEvent, type AddControlApplicationErrors, type AddControlOptions, type AddControlOptionsControlOneOf, type AddControlRequest, type AddControlRequestControlOneOf, type AddControlResponse, type AdditionalGuestsControl, type Address, type AddressControl, type AddressControlLabels, type AddressLocation, type AddressStreetOneOf, type Agenda, Alignment, type AlignmentWithLiterals, type AnchorData, type Animation, AnimationType, type AnimationTypeWithLiterals, type AppEmbedData, type AppEmbedDataAppDataOneOf, AppType, type AppTypeWithLiterals, AspectRatio, type AspectRatioWithLiterals, type AudioData, type Backdrop, BackdropType, type BackdropTypeWithLiterals, type Background, type BackgroundGradient, type BackgroundImage, BackgroundType, type BackgroundTypeWithLiterals, type Badge, type Banner, BannerPosition, type BannerPositionWithLiterals, type BaseEventMetadata, type BlockquoteData, type BookingData, type Border, type BorderColors, type BorderWidths, type BulletedListData, type ButtonData, ButtonDataType, type ButtonDataTypeWithLiterals, type ButtonStyles, type CalendarLinks, CancellationActorType, type CancellationActorTypeWithLiterals, type CancellationInfo, type CaptionData, type CardData, type CardDataBackground, CardDataBackgroundType, type CardDataBackgroundTypeWithLiterals, type CardStyles, CardStylesType, type CardStylesTypeWithLiterals, type Category, type CategoryCounts, type CellStyle, type CheckboxControl, type CheckboxListData, type CheckoutFormMessages, CheckoutType, type CheckoutTypeWithLiterals, type CodeBlockData, type CollapsibleListData, type ColorData, type Colors, ColumnSize, type ColumnSizeWithLiterals, ConferenceType, type ConferenceTypeWithLiterals, Crop, type CropWithLiterals, type Dashboard, type DateControl, type Decoration, type DecorationDataOneOf, DecorationType, type DecorationTypeWithLiterals, type DeleteControlApplicationErrors, type DeleteControlIdentifiers, type DeleteControlRequest, type DeleteControlResponse, type Design, DesignTarget, type DesignTargetWithLiterals, type Dimensions, Direction, type DirectionWithLiterals, type DiscardDraftRequest, type DiscardDraftResponse, type DividerData, DividerDataAlignment, type DividerDataAlignmentWithLiterals, type DividerDataStyles, type DocumentStyle, type DomainEvent, type DomainEventBodyOneOf, type DropdownControl, type EmailControl, type EmbedData, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EntranceAnimation, type EntranceEffect, EntranceEffectType, type EntranceEffectTypeWithLiterals, type Event, type EventData, type EventDisplaySettings, EventStatus, type EventStatusWithLiterals, EventType, type EventTypeWithLiterals, type EventUpdated, type ExternalEvent, type Feed, type FileData, type FileSource, type FileSourceDataOneOf, type FontFamilyData, type FontSizeData, FontType, type FontTypeWithLiterals, type Form, type FormEventUpdatedEnvelope, type FormInputControlAdded, type FormInputControlDeleted, type FormInputControlUpdated, type FormMessages, type GIF, type GIFData, GIFType, type GIFTypeWithLiterals, type GalleryData, type GalleryOptions, type GalleryOptionsLayout, type GetFormRequest, type GetFormResponse, type Gradient, GradientType, type GradientTypeWithLiterals, type GuestListConfig, type HTMLData, type HTMLDataDataOneOf, type HeadingData, type Height, type IdentificationData, type IdentificationDataIdOneOf, type Image, type ImageData, type ImageDataCrop, type ImageDataStyles, ImagePosition, ImagePositionPosition, type ImagePositionPositionWithLiterals, type ImagePositionWithLiterals, ImageScalingScaling, type ImageScalingScalingWithLiterals, type ImageStyles, Indentation, type IndentationWithLiterals, InitialExpandedItems, type InitialExpandedItemsWithLiterals, type Input, type InputControl, InputControlType, type InputControlTypeWithLiterals, type Item, type ItemDataOneOf, type ItemStyle, type Keyword, type Label, type LabellingSettings, type Labels, LayerEffect, type LayerEffectWithLiterals, type Layers, Layout, type LayoutCellData, type LayoutData, type LayoutDataBackground, type LayoutDataBackgroundImage, LayoutDataBackgroundType, type LayoutDataBackgroundTypeWithLiterals, LayoutType, type LayoutTypeWithLiterals, type LayoutWithLiterals, LineCap, type LineCapWithLiterals, LineStyle, type LineStyleWithLiterals, type Link, type LinkData, type LinkDataOneOf, type LinkPreviewData, type LinkPreviewDataStyles, type ListItemNodeData, ListStyle, type ListStyleWithLiterals, type ListValue, type Location, LocationType, type LocationTypeWithLiterals, type LoopAnimation, type LoopEffect, LoopEffectType, type LoopEffectTypeWithLiterals, type MapCoordinates, type MapData, type MapSettings, MapType, type MapTypeWithLiterals, type Media, type MentionData, type MessageEnvelope, type Metadata, type Money, type NameControl, type NameControlLabels, type Negative, type NegativeResponseConfirmation, type Node, type NodeDataOneOf, type NodeStyle, NodeType, type NodeTypeWithLiterals, NullValue, type NullValueWithLiterals, type Occurrence, type Oembed, type OnlineConferencing, type OnlineConferencingConfig, type OnlineConferencingSession, type Option, type OptionDesign, type OptionLayout, type OptionSelection, type OptionSelectionSelectedOptionOneOf, type OrderedListData, Orientation, type OrientationWithLiterals, Origin, type OriginWithLiterals, type PDFSettings, type ParagraphData, type Permissions, type PhoneControl, Placement, type PlacementWithLiterals, type PlaybackOptions, type PluginContainerData, PluginContainerDataAlignment, type PluginContainerDataAlignmentWithLiterals, type PluginContainerDataWidth, type PluginContainerDataWidthDataOneOf, type PointerEffect, PointerEffectType, type PointerEffectTypeWithLiterals, type Poll, type PollData, type PollDataLayout, type PollDesign, type PollDesignBackground, type PollDesignBackgroundBackgroundOneOf, PollDesignBackgroundType, type PollDesignBackgroundTypeWithLiterals, type PollLayout, PollLayoutDirection, type PollLayoutDirectionWithLiterals, PollLayoutType, type PollLayoutTypeWithLiterals, type PollSettings, Position, type PositionWithLiterals, type Positive, type PositiveResponseConfirmation, type PricingData, type PublishDraftRequest, type PublishDraftResponse, type RadioButtonControl, type Recurrences, type Registration, type RegistrationClosedMessages, RegistrationStatus, type RegistrationStatusWithLiterals, type Rel, RequestedFields, type RequestedFieldsWithLiterals, Resizing, type ResizingWithLiterals, type ResponseConfirmation, ResponsivenessBehaviour, type ResponsivenessBehaviourWithLiterals, type RestoreInfo, type RibbonStyles, type RichContent, type RsvpCollection, type RsvpCollectionConfig, type RsvpConfirmationMessages, type RsvpConfirmationMessagesNegativeResponseConfirmation, type RsvpConfirmationMessagesPositiveResponseConfirmation, type RsvpFormMessages, RsvpStatusOptions, type RsvpStatusOptionsWithLiterals, type RsvpSummary, Scaling, type ScalingWithLiterals, type ScheduleConfig, type Scheduling, type SectionDivider, type SeoSchema, type SeoSettings, type Settings, Shape, type ShapeData, type ShapeDataStyles, type ShapeWithLiterals, type SiteUrl, type SketchData, type SmartBlockCellData, type SmartBlockData, SmartBlockDataType, type SmartBlockDataTypeWithLiterals, Source, type SourceWithLiterals, type Spoiler, type SpoilerData, State, type StateWithLiterals, Status, type StatusWithLiterals, type Stop, type StreetAddress, type Styles, type StylesBorder, StylesPosition, type StylesPositionWithLiterals, type Subdivision, SubdivisionType, type SubdivisionTypeWithLiterals, type TableCellData, type TableData, type Tag, Target, type TargetWithLiterals, type TaxConfig, TaxType, type TaxTypeWithLiterals, TextAlignment, type TextAlignmentWithLiterals, type TextControl, type TextData, type TextNodeStyle, type TextStyle, type Thumbnails, ThumbnailsAlignment, type ThumbnailsAlignmentWithLiterals, type Ticketing, type TicketingConfig, type TicketingSummary, type TicketsConfirmationMessages, type TicketsUnavailableMessages, type TocData, Type, type TypeWithLiterals, type UpdateControlApplicationErrors, type UpdateControlIdentifiers, type UpdateControlIdentifiersControlOneOf, type UpdateControlOptions, type UpdateControlOptionsControlOneOf, type UpdateControlRequest, type UpdateControlRequestControlOneOf, type UpdateControlResponse, type UpdateMessagesOptions, type UpdateMessagesRequest, type UpdateMessagesResponse, ValueType, type ValueTypeWithLiterals, Variant, type VariantWithLiterals, VerticalAlignment, VerticalAlignmentAlignment, type VerticalAlignmentAlignmentWithLiterals, type VerticalAlignmentWithLiterals, type Video, type VideoData, ViewMode, type ViewModeWithLiterals, ViewRole, type ViewRoleWithLiterals, VisitorType, type VisitorTypeWithLiterals, VoteRole, type VoteRoleWithLiterals, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, Width, WidthType, type WidthTypeWithLiterals, type WidthWithLiterals, addControl, deleteControl, discardDraft, getForm, onFormEventUpdated, publishDraft, updateControl, updateMessages };
|
|
@@ -51,6 +51,7 @@ __export(index_typings_exports, {
|
|
|
51
51
|
Indentation: () => Indentation,
|
|
52
52
|
InitialExpandedItems: () => InitialExpandedItems,
|
|
53
53
|
InputControlType: () => InputControlType,
|
|
54
|
+
LayerEffect: () => LayerEffect,
|
|
54
55
|
Layout: () => Layout,
|
|
55
56
|
LayoutDataBackgroundType: () => LayoutDataBackgroundType,
|
|
56
57
|
LayoutType: () => LayoutType,
|
|
@@ -77,6 +78,7 @@ __export(index_typings_exports, {
|
|
|
77
78
|
ResponsivenessBehaviour: () => ResponsivenessBehaviour,
|
|
78
79
|
RsvpStatusOptions: () => RsvpStatusOptions,
|
|
79
80
|
Scaling: () => Scaling,
|
|
81
|
+
Shape: () => Shape,
|
|
80
82
|
SmartBlockDataType: () => SmartBlockDataType,
|
|
81
83
|
Source: () => Source,
|
|
82
84
|
State: () => State,
|
|
@@ -1225,6 +1227,39 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
1225
1227
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
1226
1228
|
return BannerPosition2;
|
|
1227
1229
|
})(BannerPosition || {});
|
|
1230
|
+
var LayerEffect = /* @__PURE__ */ ((LayerEffect2) => {
|
|
1231
|
+
LayerEffect2["CENTER"] = "CENTER";
|
|
1232
|
+
LayerEffect2["FADE_TO_TOP"] = "FADE_TO_TOP";
|
|
1233
|
+
LayerEffect2["FADE_TO_BOTTOM"] = "FADE_TO_BOTTOM";
|
|
1234
|
+
return LayerEffect2;
|
|
1235
|
+
})(LayerEffect || {});
|
|
1236
|
+
var Shape = /* @__PURE__ */ ((Shape2) => {
|
|
1237
|
+
Shape2["ELLIPSE"] = "ELLIPSE";
|
|
1238
|
+
Shape2["TILT"] = "TILT";
|
|
1239
|
+
Shape2["LIQUID"] = "LIQUID";
|
|
1240
|
+
Shape2["LEFT_WAVE"] = "LEFT_WAVE";
|
|
1241
|
+
Shape2["PAINT_SCRIBBLE"] = "PAINT_SCRIBBLE";
|
|
1242
|
+
Shape2["INVERTED_ELLIPSE"] = "INVERTED_ELLIPSE";
|
|
1243
|
+
Shape2["RIGHT_WAVE"] = "RIGHT_WAVE";
|
|
1244
|
+
Shape2["DUNES"] = "DUNES";
|
|
1245
|
+
Shape2["WAVES"] = "WAVES";
|
|
1246
|
+
Shape2["TRIANGLE"] = "TRIANGLE";
|
|
1247
|
+
Shape2["SEMI_ELLIPSE"] = "SEMI_ELLIPSE";
|
|
1248
|
+
Shape2["PLANTS"] = "PLANTS";
|
|
1249
|
+
Shape2["LAYERED_ELLIPSE"] = "LAYERED_ELLIPSE";
|
|
1250
|
+
Shape2["PIXELS"] = "PIXELS";
|
|
1251
|
+
Shape2["PAINT"] = "PAINT";
|
|
1252
|
+
Shape2["CLOUDS"] = "CLOUDS";
|
|
1253
|
+
Shape2["OPTICAL_ILLUSION"] = "OPTICAL_ILLUSION";
|
|
1254
|
+
Shape2["STRIPES"] = "STRIPES";
|
|
1255
|
+
Shape2["BLOBS"] = "BLOBS";
|
|
1256
|
+
Shape2["SEMI_CIRCLES"] = "SEMI_CIRCLES";
|
|
1257
|
+
Shape2["HILL"] = "HILL";
|
|
1258
|
+
Shape2["BRUSH"] = "BRUSH";
|
|
1259
|
+
Shape2["PEAKS"] = "PEAKS";
|
|
1260
|
+
Shape2["ANGLED_TRIANGLE"] = "ANGLED_TRIANGLE";
|
|
1261
|
+
return Shape2;
|
|
1262
|
+
})(Shape || {});
|
|
1228
1263
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1229
1264
|
BackdropType2["COLOR"] = "COLOR";
|
|
1230
1265
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -1580,6 +1615,7 @@ async function discardDraft2(eventId) {
|
|
|
1580
1615
|
Indentation,
|
|
1581
1616
|
InitialExpandedItems,
|
|
1582
1617
|
InputControlType,
|
|
1618
|
+
LayerEffect,
|
|
1583
1619
|
Layout,
|
|
1584
1620
|
LayoutDataBackgroundType,
|
|
1585
1621
|
LayoutType,
|
|
@@ -1606,6 +1642,7 @@ async function discardDraft2(eventId) {
|
|
|
1606
1642
|
ResponsivenessBehaviour,
|
|
1607
1643
|
RsvpStatusOptions,
|
|
1608
1644
|
Scaling,
|
|
1645
|
+
Shape,
|
|
1609
1646
|
SmartBlockDataType,
|
|
1610
1647
|
Source,
|
|
1611
1648
|
State,
|