superposition-provider 0.85.0 → 0.86.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/README.md +66 -0
- package/dist/index.esm.js +5 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +5 -0
- 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
|
@@ -9635,6 +9635,7 @@ function requireAws_restJson1 () {
|
|
|
9635
9635
|
let body;
|
|
9636
9636
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
9637
9637
|
'allow_experiment_self_approval': [],
|
|
9638
|
+
'auto_populate_control': [],
|
|
9638
9639
|
'metrics': _ => se_Document(_),
|
|
9639
9640
|
'strict_mode': [],
|
|
9640
9641
|
'workspace_admin_email': [],
|
|
@@ -10566,6 +10567,7 @@ function requireAws_restJson1 () {
|
|
|
10566
10567
|
let body;
|
|
10567
10568
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
10568
10569
|
'allow_experiment_self_approval': [],
|
|
10570
|
+
'auto_populate_control': [],
|
|
10569
10571
|
'config_version': [],
|
|
10570
10572
|
'mandatory_dimensions': _ => (0, smithy_client_1._json)(_),
|
|
10571
10573
|
'metrics': _ => se_Document(_),
|
|
@@ -10938,6 +10940,7 @@ function requireAws_restJson1 () {
|
|
|
10938
10940
|
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
10939
10941
|
const doc = (0, smithy_client_1.take)(data, {
|
|
10940
10942
|
'allow_experiment_self_approval': smithy_client_1.expectBoolean,
|
|
10943
|
+
'auto_populate_control': smithy_client_1.expectBoolean,
|
|
10941
10944
|
'config_version': smithy_client_1.expectString,
|
|
10942
10945
|
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
10943
10946
|
'created_by': smithy_client_1.expectString,
|
|
@@ -12021,6 +12024,7 @@ function requireAws_restJson1 () {
|
|
|
12021
12024
|
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context))), "body");
|
|
12022
12025
|
const doc = (0, smithy_client_1.take)(data, {
|
|
12023
12026
|
'allow_experiment_self_approval': smithy_client_1.expectBoolean,
|
|
12027
|
+
'auto_populate_control': smithy_client_1.expectBoolean,
|
|
12024
12028
|
'config_version': smithy_client_1.expectString,
|
|
12025
12029
|
'created_at': _ => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
12026
12030
|
'created_by': smithy_client_1.expectString,
|
|
@@ -12679,6 +12683,7 @@ function requireAws_restJson1 () {
|
|
|
12679
12683
|
const de_WorkspaceResponse = (output, context) => {
|
|
12680
12684
|
return (0, smithy_client_1.take)(output, {
|
|
12681
12685
|
'allow_experiment_self_approval': smithy_client_1.expectBoolean,
|
|
12686
|
+
'auto_populate_control': smithy_client_1.expectBoolean,
|
|
12682
12687
|
'config_version': smithy_client_1.expectString,
|
|
12683
12688
|
'created_at': (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
12684
12689
|
'created_by': smithy_client_1.expectString,
|