@wix/auto_sdk_data-extension-schema_schemas 1.0.21 → 1.0.23

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.
Files changed (45) hide show
  1. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.d.ts +2 -2
  2. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.js +2 -2
  3. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.js.map +1 -1
  4. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.public.d.ts +1 -1
  5. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.public.js.map +1 -1
  6. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.d.ts +91 -71
  7. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +29 -29
  8. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js.map +1 -1
  9. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.d.ts +98 -78
  10. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +29 -29
  11. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
  12. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.context.d.ts +2 -2
  13. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.context.js +1 -1
  14. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.context.js.map +1 -1
  15. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.public.d.ts +1 -1
  16. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.public.js.map +1 -1
  17. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.types.d.ts +91 -71
  18. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +28 -28
  19. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.types.js.map +1 -1
  20. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.universal.d.ts +98 -78
  21. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +28 -28
  22. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
  23. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.d.ts +2 -2
  24. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.js +2 -2
  25. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.js.map +1 -1
  26. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.public.d.ts +1 -1
  27. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.public.js.map +1 -1
  28. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.d.ts +91 -71
  29. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +29 -29
  30. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js.map +1 -1
  31. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.d.ts +98 -78
  32. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +29 -29
  33. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
  34. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.context.d.ts +2 -2
  35. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.context.js +1 -1
  36. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.context.js.map +1 -1
  37. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.public.d.ts +1 -1
  38. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.public.js.map +1 -1
  39. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.types.d.ts +91 -71
  40. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +28 -28
  41. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.types.js.map +1 -1
  42. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.d.ts +98 -78
  43. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +28 -28
  44. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
  45. package/package.json +4 -4
