superposition-provider 0.110.0 → 0.112.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.js CHANGED
@@ -3183,7 +3183,7 @@ var runtimeConfig = {};
3183
3183
 
3184
3184
  var name = "superposition-sdk";
3185
3185
  var description = "superposition-sdk client";
3186
- var version = "0.110.0";
3186
+ var version = "0.112.0";
3187
3187
  var repository = {
3188
3188
  type: "git",
3189
3189
  url: "git+https://github.com/juspay/superposition.git"
@@ -8928,8 +8928,8 @@ function requireModels_0 () {
8928
8928
  REPLACE: "REPLACE",
8929
8929
  };
8930
8930
  models_0.DimensionMatchStrategy = {
8931
- ANY_MATCH: "any_match",
8932
8931
  EXACT: "exact",
8932
+ NON_CONFLICTING: "non_conflicting",
8933
8933
  SUBSET: "subset",
8934
8934
  };
8935
8935
  models_0.ContextFilterSortOn = {
@@ -9091,6 +9091,7 @@ function requireAws_restJson1 () {
9091
9091
  'content-type': 'application/json',
9092
9092
  [_xw]: input[_wi],
9093
9093
  [_xoi]: input[_oi],
9094
+ [_xct]: input[_ct],
9094
9095
  });
9095
9096
  b.bp("/experiments/{id}/conclude");
9096
9097
  b.p('id', () => input.id, '{id}', false);
@@ -9184,6 +9185,8 @@ function requireAws_restJson1 () {
9184
9185
  'content-type': 'application/json',
9185
9186
  [_xw]: input[_wi],
9186
9187
  [_xoi]: input[_oi],
9188
+ [_ik_]: input[_ik],
9189
+ [_xct]: input[_ct],
9187
9190
  });
9188
9191
  b.bp("/experiments");
9189
9192
  let body;
@@ -9525,6 +9528,7 @@ function requireAws_restJson1 () {
9525
9528
  'content-type': 'application/json',
9526
9529
  [_xw]: input[_wi],
9527
9530
  [_xoi]: input[_oi],
9531
+ [_xct]: input[_ct],
9528
9532
  });
9529
9533
  b.bp("/experiments/{id}/discard");
9530
9534
  b.p('id', () => input.id, '{id}', false);
@@ -10559,6 +10563,7 @@ function requireAws_restJson1 () {
10559
10563
  'content-type': 'application/json',
10560
10564
  [_xw]: input[_wi],
10561
10565
  [_xoi]: input[_oi],
10566
+ [_xct]: input[_ct],
10562
10567
  });
10563
10568
  b.bp("/experiments/{id}/overrides");
10564
10569
  b.p('id', () => input.id, '{id}', false);
@@ -13331,6 +13336,8 @@ function requireAws_restJson1 () {
13331
13336
  const _geo = "global_experiments_only";
13332
13337
  const _gt = "group_type";
13333
13338
  const _i = "identifier";
13339
+ const _ik = "idempotency_key";
13340
+ const _ik_ = "idempotency-key";
13334
13341
  const _ims = "if_modified_since";
13335
13342
  const _ims_ = "if-modified-since";
13336
13343
  const _lm = "last-modified";