@wix/auto_sdk_stores_info-sections-v-3 1.0.24 → 1.0.26
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 +14 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/{stores-catalog-v3-info-section-info-sections-v-3.universal-CBEcAM6C.d.ts → index.typings.d.ts} +288 -1
- package/build/cjs/index.typings.js +1716 -0
- package/build/cjs/index.typings.js.map +1 -0
- package/build/cjs/meta.d.ts +2 -1
- package/build/es/index.d.mts +14 -6
- package/build/es/index.mjs.map +1 -1
- package/build/es/{stores-catalog-v3-info-section-info-sections-v-3.universal-CBEcAM6C.d.mts → index.typings.d.mts} +288 -1
- package/build/es/index.typings.mjs +1650 -0
- package/build/es/index.typings.mjs.map +1 -0
- package/build/es/meta.d.mts +2 -1
- package/build/internal/cjs/index.d.ts +14 -6
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/{stores-catalog-v3-info-section-info-sections-v-3.universal-CBEcAM6C.d.ts → index.typings.d.ts} +288 -1
- package/build/internal/cjs/index.typings.js +1716 -0
- package/build/internal/cjs/index.typings.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +2 -1
- package/build/internal/es/index.d.mts +14 -6
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/{stores-catalog-v3-info-section-info-sections-v-3.universal-CBEcAM6C.d.mts → index.typings.d.mts} +288 -1
- package/build/internal/es/index.typings.mjs +1650 -0
- package/build/internal/es/index.typings.mjs.map +1 -0
- package/build/internal/es/meta.d.mts +2 -1
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
2
|
+
import { InfoSection, CreateInfoSectionValidationErrors, GetInfoSectionOptions, GetOrCreateInfoSectionOptions, GetOrCreateInfoSectionResponse, GetOrCreateInfoSectionValidationErrors, BulkGetOrCreateInfoSectionsOptions, BulkGetOrCreateInfoSectionsResponse, BulkGetOrCreateInfoSectionsValidationErrors, UpdateInfoSection, UpdateInfoSectionOptions, QueryInfoSectionsOptions, InfoSectionsQueryBuilder, BulkCreateInfoSectionsOptions, BulkCreateInfoSectionsResponse, BulkCreateInfoSectionsValidationErrors, MaskedInfoSection, BulkUpdateInfoSectionsOptions, BulkUpdateInfoSectionsResponse, BulkDeleteInfoSectionsResponse, InfoSectionCreatedEnvelope, InfoSectionDeletedEnvelope, InfoSectionUpdatedEnvelope } from './index.typings.js';
|
|
3
|
+
export { ActionEvent, Alignment, AnchorData, App, AppEmbedData, AppEmbedDataAppDataOneOf, AppType, ApplicationError, AudioData, Background, BackgroundBackgroundOneOf, BackgroundType, BaseEventMetadata, BlockquoteData, BookingData, Border, BorderColors, BulkActionMetadata, BulkCreateInfoSectionsRequest, BulkDeleteInfoSectionsRequest, BulkGetOrCreateInfoSectionsRequest, BulkInfoSectionItemResult, BulkInfoSectionResult, BulkUpdateInfoSectionsRequest, BulletedListData, ButtonData, CaptionData, CellStyle, CodeBlockData, CollapsibleListData, ColorData, Colors, CreateInfoSectionRequest, CreateInfoSectionResponse, Crop, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, CustomTag, Decoration, DecorationDataOneOf, DecorationType, DeleteInfoSectionRequest, DeleteInfoSectionResponse, Design, Dimensions, Direction, DividerData, DocumentStyle, DomainEvent, DomainEventBodyOneOf, EmbedData, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventData, EventMetadata, File, FileData, FileSource, FileSourceDataOneOf, FontSizeData, FontType, GIF, GIFData, GIFType, GalleryData, GalleryOptions, GetInfoSectionRequest, GetInfoSectionResponse, GetOrCreateInfoSectionRequest, Gradient, HTMLData, HTMLDataDataOneOf, HeadingData, Height, IdentificationData, IdentificationDataIdOneOf, Image, ImageData, ImageDataStyles, InfoSectionForGetOrCreate, InfoSectionsQueryResult, InitialExpandedItems, InvalidateCache, InvalidateCacheGetByOneOf, Item, ItemDataOneOf, ItemMetadata, ItemStyle, Layout, LayoutCellData, LayoutType, LineStyle, Link, LinkData, LinkDataOneOf, LinkPreviewData, LinkPreviewDataStyles, ListValue, MapData, MapSettings, MapType, Media, MentionData, MessageEnvelope, Metadata, Node, NodeDataOneOf, NodeStyle, NodeType, NullValue, Oembed, Option, OptionDesign, OptionLayout, OrderedListData, Orientation, PDFSettings, Page, ParagraphData, Permissions, PlaybackOptions, PluginContainerData, PluginContainerDataAlignment, PluginContainerDataWidth, PluginContainerDataWidthDataOneOf, Poll, PollData, PollDataLayout, PollDesign, PollLayout, PollLayoutDirection, PollLayoutType, Position, QueryInfoSectionsRequest, QueryInfoSectionsResponse, Rel, RequestedFields, RestoreInfo, RichContent, Settings, SortOrder, Sorting, Source, Spoiler, SpoilerData, Styles, StylesBorder, TableCellData, TableData, Target, TextAlignment, TextData, TextNodeStyle, TextStyle, Thumbnails, ThumbnailsAlignment, Type, URI, UpdateInfoSectionRequest, UpdateInfoSectionResponse, VerticalAlignment, Video, VideoData, ViewMode, ViewRole, VoteRole, WebhookIdentityType, Width, WidthType } from './index.typings.js';
|
|
4
4
|
|
|
5
5
|
declare function createInfoSection$1(httpClient: HttpClient): CreateInfoSectionSignature;
|
|
6
6
|
interface CreateInfoSectionSignature {
|
|
@@ -13,7 +13,9 @@ interface CreateInfoSectionSignature {
|
|
|
13
13
|
* @param - Info section to create.
|
|
14
14
|
* @returns Created info section.
|
|
15
15
|
*/
|
|
16
|
-
(infoSection: InfoSection): Promise<InfoSection
|
|
16
|
+
(infoSection: InfoSection): Promise<InfoSection & {
|
|
17
|
+
__validationErrorsType?: CreateInfoSectionValidationErrors | undefined;
|
|
18
|
+
}>;
|
|
17
19
|
}
|
|
18
20
|
declare function getInfoSection$1(httpClient: HttpClient): GetInfoSectionSignature;
|
|
19
21
|
interface GetInfoSectionSignature {
|
|
@@ -31,7 +33,9 @@ interface GetOrCreateInfoSectionSignature {
|
|
|
31
33
|
*
|
|
32
34
|
* > **Note:** If an info section with the passed `uniqueName` doesn't exist, the `uniqueName` and `title` fields are required to create a new info section.
|
|
33
35
|
*/
|
|
34
|
-
(options?: GetOrCreateInfoSectionOptions | undefined): Promise<GetOrCreateInfoSectionResponse
|
|
36
|
+
(options?: GetOrCreateInfoSectionOptions | undefined): Promise<GetOrCreateInfoSectionResponse & {
|
|
37
|
+
__validationErrorsType?: GetOrCreateInfoSectionValidationErrors | undefined;
|
|
38
|
+
}>;
|
|
35
39
|
}
|
|
36
40
|
declare function bulkGetOrCreateInfoSections$1(httpClient: HttpClient): BulkGetOrCreateInfoSectionsSignature;
|
|
37
41
|
interface BulkGetOrCreateInfoSectionsSignature {
|
|
@@ -40,7 +44,9 @@ interface BulkGetOrCreateInfoSectionsSignature {
|
|
|
40
44
|
*
|
|
41
45
|
* > **Note:** If an info section with the passed `uniqueName` doesn't exist, the `uniqueName` and `title` fields are required to create a new info section.
|
|
42
46
|
*/
|
|
43
|
-
(options?: BulkGetOrCreateInfoSectionsOptions | undefined): Promise<BulkGetOrCreateInfoSectionsResponse
|
|
47
|
+
(options?: BulkGetOrCreateInfoSectionsOptions | undefined): Promise<BulkGetOrCreateInfoSectionsResponse & {
|
|
48
|
+
__validationErrorsType?: BulkGetOrCreateInfoSectionsValidationErrors | undefined;
|
|
49
|
+
}>;
|
|
44
50
|
}
|
|
45
51
|
declare function updateInfoSection$1(httpClient: HttpClient): UpdateInfoSectionSignature;
|
|
46
52
|
interface UpdateInfoSectionSignature {
|
|
@@ -93,7 +99,9 @@ interface BulkCreateInfoSectionsSignature {
|
|
|
93
99
|
* Creates multiple info sections.
|
|
94
100
|
* @param - Info sections to create.
|
|
95
101
|
*/
|
|
96
|
-
(infoSections: InfoSection[], options?: BulkCreateInfoSectionsOptions | undefined): Promise<BulkCreateInfoSectionsResponse
|
|
102
|
+
(infoSections: InfoSection[], options?: BulkCreateInfoSectionsOptions | undefined): Promise<BulkCreateInfoSectionsResponse & {
|
|
103
|
+
__validationErrorsType?: BulkCreateInfoSectionsValidationErrors | undefined;
|
|
104
|
+
}>;
|
|
97
105
|
}
|
|
98
106
|
declare function bulkUpdateInfoSections$1(httpClient: HttpClient): BulkUpdateInfoSectionsSignature;
|
|
99
107
|
interface BulkUpdateInfoSectionsSignature {
|