@wix/auto_sdk_stores_info-sections-v-3 1.0.37 → 1.0.39

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/meta.js CHANGED
@@ -20,6 +20,46 @@ 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
+ CropOriginal: () => Crop,
29
+ DecorationTypeOriginal: () => DecorationType,
30
+ DirectionOriginal: () => Direction,
31
+ DividerDataAlignmentOriginal: () => DividerDataAlignment,
32
+ FontTypeOriginal: () => FontType,
33
+ GIFTypeOriginal: () => GIFType,
34
+ InitialExpandedItemsOriginal: () => InitialExpandedItems,
35
+ LayoutOriginal: () => Layout,
36
+ LayoutTypeOriginal: () => LayoutType,
37
+ LineStyleOriginal: () => LineStyle,
38
+ MapTypeOriginal: () => MapType,
39
+ NodeTypeOriginal: () => NodeType,
40
+ NullValueOriginal: () => NullValue,
41
+ OrientationOriginal: () => Orientation,
42
+ PlacementOriginal: () => Placement,
43
+ PluginContainerDataAlignmentOriginal: () => PluginContainerDataAlignment,
44
+ PollLayoutDirectionOriginal: () => PollLayoutDirection,
45
+ PollLayoutTypeOriginal: () => PollLayoutType,
46
+ PositionOriginal: () => Position,
47
+ RequestedFieldsOriginal: () => RequestedFields,
48
+ ResizingOriginal: () => Resizing,
49
+ SortOrderOriginal: () => SortOrder,
50
+ SourceOriginal: () => Source,
51
+ StylesPositionOriginal: () => StylesPosition,
52
+ TargetOriginal: () => Target,
53
+ TextAlignmentOriginal: () => TextAlignment,
54
+ ThumbnailsAlignmentOriginal: () => ThumbnailsAlignment,
55
+ TypeOriginal: () => Type,
56
+ VerticalAlignmentOriginal: () => VerticalAlignment,
57
+ ViewModeOriginal: () => ViewMode,
58
+ ViewRoleOriginal: () => ViewRole,
59
+ VoteRoleOriginal: () => VoteRole,
60
+ WebhookIdentityTypeOriginal: () => WebhookIdentityType,
61
+ WidthOriginal: () => Width,
62
+ WidthTypeOriginal: () => WidthType,
23
63
  bulkCreateInfoSections: () => bulkCreateInfoSections2,
24
64
  bulkDeleteInfoSections: () => bulkDeleteInfoSections2,
25
65
  bulkGetOrCreateInfoSections: () => bulkGetOrCreateInfoSections2,