@@ -4895,7 +4895,7 @@ export interface Node extends NodeDataOneOf {
4895
4895
  /** Node type. Use `APP_EMBED` for nodes that embed content from other Wix apps. Use `EMBED` to embed content in [oEmbed](https://oembed.com/) format. */
4896
4896
  type?: NodeType;
4897
4897
  /** Node ID. */
4898
- _id?: string;
4898
+ id?: string;
4899
4899
  /** A list of child nodes. */
4900
4900
  nodes?: Node[];
4901
4901
  /** Padding and background color styling for the node. */
@@ -5312,7 +5312,7 @@ export interface FileSource extends FileSourceDataOneOf {
5312
5312
  */
5313
5313
  custom?: string | null;
5314
5314
  /** An ID that's resolved to a URL by a resolver function. */
5315
- _id?: string | null;
5315
+ id?: string | null;
5316
5316
  /** Indicates whether the file's source is private. Defaults to `false`. */
5317
5317
  private?: boolean | null;
5318
5318
  }
@@ -5326,7 +5326,7 @@ export interface FileSourceDataOneOf {
5326
5326
  */
5327
5327
  custom?: string | null;
5328
5328
  /** An ID that's resolved to a URL by a resolver function. */
5329
- _id?: string | null;
5329
+ id?: string | null;
5330
5330
  }
5331
5331
  export interface PDFSettings {
5332
5332
  /**
@@ -5729,7 +5729,7 @@ export interface SettingsPermissions {
5729
5729
  }
5730
5730
  export interface PollOption {
5731
5731
  /** Option ID. */
5732
- _id?: string | null;
5732
+ id?: string | null;
5733
5733
  /** Option title. */
5734
5734
  title?: string | null;
5735
5735
  /** The image displayed with the option. */
@@ -5826,7 +5826,7 @@ export interface OptionDesign {
5826
5826
  }
5827
5827
  export interface Poll {
5828
5828
  /** Poll ID. */
5829
- _id?: string | null;
5829
+ id?: string | null;
5830
5830
  /** Poll title. */
5831
5831
  title?: string | null;
5832
5832
  /** Poll creator ID. */
@@ -5937,7 +5937,7 @@ export interface MentionData {
5937
5937
  /** The version of the user's name that appears after the `@` character in the mention. */
5938
5938
  slug?: string;
5939
5939
  /** Mentioned user's ID. */
5940
- _id?: string | null;
5940
+ id?: string | null;
5941
5941
  }
5942
5942
  export interface FontSizeData {
5943
5943
  /** The units used for the font size. */
@@ -5951,7 +5951,7 @@ export declare enum FontType {
5951
5951
  }
5952
5952
  export interface SpoilerData {
5953
5953
  /** Spoiler ID. */
5954
- _id?: string | null;
5954
+ id?: string | null;
5955
5955
  }
5956
5956
  export interface AppEmbedData extends AppEmbedDataAppDataOneOf {
5957
5957
  /** Data for embedded Wix Bookings content. */
@@ -11830,7 +11830,12 @@ export interface EditorReactComponent {
11830
11830
  editorElement?: EditorElement;
11831
11831
  /** The installation settings of the component */
11832
11832
  installation?: InstallationInfo;
11833
- /** The Archetype this component adheres to, to be used for classification by AI models */
11833
+ /**
11834
+ * The Archetype this component adheres to, to be used for classification by AI models
11835
+ * @deprecated The Archetype this component adheres to, to be used for classification by AI models
11836
+ * @replacedBy editor_element.archetype
11837
+ * @targetRemovalDate 2026-06-30
11838
+ */
11834
11839
  archetype?: Archetype;
11835
11840
  }
11836
11841
  export interface Resources {
@@ -11880,16 +11885,15 @@ export interface TranslationResources {
11880
11885
  export interface EditorElement {
11881
11886
  /**
11882
11887
  * DOM Query selector for this element that we can use to find it when rendering it (preferably a className)
11883
- * @minLength 4
11884
- * @maxLength 50
11888
+ * @minLength 2
11889
+ * @maxLength 100
11885
11890
  */
11886
11891
  selector?: string;
11887
11892
  /**
11888
11893
  * Human friendly name on the editor stage when the component is in interaction with the user
11889
- * @minLength 4
11890
- * @maxLength 20
11894
+ * @maxLength 50
11891
11895
  */
11892
- displayName?: string;
11896
+ displayName?: string | null;
11893
11897
  /** style-api of this element, a map of style-items where the key is the style-item name and the value is the style-item definition. These will be manifested as CSS vars in the scope of the component and prefixed with `--` */
11894
11898
  style?: Record<string, StyleItem>;
11895
11899
  /** data-api of this element, a map of data-items where the key is the data-item name and the value is the data-item definition. These will be manifested as `props` for the component */
@@ -11906,6 +11910,8 @@ export interface EditorElement {
11906
11910
  elementsDefaults?: Record<string, ElementDefaults>;
11907
11911
  /** Layout capabilities of the component */
11908
11912
  layout?: EditorElementLayout;
11913
+ /** The Archetype this component adheres to, to be used for classification by AI models */
11914
+ archetype?: Archetype;
11909
11915
  }
11910
11916
  export interface StyleItem extends StyleItemSelectedItemTypeOneOf, StyleItemSelectedCssPropertyTypeOneOf, StyleItemSelectedCssVariableTypeOneOf {
11911
11917
  /** type selection key for css-properties */
@@ -11922,6 +11928,8 @@ export interface StyleItem extends StyleItemSelectedItemTypeOneOf, StyleItemSele
11922
11928
  writingMode?: WritingMode;
11923
11929
  /** Additional options to refine the customEnum variable */
11924
11930
  customEnum?: CustomEnum;
11931
+ /** Additional options to refine the number variable */
11932
+ number?: CssNumber;
11925
11933
  /** default value for the style item */
11926
11934
  defaultValue?: any;
11927
11935
  /**
@@ -11952,6 +11960,8 @@ export interface StyleItemSelectedCssPropertyTypeOneOf {
11952
11960
  export interface StyleItemSelectedCssVariableTypeOneOf {
11953
11961
  /** Additional options to refine the customEnum variable */
11954
11962
  customEnum?: CustomEnum;
11963
+ /** Additional options to refine the number variable */
11964
+ number?: CssNumber;
11955
11965
  }
11956
11966
  /** The supported [CSS Property Types](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference#index) in Javascript naming format */
11957
11967
  export declare enum CssPropertyType {
@@ -12172,20 +12182,30 @@ export interface CustomEnumOption {
12172
12182
  */
12173
12183
  value?: string;
12174
12184
  /** @maxLength 100 */
12175
- displayName?: string;
12185
+ displayName?: string | null;
12176
12186
  }
12177
12187
  export interface CustomEnumOptionCssProperty {
12178
12188
  /**
12179
12189
  * the css property
12190
+ * @minLength 1
12180
12191
  * @maxLength 100
12181
12192
  */
12182
12193
  property?: string;
12183
12194
  /**
12184
12195
  * the css value
12196
+ * @minLength 1
12185
12197
  * @maxLength 100
12186
12198
  */
12187
12199
  value?: string;
12188
12200
  }
12201
+ export interface CssNumber {
12202
+ /** Indicates minimum value required for the number */
12203
+ minimum?: number | null;
12204
+ /** Indicates maximum value allowed for the number */
12205
+ maximum?: number | null;
12206
+ /** The multiplier for the number value */
12207
+ multipleOf?: number | null;
12208
+ }
12189
12209
  export interface DataItem extends DataItemSelectedDataTypeOneOf {
12190
12210
  /** An optional object to define limitations on the text input */
12191
12211
  text?: Text;
@@ -12311,7 +12331,7 @@ export interface Option {
12311
12331
  * display name for this text item
12312
12332
  * @maxLength 100
12313
12333
  */
12314
- displayName?: string;
12334
+ displayName?: string | null;
12315
12335
  }
12316
12336
  export interface _Number {
12317
12337
  /** Indicates minimum value required for the number */
@@ -12451,10 +12471,9 @@ export interface ReactElementContainer extends ReactElementContainerSelectedCont
12451
12471
  placeholder?: PlaceHolder;
12452
12472
  /**
12453
12473
  * A DOM Selector that will allow us to target it in the editor
12454
- * @minLength 2
12455
12474
  * @maxLength 100
12456
12475
  */
12457
- selector?: string;
12476
+ selector?: string | null;
12458
12477
  /** The type of Container to be rendered */
12459
12478
  containerType?: ContainerType;
12460
12479
  }
@@ -12519,16 +12538,15 @@ export declare enum ElementType {
12519
12538
  export interface InlineElement {
12520
12539
  /**
12521
12540
  * Relative DOM Query selector for this element. We assume nesting by it's parent elements for CSS Vars scoping.
12522
- * @minLength 4
12523
- * @maxLength 50
12541
+ * @minLength 2
12542
+ * @maxLength 100
12524
12543
  */
12525
12544
  selector?: string;
12526
12545
  /**
12527
12546
  * Human friendly name on the editor stage when the component is in interaction with the user
12528
- * @minLength 4
12529
- * @maxLength 20
12547
+ * @maxLength 50
12530
12548
  */
12531
- displayName?: string;
12549
+ displayName?: string | null;
12532
12550
  /** style-api of this element, a map of style-items where the key is the style-item name and the value is the style-item definition. These will be manifested as CSS vars in the scope of the component and prefixed with `--` */
12533
12551
  style?: Record<string, StyleItem>;
12534
12552
  /** data-api of this element, a map of data-items where the key is the data-item name and the value is the data-item definition */
@@ -12545,6 +12563,8 @@ export interface InlineElement {
12545
12563
  presets?: Record<string, PresetItem>;
12546
12564
  /** The default preset, styles and data of inner elements */
12547
12565
  elementsDefaults?: Record<string, ElementDefaults>;
12566
+ /** The Archetype this component adheres to, to be used for classification by AI models */
12567
+ archetype?: Archetype;
12548
12568
  }
12549
12569
  export interface Behaviors {
12550
12570
  /** Determines if the inner-element can be selectable in the editor */
@@ -12570,10 +12590,9 @@ export interface Action {
12570
12590
  hidden?: boolean | null;
12571
12591
  /**
12572
12592
  * The public human-readable name given to the action by the developer.
12573
- * @minLength 4
12574
- * @maxLength 20
12593
+ * @maxLength 50
12575
12594
  */
12576
- displayName?: string;
12595
+ displayName?: string | null;
12577
12596
  /** A model definition for declaring a concrete instructions action will perform */
12578
12597
  execution?: Execution;
12579
12598
  }
@@ -12708,16 +12727,14 @@ export interface DashboardAction {
12708
12727
  hidden?: boolean | null;
12709
12728
  /**
12710
12729
  * The public human-readable name given to the action by the developer.
12711
- * @minLength 4
12712
- * @maxLength 20
12730
+ * @maxLength 50
12713
12731
  */
12714
- displayName?: string;
12732
+ displayName?: string | null;
12715
12733
  /**
12716
12734
  * Optional pageId of the dashboard in case there is more than one
12717
- * @minLength 4
12718
12735
  * @maxLength 50
12719
12736
  */
12720
- dashboardPageId?: string;
12737
+ dashboardPageId?: string | null;
12721
12738
  /** A model definition for declaring a concrete instructions action will perform */
12722
12739
  execution?: Execution;
12723
12740
  }
@@ -12725,7 +12742,6 @@ export interface PresetItem {
12725
12742
  /**
12726
12743
  * A URL to the CSS file of this preset
12727
12744
  * @format WEB_URL
12728
- * @minLength 13
12729
12745
  * @maxLength 500
12730
12746
  */
12731
12747
  cssUrl?: string;
@@ -12733,11 +12749,10 @@ export interface PresetItem {
12733
12749
  * Preset name for displaying purposes in the editor
12734
12750
  * @maxLength 100
12735
12751
  */
12736
- displayName?: string;
12752
+ displayName?: string | null;
12737
12753
  /**
12738
12754
  * A URL to the CSS preset thumbnail file
12739
12755
  * @format WEB_URL
12740
- * @minLength 13
12741
12756
  * @maxLength 500
12742
12757
  */
12743
12758
  thumbnailUrl?: string | null;
@@ -12753,7 +12768,7 @@ export interface ElementStyleDefaults {
12753
12768
  * The default preset for an element
12754
12769
  * @maxLength 100
12755
12770
  */
12756
- presetKey?: string;
12771
+ presetKey?: string | null;
12757
12772
  /** The default styles for an element */
12758
12773
  style?: Record<string, any>;
12759
12774
  /** The default preset and styles for inner elements */
@@ -12804,6 +12819,46 @@ export interface ElementDefaults {
12804
12819
  /** The default preset and styles for inner elements */
12805
12820
  elementsDefaults?: Record<string, ElementDefaults>;
12806
12821
  }
12822
+ export declare enum Archetype {
12823
+ UNKNOWN_Archetype = "UNKNOWN_Archetype",
12824
+ Button = "Button",
12825
+ LoginButton = "LoginButton",
12826
+ Image = "Image",
12827
+ Gallery = "Gallery",
12828
+ Video = "Video",
12829
+ Audio = "Audio",
12830
+ Text = "Text",
12831
+ TextInput = "TextInput",
12832
+ RichTextEditor = "RichTextEditor",
12833
+ SignatureInput = "SignatureInput",
12834
+ Checkbox = "Checkbox",
12835
+ RadioGroup = "RadioGroup",
12836
+ Switch = "Switch",
12837
+ Dropdown = "Dropdown",
12838
+ DatePicker = "DatePicker",
12839
+ TimePicker = "TimePicker",
12840
+ Ratings = "Ratings",
12841
+ RatingInput = "RatingInput",
12842
+ Menu = "Menu",
12843
+ Pagination = "Pagination",
12844
+ Slider = "Slider",
12845
+ Container = "Container",
12846
+ Carousel = "Carousel",
12847
+ Accordion = "Accordion",
12848
+ Tabs = "Tabs",
12849
+ ProgressBar = "ProgressBar",
12850
+ Upload = "Upload",
12851
+ Social = "Social",
12852
+ Breadcrumbs = "Breadcrumbs",
12853
+ SearchBox = "SearchBox",
12854
+ Map = "Map",
12855
+ Line = "Line",
12856
+ Logo = "Logo",
12857
+ Avatar = "Avatar",
12858
+ Captcha = "Captcha",
12859
+ VectorArt = "VectorArt",
12860
+ AnimatedGraphic = "AnimatedGraphic"
12861
+ }
12807
12862
  export interface RefElement {
12808
12863
  /**
12809
12864
  * The type of the referenced element. Must exist in the Wix Dev Center and be fullly typed (`appSlug.componentType`).
@@ -12819,10 +12874,9 @@ export interface RefElement {
12819
12874
  selector?: string;
12820
12875
  /**
12821
12876
  * The override of the used element displayName
12822
- * @minLength 4
12823
- * @maxLength 20
12877
+ * @maxLength 50
12824
12878
  */
12825
- displayName?: string;
12879
+ displayName?: string | null;
12826
12880
  /** The override of the used element style */
12827
12881
  style?: Record<string, StyleItemOverrides>;
12828
12882
  /** The override of the used element data */
@@ -12902,46 +12956,6 @@ export interface InstallationInfoTargetContainerOneOf {
12902
12956
  /** Which static container should the component be installed at */
12903
12957
  staticContainer?: StaticContainer;
12904
12958
  }
12905
- export declare enum Archetype {
12906
- UNKNOWN_Archetype = "UNKNOWN_Archetype",
12907
- Button = "Button",
12908
- LoginButton = "LoginButton",
12909
- Image = "Image",
12910
- Gallery = "Gallery",
12911
- Video = "Video",
12912
- Audio = "Audio",
12913
- Text = "Text",
12914
- TextInput = "TextInput",
12915
- RichTextEditor = "RichTextEditor",
12916
- SignatureInput = "SignatureInput",
12917
- Checkbox = "Checkbox",
12918
- RadioGroup = "RadioGroup",
12919
- Switch = "Switch",
12920
- Dropdown = "Dropdown",
12921
- DatePicker = "DatePicker",
12922
- TimePicker = "TimePicker",
12923
- Ratings = "Ratings",
12924
- RatingInput = "RatingInput",
12925
- Menu = "Menu",
12926
- Pagination = "Pagination",
12927
- Slider = "Slider",
12928
- Container = "Container",
12929
- Carousel = "Carousel",
12930
- Accordion = "Accordion",
12931
- Tabs = "Tabs",
12932
- ProgressBar = "ProgressBar",
12933
- Upload = "Upload",
12934
- Social = "Social",
12935
- Breadcrumbs = "Breadcrumbs",
12936
- SearchBox = "SearchBox",
12937
- Map = "Map",
12938
- Line = "Line",
12939
- Logo = "Logo",
12940
- Avatar = "Avatar",
12941
- Captcha = "Captcha",
12942
- VectorArt = "VectorArt",
12943
- AnimatedGraphic = "AnimatedGraphic"
12944
- }
12945
12959
  export interface MarketplaceSPIConfig {
12946
12960
  /** URI where the SPI implementer is deployed */
12947
12961
  deploymentUri?: SpiBaseUri;
@@ -13398,8 +13412,14 @@ export interface NamespaceConfig {
13398
13412
  * @maxLength 100
13399
13413
  */
13400
13414
  namespace?: string;
13401
- /** Persona permissions associated with this namespace. */
13415
+ /** PersonaService permissions associated with this namespace. */
13402
13416
  personaPermissions?: Permissions;
13417
+ /** KnowledgeService permissions associated with this namespace. */
13418
+ knowledgePermissions?: Permissions;
13419
+ /** MediaService permissions associated with this namespace. */
13420
+ mediaPermissions?: Permissions;
13421
+ /** PersonaChatService permissions associated with this namespace. */
13422
+ chatPermissions?: Permissions;
13403
13423
  }
13404
13424
  export interface Permissions {
13405
13425
  /**
@@ -2175,34 +2175,6 @@ export var SizingType;
2175
2175
  /** Initial size should be set in pixels */
2176
2176
  SizingType["pixels"] = "pixels";
2177
2177
  })(SizingType || (SizingType = {}));
2178
- export var ResizeDirection;
2179
- (function (ResizeDirection) {
2180
- /** Default value when direction is not specified */
2181
- ResizeDirection["UNKNOWN_ResizeDirection"] = "UNKNOWN_ResizeDirection";
2182
- /** Component can only be resized horizontally */
2183
- ResizeDirection["horizontal"] = "horizontal";
2184
- /** Component can only be resized vertically */
2185
- ResizeDirection["vertical"] = "vertical";
2186
- /** Component can be resized both horizontally and vertically */
2187
- ResizeDirection["horizontalAndVertical"] = "horizontalAndVertical";
2188
- /** Component maintains its aspect ratio while resizing */
2189
- ResizeDirection["aspectRatio"] = "aspectRatio";
2190
- /** Component cannot be resized in any direction */
2191
- ResizeDirection["none"] = "none";
2192
- })(ResizeDirection || (ResizeDirection = {}));
2193
- export var ContentResizeDirection;
2194
- (function (ContentResizeDirection) {
2195
- /** Default value when content resize behavior is not specified */
2196
- ContentResizeDirection["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
2197
- /** Component's width will automatically adjust based on its content */
2198
- ContentResizeDirection["horizontal"] = "horizontal";
2199
- /** Component's height will automatically adjust based on its content */
2200
- ContentResizeDirection["vertical"] = "vertical";
2201
- /** Component's width and height will automatically adjust based on its content */
2202
- ContentResizeDirection["horizontalAndVertical"] = "horizontalAndVertical";
2203
- /** Component's size will not be affected by its content */
2204
- ContentResizeDirection["none"] = "none";
2205
- })(ContentResizeDirection || (ContentResizeDirection = {}));
2206
2178
  export var Archetype;
2207
2179
  (function (Archetype) {
2208
2180
  Archetype["UNKNOWN_Archetype"] = "UNKNOWN_Archetype";
@@ -2244,6 +2216,34 @@ export var Archetype;
2244
2216
  Archetype["VectorArt"] = "VectorArt";
2245
2217
  Archetype["AnimatedGraphic"] = "AnimatedGraphic";
2246
2218
  })(Archetype || (Archetype = {}));
2219
+ export var ResizeDirection;
2220
+ (function (ResizeDirection) {
2221
+ /** Default value when direction is not specified */
2222
+ ResizeDirection["UNKNOWN_ResizeDirection"] = "UNKNOWN_ResizeDirection";
2223
+ /** Component can only be resized horizontally */
2224
+ ResizeDirection["horizontal"] = "horizontal";
2225
+ /** Component can only be resized vertically */
2226
+ ResizeDirection["vertical"] = "vertical";
2227
+ /** Component can be resized both horizontally and vertically */
2228
+ ResizeDirection["horizontalAndVertical"] = "horizontalAndVertical";
2229
+ /** Component maintains its aspect ratio while resizing */
2230
+ ResizeDirection["aspectRatio"] = "aspectRatio";
2231
+ /** Component cannot be resized in any direction */
2232
+ ResizeDirection["none"] = "none";
2233
+ })(ResizeDirection || (ResizeDirection = {}));
2234
+ export var ContentResizeDirection;
2235
+ (function (ContentResizeDirection) {
2236
+ /** Default value when content resize behavior is not specified */
2237
+ ContentResizeDirection["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
2238
+ /** Component's width will automatically adjust based on its content */
2239
+ ContentResizeDirection["horizontal"] = "horizontal";
2240
+ /** Component's height will automatically adjust based on its content */
2241
+ ContentResizeDirection["vertical"] = "vertical";
2242
+ /** Component's width and height will automatically adjust based on its content */
2243
+ ContentResizeDirection["horizontalAndVertical"] = "horizontalAndVertical";
2244
+ /** Component's size will not be affected by its content */
2245
+ ContentResizeDirection["none"] = "none";
2246
+ })(ContentResizeDirection || (ContentResizeDirection = {}));
2247
2247
  export var RestrictionLevel;
2248
2248
  (function (RestrictionLevel) {
2249
2249
  RestrictionLevel["UNKNOWN_RESTRICTION_TYPE"] = "UNKNOWN_RESTRICTION_TYPE";