@wix/auto_sdk_table-reservations_experiences 1.0.36 → 1.0.37

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.
Files changed (49) hide show
  1. package/build/cjs/index.d.ts +39 -27
  2. package/build/cjs/index.js +2977 -32
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -3
  5. package/build/cjs/index.typings.js +2955 -10
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +7 -7
  8. package/build/cjs/meta.js.map +1 -1
  9. package/build/cjs/schemas.d.ts +3 -3
  10. package/build/cjs/schemas.js +2 -2
  11. package/build/cjs/schemas.js.map +1 -1
  12. package/build/cjs/{table-reservations-v1-experience-experiences.universal-BAFNaOzr.d.ts → table-reservations-v1-experience-experiences.universal-CHddGarE.d.ts} +20 -58
  13. package/build/es/index.d.mts +39 -27
  14. package/build/es/index.mjs +2967 -32
  15. package/build/es/index.mjs.map +1 -1
  16. package/build/es/index.typings.d.mts +2 -3
  17. package/build/es/index.typings.mjs +2945 -10
  18. package/build/es/index.typings.mjs.map +1 -1
  19. package/build/es/meta.d.mts +7 -7
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/es/schemas.d.mts +3 -3
  22. package/build/es/schemas.mjs +2 -2
  23. package/build/es/schemas.mjs.map +1 -1
  24. package/build/es/{table-reservations-v1-experience-experiences.universal-BAFNaOzr.d.mts → table-reservations-v1-experience-experiences.universal-CHddGarE.d.mts} +20 -58
  25. package/build/internal/cjs/index.d.ts +39 -27
  26. package/build/internal/cjs/index.js +2977 -32
  27. package/build/internal/cjs/index.js.map +1 -1
  28. package/build/internal/cjs/index.typings.d.ts +2 -3
  29. package/build/internal/cjs/index.typings.js +2955 -10
  30. package/build/internal/cjs/index.typings.js.map +1 -1
  31. package/build/internal/cjs/meta.d.ts +7 -7
  32. package/build/internal/cjs/meta.js.map +1 -1
  33. package/build/internal/cjs/schemas.d.ts +3 -3
  34. package/build/internal/cjs/schemas.js +2 -2
  35. package/build/internal/cjs/schemas.js.map +1 -1
  36. package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-BAFNaOzr.d.ts → table-reservations-v1-experience-experiences.universal-CHddGarE.d.ts} +20 -58
  37. package/build/internal/es/index.d.mts +39 -27
  38. package/build/internal/es/index.mjs +2967 -32
  39. package/build/internal/es/index.mjs.map +1 -1
  40. package/build/internal/es/index.typings.d.mts +2 -3
  41. package/build/internal/es/index.typings.mjs +2945 -10
  42. package/build/internal/es/index.typings.mjs.map +1 -1
  43. package/build/internal/es/meta.d.mts +7 -7
  44. package/build/internal/es/meta.mjs.map +1 -1
  45. package/build/internal/es/schemas.d.mts +3 -3
  46. package/build/internal/es/schemas.mjs +2 -2
  47. package/build/internal/es/schemas.mjs.map +1 -1
  48. package/build/internal/es/{table-reservations-v1-experience-experiences.universal-BAFNaOzr.d.mts → table-reservations-v1-experience-experiences.universal-CHddGarE.d.mts} +20 -58
  49. package/package.json +2 -2
@@ -1224,12 +1224,12 @@ declare const SearchExperiencesRequest: z.ZodObject<{
1224
1224
  aggregations: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{
1225
1225
  name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1226
1226
  type: z.ZodOptional<z.ZodEnum<{
1227
- NESTED: "NESTED";
1228
1227
  UNKNOWN_AGGREGATION_TYPE: "UNKNOWN_AGGREGATION_TYPE";
1229
1228
  VALUE: "VALUE";
1230
1229
  RANGE: "RANGE";
1231
1230
  SCALAR: "SCALAR";
1232
1231
  DATE_HISTOGRAM: "DATE_HISTOGRAM";
1232
+ NESTED: "NESTED";
1233
1233
  }>>;
1234
1234
  fieldPath: z.ZodOptional<z.ZodString>;
1235
1235
  }, z.core.$strip>, z.ZodXor<readonly [z.ZodObject<{
@@ -1589,12 +1589,12 @@ declare const SearchExperiencesResponse: z.ZodObject<{
1589
1589
  results: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{
1590
1590
  name: z.ZodOptional<z.ZodString>;
1591
1591
  type: z.ZodOptional<z.ZodEnum<{
1592
- NESTED: "NESTED";
1593
1592
  UNKNOWN_AGGREGATION_TYPE: "UNKNOWN_AGGREGATION_TYPE";
1594
1593
  VALUE: "VALUE";
1595
1594
  RANGE: "RANGE";
1596
1595
  SCALAR: "SCALAR";
1597
1596
  DATE_HISTOGRAM: "DATE_HISTOGRAM";
1597
+ NESTED: "NESTED";
1598
1598
  }>>;
1599
1599
  fieldPath: z.ZodOptional<z.ZodString>;
1600
1600
  }, z.core.$strip>, z.ZodXor<readonly [z.ZodObject<{
@@ -1656,12 +1656,12 @@ declare const SearchExperiencesResponse: z.ZodObject<{
1656
1656
  nestedResults: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
1657
1657
  name: z.ZodOptional<z.ZodString>;
1658
1658
  type: z.ZodOptional<z.ZodEnum<{
1659
- NESTED: "NESTED";
1660
1659
  UNKNOWN_AGGREGATION_TYPE: "UNKNOWN_AGGREGATION_TYPE";
1661
1660
  VALUE: "VALUE";
1662
1661
  RANGE: "RANGE";
1663
1662
  SCALAR: "SCALAR";
1664
1663
  DATE_HISTOGRAM: "DATE_HISTOGRAM";
1664
+ NESTED: "NESTED";
1665
1665
  }>>;
1666
1666
  fieldPath: z.ZodOptional<z.ZodString>;
1667
1667
  }, z.core.$strip>, z.ZodXor<readonly [z.ZodObject<{
@@ -2863,7 +2863,7 @@ var BulkArchiveExperiencesResponse = z.object({
2863
2863
  undetailedFailures: z.number().int().describe(
2864
2864
  "Number of failures without details because detailed failure threshold was exceeded."
2865
2865
  ).min(0).optional()
2866
- }).describe("Metadata for the API call.").optional()
2866
+ }).describe("Bulk action metadata.").optional()
2867
2867
  });
2868
2868
  var BulkUnarchiveExperiencesRequest = z.object({
2869
2869
  experienceIds: z.array(z.string()).min(1).max(100)
@@ -2898,7 +2898,7 @@ var BulkUnarchiveExperiencesResponse = z.object({
2898
2898
  undetailedFailures: z.number().int().describe(
2899
2899
  "Number of failures without details because detailed failure threshold was exceeded."
2900
2900
  ).min(0).optional()
2901
- }).describe("Metadata for the API call.").optional()
2901
+ }).describe("Bulk action metadata.").optional()
2902
2902
  });
2903
2903
  export {
2904
2904
  BulkArchiveExperiencesRequest,