@wix/auto_sdk_faq_question-entry 1.0.48 → 1.0.50
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 +72 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +534 -1
- package/build/cjs/index.typings.js +72 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +534 -1
- package/build/cjs/meta.js +72 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +68 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +534 -1
- package/build/es/index.typings.mjs +68 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +534 -1
- package/build/es/meta.mjs +68 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +72 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +534 -1
- package/build/internal/cjs/index.typings.js +72 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +534 -1
- package/build/internal/cjs/meta.js +72 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +68 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +534 -1
- package/build/internal/es/index.typings.mjs +68 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +534 -1
- package/build/internal/es/meta.mjs +68 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2180,6 +2180,70 @@ var QueryQuestionEntriesRequestFieldSet = /* @__PURE__ */ ((QueryQuestionEntries
|
|
|
2180
2180
|
QueryQuestionEntriesRequestFieldSet2["SHARE_LINKS"] = "SHARE_LINKS";
|
|
2181
2181
|
return QueryQuestionEntriesRequestFieldSet2;
|
|
2182
2182
|
})(QueryQuestionEntriesRequestFieldSet || {});
|
|
2183
|
+
var State = /* @__PURE__ */ ((State2) => {
|
|
2184
|
+
State2["UNKNOWN"] = "UNKNOWN";
|
|
2185
|
+
State2["ENABLED"] = "ENABLED";
|
|
2186
|
+
State2["DISABLED"] = "DISABLED";
|
|
2187
|
+
State2["PENDING"] = "PENDING";
|
|
2188
|
+
State2["DEMO"] = "DEMO";
|
|
2189
|
+
return State2;
|
|
2190
|
+
})(State || {});
|
|
2191
|
+
var SiteCreatedContext = /* @__PURE__ */ ((SiteCreatedContext2) => {
|
|
2192
|
+
SiteCreatedContext2["OTHER"] = "OTHER";
|
|
2193
|
+
SiteCreatedContext2["FROM_TEMPLATE"] = "FROM_TEMPLATE";
|
|
2194
|
+
SiteCreatedContext2["DUPLICATE_BY_SITE_TRANSFER"] = "DUPLICATE_BY_SITE_TRANSFER";
|
|
2195
|
+
SiteCreatedContext2["DUPLICATE"] = "DUPLICATE";
|
|
2196
|
+
SiteCreatedContext2["OLD_SITE_TRANSFER"] = "OLD_SITE_TRANSFER";
|
|
2197
|
+
SiteCreatedContext2["FLASH"] = "FLASH";
|
|
2198
|
+
return SiteCreatedContext2;
|
|
2199
|
+
})(SiteCreatedContext || {});
|
|
2200
|
+
var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
2201
|
+
Namespace2["UNKNOWN_NAMESPACE"] = "UNKNOWN_NAMESPACE";
|
|
2202
|
+
Namespace2["WIX"] = "WIX";
|
|
2203
|
+
Namespace2["SHOUT_OUT"] = "SHOUT_OUT";
|
|
2204
|
+
Namespace2["ALBUMS"] = "ALBUMS";
|
|
2205
|
+
Namespace2["WIX_STORES_TEST_DRIVE"] = "WIX_STORES_TEST_DRIVE";
|
|
2206
|
+
Namespace2["HOTELS"] = "HOTELS";
|
|
2207
|
+
Namespace2["CLUBS"] = "CLUBS";
|
|
2208
|
+
Namespace2["ONBOARDING_DRAFT"] = "ONBOARDING_DRAFT";
|
|
2209
|
+
Namespace2["DEV_SITE"] = "DEV_SITE";
|
|
2210
|
+
Namespace2["LOGOS"] = "LOGOS";
|
|
2211
|
+
Namespace2["VIDEO_MAKER"] = "VIDEO_MAKER";
|
|
2212
|
+
Namespace2["PARTNER_DASHBOARD"] = "PARTNER_DASHBOARD";
|
|
2213
|
+
Namespace2["DEV_CENTER_COMPANY"] = "DEV_CENTER_COMPANY";
|
|
2214
|
+
Namespace2["HTML_DRAFT"] = "HTML_DRAFT";
|
|
2215
|
+
Namespace2["SITELESS_BUSINESS"] = "SITELESS_BUSINESS";
|
|
2216
|
+
Namespace2["CREATOR_ECONOMY"] = "CREATOR_ECONOMY";
|
|
2217
|
+
Namespace2["DASHBOARD_FIRST"] = "DASHBOARD_FIRST";
|
|
2218
|
+
Namespace2["ANYWHERE"] = "ANYWHERE";
|
|
2219
|
+
Namespace2["HEADLESS"] = "HEADLESS";
|
|
2220
|
+
Namespace2["ACCOUNT_MASTER_CMS"] = "ACCOUNT_MASTER_CMS";
|
|
2221
|
+
Namespace2["RISE"] = "RISE";
|
|
2222
|
+
Namespace2["BRANDED_FIRST"] = "BRANDED_FIRST";
|
|
2223
|
+
Namespace2["NOWNIA"] = "NOWNIA";
|
|
2224
|
+
Namespace2["UGC_TEMPLATE"] = "UGC_TEMPLATE";
|
|
2225
|
+
Namespace2["CODUX"] = "CODUX";
|
|
2226
|
+
Namespace2["MEDIA_DESIGN_CREATOR"] = "MEDIA_DESIGN_CREATOR";
|
|
2227
|
+
Namespace2["SHARED_BLOG_ENTERPRISE"] = "SHARED_BLOG_ENTERPRISE";
|
|
2228
|
+
Namespace2["STANDALONE_FORMS"] = "STANDALONE_FORMS";
|
|
2229
|
+
Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
|
|
2230
|
+
Namespace2["MIMIR"] = "MIMIR";
|
|
2231
|
+
Namespace2["TWINS"] = "TWINS";
|
|
2232
|
+
Namespace2["NANO"] = "NANO";
|
|
2233
|
+
Namespace2["BASE44"] = "BASE44";
|
|
2234
|
+
Namespace2["CHANNELS"] = "CHANNELS";
|
|
2235
|
+
Namespace2["NAUTILUS"] = "NAUTILUS";
|
|
2236
|
+
Namespace2["SYMPHONY"] = "SYMPHONY";
|
|
2237
|
+
return Namespace2;
|
|
2238
|
+
})(Namespace || {});
|
|
2239
|
+
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|
|
2240
|
+
DeleteStatus2["UNKNOWN"] = "UNKNOWN";
|
|
2241
|
+
DeleteStatus2["TRASH"] = "TRASH";
|
|
2242
|
+
DeleteStatus2["DELETED"] = "DELETED";
|
|
2243
|
+
DeleteStatus2["PENDING_PURGE"] = "PENDING_PURGE";
|
|
2244
|
+
DeleteStatus2["PURGED_EXTERNALLY"] = "PURGED_EXTERNALLY";
|
|
2245
|
+
return DeleteStatus2;
|
|
2246
|
+
})(DeleteStatus || {});
|
|
2183
2247
|
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
2184
2248
|
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
2185
2249
|
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
@@ -2389,6 +2453,7 @@ export {
|
|
|
2389
2453
|
ContentFormat as ContentFormatOriginal,
|
|
2390
2454
|
Crop as CropOriginal,
|
|
2391
2455
|
DecorationType as DecorationTypeOriginal,
|
|
2456
|
+
DeleteStatus as DeleteStatusOriginal,
|
|
2392
2457
|
DesignTarget as DesignTargetOriginal,
|
|
2393
2458
|
Direction as DirectionOriginal,
|
|
2394
2459
|
DividerDataAlignment as DividerDataAlignmentOriginal,
|
|
@@ -2407,6 +2472,7 @@ export {
|
|
|
2407
2472
|
LineStyle as LineStyleOriginal,
|
|
2408
2473
|
ListStyle as ListStyleOriginal,
|
|
2409
2474
|
MapType as MapTypeOriginal,
|
|
2475
|
+
Namespace as NamespaceOriginal,
|
|
2410
2476
|
NodeType as NodeTypeOriginal,
|
|
2411
2477
|
NullValue as NullValueOriginal,
|
|
2412
2478
|
Orientation as OrientationOriginal,
|
|
@@ -2423,9 +2489,11 @@ export {
|
|
|
2423
2489
|
Resizing as ResizingOriginal,
|
|
2424
2490
|
ResponsivenessBehaviour as ResponsivenessBehaviourOriginal,
|
|
2425
2491
|
Scaling as ScalingOriginal,
|
|
2492
|
+
SiteCreatedContext as SiteCreatedContextOriginal,
|
|
2426
2493
|
SmartBlockDataType as SmartBlockDataTypeOriginal,
|
|
2427
2494
|
SortOrder as SortOrderOriginal,
|
|
2428
2495
|
Source as SourceOriginal,
|
|
2496
|
+
State as StateOriginal,
|
|
2429
2497
|
StylesPosition as StylesPositionOriginal,
|
|
2430
2498
|
Target as TargetOriginal,
|
|
2431
2499
|
TextAlignment as TextAlignmentOriginal,
|