@wix/auto_sdk_benefit-programs_pool-definitions 1.0.66 → 1.0.68

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 (42) hide show
  1. package/build/cjs/index.js +2 -4
  2. package/build/cjs/index.js.map +1 -1
  3. package/build/cjs/index.typings.d.ts +5 -9
  4. package/build/cjs/index.typings.js +1 -3
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.js.map +1 -1
  7. package/build/es/index.mjs +2 -4
  8. package/build/es/index.mjs.map +1 -1
  9. package/build/es/index.typings.d.mts +5 -9
  10. package/build/es/index.typings.mjs +1 -3
  11. package/build/es/index.typings.mjs.map +1 -1
  12. package/build/es/meta.mjs.map +1 -1
  13. package/build/internal/cjs/index.typings.d.ts +94 -9
  14. package/build/internal/cjs/meta.d.ts +122 -0
  15. package/build/internal/es/index.typings.d.mts +94 -9
  16. package/build/internal/es/meta.d.mts +122 -0
  17. package/package.json +5 -12
  18. package/build/cjs/schemas.d.ts +0 -700
  19. package/build/cjs/schemas.js +0 -1439
  20. package/build/cjs/schemas.js.map +0 -1
  21. package/build/es/schemas.d.mts +0 -700
  22. package/build/es/schemas.mjs +0 -1381
  23. package/build/es/schemas.mjs.map +0 -1
  24. package/build/internal/cjs/index.js +0 -1140
  25. package/build/internal/cjs/index.js.map +0 -1
  26. package/build/internal/cjs/index.typings.js +0 -1016
  27. package/build/internal/cjs/index.typings.js.map +0 -1
  28. package/build/internal/cjs/meta.js +0 -836
  29. package/build/internal/cjs/meta.js.map +0 -1
  30. package/build/internal/cjs/schemas.d.ts +0 -700
  31. package/build/internal/cjs/schemas.js +0 -1439
  32. package/build/internal/cjs/schemas.js.map +0 -1
  33. package/build/internal/es/index.mjs +0 -1098
  34. package/build/internal/es/index.mjs.map +0 -1
  35. package/build/internal/es/index.typings.mjs +0 -973
  36. package/build/internal/es/index.typings.mjs.map +0 -1
  37. package/build/internal/es/meta.mjs +0 -792
  38. package/build/internal/es/meta.mjs.map +0 -1
  39. package/build/internal/es/schemas.d.mts +0 -700
  40. package/build/internal/es/schemas.mjs +0 -1381
  41. package/build/internal/es/schemas.mjs.map +0 -1
  42. package/schemas/package.json +0 -3
@@ -888,9 +888,7 @@ async function typedQueryPoolDefinitions(query, options) {
888
888
  }
889
889
  }
890
890
  var utils = {
891
- query: {
892
- ...(0, import_query_builder_utils.createQueryUtils)()
893
- }
891
+ query: /* @__PURE__ */ (0, import_query_builder_utils.createQueryUtils)()
894
892
  };
895
893
  async function addPoolDefinitionToProgramDefinition2(poolDefinitionId, options) {
896
894
  const { httpClient, sideEffects } = arguments[2];
@@ -1090,7 +1088,7 @@ function findPoolDefinitionsByProgramDefinition3(httpClient) {
1090
1088
  var import_rest_modules3 = require("@wix/sdk-runtime/rest-modules");
1091
1089
  var import_query_method_router = require("@wix/sdk-runtime/query-method-router");
1092
1090
  function customQueryPoolDefinitions(httpClient) {
1093
- const router = (0, import_query_method_router.createQueryOverloadRouter)({
1091
+ const router = /* @__PURE__ */ (0, import_query_method_router.createQueryOverloadRouter)({
1094
1092
  builderQueryFunction: (options) => queryPoolDefinitions3(httpClient)(options),
1095
1093
  typedQueryFunction: (query, options) => typedQueryPoolDefinitions2(httpClient)(query, options),
1096
1094
  hasOptionsParameter: true