@wix/auto_sdk_seatings_seating-plan 1.0.6 → 1.0.8

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.
@@ -1,4 +1,4 @@
1
- import { z as CreateSeatingPlanRequest$1, A as CreateSeatingPlanResponse$1, H as UpdateSeatingPlanRequest$1, J as UpdateSeatingPlanResponse$1, K as CopySeatingPlanRequest$1, a as CopySeatingPlanResponse$1, L as QuerySeatingPlanRequest$1, $ as QuerySeatingPlanResponse$1, a0 as GetSeatingPlanRequest$1, a2 as GetSeatingPlanResponse$1, a3 as FindSeatingPlanRequest$1, b as FindSeatingPlanResponse$1, a4 as DeleteSeatingPlanRequest$1, D as DeleteSeatingPlanResponse$1, ap as UpdateSeatingPlanThumbnailRequest$1, d as UpdateSeatingPlanThumbnailResponse$1, aq as GetSeatingPlanThumbnailRequest$1, e as GetSeatingPlanThumbnailResponse$1 } from './seating-v1-seating-plan-seating-plan.universal-BphMjTRF.mjs';
1
+ import { z as CreateSeatingPlanRequest$1, A as CreateSeatingPlanResponse$1, H as UpdateSeatingPlanRequest$1, J as UpdateSeatingPlanResponse$1, K as CopySeatingPlanRequest$1, a as CopySeatingPlanResponse$1, L as QuerySeatingPlanRequest$1, $ as QuerySeatingPlanResponse$1, a0 as GetSeatingPlanRequest$1, a2 as GetSeatingPlanResponse$1, a3 as FindSeatingPlanRequest$1, b as FindSeatingPlanResponse$1, a4 as DeleteSeatingPlanRequest$1, D as DeleteSeatingPlanResponse$1, ap as UpdateSeatingPlanThumbnailRequest$1, d as UpdateSeatingPlanThumbnailResponse$1, aq as GetSeatingPlanThumbnailRequest$1, e as GetSeatingPlanThumbnailResponse$1 } from './seating-v1-seating-plan-seating-plan.universal-Ctm431no.mjs';
2
2
 
