@wix/auto_sdk_faq_question-entry 1.0.47 → 1.0.49
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 +75 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +529 -1
- package/build/cjs/index.typings.js +75 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +529 -1
- package/build/cjs/meta.js +75 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +71 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +529 -1
- package/build/es/index.typings.mjs +71 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +529 -1
- package/build/es/meta.mjs +71 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +75 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +529 -1
- package/build/internal/cjs/index.typings.js +75 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +529 -1
- package/build/internal/cjs/meta.js +75 -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 +71 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +529 -1
- package/build/internal/es/index.typings.mjs +71 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +529 -1
- package/build/internal/es/meta.mjs +71 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -35,6 +35,10 @@ function resolveWixFaqQuestionentryV2QuestionEntryServiceUrl(opts) {
|
|
|
35
35
|
{
|
|
36
36
|
srcPath: "/_api/faq-server/v2/draft-question-entries",
|
|
37
37
|
destPath: "/v2/draft-question-entries"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
srcPath: "/_api/faq-server/v2/bulk/question-entries",
|
|
41
|
+
destPath: "/v2/bulk/question-entries"
|
|
38
42
|
}
|
|
39
43
|
],
|
|
40
44
|
"www._base_domain_": [
|
|
@@ -2176,6 +2180,69 @@ var QueryQuestionEntriesRequestFieldSet = /* @__PURE__ */ ((QueryQuestionEntries
|
|
|
2176
2180
|
QueryQuestionEntriesRequestFieldSet2["SHARE_LINKS"] = "SHARE_LINKS";
|
|
2177
2181
|
return QueryQuestionEntriesRequestFieldSet2;
|
|
2178
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
|
+
return Namespace2;
|
|
2237
|
+
})(Namespace || {});
|
|
2238
|
+
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|
|
2239
|
+
DeleteStatus2["UNKNOWN"] = "UNKNOWN";
|
|
2240
|
+
DeleteStatus2["TRASH"] = "TRASH";
|
|
2241
|
+
DeleteStatus2["DELETED"] = "DELETED";
|
|
2242
|
+
DeleteStatus2["PENDING_PURGE"] = "PENDING_PURGE";
|
|
2243
|
+
DeleteStatus2["PURGED_EXTERNALLY"] = "PURGED_EXTERNALLY";
|
|
2244
|
+
return DeleteStatus2;
|
|
2245
|
+
})(DeleteStatus || {});
|
|
2179
2246
|
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
2180
2247
|
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
2181
2248
|
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
@@ -2385,6 +2452,7 @@ export {
|
|
|
2385
2452
|
ContentFormat as ContentFormatOriginal,
|
|
2386
2453
|
Crop as CropOriginal,
|
|
2387
2454
|
DecorationType as DecorationTypeOriginal,
|
|
2455
|
+
DeleteStatus as DeleteStatusOriginal,
|
|
2388
2456
|
DesignTarget as DesignTargetOriginal,
|
|
2389
2457
|
Direction as DirectionOriginal,
|
|
2390
2458
|
DividerDataAlignment as DividerDataAlignmentOriginal,
|
|
@@ -2403,6 +2471,7 @@ export {
|
|
|
2403
2471
|
LineStyle as LineStyleOriginal,
|
|
2404
2472
|
ListStyle as ListStyleOriginal,
|
|
2405
2473
|
MapType as MapTypeOriginal,
|
|
2474
|
+
Namespace as NamespaceOriginal,
|
|
2406
2475
|
NodeType as NodeTypeOriginal,
|
|
2407
2476
|
NullValue as NullValueOriginal,
|
|
2408
2477
|
Orientation as OrientationOriginal,
|
|
@@ -2419,9 +2488,11 @@ export {
|
|
|
2419
2488
|
Resizing as ResizingOriginal,
|
|
2420
2489
|
ResponsivenessBehaviour as ResponsivenessBehaviourOriginal,
|
|
2421
2490
|
Scaling as ScalingOriginal,
|
|
2491
|
+
SiteCreatedContext as SiteCreatedContextOriginal,
|
|
2422
2492
|
SmartBlockDataType as SmartBlockDataTypeOriginal,
|
|
2423
2493
|
SortOrder as SortOrderOriginal,
|
|
2424
2494
|
Source as SourceOriginal,
|
|
2495
|
+
State as StateOriginal,
|
|
2425
2496
|
StylesPosition as StylesPositionOriginal,
|
|
2426
2497
|
Target as TargetOriginal,
|
|
2427
2498
|
TextAlignment as TextAlignmentOriginal,
|