@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/es/meta.mjs CHANGED
@@ -115,6 +115,9 @@ function createInfoSection(payload) {
115
115
  method: "POST",
116
116
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.CreateInfoSection",
117
117
  packageName: PACKAGE_NAME,
118
+ migrationOptions: {
119
+ optInTransformResponse: true
120
+ },
118
121
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
119
122
  protoPath: "/v3/info-sections",
120
123
  data: serializedData,
@@ -190,6 +193,9 @@ function getInfoSection(payload) {
190
193
  method: "GET",
191
194
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.GetInfoSection",
192
195
  packageName: PACKAGE_NAME,
196
+ migrationOptions: {
197
+ optInTransformResponse: true
198
+ },
193
199
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
194
200
  protoPath: "/v3/info-sections/{infoSectionId}",
195
201
  data: payload,
@@ -312,6 +318,9 @@ function getOrCreateInfoSection(payload) {
312
318
  method: "POST",
313
319
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.GetOrCreateInfoSection",
314
320
  packageName: PACKAGE_NAME,
321
+ migrationOptions: {
322
+ optInTransformResponse: true
323
+ },
315
324
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
316
325
  protoPath: "/v3/info-sections/get-or-create",
317
326
  data: serializedData,
@@ -436,6 +445,9 @@ function bulkGetOrCreateInfoSections(payload) {
436
445
  method: "POST",
437
446
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.BulkGetOrCreateInfoSections",
438
447
  packageName: PACKAGE_NAME,
448
+ migrationOptions: {
449
+ optInTransformResponse: true
450
+ },
439
451
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
440
452
  protoPath: "/v3/bulk/info-sections/get-or-create",
441
453
  data: serializedData,
@@ -568,6 +580,9 @@ function updateInfoSection(payload) {
568
580
  method: "PATCH",
569
581
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.UpdateInfoSection",
570
582
  packageName: PACKAGE_NAME,
583
+ migrationOptions: {
584
+ optInTransformResponse: true
585
+ },
571
586
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
572
587
  protoPath: "/v3/info-sections/{infoSection.id}",
573
588
  data: serializedData,
@@ -643,6 +658,9 @@ function deleteInfoSection(payload) {
643
658
  method: "DELETE",
644
659
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.DeleteInfoSection",
645
660
  packageName: PACKAGE_NAME,
661
+ migrationOptions: {
662
+ optInTransformResponse: true
663
+ },
646
664
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
647
665
  protoPath: "/v3/info-sections/{infoSectionId}",
648
666
  data: payload,
@@ -661,6 +679,9 @@ function queryInfoSections(payload) {
661
679
  method: "GET",
662
680
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.QueryInfoSections",
663
681
  packageName: PACKAGE_NAME,
682
+ migrationOptions: {
683
+ optInTransformResponse: true
684
+ },
664
685
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
665
686
  protoPath: "/v3/info-sections/query",
666
687
  data: payload,
@@ -802,6 +823,9 @@ function bulkCreateInfoSections(payload) {
802
823
  method: "POST",
803
824
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.BulkCreateInfoSections",
804
825
  packageName: PACKAGE_NAME,
826
+ migrationOptions: {
827
+ optInTransformResponse: true
828
+ },
805
829
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
806
830
  protoPath: "/v3/bulk/info-sections/create",
807
831
  data: serializedData,
@@ -950,6 +974,9 @@ function bulkUpdateInfoSections(payload) {
950
974
  method: "POST",
951
975
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.BulkUpdateInfoSections",
952
976
  packageName: PACKAGE_NAME,
977
+ migrationOptions: {
978
+ optInTransformResponse: true
979
+ },
953
980
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
954
981
  protoPath: "/v3/bulk/info-sections/update",
955
982
  data: serializedData,
@@ -1029,6 +1056,9 @@ function bulkDeleteInfoSections(payload) {
1029
1056
  method: "POST",
1030
1057
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.BulkDeleteInfoSections",
1031
1058
  packageName: PACKAGE_NAME,
1059
+ migrationOptions: {
1060
+ optInTransformResponse: true
1061
+ },
1032
1062
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
1033
1063
  protoPath: "/v3/bulk/info-sections/delete",
1034
1064
  data: payload,
@@ -1041,6 +1071,287 @@ function bulkDeleteInfoSections(payload) {
1041
1071
  return __bulkDeleteInfoSections;
1042
1072
  }
1043
1073
 
1074
+ // src/stores-catalog-v3-info-section-info-sections-v-3.types.ts
1075
+ var NodeType = /* @__PURE__ */ ((NodeType2) => {
1076
+ NodeType2["PARAGRAPH"] = "PARAGRAPH";
1077
+ NodeType2["TEXT"] = "TEXT";
1078
+ NodeType2["HEADING"] = "HEADING";
1079
+ NodeType2["BULLETED_LIST"] = "BULLETED_LIST";
1080
+ NodeType2["ORDERED_LIST"] = "ORDERED_LIST";
1081
+ NodeType2["LIST_ITEM"] = "LIST_ITEM";
1082
+ NodeType2["BLOCKQUOTE"] = "BLOCKQUOTE";
1083
+ NodeType2["CODE_BLOCK"] = "CODE_BLOCK";
1084
+ NodeType2["VIDEO"] = "VIDEO";
1085
+ NodeType2["DIVIDER"] = "DIVIDER";
1086
+ NodeType2["FILE"] = "FILE";
1087
+ NodeType2["GALLERY"] = "GALLERY";
1088
+ NodeType2["GIF"] = "GIF";
1089
+ NodeType2["HTML"] = "HTML";
1090
+ NodeType2["IMAGE"] = "IMAGE";
1091
+ NodeType2["LINK_PREVIEW"] = "LINK_PREVIEW";
1092
+ NodeType2["MAP"] = "MAP";
1093
+ NodeType2["POLL"] = "POLL";
1094
+ NodeType2["APP_EMBED"] = "APP_EMBED";
1095
+ NodeType2["BUTTON"] = "BUTTON";
1096
+ NodeType2["COLLAPSIBLE_LIST"] = "COLLAPSIBLE_LIST";
1097
+ NodeType2["TABLE"] = "TABLE";
1098
+ NodeType2["EMBED"] = "EMBED";
1099
+ NodeType2["COLLAPSIBLE_ITEM"] = "COLLAPSIBLE_ITEM";
1100
+ NodeType2["COLLAPSIBLE_ITEM_TITLE"] = "COLLAPSIBLE_ITEM_TITLE";
1101
+ NodeType2["COLLAPSIBLE_ITEM_BODY"] = "COLLAPSIBLE_ITEM_BODY";
1102
+ NodeType2["TABLE_CELL"] = "TABLE_CELL";
1103
+ NodeType2["TABLE_ROW"] = "TABLE_ROW";
1104
+ NodeType2["EXTERNAL"] = "EXTERNAL";
1105
+ NodeType2["AUDIO"] = "AUDIO";
1106
+ NodeType2["CAPTION"] = "CAPTION";
1107
+ NodeType2["LAYOUT"] = "LAYOUT";
1108
+ NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
1109
+ return NodeType2;
1110
+ })(NodeType || {});
1111
+ var WidthType = /* @__PURE__ */ ((WidthType2) => {
1112
+ WidthType2["CONTENT"] = "CONTENT";
1113
+ WidthType2["SMALL"] = "SMALL";
1114
+ WidthType2["ORIGINAL"] = "ORIGINAL";
1115
+ WidthType2["FULL_WIDTH"] = "FULL_WIDTH";
1116
+ return WidthType2;
1117
+ })(WidthType || {});
1118
+ var PluginContainerDataAlignment = /* @__PURE__ */ ((PluginContainerDataAlignment2) => {
1119
+ PluginContainerDataAlignment2["CENTER"] = "CENTER";
1120
+ PluginContainerDataAlignment2["LEFT"] = "LEFT";
1121
+ PluginContainerDataAlignment2["RIGHT"] = "RIGHT";
1122
+ return PluginContainerDataAlignment2;
1123
+ })(PluginContainerDataAlignment || {});
1124
+ var ButtonDataType = /* @__PURE__ */ ((ButtonDataType2) => {
1125
+ ButtonDataType2["LINK"] = "LINK";
1126
+ ButtonDataType2["ACTION"] = "ACTION";
1127
+ return ButtonDataType2;
1128
+ })(ButtonDataType || {});
1129
+ var Target = /* @__PURE__ */ ((Target2) => {
1130
+ Target2["SELF"] = "SELF";
1131
+ Target2["BLANK"] = "BLANK";
1132
+ Target2["PARENT"] = "PARENT";
1133
+ Target2["TOP"] = "TOP";
1134
+ return Target2;
1135
+ })(Target || {});
1136
+ var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
1137
+ TextAlignment2["AUTO"] = "AUTO";
1138
+ TextAlignment2["LEFT"] = "LEFT";
1139
+ TextAlignment2["RIGHT"] = "RIGHT";
1140
+ TextAlignment2["CENTER"] = "CENTER";
1141
+ TextAlignment2["JUSTIFY"] = "JUSTIFY";
1142
+ return TextAlignment2;
1143
+ })(TextAlignment || {});
1144
+ var LineStyle = /* @__PURE__ */ ((LineStyle2) => {
1145
+ LineStyle2["SINGLE"] = "SINGLE";
1146
+ LineStyle2["DOUBLE"] = "DOUBLE";
1147
+ LineStyle2["DASHED"] = "DASHED";
1148
+ LineStyle2["DOTTED"] = "DOTTED";
1149
+ return LineStyle2;
1150
+ })(LineStyle || {});
1151
+ var Width = /* @__PURE__ */ ((Width2) => {
1152
+ Width2["LARGE"] = "LARGE";
1153
+ Width2["MEDIUM"] = "MEDIUM";
1154
+ Width2["SMALL"] = "SMALL";
1155
+ return Width2;
1156
+ })(Width || {});
1157
+ var DividerDataAlignment = /* @__PURE__ */ ((DividerDataAlignment2) => {
1158
+ DividerDataAlignment2["CENTER"] = "CENTER";
1159
+ DividerDataAlignment2["LEFT"] = "LEFT";
1160
+ DividerDataAlignment2["RIGHT"] = "RIGHT";
1161
+ return DividerDataAlignment2;
1162
+ })(DividerDataAlignment || {});
1163
+ var ViewMode = /* @__PURE__ */ ((ViewMode2) => {
1164
+ ViewMode2["NONE"] = "NONE";
1165
+ ViewMode2["FULL"] = "FULL";
1166
+ ViewMode2["MINI"] = "MINI";
1167
+ return ViewMode2;
1168
+ })(ViewMode || {});
1169
+ var LayoutType = /* @__PURE__ */ ((LayoutType2) => {
1170
+ LayoutType2["COLLAGE"] = "COLLAGE";
1171
+ LayoutType2["MASONRY"] = "MASONRY";
1172
+ LayoutType2["GRID"] = "GRID";
1173
+ LayoutType2["THUMBNAIL"] = "THUMBNAIL";
1174
+ LayoutType2["SLIDER"] = "SLIDER";
1175
+ LayoutType2["SLIDESHOW"] = "SLIDESHOW";
1176
+ LayoutType2["PANORAMA"] = "PANORAMA";
1177
+ LayoutType2["COLUMN"] = "COLUMN";
1178
+ LayoutType2["MAGIC"] = "MAGIC";
1179
+ LayoutType2["FULLSIZE"] = "FULLSIZE";
1180
+ return LayoutType2;
1181
+ })(LayoutType || {});
1182
+ var Orientation = /* @__PURE__ */ ((Orientation2) => {
1183
+ Orientation2["ROWS"] = "ROWS";
1184
+ Orientation2["COLUMNS"] = "COLUMNS";
1185
+ return Orientation2;
1186
+ })(Orientation || {});
1187
+ var Crop = /* @__PURE__ */ ((Crop2) => {
1188
+ Crop2["FILL"] = "FILL";
1189
+ Crop2["FIT"] = "FIT";
1190
+ return Crop2;
1191
+ })(Crop || {});
1192
+ var ThumbnailsAlignment = /* @__PURE__ */ ((ThumbnailsAlignment2) => {
1193
+ ThumbnailsAlignment2["TOP"] = "TOP";
1194
+ ThumbnailsAlignment2["RIGHT"] = "RIGHT";
1195
+ ThumbnailsAlignment2["BOTTOM"] = "BOTTOM";
1196
+ ThumbnailsAlignment2["LEFT"] = "LEFT";
1197
+ ThumbnailsAlignment2["NONE"] = "NONE";
1198
+ return ThumbnailsAlignment2;
1199
+ })(ThumbnailsAlignment || {});
1200
+ var GIFType = /* @__PURE__ */ ((GIFType2) => {
1201
+ GIFType2["NORMAL"] = "NORMAL";
1202
+ GIFType2["STICKER"] = "STICKER";
1203
+ return GIFType2;
1204
+ })(GIFType || {});
1205
+ var Source = /* @__PURE__ */ ((Source2) => {
1206
+ Source2["HTML"] = "HTML";
1207
+ Source2["ADSENSE"] = "ADSENSE";
1208
+ return Source2;
1209
+ })(Source || {});
1210
+ var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
1211
+ StylesPosition2["START"] = "START";
1212
+ StylesPosition2["END"] = "END";
1213
+ StylesPosition2["TOP"] = "TOP";
1214
+ StylesPosition2["HIDDEN"] = "HIDDEN";
1215
+ return StylesPosition2;
1216
+ })(StylesPosition || {});
1217
+ var MapType = /* @__PURE__ */ ((MapType2) => {
1218
+ MapType2["ROADMAP"] = "ROADMAP";
1219
+ MapType2["SATELITE"] = "SATELITE";
1220
+ MapType2["HYBRID"] = "HYBRID";
1221
+ MapType2["TERRAIN"] = "TERRAIN";
1222
+ return MapType2;
1223
+ })(MapType || {});
1224
+ var ViewRole = /* @__PURE__ */ ((ViewRole2) => {
1225
+ ViewRole2["CREATOR"] = "CREATOR";
1226
+ ViewRole2["VOTERS"] = "VOTERS";
1227
+ ViewRole2["EVERYONE"] = "EVERYONE";
1228
+ return ViewRole2;
1229
+ })(ViewRole || {});
1230
+ var VoteRole = /* @__PURE__ */ ((VoteRole2) => {
1231
+ VoteRole2["SITE_MEMBERS"] = "SITE_MEMBERS";
1232
+ VoteRole2["ALL"] = "ALL";
1233
+ return VoteRole2;
1234
+ })(VoteRole || {});
1235
+ var PollLayoutType = /* @__PURE__ */ ((PollLayoutType2) => {
1236
+ PollLayoutType2["LIST"] = "LIST";
1237
+ PollLayoutType2["GRID"] = "GRID";
1238
+ return PollLayoutType2;
1239
+ })(PollLayoutType || {});
1240
+ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
1241
+ PollLayoutDirection2["LTR"] = "LTR";
1242
+ PollLayoutDirection2["RTL"] = "RTL";
1243
+ return PollLayoutDirection2;
1244
+ })(PollLayoutDirection || {});
1245
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1246
+ BackgroundType2["COLOR"] = "COLOR";
1247
+ BackgroundType2["IMAGE"] = "IMAGE";
1248
+ BackgroundType2["GRADIENT"] = "GRADIENT";
1249
+ return BackgroundType2;
1250
+ })(BackgroundType || {});
1251
+ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
1252
+ DecorationType2["BOLD"] = "BOLD";
1253
+ DecorationType2["ITALIC"] = "ITALIC";
1254
+ DecorationType2["UNDERLINE"] = "UNDERLINE";
1255
+ DecorationType2["SPOILER"] = "SPOILER";
1256
+ DecorationType2["ANCHOR"] = "ANCHOR";
1257
+ DecorationType2["MENTION"] = "MENTION";
1258
+ DecorationType2["LINK"] = "LINK";
1259
+ DecorationType2["COLOR"] = "COLOR";
1260
+ DecorationType2["FONT_SIZE"] = "FONT_SIZE";
1261
+ DecorationType2["EXTERNAL"] = "EXTERNAL";
1262
+ DecorationType2["STRIKETHROUGH"] = "STRIKETHROUGH";
1263
+ DecorationType2["SUPERSCRIPT"] = "SUPERSCRIPT";
1264
+ DecorationType2["SUBSCRIPT"] = "SUBSCRIPT";
1265
+ return DecorationType2;
1266
+ })(DecorationType || {});
1267
+ var FontType = /* @__PURE__ */ ((FontType2) => {
1268
+ FontType2["PX"] = "PX";
1269
+ FontType2["EM"] = "EM";
1270
+ return FontType2;
1271
+ })(FontType || {});
1272
+ var Position = /* @__PURE__ */ ((Position2) => {
1273
+ Position2["START"] = "START";
1274
+ Position2["END"] = "END";
1275
+ Position2["TOP"] = "TOP";
1276
+ return Position2;
1277
+ })(Position || {});
1278
+ var AspectRatio = /* @__PURE__ */ ((AspectRatio2) => {
1279
+ AspectRatio2["SQUARE"] = "SQUARE";
1280
+ AspectRatio2["RECTANGLE"] = "RECTANGLE";
1281
+ return AspectRatio2;
1282
+ })(AspectRatio || {});
1283
+ var Resizing = /* @__PURE__ */ ((Resizing2) => {
1284
+ Resizing2["FILL"] = "FILL";
1285
+ Resizing2["FIT"] = "FIT";
1286
+ return Resizing2;
1287
+ })(Resizing || {});
1288
+ var Placement = /* @__PURE__ */ ((Placement2) => {
1289
+ Placement2["IMAGE"] = "IMAGE";
1290
+ Placement2["PRODUCT_INFO"] = "PRODUCT_INFO";
1291
+ return Placement2;
1292
+ })(Placement || {});
1293
+ var Type = /* @__PURE__ */ ((Type2) => {
1294
+ Type2["CONTAINED"] = "CONTAINED";
1295
+ Type2["FRAMELESS"] = "FRAMELESS";
1296
+ return Type2;
1297
+ })(Type || {});
1298
+ var Alignment = /* @__PURE__ */ ((Alignment2) => {
1299
+ Alignment2["START"] = "START";
1300
+ Alignment2["CENTER"] = "CENTER";
1301
+ Alignment2["END"] = "END";
1302
+ return Alignment2;
1303
+ })(Alignment || {});
1304
+ var Layout = /* @__PURE__ */ ((Layout2) => {
1305
+ Layout2["STACKED"] = "STACKED";
1306
+ Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
1307
+ return Layout2;
1308
+ })(Layout || {});
1309
+ var AppType = /* @__PURE__ */ ((AppType2) => {
1310
+ AppType2["PRODUCT"] = "PRODUCT";
1311
+ AppType2["EVENT"] = "EVENT";
1312
+ AppType2["BOOKING"] = "BOOKING";
1313
+ return AppType2;
1314
+ })(AppType || {});
1315
+ var InitialExpandedItems = /* @__PURE__ */ ((InitialExpandedItems2) => {
1316
+ InitialExpandedItems2["FIRST"] = "FIRST";
1317
+ InitialExpandedItems2["ALL"] = "ALL";
1318
+ InitialExpandedItems2["NONE"] = "NONE";
1319
+ return InitialExpandedItems2;
1320
+ })(InitialExpandedItems || {});
1321
+ var Direction = /* @__PURE__ */ ((Direction2) => {
1322
+ Direction2["LTR"] = "LTR";
1323
+ Direction2["RTL"] = "RTL";
1324
+ return Direction2;
1325
+ })(Direction || {});
1326
+ var VerticalAlignment = /* @__PURE__ */ ((VerticalAlignment2) => {
1327
+ VerticalAlignment2["TOP"] = "TOP";
1328
+ VerticalAlignment2["MIDDLE"] = "MIDDLE";
1329
+ VerticalAlignment2["BOTTOM"] = "BOTTOM";
1330
+ return VerticalAlignment2;
1331
+ })(VerticalAlignment || {});
1332
+ var NullValue = /* @__PURE__ */ ((NullValue2) => {
1333
+ NullValue2["NULL_VALUE"] = "NULL_VALUE";
1334
+ return NullValue2;
1335
+ })(NullValue || {});
1336
+ var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
1337
+ RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
1338
+ RequestedFields2["ASSIGNED_PRODUCTS_COUNT"] = "ASSIGNED_PRODUCTS_COUNT";
1339
+ return RequestedFields2;
1340
+ })(RequestedFields || {});
1341
+ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
1342
+ SortOrder2["ASC"] = "ASC";
1343
+ SortOrder2["DESC"] = "DESC";
1344
+ return SortOrder2;
1345
+ })(SortOrder || {});
1346
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1347
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1348
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1349
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1350
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1351
+ WebhookIdentityType2["APP"] = "APP";
1352
+ return WebhookIdentityType2;
1353
+ })(WebhookIdentityType || {});
1354
+
1044
1355
  // src/stores-catalog-v3-info-section-info-sections-v-3.meta.ts
