@wix/auto_sdk_restaurants_fulfillment-methods 1.0.44 → 1.0.45

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, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { FulfillmentMethod, BulkCreateFulfillmentMethodsOptions, BulkCreateFulfillmentMethodsResponse, UpdateFulfillmentMethod, ListFulfillmentMethodsOptions, ListFulfillmentMethodsResponse, ListAvailableFulfillmentMethodsForAddressOptions, ListAvailableFulfillmentMethodsForAddressResponse, GetAccumulatedFulfillmentMethodsAvailabilityOptions, GetAccumulatedFulfillmentMethodsAvailabilityResponse, GetCombinedMethodAvailabilityResponse, GetAggregatedMethodAvailabilityResponse, BulkUpdateFulfillmentMethodTagsOptions, BulkUpdateFulfillmentMethodTagsResponse, BulkUpdateFulfillmentMethodTagsApplicationErrors, BulkUpdateFulfillmentMethodTagsByFilterOptions, BulkUpdateFulfillmentMethodTagsByFilterResponse, BulkUpdateFulfillmentMethodTagsByFilterApplicationErrors, FulfillmentMethodCreatedEnvelope, FulfillmentMethodDeletedEnvelope, FulfillmentMethodUpdatedEnvelope, CursorQuery, typedQueryFulfillmentMethods, QueryFulfillmentMethodsOptions, FulfillmentMethodsQueryBuilder } from './index.typings.js';
2
+ import { FulfillmentMethod, BulkCreateFulfillmentMethodsOptions, BulkCreateFulfillmentMethodsResponse, UpdateFulfillmentMethod, ListFulfillmentMethodsOptions, ListFulfillmentMethodsResponse, ListAvailableFulfillmentMethodsForAddressOptions, ListAvailableFulfillmentMethodsForAddressResponse, GetAccumulatedFulfillmentMethodsAvailabilityOptions, GetAccumulatedFulfillmentMethodsAvailabilityResponse, GetCombinedMethodAvailabilityResponse, GetAggregatedMethodAvailabilityResponse, BulkUpdateFulfillmentMethodTagsOptions, BulkUpdateFulfillmentMethodTagsResponse, BulkUpdateFulfillmentMethodTagsApplicationErrors, BulkUpdateFulfillmentMethodTagsByFilterOptions, BulkUpdateFulfillmentMethodTagsByFilterResponse, BulkUpdateFulfillmentMethodTagsByFilterApplicationErrors, FulfillmentMethodCreatedEnvelope, FulfillmentMethodDeletedEnvelope, FulfillmentMethodUpdatedEnvelope, CursorQuery, QueryFulfillmentMethodsOptions, typedQueryFulfillmentMethods, FulfillmentMethodsQueryBuilder } from './index.typings.js';
3
3
  export { ActionEvent, Address, AddressHint, AddressLocation, App, ApplicationError, Availability, BaseEventMetadata, BulkActionMetadata, BulkCreateFulfillmentMethodResult, BulkCreateFulfillmentMethodsRequest, BulkUpdateFulfillmentMethodTagsByFilterRequest, BulkUpdateFulfillmentMethodTagsRequest, BulkUpdateFulfillmentMethodTagsResult, BusinessSchedule, Categories, ChangeContext, ChangeContextPayloadOneOf, CommonAddress, CommonAddressStreetOneOf, CommonBulkActionMetadata, CommonItemMetadata, ConsentPolicy, CreateFulfillmentMethodRequest, CreateFulfillmentMethodResponse, CursorPaging, CursorPagingMetadata, CursorQueryPagingMethodOneOf, Cursors, CustomArea, CustomTag, DayOfWeek, DayOfWeekAvailability, DayOfWeekWithLiterals, DeleteFulfillmentMethodRequest, DeleteFulfillmentMethodResponse, DeliveryArea, DeliveryAreaAreaOptionsOneOf, DeliveryInfo, DomainEvent, DomainEventBodyOneOf, Empty, EntitiesDayOfWeek, EntitiesDayOfWeekWithLiterals, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, ExtendedFields, File, FulfillmentMethodMethodOptionsOneOf, FulfillmentMethodType, FulfillmentMethodTypeWithLiterals, FulfillmentMethodsQueryResult, GeoCoordinates, GetAccumulatedFulfillmentMethodsAvailabilityRequest, GetAggregatedMethodAvailabilityRequest, GetCombinedMethodAvailabilityRequest, GetFulfillmentMethodRequest, GetFulfillmentMethodResponse, IdentificationData, IdentificationDataIdOneOf, InvalidateCache, InvalidateCacheGetByOneOf, ItemMetadata, ListActiveFulfillmentMethodsRequest, ListActiveFulfillmentMethodsResponse, ListAvailableFulfillmentMethodsForAddressRequest, ListFulfillmentMethodsRequest, Locale, MessageEnvelope, Multilingual, Page, PickupInfo, PlacementType, PlacementTypeWithLiterals, PostalCode, Properties, PropertiesChange, QueryFulfillmentMethodsRequest, QueryFulfillmentMethodsResponse, Radius, ResolutionMethod, ResolutionMethodWithLiterals, RestoreInfo, SiteCloned, SiteCreated, SitePropertiesEvent, SitePropertiesNotification, SortOrder, SortOrderWithLiterals, Sorting, SpecialHourPeriod, StreetAddress, Subdivision, SubdivisionType, SubdivisionTypeWithLiterals, SupportedLanguage, TagList, Tags, TimeOfDay, TimeOfDayRange, TimePeriod, Translation, Type, TypeWithLiterals, URI, Unit, UnitWithLiterals, UpdateFulfillmentMethodRequest, UpdateFulfillmentMethodResponse, WebhookIdentityType, WebhookIdentityTypeWithLiterals } from './index.typings.js';
4
4
 
5
5
  declare function createFulfillmentMethod$1(httpClient: HttpClient): CreateFulfillmentMethodSignature;
@@ -126,10 +126,8 @@ declare const onFulfillmentMethodDeleted$1: EventDefinition<FulfillmentMethodDel
126
126
  declare const onFulfillmentMethodUpdated$1: EventDefinition<FulfillmentMethodUpdatedEnvelope, "wix.restaurants.v1.fulfillment_method_updated">;
127
127
 
128
128
  declare function customQueryFulfillmentMethods(httpClient: HttpClient): {
129
- (query: CursorQuery): ReturnType<typeof typedQueryFulfillmentMethods>;
130
- (query: CursorQuery, options: QueryFulfillmentMethodsOptions): ReturnType<typeof typedQueryFulfillmentMethods>;
131
- (): FulfillmentMethodsQueryBuilder;
132
- (options: QueryFulfillmentMethodsOptions): FulfillmentMethodsQueryBuilder;
129
+ (query: CursorQuery, options?: QueryFulfillmentMethodsOptions): ReturnType<typeof typedQueryFulfillmentMethods>;
130
+ (options?: QueryFulfillmentMethodsOptions): FulfillmentMethodsQueryBuilder;
133
131
  };
134
132
  declare const createFulfillmentMethod: MaybeContext<BuildRESTFunction<typeof createFulfillmentMethod$1> & typeof createFulfillmentMethod$1>;
135
133
  declare const bulkCreateFulfillmentMethods: MaybeContext<BuildRESTFunction<typeof bulkCreateFulfillmentMethods$1> & typeof bulkCreateFulfillmentMethods$1>;