@@ -150,6 +190,9 @@ function createInfoSection(payload) {
150
190
  method: "POST",
151
191
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.CreateInfoSection",
152
192
  packageName: PACKAGE_NAME,
193
+ migrationOptions: {
194
+ optInTransformResponse: true
195
+ },
153
196
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
154
197
  protoPath: "/v3/info-sections",
155
198
  data: serializedData,
@@ -225,6 +268,9 @@ function getInfoSection(payload) {
225
268
  method: "GET",
226
269
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.GetInfoSection",
227
270
  packageName: PACKAGE_NAME,
271
+ migrationOptions: {
272
+ optInTransformResponse: true
273
+ },
228
274
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
229
275
  protoPath: "/v3/info-sections/{infoSectionId}",
230
276
  data: payload,
@@ -347,6 +393,9 @@ function getOrCreateInfoSection(payload) {
347
393
  method: "POST",
348
394
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.GetOrCreateInfoSection",
349
395
  packageName: PACKAGE_NAME,
396
+ migrationOptions: {
397
+ optInTransformResponse: true
398
+ },
350
399
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
351
400
  protoPath: "/v3/info-sections/get-or-create",
352
401
  data: serializedData,
@@ -471,6 +520,9 @@ function bulkGetOrCreateInfoSections(payload) {
471
520
  method: "POST",
472
521
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.BulkGetOrCreateInfoSections",
473
522
  packageName: PACKAGE_NAME,
523
+ migrationOptions: {
524
+ optInTransformResponse: true
525
+ },
474
526
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
475
527
  protoPath: "/v3/bulk/info-sections/get-or-create",
476
528
  data: serializedData,
@@ -603,6 +655,9 @@ function updateInfoSection(payload) {
603
655
  method: "PATCH",
604
656
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.UpdateInfoSection",
605
657
  packageName: PACKAGE_NAME,
658
+ migrationOptions: {
659
+ optInTransformResponse: true
660
+ },
606
661
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
607
662
  protoPath: "/v3/info-sections/{infoSection.id}",
608
663
  data: serializedData,
@@ -678,6 +733,9 @@ function deleteInfoSection(payload) {
678
733
  method: "DELETE",
679
734
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.DeleteInfoSection",
680
735
  packageName: PACKAGE_NAME,
736
+ migrationOptions: {
737
+ optInTransformResponse: true
738
+ },
681
739
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
682
740
  protoPath: "/v3/info-sections/{infoSectionId}",
683
741
  data: payload,
@@ -696,6 +754,9 @@ function queryInfoSections(payload) {
696
754
  method: "GET",
697
755
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.QueryInfoSections",
698
756
  packageName: PACKAGE_NAME,
757
+ migrationOptions: {
758
+ optInTransformResponse: true
759
+ },
699
760
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
700
761
  protoPath: "/v3/info-sections/query",
701
762
  data: payload,
@@ -837,6 +898,9 @@ function bulkCreateInfoSections(payload) {
837
898
  method: "POST",
838
899
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.BulkCreateInfoSections",
839
900
  packageName: PACKAGE_NAME,
901
+ migrationOptions: {
902
+ optInTransformResponse: true
903
+ },
840
904
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
841
905
  protoPath: "/v3/bulk/info-sections/create",
842
906
  data: serializedData,
@@ -985,6 +1049,9 @@ function bulkUpdateInfoSections(payload) {
985
1049
  method: "POST",
986
1050
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.BulkUpdateInfoSections",
987
1051
  packageName: PACKAGE_NAME,
1052
+ migrationOptions: {
1053
+ optInTransformResponse: true
1054
+ },
988
1055
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
989
1056
  protoPath: "/v3/bulk/info-sections/update",
990
1057
  data: serializedData,
@@ -1064,6 +1131,9 @@ function bulkDeleteInfoSections(payload) {
1064
1131
  method: "POST",
1065
1132
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.BulkDeleteInfoSections",
1066
1133
  packageName: PACKAGE_NAME,
1134
+ migrationOptions: {
1135
+ optInTransformResponse: true
1136
+ },
1067
1137
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
1068
1138
  protoPath: "/v3/bulk/info-sections/delete",
1069
1139
  data: payload,
@@ -1076,6 +1146,287 @@ function bulkDeleteInfoSections(payload) {
1076
1146
  return __bulkDeleteInfoSections;
1077
1147
  }
1078
1148
 
1149
+ // src/stores-catalog-v3-info-section-info-sections-v-3.types.ts
1150
+ var NodeType = /* @__PURE__ */ ((NodeType2) => {
1151
+ NodeType2["PARAGRAPH"] = "PARAGRAPH";
1152
+ NodeType2["TEXT"] = "TEXT";
1153
+ NodeType2["HEADING"] = "HEADING";
1154
+ NodeType2["BULLETED_LIST"] = "BULLETED_LIST";
1155
+ NodeType2["ORDERED_LIST"] = "ORDERED_LIST";
1156
+ NodeType2["LIST_ITEM"] = "LIST_ITEM";
1157
+ NodeType2["BLOCKQUOTE"] = "BLOCKQUOTE";
1158
+ NodeType2["CODE_BLOCK"] = "CODE_BLOCK";
1159
+ NodeType2["VIDEO"] = "VIDEO";
1160
+ NodeType2["DIVIDER"] = "DIVIDER";
1161
+ NodeType2["FILE"] = "FILE";
1162
+ NodeType2["GALLERY"] = "GALLERY";
1163
+ NodeType2["GIF"] = "GIF";
1164
+ NodeType2["HTML"] = "HTML";
1165
+ NodeType2["IMAGE"] = "IMAGE";
1166
+ NodeType2["LINK_PREVIEW"] = "LINK_PREVIEW";
1167
+ NodeType2["MAP"] = "MAP";
1168
+ NodeType2["POLL"] = "POLL";
1169
+ NodeType2["APP_EMBED"] = "APP_EMBED";
1170
+ NodeType2["BUTTON"] = "BUTTON";
1171
+ NodeType2["COLLAPSIBLE_LIST"] = "COLLAPSIBLE_LIST";
1172
+ NodeType2["TABLE"] = "TABLE";
1173
+ NodeType2["EMBED"] = "EMBED";
1174
+ NodeType2["COLLAPSIBLE_ITEM"] = "COLLAPSIBLE_ITEM";
1175
+ NodeType2["COLLAPSIBLE_ITEM_TITLE"] = "COLLAPSIBLE_ITEM_TITLE";
1176
+ NodeType2["COLLAPSIBLE_ITEM_BODY"] = "COLLAPSIBLE_ITEM_BODY";
1177
+ NodeType2["TABLE_CELL"] = "TABLE_CELL";
1178
+ NodeType2["TABLE_ROW"] = "TABLE_ROW";
1179
+ NodeType2["EXTERNAL"] = "EXTERNAL";
1180
+ NodeType2["AUDIO"] = "AUDIO";
1181
+ NodeType2["CAPTION"] = "CAPTION";
1182
+ NodeType2["LAYOUT"] = "LAYOUT";
1183
+ NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
1184
+ return NodeType2;
1185
+ })(NodeType || {});
1186
+ var WidthType = /* @__PURE__ */ ((WidthType2) => {
1187
+ WidthType2["CONTENT"] = "CONTENT";
1188
+ WidthType2["SMALL"] = "SMALL";
1189
+ WidthType2["ORIGINAL"] = "ORIGINAL";
1190
+ WidthType2["FULL_WIDTH"] = "FULL_WIDTH";
1191
+ return WidthType2;
1192
+ })(WidthType || {});
1193
+ var PluginContainerDataAlignment = /* @__PURE__ */ ((PluginContainerDataAlignment2) => {
1194
+ PluginContainerDataAlignment2["CENTER"] = "CENTER";
1195
+ PluginContainerDataAlignment2["LEFT"] = "LEFT";
1196
+ PluginContainerDataAlignment2["RIGHT"] = "RIGHT";
1197
+ return PluginContainerDataAlignment2;
1198
+ })(PluginContainerDataAlignment || {});
1199
+ var ButtonDataType = /* @__PURE__ */ ((ButtonDataType2) => {
1200
+ ButtonDataType2["LINK"] = "LINK";
1201
+ ButtonDataType2["ACTION"] = "ACTION";
1202
+ return ButtonDataType2;
1203
+ })(ButtonDataType || {});
1204
+ var Target = /* @__PURE__ */ ((Target2) => {
1205
+ Target2["SELF"] = "SELF";
1206
+ Target2["BLANK"] = "BLANK";
1207
+ Target2["PARENT"] = "PARENT";
1208
+ Target2["TOP"] = "TOP";
1209
+ return Target2;
1210
+ })(Target || {});
1211
+ var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
1212
+ TextAlignment2["AUTO"] = "AUTO";
1213
+ TextAlignment2["LEFT"] = "LEFT";
1214
+ TextAlignment2["RIGHT"] = "RIGHT";
1215
+ TextAlignment2["CENTER"] = "CENTER";
1216
+ TextAlignment2["JUSTIFY"] = "JUSTIFY";
1217
+ return TextAlignment2;
1218
+ })(TextAlignment || {});
1219
+ var LineStyle = /* @__PURE__ */ ((LineStyle2) => {
1220
+ LineStyle2["SINGLE"] = "SINGLE";
1221
+ LineStyle2["DOUBLE"] = "DOUBLE";
1222
+ LineStyle2["DASHED"] = "DASHED";
1223
+ LineStyle2["DOTTED"] = "DOTTED";
1224
+ return LineStyle2;
1225
+ })(LineStyle || {});
1226
+ var Width = /* @__PURE__ */ ((Width2) => {
1227
+ Width2["LARGE"] = "LARGE";
1228
+ Width2["MEDIUM"] = "MEDIUM";
1229
+ Width2["SMALL"] = "SMALL";
1230
+ return Width2;
1231
+ })(Width || {});
1232
+ var DividerDataAlignment = /* @__PURE__ */ ((DividerDataAlignment2) => {
1233
+ DividerDataAlignment2["CENTER"] = "CENTER";
1234
+ DividerDataAlignment2["LEFT"] = "LEFT";
1235
+ DividerDataAlignment2["RIGHT"] = "RIGHT";
1236
+ return DividerDataAlignment2;
1237
+ })(DividerDataAlignment || {});
1238
+ var ViewMode = /* @__PURE__ */ ((ViewMode2) => {
1239
+ ViewMode2["NONE"] = "NONE";
1240
+ ViewMode2["FULL"] = "FULL";
1241
+ ViewMode2["MINI"] = "MINI";
1242
+ return ViewMode2;
1243
+ })(ViewMode || {});
1244
+ var LayoutType = /* @__PURE__ */ ((LayoutType2) => {
1245
+ LayoutType2["COLLAGE"] = "COLLAGE";
1246
+ LayoutType2["MASONRY"] = "MASONRY";
1247
+ LayoutType2["GRID"] = "GRID";
1248
+ LayoutType2["THUMBNAIL"] = "THUMBNAIL";
1249
+ LayoutType2["SLIDER"] = "SLIDER";
1250
+ LayoutType2["SLIDESHOW"] = "SLIDESHOW";
1251
+ LayoutType2["PANORAMA"] = "PANORAMA";
1252
+ LayoutType2["COLUMN"] = "COLUMN";
1253
+ LayoutType2["MAGIC"] = "MAGIC";
1254
+ LayoutType2["FULLSIZE"] = "FULLSIZE";
1255
+ return LayoutType2;
1256
+ })(LayoutType || {});
1257
+ var Orientation = /* @__PURE__ */ ((Orientation2) => {
1258
+ Orientation2["ROWS"] = "ROWS";
1259
+ Orientation2["COLUMNS"] = "COLUMNS";
1260
+ return Orientation2;
1261
+ })(Orientation || {});
1262
+ var Crop = /* @__PURE__ */ ((Crop2) => {
1263
+ Crop2["FILL"] = "FILL";
1264
+ Crop2["FIT"] = "FIT";
1265
+ return Crop2;
1266
+ })(Crop || {});
1267
+ var ThumbnailsAlignment = /* @__PURE__ */ ((ThumbnailsAlignment2) => {
1268
+ ThumbnailsAlignment2["TOP"] = "TOP";
1269
+ ThumbnailsAlignment2["RIGHT"] = "RIGHT";
1270
+ ThumbnailsAlignment2["BOTTOM"] = "BOTTOM";
1271
+ ThumbnailsAlignment2["LEFT"] = "LEFT";
1272
+ ThumbnailsAlignment2["NONE"] = "NONE";
1273
+ return ThumbnailsAlignment2;
1274
+ })(ThumbnailsAlignment || {});
1275
+ var GIFType = /* @__PURE__ */ ((GIFType2) => {
1276
+ GIFType2["NORMAL"] = "NORMAL";
1277
+ GIFType2["STICKER"] = "STICKER";
1278
+ return GIFType2;
1279
+ })(GIFType || {});
1280
+ var Source = /* @__PURE__ */ ((Source2) => {
1281
+ Source2["HTML"] = "HTML";
1282
+ Source2["ADSENSE"] = "ADSENSE";
1283
+ return Source2;
1284
+ })(Source || {});
1285
+ var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
1286
+ StylesPosition2["START"] = "START";
1287
+ StylesPosition2["END"] = "END";
1288
+ StylesPosition2["TOP"] = "TOP";
1289
+ StylesPosition2["HIDDEN"] = "HIDDEN";
1290
+ return StylesPosition2;
1291
+ })(StylesPosition || {});
1292
+ var MapType = /* @__PURE__ */ ((MapType2) => {
1293
+ MapType2["ROADMAP"] = "ROADMAP";
1294
+ MapType2["SATELITE"] = "SATELITE";
1295
+ MapType2["HYBRID"] = "HYBRID";
1296
+ MapType2["TERRAIN"] = "TERRAIN";
1297
+ return MapType2;
1298
+ })(MapType || {});
1299
+ var ViewRole = /* @__PURE__ */ ((ViewRole2) => {
1300
+ ViewRole2["CREATOR"] = "CREATOR";
1301
+ ViewRole2["VOTERS"] = "VOTERS";
1302
+ ViewRole2["EVERYONE"] = "EVERYONE";
1303
+ return ViewRole2;
1304
+ })(ViewRole || {});
1305
+ var VoteRole = /* @__PURE__ */ ((VoteRole2) => {
1306
+ VoteRole2["SITE_MEMBERS"] = "SITE_MEMBERS";
1307
+ VoteRole2["ALL"] = "ALL";
1308
+ return VoteRole2;
1309
+ })(VoteRole || {});
1310
+ var PollLayoutType = /* @__PURE__ */ ((PollLayoutType2) => {
1311
+ PollLayoutType2["LIST"] = "LIST";
1312
+ PollLayoutType2["GRID"] = "GRID";
1313
+ return PollLayoutType2;
1314
+ })(PollLayoutType || {});
1315
+ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
1316
+ PollLayoutDirection2["LTR"] = "LTR";
1317
+ PollLayoutDirection2["RTL"] = "RTL";
1318
+ return PollLayoutDirection2;
1319
+ })(PollLayoutDirection || {});
1320
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1321
+ BackgroundType2["COLOR"] = "COLOR";
1322
+ BackgroundType2["IMAGE"] = "IMAGE";
1323
+ BackgroundType2["GRADIENT"] = "GRADIENT";
1324
+ return BackgroundType2;
1325
+ })(BackgroundType || {});
1326
+ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
1327
+ DecorationType2["BOLD"] = "BOLD";
1328
+ DecorationType2["ITALIC"] = "ITALIC";
1329
+ DecorationType2["UNDERLINE"] = "UNDERLINE";
1330
+ DecorationType2["SPOILER"] = "SPOILER";
1331
+ DecorationType2["ANCHOR"] = "ANCHOR";
1332
+ DecorationType2["MENTION"] = "MENTION";
1333
+ DecorationType2["LINK"] = "LINK";
1334
+ DecorationType2["COLOR"] = "COLOR";
1335
+ DecorationType2["FONT_SIZE"] = "FONT_SIZE";
1336
+ DecorationType2["EXTERNAL"] = "EXTERNAL";
1337
+ DecorationType2["STRIKETHROUGH"] = "STRIKETHROUGH";
1338
+ DecorationType2["SUPERSCRIPT"] = "SUPERSCRIPT";
1339
+ DecorationType2["SUBSCRIPT"] = "SUBSCRIPT";
1340
+ return DecorationType2;
1341
+ })(DecorationType || {});
1342
+ var FontType = /* @__PURE__ */ ((FontType2) => {
1343
+ FontType2["PX"] = "PX";
1344
+ FontType2["EM"] = "EM";
1345
+ return FontType2;
1346
+ })(FontType || {});
1347
+ var Position = /* @__PURE__ */ ((Position2) => {
1348
+ Position2["START"] = "START";
1349
+ Position2["END"] = "END";
1350
+ Position2["TOP"] = "TOP";
1351
+ return Position2;
1352
+ })(Position || {});
1353
+ var AspectRatio = /* @__PURE__ */ ((AspectRatio2) => {
1354
+ AspectRatio2["SQUARE"] = "SQUARE";
1355
+ AspectRatio2["RECTANGLE"] = "RECTANGLE";
1356
+ return AspectRatio2;
1357
+ })(AspectRatio || {});
1358
+ var Resizing = /* @__PURE__ */ ((Resizing2) => {
1359
+ Resizing2["FILL"] = "FILL";
1360
+ Resizing2["FIT"] = "FIT";
1361
+ return Resizing2;
1362
+ })(Resizing || {});
1363
+ var Placement = /* @__PURE__ */ ((Placement2) => {
1364
+ Placement2["IMAGE"] = "IMAGE";
1365
+ Placement2["PRODUCT_INFO"] = "PRODUCT_INFO";
1366
+ return Placement2;
1367
+ })(Placement || {});
1368
+ var Type = /* @__PURE__ */ ((Type2) => {
1369
+ Type2["CONTAINED"] = "CONTAINED";
1370
+ Type2["FRAMELESS"] = "FRAMELESS";
1371
+ return Type2;
1372
+ })(Type || {});
1373
+ var Alignment = /* @__PURE__ */ ((Alignment2) => {
1374
+ Alignment2["START"] = "START";
1375
+ Alignment2["CENTER"] = "CENTER";
1376
+ Alignment2["END"] = "END";
1377
+ return Alignment2;
1378
+ })(Alignment || {});
1379
+ var Layout = /* @__PURE__ */ ((Layout2) => {
1380
+ Layout2["STACKED"] = "STACKED";
1381
+ Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
1382
+ return Layout2;
1383
+ })(Layout || {});
1384
+ var AppType = /* @__PURE__ */ ((AppType2) => {
1385
+ AppType2["PRODUCT"] = "PRODUCT";
1386
+ AppType2["EVENT"] = "EVENT";
1387
+ AppType2["BOOKING"] = "BOOKING";
1388
+ return AppType2;
1389
+ })(AppType || {});
1390
+ var InitialExpandedItems = /* @__PURE__ */ ((InitialExpandedItems2) => {
1391
+ InitialExpandedItems2["FIRST"] = "FIRST";
1392
+ InitialExpandedItems2["ALL"] = "ALL";
1393
+ InitialExpandedItems2["NONE"] = "NONE";
1394
+ return InitialExpandedItems2;
1395
+ })(InitialExpandedItems || {});
1396
+ var Direction = /* @__PURE__ */ ((Direction2) => {
1397
+ Direction2["LTR"] = "LTR";
1398
+ Direction2["RTL"] = "RTL";
1399
+ return Direction2;
1400
+ })(Direction || {});
1401
+ var VerticalAlignment = /* @__PURE__ */ ((VerticalAlignment2) => {
1402
+ VerticalAlignment2["TOP"] = "TOP";
1403
+ VerticalAlignment2["MIDDLE"] = "MIDDLE";
1404
+ VerticalAlignment2["BOTTOM"] = "BOTTOM";
1405
+ return VerticalAlignment2;
1406
+ })(VerticalAlignment || {});
1407
+ var NullValue = /* @__PURE__ */ ((NullValue2) => {
1408
+ NullValue2["NULL_VALUE"] = "NULL_VALUE";
1409
+ return NullValue2;
1410
+ })(NullValue || {});
1411
+ var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
1412
+ RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
1413
+ RequestedFields2["ASSIGNED_PRODUCTS_COUNT"] = "ASSIGNED_PRODUCTS_COUNT";
1414
+ return RequestedFields2;
1415
+ })(RequestedFields || {});
1416
+ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
1417
+ SortOrder2["ASC"] = "ASC";
1418
+ SortOrder2["DESC"] = "DESC";
1419
+ return SortOrder2;
1420
+ })(SortOrder || {});
1421
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1422
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1423
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1424
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1425
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1426
+ WebhookIdentityType2["APP"] = "APP";
1427
+ return WebhookIdentityType2;
1428
+ })(WebhookIdentityType || {});
1429
+
1079
1430
  // src/stores-catalog-v3-info-section-info-sections-v-3.meta.ts
