@wix/auto_sdk_restaurants_fulfillment-methods 1.0.21 → 1.0.22

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.
Files changed (25) hide show
  1. package/build/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.d.ts +5 -5
  2. package/build/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.js +5 -5
  3. package/build/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.public.d.ts +7 -7
  4. package/build/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.types.d.ts +11 -11
  5. package/build/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.d.ts +23 -23
  6. package/build/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.js +7 -7
  7. package/build/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.d.ts +5 -5
  8. package/build/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.js +5 -5
  9. package/build/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.public.d.ts +7 -7
  10. package/build/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.types.d.ts +11 -11
  11. package/build/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.d.ts +23 -23
  12. package/build/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.js +7 -7
  13. package/build/internal/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.d.ts +5 -5
  14. package/build/internal/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.js +5 -5
  15. package/build/internal/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.public.d.ts +7 -7
  16. package/build/internal/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.types.d.ts +11 -11
  17. package/build/internal/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.d.ts +23 -23
  18. package/build/internal/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.js +7 -7
  19. package/build/internal/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.d.ts +5 -5
  20. package/build/internal/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.js +5 -5
  21. package/build/internal/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.public.d.ts +7 -7
  22. package/build/internal/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.types.d.ts +11 -11
  23. package/build/internal/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.d.ts +23 -23
  24. package/build/internal/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.js +7 -7
  25. package/package.json +4 -4
@@ -63,13 +63,13 @@ export declare function getCombinedMethodAvailability(payload: object): RequestO
63
63
  */
64
64
  export declare function getAggregatedMethodAvailability(payload: object): RequestOptionsFactory<any>;
65
65
  /**
66
- * Synchronously update tags on multiple Fulfillment methods, by list of fulfillment ids
67
- * A tag that appears both in the list of assign and unassign tags, will be assigned
66
+ * Synchronously update tags on multiple fulfillment methods.
67
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
68
68
  */
69
69
  export declare function bulkUpdateFulfillmentMethodTags(payload: object): RequestOptionsFactory<any>;
70
70
  /**
71
- * Asynchronously update tags on multiple Fulfillment Methods, by provided filter
72
- * An empty filter will update all Fulfillment Methods
73
- * A tag that appears both in the list of assign and unassign tags, will be assigned
71
+ * Asynchronously update tags on multiple fulfillment methods according to the specified filter.
72
+ * If a filter isn't specified, this method updates all fulfillment methods.
73
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
74
74
  */
75
75
  export declare function bulkUpdateFulfillmentMethodTagsByFilter(payload: object): RequestOptionsFactory<any>;
@@ -687,8 +687,8 @@ function getAggregatedMethodAvailability(payload) {
687
687
  }
688
688
  exports.getAggregatedMethodAvailability = getAggregatedMethodAvailability;
689
689
  /**
690
- * Synchronously update tags on multiple Fulfillment methods, by list of fulfillment ids
691
- * A tag that appears both in the list of assign and unassign tags, will be assigned
690
+ * Synchronously update tags on multiple fulfillment methods.
691
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
692
692
  */
