@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.
@@ -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.89",
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": "14e7ce288dd2f3c6738f2eb7194173456a060fb8c2566dc6fbf7595a"
60
+ "falconPackageHash": "2f9aba75484f6f6180cfce19d2e091d6045a8aefd052ad158df4c3f3"
61
61
  }