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.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.109.0";
|
|
3184
3184
|
var repository = {
|
|
3185
3185
|
type: "git",
|
|
3186
3186
|
url: "git+https://github.com/juspay/superposition.git"
|
|
@@ -9952,6 +9952,7 @@ function requireAws_restJson1 () {
|
|
|
9952
9952
|
});
|
|
9953
9953
|
b.bp("/context");
|
|
9954
9954
|
const query = (0, smithy_client_1.map)({
|
|
9955
|
+
...(0, smithy_client_1.convertMap)(input.dimension_params),
|
|
9955
9956
|
[_c]: [() => input.count !== void 0, () => (input[_c].toString())],
|
|
9956
9957
|
[_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
|
|
9957
9958
|
[_a]: [() => input.all !== void 0, () => (input[_a].toString())],
|
|
@@ -10022,6 +10023,7 @@ function requireAws_restJson1 () {
|
|
|
10022
10023
|
});
|
|
10023
10024
|
b.bp("/experiments/list");
|
|
10024
10025
|
const query = (0, smithy_client_1.map)({
|
|
10026
|
+
...(0, smithy_client_1.convertMap)(input.dimension_params),
|
|
10025
10027
|
[_c]: [() => input.count !== void 0, () => (input[_c].toString())],
|
|
10026
10028
|
[_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
|
|
10027
10029
|
[_a]: [() => input.all !== void 0, () => (input[_a].toString())],
|
|
@@ -10059,6 +10061,7 @@ function requireAws_restJson1 () {
|
|
|
10059
10061
|
});
|
|
10060
10062
|
b.bp("/experiment-groups/list");
|
|
10061
10063
|
const query = (0, smithy_client_1.map)({
|
|
10064
|
+
...(0, smithy_client_1.convertMap)(input.dimension_params),
|
|
10062
10065
|
[_c]: [() => input.count !== void 0, () => (input[_c].toString())],
|
|
10063
10066
|
[_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
|
|
10064
10067
|
[_a]: [() => input.all !== void 0, () => (input[_a].toString())],
|