693
693
  function bulkUpdateFulfillmentMethodTags(payload) {
694
694
  function __bulkUpdateFulfillmentMethodTags({ host }) {
@@ -710,9 +710,9 @@ function bulkUpdateFulfillmentMethodTags(payload) {
710
710
  }
711
711
  exports.bulkUpdateFulfillmentMethodTags = bulkUpdateFulfillmentMethodTags;
712
712
  /**
713
- * Asynchronously update tags on multiple Fulfillment Methods, by provided filter
714
- * An empty filter will update all Fulfillment Methods
715
- * A tag that appears both in the list of assign and unassign tags, will be assigned
713
+ * Asynchronously update tags on multiple fulfillment methods according to the specified filter.
714
+ * If a filter isn't specified, this method updates all fulfillment methods.
715
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
716
716
  */
717
717
  function bulkUpdateFulfillmentMethodTagsByFilter(payload) {
718
718
  function __bulkUpdateFulfillmentMethodTagsByFilter({ host }) {
@@ -122,19 +122,19 @@ interface GetAggregatedMethodAvailabilitySignature {
122
122
  export declare function bulkUpdateFulfillmentMethodTags(httpClient: HttpClient): BulkUpdateFulfillmentMethodTagsSignature;
123
123
  interface BulkUpdateFulfillmentMethodTagsSignature {
124
124
  /**
125
- * Synchronously update tags on multiple Fulfillment methods, by list of fulfillment ids
126
- * A tag that appears both in the list of assign and unassign tags, will be assigned
127
- * @param - List of fulfillment methods that their tags will update.
125
+ * Synchronously update tags on multiple fulfillment methods.
126
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
127
+ * @param - IDs of the fulfillment methods to update tags for.
128
128
  */
129
129
  (fulfillmentMethodIds: string[], options?: BulkUpdateFulfillmentMethodTagsOptions | undefined): Promise<BulkUpdateFulfillmentMethodTagsResponse>;
130
130
  }
131
131
  export declare function bulkUpdateFulfillmentMethodTagsByFilter(httpClient: HttpClient): BulkUpdateFulfillmentMethodTagsByFilterSignature;
132
132
  interface BulkUpdateFulfillmentMethodTagsByFilterSignature {
133
133
  /**
134
- * Asynchronously update tags on multiple Fulfillment Methods, by provided filter
135
- * An empty filter will update all Fulfillment Methods
136
- * A tag that appears both in the list of assign and unassign tags, will be assigned
137
- * @param - Filter
134
+ * Asynchronously update tags on multiple fulfillment methods according to the specified filter.
135
+ * If a filter isn't specified, this method updates all fulfillment methods.
136
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
137
+ * @param - Filter that determines which fulfillment methods to update tags for.
138
138
  */
139
139
  (filter: Record<string, any>, options?: BulkUpdateFulfillmentMethodTagsByFilterOptions | undefined): Promise<BulkUpdateFulfillmentMethodTagsByFilterResponse>;
140
140
  }
@@ -48,7 +48,7 @@ export interface FulfillmentMethod extends FulfillmentMethodMethodOptionsOneOf {
48
48
  */
49
49
  minOrderPrice?: string | null;
50
50
  /**
51
- * Business location ID ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) of the operation this fulfillment method belongs to.
51
+ * Business location ID ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) of the operation this fulfillment method belongs to.
52
52
  * @format GUID
53
53
  * @readonly
54
54
  */
@@ -873,25 +873,25 @@ export interface GetAggregatedMethodAvailabilityResponse {
873
873
  }
874
874
  export interface BulkUpdateFulfillmentMethodTagsRequest {
875
875
  /**
876
- * List of fulfillment methods that their tags will update.
876
+ * IDs of the fulfillment methods to update tags for.
877
877
  * @minSize 1
878
878
  * @maxSize 100
879
879
  * @format GUID
880
880
  */
881
881
  fulfillmentMethodIds: string[];
882
- /** List of Tags to assign. */
882
+ /** Tags to assign to the fulfillment methods. */
883
883
  assignTags?: Tags;
884
- /** List of Tags to unAssign. */
884
+ /** Tags to unassign from the fulfillment methods. */
885
885
  unassignTags?: Tags;
886
886
  }
887
887
  export interface BulkUpdateFulfillmentMethodTagsResponse {
888
888
  /**
889
- * Results.
889
+ * Results of the bulk update.
890
890
  * @minSize 1
891
891
  * @maxSize 100
892
892
  */
893
893
  results?: BulkUpdateFulfillmentMethodTagsResult[];
894
- /** Metadata regarding the bulk update fulfillment method. */
894
+ /** Metadata for the bulk update. */
895
895
  bulkActionMetadata?: CommonBulkActionMetadata;
896
896
  }
897
897
  export interface CommonItemMetadata {
@@ -908,7 +908,7 @@ export interface CommonItemMetadata {
908
908
  error?: ApplicationError;
909
909
  }
910
910
  export interface BulkUpdateFulfillmentMethodTagsResult {
911
- /** Metadata regarding the specific single update fulfillment method. */
911
+ /** Metadata for the updated fulfillment method. */
912
912
  itemMetadata?: CommonItemMetadata;
913
913
  }
914
914
  export interface CommonBulkActionMetadata {
@@ -920,16 +920,16 @@ export interface CommonBulkActionMetadata {
920
920
  undetailedFailures?: number;
921
921
  }
922
922
  export interface BulkUpdateFulfillmentMethodTagsByFilterRequest {
923
- /** Filter */
923
+ /** Filter that determines which fulfillment methods to update tags for. */
924
924
  filter: Record<string, any> | null;
925
- /** List of Tags to assign */
925
+ /** Tags to assign to the fulfillment methods. */
926
926
  assignTags?: Tags;
927
- /** List of Tags to unAssign */
927
+ /** Tags to unassign from the fulfillment methods. */
928
928
  unassignTags?: Tags;
929
929
  }
930
930
  export interface BulkUpdateFulfillmentMethodTagsByFilterResponse {
931
931
  /**
932
- * Job ID
932
+ * Job ID. Pass this ID to Get Async Job ([SDK](https://dev.wix.com/docs/sdk/backend-modules/async-jobs/get-async-job) | [REST](https://dev.wix.com/docs/rest/business-management/async-job/get-async-job)) to track the job's status.
933
933
  * @format GUID
934
934
  */
935
935
  jobId?: string;
@@ -49,7 +49,7 @@ export interface FulfillmentMethod extends FulfillmentMethodMethodOptionsOneOf {
49
49
  */
50
50
  minOrderPrice?: string | null;
51
51
  /**
52
- * Business location ID ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) of the operation this fulfillment method belongs to.
52
+ * Business location ID ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) of the operation this fulfillment method belongs to.
53
53
  * @format GUID
54
54
  * @readonly
55
55
  */
@@ -872,25 +872,25 @@ export interface GetAggregatedMethodAvailabilityResponse {
872
872
  }
873
873
  export interface BulkUpdateFulfillmentMethodTagsRequest {
874
874
  /**
875
- * List of fulfillment methods that their tags will update.
875
+ * IDs of the fulfillment methods to update tags for.
876
876
  * @minSize 1
877
877
  * @maxSize 100
878
878
  * @format GUID
879
879
  */
880
880
  fulfillmentMethodIds: string[];
881
- /** List of Tags to assign. */
881
+ /** Tags to assign to the fulfillment methods. */
882
882
  assignTags?: Tags;
883
- /** List of Tags to unAssign. */
883
+ /** Tags to unassign from the fulfillment methods. */
884
884
  unassignTags?: Tags;
885
885
  }
886
886
  export interface BulkUpdateFulfillmentMethodTagsResponse {
887
887
  /**
888
- * Results.
888
+ * Results of the bulk update.
889
889
  * @minSize 1
890
890
  * @maxSize 100
891
891
  */
892
892
  results?: BulkUpdateFulfillmentMethodTagsResult[];
893
- /** Metadata regarding the bulk update fulfillment method. */
893
+ /** Metadata for the bulk update. */
894
894
  bulkActionMetadata?: CommonBulkActionMetadata;
895
895
  }
896
896
  export interface CommonItemMetadata {
@@ -907,7 +907,7 @@ export interface CommonItemMetadata {
907
907
  error?: ApplicationError;
908
908
  }
909
909
  export interface BulkUpdateFulfillmentMethodTagsResult {
910
- /** Metadata regarding the specific single update fulfillment method. */
910
+ /** Metadata for the updated fulfillment method. */
911
911
  itemMetadata?: CommonItemMetadata;
912
912
  }
913
913
  export interface CommonBulkActionMetadata {
@@ -919,16 +919,16 @@ export interface CommonBulkActionMetadata {
919
919
  undetailedFailures?: number;
920
920
  }
921
921
  export interface BulkUpdateFulfillmentMethodTagsByFilterRequest {
922
- /** Filter */
922
+ /** Filter that determines which fulfillment methods to update tags for. */
923
923
  filter: Record<string, any> | null;
924
- /** List of Tags to assign */
924
+ /** Tags to assign to the fulfillment methods. */
925
925
  assignTags?: Tags;
926
- /** List of Tags to unAssign */
926
+ /** Tags to unassign from the fulfillment methods. */
927
927
  unassignTags?: Tags;
928
928
  }
929
929
  export interface BulkUpdateFulfillmentMethodTagsByFilterResponse {
930
930
  /**
931
- * Job ID
931
+ * Job ID. Pass this ID to Get Async Job ([SDK](https://dev.wix.com/docs/sdk/backend-modules/async-jobs/get-async-job) | [REST](https://dev.wix.com/docs/rest/business-management/async-job/get-async-job)) to track the job's status.
932
932
  * @format GUID
933
933
  */
934
934
  jobId?: string;
@@ -1434,7 +1434,7 @@ export interface UpdateFulfillmentMethod {
1434
1434
  */
1435
1435
  minOrderPrice?: string | null;
1436
1436
  /**
1437
- * Business location ID ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) of the operation this fulfillment method belongs to.
1437
+ * Business location ID ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) of the operation this fulfillment method belongs to.
1438
1438
  * @format GUID
1439
1439
  * @readonly
1440
1440
  */
@@ -1670,9 +1670,9 @@ export declare function getCombinedMethodAvailability(fulfillmentMethodIds: stri
1670
1670
  */
1671
1671
  export declare function getAggregatedMethodAvailability(fulfillmentMethodIds: string[]): Promise<NonNullablePaths<GetAggregatedMethodAvailabilityResponse, `aggregatedAvailability.availableTimes` | `aggregatedAvailability.availableTimes.${number}.dayOfWeek` | `fulfillmentTypes`>>;
1672
1672
  /**
1673
- * Synchronously update tags on multiple Fulfillment methods, by list of fulfillment ids
1674
- * A tag that appears both in the list of assign and unassign tags, will be assigned
1675
- * @param fulfillmentMethodIds - List of fulfillment methods that their tags will update.
1673
+ * Synchronously update tags on multiple fulfillment methods.
1674
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
1675
+ * @param fulfillmentMethodIds - IDs of the fulfillment methods to update tags for.
1676
1676
  * @public
1677
1677
  * @documentationMaturity preview
1678
1678
  * @requiredField fulfillmentMethodIds
@@ -1681,16 +1681,16 @@ export declare function getAggregatedMethodAvailability(fulfillmentMethodIds: st
1681
1681
  */
1682
1682
  export declare function bulkUpdateFulfillmentMethodTags(fulfillmentMethodIds: string[], options?: BulkUpdateFulfillmentMethodTagsOptions): Promise<NonNullablePaths<BulkUpdateFulfillmentMethodTagsResponse, `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`>>;
1683
1683
  export interface BulkUpdateFulfillmentMethodTagsOptions {
1684
- /** List of Tags to assign. */
1684
+ /** Tags to assign to the fulfillment methods. */
1685
1685
  assignTags?: Tags;
1686
- /** List of Tags to unAssign. */
1686
+ /** Tags to unassign from the fulfillment methods. */
1687
1687
  unassignTags?: Tags;
1688
1688
  }
1689
1689
  /**
1690
- * Asynchronously update tags on multiple Fulfillment Methods, by provided filter
1691
- * An empty filter will update all Fulfillment Methods
1692
- * A tag that appears both in the list of assign and unassign tags, will be assigned
1693
- * @param filter - Filter
1690
+ * Asynchronously update tags on multiple fulfillment methods according to the specified filter.
1691
+ * If a filter isn't specified, this method updates all fulfillment methods.
1692
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
1693
+ * @param filter - Filter that determines which fulfillment methods to update tags for.
1694
1694
  * @public
1695
1695
  * @documentationMaturity preview
1696
1696
  * @requiredField filter
@@ -1699,9 +1699,9 @@ export interface BulkUpdateFulfillmentMethodTagsOptions {
1699
1699
  */
1700
1700
  export declare function bulkUpdateFulfillmentMethodTagsByFilter(filter: Record<string, any>, options?: BulkUpdateFulfillmentMethodTagsByFilterOptions): Promise<NonNullablePaths<BulkUpdateFulfillmentMethodTagsByFilterResponse, `jobId`>>;
1701
1701
  export interface BulkUpdateFulfillmentMethodTagsByFilterOptions {
1702
- /** List of Tags to assign */
1702
+ /** Tags to assign to the fulfillment methods. */
1703
1703
  assignTags?: Tags;
1704
- /** List of Tags to unAssign */
1704
+ /** Tags to unassign from the fulfillment methods. */
1705
1705
  unassignTags?: Tags;
1706
1706
  }
1707
1707
  export {};
@@ -713,9 +713,9 @@ async function getAggregatedMethodAvailability(fulfillmentMethodIds) {
713
713
  }
714
714
  exports.getAggregatedMethodAvailability = getAggregatedMethodAvailability;
715
715
  /**
716
- * Synchronously update tags on multiple Fulfillment methods, by list of fulfillment ids
717
- * A tag that appears both in the list of assign and unassign tags, will be assigned
718
- * @param fulfillmentMethodIds - List of fulfillment methods that their tags will update.
716
+ * Synchronously update tags on multiple fulfillment methods.
717
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
718
+ * @param fulfillmentMethodIds - IDs of the fulfillment methods to update tags for.
719
719
  * @public
720
720
  * @documentationMaturity preview
721
721
  * @requiredField fulfillmentMethodIds
@@ -753,10 +753,10 @@ async function bulkUpdateFulfillmentMethodTags(fulfillmentMethodIds, options) {
753
753
  }
754
754
  exports.bulkUpdateFulfillmentMethodTags = bulkUpdateFulfillmentMethodTags;
755
755
  /**
756
- * Asynchronously update tags on multiple Fulfillment Methods, by provided filter
757
- * An empty filter will update all Fulfillment Methods
758
- * A tag that appears both in the list of assign and unassign tags, will be assigned
759
- * @param filter - Filter
756
+ * Asynchronously update tags on multiple fulfillment methods according to the specified filter.
757
+ * If a filter isn't specified, this method updates all fulfillment methods.
758
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
759
+ * @param filter - Filter that determines which fulfillment methods to update tags for.
760
760
  * @public
761
761
  * @documentationMaturity preview
762
762
  * @requiredField filter
@@ -63,13 +63,13 @@ export declare function getCombinedMethodAvailability(payload: object): RequestO
63
63
  */
64
64
  export declare function getAggregatedMethodAvailability(payload: object): RequestOptionsFactory<any>;
65
65
  /**
66
- * Synchronously update tags on multiple Fulfillment methods, by list of fulfillment ids
67
- * A tag that appears both in the list of assign and unassign tags, will be assigned
66
+ * Synchronously update tags on multiple fulfillment methods.
67
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
68
68
  */
69
69
  export declare function bulkUpdateFulfillmentMethodTags(payload: object): RequestOptionsFactory<any>;
70
70
  /**
71
- * Asynchronously update tags on multiple Fulfillment Methods, by provided filter
72
- * An empty filter will update all Fulfillment Methods
73
- * A tag that appears both in the list of assign and unassign tags, will be assigned
71
+ * Asynchronously update tags on multiple fulfillment methods according to the specified filter.
72
+ * If a filter isn't specified, this method updates all fulfillment methods.
73
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
74
74
  */
75
75
  export declare function bulkUpdateFulfillmentMethodTagsByFilter(payload: object): RequestOptionsFactory<any>;
@@ -673,8 +673,8 @@ export function getAggregatedMethodAvailability(payload) {
673
673
  return __getAggregatedMethodAvailability;
674
674
  }
675
675
  /**
676
- * Synchronously update tags on multiple Fulfillment methods, by list of fulfillment ids
677
- * A tag that appears both in the list of assign and unassign tags, will be assigned
676
+ * Synchronously update tags on multiple fulfillment methods.
677
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
678
678
  */
679
679
  export function bulkUpdateFulfillmentMethodTags(payload) {
680
680
  function __bulkUpdateFulfillmentMethodTags({ host }) {
@@ -695,9 +695,9 @@ export function bulkUpdateFulfillmentMethodTags(payload) {
695
695
  return __bulkUpdateFulfillmentMethodTags;
696
696
  }
697
697
  /**
698
- * Asynchronously update tags on multiple Fulfillment Methods, by provided filter
699
- * An empty filter will update all Fulfillment Methods
700
- * A tag that appears both in the list of assign and unassign tags, will be assigned
698
+ * Asynchronously update tags on multiple fulfillment methods according to the specified filter.
699
+ * If a filter isn't specified, this method updates all fulfillment methods.
700
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
701
701
  */
702
702
  export function bulkUpdateFulfillmentMethodTagsByFilter(payload) {
703
703
  function __bulkUpdateFulfillmentMethodTagsByFilter({ host }) {
@@ -122,19 +122,19 @@ interface GetAggregatedMethodAvailabilitySignature {
122
122
  export declare function bulkUpdateFulfillmentMethodTags(httpClient: HttpClient): BulkUpdateFulfillmentMethodTagsSignature;
123
123
  interface BulkUpdateFulfillmentMethodTagsSignature {
124
124
  /**
125
- * Synchronously update tags on multiple Fulfillment methods, by list of fulfillment ids
126
- * A tag that appears both in the list of assign and unassign tags, will be assigned
127
- * @param - List of fulfillment methods that their tags will update.
125
+ * Synchronously update tags on multiple fulfillment methods.
126
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
127
+ * @param - IDs of the fulfillment methods to update tags for.
128
128
  */
129
129
  (fulfillmentMethodIds: string[], options?: BulkUpdateFulfillmentMethodTagsOptions | undefined): Promise<BulkUpdateFulfillmentMethodTagsResponse>;
130
130
  }
131
131
  export declare function bulkUpdateFulfillmentMethodTagsByFilter(httpClient: HttpClient): BulkUpdateFulfillmentMethodTagsByFilterSignature;
132
132
  interface BulkUpdateFulfillmentMethodTagsByFilterSignature {
133
133
  /**
134
- * Asynchronously update tags on multiple Fulfillment Methods, by provided filter
135
- * An empty filter will update all Fulfillment Methods
136
- * A tag that appears both in the list of assign and unassign tags, will be assigned
137
- * @param - Filter
134
+ * Asynchronously update tags on multiple fulfillment methods according to the specified filter.
135
+ * If a filter isn't specified, this method updates all fulfillment methods.
136
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
137
+ * @param - Filter that determines which fulfillment methods to update tags for.
138
138
  */
139
139
  (filter: Record<string, any>, options?: BulkUpdateFulfillmentMethodTagsByFilterOptions | undefined): Promise<BulkUpdateFulfillmentMethodTagsByFilterResponse>;
140
140
  }
@@ -48,7 +48,7 @@ export interface FulfillmentMethod extends FulfillmentMethodMethodOptionsOneOf {
48
48
  */
49
49
  minOrderPrice?: string | null;
50
50
  /**
51
- * Business location ID ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) of the operation this fulfillment method belongs to.
51
+ * Business location ID ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) of the operation this fulfillment method belongs to.
52
52
  * @format GUID
53
53
  * @readonly
54
54
  */
@@ -873,25 +873,25 @@ export interface GetAggregatedMethodAvailabilityResponse {
873
873
  }
874
874
  export interface BulkUpdateFulfillmentMethodTagsRequest {
875
875
  /**
876
- * List of fulfillment methods that their tags will update.
876
+ * IDs of the fulfillment methods to update tags for.
877
877
  * @minSize 1
878
878
  * @maxSize 100
879
879
  * @format GUID
880
880
  */
881
881
  fulfillmentMethodIds: string[];
882
- /** List of Tags to assign. */
882
+ /** Tags to assign to the fulfillment methods. */
883
883
  assignTags?: Tags;
884
- /** List of Tags to unAssign. */
884
+ /** Tags to unassign from the fulfillment methods. */
885
885
  unassignTags?: Tags;
886
886
  }
887
887
  export interface BulkUpdateFulfillmentMethodTagsResponse {
888
888
  /**
889
- * Results.
889
+ * Results of the bulk update.
890
890
  * @minSize 1
891
891
  * @maxSize 100
892
892
  */
893
893
  results?: BulkUpdateFulfillmentMethodTagsResult[];
894
- /** Metadata regarding the bulk update fulfillment method. */
894
+ /** Metadata for the bulk update. */
895
895
  bulkActionMetadata?: CommonBulkActionMetadata;
896
896
  }
897
897
  export interface CommonItemMetadata {
@@ -908,7 +908,7 @@ export interface CommonItemMetadata {
908
908
  error?: ApplicationError;
909
909
  }
910
910
  export interface BulkUpdateFulfillmentMethodTagsResult {
911
- /** Metadata regarding the specific single update fulfillment method. */
911
+ /** Metadata for the updated fulfillment method. */
912
912
  itemMetadata?: CommonItemMetadata;
913
913
  }
914
914
  export interface CommonBulkActionMetadata {
@@ -920,16 +920,16 @@ export interface CommonBulkActionMetadata {
920
920
  undetailedFailures?: number;
921
921
  }
922
922
  export interface BulkUpdateFulfillmentMethodTagsByFilterRequest {
923
- /** Filter */
923
+ /** Filter that determines which fulfillment methods to update tags for. */
924
924
  filter: Record<string, any> | null;
925
- /** List of Tags to assign */
925
+ /** Tags to assign to the fulfillment methods. */
926
926
  assignTags?: Tags;
927
- /** List of Tags to unAssign */
927
+ /** Tags to unassign from the fulfillment methods. */
928
928
  unassignTags?: Tags;
929
929
  }
930
930
  export interface BulkUpdateFulfillmentMethodTagsByFilterResponse {
931
931
  /**
932
- * Job ID
932
+ * Job ID. Pass this ID to Get Async Job ([SDK](https://dev.wix.com/docs/sdk/backend-modules/async-jobs/get-async-job) | [REST](https://dev.wix.com/docs/rest/business-management/async-job/get-async-job)) to track the job's status.
933
933
  * @format GUID
934
934
  */
935
935
  jobId?: string;
@@ -49,7 +49,7 @@ export interface FulfillmentMethod extends FulfillmentMethodMethodOptionsOneOf {
49
49
  */
50
50
  minOrderPrice?: string | null;
51
51
  /**
52
- * Business location ID ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) of the operation this fulfillment method belongs to.
52
+ * Business location ID ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) of the operation this fulfillment method belongs to.
53
53
  * @format GUID
54
54
  * @readonly
55
55
  */
@@ -872,25 +872,25 @@ export interface GetAggregatedMethodAvailabilityResponse {
872
872
  }
873
873
  export interface BulkUpdateFulfillmentMethodTagsRequest {
874
874
  /**
875
- * List of fulfillment methods that their tags will update.
875
+ * IDs of the fulfillment methods to update tags for.
876
876
  * @minSize 1
877
877
  * @maxSize 100
878
878
  * @format GUID
879
879
  */
880
880
  fulfillmentMethodIds: string[];
881
- /** List of Tags to assign. */
881
+ /** Tags to assign to the fulfillment methods. */
882
882
  assignTags?: Tags;
883
- /** List of Tags to unAssign. */
883
+ /** Tags to unassign from the fulfillment methods. */
884
884
  unassignTags?: Tags;
885
885
  }
886
886
  export interface BulkUpdateFulfillmentMethodTagsResponse {
887
887
  /**
888
- * Results.
888
+ * Results of the bulk update.
889
889
  * @minSize 1
890
890
  * @maxSize 100
891
891
  */
892
892
  results?: BulkUpdateFulfillmentMethodTagsResult[];
893
- /** Metadata regarding the bulk update fulfillment method. */
893
+ /** Metadata for the bulk update. */
894
894
  bulkActionMetadata?: CommonBulkActionMetadata;
895
895
  }
896
896
  export interface CommonItemMetadata {
@@ -907,7 +907,7 @@ export interface CommonItemMetadata {
907
907
  error?: ApplicationError;
908
908
  }
909
909
  export interface BulkUpdateFulfillmentMethodTagsResult {
910
- /** Metadata regarding the specific single update fulfillment method. */
910
+ /** Metadata for the updated fulfillment method. */
911
911
  itemMetadata?: CommonItemMetadata;
912
912
  }
913
913
  export interface CommonBulkActionMetadata {
@@ -919,16 +919,16 @@ export interface CommonBulkActionMetadata {
919
919
  undetailedFailures?: number;
920
920
  }
921
921
  export interface BulkUpdateFulfillmentMethodTagsByFilterRequest {
922
- /** Filter */
922
+ /** Filter that determines which fulfillment methods to update tags for. */
923
923
  filter: Record<string, any> | null;
924
- /** List of Tags to assign */
924
+ /** Tags to assign to the fulfillment methods. */
925
925
  assignTags?: Tags;
926
- /** List of Tags to unAssign */
926
+ /** Tags to unassign from the fulfillment methods. */
927
927
  unassignTags?: Tags;
928
928
  }
929
929
  export interface BulkUpdateFulfillmentMethodTagsByFilterResponse {
930
930
  /**
931
- * Job ID
931
+ * Job ID. Pass this ID to Get Async Job ([SDK](https://dev.wix.com/docs/sdk/backend-modules/async-jobs/get-async-job) | [REST](https://dev.wix.com/docs/rest/business-management/async-job/get-async-job)) to track the job's status.
932
932
  * @format GUID
933
933
  */
934
934
  jobId?: string;
@@ -1434,7 +1434,7 @@ export interface UpdateFulfillmentMethod {
1434
1434
  */
1435
1435
  minOrderPrice?: string | null;
1436
1436
  /**
1437
- * Business location ID ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) of the operation this fulfillment method belongs to.
1437
+ * Business location ID ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) of the operation this fulfillment method belongs to.
1438
1438
  * @format GUID
1439
1439
  * @readonly
1440
1440
  */
@@ -1670,9 +1670,9 @@ export declare function getCombinedMethodAvailability(fulfillmentMethodIds: stri
1670
1670
  */
1671
1671
  export declare function getAggregatedMethodAvailability(fulfillmentMethodIds: string[]): Promise<NonNullablePaths<GetAggregatedMethodAvailabilityResponse, `aggregatedAvailability.availableTimes` | `aggregatedAvailability.availableTimes.${number}.dayOfWeek` | `fulfillmentTypes`>>;
1672
1672
  /**
1673
- * Synchronously update tags on multiple Fulfillment methods, by list of fulfillment ids
1674
- * A tag that appears both in the list of assign and unassign tags, will be assigned
1675
- * @param fulfillmentMethodIds - List of fulfillment methods that their tags will update.
1673
+ * Synchronously update tags on multiple fulfillment methods.
1674
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
1675
+ * @param fulfillmentMethodIds - IDs of the fulfillment methods to update tags for.
1676
1676
  * @public
1677
1677
  * @documentationMaturity preview
1678
1678
  * @requiredField fulfillmentMethodIds
@@ -1681,16 +1681,16 @@ export declare function getAggregatedMethodAvailability(fulfillmentMethodIds: st
1681
1681
  */
1682
1682
  export declare function bulkUpdateFulfillmentMethodTags(fulfillmentMethodIds: string[], options?: BulkUpdateFulfillmentMethodTagsOptions): Promise<NonNullablePaths<BulkUpdateFulfillmentMethodTagsResponse, `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`>>;
1683
1683
  export interface BulkUpdateFulfillmentMethodTagsOptions {
1684
- /** List of Tags to assign. */
1684
+ /** Tags to assign to the fulfillment methods. */
1685
1685
  assignTags?: Tags;
1686
- /** List of Tags to unAssign. */
1686
+ /** Tags to unassign from the fulfillment methods. */
1687
1687
  unassignTags?: Tags;
1688
1688
  }
1689
1689
  /**
1690
- * Asynchronously update tags on multiple Fulfillment Methods, by provided filter
1691
- * An empty filter will update all Fulfillment Methods
1692
- * A tag that appears both in the list of assign and unassign tags, will be assigned
1693
- * @param filter - Filter
1690
+ * Asynchronously update tags on multiple fulfillment methods according to the specified filter.
1691
+ * If a filter isn't specified, this method updates all fulfillment methods.
1692
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
1693
+ * @param filter - Filter that determines which fulfillment methods to update tags for.
1694
1694
  * @public
1695
1695
  * @documentationMaturity preview
1696
1696
  * @requiredField filter
@@ -1699,9 +1699,9 @@ export interface BulkUpdateFulfillmentMethodTagsOptions {
1699
1699
  */
1700
1700
  export declare function bulkUpdateFulfillmentMethodTagsByFilter(filter: Record<string, any>, options?: BulkUpdateFulfillmentMethodTagsByFilterOptions): Promise<NonNullablePaths<BulkUpdateFulfillmentMethodTagsByFilterResponse, `jobId`>>;
1701
1701
  export interface BulkUpdateFulfillmentMethodTagsByFilterOptions {
1702
- /** List of Tags to assign */
1702
+ /** Tags to assign to the fulfillment methods. */
1703
1703
  assignTags?: Tags;
1704
- /** List of Tags to unAssign */
1704
+ /** Tags to unassign from the fulfillment methods. */
1705
1705
  unassignTags?: Tags;
1706
1706
  }
1707
1707
  export {};
@@ -676,9 +676,9 @@ export async function getAggregatedMethodAvailability(fulfillmentMethodIds) {
676
676
  }
677
677
  }
678
678
  /**
679
- * Synchronously update tags on multiple Fulfillment methods, by list of fulfillment ids
680
- * A tag that appears both in the list of assign and unassign tags, will be assigned
681
- * @param fulfillmentMethodIds - List of fulfillment methods that their tags will update.
679
+ * Synchronously update tags on multiple fulfillment methods.
680
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
681
+ * @param fulfillmentMethodIds - IDs of the fulfillment methods to update tags for.
682
682
  * @public
683
683
  * @documentationMaturity preview
684
684
  * @requiredField fulfillmentMethodIds
@@ -715,10 +715,10 @@ export async function bulkUpdateFulfillmentMethodTags(fulfillmentMethodIds, opti
715
715
  }
716
716
  }
717
717
  /**
718
- * Asynchronously update tags on multiple Fulfillment Methods, by provided filter
719
- * An empty filter will update all Fulfillment Methods
720
- * A tag that appears both in the list of assign and unassign tags, will be assigned
721
- * @param filter - Filter
718
+ * Asynchronously update tags on multiple fulfillment methods according to the specified filter.
719
+ * If a filter isn't specified, this method updates all fulfillment methods.
720
+ * If you specify a tag in both `assignTags` and `unassignTags`, it is assigned.
721
+ * @param filter - Filter that determines which fulfillment methods to update tags for.
722
722
  * @public
723
723
  * @documentationMaturity preview
724
724
  * @requiredField filter