@wix/auto_sdk_stores_customizations-v-3 1.0.78 → 1.0.79

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.
@@ -353,9 +353,9 @@ declare const QueryCustomizationsRequest: z.ZodObject<{
353
353
  sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
354
354
  fieldName: z.ZodOptional<z.ZodEnum<{
355
355
  _id: "_id";
356
- name: "name";
357
356
  _createdDate: "_createdDate";
358
357
  _updatedDate: "_updatedDate";
358
+ name: "name";
359
359
  }>>;
360
360
  order: z.ZodOptional<z.ZodEnum<{
361
361
  ASC: "ASC";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_stores_customizations-v-3",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -57,5 +57,5 @@
57
57
  "fqdn": "wix.stores.catalog.v3.customization"
58
58
  }
59
59
  },
60
- "falconPackageHash": "99258b20a60fb4e2d66845604cc22a3397fa6d1334d690b72b580156"
60
+ "falconPackageHash": "0cea26fb53bb9de16b9d4274f6ff46e0c4fda8dee1bd07ea171ca126"
61
61
  }