@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
|
@@ -32,6 +32,7 @@ __export(index_typings_exports, {
|
|
|
32
32
|
ContentFormat: () => ContentFormat,
|
|
33
33
|
Crop: () => Crop,
|
|
34
34
|
DecorationType: () => DecorationType,
|
|
35
|
+
DeleteStatus: () => DeleteStatus,
|
|
35
36
|
DesignTarget: () => DesignTarget,
|
|
36
37
|
Direction: () => Direction,
|
|
37
38
|
DividerDataAlignment: () => DividerDataAlignment,
|
|
@@ -50,6 +51,7 @@ __export(index_typings_exports, {
|
|
|
50
51
|
LineStyle: () => LineStyle,
|
|
51
52
|
ListStyle: () => ListStyle,
|
|
52
53
|
MapType: () => MapType,
|
|
54
|
+
Namespace: () => Namespace,
|
|
53
55
|
NodeType: () => NodeType,
|
|
54
56
|
NullValue: () => NullValue,
|
|
55
57
|
Orientation: () => Orientation,
|
|
@@ -66,9 +68,11 @@ __export(index_typings_exports, {
|
|
|
66
68
|
Resizing: () => Resizing,
|
|
67
69
|
ResponsivenessBehaviour: () => ResponsivenessBehaviour,
|
|
68
70
|
Scaling: () => Scaling,
|
|
71
|
+
SiteCreatedContext: () => SiteCreatedContext,
|
|
69
72
|
SmartBlockDataType: () => SmartBlockDataType,
|
|
70
73
|
SortOrder: () => SortOrder,
|
|
71
74
|
Source: () => Source,
|
|
75
|
+
State: () => State,
|
|
72
76
|
StylesPosition: () => StylesPosition,
|
|
73
77
|
Target: () => Target,
|
|
74
78
|
TextAlignment: () => TextAlignment,
|
|
@@ -2286,6 +2290,70 @@ var QueryQuestionEntriesRequestFieldSet = /* @__PURE__ */ ((QueryQuestionEntries
|
|
|
2286
2290
|
QueryQuestionEntriesRequestFieldSet2["SHARE_LINKS"] = "SHARE_LINKS";
|
|
2287
2291
|
return QueryQuestionEntriesRequestFieldSet2;
|
|
2288
2292
|
})(QueryQuestionEntriesRequestFieldSet || {});
|
|
2293
|
+
var State = /* @__PURE__ */ ((State2) => {
|
|
2294
|
+
State2["UNKNOWN"] = "UNKNOWN";
|
|
2295
|
+
State2["ENABLED"] = "ENABLED";
|
|
2296
|
+
State2["DISABLED"] = "DISABLED";
|
|
2297
|
+
State2["PENDING"] = "PENDING";
|
|
2298
|
+
State2["DEMO"] = "DEMO";
|
|
2299
|
+
return State2;
|
|
2300
|
+
})(State || {});
|
|
2301
|
+
var SiteCreatedContext = /* @__PURE__ */ ((SiteCreatedContext2) => {
|
|
2302
|
+
SiteCreatedContext2["OTHER"] = "OTHER";
|
|
2303
|
+
SiteCreatedContext2["FROM_TEMPLATE"] = "FROM_TEMPLATE";
|
|
2304
|
+
SiteCreatedContext2["DUPLICATE_BY_SITE_TRANSFER"] = "DUPLICATE_BY_SITE_TRANSFER";
|
|
2305
|
+
SiteCreatedContext2["DUPLICATE"] = "DUPLICATE";
|
|
2306
|
+
SiteCreatedContext2["OLD_SITE_TRANSFER"] = "OLD_SITE_TRANSFER";
|
|
2307
|
+
SiteCreatedContext2["FLASH"] = "FLASH";
|
|
2308
|
+
return SiteCreatedContext2;
|
|
2309
|
+
})(SiteCreatedContext || {});
|
|
2310
|
+
var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
2311
|
+
Namespace2["UNKNOWN_NAMESPACE"] = "UNKNOWN_NAMESPACE";
|
|
2312
|
+
Namespace2["WIX"] = "WIX";
|
|
2313
|
+
Namespace2["SHOUT_OUT"] = "SHOUT_OUT";
|
|
2314
|
+
Namespace2["ALBUMS"] = "ALBUMS";
|
|
2315
|
+
Namespace2["WIX_STORES_TEST_DRIVE"] = "WIX_STORES_TEST_DRIVE";
|
|
2316
|
+
Namespace2["HOTELS"] = "HOTELS";
|
|
2317
|
+
Namespace2["CLUBS"] = "CLUBS";
|
|
2318
|
+
Namespace2["ONBOARDING_DRAFT"] = "ONBOARDING_DRAFT";
|
|
2319
|
+
Namespace2["DEV_SITE"] = "DEV_SITE";
|
|
2320
|
+
Namespace2["LOGOS"] = "LOGOS";
|
|
2321
|
+
Namespace2["VIDEO_MAKER"] = "VIDEO_MAKER";
|
|
2322
|
+
Namespace2["PARTNER_DASHBOARD"] = "PARTNER_DASHBOARD";
|
|
2323
|
+
Namespace2["DEV_CENTER_COMPANY"] = "DEV_CENTER_COMPANY";
|
|
2324
|
+
Namespace2["HTML_DRAFT"] = "HTML_DRAFT";
|
|
2325
|
+
Namespace2["SITELESS_BUSINESS"] = "SITELESS_BUSINESS";
|
|
2326
|
+
Namespace2["CREATOR_ECONOMY"] = "CREATOR_ECONOMY";
|
|
2327
|
+
Namespace2["DASHBOARD_FIRST"] = "DASHBOARD_FIRST";
|
|
2328
|
+
Namespace2["ANYWHERE"] = "ANYWHERE";
|
|
2329
|
+
Namespace2["HEADLESS"] = "HEADLESS";
|
|
2330
|
+
Namespace2["ACCOUNT_MASTER_CMS"] = "ACCOUNT_MASTER_CMS";
|
|
2331
|
+
Namespace2["RISE"] = "RISE";
|
|
2332
|
+
Namespace2["BRANDED_FIRST"] = "BRANDED_FIRST";
|
|
2333
|
+
Namespace2["NOWNIA"] = "NOWNIA";
|
|
2334
|
+
Namespace2["UGC_TEMPLATE"] = "UGC_TEMPLATE";
|
|
2335
|
+
Namespace2["CODUX"] = "CODUX";
|
|
2336
|
+
Namespace2["MEDIA_DESIGN_CREATOR"] = "MEDIA_DESIGN_CREATOR";
|
|
2337
|
+
Namespace2["SHARED_BLOG_ENTERPRISE"] = "SHARED_BLOG_ENTERPRISE";
|
|
2338
|
+
Namespace2["STANDALONE_FORMS"] = "STANDALONE_FORMS";
|
|
2339
|
+
Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
|
|
2340
|
+
Namespace2["MIMIR"] = "MIMIR";
|
|
2341
|
+
Namespace2["TWINS"] = "TWINS";
|
|
2342
|
+
Namespace2["NANO"] = "NANO";
|
|
2343
|
+
Namespace2["BASE44"] = "BASE44";
|
|
2344
|
+
Namespace2["CHANNELS"] = "CHANNELS";
|
|
2345
|
+
Namespace2["NAUTILUS"] = "NAUTILUS";
|
|
2346
|
+
Namespace2["SYMPHONY"] = "SYMPHONY";
|
|
2347
|
+
return Namespace2;
|
|
2348
|
+
})(Namespace || {});
|
|
2349
|
+
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|
|
2350
|
+
DeleteStatus2["UNKNOWN"] = "UNKNOWN";
|
|
2351
|
+
DeleteStatus2["TRASH"] = "TRASH";
|
|
2352
|
+
DeleteStatus2["DELETED"] = "DELETED";
|
|
2353
|
+
DeleteStatus2["PENDING_PURGE"] = "PENDING_PURGE";
|
|
2354
|
+
DeleteStatus2["PURGED_EXTERNALLY"] = "PURGED_EXTERNALLY";
|
|
2355
|
+
return DeleteStatus2;
|
|
2356
|
+
})(DeleteStatus || {});
|
|
2289
2357
|
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
2290
2358
|
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
2291
2359
|
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
@@ -2670,6 +2738,7 @@ async function bulkUpdateQuestionEntry2(options) {
|
|
|
2670
2738
|
ContentFormat,
|
|
2671
2739
|
Crop,
|
|
2672
2740
|
DecorationType,
|
|
2741
|
+
DeleteStatus,
|
|
2673
2742
|
DesignTarget,
|
|
2674
2743
|
Direction,
|
|
2675
2744
|
DividerDataAlignment,
|
|
@@ -2688,6 +2757,7 @@ async function bulkUpdateQuestionEntry2(options) {
|
|
|
2688
2757
|
LineStyle,
|
|
2689
2758
|
ListStyle,
|
|
2690
2759
|
MapType,
|
|
2760
|
+
Namespace,
|
|
2691
2761
|
NodeType,
|
|
2692
2762
|
NullValue,
|
|
2693
2763
|
Orientation,
|
|
@@ -2704,9 +2774,11 @@ async function bulkUpdateQuestionEntry2(options) {
|
|
|
2704
2774
|
Resizing,
|
|
2705
2775
|
ResponsivenessBehaviour,
|
|
2706
2776
|
Scaling,
|
|
2777
|
+
SiteCreatedContext,
|
|
2707
2778
|
SmartBlockDataType,
|
|
2708
2779
|
SortOrder,
|
|
2709
2780
|
Source,
|
|
2781
|
+
State,
|
|
2710
2782
|
StylesPosition,
|
|
2711
2783
|
Target,
|
|
2712
2784
|
TextAlignment,
|