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