superposition-provider 0.107.1 → 0.109.0

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.
package/dist/index.esm.js CHANGED
@@ -3180,7 +3180,7 @@ var runtimeConfig = {};
3180
3180
 
3181
3181
  var name = "superposition-sdk";
3182
3182
  var description = "superposition-sdk client";
3183
- var version = "0.107.1";
3183
+ var version = "0.109.0";
3184
3184
  var repository = {
3185
3185
  type: "git",
3186
3186
  url: "git+https://github.com/juspay/superposition.git"
@@ -8925,6 +8925,7 @@ function requireModels_0 () {
8925
8925
  REPLACE: "REPLACE",
8926
8926
  };
8927
8927
  models_0.DimensionMatchStrategy = {
8928
+ ANY_MATCH: "any_match",
8928
8929
  EXACT: "exact",
8929
8930
  SUBSET: "subset",
8930
8931
  };
@@ -9951,6 +9952,7 @@ function requireAws_restJson1 () {
9951
9952
  });
9952
9953
  b.bp("/context");
9953
9954
  const query = (0, smithy_client_1.map)({
9955
+ ...(0, smithy_client_1.convertMap)(input.dimension_params),
9954
9956
  [_c]: [() => input.count !== void 0, () => (input[_c].toString())],
9955
9957
  [_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
9956
9958
  [_a]: [() => input.all !== void 0, () => (input[_a].toString())],
@@ -10021,6 +10023,7 @@ function requireAws_restJson1 () {
10021
10023
  });
10022
10024
  b.bp("/experiments/list");
10023
10025
  const query = (0, smithy_client_1.map)({
10026
+ ...(0, smithy_client_1.convertMap)(input.dimension_params),
10024
10027
  [_c]: [() => input.count !== void 0, () => (input[_c].toString())],
10025
10028
  [_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
10026
10029
  [_a]: [() => input.all !== void 0, () => (input[_a].toString())],
@@ -10058,6 +10061,7 @@ function requireAws_restJson1 () {
10058
10061
  });
10059
10062
  b.bp("/experiment-groups/list");
10060
10063
  const query = (0, smithy_client_1.map)({
10064
+ ...(0, smithy_client_1.convertMap)(input.dimension_params),
10061
10065
  [_c]: [() => input.count !== void 0, () => (input[_c].toString())],
10062
10066
  [_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
10063
10067
  [_a]: [() => input.all !== void 0, () => (input[_a].toString())],