superposition-provider 0.109.0 → 0.111.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.109.0";
3186
+ var version = "0.111.0";
3187
3187
  var repository = {
3188
3188
  type: "git",
3189
3189
  url: "git+https://github.com/juspay/superposition.git"
@@ -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);
@@ -9929,6 +9933,7 @@ function requireAws_restJson1 () {
9929
9933
  });
9930
9934
  b.bp("/audit");
9931
9935
  const query = (0, smithy_client_1.map)({
9936
+ ...(0, smithy_client_1.convertMap)(input.dimension_params),
9932
9937
  [_c]: [() => input.count !== void 0, () => (input[_c].toString())],
9933
9938
  [_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
9934
9939
  [_a]: [() => input.all !== void 0, () => (input[_a].toString())],
@@ -10558,6 +10563,7 @@ function requireAws_restJson1 () {
10558
10563
  'content-type': 'application/json',
10559
10564
  [_xw]: input[_wi],
10560
10565
  [_xoi]: input[_oi],
10566
+ [_xct]: input[_ct],
10561
10567
  });
10562
10568
  b.bp("/experiments/{id}/overrides");
10563
10569
  b.p('id', () => input.id, '{id}', false);
@@ -13330,6 +13336,8 @@ function requireAws_restJson1 () {
13330
13336
  const _geo = "global_experiments_only";
13331
13337
  const _gt = "group_type";
13332
13338
  const _i = "identifier";
13339
+ const _ik = "idempotency_key";
13340
+ const _ik_ = "idempotency-key";
13333
13341
  const _ims = "if_modified_since";
13334
13342
  const _ims_ = "if-modified-since";
13335
13343
  const _lm = "last-modified";