@wix/auto_sdk_stores_info-sections-v-3 1.0.74 → 1.0.75
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 +1 -1
- package/build/cjs/index.js +7 -9
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +6 -4
- package/build/cjs/index.typings.js +7 -9
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +5 -5
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +6 -4
- package/build/es/index.typings.mjs +5 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +7 -9
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -4
- package/build/internal/cjs/index.typings.js +7 -9
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +5 -5
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -4
- package/build/internal/es/index.typings.mjs +5 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -3135,9 +3135,11 @@ type InfoSectionQuery = {
|
|
|
3135
3135
|
order?: NonNullable<CommonQueryWithEntityContext['sort']>[number]['order'];
|
|
3136
3136
|
}[];
|
|
3137
3137
|
};
|
|
3138
|
-
declare const
|
|
3139
|
-
|
|
3140
|
-
|
|
3138
|
+
declare const utils: {
|
|
3139
|
+
QueryBuilder: () => _wix_sdk_types.QueryBuilder<InfoSection, InfoSectionQuerySpec, InfoSectionQuery>;
|
|
3140
|
+
Filter: _wix_sdk_types.FilterFactory<InfoSection, InfoSectionQuerySpec>;
|
|
3141
|
+
Sort: _wix_sdk_types.SortFactory<InfoSectionQuerySpec>;
|
|
3142
|
+
};
|
|
3141
3143
|
/**
|
|
3142
3144
|
* Creates multiple info sections.
|
|
3143
3145
|
* @param infoSections - Info sections to create.
|
|
@@ -3202,4 +3204,4 @@ interface BulkUpdateInfoSectionsOptions {
|
|
|
3202
3204
|
*/
|
|
3203
3205
|
declare function bulkDeleteInfoSections(infoSectionIds: string[]): Promise<NonNullablePaths<BulkDeleteInfoSectionsResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6>>;
|
|
3204
3206
|
|
|
3205
|
-
export { type AccountInfo, type AccountInfoMetadata, type ActionEvent, Alignment, type AlignmentWithLiterals, type AnchorData, type App, type AppEmbedData, type AppEmbedDataAppDataOneOf, AppType, type AppTypeWithLiterals, type ApplicationError, AspectRatio, type AspectRatioWithLiterals, type AudioData, type Background, type BackgroundBackgroundOneOf, type BackgroundImage, BackgroundType, type BackgroundTypeWithLiterals, type BaseEventMetadata, type BlockquoteData, type BookingData, type Border, type BorderColors, type BorderWidths, type BulkActionMetadata, type BulkCreateInfoSectionsOptions, type BulkCreateInfoSectionsRequest, type BulkCreateInfoSectionsResponse, type BulkCreateInfoSectionsValidationErrors, type BulkDeleteInfoSectionsRequest, type BulkDeleteInfoSectionsResponse, type BulkGetOrCreateInfoSectionsOptions, type BulkGetOrCreateInfoSectionsRequest, type BulkGetOrCreateInfoSectionsResponse, type BulkGetOrCreateInfoSectionsValidationErrors, type BulkInfoSectionItemResult, type BulkInfoSectionResult, type BulkUpdateInfoSectionsOptions, type BulkUpdateInfoSectionsRequest, type BulkUpdateInfoSectionsResponse, type BulletedListData, type ButtonData, ButtonDataType, type ButtonDataTypeWithLiterals, type ButtonStyles, type CaptionData, type CardStyles, type CellStyle, type CodeBlockData, type CollapsibleListData, type ColorData, type Colors, type CommonQueryWithEntityContext, type CreateInfoSectionRequest, type CreateInfoSectionResponse, type CreateInfoSectionValidationErrors, Crop, type CropWithLiterals, type CursorPaging, type CursorPagingMetadata, type CursorQuery, type CursorQueryPagingMethodOneOf, type Cursors, type CustomTag, type Decoration, type DecorationDataOneOf, DecorationType, type DecorationTypeWithLiterals, type DeleteInfoSectionRequest, type DeleteInfoSectionResponse, type Design, DesignTarget, type DesignTargetWithLiterals, type Dimensions, Direction, type DirectionWithLiterals, type DividerData, DividerDataAlignment, type DividerDataAlignmentWithLiterals, type DocumentStyle, type DomainEvent, type DomainEventBodyOneOf, type EmbedData, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventData, type EventMetadata, type File, type FileData, type FileSource, type FileSourceDataOneOf,
|
|
3207
|
+
export { type AccountInfo, type AccountInfoMetadata, type ActionEvent, Alignment, type AlignmentWithLiterals, type AnchorData, type App, type AppEmbedData, type AppEmbedDataAppDataOneOf, AppType, type AppTypeWithLiterals, type ApplicationError, AspectRatio, type AspectRatioWithLiterals, type AudioData, type Background, type BackgroundBackgroundOneOf, type BackgroundImage, BackgroundType, type BackgroundTypeWithLiterals, type BaseEventMetadata, type BlockquoteData, type BookingData, type Border, type BorderColors, type BorderWidths, type BulkActionMetadata, type BulkCreateInfoSectionsOptions, type BulkCreateInfoSectionsRequest, type BulkCreateInfoSectionsResponse, type BulkCreateInfoSectionsValidationErrors, type BulkDeleteInfoSectionsRequest, type BulkDeleteInfoSectionsResponse, type BulkGetOrCreateInfoSectionsOptions, type BulkGetOrCreateInfoSectionsRequest, type BulkGetOrCreateInfoSectionsResponse, type BulkGetOrCreateInfoSectionsValidationErrors, type BulkInfoSectionItemResult, type BulkInfoSectionResult, type BulkUpdateInfoSectionsOptions, type BulkUpdateInfoSectionsRequest, type BulkUpdateInfoSectionsResponse, type BulletedListData, type ButtonData, ButtonDataType, type ButtonDataTypeWithLiterals, type ButtonStyles, type CaptionData, type CardStyles, type CellStyle, type CodeBlockData, type CollapsibleListData, type ColorData, type Colors, type CommonQueryWithEntityContext, type CreateInfoSectionRequest, type CreateInfoSectionResponse, type CreateInfoSectionValidationErrors, Crop, type CropWithLiterals, type CursorPaging, type CursorPagingMetadata, type CursorQuery, type CursorQueryPagingMethodOneOf, type Cursors, type CustomTag, type Decoration, type DecorationDataOneOf, DecorationType, type DecorationTypeWithLiterals, type DeleteInfoSectionRequest, type DeleteInfoSectionResponse, type Design, DesignTarget, type DesignTargetWithLiterals, type Dimensions, Direction, type DirectionWithLiterals, type DividerData, DividerDataAlignment, type DividerDataAlignmentWithLiterals, type DocumentStyle, type DomainEvent, type DomainEventBodyOneOf, type EmbedData, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventData, type EventMetadata, type File, type FileData, type FileSource, type FileSourceDataOneOf, type FontFamilyData, type FontSizeData, FontType, type FontTypeWithLiterals, type GIF, type GIFData, GIFType, type GIFTypeWithLiterals, type GalleryData, type GalleryOptions, type GalleryOptionsLayout, type GetInfoSectionOptions, type GetInfoSectionRequest, type GetInfoSectionResponse, type GetOrCreateInfoSectionOptions, type GetOrCreateInfoSectionRequest, type GetOrCreateInfoSectionResponse, type GetOrCreateInfoSectionValidationErrors, type Gradient, type HTMLData, type HTMLDataDataOneOf, type HeadingData, type Height, type IdentificationData, type IdentificationDataIdOneOf, type Image, type ImageData, type ImageDataStyles, ImagePosition, type ImagePositionWithLiterals, type ImageStyles, type InfoSection, type InfoSectionCreatedEnvelope, type InfoSectionDeletedEnvelope, type InfoSectionForGetOrCreate, type InfoSectionQuery, type InfoSectionQuerySpec, type InfoSectionUpdatedEnvelope, type InfoSectionsQueryBuilder, type InfoSectionsQueryResult, InitialExpandedItems, type InitialExpandedItemsWithLiterals, type InvalidateCache, type InvalidateCacheGetByOneOf, type Item, type ItemDataOneOf, type ItemMetadata, type ItemStyle, Layout, type LayoutCellData, type LayoutData, LayoutType, type LayoutTypeWithLiterals, type LayoutWithLiterals, LineStyle, type LineStyleWithLiterals, type Link, type LinkData, type LinkDataOneOf, type LinkPreviewData, type LinkPreviewDataStyles, type ListValue, type MapData, type MapSettings, MapType, type MapTypeWithLiterals, type MaskedInfoSection, type Media, type MentionData, type MessageEnvelope, type Metadata, type Node, type NodeDataOneOf, type NodeStyle, NodeType, type NodeTypeWithLiterals, NullValue, type NullValueWithLiterals, type Oembed, type Option, type OptionDesign, type OptionLayout, type OrderedListData, Orientation, type OrientationWithLiterals, type PDFSettings, type Page, type ParagraphData, type Permissions, Placement, type PlacementWithLiterals, type PlaybackOptions, type PluginContainerData, PluginContainerDataAlignment, type PluginContainerDataAlignmentWithLiterals, type PluginContainerDataWidth, type PluginContainerDataWidthDataOneOf, type Poll, type PollData, type PollDataLayout, type PollDesign, type PollLayout, PollLayoutDirection, type PollLayoutDirectionWithLiterals, PollLayoutType, type PollLayoutTypeWithLiterals, Position, type PositionWithLiterals, type PricingData, type QueryInfoSectionsOptions, type QueryInfoSectionsRequest, type QueryInfoSectionsResponse, type RecloneSiteRequest, type RecloneSiteResponse, type Rel, RequestedFields, type RequestedFieldsWithLiterals, Resizing, type ResizingWithLiterals, ResponsivenessBehaviour, type ResponsivenessBehaviourWithLiterals, type RestoreInfo, type RibbonStyles, type RichContent, Scaling, type ScalingWithLiterals, type Settings, type ShapeData, type ShapeDataStyles, SortOrder, type SortOrderWithLiterals, type Sorting, Source, type SourceWithLiterals, type Spoiler, type SpoilerData, type Styles, type StylesBorder, StylesPosition, type StylesPositionWithLiterals, type TableCellData, type TableData, Target, type TargetWithLiterals, TextAlignment, type TextAlignmentWithLiterals, type TextData, type TextNodeStyle, type TextStyle, type Thumbnails, ThumbnailsAlignment, type ThumbnailsAlignmentWithLiterals, Type, type TypeWithLiterals, type URI, type UpdateInfoSection, type UpdateInfoSectionOptions, type UpdateInfoSectionRequest, type UpdateInfoSectionResponse, VerticalAlignment, VerticalAlignmentAlignment, type VerticalAlignmentAlignmentWithLiterals, type VerticalAlignmentWithLiterals, type Video, type VideoData, ViewMode, type ViewModeWithLiterals, ViewRole, type ViewRoleWithLiterals, VoteRole, type VoteRoleWithLiterals, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, Width, WidthType, type WidthTypeWithLiterals, type WidthWithLiterals, bulkCreateInfoSections, bulkDeleteInfoSections, bulkGetOrCreateInfoSections, bulkUpdateInfoSections, createInfoSection, deleteInfoSection, getInfoSection, getOrCreateInfoSection, onInfoSectionCreated, onInfoSectionDeleted, onInfoSectionUpdated, queryInfoSections, typedQueryInfoSections, updateInfoSection, utils };
|
|
@@ -30,7 +30,6 @@ __export(index_typings_exports, {
|
|
|
30
30
|
DesignTarget: () => DesignTarget,
|
|
31
31
|
Direction: () => Direction,
|
|
32
32
|
DividerDataAlignment: () => DividerDataAlignment,
|
|
33
|
-
Filter: () => Filter,
|
|
34
33
|
FontType: () => FontType,
|
|
35
34
|
GIFType: () => GIFType,
|
|
36
35
|
ImagePosition: () => ImagePosition,
|
|
@@ -47,12 +46,10 @@ __export(index_typings_exports, {
|
|
|
47
46
|
PollLayoutDirection: () => PollLayoutDirection,
|
|
48
47
|
PollLayoutType: () => PollLayoutType,
|
|
49
48
|
Position: () => Position,
|
|
50
|
-
QueryBuilder: () => QueryBuilder,
|
|
51
49
|
RequestedFields: () => RequestedFields,
|
|
52
50
|
Resizing: () => Resizing,
|
|
53
51
|
ResponsivenessBehaviour: () => ResponsivenessBehaviour,
|
|
54
52
|
Scaling: () => Scaling,
|
|
55
|
-
Sort: () => Sort,
|
|
56
53
|
SortOrder: () => SortOrder,
|
|
57
54
|
Source: () => Source,
|
|
58
55
|
StylesPosition: () => StylesPosition,
|
|
@@ -78,7 +75,8 @@ __export(index_typings_exports, {
|
|
|
78
75
|
getOrCreateInfoSection: () => getOrCreateInfoSection2,
|
|
79
76
|
queryInfoSections: () => queryInfoSections2,
|
|
80
77
|
typedQueryInfoSections: () => typedQueryInfoSections,
|
|
81
|
-
updateInfoSection: () => updateInfoSection2
|
|
78
|
+
updateInfoSection: () => updateInfoSection2,
|
|
79
|
+
utils: () => utils
|
|
82
80
|
});
|
|
83
81
|
module.exports = __toCommonJS(index_typings_exports);
|
|
84
82
|
|
|
@@ -1850,7 +1848,9 @@ async function typedQueryInfoSections(query, options) {
|
|
|
1850
1848
|
throw transformedError;
|
|
1851
1849
|
}
|
|
1852
1850
|
}
|
|
1853
|
-
var
|
|
1851
|
+
var utils = {
|
|
1852
|
+
...(0, import_query_builder_utils.createQueryUtils)()
|
|
1853
|
+
};
|
|
1854
1854
|
async function bulkCreateInfoSections2(infoSections, options) {
|
|
1855
1855
|
const { httpClient, sideEffects } = arguments[2];
|
|
1856
1856
|
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)(
|
|
@@ -1956,7 +1956,6 @@ async function bulkDeleteInfoSections2(infoSectionIds) {
|
|
|
1956
1956
|
DesignTarget,
|
|
1957
1957
|
Direction,
|
|
1958
1958
|
DividerDataAlignment,
|
|
1959
|
-
Filter,
|
|
1960
1959
|
FontType,
|
|
1961
1960
|
GIFType,
|
|
1962
1961
|
ImagePosition,
|
|
@@ -1973,12 +1972,10 @@ async function bulkDeleteInfoSections2(infoSectionIds) {
|
|
|
1973
1972
|
PollLayoutDirection,
|
|
1974
1973
|
PollLayoutType,
|
|
1975
1974
|
Position,
|
|
1976
|
-
QueryBuilder,
|
|
1977
1975
|
RequestedFields,
|
|
1978
1976
|
Resizing,
|
|
1979
1977
|
ResponsivenessBehaviour,
|
|
1980
1978
|
Scaling,
|
|
1981
|
-
Sort,
|
|
1982
1979
|
SortOrder,
|
|
1983
1980
|
Source,
|
|
1984
1981
|
StylesPosition,
|
|
@@ -2004,6 +2001,7 @@ async function bulkDeleteInfoSections2(infoSectionIds) {
|
|
|
2004
2001
|
getOrCreateInfoSection,
|
|
2005
2002
|
queryInfoSections,
|
|
2006
2003
|
typedQueryInfoSections,
|
|
2007
|
-
updateInfoSection
|
|
2004
|
+
updateInfoSection,
|
|
2005
|
+
utils
|
|
2008
2006
|
});
|
|
2009
2007
|
//# sourceMappingURL=index.typings.js.map
|