@wix/auto_sdk_restaurants_operations 1.0.89 → 1.0.90
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 +21 -63
- package/build/cjs/index.js +68 -3751
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +22 -3705
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/schemas.d.ts +2 -2
- package/build/es/index.d.mts +21 -63
- package/build/es/index.mjs +68 -3741
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +22 -3695
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/schemas.d.mts +2 -2
- package/build/internal/cjs/index.d.ts +21 -63
- package/build/internal/cjs/index.js +68 -3751
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +22 -3705
- 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 +21 -63
- package/build/internal/es/index.mjs +68 -3741
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +22 -3695
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +2 -2
- package/package.json +2 -2
|
@@ -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";
|
|
973
972
|
_id: "_id";
|
|
974
973
|
_createdDate: "_createdDate";
|
|
975
974
|
_updatedDate: "_updatedDate";
|
|
976
|
-
name: "name";
|
|
977
975
|
fulfillmentIds: "fulfillmentIds";
|
|
978
976
|
onlineOrderingStatus: "onlineOrderingStatus";
|
|
979
977
|
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.90",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"fqdn": "wix.restaurants.operations.v1.operation"
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
-
"falconPackageHash": "
|
|
60
|
+
"falconPackageHash": "2f9aba75484f6f6180cfce19d2e091d6045a8aefd052ad158df4c3f3"
|
|
61
61
|
}
|