1045
1356
  function createInfoSection2() {
1046
1357
  const payload = {};
@@ -1225,6 +1536,46 @@ function bulkDeleteInfoSections2() {
1225
1536
  };
1226
1537
  }
1227
1538
  export {
1539
+ Alignment as AlignmentOriginal,
1540
+ AppType as AppTypeOriginal,
1541
+ AspectRatio as AspectRatioOriginal,
1542
+ BackgroundType as BackgroundTypeOriginal,
1543
+ ButtonDataType as ButtonDataTypeOriginal,
1544
+ Crop as CropOriginal,
1545
+ DecorationType as DecorationTypeOriginal,
1546
+ Direction as DirectionOriginal,
1547
+ DividerDataAlignment as DividerDataAlignmentOriginal,
1548
+ FontType as FontTypeOriginal,
1549
+ GIFType as GIFTypeOriginal,
1550
+ InitialExpandedItems as InitialExpandedItemsOriginal,
1551
+ Layout as LayoutOriginal,
1552
+ LayoutType as LayoutTypeOriginal,
1553
+ LineStyle as LineStyleOriginal,
1554
+ MapType as MapTypeOriginal,
1555
+ NodeType as NodeTypeOriginal,
1556
+ NullValue as NullValueOriginal,
1557
+ Orientation as OrientationOriginal,
1558
+ Placement as PlacementOriginal,
1559
+ PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal,
1560
+ PollLayoutDirection as PollLayoutDirectionOriginal,
1561
+ PollLayoutType as PollLayoutTypeOriginal,
1562
+ Position as PositionOriginal,
1563
+ RequestedFields as RequestedFieldsOriginal,
1564
+ Resizing as ResizingOriginal,
1565
+ SortOrder as SortOrderOriginal,
1566
+ Source as SourceOriginal,
1567
+ StylesPosition as StylesPositionOriginal,
1568
+ Target as TargetOriginal,
1569
+ TextAlignment as TextAlignmentOriginal,
1570
+ ThumbnailsAlignment as ThumbnailsAlignmentOriginal,
1571
+ Type as TypeOriginal,
1572
+ VerticalAlignment as VerticalAlignmentOriginal,
1573
+ ViewMode as ViewModeOriginal,
1574
+ ViewRole as ViewRoleOriginal,
1575
+ VoteRole as VoteRoleOriginal,
1576
+ WebhookIdentityType as WebhookIdentityTypeOriginal,
1577
+ Width as WidthOriginal,
1578
+ WidthType as WidthTypeOriginal,
1228
1579
  bulkCreateInfoSections2 as bulkCreateInfoSections,
1229
1580
  bulkDeleteInfoSections2 as bulkDeleteInfoSections,
1230
1581
  bulkGetOrCreateInfoSections2 as bulkGetOrCreateInfoSections,