@wix/auto_sdk_stores_catalog-imports-v-3 1.0.1 → 1.0.3
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.js +9 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +9 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +186 -1
- package/build/cjs/meta.js +463 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +9 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +9 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +186 -1
- package/build/es/meta.mjs +415 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +9 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +9 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +186 -1
- package/build/internal/cjs/meta.js +463 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +9 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +9 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +186 -1
- package/build/internal/es/meta.mjs +415 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +3 -3
package/build/cjs/meta.js
CHANGED
|
@@ -20,6 +20,54 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
20
20
|
// meta.ts
|
|
21
21
|
var meta_exports = {};
|
|
22
22
|
__export(meta_exports, {
|
|
23
|
+
AlignmentOriginal: () => Alignment,
|
|
24
|
+
AppTypeOriginal: () => AppType,
|
|
25
|
+
AspectRatioOriginal: () => AspectRatio,
|
|
26
|
+
BackgroundTypeOriginal: () => BackgroundType,
|
|
27
|
+
ButtonDataTypeOriginal: () => ButtonDataType,
|
|
28
|
+
ChoiceTypeOriginal: () => ChoiceType,
|
|
29
|
+
CropOriginal: () => Crop,
|
|
30
|
+
DecorationTypeOriginal: () => DecorationType,
|
|
31
|
+
DirectionOriginal: () => Direction,
|
|
32
|
+
DiscountTypeOriginal: () => DiscountType,
|
|
33
|
+
DividerDataAlignmentOriginal: () => DividerDataAlignment,
|
|
34
|
+
FileTypeOriginal: () => FileType,
|
|
35
|
+
FontTypeOriginal: () => FontType,
|
|
36
|
+
GIFTypeOriginal: () => GIFType,
|
|
37
|
+
InitialExpandedItemsOriginal: () => InitialExpandedItems,
|
|
38
|
+
LayoutOriginal: () => Layout,
|
|
39
|
+
LayoutTypeOriginal: () => LayoutType,
|
|
40
|
+
LineStyleOriginal: () => LineStyle,
|
|
41
|
+
MapTypeOriginal: () => MapType,
|
|
42
|
+
MeasurementUnitOriginal: () => MeasurementUnit,
|
|
43
|
+
MediaTypeOriginal: () => MediaType,
|
|
44
|
+
ModifierRenderTypeOriginal: () => ModifierRenderType,
|
|
45
|
+
NodeTypeOriginal: () => NodeType,
|
|
46
|
+
NullValueOriginal: () => NullValue,
|
|
47
|
+
OrientationOriginal: () => Orientation,
|
|
48
|
+
PlacementOriginal: () => Placement,
|
|
49
|
+
PluginContainerDataAlignmentOriginal: () => PluginContainerDataAlignment,
|
|
50
|
+
PollLayoutDirectionOriginal: () => PollLayoutDirection,
|
|
51
|
+
PollLayoutTypeOriginal: () => PollLayoutType,
|
|
52
|
+
PositionOriginal: () => Position,
|
|
53
|
+
ProductOptionRenderTypeOriginal: () => ProductOptionRenderType,
|
|
54
|
+
ProductTypeOriginal: () => ProductType,
|
|
55
|
+
ResizingOriginal: () => Resizing,
|
|
56
|
+
SourceOriginal: () => Source,
|
|
57
|
+
StylesPositionOriginal: () => StylesPosition,
|
|
58
|
+
SubscriptionFrequencyOriginal: () => SubscriptionFrequency,
|
|
59
|
+
TargetOriginal: () => Target,
|
|
60
|
+
TextAlignmentOriginal: () => TextAlignment,
|
|
61
|
+
ThumbnailsAlignmentOriginal: () => ThumbnailsAlignment,
|
|
62
|
+
TypeOriginal: () => Type,
|
|
63
|
+
VerticalAlignmentOriginal: () => VerticalAlignment,
|
|
64
|
+
ViewModeOriginal: () => ViewMode,
|
|
65
|
+
ViewRoleOriginal: () => ViewRole,
|
|
66
|
+
VoteRoleOriginal: () => VoteRole,
|
|
67
|
+
WebhookIdentityTypeOriginal: () => WebhookIdentityType,
|
|
68
|
+
WeightUnitOriginal: () => WeightUnit,
|
|
69
|
+
WidthOriginal: () => Width,
|
|
70
|
+
WidthTypeOriginal: () => WidthType,
|
|
23
71
|
addProductsToImport: () => addProductsToImport2,
|
|
24
72
|
createCatalogImport: () => createCatalogImport2,
|
|
25
73
|
submitCatalogImport: () => submitCatalogImport2
|
|
@@ -58,6 +106,9 @@ function createCatalogImport(payload) {
|
|
|
58
106
|
method: "POST",
|
|
59
107
|
methodFqn: "wix.stores.catalog.catalog_import.v3.CatalogImports.CreateCatalogImport",
|
|
60
108
|
packageName: PACKAGE_NAME,
|
|
109
|
+
migrationOptions: {
|
|
110
|
+
optInTransformResponse: true
|
|
111
|
+
},
|
|
61
112
|
url: resolveWixStoresCatalogCatalogImportV3CatalogImportsUrl({
|
|
62
113
|
protoPath: "/v3/catalog-imports",
|
|
63
114
|
data: serializedData,
|
|
@@ -277,6 +328,9 @@ function addProductsToImport(payload) {
|
|
|
277
328
|
method: "POST",
|
|
278
329
|
methodFqn: "wix.stores.catalog.catalog_import.v3.CatalogImports.AddProductsToImport",
|
|
279
330
|
packageName: PACKAGE_NAME,
|
|
331
|
+
migrationOptions: {
|
|
332
|
+
optInTransformResponse: true
|
|
333
|
+
},
|
|
280
334
|
url: resolveWixStoresCatalogCatalogImportV3CatalogImportsUrl({
|
|
281
335
|
protoPath: "/v3/catalog-imports/{catalogImportId}/add-products",
|
|
282
336
|
data: serializedData,
|
|
@@ -295,6 +349,9 @@ function submitCatalogImport(payload) {
|
|
|
295
349
|
method: "POST",
|
|
296
350
|
methodFqn: "wix.stores.catalog.catalog_import.v3.CatalogImports.SubmitCatalogImport",
|
|
297
351
|
packageName: PACKAGE_NAME,
|
|
352
|
+
migrationOptions: {
|
|
353
|
+
optInTransformResponse: true
|
|
354
|
+
},
|
|
298
355
|
url: resolveWixStoresCatalogCatalogImportV3CatalogImportsUrl({
|
|
299
356
|
protoPath: "/v3/catalog-imports/{catalogImportId}/submit",
|
|
300
357
|
data: payload,
|
|
@@ -307,6 +364,364 @@ function submitCatalogImport(payload) {
|
|
|
307
364
|
return __submitCatalogImport;
|
|
308
365
|
}
|
|
309
366
|
|
|
367
|
+
// src/stores-catalog-v3-catalog-import-catalog-imports-v-3.types.ts
|
|
368
|
+
var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
369
|
+
NodeType2["PARAGRAPH"] = "PARAGRAPH";
|
|
370
|
+
NodeType2["TEXT"] = "TEXT";
|
|
371
|
+
NodeType2["HEADING"] = "HEADING";
|
|
372
|
+
NodeType2["BULLETED_LIST"] = "BULLETED_LIST";
|
|
373
|
+
NodeType2["ORDERED_LIST"] = "ORDERED_LIST";
|
|
374
|
+
NodeType2["LIST_ITEM"] = "LIST_ITEM";
|
|
375
|
+
NodeType2["BLOCKQUOTE"] = "BLOCKQUOTE";
|
|
376
|
+
NodeType2["CODE_BLOCK"] = "CODE_BLOCK";
|
|
377
|
+
NodeType2["VIDEO"] = "VIDEO";
|
|
378
|
+
NodeType2["DIVIDER"] = "DIVIDER";
|
|
379
|
+
NodeType2["FILE"] = "FILE";
|
|
380
|
+
NodeType2["GALLERY"] = "GALLERY";
|
|
381
|
+
NodeType2["GIF"] = "GIF";
|
|
382
|
+
NodeType2["HTML"] = "HTML";
|
|
383
|
+
NodeType2["IMAGE"] = "IMAGE";
|
|
384
|
+
NodeType2["LINK_PREVIEW"] = "LINK_PREVIEW";
|
|
385
|
+
NodeType2["MAP"] = "MAP";
|
|
386
|
+
NodeType2["POLL"] = "POLL";
|
|
387
|
+
NodeType2["APP_EMBED"] = "APP_EMBED";
|
|
388
|
+
NodeType2["BUTTON"] = "BUTTON";
|
|
389
|
+
NodeType2["COLLAPSIBLE_LIST"] = "COLLAPSIBLE_LIST";
|
|
390
|
+
NodeType2["TABLE"] = "TABLE";
|
|
391
|
+
NodeType2["EMBED"] = "EMBED";
|
|
392
|
+
NodeType2["COLLAPSIBLE_ITEM"] = "COLLAPSIBLE_ITEM";
|
|
393
|
+
NodeType2["COLLAPSIBLE_ITEM_TITLE"] = "COLLAPSIBLE_ITEM_TITLE";
|
|
394
|
+
NodeType2["COLLAPSIBLE_ITEM_BODY"] = "COLLAPSIBLE_ITEM_BODY";
|
|
395
|
+
NodeType2["TABLE_CELL"] = "TABLE_CELL";
|
|
396
|
+
NodeType2["TABLE_ROW"] = "TABLE_ROW";
|
|
397
|
+
NodeType2["EXTERNAL"] = "EXTERNAL";
|
|
398
|
+
NodeType2["AUDIO"] = "AUDIO";
|
|
399
|
+
NodeType2["CAPTION"] = "CAPTION";
|
|
400
|
+
NodeType2["LAYOUT"] = "LAYOUT";
|
|
401
|
+
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
402
|
+
return NodeType2;
|
|
403
|
+
})(NodeType || {});
|
|
404
|
+
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
405
|
+
WidthType2["CONTENT"] = "CONTENT";
|
|
406
|
+
WidthType2["SMALL"] = "SMALL";
|
|
407
|
+
WidthType2["ORIGINAL"] = "ORIGINAL";
|
|
408
|
+
WidthType2["FULL_WIDTH"] = "FULL_WIDTH";
|
|
409
|
+
return WidthType2;
|
|
410
|
+
})(WidthType || {});
|
|
411
|
+
var PluginContainerDataAlignment = /* @__PURE__ */ ((PluginContainerDataAlignment2) => {
|
|
412
|
+
PluginContainerDataAlignment2["CENTER"] = "CENTER";
|
|
413
|
+
PluginContainerDataAlignment2["LEFT"] = "LEFT";
|
|
414
|
+
PluginContainerDataAlignment2["RIGHT"] = "RIGHT";
|
|
415
|
+
return PluginContainerDataAlignment2;
|
|
416
|
+
})(PluginContainerDataAlignment || {});
|
|
417
|
+
var ButtonDataType = /* @__PURE__ */ ((ButtonDataType2) => {
|
|
418
|
+
ButtonDataType2["LINK"] = "LINK";
|
|
419
|
+
ButtonDataType2["ACTION"] = "ACTION";
|
|
420
|
+
return ButtonDataType2;
|
|
421
|
+
})(ButtonDataType || {});
|
|
422
|
+
var Target = /* @__PURE__ */ ((Target2) => {
|
|
423
|
+
Target2["SELF"] = "SELF";
|
|
424
|
+
Target2["BLANK"] = "BLANK";
|
|
425
|
+
Target2["PARENT"] = "PARENT";
|
|
426
|
+
Target2["TOP"] = "TOP";
|
|
427
|
+
return Target2;
|
|
428
|
+
})(Target || {});
|
|
429
|
+
var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
|
|
430
|
+
TextAlignment2["AUTO"] = "AUTO";
|
|
431
|
+
TextAlignment2["LEFT"] = "LEFT";
|
|
432
|
+
TextAlignment2["RIGHT"] = "RIGHT";
|
|
433
|
+
TextAlignment2["CENTER"] = "CENTER";
|
|
434
|
+
TextAlignment2["JUSTIFY"] = "JUSTIFY";
|
|
435
|
+
return TextAlignment2;
|
|
436
|
+
})(TextAlignment || {});
|
|
437
|
+
var LineStyle = /* @__PURE__ */ ((LineStyle2) => {
|
|
438
|
+
LineStyle2["SINGLE"] = "SINGLE";
|
|
439
|
+
LineStyle2["DOUBLE"] = "DOUBLE";
|
|
440
|
+
LineStyle2["DASHED"] = "DASHED";
|
|
441
|
+
LineStyle2["DOTTED"] = "DOTTED";
|
|
442
|
+
return LineStyle2;
|
|
443
|
+
})(LineStyle || {});
|
|
444
|
+
var Width = /* @__PURE__ */ ((Width2) => {
|
|
445
|
+
Width2["LARGE"] = "LARGE";
|
|
446
|
+
Width2["MEDIUM"] = "MEDIUM";
|
|
447
|
+
Width2["SMALL"] = "SMALL";
|
|
448
|
+
return Width2;
|
|
449
|
+
})(Width || {});
|
|
450
|
+
var DividerDataAlignment = /* @__PURE__ */ ((DividerDataAlignment2) => {
|
|
451
|
+
DividerDataAlignment2["CENTER"] = "CENTER";
|
|
452
|
+
DividerDataAlignment2["LEFT"] = "LEFT";
|
|
453
|
+
DividerDataAlignment2["RIGHT"] = "RIGHT";
|
|
454
|
+
return DividerDataAlignment2;
|
|
455
|
+
})(DividerDataAlignment || {});
|
|
456
|
+
var ViewMode = /* @__PURE__ */ ((ViewMode2) => {
|
|
457
|
+
ViewMode2["NONE"] = "NONE";
|
|
458
|
+
ViewMode2["FULL"] = "FULL";
|
|
459
|
+
ViewMode2["MINI"] = "MINI";
|
|
460
|
+
return ViewMode2;
|
|
461
|
+
})(ViewMode || {});
|
|
462
|
+
var LayoutType = /* @__PURE__ */ ((LayoutType2) => {
|
|
463
|
+
LayoutType2["COLLAGE"] = "COLLAGE";
|
|
464
|
+
LayoutType2["MASONRY"] = "MASONRY";
|
|
465
|
+
LayoutType2["GRID"] = "GRID";
|
|
466
|
+
LayoutType2["THUMBNAIL"] = "THUMBNAIL";
|
|
467
|
+
LayoutType2["SLIDER"] = "SLIDER";
|
|
468
|
+
LayoutType2["SLIDESHOW"] = "SLIDESHOW";
|
|
469
|
+
LayoutType2["PANORAMA"] = "PANORAMA";
|
|
470
|
+
LayoutType2["COLUMN"] = "COLUMN";
|
|
471
|
+
LayoutType2["MAGIC"] = "MAGIC";
|
|
472
|
+
LayoutType2["FULLSIZE"] = "FULLSIZE";
|
|
473
|
+
return LayoutType2;
|
|
474
|
+
})(LayoutType || {});
|
|
475
|
+
var Orientation = /* @__PURE__ */ ((Orientation2) => {
|
|
476
|
+
Orientation2["ROWS"] = "ROWS";
|
|
477
|
+
Orientation2["COLUMNS"] = "COLUMNS";
|
|
478
|
+
return Orientation2;
|
|
479
|
+
})(Orientation || {});
|
|
480
|
+
var Crop = /* @__PURE__ */ ((Crop2) => {
|
|
481
|
+
Crop2["FILL"] = "FILL";
|
|
482
|
+
Crop2["FIT"] = "FIT";
|
|
483
|
+
return Crop2;
|
|
484
|
+
})(Crop || {});
|
|
485
|
+
var ThumbnailsAlignment = /* @__PURE__ */ ((ThumbnailsAlignment2) => {
|
|
486
|
+
ThumbnailsAlignment2["TOP"] = "TOP";
|
|
487
|
+
ThumbnailsAlignment2["RIGHT"] = "RIGHT";
|
|
488
|
+
ThumbnailsAlignment2["BOTTOM"] = "BOTTOM";
|
|
489
|
+
ThumbnailsAlignment2["LEFT"] = "LEFT";
|
|
490
|
+
ThumbnailsAlignment2["NONE"] = "NONE";
|
|
491
|
+
return ThumbnailsAlignment2;
|
|
492
|
+
})(ThumbnailsAlignment || {});
|
|
493
|
+
var GIFType = /* @__PURE__ */ ((GIFType2) => {
|
|
494
|
+
GIFType2["NORMAL"] = "NORMAL";
|
|
495
|
+
GIFType2["STICKER"] = "STICKER";
|
|
496
|
+
return GIFType2;
|
|
497
|
+
})(GIFType || {});
|
|
498
|
+
var Source = /* @__PURE__ */ ((Source2) => {
|
|
499
|
+
Source2["HTML"] = "HTML";
|
|
500
|
+
Source2["ADSENSE"] = "ADSENSE";
|
|
501
|
+
return Source2;
|
|
502
|
+
})(Source || {});
|
|
503
|
+
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
504
|
+
StylesPosition2["START"] = "START";
|
|
505
|
+
StylesPosition2["END"] = "END";
|
|
506
|
+
StylesPosition2["TOP"] = "TOP";
|
|
507
|
+
StylesPosition2["HIDDEN"] = "HIDDEN";
|
|
508
|
+
return StylesPosition2;
|
|
509
|
+
})(StylesPosition || {});
|
|
510
|
+
var MapType = /* @__PURE__ */ ((MapType2) => {
|
|
511
|
+
MapType2["ROADMAP"] = "ROADMAP";
|
|
512
|
+
MapType2["SATELITE"] = "SATELITE";
|
|
513
|
+
MapType2["HYBRID"] = "HYBRID";
|
|
514
|
+
MapType2["TERRAIN"] = "TERRAIN";
|
|
515
|
+
return MapType2;
|
|
516
|
+
})(MapType || {});
|
|
517
|
+
var ViewRole = /* @__PURE__ */ ((ViewRole2) => {
|
|
518
|
+
ViewRole2["CREATOR"] = "CREATOR";
|
|
519
|
+
ViewRole2["VOTERS"] = "VOTERS";
|
|
520
|
+
ViewRole2["EVERYONE"] = "EVERYONE";
|
|
521
|
+
return ViewRole2;
|
|
522
|
+
})(ViewRole || {});
|
|
523
|
+
var VoteRole = /* @__PURE__ */ ((VoteRole2) => {
|
|
524
|
+
VoteRole2["SITE_MEMBERS"] = "SITE_MEMBERS";
|
|
525
|
+
VoteRole2["ALL"] = "ALL";
|
|
526
|
+
return VoteRole2;
|
|
527
|
+
})(VoteRole || {});
|
|
528
|
+
var PollLayoutType = /* @__PURE__ */ ((PollLayoutType2) => {
|
|
529
|
+
PollLayoutType2["LIST"] = "LIST";
|
|
530
|
+
PollLayoutType2["GRID"] = "GRID";
|
|
531
|
+
return PollLayoutType2;
|
|
532
|
+
})(PollLayoutType || {});
|
|
533
|
+
var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
534
|
+
PollLayoutDirection2["LTR"] = "LTR";
|
|
535
|
+
PollLayoutDirection2["RTL"] = "RTL";
|
|
536
|
+
return PollLayoutDirection2;
|
|
537
|
+
})(PollLayoutDirection || {});
|
|
538
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
539
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
540
|
+
BackgroundType2["IMAGE"] = "IMAGE";
|
|
541
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
542
|
+
return BackgroundType2;
|
|
543
|
+
})(BackgroundType || {});
|
|
544
|
+
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
545
|
+
DecorationType2["BOLD"] = "BOLD";
|
|
546
|
+
DecorationType2["ITALIC"] = "ITALIC";
|
|
547
|
+
DecorationType2["UNDERLINE"] = "UNDERLINE";
|
|
548
|
+
DecorationType2["SPOILER"] = "SPOILER";
|
|
549
|
+
DecorationType2["ANCHOR"] = "ANCHOR";
|
|
550
|
+
DecorationType2["MENTION"] = "MENTION";
|
|
551
|
+
DecorationType2["LINK"] = "LINK";
|
|
552
|
+
DecorationType2["COLOR"] = "COLOR";
|
|
553
|
+
DecorationType2["FONT_SIZE"] = "FONT_SIZE";
|
|
554
|
+
DecorationType2["EXTERNAL"] = "EXTERNAL";
|
|
555
|
+
DecorationType2["STRIKETHROUGH"] = "STRIKETHROUGH";
|
|
556
|
+
DecorationType2["SUPERSCRIPT"] = "SUPERSCRIPT";
|
|
557
|
+
DecorationType2["SUBSCRIPT"] = "SUBSCRIPT";
|
|
558
|
+
return DecorationType2;
|
|
559
|
+
})(DecorationType || {});
|
|
560
|
+
var FontType = /* @__PURE__ */ ((FontType2) => {
|
|
561
|
+
FontType2["PX"] = "PX";
|
|
562
|
+
FontType2["EM"] = "EM";
|
|
563
|
+
return FontType2;
|
|
564
|
+
})(FontType || {});
|
|
565
|
+
var Position = /* @__PURE__ */ ((Position2) => {
|
|
566
|
+
Position2["START"] = "START";
|
|
567
|
+
Position2["END"] = "END";
|
|
568
|
+
Position2["TOP"] = "TOP";
|
|
569
|
+
return Position2;
|
|
570
|
+
})(Position || {});
|
|
571
|
+
var AspectRatio = /* @__PURE__ */ ((AspectRatio2) => {
|
|
572
|
+
AspectRatio2["SQUARE"] = "SQUARE";
|
|
573
|
+
AspectRatio2["RECTANGLE"] = "RECTANGLE";
|
|
574
|
+
return AspectRatio2;
|
|
575
|
+
})(AspectRatio || {});
|
|
576
|
+
var Resizing = /* @__PURE__ */ ((Resizing2) => {
|
|
577
|
+
Resizing2["FILL"] = "FILL";
|
|
578
|
+
Resizing2["FIT"] = "FIT";
|
|
579
|
+
return Resizing2;
|
|
580
|
+
})(Resizing || {});
|
|
581
|
+
var Placement = /* @__PURE__ */ ((Placement2) => {
|
|
582
|
+
Placement2["IMAGE"] = "IMAGE";
|
|
583
|
+
Placement2["PRODUCT_INFO"] = "PRODUCT_INFO";
|
|
584
|
+
return Placement2;
|
|
585
|
+
})(Placement || {});
|
|
586
|
+
var Type = /* @__PURE__ */ ((Type2) => {
|
|
587
|
+
Type2["CONTAINED"] = "CONTAINED";
|
|
588
|
+
Type2["FRAMELESS"] = "FRAMELESS";
|
|
589
|
+
return Type2;
|
|
590
|
+
})(Type || {});
|
|
591
|
+
var Alignment = /* @__PURE__ */ ((Alignment2) => {
|
|
592
|
+
Alignment2["START"] = "START";
|
|
593
|
+
Alignment2["CENTER"] = "CENTER";
|
|
594
|
+
Alignment2["END"] = "END";
|
|
595
|
+
return Alignment2;
|
|
596
|
+
})(Alignment || {});
|
|
597
|
+
var Layout = /* @__PURE__ */ ((Layout2) => {
|
|
598
|
+
Layout2["STACKED"] = "STACKED";
|
|
599
|
+
Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
600
|
+
return Layout2;
|
|
601
|
+
})(Layout || {});
|
|
602
|
+
var AppType = /* @__PURE__ */ ((AppType2) => {
|
|
603
|
+
AppType2["PRODUCT"] = "PRODUCT";
|
|
604
|
+
AppType2["EVENT"] = "EVENT";
|
|
605
|
+
AppType2["BOOKING"] = "BOOKING";
|
|
606
|
+
return AppType2;
|
|
607
|
+
})(AppType || {});
|
|
608
|
+
var InitialExpandedItems = /* @__PURE__ */ ((InitialExpandedItems2) => {
|
|
609
|
+
InitialExpandedItems2["FIRST"] = "FIRST";
|
|
610
|
+
InitialExpandedItems2["ALL"] = "ALL";
|
|
611
|
+
InitialExpandedItems2["NONE"] = "NONE";
|
|
612
|
+
return InitialExpandedItems2;
|
|
613
|
+
})(InitialExpandedItems || {});
|
|
614
|
+
var Direction = /* @__PURE__ */ ((Direction2) => {
|
|
615
|
+
Direction2["LTR"] = "LTR";
|
|
616
|
+
Direction2["RTL"] = "RTL";
|
|
617
|
+
return Direction2;
|
|
618
|
+
})(Direction || {});
|
|
619
|
+
var VerticalAlignment = /* @__PURE__ */ ((VerticalAlignment2) => {
|
|
620
|
+
VerticalAlignment2["TOP"] = "TOP";
|
|
621
|
+
VerticalAlignment2["MIDDLE"] = "MIDDLE";
|
|
622
|
+
VerticalAlignment2["BOTTOM"] = "BOTTOM";
|
|
623
|
+
return VerticalAlignment2;
|
|
624
|
+
})(VerticalAlignment || {});
|
|
625
|
+
var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
626
|
+
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
627
|
+
return NullValue2;
|
|
628
|
+
})(NullValue || {});
|
|
629
|
+
var MediaType = /* @__PURE__ */ ((MediaType2) => {
|
|
630
|
+
MediaType2["UNKNOWN_MEDIA_TYPE"] = "UNKNOWN_MEDIA_TYPE";
|
|
631
|
+
MediaType2["IMAGE"] = "IMAGE";
|
|
632
|
+
MediaType2["VIDEO"] = "VIDEO";
|
|
633
|
+
return MediaType2;
|
|
634
|
+
})(MediaType || {});
|
|
635
|
+
var ProductOptionRenderType = /* @__PURE__ */ ((ProductOptionRenderType2) => {
|
|
636
|
+
ProductOptionRenderType2["UNKNOWN_OPTION_RENDER_TYPE"] = "UNKNOWN_OPTION_RENDER_TYPE";
|
|
637
|
+
ProductOptionRenderType2["TEXT_CHOICES"] = "TEXT_CHOICES";
|
|
638
|
+
ProductOptionRenderType2["SWATCH_CHOICES"] = "SWATCH_CHOICES";
|
|
639
|
+
return ProductOptionRenderType2;
|
|
640
|
+
})(ProductOptionRenderType || {});
|
|
641
|
+
var ChoiceType = /* @__PURE__ */ ((ChoiceType2) => {
|
|
642
|
+
ChoiceType2["UNKNOWN_CHOICE_TYPE"] = "UNKNOWN_CHOICE_TYPE";
|
|
643
|
+
ChoiceType2["CHOICE_TEXT"] = "CHOICE_TEXT";
|
|
644
|
+
ChoiceType2["ONE_COLOR"] = "ONE_COLOR";
|
|
645
|
+
ChoiceType2["MULTIPLE_COLORS"] = "MULTIPLE_COLORS";
|
|
646
|
+
ChoiceType2["IMAGE"] = "IMAGE";
|
|
647
|
+
return ChoiceType2;
|
|
648
|
+
})(ChoiceType || {});
|
|
649
|
+
var ModifierRenderType = /* @__PURE__ */ ((ModifierRenderType2) => {
|
|
650
|
+
ModifierRenderType2["UNKNOWN_MODIFIER_RENDER_TYPE"] = "UNKNOWN_MODIFIER_RENDER_TYPE";
|
|
651
|
+
ModifierRenderType2["FREE_TEXT"] = "FREE_TEXT";
|
|
652
|
+
ModifierRenderType2["TEXT_CHOICES"] = "TEXT_CHOICES";
|
|
653
|
+
ModifierRenderType2["SWATCH_CHOICES"] = "SWATCH_CHOICES";
|
|
654
|
+
return ModifierRenderType2;
|
|
655
|
+
})(ModifierRenderType || {});
|
|
656
|
+
var ProductType = /* @__PURE__ */ ((ProductType2) => {
|
|
657
|
+
ProductType2["UNKNOWN_PRODUCT_TYPE"] = "UNKNOWN_PRODUCT_TYPE";
|
|
658
|
+
ProductType2["PHYSICAL"] = "PHYSICAL";
|
|
659
|
+
ProductType2["DIGITAL"] = "DIGITAL";
|
|
660
|
+
return ProductType2;
|
|
661
|
+
})(ProductType || {});
|
|
662
|
+
var MeasurementUnit = /* @__PURE__ */ ((MeasurementUnit2) => {
|
|
663
|
+
MeasurementUnit2["UNSPECIFIED"] = "UNSPECIFIED";
|
|
664
|
+
MeasurementUnit2["ML"] = "ML";
|
|
665
|
+
MeasurementUnit2["CL"] = "CL";
|
|
666
|
+
MeasurementUnit2["L"] = "L";
|
|
667
|
+
MeasurementUnit2["CBM"] = "CBM";
|
|
668
|
+
MeasurementUnit2["MG"] = "MG";
|
|
669
|
+
MeasurementUnit2["G"] = "G";
|
|
670
|
+
MeasurementUnit2["KG"] = "KG";
|
|
671
|
+
MeasurementUnit2["MM"] = "MM";
|
|
672
|
+
MeasurementUnit2["CM"] = "CM";
|
|
673
|
+
MeasurementUnit2["M"] = "M";
|
|
674
|
+
MeasurementUnit2["SQM"] = "SQM";
|
|
675
|
+
MeasurementUnit2["OZ"] = "OZ";
|
|
676
|
+
MeasurementUnit2["LB"] = "LB";
|
|
677
|
+
MeasurementUnit2["FLOZ"] = "FLOZ";
|
|
678
|
+
MeasurementUnit2["PT"] = "PT";
|
|
679
|
+
MeasurementUnit2["QT"] = "QT";
|
|
680
|
+
MeasurementUnit2["GAL"] = "GAL";
|
|
681
|
+
MeasurementUnit2["IN"] = "IN";
|
|
682
|
+
MeasurementUnit2["FT"] = "FT";
|
|
683
|
+
MeasurementUnit2["YD"] = "YD";
|
|
684
|
+
MeasurementUnit2["SQFT"] = "SQFT";
|
|
685
|
+
return MeasurementUnit2;
|
|
686
|
+
})(MeasurementUnit || {});
|
|
687
|
+
var WeightUnit = /* @__PURE__ */ ((WeightUnit2) => {
|
|
688
|
+
WeightUnit2["UNSPECIFIED_WEIGHT_UNIT"] = "UNSPECIFIED_WEIGHT_UNIT";
|
|
689
|
+
WeightUnit2["KG"] = "KG";
|
|
690
|
+
WeightUnit2["LB"] = "LB";
|
|
691
|
+
return WeightUnit2;
|
|
692
|
+
})(WeightUnit || {});
|
|
693
|
+
var FileType = /* @__PURE__ */ ((FileType2) => {
|
|
694
|
+
FileType2["UNSPECIFIED"] = "UNSPECIFIED";
|
|
695
|
+
FileType2["SECURE_PICTURE"] = "SECURE_PICTURE";
|
|
696
|
+
FileType2["SECURE_VIDEO"] = "SECURE_VIDEO";
|
|
697
|
+
FileType2["SECURE_DOCUMENT"] = "SECURE_DOCUMENT";
|
|
698
|
+
FileType2["SECURE_MUSIC"] = "SECURE_MUSIC";
|
|
699
|
+
FileType2["SECURE_ARCHIVE"] = "SECURE_ARCHIVE";
|
|
700
|
+
return FileType2;
|
|
701
|
+
})(FileType || {});
|
|
702
|
+
var SubscriptionFrequency = /* @__PURE__ */ ((SubscriptionFrequency2) => {
|
|
703
|
+
SubscriptionFrequency2["UNDEFINED"] = "UNDEFINED";
|
|
704
|
+
SubscriptionFrequency2["DAY"] = "DAY";
|
|
705
|
+
SubscriptionFrequency2["WEEK"] = "WEEK";
|
|
706
|
+
SubscriptionFrequency2["MONTH"] = "MONTH";
|
|
707
|
+
SubscriptionFrequency2["YEAR"] = "YEAR";
|
|
708
|
+
return SubscriptionFrequency2;
|
|
709
|
+
})(SubscriptionFrequency || {});
|
|
710
|
+
var DiscountType = /* @__PURE__ */ ((DiscountType2) => {
|
|
711
|
+
DiscountType2["UNKNOWN_DISCOUNT"] = "UNKNOWN_DISCOUNT";
|
|
712
|
+
DiscountType2["AMOUNT"] = "AMOUNT";
|
|
713
|
+
DiscountType2["PERCENT"] = "PERCENT";
|
|
714
|
+
return DiscountType2;
|
|
715
|
+
})(DiscountType || {});
|
|
716
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
717
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
718
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
719
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
720
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
721
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
722
|
+
return WebhookIdentityType2;
|
|
723
|
+
})(WebhookIdentityType || {});
|
|
724
|
+
|
|
310
725
|
// src/stores-catalog-v3-catalog-import-catalog-imports-v-3.meta.ts
|
|
311
726
|
function createCatalogImport2() {
|
|
312
727
|
const payload = {};
|
|
@@ -364,6 +779,54 @@ function submitCatalogImport2() {
|
|
|
364
779
|
}
|
|
365
780
|
// Annotate the CommonJS export names for ESM import in node:
|
|
366
781
|
0 && (module.exports = {
|
|
782
|
+
AlignmentOriginal,
|
|
783
|
+
AppTypeOriginal,
|
|
784
|
+
AspectRatioOriginal,
|
|
785
|
+
BackgroundTypeOriginal,
|
|
786
|
+
ButtonDataTypeOriginal,
|
|
787
|
+
ChoiceTypeOriginal,
|
|
788
|
+
CropOriginal,
|
|
789
|
+
DecorationTypeOriginal,
|
|
790
|
+
DirectionOriginal,
|
|
791
|
+
DiscountTypeOriginal,
|
|
792
|
+
DividerDataAlignmentOriginal,
|
|
793
|
+
FileTypeOriginal,
|
|
794
|
+
FontTypeOriginal,
|
|
795
|
+
GIFTypeOriginal,
|
|
796
|
+
InitialExpandedItemsOriginal,
|
|
797
|
+
LayoutOriginal,
|
|
798
|
+
LayoutTypeOriginal,
|
|
799
|
+
LineStyleOriginal,
|
|
800
|
+
MapTypeOriginal,
|
|
801
|
+
MeasurementUnitOriginal,
|
|
802
|
+
MediaTypeOriginal,
|
|
803
|
+
ModifierRenderTypeOriginal,
|
|
804
|
+
NodeTypeOriginal,
|
|
805
|
+
NullValueOriginal,
|
|
806
|
+
OrientationOriginal,
|
|
807
|
+
PlacementOriginal,
|
|
808
|
+
PluginContainerDataAlignmentOriginal,
|
|
809
|
+
PollLayoutDirectionOriginal,
|
|
810
|
+
PollLayoutTypeOriginal,
|
|
811
|
+
PositionOriginal,
|
|
812
|
+
ProductOptionRenderTypeOriginal,
|
|
813
|
+
ProductTypeOriginal,
|
|
814
|
+
ResizingOriginal,
|
|
815
|
+
SourceOriginal,
|
|
816
|
+
StylesPositionOriginal,
|
|
817
|
+
SubscriptionFrequencyOriginal,
|
|
818
|
+
TargetOriginal,
|
|
819
|
+
TextAlignmentOriginal,
|
|
820
|
+
ThumbnailsAlignmentOriginal,
|
|
821
|
+
TypeOriginal,
|
|
822
|
+
VerticalAlignmentOriginal,
|
|
823
|
+
ViewModeOriginal,
|
|
824
|
+
ViewRoleOriginal,
|
|
825
|
+
VoteRoleOriginal,
|
|
826
|
+
WebhookIdentityTypeOriginal,
|
|
827
|
+
WeightUnitOriginal,
|
|
828
|
+
WidthOriginal,
|
|
829
|
+
WidthTypeOriginal,
|
|
367
830
|
addProductsToImport,
|
|
368
831
|
createCatalogImport,
|
|
369
832
|
submitCatalogImport
|