1080
1431
  function createInfoSection2() {
1081
1432
  const payload = {};
@@ -1261,6 +1612,46 @@ function bulkDeleteInfoSections2() {
1261
1612
  }
1262
1613
  // Annotate the CommonJS export names for ESM import in node:
1263
1614
  0 && (module.exports = {
1615
+ AlignmentOriginal,
1616
+ AppTypeOriginal,
1617
+ AspectRatioOriginal,
1618
+ BackgroundTypeOriginal,
1619
+ ButtonDataTypeOriginal,
1620
+ CropOriginal,
1621
+ DecorationTypeOriginal,
1622
+ DirectionOriginal,
1623
+ DividerDataAlignmentOriginal,
1624
+ FontTypeOriginal,
1625
+ GIFTypeOriginal,
1626
+ InitialExpandedItemsOriginal,
1627
+ LayoutOriginal,
1628
+ LayoutTypeOriginal,
1629
+ LineStyleOriginal,
1630
+ MapTypeOriginal,
1631
+ NodeTypeOriginal,
1632
+ NullValueOriginal,
1633
+ OrientationOriginal,
1634
+ PlacementOriginal,
1635
+ PluginContainerDataAlignmentOriginal,
1636
+ PollLayoutDirectionOriginal,
1637
+ PollLayoutTypeOriginal,
1638
+ PositionOriginal,
1639
+ RequestedFieldsOriginal,
1640
+ ResizingOriginal,
1641
+ SortOrderOriginal,
1642
+ SourceOriginal,
1643
+ StylesPositionOriginal,
1644
+ TargetOriginal,
1645
+ TextAlignmentOriginal,
1646
+ ThumbnailsAlignmentOriginal,
1647
+ TypeOriginal,
1648
+ VerticalAlignmentOriginal,
1649
+ ViewModeOriginal,
1650
+ ViewRoleOriginal,
1651
+ VoteRoleOriginal,
1652
+ WebhookIdentityTypeOriginal,
1653
+ WidthOriginal,
1654
+ WidthTypeOriginal,
1264
1655
  bulkCreateInfoSections,
1265
1656
  bulkDeleteInfoSections,
1266
1657
  bulkGetOrCreateInfoSections,