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.esm.js +9 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/dist/native-lib/libsuperposition_core-aarch64-apple-darwin.dylib +0 -0
- package/dist/native-lib/libsuperposition_core-x86_64-apple-darwin.dylib +0 -0
- package/dist/native-lib/libsuperposition_core-x86_64-pc-windows-msvc.dll +0 -0
- package/dist/native-lib/libsuperposition_core-x86_64-unknown-linux-gnu.so +0 -0
- package/package.json +1 -1
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.
|
|
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);
|
|
@@ -9926,6 +9930,7 @@ function requireAws_restJson1 () {
|
|
|
9926
9930
|
});
|
|
9927
9931
|
b.bp("/audit");
|
|
9928
9932
|
const query = (0, smithy_client_1.map)({
|
|
9933
|
+
...(0, smithy_client_1.convertMap)(input.dimension_params),
|
|
9929
9934
|
[_c]: [() => input.count !== void 0, () => (input[_c].toString())],
|
|
9930
9935
|
[_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
|
|
9931
9936
|
[_a]: [() => input.all !== void 0, () => (input[_a].toString())],
|
|
@@ -10555,6 +10560,7 @@ function requireAws_restJson1 () {
|
|
|
10555
10560
|
'content-type': 'application/json',
|
|
10556
10561
|
[_xw]: input[_wi],
|
|
10557
10562
|
[_xoi]: input[_oi],
|
|
10563
|
+
[_xct]: input[_ct],
|
|
10558
10564
|
});
|
|
10559
10565
|
b.bp("/experiments/{id}/overrides");
|
|
10560
10566
|
b.p('id', () => input.id, '{id}', false);
|
|
@@ -13327,6 +13333,8 @@ function requireAws_restJson1 () {
|
|
|
13327
13333
|
const _geo = "global_experiments_only";
|
|
13328
13334
|
const _gt = "group_type";
|
|
13329
13335
|
const _i = "identifier";
|
|
13336
|
+
const _ik = "idempotency_key";
|
|
13337
|
+
const _ik_ = "idempotency-key";
|
|
13330
13338
|
const _ims = "if_modified_since";
|
|
13331
13339
|
const _ims_ = "if-modified-since";
|
|
13332
13340
|
const _lm = "last-modified";
|