3
3
  interface SeatingPlan {
4
4
  /**
@@ -592,20 +592,20 @@ interface QuerySeatingPlanRequest {
592
592
  fieldset?: FieldsetWithLiterals[];
593
593
  }
594
594
  interface QueryV2 extends QueryV2PagingMethodOneOf {
595
- /** Paging options to limit and skip the number of items. */
595
+ /** Paging options to limit and offset the number of items. */
596
596
  paging?: Paging;
597
597
  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
598
598
  cursorPaging?: CursorPaging;
599
599
  /**
600
600
  * Filter object.
601
601
  *
602
- * Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).
602
+ * Learn more about [filtering](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#filters).
603
603
  */
604
604
  filter?: Record<string, any> | null;
605
605
  /**
606
606
  * Sort object.
607
607
  *
608
- * Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).
608
+ * Learn more about [sorting](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#sorting).
609
609
  */
610
610
  sort?: Sorting[];
611
611
  /** Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned. */
@@ -615,7 +615,7 @@ interface QueryV2 extends QueryV2PagingMethodOneOf {
615
615
  }
616
616
  /** @oneof */
617
617
  interface QueryV2PagingMethodOneOf {
618
- /** Paging options to limit and skip the number of items. */
618
+ /** Paging options to limit and offset the number of items. */
619
619
  paging?: Paging;
620
620
  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
621
621
  cursorPaging?: CursorPaging;
@@ -598,20 +598,20 @@ interface QuerySeatingPlanRequest {
598
598
  fieldset?: FieldsetWithLiterals[];
599
599
  }
600
600
  interface QueryV2 extends QueryV2PagingMethodOneOf {
601
- /** Paging options to limit and skip the number of items. */
601
+ /** Paging options to limit and offset the number of items. */
602
602
  paging?: Paging;
603
603
  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
604
604
  cursorPaging?: CursorPaging;
605
605
  /**
606
606
  * Filter object.
607
607
  *
608
- * Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).
608
+ * Learn more about [filtering](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#filters).
609
609
  */
610
610
  filter?: Record<string, any> | null;
611
611
  /**
612
612
  * Sort object.
613
613
  *
614
- * Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).
614
+ * Learn more about [sorting](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#sorting).
615
615
  */
616
616
  sort?: Sorting[];
617
617
  /** Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned. */
@@ -621,7 +621,7 @@ interface QueryV2 extends QueryV2PagingMethodOneOf {
621
621
  }
622
622
  /** @oneof */
623
623
  interface QueryV2PagingMethodOneOf {
624
- /** Paging options to limit and skip the number of items. */
624
+ /** Paging options to limit and offset the number of items. */
625
625
  paging?: Paging;
626
626
  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
627
627
  cursorPaging?: CursorPaging;
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { S as SeatingPlan, U as UpdateSeatingPlanOptions, C as CopySeatingPlanOptions, a as CopySeatingPlanResponse, Q as QuerySeatingPlanOptions, P as PlansQueryBuilder, G as GetSeatingPlanOptions, F as FindSeatingPlanOptions, b as FindSeatingPlanResponse, D as DeleteSeatingPlanResponse, c as SeatingPlanThumbnail, d as UpdateSeatingPlanThumbnailResponse, e as GetSeatingPlanThumbnailResponse, f as SeatingPlanCreatedEnvelope, g as SeatingPlanDeletedEnvelope, h as SeatingPlanUpdatedEnvelope } from './seating-v1-seating-plan-seating-plan.universal-BphMjTRF.js';
3
- export { ab as ActionEvent, ar as BaseEventMetadata, B as CapacityExceededViolation, u as Category, K as CopySeatingPlanRequest, z as CreateSeatingPlanRequest, A as CreateSeatingPlanResponse, _ as CursorPaging, ak as Cursors, a4 as DeleteSeatingPlanRequest, al as DiscardSeatingPlanVersionsRequest, am as DiscardSeatingPlanVersionsResponse, a5 as DomainEvent, a6 as DomainEventBodyOneOf, E as Element, x as ElementGroup, y as ElementGroupUiProperties, q as ElementUiProperties, a7 as EntityCreatedEvent, aa as EntityDeletedEvent, a9 as EntityUpdatedEvent, as as EventMetadata, v as ExtendedFields, m as Fieldset, a3 as FindSeatingPlanRequest, a0 as GetSeatingPlanRequest, a2 as GetSeatingPlanResponse, aq as GetSeatingPlanThumbnailRequest, I as Icon, ad as IdentificationData, ae as IdentificationDataIdOneOf, r as Image, ac as MessageEnvelope, M as MultiRowProperties, N as Numbering, Z as Paging, aj as PagingMetadataV2, p as Place, i as PlaceTypeEnumType, at as PlansQueryResult, k as Position, L as QuerySeatingPlanRequest, $ as QuerySeatingPlanResponse, ah as QuerySeatingPlanVersionsRequest, ai as QuerySeatingPlanVersionsResponse, O as QueryV2, X as QueryV2PagingMethodOneOf, R as ReservationOptions, a8 as RestoreInfo, an as RestoreSeatingPlanRequest, ao as RestoreSeatingPlanResponse, s as RowElement, t as RowElementUiProperties, af as SaveSeatingPlanVersionRequest, ag as SaveSeatingPlanVersionResponse, a1 as SeatingPlanMask, w as SeatingPlanUiProperties, n as Section, o as Sequencing, j as ShapeTypeEnumType, l as SortOrder, Y as Sorting, T as Type, H as UpdateSeatingPlanRequest, J as UpdateSeatingPlanResponse, ap as UpdateSeatingPlanThumbnailRequest, V as VerticalSequencing, W as WebhookIdentityType } from './seating-v1-seating-plan-seating-plan.universal-BphMjTRF.js';
2
+ import { S as SeatingPlan, U as UpdateSeatingPlanOptions, C as CopySeatingPlanOptions, a as CopySeatingPlanResponse, Q as QuerySeatingPlanOptions, P as PlansQueryBuilder, G as GetSeatingPlanOptions, F as FindSeatingPlanOptions, b as FindSeatingPlanResponse, D as DeleteSeatingPlanResponse, c as SeatingPlanThumbnail, d as UpdateSeatingPlanThumbnailResponse, e as GetSeatingPlanThumbnailResponse, f as SeatingPlanCreatedEnvelope, g as SeatingPlanDeletedEnvelope, h as SeatingPlanUpdatedEnvelope } from './seating-v1-seating-plan-seating-plan.universal-Ctm431no.js';
3
+ export { ab as ActionEvent, ar as BaseEventMetadata, B as CapacityExceededViolation, u as Category, K as CopySeatingPlanRequest, z as CreateSeatingPlanRequest, A as CreateSeatingPlanResponse, _ as CursorPaging, ak as Cursors, a4 as DeleteSeatingPlanRequest, al as DiscardSeatingPlanVersionsRequest, am as DiscardSeatingPlanVersionsResponse, a5 as DomainEvent, a6 as DomainEventBodyOneOf, E as Element, x as ElementGroup, y as ElementGroupUiProperties, q as ElementUiProperties, a7 as EntityCreatedEvent, aa as EntityDeletedEvent, a9 as EntityUpdatedEvent, as as EventMetadata, v as ExtendedFields, m as Fieldset, a3 as FindSeatingPlanRequest, a0 as GetSeatingPlanRequest, a2 as GetSeatingPlanResponse, aq as GetSeatingPlanThumbnailRequest, I as Icon, ad as IdentificationData, ae as IdentificationDataIdOneOf, r as Image, ac as MessageEnvelope, M as MultiRowProperties, N as Numbering, Z as Paging, aj as PagingMetadataV2, p as Place, i as PlaceTypeEnumType, at as PlansQueryResult, k as Position, L as QuerySeatingPlanRequest, $ as QuerySeatingPlanResponse, ah as QuerySeatingPlanVersionsRequest, ai as QuerySeatingPlanVersionsResponse, O as QueryV2, X as QueryV2PagingMethodOneOf, R as ReservationOptions, a8 as RestoreInfo, an as RestoreSeatingPlanRequest, ao as RestoreSeatingPlanResponse, s as RowElement, t as RowElementUiProperties, af as SaveSeatingPlanVersionRequest, ag as SaveSeatingPlanVersionResponse, a1 as SeatingPlanMask, w as SeatingPlanUiProperties, n as Section, o as Sequencing, j as ShapeTypeEnumType, l as SortOrder, Y as Sorting, T as Type, H as UpdateSeatingPlanRequest, J as UpdateSeatingPlanResponse, ap as UpdateSeatingPlanThumbnailRequest, V as VerticalSequencing, W as WebhookIdentityType } from './seating-v1-seating-plan-seating-plan.universal-Ctm431no.js';
4
4
 
5
5
  declare function createSeatingPlan$1(httpClient: HttpClient): CreateSeatingPlanSignature;
6
6
  interface CreateSeatingPlanSignature {