@wix/auto_sdk_restaurants_fulfillment-methods 1.0.4 → 1.0.6
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.
- package/build/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.d.ts +2 -2
- package/build/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.js +2 -2
- package/build/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.d.ts +2 -2
- package/build/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.js +2 -2
- package/build/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.d.ts +2 -2
- package/build/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.js +2 -2
- package/build/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.d.ts +2 -2
- package/build/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.js +2 -2
- package/build/internal/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.d.ts +2 -2
- package/build/internal/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.js +2 -2
- package/build/internal/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.d.ts +2 -2
- package/build/internal/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.js +2 -2
- package/build/internal/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.d.ts +2 -2
- package/build/internal/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.js +2 -2
- package/build/internal/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.d.ts +2 -2
- package/build/internal/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.js +2 -2
- package/package.json +2 -2
|
@@ -44,14 +44,14 @@ export declare function listFulfillmentMethods(payload: object): RequestOptionsF
|
|
|
44
44
|
export declare function listAvailableFulfillmentMethodsForAddress(payload: object): RequestOptionsFactory<any>;
|
|
45
45
|
/**
|
|
46
46
|
* Retrieves the accumulated availability of all fulfillment methods.
|
|
47
|
-
* @deprecated It has been replaced with
|
|
47
|
+
* @deprecated It has been replaced with wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability(), and will be removed on 2024-09-29.
|
|
48
48
|
*/
|
|
49
49
|
export declare function getAccumulatedFulfillmentMethodsAvailability(payload: object): RequestOptionsFactory<any>;
|
|
50
50
|
/**
|
|
51
51
|
* Retrieves the combined availability of a list of fulfillment methods.
|
|
52
52
|
*
|
|
53
53
|
* The combined availability is a list of times during which one or more of the given fulfillment methods is available, and the types of those fulfillment methods.
|
|
54
|
-
* @deprecated It has been replaced with GetAggregatedMethodAvailability(), and will be removed on 2025-02-10.
|
|
54
|
+
* @deprecated It has been replaced with wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability(), and will be removed on 2025-02-10.
|
|
55
55
|
*/
|
|
56
56
|
export declare function getCombinedMethodAvailability(payload: object): RequestOptionsFactory<any>;
|
|
57
57
|
/**
|
|
@@ -534,7 +534,7 @@ function listAvailableFulfillmentMethodsForAddress(payload) {
|
|
|
534
534
|
exports.listAvailableFulfillmentMethodsForAddress = listAvailableFulfillmentMethodsForAddress;
|
|
535
535
|
/**
|
|
536
536
|
* Retrieves the accumulated availability of all fulfillment methods.
|
|
537
|
-
* @deprecated It has been replaced with
|
|
537
|
+
* @deprecated It has been replaced with wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability(), and will be removed on 2024-09-29.
|
|
538
538
|
*/
|
|
539
539
|
function getAccumulatedFulfillmentMethodsAvailability(payload) {
|
|
540
540
|
function __getAccumulatedFulfillmentMethodsAvailability({ host }) {
|
|
@@ -559,7 +559,7 @@ exports.getAccumulatedFulfillmentMethodsAvailability = getAccumulatedFulfillment
|
|
|
559
559
|
* Retrieves the combined availability of a list of fulfillment methods.
|
|
560
560
|
*
|
|
561
561
|
* The combined availability is a list of times during which one or more of the given fulfillment methods is available, and the types of those fulfillment methods.
|
|
562
|
-
* @deprecated It has been replaced with GetAggregatedMethodAvailability(), and will be removed on 2025-02-10.
|
|
562
|
+
* @deprecated It has been replaced with wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability(), and will be removed on 2025-02-10.
|
|
563
563
|
*/
|
|
564
564
|
function getCombinedMethodAvailability(payload) {
|
|
565
565
|
function __getCombinedMethodAvailability({ host }) {
|
|
@@ -1347,7 +1347,7 @@ export interface ListAvailableFulfillmentMethodsForAddressOptions {
|
|
|
1347
1347
|
* @applicableIdentity VISITOR
|
|
1348
1348
|
* @fqn wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAccumulatedFulfillmentMethodsAvailability
|
|
1349
1349
|
* @deprecated
|
|
1350
|
-
* @replacedBy
|
|
1350
|
+
* @replacedBy wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability
|
|
1351
1351
|
* @targetRemovalDate 2024-09-29
|
|
1352
1352
|
*/
|
|
1353
1353
|
export declare function getAccumulatedFulfillmentMethodsAvailability(options?: GetAccumulatedFulfillmentMethodsAvailabilityOptions): Promise<GetAccumulatedFulfillmentMethodsAvailabilityResponse & GetAccumulatedFulfillmentMethodsAvailabilityResponseNonNullableFields>;
|
|
@@ -1370,7 +1370,7 @@ export interface GetAccumulatedFulfillmentMethodsAvailabilityOptions {
|
|
|
1370
1370
|
* @applicableIdentity VISITOR
|
|
1371
1371
|
* @fqn wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetCombinedMethodAvailability
|
|
1372
1372
|
* @deprecated
|
|
1373
|
-
* @replacedBy GetAggregatedMethodAvailability
|
|
1373
|
+
* @replacedBy wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability
|
|
1374
1374
|
* @targetRemovalDate 2025-02-10
|
|
1375
1375
|
*/
|
|
1376
1376
|
export declare function getCombinedMethodAvailability(fulfillmentMethodIds: string[]): Promise<GetCombinedMethodAvailabilityResponse & GetCombinedMethodAvailabilityResponseNonNullableFields>;
|
|
@@ -543,7 +543,7 @@ exports.listAvailableFulfillmentMethodsForAddress = listAvailableFulfillmentMeth
|
|
|
543
543
|
* @applicableIdentity VISITOR
|
|
544
544
|
* @fqn wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAccumulatedFulfillmentMethodsAvailability
|
|
545
545
|
* @deprecated
|
|
546
|
-
* @replacedBy
|
|
546
|
+
* @replacedBy wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability
|
|
547
547
|
* @targetRemovalDate 2024-09-29
|
|
548
548
|
*/
|
|
549
549
|
async function getAccumulatedFulfillmentMethodsAvailability(options) {
|
|
@@ -587,7 +587,7 @@ exports.getAccumulatedFulfillmentMethodsAvailability = getAccumulatedFulfillment
|
|
|
587
587
|
* @applicableIdentity VISITOR
|
|
588
588
|
* @fqn wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetCombinedMethodAvailability
|
|
589
589
|
* @deprecated
|
|
590
|
-
* @replacedBy GetAggregatedMethodAvailability
|
|
590
|
+
* @replacedBy wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability
|
|
591
591
|
* @targetRemovalDate 2025-02-10
|
|
592
592
|
*/
|
|
593
593
|
async function getCombinedMethodAvailability(fulfillmentMethodIds) {
|
|
@@ -44,14 +44,14 @@ export declare function listFulfillmentMethods(payload: object): RequestOptionsF
|
|
|
44
44
|
export declare function listAvailableFulfillmentMethodsForAddress(payload: object): RequestOptionsFactory<any>;
|
|
45
45
|
/**
|
|
46
46
|
* Retrieves the accumulated availability of all fulfillment methods.
|
|
47
|
-
* @deprecated It has been replaced with
|
|
47
|
+
* @deprecated It has been replaced with wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability(), and will be removed on 2024-09-29.
|
|
48
48
|
*/
|
|
49
49
|
export declare function getAccumulatedFulfillmentMethodsAvailability(payload: object): RequestOptionsFactory<any>;
|
|
50
50
|
/**
|
|
51
51
|
* Retrieves the combined availability of a list of fulfillment methods.
|
|
52
52
|
*
|
|
53
53
|
* The combined availability is a list of times during which one or more of the given fulfillment methods is available, and the types of those fulfillment methods.
|
|
54
|
-
* @deprecated It has been replaced with GetAggregatedMethodAvailability(), and will be removed on 2025-02-10.
|
|
54
|
+
* @deprecated It has been replaced with wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability(), and will be removed on 2025-02-10.
|
|
55
55
|
*/
|
|
56
56
|
export declare function getCombinedMethodAvailability(payload: object): RequestOptionsFactory<any>;
|
|
57
57
|
/**
|
|
@@ -524,7 +524,7 @@ export function listAvailableFulfillmentMethodsForAddress(payload) {
|
|
|
524
524
|
}
|
|
525
525
|
/**
|
|
526
526
|
* Retrieves the accumulated availability of all fulfillment methods.
|
|
527
|
-
* @deprecated It has been replaced with
|
|
527
|
+
* @deprecated It has been replaced with wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability(), and will be removed on 2024-09-29.
|
|
528
528
|
*/
|
|
529
529
|
export function getAccumulatedFulfillmentMethodsAvailability(payload) {
|
|
530
530
|
function __getAccumulatedFulfillmentMethodsAvailability({ host }) {
|
|
@@ -548,7 +548,7 @@ export function getAccumulatedFulfillmentMethodsAvailability(payload) {
|
|
|
548
548
|
* Retrieves the combined availability of a list of fulfillment methods.
|
|
549
549
|
*
|
|
550
550
|
* The combined availability is a list of times during which one or more of the given fulfillment methods is available, and the types of those fulfillment methods.
|
|
551
|
-
* @deprecated It has been replaced with GetAggregatedMethodAvailability(), and will be removed on 2025-02-10.
|
|
551
|
+
* @deprecated It has been replaced with wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability(), and will be removed on 2025-02-10.
|
|
552
552
|
*/
|
|
553
553
|
export function getCombinedMethodAvailability(payload) {
|
|
554
554
|
function __getCombinedMethodAvailability({ host }) {
|
|
@@ -1347,7 +1347,7 @@ export interface ListAvailableFulfillmentMethodsForAddressOptions {
|
|
|
1347
1347
|
* @applicableIdentity VISITOR
|
|
1348
1348
|
* @fqn wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAccumulatedFulfillmentMethodsAvailability
|
|
1349
1349
|
* @deprecated
|
|
1350
|
-
* @replacedBy
|
|
1350
|
+
* @replacedBy wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability
|
|
1351
1351
|
* @targetRemovalDate 2024-09-29
|
|
1352
1352
|
*/
|
|
1353
1353
|
export declare function getAccumulatedFulfillmentMethodsAvailability(options?: GetAccumulatedFulfillmentMethodsAvailabilityOptions): Promise<GetAccumulatedFulfillmentMethodsAvailabilityResponse & GetAccumulatedFulfillmentMethodsAvailabilityResponseNonNullableFields>;
|
|
@@ -1370,7 +1370,7 @@ export interface GetAccumulatedFulfillmentMethodsAvailabilityOptions {
|
|
|
1370
1370
|
* @applicableIdentity VISITOR
|
|
1371
1371
|
* @fqn wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetCombinedMethodAvailability
|
|
1372
1372
|
* @deprecated
|
|
1373
|
-
* @replacedBy GetAggregatedMethodAvailability
|
|
1373
|
+
* @replacedBy wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability
|
|
1374
1374
|
* @targetRemovalDate 2025-02-10
|
|
1375
1375
|
*/
|
|
1376
1376
|
export declare function getCombinedMethodAvailability(fulfillmentMethodIds: string[]): Promise<GetCombinedMethodAvailabilityResponse & GetCombinedMethodAvailabilityResponseNonNullableFields>;
|
|
@@ -510,7 +510,7 @@ export async function listAvailableFulfillmentMethodsForAddress(options) {
|
|
|
510
510
|
* @applicableIdentity VISITOR
|
|
511
511
|
* @fqn wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAccumulatedFulfillmentMethodsAvailability
|
|
512
512
|
* @deprecated
|
|
513
|
-
* @replacedBy
|
|
513
|
+
* @replacedBy wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability
|
|
514
514
|
* @targetRemovalDate 2024-09-29
|
|
515
515
|
*/
|
|
516
516
|
export async function getAccumulatedFulfillmentMethodsAvailability(options) {
|
|
@@ -553,7 +553,7 @@ export async function getAccumulatedFulfillmentMethodsAvailability(options) {
|
|
|
553
553
|
* @applicableIdentity VISITOR
|
|
554
554
|
* @fqn wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetCombinedMethodAvailability
|
|
555
555
|
* @deprecated
|
|
556
|
-
* @replacedBy GetAggregatedMethodAvailability
|
|
556
|
+
* @replacedBy wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability
|
|
557
557
|
* @targetRemovalDate 2025-02-10
|
|
558
558
|
*/
|
|
559
559
|
export async function getCombinedMethodAvailability(fulfillmentMethodIds) {
|
package/build/internal/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.d.ts
CHANGED
|
@@ -44,14 +44,14 @@ export declare function listFulfillmentMethods(payload: object): RequestOptionsF
|
|
|
44
44
|
export declare function listAvailableFulfillmentMethodsForAddress(payload: object): RequestOptionsFactory<any>;
|
|
45
45
|
/**
|
|
46
46
|
* Retrieves the accumulated availability of all fulfillment methods.
|
|
47
|
-
* @deprecated It has been replaced with
|
|
47
|
+
* @deprecated It has been replaced with wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability(), and will be removed on 2024-09-29.
|
|
48
48
|
*/
|
|
49
49
|
export declare function getAccumulatedFulfillmentMethodsAvailability(payload: object): RequestOptionsFactory<any>;
|
|
50
50
|
/**
|
|
51
51
|
* Retrieves the combined availability of a list of fulfillment methods.
|
|
52
52
|
*
|
|
53
53
|
* The combined availability is a list of times during which one or more of the given fulfillment methods is available, and the types of those fulfillment methods.
|
|
54
|
-
* @deprecated It has been replaced with GetAggregatedMethodAvailability(), and will be removed on 2025-02-10.
|
|
54
|
+
* @deprecated It has been replaced with wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability(), and will be removed on 2025-02-10.
|
|
55
55
|
*/
|
|
56
56
|
export declare function getCombinedMethodAvailability(payload: object): RequestOptionsFactory<any>;
|
|
57
57
|
/**
|
package/build/internal/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.js
CHANGED
|
@@ -534,7 +534,7 @@ function listAvailableFulfillmentMethodsForAddress(payload) {
|
|
|
534
534
|
exports.listAvailableFulfillmentMethodsForAddress = listAvailableFulfillmentMethodsForAddress;
|
|
535
535
|
/**
|
|
536
536
|
* Retrieves the accumulated availability of all fulfillment methods.
|
|
537
|
-
* @deprecated It has been replaced with
|
|
537
|
+
* @deprecated It has been replaced with wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability(), and will be removed on 2024-09-29.
|
|
538
538
|
*/
|
|
539
539
|
function getAccumulatedFulfillmentMethodsAvailability(payload) {
|
|
540
540
|
function __getAccumulatedFulfillmentMethodsAvailability({ host }) {
|
|
@@ -559,7 +559,7 @@ exports.getAccumulatedFulfillmentMethodsAvailability = getAccumulatedFulfillment
|
|
|
559
559
|
* Retrieves the combined availability of a list of fulfillment methods.
|
|
560
560
|
*
|
|
561
561
|
* The combined availability is a list of times during which one or more of the given fulfillment methods is available, and the types of those fulfillment methods.
|
|
562
|
-
* @deprecated It has been replaced with GetAggregatedMethodAvailability(), and will be removed on 2025-02-10.
|
|
562
|
+
* @deprecated It has been replaced with wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability(), and will be removed on 2025-02-10.
|
|
563
563
|
*/
|
|
564
564
|
function getCombinedMethodAvailability(payload) {
|
|
565
565
|
function __getCombinedMethodAvailability({ host }) {
|
package/build/internal/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.d.ts
CHANGED
|
@@ -1347,7 +1347,7 @@ export interface ListAvailableFulfillmentMethodsForAddressOptions {
|
|
|
1347
1347
|
* @applicableIdentity VISITOR
|
|
1348
1348
|
* @fqn wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAccumulatedFulfillmentMethodsAvailability
|
|
1349
1349
|
* @deprecated
|
|
1350
|
-
* @replacedBy
|
|
1350
|
+
* @replacedBy wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability
|
|
1351
1351
|
* @targetRemovalDate 2024-09-29
|
|
1352
1352
|
*/
|
|
1353
1353
|
export declare function getAccumulatedFulfillmentMethodsAvailability(options?: GetAccumulatedFulfillmentMethodsAvailabilityOptions): Promise<GetAccumulatedFulfillmentMethodsAvailabilityResponse & GetAccumulatedFulfillmentMethodsAvailabilityResponseNonNullableFields>;
|
|
@@ -1370,7 +1370,7 @@ export interface GetAccumulatedFulfillmentMethodsAvailabilityOptions {
|
|
|
1370
1370
|
* @applicableIdentity VISITOR
|
|
1371
1371
|
* @fqn wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetCombinedMethodAvailability
|
|
1372
1372
|
* @deprecated
|
|
1373
|
-
* @replacedBy GetAggregatedMethodAvailability
|
|
1373
|
+
* @replacedBy wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability
|
|
1374
1374
|
* @targetRemovalDate 2025-02-10
|
|
1375
1375
|
*/
|
|
1376
1376
|
export declare function getCombinedMethodAvailability(fulfillmentMethodIds: string[]): Promise<GetCombinedMethodAvailabilityResponse & GetCombinedMethodAvailabilityResponseNonNullableFields>;
|
package/build/internal/cjs/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.js
CHANGED
|
@@ -543,7 +543,7 @@ exports.listAvailableFulfillmentMethodsForAddress = listAvailableFulfillmentMeth
|
|
|
543
543
|
* @applicableIdentity VISITOR
|
|
544
544
|
* @fqn wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAccumulatedFulfillmentMethodsAvailability
|
|
545
545
|
* @deprecated
|
|
546
|
-
* @replacedBy
|
|
546
|
+
* @replacedBy wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability
|
|
547
547
|
* @targetRemovalDate 2024-09-29
|
|
548
548
|
*/
|
|
549
549
|
async function getAccumulatedFulfillmentMethodsAvailability(options) {
|
|
@@ -587,7 +587,7 @@ exports.getAccumulatedFulfillmentMethodsAvailability = getAccumulatedFulfillment
|
|
|
587
587
|
* @applicableIdentity VISITOR
|
|
588
588
|
* @fqn wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetCombinedMethodAvailability
|
|
589
589
|
* @deprecated
|
|
590
|
-
* @replacedBy GetAggregatedMethodAvailability
|
|
590
|
+
* @replacedBy wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability
|
|
591
591
|
* @targetRemovalDate 2025-02-10
|
|
592
592
|
*/
|
|
593
593
|
async function getCombinedMethodAvailability(fulfillmentMethodIds) {
|
package/build/internal/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.http.d.ts
CHANGED
|
@@ -44,14 +44,14 @@ export declare function listFulfillmentMethods(payload: object): RequestOptionsF
|
|
|
44
44
|
export declare function listAvailableFulfillmentMethodsForAddress(payload: object): RequestOptionsFactory<any>;
|
|
45
45
|
/**
|
|
46
46
|
* Retrieves the accumulated availability of all fulfillment methods.
|
|
47
|
-
* @deprecated It has been replaced with
|
|
47
|
+
* @deprecated It has been replaced with wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability(), and will be removed on 2024-09-29.
|
|
48
48
|
*/
|
|
49
49
|
export declare function getAccumulatedFulfillmentMethodsAvailability(payload: object): RequestOptionsFactory<any>;
|
|
50
50
|
/**
|
|
51
51
|
* Retrieves the combined availability of a list of fulfillment methods.
|
|
52
52
|
*
|
|
53
53
|
* The combined availability is a list of times during which one or more of the given fulfillment methods is available, and the types of those fulfillment methods.
|
|
54
|
-
* @deprecated It has been replaced with GetAggregatedMethodAvailability(), and will be removed on 2025-02-10.
|
|
54
|
+
* @deprecated It has been replaced with wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability(), and will be removed on 2025-02-10.
|
|
55
55
|
*/
|
|
56
56
|
export declare function getCombinedMethodAvailability(payload: object): RequestOptionsFactory<any>;
|
|
57
57
|
/**
|
|
@@ -524,7 +524,7 @@ export function listAvailableFulfillmentMethodsForAddress(payload) {
|
|
|
524
524
|
}
|
|
525
525
|
/**
|
|
526
526
|
* Retrieves the accumulated availability of all fulfillment methods.
|
|
527
|
-
* @deprecated It has been replaced with
|
|
527
|
+
* @deprecated It has been replaced with wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability(), and will be removed on 2024-09-29.
|
|
528
528
|
*/
|
|
529
529
|
export function getAccumulatedFulfillmentMethodsAvailability(payload) {
|
|
530
530
|
function __getAccumulatedFulfillmentMethodsAvailability({ host }) {
|
|
@@ -548,7 +548,7 @@ export function getAccumulatedFulfillmentMethodsAvailability(payload) {
|
|
|
548
548
|
* Retrieves the combined availability of a list of fulfillment methods.
|
|
549
549
|
*
|
|
550
550
|
* The combined availability is a list of times during which one or more of the given fulfillment methods is available, and the types of those fulfillment methods.
|
|
551
|
-
* @deprecated It has been replaced with GetAggregatedMethodAvailability(), and will be removed on 2025-02-10.
|
|
551
|
+
* @deprecated It has been replaced with wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability(), and will be removed on 2025-02-10.
|
|
552
552
|
*/
|
|
553
553
|
export function getCombinedMethodAvailability(payload) {
|
|
554
554
|
function __getCombinedMethodAvailability({ host }) {
|
package/build/internal/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.d.ts
CHANGED
|
@@ -1347,7 +1347,7 @@ export interface ListAvailableFulfillmentMethodsForAddressOptions {
|
|
|
1347
1347
|
* @applicableIdentity VISITOR
|
|
1348
1348
|
* @fqn wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAccumulatedFulfillmentMethodsAvailability
|
|
1349
1349
|
* @deprecated
|
|
1350
|
-
* @replacedBy
|
|
1350
|
+
* @replacedBy wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability
|
|
1351
1351
|
* @targetRemovalDate 2024-09-29
|
|
1352
1352
|
*/
|
|
1353
1353
|
export declare function getAccumulatedFulfillmentMethodsAvailability(options?: GetAccumulatedFulfillmentMethodsAvailabilityOptions): Promise<GetAccumulatedFulfillmentMethodsAvailabilityResponse & GetAccumulatedFulfillmentMethodsAvailabilityResponseNonNullableFields>;
|
|
@@ -1370,7 +1370,7 @@ export interface GetAccumulatedFulfillmentMethodsAvailabilityOptions {
|
|
|
1370
1370
|
* @applicableIdentity VISITOR
|
|
1371
1371
|
* @fqn wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetCombinedMethodAvailability
|
|
1372
1372
|
* @deprecated
|
|
1373
|
-
* @replacedBy GetAggregatedMethodAvailability
|
|
1373
|
+
* @replacedBy wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability
|
|
1374
1374
|
* @targetRemovalDate 2025-02-10
|
|
1375
1375
|
*/
|
|
1376
1376
|
export declare function getCombinedMethodAvailability(fulfillmentMethodIds: string[]): Promise<GetCombinedMethodAvailabilityResponse & GetCombinedMethodAvailabilityResponseNonNullableFields>;
|
package/build/internal/es/src/restaurants-v1-fulfillment-method-fulfillment-methods.universal.js
CHANGED
|
@@ -510,7 +510,7 @@ export async function listAvailableFulfillmentMethodsForAddress(options) {
|
|
|
510
510
|
* @applicableIdentity VISITOR
|
|
511
511
|
* @fqn wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAccumulatedFulfillmentMethodsAvailability
|
|
512
512
|
* @deprecated
|
|
513
|
-
* @replacedBy
|
|
513
|
+
* @replacedBy wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability
|
|
514
514
|
* @targetRemovalDate 2024-09-29
|
|
515
515
|
*/
|
|
516
516
|
export async function getAccumulatedFulfillmentMethodsAvailability(options) {
|
|
@@ -553,7 +553,7 @@ export async function getAccumulatedFulfillmentMethodsAvailability(options) {
|
|
|
553
553
|
* @applicableIdentity VISITOR
|
|
554
554
|
* @fqn wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetCombinedMethodAvailability
|
|
555
555
|
* @deprecated
|
|
556
|
-
* @replacedBy GetAggregatedMethodAvailability
|
|
556
|
+
* @replacedBy wix.restaurants.fulfillment.v1.FulfillmentMethodsService.GetAggregatedMethodAvailability
|
|
557
557
|
* @targetRemovalDate 2025-02-10
|
|
558
558
|
*/
|
|
559
559
|
export async function getCombinedMethodAvailability(fulfillmentMethodIds) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_restaurants_fulfillment-methods",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.restaurants.v1.fulfillment_method"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "fe49c53e88c46177fd0a6c6d4562c9c33f5e03d9a24688e62c8c93a6"
|
|
52
52
|
}
|