superposition-provider 0.110.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.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.110.0";
3183
+ var version = "0.111.0";
3184
3184
  var repository = {
3185
3185
  type: "git",
3186
3186
  url: "git+https://github.com/juspay/superposition.git"
@@ -9088,6 +9088,7 @@ function requireAws_restJson1 () {
9088
9088
  'content-type': 'application/json',
9089
9089
  [_xw]: input[_wi],
9090
9090
  [_xoi]: input[_oi],
9091
+ [_xct]: input[_ct],
9091
9092
  });
9092
9093
  b.bp("/experiments/{id}/conclude");
9093
9094
  b.p('id', () => input.id, '{id}', false);
@@ -9181,6 +9182,8 @@ function requireAws_restJson1 () {
9181
9182
  'content-type': 'application/json',
9182
9183
  [_xw]: input[_wi],
9183
9184
  [_xoi]: input[_oi],
9185
+ [_ik_]: input[_ik],
9186
+ [_xct]: input[_ct],
9184
9187
  });
9185
9188
  b.bp("/experiments");
9186
9189
  let body;
@@ -9522,6 +9525,7 @@ function requireAws_restJson1 () {
9522
9525
  'content-type': 'application/json',
9523
9526
  [_xw]: input[_wi],
9524
9527
  [_xoi]: input[_oi],
9528
+ [_xct]: input[_ct],
9525
9529
  });
9526
9530
  b.bp("/experiments/{id}/discard");
9527
9531
  b.p('id', () => input.id, '{id}', false);
@@ -10556,6 +10560,7 @@ function requireAws_restJson1 () {
10556
10560
  'content-type': 'application/json',
10557
10561
  [_xw]: input[_wi],
10558
10562
  [_xoi]: input[_oi],
10563
+ [_xct]: input[_ct],
10559
10564
  });
10560
10565
  b.bp("/experiments/{id}/overrides");
10561
10566
  b.p('id', () => input.id, '{id}', false);
@@ -13328,6 +13333,8 @@ function requireAws_restJson1 () {
13328
13333
  const _geo = "global_experiments_only";
13329
13334
  const _gt = "group_type";
13330
13335
  const _i = "identifier";
13336
+ const _ik = "idempotency_key";
13337
+ const _ik_ = "idempotency-key";
13331
13338
  const _ims = "if_modified_since";
13332
13339
  const _ims_ = "if-modified-since";
13333
13340
  const _lm = "last-modified";