superposition-provider 0.108.0 → 0.110.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 +5 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +5 -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.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.
|
|
3186
|
+
var version = "0.110.0";
|
|
3187
3187
|
var repository = {
|
|
3188
3188
|
type: "git",
|
|
3189
3189
|
url: "git+https://github.com/juspay/superposition.git"
|
|
@@ -9929,6 +9929,7 @@ function requireAws_restJson1 () {
|
|
|
9929
9929
|
});
|
|
9930
9930
|
b.bp("/audit");
|
|
9931
9931
|
const query = (0, smithy_client_1.map)({
|
|
9932
|
+
...(0, smithy_client_1.convertMap)(input.dimension_params),
|
|
9932
9933
|
[_c]: [() => input.count !== void 0, () => (input[_c].toString())],
|
|
9933
9934
|
[_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
|
|
9934
9935
|
[_a]: [() => input.all !== void 0, () => (input[_a].toString())],
|
|
@@ -9955,6 +9956,7 @@ function requireAws_restJson1 () {
|
|
|
9955
9956
|
});
|
|
9956
9957
|
b.bp("/context");
|
|
9957
9958
|
const query = (0, smithy_client_1.map)({
|
|
9959
|
+
...(0, smithy_client_1.convertMap)(input.dimension_params),
|
|
9958
9960
|
[_c]: [() => input.count !== void 0, () => (input[_c].toString())],
|
|
9959
9961
|
[_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
|
|
9960
9962
|
[_a]: [() => input.all !== void 0, () => (input[_a].toString())],
|
|
@@ -10025,6 +10027,7 @@ function requireAws_restJson1 () {
|
|
|
10025
10027
|
});
|
|
10026
10028
|
b.bp("/experiments/list");
|
|
10027
10029
|
const query = (0, smithy_client_1.map)({
|
|
10030
|
+
...(0, smithy_client_1.convertMap)(input.dimension_params),
|
|
10028
10031
|
[_c]: [() => input.count !== void 0, () => (input[_c].toString())],
|
|
10029
10032
|
[_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
|
|
10030
10033
|
[_a]: [() => input.all !== void 0, () => (input[_a].toString())],
|
|
@@ -10062,6 +10065,7 @@ function requireAws_restJson1 () {
|
|
|
10062
10065
|
});
|
|
10063
10066
|
b.bp("/experiment-groups/list");
|
|
10064
10067
|
const query = (0, smithy_client_1.map)({
|
|
10068
|
+
...(0, smithy_client_1.convertMap)(input.dimension_params),
|
|
10065
10069
|
[_c]: [() => input.count !== void 0, () => (input[_c].toString())],
|
|
10066
10070
|
[_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
|
|
10067
10071
|
[_a]: [() => input.all !== void 0, () => (input[_a].toString())],
|