@wix/auto_sdk_restaurants_operations 1.0.46 → 1.0.48
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/index.js +4 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +13 -16
- package/build/cjs/index.typings.js +4 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +9 -1
- package/build/es/index.mjs +4 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +13 -16
- package/build/es/index.typings.mjs +4 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +9 -1
- package/build/internal/cjs/index.js +4 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +13 -16
- package/build/internal/cjs/index.typings.js +4 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +9 -1
- package/build/internal/es/index.mjs +4 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +13 -16
- package/build/internal/es/index.typings.mjs +4 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +9 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -1719,7 +1719,8 @@ async function calculateFirstAvailableTimeSlotsPerMenu2(operationId, options) {
|
|
|
1719
1719
|
(0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
|
|
1720
1720
|
operationId,
|
|
1721
1721
|
deliveryAddress: options?.deliveryAddress,
|
|
1722
|
-
cursorPaging: options?.cursorPaging
|
|
1722
|
+
cursorPaging: options?.cursorPaging,
|
|
1723
|
+
onlyOnlineOrderingEnabled: options?.onlyOnlineOrderingEnabled
|
|
1723
1724
|
}),
|
|
1724
1725
|
[
|
|
1725
1726
|
{
|
|
@@ -1755,7 +1756,8 @@ async function calculateFirstAvailableTimeSlotsPerMenu2(operationId, options) {
|
|
|
1755
1756
|
explicitPathsToArguments: {
|
|
1756
1757
|
operationId: "$[0]",
|
|
1757
1758
|
deliveryAddress: "$[1].deliveryAddress",
|
|
1758
|
-
cursorPaging: "$[1].cursorPaging"
|
|
1759
|
+
cursorPaging: "$[1].cursorPaging",
|
|
1760
|
+
onlyOnlineOrderingEnabled: "$[1].onlyOnlineOrderingEnabled"
|
|
1759
1761
|
},
|
|
1760
1762
|
singleArgumentUnchanged: false
|
|
1761
1763
|
},
|