@wix/auto_sdk_restaurants_operations 1.0.87 → 1.0.89
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.d.ts +63 -21
- package/build/cjs/index.js +3751 -68
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +3705 -22
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/schemas.d.ts +2 -2
- package/build/es/index.d.mts +63 -21
- package/build/es/index.mjs +3741 -68
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +3695 -22
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/schemas.d.mts +2 -2
- package/build/internal/cjs/index.d.ts +63 -21
- package/build/internal/cjs/index.js +3751 -68
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +3705 -22
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +2 -2
- package/build/internal/es/index.d.mts +63 -21
- package/build/internal/es/index.mjs +3741 -68
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +3695 -22
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +2 -2
- package/package.json +4 -4
|
@@ -969,14 +969,14 @@ declare const QueryOperationRequest: z.ZodObject<{
|
|
|
969
969
|
}, z.core.$strict>>;
|
|
970
970
|
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
971
971
|
fieldName: z.ZodOptional<z.ZodEnum<{
|
|
972
|
+
default: "default";
|
|
972
973
|
_id: "_id";
|
|
973
974
|
_createdDate: "_createdDate";
|
|
974
975
|
_updatedDate: "_updatedDate";
|
|
976
|
+
name: "name";
|
|
975
977
|
fulfillmentIds: "fulfillmentIds";
|
|
976
978
|
onlineOrderingStatus: "onlineOrderingStatus";
|
|
977
979
|
defaultFulfillmentType: "defaultFulfillmentType";
|
|
978
|
-
name: "name";
|
|
979
|
-
default: "default";
|
|
980
980
|
businessLocationId: "businessLocationId";
|
|
981
981
|
"businessLocationDetails.archived": "businessLocationDetails.archived";
|
|
982
982
|
}>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_restaurants_operations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.89",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"schemas"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@wix/sdk-runtime": "^1.0.
|
|
39
|
-
"@wix/sdk-types": "^1.17.
|
|
38
|
+
"@wix/sdk-runtime": "^1.0.12",
|
|
39
|
+
"@wix/sdk-types": "^1.17.7",
|
|
40
40
|
"zod": "^4.3.6"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"fqdn": "wix.restaurants.operations.v1.operation"
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
-
"falconPackageHash": "
|
|
60
|
+
"falconPackageHash": "14e7ce288dd2f3c6738f2eb7194173456a060fb8c2566dc6fbf7595a"
|
|
61
61
|
}
|