@wix/auto_sdk_events_categories 1.0.35 → 1.0.37

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,5 +1,5 @@
1
1
  import { HttpClient, NonNullablePaths, MaybeContext, BuildRESTFunction } from '@wix/sdk-types';
2
- import { Category, BulkCreateCategoryResponse, UpdateCategory, BulkAssignEventsOptions, BulkAssignEventsResponse, BulkAssignEventsAsyncOptions, BulkUnassignEventsOptions, BulkUnassignEventsResponse, BulkUnassignEventsAsyncOptions, ListEventCategoriesResponse, ReorderCategoryEventsOptions, ReorderCategoryEventsApplicationErrors, QueryV2, typedQueryCategories, QueryCategoriesOptions, CategoriesQueryBuilder } from './index.typings.js';
2
+ import { Category, BulkCreateCategoryResponse, UpdateCategory, BulkAssignEventsOptions, BulkAssignEventsResponse, BulkAssignEventsAsyncOptions, BulkUnassignEventsOptions, BulkUnassignEventsResponse, BulkUnassignEventsAsyncOptions, ListEventCategoriesResponse, ReorderCategoryEventsOptions, ReorderCategoryEventsApplicationErrors, QueryV2, QueryCategoriesOptions, typedQueryCategories, CategoriesQueryBuilder } from './index.typings.js';
3
3
  export { ActionEvent, ApplicationError, AssignEventsRequest, AssignEventsResponse, BulkActionMetadata, BulkAssignEventsAsyncRequest, BulkAssignEventsAsyncResponse, BulkAssignEventsRequest, BulkCategoryResult, BulkCreateCategoryRequest, BulkUnassignEventsAsyncRequest, BulkUnassignEventsAsyncResponse, BulkUnassignEventsRequest, CategoriesQueryResult, CategoryCounts, CategoryFieldset, CategoryFieldsetWithLiterals, CreateCategoryRequest, CreateCategoryResponse, Cursors, DeleteCategoryRequest, DeleteCategoryResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, IdentificationData, IdentificationDataIdOneOf, ItemMetadata, ListEventCategoriesRequest, MessageEnvelope, Paging, PagingMetadataV2, QueryCategoriesRequest, QueryCategoriesResponse, QueryV2PagingMethodOneOf, ReorderCategoryEventsOptionsReferenceEventOneOf, ReorderCategoryEventsRequest, ReorderCategoryEventsRequestReferenceEventOneOf, ReorderCategoryEventsResponse, RestoreInfo, SortOrder, SortOrderWithLiterals, Sorting, State, StateWithLiterals, UnassignEventsRequest, UnassignEventsResponse, UpdateCategoryRequest, UpdateCategoryResponse, WebhookIdentityType, WebhookIdentityTypeWithLiterals } from './index.typings.js';
4
4
 
5
5
  declare function createCategory$1(httpClient: HttpClient): CreateCategorySignature;
@@ -122,10 +122,8 @@ interface ReorderCategoryEventsSignature {
122
122
  }
123
123
 
124
124
  declare function customQueryCategories(httpClient: HttpClient): {
125
- (query: QueryV2): ReturnType<typeof typedQueryCategories>;
126
- (query: QueryV2, options: QueryCategoriesOptions): ReturnType<typeof typedQueryCategories>;
127
- (): CategoriesQueryBuilder;
128
- (options: QueryCategoriesOptions): CategoriesQueryBuilder;
125
+ (query: QueryV2, options?: QueryCategoriesOptions): ReturnType<typeof typedQueryCategories>;
126
+ (options?: QueryCategoriesOptions): CategoriesQueryBuilder;
129
127
  };
130
128
  declare const createCategory: MaybeContext<BuildRESTFunction<typeof createCategory$1> & typeof createCategory$1>;
131
129
  declare const bulkCreateCategory: MaybeContext<BuildRESTFunction<typeof bulkCreateCategory$1> & typeof bulkCreateCategory$1>;
@@ -165,10 +165,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
165
165
  {
166
166
  srcPath: "/_api/wix-events-web/v1/orders",
167
167
  destPath: "/v1/orders"
168
- },
169
- {
170
- srcPath: "/_api/wix-events-web/v1/tickets",
171
- destPath: "/v1/tickets"
172
168
  }
173
169
  ],
174
170
  "apps._base_domain_": [
@@ -379,10 +375,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
379
375
  {
380
376
  srcPath: "/_api/wix-events-web/v1/orders",
381
377
  destPath: "/v1/orders"
382
- },
383
- {
384
- srcPath: "/_api/wix-events-web/v1/tickets",
385
- destPath: "/v1/tickets"
386
378
  }
387
379
  ],
388
380
  "*.pub.wix-code.com": [
@@ -405,10 +397,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
405
397
  {
406
398
  srcPath: "/_api/wix-events-web/v1/orders",
407
399
  destPath: "/v1/orders"
408
- },
409
- {
410
- srcPath: "/_api/wix-events-web/v1/tickets",
411
- destPath: "/v1/tickets"
412
400
  }
413
401
  ],
414
402
  "editor-flow.wixapps.net": [