@wix/auto_sdk_data-extension-schema_schemas 1.0.45 → 1.0.47
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 +151 -14
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +200 -28
- package/build/cjs/index.typings.js +151 -14
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +149 -14
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +200 -28
- package/build/es/index.typings.mjs +149 -14
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +151 -14
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +200 -28
- package/build/internal/cjs/index.typings.js +151 -14
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +149 -14
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +200 -28
- package/build/internal/es/index.typings.mjs +149 -14
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -60,6 +60,7 @@ __export(index_typings_exports, {
|
|
|
60
60
|
Crop: () => Crop,
|
|
61
61
|
CssDataType: () => CssDataType,
|
|
62
62
|
CssPropertyType: () => CssPropertyType,
|
|
63
|
+
CssVariableTypeEnumCssDataType: () => CssVariableTypeEnumCssDataType,
|
|
63
64
|
CustomElementScriptType: () => CustomElementScriptType,
|
|
64
65
|
CustomFieldsType: () => CustomFieldsType,
|
|
65
66
|
DataExtensionSchemaState: () => DataExtensionSchemaState,
|
|
@@ -200,6 +201,7 @@ __export(index_typings_exports, {
|
|
|
200
201
|
StorageDomain: () => StorageDomain,
|
|
201
202
|
StorageType: () => StorageType,
|
|
202
203
|
StringComponentType: () => StringComponentType,
|
|
204
|
+
StyleType: () => StyleType,
|
|
203
205
|
StylesPosition: () => StylesPosition,
|
|
204
206
|
SubmitSuccessAction: () => SubmitSuccessAction,
|
|
205
207
|
SyncToCalendar: () => SyncToCalendar,
|
|
@@ -1004,6 +1006,7 @@ var Tag = /* @__PURE__ */ ((Tag2) => {
|
|
|
1004
1006
|
Tag2["ADD_TO_CATEGORY"] = "ADD_TO_CATEGORY";
|
|
1005
1007
|
Tag2["MY_BUSINESS"] = "MY_BUSINESS";
|
|
1006
1008
|
Tag2["PIPELINE_LINKED_ENTITY"] = "PIPELINE_LINKED_ENTITY";
|
|
1009
|
+
Tag2["GET_PAID"] = "GET_PAID";
|
|
1007
1010
|
return Tag2;
|
|
1008
1011
|
})(Tag || {});
|
|
1009
1012
|
var FilterSelectionType = /* @__PURE__ */ ((FilterSelectionType2) => {
|
|
@@ -2037,20 +2040,138 @@ var CssPropertyType = /* @__PURE__ */ ((CssPropertyType2) => {
|
|
|
2037
2040
|
CssPropertyType2["strokeOpacity"] = "strokeOpacity";
|
|
2038
2041
|
return CssPropertyType2;
|
|
2039
2042
|
})(CssPropertyType || {});
|
|
2040
|
-
var
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
return
|
|
2053
|
-
})(
|
|
2043
|
+
var CssVariableTypeEnumCssDataType = /* @__PURE__ */ ((CssVariableTypeEnumCssDataType2) => {
|
|
2044
|
+
CssVariableTypeEnumCssDataType2["UNKNOWN_CssDataType"] = "UNKNOWN_CssDataType";
|
|
2045
|
+
CssVariableTypeEnumCssDataType2["number"] = "number";
|
|
2046
|
+
CssVariableTypeEnumCssDataType2["length"] = "length";
|
|
2047
|
+
CssVariableTypeEnumCssDataType2["color"] = "color";
|
|
2048
|
+
CssVariableTypeEnumCssDataType2["angle"] = "angle";
|
|
2049
|
+
CssVariableTypeEnumCssDataType2["percentage"] = "percentage";
|
|
2050
|
+
CssVariableTypeEnumCssDataType2["lengthPercentage"] = "lengthPercentage";
|
|
2051
|
+
CssVariableTypeEnumCssDataType2["blendMode"] = "blendMode";
|
|
2052
|
+
CssVariableTypeEnumCssDataType2["customEnum"] = "customEnum";
|
|
2053
|
+
CssVariableTypeEnumCssDataType2["string"] = "string";
|
|
2054
|
+
CssVariableTypeEnumCssDataType2["time"] = "time";
|
|
2055
|
+
return CssVariableTypeEnumCssDataType2;
|
|
2056
|
+
})(CssVariableTypeEnumCssDataType || {});
|
|
2057
|
+
var StyleType = /* @__PURE__ */ ((StyleType2) => {
|
|
2058
|
+
StyleType2["UNKNOWN_StyleType"] = "UNKNOWN_StyleType";
|
|
2059
|
+
StyleType2["number"] = "number";
|
|
2060
|
+
StyleType2["string"] = "string";
|
|
2061
|
+
StyleType2["angle"] = "angle";
|
|
2062
|
+
StyleType2["length"] = "length";
|
|
2063
|
+
StyleType2["percentage"] = "percentage";
|
|
2064
|
+
StyleType2["lengthPercentage"] = "lengthPercentage";
|
|
2065
|
+
StyleType2["blendMode"] = "blendMode";
|
|
2066
|
+
StyleType2["customEnum"] = "customEnum";
|
|
2067
|
+
StyleType2["time"] = "time";
|
|
2068
|
+
StyleType2["background"] = "background";
|
|
2069
|
+
StyleType2["backgroundSize"] = "backgroundSize";
|
|
2070
|
+
StyleType2["backgroundColor"] = "backgroundColor";
|
|
2071
|
+
StyleType2["backgroundImage"] = "backgroundImage";
|
|
2072
|
+
StyleType2["backgroundClip"] = "backgroundClip";
|
|
2073
|
+
StyleType2["backgroundOrigin"] = "backgroundOrigin";
|
|
2074
|
+
StyleType2["backgroundPosition"] = "backgroundPosition";
|
|
2075
|
+
StyleType2["backgroundRepeat"] = "backgroundRepeat";
|
|
2076
|
+
StyleType2["backgroundAttachment"] = "backgroundAttachment";
|
|
2077
|
+
StyleType2["margin"] = "margin";
|
|
2078
|
+
StyleType2["marginTop"] = "marginTop";
|
|
2079
|
+
StyleType2["marginRight"] = "marginRight";
|
|
2080
|
+
StyleType2["marginBottom"] = "marginBottom";
|
|
2081
|
+
StyleType2["marginLeft"] = "marginLeft";
|
|
2082
|
+
StyleType2["marginInlineStart"] = "marginInlineStart";
|
|
2083
|
+
StyleType2["marginInlineEnd"] = "marginInlineEnd";
|
|
2084
|
+
StyleType2["padding"] = "padding";
|
|
2085
|
+
StyleType2["paddingTop"] = "paddingTop";
|
|
2086
|
+
StyleType2["paddingRight"] = "paddingRight";
|
|
2087
|
+
StyleType2["paddingBottom"] = "paddingBottom";
|
|
2088
|
+
StyleType2["paddingLeft"] = "paddingLeft";
|
|
2089
|
+
StyleType2["paddingInlineStart"] = "paddingInlineStart";
|
|
2090
|
+
StyleType2["paddingInlineEnd"] = "paddingInlineEnd";
|
|
2091
|
+
StyleType2["border"] = "border";
|
|
2092
|
+
StyleType2["borderWidth"] = "borderWidth";
|
|
2093
|
+
StyleType2["borderStyle"] = "borderStyle";
|
|
2094
|
+
StyleType2["borderColor"] = "borderColor";
|
|
2095
|
+
StyleType2["borderTop"] = "borderTop";
|
|
2096
|
+
StyleType2["borderTopColor"] = "borderTopColor";
|
|
2097
|
+
StyleType2["borderTopWidth"] = "borderTopWidth";
|
|
2098
|
+
StyleType2["borderTopStyle"] = "borderTopStyle";
|
|
2099
|
+
StyleType2["borderRight"] = "borderRight";
|
|
2100
|
+
StyleType2["borderRightColor"] = "borderRightColor";
|
|
2101
|
+
StyleType2["borderRightWidth"] = "borderRightWidth";
|
|
2102
|
+
StyleType2["borderRightStyle"] = "borderRightStyle";
|
|
2103
|
+
StyleType2["borderBottom"] = "borderBottom";
|
|
2104
|
+
StyleType2["borderBottomColor"] = "borderBottomColor";
|
|
2105
|
+
StyleType2["borderBottomWidth"] = "borderBottomWidth";
|
|
2106
|
+
StyleType2["borderBottomStyle"] = "borderBottomStyle";
|
|
2107
|
+
StyleType2["borderLeft"] = "borderLeft";
|
|
2108
|
+
StyleType2["borderLeftColor"] = "borderLeftColor";
|
|
2109
|
+
StyleType2["borderLeftWidth"] = "borderLeftWidth";
|
|
2110
|
+
StyleType2["borderLeftStyle"] = "borderLeftStyle";
|
|
2111
|
+
StyleType2["borderInlineStart"] = "borderInlineStart";
|
|
2112
|
+
StyleType2["borderInlineStartColor"] = "borderInlineStartColor";
|
|
2113
|
+
StyleType2["borderInlineStartWidth"] = "borderInlineStartWidth";
|
|
2114
|
+
StyleType2["borderInlineStartStyle"] = "borderInlineStartStyle";
|
|
2115
|
+
StyleType2["borderInlineEnd"] = "borderInlineEnd";
|
|
2116
|
+
StyleType2["borderInlineEndColor"] = "borderInlineEndColor";
|
|
2117
|
+
StyleType2["borderInlineEndWidth"] = "borderInlineEndWidth";
|
|
2118
|
+
StyleType2["borderInlineEndStyle"] = "borderInlineEndStyle";
|
|
2119
|
+
StyleType2["borderRadius"] = "borderRadius";
|
|
2120
|
+
StyleType2["borderTopLeftRadius"] = "borderTopLeftRadius";
|
|
2121
|
+
StyleType2["borderTopRightRadius"] = "borderTopRightRadius";
|
|
2122
|
+
StyleType2["borderBottomRightRadius"] = "borderBottomRightRadius";
|
|
2123
|
+
StyleType2["borderBottomLeftRadius"] = "borderBottomLeftRadius";
|
|
2124
|
+
StyleType2["borderStartStartRadius"] = "borderStartStartRadius";
|
|
2125
|
+
StyleType2["borderStartEndRadius"] = "borderStartEndRadius";
|
|
2126
|
+
StyleType2["borderEndStartRadius"] = "borderEndStartRadius";
|
|
2127
|
+
StyleType2["borderEndEndRadius"] = "borderEndEndRadius";
|
|
2128
|
+
StyleType2["font"] = "font";
|
|
2129
|
+
StyleType2["fontFamily"] = "fontFamily";
|
|
2130
|
+
StyleType2["fontSize"] = "fontSize";
|
|
2131
|
+
StyleType2["fontStretch"] = "fontStretch";
|
|
2132
|
+
StyleType2["fontStyle"] = "fontStyle";
|
|
2133
|
+
StyleType2["fontVariant"] = "fontVariant";
|
|
2134
|
+
StyleType2["fontWeight"] = "fontWeight";
|
|
2135
|
+
StyleType2["lineHeight"] = "lineHeight";
|
|
2136
|
+
StyleType2["color"] = "color";
|
|
2137
|
+
StyleType2["letterSpacing"] = "letterSpacing";
|
|
2138
|
+
StyleType2["writingMode"] = "writingMode";
|
|
2139
|
+
StyleType2["textAlign"] = "textAlign";
|
|
2140
|
+
StyleType2["textTransform"] = "textTransform";
|
|
2141
|
+
StyleType2["textShadow"] = "textShadow";
|
|
2142
|
+
StyleType2["textOverflow"] = "textOverflow";
|
|
2143
|
+
StyleType2["textIndent"] = "textIndent";
|
|
2144
|
+
StyleType2["textDecoration"] = "textDecoration";
|
|
2145
|
+
StyleType2["textDecorationColor"] = "textDecorationColor";
|
|
2146
|
+
StyleType2["textDecorationLine"] = "textDecorationLine";
|
|
2147
|
+
StyleType2["textDecorationStyle"] = "textDecorationStyle";
|
|
2148
|
+
StyleType2["textDecorationThickness"] = "textDecorationThickness";
|
|
2149
|
+
StyleType2["boxShadow"] = "boxShadow";
|
|
2150
|
+
StyleType2["opacity"] = "opacity";
|
|
2151
|
+
StyleType2["overflow"] = "overflow";
|
|
2152
|
+
StyleType2["display"] = "display";
|
|
2153
|
+
StyleType2["alignSelf"] = "alignSelf";
|
|
2154
|
+
StyleType2["justifyContent"] = "justifyContent";
|
|
2155
|
+
StyleType2["alignItems"] = "alignItems";
|
|
2156
|
+
StyleType2["flexDirection"] = "flexDirection";
|
|
2157
|
+
StyleType2["height"] = "height";
|
|
2158
|
+
StyleType2["width"] = "width";
|
|
2159
|
+
StyleType2["gap"] = "gap";
|
|
2160
|
+
StyleType2["columnGap"] = "columnGap";
|
|
2161
|
+
StyleType2["rowGap"] = "rowGap";
|
|
2162
|
+
StyleType2["filter"] = "filter";
|
|
2163
|
+
StyleType2["backdropFilter"] = "backdropFilter";
|
|
2164
|
+
StyleType2["objectFit"] = "objectFit";
|
|
2165
|
+
StyleType2["objectPosition"] = "objectPosition";
|
|
2166
|
+
StyleType2["mixBlendMode"] = "mixBlendMode";
|
|
2167
|
+
StyleType2["isolation"] = "isolation";
|
|
2168
|
+
StyleType2["stroke"] = "stroke";
|
|
2169
|
+
StyleType2["strokeWidth"] = "strokeWidth";
|
|
2170
|
+
StyleType2["strokeOpacity"] = "strokeOpacity";
|
|
2171
|
+
StyleType2["fill"] = "fill";
|
|
2172
|
+
StyleType2["fillOpacity"] = "fillOpacity";
|
|
2173
|
+
return StyleType2;
|
|
2174
|
+
})(StyleType || {});
|
|
2054
2175
|
var FilterFunction = /* @__PURE__ */ ((FilterFunction2) => {
|
|
2055
2176
|
FilterFunction2["UNKNOWN_FilterFunctions"] = "UNKNOWN_FilterFunctions";
|
|
2056
2177
|
FilterFunction2["blur"] = "blur";
|
|
@@ -2096,6 +2217,20 @@ var BackgroundModeEnum = /* @__PURE__ */ ((BackgroundModeEnum2) => {
|
|
|
2096
2217
|
BackgroundModeEnum2["UNKNOWN_BackgroundModeEnum"] = "UNKNOWN_BackgroundModeEnum";
|
|
2097
2218
|
return BackgroundModeEnum2;
|
|
2098
2219
|
})(BackgroundModeEnum || {});
|
|
2220
|
+
var CssDataType = /* @__PURE__ */ ((CssDataType2) => {
|
|
2221
|
+
CssDataType2["UNKNOWN_CssDataType"] = "UNKNOWN_CssDataType";
|
|
2222
|
+
CssDataType2["number"] = "number";
|
|
2223
|
+
CssDataType2["string"] = "string";
|
|
2224
|
+
CssDataType2["angle"] = "angle";
|
|
2225
|
+
CssDataType2["color"] = "color";
|
|
2226
|
+
CssDataType2["length"] = "length";
|
|
2227
|
+
CssDataType2["percentage"] = "percentage";
|
|
2228
|
+
CssDataType2["lengthPercentage"] = "lengthPercentage";
|
|
2229
|
+
CssDataType2["blendMode"] = "blendMode";
|
|
2230
|
+
CssDataType2["customEnum"] = "customEnum";
|
|
2231
|
+
CssDataType2["time"] = "time";
|
|
2232
|
+
return CssDataType2;
|
|
2233
|
+
})(CssDataType || {});
|
|
2099
2234
|
var DataType = /* @__PURE__ */ ((DataType2) => {
|
|
2100
2235
|
DataType2["UNKNOWN_DataType"] = "UNKNOWN_DataType";
|
|
2101
2236
|
DataType2["text"] = "text";
|
|
@@ -2544,6 +2679,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
|
|
|
2544
2679
|
Crop,
|
|
2545
2680
|
CssDataType,
|
|
2546
2681
|
CssPropertyType,
|
|
2682
|
+
CssVariableTypeEnumCssDataType,
|
|
2547
2683
|
CustomElementScriptType,
|
|
2548
2684
|
CustomFieldsType,
|
|
2549
2685
|
DataExtensionSchemaState,
|
|
@@ -2684,6 +2820,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
|
|
|
2684
2820
|
StorageDomain,
|
|
2685
2821
|
StorageType,
|
|
2686
2822
|
StringComponentType,
|
|
2823
|
+
StyleType,
|
|
2687
2824
|
StylesPosition,
|
|
2688
2825
|
SubmitSuccessAction,
|
|
2689
2826
|
SyncToCalendar,
|