@wix/auto_sdk_stores_info-sections-v-3 1.0.22 → 1.0.23
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/{index.d.ts → cjs/index.d.ts} +2 -2
- package/build/{internal → cjs}/index.js +2 -0
- package/build/cjs/index.js.map +1 -0
- package/build/{internal → cjs}/meta.d.ts +13 -3
- package/build/{stores-catalog-v3-info-section-info-sections-v-3.universal-DHZlrxas.d.mts → cjs/stores-catalog-v3-info-section-info-sections-v-3.universal-CBEcAM6C.d.ts} +12 -2
- package/build/{index.d.mts → es/index.d.mts} +2 -2
- package/build/{index.mjs → es/index.mjs} +2 -0
- package/build/es/index.mjs.map +1 -0
- package/build/{meta.d.mts → es/meta.d.mts} +13 -3
- package/build/es/package.json +3 -0
- package/build/{internal/stores-catalog-v3-info-section-info-sections-v-3.universal-DHZlrxas.d.ts → es/stores-catalog-v3-info-section-info-sections-v-3.universal-CBEcAM6C.d.mts} +12 -2
- package/build/internal/{index.d.ts → cjs/index.d.ts} +2 -2
- package/build/{index.js → internal/cjs/index.js} +2 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/{meta.d.ts → internal/cjs/meta.d.ts} +13 -3
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/{stores-catalog-v3-info-section-info-sections-v-3.universal-DHZlrxas.d.mts → cjs/stores-catalog-v3-info-section-info-sections-v-3.universal-CBEcAM6C.d.ts} +12 -2
- package/build/internal/{index.d.mts → es/index.d.mts} +2 -2
- package/build/internal/{index.mjs → es/index.mjs} +2 -0
- package/build/internal/es/index.mjs.map +1 -0
- package/build/internal/{meta.d.mts → es/meta.d.mts} +13 -3
- package/build/internal/es/meta.mjs.map +1 -0
- package/build/{stores-catalog-v3-info-section-info-sections-v-3.universal-DHZlrxas.d.ts → internal/es/stores-catalog-v3-info-section-info-sections-v-3.universal-CBEcAM6C.d.mts} +12 -2
- package/package.json +10 -10
- package/build/index.js.map +0 -1
- package/build/index.mjs.map +0 -1
- package/build/internal/index.js.map +0 -1
- package/build/internal/index.mjs.map +0 -1
- package/build/meta.js.map +0 -1
- package/build/meta.mjs.map +0 -1
- /package/build/{internal → cjs}/meta.js +0 -0
- /package/build/{internal → cjs}/meta.js.map +0 -0
- /package/build/{internal → es}/meta.mjs +0 -0
- /package/build/{internal → es}/meta.mjs.map +0 -0
- /package/build/{meta.js → internal/cjs/meta.js} +0 -0
- /package/build/{meta.mjs → internal/es/meta.mjs} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { by as CreateInfoSectionRequest$1, bz as CreateInfoSectionResponse$1, bA as GetInfoSectionRequest$1, bB as GetInfoSectionResponse$1, bC as GetOrCreateInfoSectionRequest$1, b as GetOrCreateInfoSectionResponse$1, bE as BulkGetOrCreateInfoSectionsRequest$1, c as BulkGetOrCreateInfoSectionsResponse$1, bJ as UpdateInfoSectionRequest$1, bK as UpdateInfoSectionResponse$1, bL as DeleteInfoSectionRequest$1, bM as DeleteInfoSectionResponse$1, bN as QueryInfoSectionsRequest$1, bS as QueryInfoSectionsResponse$1, bV as BulkCreateInfoSectionsRequest$1, g as BulkCreateInfoSectionsResponse$1, bW as BulkUpdateInfoSectionsRequest$1, i as BulkUpdateInfoSectionsResponse$1, bX as BulkDeleteInfoSectionsRequest$1, j as BulkDeleteInfoSectionsResponse$1 } from './stores-catalog-v3-info-section-info-sections-v-3.universal-
|
|
1
|
+
import { by as CreateInfoSectionRequest$1, bz as CreateInfoSectionResponse$1, bA as GetInfoSectionRequest$1, bB as GetInfoSectionResponse$1, bC as GetOrCreateInfoSectionRequest$1, b as GetOrCreateInfoSectionResponse$1, bE as BulkGetOrCreateInfoSectionsRequest$1, c as BulkGetOrCreateInfoSectionsResponse$1, bJ as UpdateInfoSectionRequest$1, bK as UpdateInfoSectionResponse$1, bL as DeleteInfoSectionRequest$1, bM as DeleteInfoSectionResponse$1, bN as QueryInfoSectionsRequest$1, bS as QueryInfoSectionsResponse$1, bV as BulkCreateInfoSectionsRequest$1, g as BulkCreateInfoSectionsResponse$1, bW as BulkUpdateInfoSectionsRequest$1, i as BulkUpdateInfoSectionsResponse$1, bX as BulkDeleteInfoSectionsRequest$1, j as BulkDeleteInfoSectionsResponse$1 } from './stores-catalog-v3-info-section-info-sections-v-3.universal-CBEcAM6C.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* An info section is a visible property of a product
|
|
@@ -1159,6 +1159,10 @@ interface Decoration extends DecorationDataOneOf {
|
|
|
1159
1159
|
spoilerData?: SpoilerData;
|
|
1160
1160
|
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1161
1161
|
strikethroughData?: boolean | null;
|
|
1162
|
+
/** Data for a superscript decoration. Defaults to `true`. */
|
|
1163
|
+
superscriptData?: boolean | null;
|
|
1164
|
+
/** Data for a subscript decoration. Defaults to `true`. */
|
|
1165
|
+
subscriptData?: boolean | null;
|
|
1162
1166
|
/** The type of decoration to apply. */
|
|
1163
1167
|
type?: DecorationTypeWithLiterals;
|
|
1164
1168
|
}
|
|
@@ -1184,6 +1188,10 @@ interface DecorationDataOneOf {
|
|
|
1184
1188
|
spoilerData?: SpoilerData;
|
|
1185
1189
|
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1186
1190
|
strikethroughData?: boolean | null;
|
|
1191
|
+
/** Data for a superscript decoration. Defaults to `true`. */
|
|
1192
|
+
superscriptData?: boolean | null;
|
|
1193
|
+
/** Data for a subscript decoration. Defaults to `true`. */
|
|
1194
|
+
subscriptData?: boolean | null;
|
|
1187
1195
|
}
|
|
1188
1196
|
declare enum DecorationType {
|
|
1189
1197
|
BOLD = "BOLD",
|
|
@@ -1196,10 +1204,12 @@ declare enum DecorationType {
|
|
|
1196
1204
|
COLOR = "COLOR",
|
|
1197
1205
|
FONT_SIZE = "FONT_SIZE",
|
|
1198
1206
|
EXTERNAL = "EXTERNAL",
|
|
1199
|
-
STRIKETHROUGH = "STRIKETHROUGH"
|
|
1207
|
+
STRIKETHROUGH = "STRIKETHROUGH",
|
|
1208
|
+
SUPERSCRIPT = "SUPERSCRIPT",
|
|
1209
|
+
SUBSCRIPT = "SUBSCRIPT"
|
|
1200
1210
|
}
|
|
1201
1211
|
/** @enumType */
|
|
1202
|
-
type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH';
|
|
1212
|
+
type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH' | 'SUPERSCRIPT' | 'SUBSCRIPT';
|
|
1203
1213
|
interface AnchorData {
|
|
1204
1214
|
/** The target node's ID. */
|
|
1205
1215
|
anchor?: string;
|
|
@@ -1157,6 +1157,10 @@ interface Decoration extends DecorationDataOneOf {
|
|
|
1157
1157
|
spoilerData?: SpoilerData;
|
|
1158
1158
|
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1159
1159
|
strikethroughData?: boolean | null;
|
|
1160
|
+
/** Data for a superscript decoration. Defaults to `true`. */
|
|
1161
|
+
superscriptData?: boolean | null;
|
|
1162
|
+
/** Data for a subscript decoration. Defaults to `true`. */
|
|
1163
|
+
subscriptData?: boolean | null;
|
|
1160
1164
|
/** The type of decoration to apply. */
|
|
1161
1165
|
type?: DecorationTypeWithLiterals;
|
|
1162
1166
|
}
|
|
@@ -1182,6 +1186,10 @@ interface DecorationDataOneOf {
|
|
|
1182
1186
|
spoilerData?: SpoilerData;
|
|
1183
1187
|
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1184
1188
|
strikethroughData?: boolean | null;
|
|
1189
|
+
/** Data for a superscript decoration. Defaults to `true`. */
|
|
1190
|
+
superscriptData?: boolean | null;
|
|
1191
|
+
/** Data for a subscript decoration. Defaults to `true`. */
|
|
1192
|
+
subscriptData?: boolean | null;
|
|
1185
1193
|
}
|
|
1186
1194
|
declare enum DecorationType {
|
|
1187
1195
|
BOLD = "BOLD",
|
|
@@ -1194,10 +1202,12 @@ declare enum DecorationType {
|
|
|
1194
1202
|
COLOR = "COLOR",
|
|
1195
1203
|
FONT_SIZE = "FONT_SIZE",
|
|
1196
1204
|
EXTERNAL = "EXTERNAL",
|
|
1197
|
-
STRIKETHROUGH = "STRIKETHROUGH"
|
|
1205
|
+
STRIKETHROUGH = "STRIKETHROUGH",
|
|
1206
|
+
SUPERSCRIPT = "SUPERSCRIPT",
|
|
1207
|
+
SUBSCRIPT = "SUBSCRIPT"
|
|
1198
1208
|
}
|
|
1199
1209
|
/** @enumType */
|
|
1200
|
-
type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH';
|
|
1210
|
+
type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH' | 'SUPERSCRIPT' | 'SUBSCRIPT';
|
|
1201
1211
|
interface AnchorData {
|
|
1202
1212
|
/** The target node's ID. */
|
|
1203
1213
|
anchor?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import { I as InfoSection, G as GetInfoSectionOptions, a as GetOrCreateInfoSectionOptions, b as GetOrCreateInfoSectionResponse, B as BulkGetOrCreateInfoSectionsOptions, c as BulkGetOrCreateInfoSectionsResponse, U as UpdateInfoSection, d as UpdateInfoSectionOptions, Q as QueryInfoSectionsOptions, e as InfoSectionsQueryBuilder, f as BulkCreateInfoSectionsOptions, g as BulkCreateInfoSectionsResponse, M as MaskedInfoSection, h as BulkUpdateInfoSectionsOptions, i as BulkUpdateInfoSectionsResponse, j as BulkDeleteInfoSectionsResponse, k as InfoSectionCreatedEnvelope, l as InfoSectionDeletedEnvelope, m as InfoSectionUpdatedEnvelope } from './stores-catalog-v3-info-section-info-sections-v-3.universal-
|
|
3
|
-
export { c3 as ActionEvent, A as Alignment, aZ as AnchorData, bt as App, b3 as AppEmbedData, b4 as AppEmbedDataAppDataOneOf, E as AppType, bH as ApplicationError, bi as AudioData, aP as Background, aQ as BackgroundBackgroundOneOf, z as BackgroundType, c8 as BaseEventMetadata, bl as BlockquoteData, b5 as BookingData, a3 as Border, bg as BorderColors, bI as BulkActionMetadata, bV as BulkCreateInfoSectionsRequest, bX as BulkDeleteInfoSectionsRequest, bE as BulkGetOrCreateInfoSectionsRequest, bF as BulkInfoSectionItemResult, bY as BulkInfoSectionResult, bW as BulkUpdateInfoSectionsRequest, bk as BulletedListData, a2 as ButtonData, bm as CaptionData, bf as CellStyle, ae as CodeBlockData, bb as CollapsibleListData, a_ as ColorData, a4 as Colors, by as CreateInfoSectionRequest, bz as CreateInfoSectionResponse, C as Crop, bR as CursorPaging, bT as CursorPagingMetadata, bO as CursorQuery, bP as CursorQueryPagingMethodOneOf, bU as Cursors, bx as CustomTag, aX as Decoration, aY as DecorationDataOneOf, D as DecorationType, bL as DeleteInfoSectionRequest, bM as DeleteInfoSectionResponse, aV as Design, bd as Dimensions, J as Direction, ag as DividerData, bp as DocumentStyle, bZ as DomainEvent, b_ as DomainEventBodyOneOf, b9 as EmbedData, c4 as Empty, b$ as EntityCreatedEvent, c2 as EntityDeletedEvent, c1 as EntityUpdatedEvent, b6 as EventData, c9 as EventMetadata, bw as File, ah as FileData, ai as FileSource, aj as FileSourceDataOneOf, b1 as FontSizeData, F as FontType, aw as GIF, av as GIFData, s as GIFType, al as GalleryData, ar as GalleryOptions, bA as GetInfoSectionRequest, bB as GetInfoSectionResponse, bC as GetOrCreateInfoSectionRequest, aO as Gradient, ay as HTMLData, az as HTMLDataDataOneOf, ax as HeadingData, a9 as Height, c6 as IdentificationData, c7 as IdentificationDataIdOneOf, an as Image, aA as ImageData, aC as ImageDataStyles, bD as InfoSectionForGetOrCreate, ca as InfoSectionsQueryResult, H as InitialExpandedItems, br as InvalidateCache, bs as InvalidateCacheGetByOneOf, ap as Item, aq as ItemDataOneOf, bG as ItemMetadata, at as ItemStyle, as as Layout, bn as LayoutCellData, q as LayoutType, L as LineStyle, ab as Link, a$ as LinkData, ac as LinkDataOneOf, aD as LinkPreviewData, aE as LinkPreviewDataStyles, bh as ListValue, aF as MapData, aG as MapSettings, u as MapType, am as Media, b0 as MentionData, c5 as MessageEnvelope, bo as Metadata, $ as Node, a0 as NodeDataOneOf, a1 as NodeStyle, N as NodeType, R as NullValue, ba as Oembed, aK as Option, aS as OptionDesign, aN as OptionLayout, bj as OrderedListData, O as Orientation, ak as PDFSettings, bu as Page, aH as ParagraphData, aJ as Permissions, b8 as PlaybackOptions, a5 as PluginContainerData, P as PluginContainerDataAlignment, a6 as PluginContainerDataWidth, a7 as PluginContainerDataWidthDataOneOf, aT as Poll, aI as PollData, aU as PollDataLayout, aR as PollDesign, aM as PollLayout, y as PollLayoutDirection, x as PollLayoutType, t as Position, bN as QueryInfoSectionsRequest, bS as QueryInfoSectionsResponse, ad as Rel, X as RequestedFields, c0 as RestoreInfo, _ as RichContent, aL as Settings, Y as SortOrder, bQ as Sorting, S as Source, a8 as Spoiler, b2 as SpoilerData, aa as Styles, aB as StylesBorder, be as TableCellData, bc as TableData, n as Target, o as TextAlignment, aW as TextData, bq as TextNodeStyle, af as TextStyle, au as Thumbnails, r as ThumbnailsAlignment, T as Type, bv as URI, bJ as UpdateInfoSectionRequest, bK as UpdateInfoSectionResponse, K as VerticalAlignment, ao as Video, b7 as VideoData, V as ViewMode, v as ViewRole, w as VoteRole, Z as WebhookIdentityType, p as Width, W as WidthType } from './stores-catalog-v3-info-section-info-sections-v-3.universal-
|
|
2
|
+
import { I as InfoSection, G as GetInfoSectionOptions, a as GetOrCreateInfoSectionOptions, b as GetOrCreateInfoSectionResponse, B as BulkGetOrCreateInfoSectionsOptions, c as BulkGetOrCreateInfoSectionsResponse, U as UpdateInfoSection, d as UpdateInfoSectionOptions, Q as QueryInfoSectionsOptions, e as InfoSectionsQueryBuilder, f as BulkCreateInfoSectionsOptions, g as BulkCreateInfoSectionsResponse, M as MaskedInfoSection, h as BulkUpdateInfoSectionsOptions, i as BulkUpdateInfoSectionsResponse, j as BulkDeleteInfoSectionsResponse, k as InfoSectionCreatedEnvelope, l as InfoSectionDeletedEnvelope, m as InfoSectionUpdatedEnvelope } from './stores-catalog-v3-info-section-info-sections-v-3.universal-CBEcAM6C.mjs';
|
|
3
|
+
export { c3 as ActionEvent, A as Alignment, aZ as AnchorData, bt as App, b3 as AppEmbedData, b4 as AppEmbedDataAppDataOneOf, E as AppType, bH as ApplicationError, bi as AudioData, aP as Background, aQ as BackgroundBackgroundOneOf, z as BackgroundType, c8 as BaseEventMetadata, bl as BlockquoteData, b5 as BookingData, a3 as Border, bg as BorderColors, bI as BulkActionMetadata, bV as BulkCreateInfoSectionsRequest, bX as BulkDeleteInfoSectionsRequest, bE as BulkGetOrCreateInfoSectionsRequest, bF as BulkInfoSectionItemResult, bY as BulkInfoSectionResult, bW as BulkUpdateInfoSectionsRequest, bk as BulletedListData, a2 as ButtonData, bm as CaptionData, bf as CellStyle, ae as CodeBlockData, bb as CollapsibleListData, a_ as ColorData, a4 as Colors, by as CreateInfoSectionRequest, bz as CreateInfoSectionResponse, C as Crop, bR as CursorPaging, bT as CursorPagingMetadata, bO as CursorQuery, bP as CursorQueryPagingMethodOneOf, bU as Cursors, bx as CustomTag, aX as Decoration, aY as DecorationDataOneOf, D as DecorationType, bL as DeleteInfoSectionRequest, bM as DeleteInfoSectionResponse, aV as Design, bd as Dimensions, J as Direction, ag as DividerData, bp as DocumentStyle, bZ as DomainEvent, b_ as DomainEventBodyOneOf, b9 as EmbedData, c4 as Empty, b$ as EntityCreatedEvent, c2 as EntityDeletedEvent, c1 as EntityUpdatedEvent, b6 as EventData, c9 as EventMetadata, bw as File, ah as FileData, ai as FileSource, aj as FileSourceDataOneOf, b1 as FontSizeData, F as FontType, aw as GIF, av as GIFData, s as GIFType, al as GalleryData, ar as GalleryOptions, bA as GetInfoSectionRequest, bB as GetInfoSectionResponse, bC as GetOrCreateInfoSectionRequest, aO as Gradient, ay as HTMLData, az as HTMLDataDataOneOf, ax as HeadingData, a9 as Height, c6 as IdentificationData, c7 as IdentificationDataIdOneOf, an as Image, aA as ImageData, aC as ImageDataStyles, bD as InfoSectionForGetOrCreate, ca as InfoSectionsQueryResult, H as InitialExpandedItems, br as InvalidateCache, bs as InvalidateCacheGetByOneOf, ap as Item, aq as ItemDataOneOf, bG as ItemMetadata, at as ItemStyle, as as Layout, bn as LayoutCellData, q as LayoutType, L as LineStyle, ab as Link, a$ as LinkData, ac as LinkDataOneOf, aD as LinkPreviewData, aE as LinkPreviewDataStyles, bh as ListValue, aF as MapData, aG as MapSettings, u as MapType, am as Media, b0 as MentionData, c5 as MessageEnvelope, bo as Metadata, $ as Node, a0 as NodeDataOneOf, a1 as NodeStyle, N as NodeType, R as NullValue, ba as Oembed, aK as Option, aS as OptionDesign, aN as OptionLayout, bj as OrderedListData, O as Orientation, ak as PDFSettings, bu as Page, aH as ParagraphData, aJ as Permissions, b8 as PlaybackOptions, a5 as PluginContainerData, P as PluginContainerDataAlignment, a6 as PluginContainerDataWidth, a7 as PluginContainerDataWidthDataOneOf, aT as Poll, aI as PollData, aU as PollDataLayout, aR as PollDesign, aM as PollLayout, y as PollLayoutDirection, x as PollLayoutType, t as Position, bN as QueryInfoSectionsRequest, bS as QueryInfoSectionsResponse, ad as Rel, X as RequestedFields, c0 as RestoreInfo, _ as RichContent, aL as Settings, Y as SortOrder, bQ as Sorting, S as Source, a8 as Spoiler, b2 as SpoilerData, aa as Styles, aB as StylesBorder, be as TableCellData, bc as TableData, n as Target, o as TextAlignment, aW as TextData, bq as TextNodeStyle, af as TextStyle, au as Thumbnails, r as ThumbnailsAlignment, T as Type, bv as URI, bJ as UpdateInfoSectionRequest, bK as UpdateInfoSectionResponse, K as VerticalAlignment, ao as Video, b7 as VideoData, V as ViewMode, v as ViewRole, w as VoteRole, Z as WebhookIdentityType, p as Width, W as WidthType } from './stores-catalog-v3-info-section-info-sections-v-3.universal-CBEcAM6C.mjs';
|
|
4
4
|
|
|
5
5
|
declare function createInfoSection$1(httpClient: HttpClient): CreateInfoSectionSignature;
|
|
6
6
|
interface CreateInfoSectionSignature {
|
|
@@ -1235,6 +1235,8 @@ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
|
1235
1235
|
DecorationType2["FONT_SIZE"] = "FONT_SIZE";
|
|
1236
1236
|
DecorationType2["EXTERNAL"] = "EXTERNAL";
|
|
1237
1237
|
DecorationType2["STRIKETHROUGH"] = "STRIKETHROUGH";
|
|
1238
|
+
DecorationType2["SUPERSCRIPT"] = "SUPERSCRIPT";
|
|
1239
|
+
DecorationType2["SUBSCRIPT"] = "SUBSCRIPT";
|
|
1238
1240
|
return DecorationType2;
|
|
1239
1241
|
})(DecorationType || {});
|
|
1240
1242
|
var FontType = /* @__PURE__ */ ((FontType2) => {
|