@wix/auto_sdk_quick-pages_pages 1.0.13 → 1.0.15

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,6 +1,6 @@
1
1
  import { MaybeContext, BuildRESTFunction, HttpClient } from '@wix/sdk-types';
2
2
  import { PagesQueryBuilder, PageQuery, typedQueryPages } from './index.typings.js';
3
- export { AccountInfo, ActionEvent, ApplicationError, ArchivePageRequest, ArchivePageResponse, BulkActionMetadata, BulkUpdatePageTagsApplicationErrors, BulkUpdatePageTagsByFilterApplicationErrors, BulkUpdatePageTagsByFilterOptions, BulkUpdatePageTagsByFilterRequest, BulkUpdatePageTagsByFilterResponse, BulkUpdatePageTagsOptions, BulkUpdatePageTagsRequest, BulkUpdatePageTagsResponse, BulkUpdatePageTagsResult, CommonQueryWithEntityContext, CreatePageRequest, CreatePageResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, DeletePageRequest, DeletePageResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, ExtendedFields, Filter, GetPageRequest, GetPageResponse, IdentificationData, IdentificationDataIdOneOf, ItemMetadata, MessageEnvelope, Page, PageArchived, PageOriginOneOf, PagePublished, PageQuerySpec, PageRoute, PageScheduled, PageUnarchived, PageUnpublished, PagesQueryResult, PublishPageOptions, PublishPageRequest, PublishPageResponse, QueryBuilder, QueryPagesRequest, QueryPagesResponse, RemovePageRouteRequest, RemovePageRouteResponse, RestoreInfo, SchedulePageOptions, SchedulePageRequest, SchedulePageResponse, SetPageRouteRequest, SetPageRouteResponse, Sort, SortOrder, SortOrderWithLiterals, Sorting, Status, StatusWithLiterals, TagList, Tags, Type, TypeWithLiterals, UnarchivePageRequest, UnarchivePageResponse, UnpublishPageRequest, UnpublishPageResponse, UpdatePage, UpdatePageRequest, UpdatePageResponse, WebhookIdentityType, WebhookIdentityTypeWithLiterals } from './index.typings.js';
3
+ export { AccountInfo, ActionEvent, ApplicationError, ArchivePageRequest, ArchivePageResponse, BulkActionMetadata, BulkUpdatePageTagsApplicationErrors, BulkUpdatePageTagsByFilterApplicationErrors, BulkUpdatePageTagsByFilterOptions, BulkUpdatePageTagsByFilterRequest, BulkUpdatePageTagsByFilterResponse, BulkUpdatePageTagsOptions, BulkUpdatePageTagsRequest, BulkUpdatePageTagsResponse, BulkUpdatePageTagsResult, CommonQueryWithEntityContext, CreatePageRequest, CreatePageResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, DeletePageRequest, DeletePageResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, ExtendedFields, GetPageRequest, GetPageResponse, IdentificationData, IdentificationDataIdOneOf, ItemMetadata, MessageEnvelope, Page, PageArchived, PageOriginOneOf, PagePublished, PageQuerySpec, PageRoute, PageScheduled, PageUnarchived, PageUnpublished, PagesQueryResult, PublishPageOptions, PublishPageRequest, PublishPageResponse, QueryPagesRequest, QueryPagesResponse, RemovePageRouteRequest, RemovePageRouteResponse, RestoreInfo, SchedulePageOptions, SchedulePageRequest, SchedulePageResponse, SetPageRouteRequest, SetPageRouteResponse, SortOrder, SortOrderWithLiterals, Sorting, Status, StatusWithLiterals, TagList, Tags, Type, TypeWithLiterals, UnarchivePageRequest, UnarchivePageResponse, UnpublishPageRequest, UnpublishPageResponse, UpdatePage, UpdatePageRequest, UpdatePageResponse, WebhookIdentityType, WebhookIdentityTypeWithLiterals, utils } from './index.typings.js';
4
4
 
5
5
  declare function customQueryPages(httpClient: HttpClient): {
6
6
  (): PagesQueryBuilder;
@@ -20,9 +20,6 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
20
20
  // index.ts
21
21
  var index_exports = {};
22
22
  __export(index_exports, {
23
- Filter: () => Filter,
24
- QueryBuilder: () => QueryBuilder,
25
- Sort: () => Sort,
26
23
  SortOrder: () => SortOrder,
27
24
  Status: () => Status,
28
25
  Type: () => Type,
@@ -40,7 +37,8 @@ __export(index_exports, {
40
37
  setPageRoute: () => setPageRoute4,
41
38
  unarchivePage: () => unarchivePage4,
42
39
  unpublishPage: () => unpublishPage4,
43
- updatePage: () => updatePage4
40
+ updatePage: () => updatePage4,
41
+ utils: () => utils
44
42
  });
45
43
  module.exports = __toCommonJS(index_exports);
46
44
 
@@ -1004,7 +1002,9 @@ async function typedQueryPages(query) {
1004
1002
  throw transformedError;
1005
1003
  }
1006
1004
  }
1007
- var { QueryBuilder, Filter, Sort } = (0, import_query_builder_utils.createQueryUtils)();
1005
+ var utils = {
1006
+ ...(0, import_query_builder_utils.createQueryUtils)()
1007
+ };
1008
1008
  async function bulkUpdatePageTags2(pageIds, options) {
1009
1009
  const { httpClient, sideEffects } = arguments[2];
1010
1010
  const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
@@ -1210,9 +1210,6 @@ var bulkUpdatePageTagsByFilter4 = /* @__PURE__ */ (0, import_rest_modules3.creat
1210
1210
  var queryPages4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(customQueryPages);
1211
1211
  // Annotate the CommonJS export names for ESM import in node:
1212
1212
  0 && (module.exports = {
1213
- Filter,
1214
- QueryBuilder,
1215
- Sort,
1216
1213
  SortOrder,
1217
1214
  Status,
1218
1215
  Type,
@@ -1230,6 +1227,7 @@ var queryPages4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(cus
1230
1227
  setPageRoute,
1231
1228
  unarchivePage,
1232
1229
  unpublishPage,
1233
- updatePage
1230
+ updatePage,
1231
+ utils
1234
1232
  });
1235
1233
  //# sourceMappingURL=index.js.map