@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.
@@ -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.87",
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.10",
39
- "@wix/sdk-types": "^1.17.6",
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": "89f8f7a2097c3b6f961a7f9d7fd0f44595024919fbea9ae1f3d4384a"
60
+ "falconPackageHash": "14e7ce288dd2f3c6738f2eb7194173456a060fb8c2566dc6fbf7595a"
61
61
  }