@wix/auto_sdk_table-reservations_experiences 1.0.41 → 1.0.42
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 +22 -3
- package/build/cjs/index.js +373 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +364 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +10 -3
- package/build/cjs/meta.js +307 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +361 -1
- package/build/cjs/schemas.js +595 -0
- package/build/cjs/schemas.js.map +1 -1
- package/build/cjs/{table-reservations-v1-experience-experiences.universal-BYE3AFrH.d.ts → table-reservations-v1-experience-experiences.universal-y3E_tS1X.d.ts} +38 -2
- package/build/es/index.d.mts +22 -3
- package/build/es/index.mjs +372 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +363 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +10 -3
- package/build/es/meta.mjs +306 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +361 -1
- package/build/es/schemas.mjs +593 -0
- package/build/es/schemas.mjs.map +1 -1
- package/build/es/{table-reservations-v1-experience-experiences.universal-BYE3AFrH.d.mts → table-reservations-v1-experience-experiences.universal-y3E_tS1X.d.mts} +38 -2
- package/build/internal/cjs/index.d.ts +22 -3
- package/build/internal/cjs/index.js +373 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js +364 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +10 -3
- package/build/internal/cjs/meta.js +307 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +361 -1
- package/build/internal/cjs/schemas.js +595 -0
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-BYE3AFrH.d.ts → table-reservations-v1-experience-experiences.universal-y3E_tS1X.d.ts} +38 -2
- package/build/internal/es/index.d.mts +22 -3
- package/build/internal/es/index.mjs +372 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs +363 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +10 -3
- package/build/internal/es/meta.mjs +306 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +361 -1
- package/build/internal/es/schemas.mjs +593 -0
- package/build/internal/es/schemas.mjs.map +1 -1
- package/build/internal/es/{table-reservations-v1-experience-experiences.universal-BYE3AFrH.d.mts → table-reservations-v1-experience-experiences.universal-y3E_tS1X.d.mts} +38 -2
- package/package.json +2 -2
|
@@ -3641,7 +3641,7 @@ interface BulkUpdateExperiencesRequest {
|
|
|
3641
3641
|
* @minSize 1
|
|
3642
3642
|
* @maxSize 100
|
|
3643
3643
|
*/
|
|
3644
|
-
experiences
|
|
3644
|
+
experiences: MaskedExperience[];
|
|
3645
3645
|
/**
|
|
3646
3646
|
* Whether to include the updated experiences in the response. When `true`, each successfully updated experience is returned in the corresponding result's `item` field.
|
|
3647
3647
|
*
|
|
@@ -4243,6 +4243,12 @@ type UpdateExperienceApplicationErrors = {
|
|
|
4243
4243
|
data?: Record<string, any>;
|
|
4244
4244
|
};
|
|
4245
4245
|
/** @docsIgnore */
|
|
4246
|
+
type BulkUpdateExperiencesApplicationErrors = {
|
|
4247
|
+
code?: 'CAN_NOT_BE_UPDATED';
|
|
4248
|
+
description?: string;
|
|
4249
|
+
data?: Record<string, any>;
|
|
4250
|
+
};
|
|
4251
|
+
/** @docsIgnore */
|
|
4246
4252
|
type BulkUpdateExperienceTagsApplicationErrors = {
|
|
4247
4253
|
code?: 'EMPTY_ASSIGN_AND_UNASSIGN_LISTS';
|
|
4248
4254
|
description?: string;
|
|
@@ -4822,6 +4828,36 @@ type ExperienceSearch = {
|
|
|
4822
4828
|
*/
|
|
4823
4829
|
timeZone?: CommonSearchWithEntityContext['timeZone'] | null;
|
|
4824
4830
|
};
|
|
4831
|
+
/**
|
|
4832
|
+
* Updates up to 100 experiences in a single request.
|
|
4833
|
+
*
|
|
4834
|
+
* Each experience is updated independently. If an update fails for one experience, the failure is reported in that experience's `itemMetadata.error` and the remaining experiences are still processed. The call returns successfully even when some updates fail.
|
|
4835
|
+
*
|
|
4836
|
+
* Set `returnEntity` to `true` to receive the updated experiences in the response.
|
|
4837
|
+
*
|
|
4838
|
+
* Archived experiences can't be updated.
|
|
4839
|
+
*
|
|
4840
|
+
* To update a single experience, call [Update Experience](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/experiences/update-experience).
|
|
4841
|
+
* @param experiences - List of experiences to update, with the fields to update for each experience.
|
|
4842
|
+
* @public
|
|
4843
|
+
* @requiredField experiences
|
|
4844
|
+
* @requiredField experiences.experience._id
|
|
4845
|
+
* @requiredField experiences.experience.revision
|
|
4846
|
+
* @permissionId table_reservations:v1:experience:bulk_update_experiences
|
|
4847
|
+
* @applicableIdentity APP
|
|
4848
|
+
* @fqn wix.table_reservations.experience.v1.ExperiencesService.BulkUpdateExperiences
|
|
4849
|
+
*/
|
|
4850
|
+
declare function bulkUpdateExperiences(experiences: NonNullablePaths<MaskedExperience, `experience._id` | `experience.revision`, 3>[], options?: BulkUpdateExperiencesOptions): Promise<NonNullablePaths<BulkUpdateExperiencesResponse, `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> & {
|
|
4851
|
+
__applicationErrorsType?: BulkUpdateExperiencesApplicationErrors;
|
|
4852
|
+
}>;
|
|
4853
|
+
interface BulkUpdateExperiencesOptions {
|
|
4854
|
+
/**
|
|
4855
|
+
* Whether to include the updated experiences in the response. When `true`, each successfully updated experience is returned in the corresponding result's `item` field.
|
|
4856
|
+
*
|
|
4857
|
+
* Default: `false`
|
|
4858
|
+
*/
|
|
4859
|
+
returnEntity?: boolean;
|
|
4860
|
+
}
|
|
4825
4861
|
/**
|
|
4826
4862
|
* Synchronously updates [tags](https://dev.wix.com/docs/api-reference/business-management/tags/introduction) on multiple experiences by experience IDs. A tag that appears in both assign and unassign lists is assigned.
|
|
4827
4863
|
* @param experienceIds - List of experience IDs to update tags for.
|
|
@@ -4888,4 +4924,4 @@ declare function bulkArchiveExperiences(experienceIds: string[]): Promise<NonNul
|
|
|
4888
4924
|
*/
|
|
4889
4925
|
declare function bulkUnarchiveExperiences(experienceIds: string[]): Promise<NonNullablePaths<BulkUnarchiveExperiencesResponse, `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>>;
|
|
4890
4926
|
|
|
4891
|
-
export { FontType as $, ThumbnailsAlignment as A, type BulkUpdateExperienceTagsOptions as B, Crop as C, DividerDataAlignment as D, type Experience as E, GIFType as F, type GetExperienceBySlugResponse as G, Source as H, StylesPosition as I, MapType as J, ViewRole as K, LineStyle as L, Mode as M, NodeType as N, Orientation as O, PluginContainerDataAlignment as P, VoteRole as Q, Recurrence as R, type SearchExperiencesResponse as S, TableAvailabilityType as T, type UpdateExperience as U, ViewMode as V, WidthType as W, PollLayoutType as X, PollLayoutDirection as Y, PollDesignBackgroundType as Z, DecorationType as _, type UpdateExperienceApplicationErrors as a, type RichContent as a$, Position as a0, AspectRatio as a1, Resizing as a2, Placement as a3, Type as a4, Alignment as a5, Layout as a6, AppType as a7, InitialExpandedItems as a8, Direction as a9, AggregationType as aA, SearchDetailsMode as aB, PlacementType as aC, DayOfWeek as aD, ResolutionMethod as aE, WebhookIdentityType as aF, type Table as aG, type TableCombination as aH, type SpecificTablesOptions as aI, type OnOptions as aJ, type OnOptionsOptionsOneOf as aK, type StartDaysAndTimes as aL, type WeeklyOptions as aM, type OneTimeOptions as aN, type Entry as aO, type EntryRecurrenceOptionsOneOf as aP, type PartySize as aQ, type NoticePeriod as aR, type Approval as aS, type MaxGuests as aT, type OnlineReservationsBusinessSchedule as aU, type PrivacyPolicy as aV, type PrivacyPolicyValueOneOf as aW, type TermsAndConditions as aX, type TermsAndConditionsValueOneOf as aY, type CustomFieldDefinition as aZ, type EmailMarketingCheckbox as a_, VerticalAlignment as aa, NullValue as ab, ImageScalingScaling as ac, ImagePosition as ad, Origin as ae, BannerPosition as af, LayoutDataBackgroundType as ag, BackdropType as ah, VerticalAlignmentAlignment as ai, ResponsivenessBehaviour as aj, DesignTarget as ak, Scaling as al, ImagePositionPosition as am, CardDataBackgroundType as an, ListStyle as ao, Indentation as ap, SmartBlockDataType as aq, ColumnSize as ar, PaymentPolicyType as as, SortOrder as at, SortType as au, SortDirection as av, MissingValues as aw, ScalarType as ax, NestedAggregationType as ay, Interval as az, type ExperienceSearch as b, type Decoration as b$, type Node as b0, type NodeDataOneOf as b1, type NodeStyle as b2, type ButtonData as b3, type Gradient as b4, type Stop as b5, type Border as b6, type Colors as b7, type Background as b8, type PluginContainerData as b9, type GIF as bA, type HeadingData as bB, type HTMLData as bC, type HTMLDataDataOneOf as bD, type ImageData as bE, type StylesBorder as bF, type ImageDataStyles as bG, type LinkPreviewData as bH, type LinkPreviewDataStyles as bI, type MapData as bJ, type MapSettings as bK, type ParagraphData as bL, type PollData as bM, type Permissions as bN, type Option as bO, type PollSettings as bP, type PollLayout as bQ, type OptionLayout as bR, type BackgroundGradient as bS, type PollDesignBackground as bT, type PollDesignBackgroundBackgroundOneOf as bU, type PollDesign as bV, type OptionDesign as bW, type Poll as bX, type PollDataLayout as bY, type Design as bZ, type TextData as b_, type PluginContainerDataWidth as ba, type PluginContainerDataWidthDataOneOf as bb, type Spoiler as bc, type Height as bd, type Styles as be, type Link as bf, type LinkDataOneOf as bg, type Rel as bh, type CodeBlockData as bi, type TextStyle as bj, type DividerData as bk, type FileData as bl, type FileSource as bm, type FileSourceDataOneOf as bn, type PDFSettings as bo, type GalleryData as bp, type Media as bq, type Image as br, type Video as bs, type Item as bt, type ItemDataOneOf as bu, type GalleryOptions as bv, type GalleryOptionsLayout as bw, type ItemStyle as bx, type Thumbnails as by, type GIFData as bz, type BulkUpdateExperienceTagsResponse as c, type SeoSettings as c$, type DecorationDataOneOf as c0, type AnchorData as c1, type ColorData as c2, type LinkData as c3, type MentionData as c4, type FontSizeData as c5, type SpoilerData as c6, type FontFamilyData as c7, type AppEmbedData as c8, type AppEmbedDataAppDataOneOf as c9, type Banner as cA, type LayoutDataBackground as cB, type Backdrop as cC, type LayoutCellData as cD, type ShapeData as cE, type ShapeDataStyles as cF, type CardData as cG, type CardDataBackground as cH, type BackgroundImage as cI, type TocData as cJ, type SmartBlockData as cK, type SmartBlockCellData as cL, type Metadata as cM, type DocumentStyle as cN, type TextNodeStyle as cO, type PerGuestOptions as cP, type DisplayInfo as cQ, type PaymentPolicy as cR, type PaymentPolicyOptionsOneOf as cS, type OnlineReservations as cT, type ReservationForm as cU, type TableManagement as cV, type TableManagementOptionsOneOf as cW, type Configuration as cX, type ExtendedFields as cY, type Tags as cZ, type TagList as c_, type BookingData as ca, type EventData as cb, type ButtonStyles as cc, type ImageStyles as cd, type RibbonStyles as ce, type CardStyles as cf, type PricingData as cg, type VideoData as ch, type PlaybackOptions as ci, type EmbedData as cj, type Oembed as ck, type CollapsibleListData as cl, type TableData as cm, type Dimensions as cn, type TableCellData as co, type CellStyle as cp, type BorderColors as cq, type BorderWidths as cr, type ListValue as cs, type AudioData as ct, type OrderedListData as cu, type BulletedListData as cv, type BlockquoteData as cw, type CaptionData as cx, type LayoutData as cy, type LayoutDataBackgroundImage as cz, type BulkUpdateExperienceTagsApplicationErrors as d, type DateHistogramResults as d$, type SeoSchema as d0, type Keyword as d1, type Tag as d2, type Settings as d3, type InvalidateCache as d4, type InvalidateCacheGetByOneOf as d5, type App as d6, type Page as d7, type URI as d8, type File as d9, type IncludeMissingValuesOptions as dA, type ValueAggregation as dB, type ValueAggregationOptionsOneOf as dC, type RangeAggregation as dD, type ScalarAggregation as dE, type DateHistogramAggregation as dF, type NestedAggregationItem as dG, type NestedAggregationItemKindOneOf as dH, type NestedAggregation as dI, type SearchDetails as dJ, type AggregationData as dK, type ValueAggregationResult as dL, type RangeAggregationResult as dM, type NestedAggregationResults as dN, type NestedAggregationResultsResultOneOf as dO, type ValueResults as dP, type RangeResults as dQ, type AggregationResultsScalarResult as dR, type NestedValueAggregationResult as dS, type ValueResult as dT, type RangeResult as dU, type ScalarResult as dV, type NestedResultValue as dW, type NestedResultValueResultOneOf as dX, type Results as dY, type DateHistogramResult as dZ, type GroupByValueResults as d_, type CustomTag as da, type Pages as db, type URIs as dc, type TagsModified as dd, type CreateExperienceRequest as de, type CreateExperienceResponse as df, type GetExperienceRequest as dg, type GetExperienceResponse as dh, type GetExperienceBySlugRequest as di, type UpdateExperienceRequest as dj, type UpdateExperienceResponse as dk, type QueryExperiencesRequest as dl, type CursorQuery as dm, type CursorQueryPagingMethodOneOf as dn, type Sorting as dp, type CursorPaging as dq, type QueryExperiencesResponse as dr, type CursorPagingMetadata as ds, type Cursors as dt, type SearchExperiencesRequest as du, type CursorSearch as dv, type CursorSearchPagingMethodOneOf as dw, type Aggregation as dx, type AggregationKindOneOf as dy, type RangeBucket as dz, type BulkUpdateExperienceTagsByFilterOptions as e, type NodeTypeWithLiterals as e$, type NestedResults as e0, type AggregationResults as e1, type AggregationResultsResultOneOf as e2, type BulkUpdateExperiencesRequest as e3, type MaskedExperience as e4, type BulkUpdateExperiencesResponse as e5, type ItemMetadata as e6, type ApplicationError as e7, type BulkUpdateExperiencesResult as e8, type BulkActionMetadata as e9, type SiteCloned as eA, type Empty as eB, type DomainEvent as eC, type DomainEventBodyOneOf as eD, type EntityCreatedEvent as eE, type RestoreInfo as eF, type EntityUpdatedEvent as eG, type EntityDeletedEvent as eH, type ActionEvent as eI, type MessageEnvelope as eJ, type IdentificationData as eK, type IdentificationDataIdOneOf as eL, type AccountInfo as eM, type BaseEventMetadata as eN, type EventMetadata as eO, type AccountInfoMetadata as eP, type ExperiencesQueryResult as eQ, type ExperienceQuerySpec as eR, type ExperienceSearchSpec as eS, utils as eT, type TableAvailabilityTypeWithLiterals as eU, type TableAssignmentTypeWithLiterals as eV, type TableManagementModeWithLiterals as eW, type UnitWithLiterals as eX, type ModeWithLiterals as eY, type StartDaysAndTimesDayOfWeekWithLiterals as eZ, type RecurrenceWithLiterals as e_, type BulkUpdateExperienceTagsRequest as ea, type BulkUpdateExperienceTagsResult as eb, type BulkUpdateExperienceTagsByFilterRequest as ec, type BulkArchiveExperiencesRequest as ed, type BulkArchiveExperiencesResult as ee, type BulkUnarchiveExperiencesRequest as ef, type BulkUnarchiveExperiencesResult as eg, type SitePropertiesNotification as eh, type SitePropertiesEvent as ei, type Properties as ej, type Categories as ek, type Locale as el, type Address as em, type AddressHint as en, type GeoCoordinates as eo, type BusinessSchedule as ep, type TimePeriod as eq, type SpecialHourPeriod as er, type Multilingual as es, type SupportedLanguage as et, type ConsentPolicy as eu, type Translation as ev, type ChangeContext as ew, type ChangeContextPayloadOneOf as ex, type PropertiesChange as ey, type SiteCreated as ez, type BulkUpdateExperienceTagsByFilterResponse as f, type SearchDetailsModeWithLiterals as f$, type BackgroundTypeWithLiterals as f0, type GradientTypeWithLiterals as f1, type WidthTypeWithLiterals as f2, type PluginContainerDataAlignmentWithLiterals as f3, type ButtonDataTypeWithLiterals as f4, type TargetWithLiterals as f5, type TextAlignmentWithLiterals as f6, type LineStyleWithLiterals as f7, type WidthWithLiterals as f8, type DividerDataAlignmentWithLiterals as f9, type VerticalAlignmentWithLiterals as fA, type NullValueWithLiterals as fB, type ImageScalingScalingWithLiterals as fC, type ImagePositionWithLiterals as fD, type OriginWithLiterals as fE, type BannerPositionWithLiterals as fF, type LayoutDataBackgroundTypeWithLiterals as fG, type BackdropTypeWithLiterals as fH, type VerticalAlignmentAlignmentWithLiterals as fI, type ResponsivenessBehaviourWithLiterals as fJ, type DesignTargetWithLiterals as fK, type ScalingWithLiterals as fL, type ImagePositionPositionWithLiterals as fM, type CardDataBackgroundTypeWithLiterals as fN, type ListStyleWithLiterals as fO, type IndentationWithLiterals as fP, type SmartBlockDataTypeWithLiterals as fQ, type ColumnSizeWithLiterals as fR, type PaymentPolicyTypeWithLiterals as fS, type SortOrderWithLiterals as fT, type SortTypeWithLiterals as fU, type SortDirectionWithLiterals as fV, type MissingValuesWithLiterals as fW, type ScalarTypeWithLiterals as fX, type NestedAggregationTypeWithLiterals as fY, type IntervalWithLiterals as fZ, type AggregationTypeWithLiterals as f_, type ViewModeWithLiterals as fa, type LayoutTypeWithLiterals as fb, type OrientationWithLiterals as fc, type CropWithLiterals as fd, type ThumbnailsAlignmentWithLiterals as fe, type GIFTypeWithLiterals as ff, type SourceWithLiterals as fg, type StylesPositionWithLiterals as fh, type MapTypeWithLiterals as fi, type ViewRoleWithLiterals as fj, type VoteRoleWithLiterals as fk, type PollLayoutTypeWithLiterals as fl, type PollLayoutDirectionWithLiterals as fm, type PollDesignBackgroundTypeWithLiterals as fn, type DecorationTypeWithLiterals as fo, type FontTypeWithLiterals as fp, type PositionWithLiterals as fq, type AspectRatioWithLiterals as fr, type ResizingWithLiterals as fs, type PlacementWithLiterals as ft, type TypeWithLiterals as fu, type AlignmentWithLiterals as fv, type LayoutWithLiterals as fw, type AppTypeWithLiterals as fx, type InitialExpandedItemsWithLiterals as fy, type DirectionWithLiterals as fz, type BulkUpdateExperienceTagsByFilterApplicationErrors as g, type PlacementTypeWithLiterals as g0, type DayOfWeekWithLiterals as g1, type ResolutionMethodWithLiterals as g2, type WebhookIdentityTypeWithLiterals as g3, type CommonQueryWithEntityContext as g4, type CommonSearchWithEntityContext as g5, onExperienceCreated as g6, onExperienceTagsModified as g7, onExperienceUpdated as g8, createExperience as g9, getExperience as ga, getExperienceBySlug as gb, updateExperience as gc, queryExperiences as gd, bulkUpdateExperienceTags as ge, bulkUpdateExperienceTagsByFilter as gf, bulkArchiveExperiences as gg, bulkUnarchiveExperiences as gh, type BulkArchiveExperiencesResponse as h, type BulkUnarchiveExperiencesResponse as i, type ExperienceCreatedEnvelope as j, type ExperienceTagsModifiedEnvelope as k, type ExperienceUpdatedEnvelope as l, type ExperiencesQueryBuilder as m, type ExperienceQuery as n, TableAssignmentType as o, TableManagementMode as p, Unit as q, StartDaysAndTimesDayOfWeek as r, BackgroundType as s, typedQueryExperiences as t, GradientType as u, ButtonDataType as v, Target as w, TextAlignment as x, Width as y, LayoutType as z };
|
|
4927
|
+
export { PollLayoutType as $, Target as A, type BulkUpdateExperiencesOptions as B, TextAlignment as C, Width as D, type Experience as E, DividerDataAlignment as F, type GetExperienceBySlugResponse as G, LayoutType as H, Crop as I, ThumbnailsAlignment as J, GIFType as K, LineStyle as L, type MaskedExperience as M, NodeType as N, Orientation as O, PluginContainerDataAlignment as P, Source as Q, Recurrence as R, type SearchExperiencesResponse as S, TableAvailabilityType as T, type UpdateExperience as U, ViewMode as V, WidthType as W, StylesPosition as X, MapType as Y, ViewRole as Z, VoteRole as _, type UpdateExperienceApplicationErrors as a, type TermsAndConditions as a$, PollLayoutDirection as a0, PollDesignBackgroundType as a1, DecorationType as a2, FontType as a3, Position as a4, AspectRatio as a5, Resizing as a6, Placement as a7, Type as a8, Alignment as a9, MissingValues as aA, ScalarType as aB, NestedAggregationType as aC, Interval as aD, AggregationType as aE, SearchDetailsMode as aF, PlacementType as aG, DayOfWeek as aH, ResolutionMethod as aI, WebhookIdentityType as aJ, type Table as aK, type TableCombination as aL, type SpecificTablesOptions as aM, type OnOptions as aN, type OnOptionsOptionsOneOf as aO, type StartDaysAndTimes as aP, type WeeklyOptions as aQ, type OneTimeOptions as aR, type Entry as aS, type EntryRecurrenceOptionsOneOf as aT, type PartySize as aU, type NoticePeriod as aV, type Approval as aW, type MaxGuests as aX, type OnlineReservationsBusinessSchedule as aY, type PrivacyPolicy as aZ, type PrivacyPolicyValueOneOf as a_, Layout as aa, AppType as ab, InitialExpandedItems as ac, Direction as ad, VerticalAlignment as ae, NullValue as af, ImageScalingScaling as ag, ImagePosition as ah, Origin as ai, BannerPosition as aj, LayoutDataBackgroundType as ak, BackdropType as al, VerticalAlignmentAlignment as am, ResponsivenessBehaviour as an, DesignTarget as ao, Scaling as ap, ImagePositionPosition as aq, CardDataBackgroundType as ar, ListStyle as as, Indentation as at, SmartBlockDataType as au, ColumnSize as av, PaymentPolicyType as aw, SortOrder as ax, SortType as ay, SortDirection as az, type ExperienceSearch as b, type Poll as b$, type TermsAndConditionsValueOneOf as b0, type CustomFieldDefinition as b1, type EmailMarketingCheckbox as b2, type RichContent as b3, type Node as b4, type NodeDataOneOf as b5, type NodeStyle as b6, type ButtonData as b7, type Gradient as b8, type Stop as b9, type GalleryOptionsLayout as bA, type ItemStyle as bB, type Thumbnails as bC, type GIFData as bD, type GIF as bE, type HeadingData as bF, type HTMLData as bG, type HTMLDataDataOneOf as bH, type ImageData as bI, type StylesBorder as bJ, type ImageDataStyles as bK, type LinkPreviewData as bL, type LinkPreviewDataStyles as bM, type MapData as bN, type MapSettings as bO, type ParagraphData as bP, type PollData as bQ, type Permissions as bR, type Option as bS, type PollSettings as bT, type PollLayout as bU, type OptionLayout as bV, type BackgroundGradient as bW, type PollDesignBackground as bX, type PollDesignBackgroundBackgroundOneOf as bY, type PollDesign as bZ, type OptionDesign as b_, type Border as ba, type Colors as bb, type Background as bc, type PluginContainerData as bd, type PluginContainerDataWidth as be, type PluginContainerDataWidthDataOneOf as bf, type Spoiler as bg, type Height as bh, type Styles as bi, type Link as bj, type LinkDataOneOf as bk, type Rel as bl, type CodeBlockData as bm, type TextStyle as bn, type DividerData as bo, type FileData as bp, type FileSource as bq, type FileSourceDataOneOf as br, type PDFSettings as bs, type GalleryData as bt, type Media as bu, type Image as bv, type Video as bw, type Item as bx, type ItemDataOneOf as by, type GalleryOptions as bz, type BulkUpdateExperiencesResponse as c, type Configuration as c$, type PollDataLayout as c0, type Design as c1, type TextData as c2, type Decoration as c3, type DecorationDataOneOf as c4, type AnchorData as c5, type ColorData as c6, type LinkData as c7, type MentionData as c8, type FontSizeData as c9, type BlockquoteData as cA, type CaptionData as cB, type LayoutData as cC, type LayoutDataBackgroundImage as cD, type Banner as cE, type LayoutDataBackground as cF, type Backdrop as cG, type LayoutCellData as cH, type ShapeData as cI, type ShapeDataStyles as cJ, type CardData as cK, type CardDataBackground as cL, type BackgroundImage as cM, type TocData as cN, type SmartBlockData as cO, type SmartBlockCellData as cP, type Metadata as cQ, type DocumentStyle as cR, type TextNodeStyle as cS, type PerGuestOptions as cT, type DisplayInfo as cU, type PaymentPolicy as cV, type PaymentPolicyOptionsOneOf as cW, type OnlineReservations as cX, type ReservationForm as cY, type TableManagement as cZ, type TableManagementOptionsOneOf as c_, type SpoilerData as ca, type FontFamilyData as cb, type AppEmbedData as cc, type AppEmbedDataAppDataOneOf as cd, type BookingData as ce, type EventData as cf, type ButtonStyles as cg, type ImageStyles as ch, type RibbonStyles as ci, type CardStyles as cj, type PricingData as ck, type VideoData as cl, type PlaybackOptions as cm, type EmbedData as cn, type Oembed as co, type CollapsibleListData as cp, type TableData as cq, type Dimensions as cr, type TableCellData as cs, type CellStyle as ct, type BorderColors as cu, type BorderWidths as cv, type ListValue as cw, type AudioData as cx, type OrderedListData as cy, type BulletedListData as cz, type BulkUpdateExperiencesApplicationErrors as d, type NestedResultValueResultOneOf as d$, type ExtendedFields as d0, type Tags as d1, type TagList as d2, type SeoSettings as d3, type SeoSchema as d4, type Keyword as d5, type Tag as d6, type Settings as d7, type InvalidateCache as d8, type InvalidateCacheGetByOneOf as d9, type CursorSearchPagingMethodOneOf as dA, type Aggregation as dB, type AggregationKindOneOf as dC, type RangeBucket as dD, type IncludeMissingValuesOptions as dE, type ValueAggregation as dF, type ValueAggregationOptionsOneOf as dG, type RangeAggregation as dH, type ScalarAggregation as dI, type DateHistogramAggregation as dJ, type NestedAggregationItem as dK, type NestedAggregationItemKindOneOf as dL, type NestedAggregation as dM, type SearchDetails as dN, type AggregationData as dO, type ValueAggregationResult as dP, type RangeAggregationResult as dQ, type NestedAggregationResults as dR, type NestedAggregationResultsResultOneOf as dS, type ValueResults as dT, type RangeResults as dU, type AggregationResultsScalarResult as dV, type NestedValueAggregationResult as dW, type ValueResult as dX, type RangeResult as dY, type ScalarResult as dZ, type NestedResultValue as d_, type App as da, type Page as db, type URI as dc, type File as dd, type CustomTag as de, type Pages as df, type URIs as dg, type TagsModified as dh, type CreateExperienceRequest as di, type CreateExperienceResponse as dj, type GetExperienceRequest as dk, type GetExperienceResponse as dl, type GetExperienceBySlugRequest as dm, type UpdateExperienceRequest as dn, type UpdateExperienceResponse as dp, type QueryExperiencesRequest as dq, type CursorQuery as dr, type CursorQueryPagingMethodOneOf as ds, type Sorting as dt, type CursorPaging as du, type QueryExperiencesResponse as dv, type CursorPagingMetadata as dw, type Cursors as dx, type SearchExperiencesRequest as dy, type CursorSearch as dz, type BulkUpdateExperienceTagsOptions as e, type StartDaysAndTimesDayOfWeekWithLiterals as e$, type Results as e0, type DateHistogramResult as e1, type GroupByValueResults as e2, type DateHistogramResults as e3, type NestedResults as e4, type AggregationResults as e5, type AggregationResultsResultOneOf as e6, type BulkUpdateExperiencesRequest as e7, type ItemMetadata as e8, type ApplicationError as e9, type PropertiesChange as eA, type SiteCreated as eB, type SiteCloned as eC, type Empty as eD, type DomainEvent as eE, type DomainEventBodyOneOf as eF, type EntityCreatedEvent as eG, type RestoreInfo as eH, type EntityUpdatedEvent as eI, type EntityDeletedEvent as eJ, type ActionEvent as eK, type MessageEnvelope as eL, type IdentificationData as eM, type IdentificationDataIdOneOf as eN, type AccountInfo as eO, type BaseEventMetadata as eP, type EventMetadata as eQ, type AccountInfoMetadata as eR, type ExperiencesQueryResult as eS, type ExperienceQuerySpec as eT, type ExperienceSearchSpec as eU, utils as eV, type TableAvailabilityTypeWithLiterals as eW, type TableAssignmentTypeWithLiterals as eX, type TableManagementModeWithLiterals as eY, type UnitWithLiterals as eZ, type ModeWithLiterals as e_, type BulkUpdateExperiencesResult as ea, type BulkActionMetadata as eb, type BulkUpdateExperienceTagsRequest as ec, type BulkUpdateExperienceTagsResult as ed, type BulkUpdateExperienceTagsByFilterRequest as ee, type BulkArchiveExperiencesRequest as ef, type BulkArchiveExperiencesResult as eg, type BulkUnarchiveExperiencesRequest as eh, type BulkUnarchiveExperiencesResult as ei, type SitePropertiesNotification as ej, type SitePropertiesEvent as ek, type Properties as el, type Categories as em, type Locale as en, type Address as eo, type AddressHint as ep, type GeoCoordinates as eq, type BusinessSchedule as er, type TimePeriod as es, type SpecialHourPeriod as et, type Multilingual as eu, type SupportedLanguage as ev, type ConsentPolicy as ew, type Translation as ex, type ChangeContext as ey, type ChangeContextPayloadOneOf as ez, type BulkUpdateExperienceTagsResponse as f, type IntervalWithLiterals as f$, type RecurrenceWithLiterals as f0, type NodeTypeWithLiterals as f1, type BackgroundTypeWithLiterals as f2, type GradientTypeWithLiterals as f3, type WidthTypeWithLiterals as f4, type PluginContainerDataAlignmentWithLiterals as f5, type ButtonDataTypeWithLiterals as f6, type TargetWithLiterals as f7, type TextAlignmentWithLiterals as f8, type LineStyleWithLiterals as f9, type InitialExpandedItemsWithLiterals as fA, type DirectionWithLiterals as fB, type VerticalAlignmentWithLiterals as fC, type NullValueWithLiterals as fD, type ImageScalingScalingWithLiterals as fE, type ImagePositionWithLiterals as fF, type OriginWithLiterals as fG, type BannerPositionWithLiterals as fH, type LayoutDataBackgroundTypeWithLiterals as fI, type BackdropTypeWithLiterals as fJ, type VerticalAlignmentAlignmentWithLiterals as fK, type ResponsivenessBehaviourWithLiterals as fL, type DesignTargetWithLiterals as fM, type ScalingWithLiterals as fN, type ImagePositionPositionWithLiterals as fO, type CardDataBackgroundTypeWithLiterals as fP, type ListStyleWithLiterals as fQ, type IndentationWithLiterals as fR, type SmartBlockDataTypeWithLiterals as fS, type ColumnSizeWithLiterals as fT, type PaymentPolicyTypeWithLiterals as fU, type SortOrderWithLiterals as fV, type SortTypeWithLiterals as fW, type SortDirectionWithLiterals as fX, type MissingValuesWithLiterals as fY, type ScalarTypeWithLiterals as fZ, type NestedAggregationTypeWithLiterals as f_, type WidthWithLiterals as fa, type DividerDataAlignmentWithLiterals as fb, type ViewModeWithLiterals as fc, type LayoutTypeWithLiterals as fd, type OrientationWithLiterals as fe, type CropWithLiterals as ff, type ThumbnailsAlignmentWithLiterals as fg, type GIFTypeWithLiterals as fh, type SourceWithLiterals as fi, type StylesPositionWithLiterals as fj, type MapTypeWithLiterals as fk, type ViewRoleWithLiterals as fl, type VoteRoleWithLiterals as fm, type PollLayoutTypeWithLiterals as fn, type PollLayoutDirectionWithLiterals as fo, type PollDesignBackgroundTypeWithLiterals as fp, type DecorationTypeWithLiterals as fq, type FontTypeWithLiterals as fr, type PositionWithLiterals as fs, type AspectRatioWithLiterals as ft, type ResizingWithLiterals as fu, type PlacementWithLiterals as fv, type TypeWithLiterals as fw, type AlignmentWithLiterals as fx, type LayoutWithLiterals as fy, type AppTypeWithLiterals as fz, type BulkUpdateExperienceTagsApplicationErrors as g, type AggregationTypeWithLiterals as g0, type SearchDetailsModeWithLiterals as g1, type PlacementTypeWithLiterals as g2, type DayOfWeekWithLiterals as g3, type ResolutionMethodWithLiterals as g4, type WebhookIdentityTypeWithLiterals as g5, type CommonQueryWithEntityContext as g6, type CommonSearchWithEntityContext as g7, onExperienceCreated as g8, onExperienceTagsModified as g9, onExperienceUpdated as ga, createExperience as gb, getExperience as gc, getExperienceBySlug as gd, updateExperience as ge, queryExperiences as gf, bulkUpdateExperiences as gg, bulkUpdateExperienceTags as gh, bulkUpdateExperienceTagsByFilter as gi, bulkArchiveExperiences as gj, bulkUnarchiveExperiences as gk, type BulkUpdateExperienceTagsByFilterOptions as h, type BulkUpdateExperienceTagsByFilterResponse as i, type BulkUpdateExperienceTagsByFilterApplicationErrors as j, type BulkArchiveExperiencesResponse as k, type BulkUnarchiveExperiencesResponse as l, type ExperienceCreatedEnvelope as m, type ExperienceTagsModifiedEnvelope as n, type ExperienceUpdatedEnvelope as o, type ExperiencesQueryBuilder as p, type ExperienceQuery as q, TableAssignmentType as r, TableManagementMode as s, typedQueryExperiences as t, Unit as u, Mode as v, StartDaysAndTimesDayOfWeek as w, BackgroundType as x, GradientType as y, ButtonDataType as z };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_table-reservations_experiences",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.42",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"fqdn": "wix.table_reservations.v1.experience"
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
-
"falconPackageHash": "
|
|
60
|
+
"falconPackageHash": "9e0a958f58bf197aebbbf2adbd1262edcda0c60f0da9837923fc7dfa"
|
|
61
61
|
}
|