superposition-provider 0.89.0 → 0.90.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.js
CHANGED
|
@@ -9103,7 +9103,7 @@ function requireModels_0 () {
|
|
|
9103
9103
|
if (hasRequiredModels_0) return models_0;
|
|
9104
9104
|
hasRequiredModels_0 = 1;
|
|
9105
9105
|
Object.defineProperty(models_0, "__esModule", { value: true });
|
|
9106
|
-
models_0.WorkspaceNotFound = models_0.WebhookNotFound = models_0.OrganisationNotFound = models_0.Stage = models_0.FunctionExecutionRequest = models_0.ExperimentSortOn = models_0.ExperimentGroupSortOn = models_0.TypeTemplatesNotFound = models_0.FunctionNotFound = models_0.WorkspaceStatus = models_0.Version = models_0.HttpMethod = models_0.OrgStatus = models_0.FunctionTypes = models_0.ContextFilterSortOn = models_0.SortBy = models_0.MergeStrategy = models_0.ExperimentStatusType = models_0.ExperimentType = models_0.ContextActionOut = models_0.ContextAction = models_0.ContextIdentifier = models_0.VariantType = models_0.ResourceNotFound = models_0.InternalServerError = models_0.GroupType = void 0;
|
|
9106
|
+
models_0.WorkspaceNotFound = models_0.WebhookNotFound = models_0.OrganisationNotFound = models_0.Stage = models_0.FunctionExecutionRequest = models_0.ExperimentSortOn = models_0.ExperimentGroupSortOn = models_0.TypeTemplatesNotFound = models_0.FunctionNotFound = models_0.WorkspaceStatus = models_0.Version = models_0.HttpMethod = models_0.OrgStatus = models_0.FunctionTypes = models_0.ContextFilterSortOn = models_0.SortBy = models_0.DimensionMatchStrategy = models_0.MergeStrategy = models_0.ExperimentStatusType = models_0.ExperimentType = models_0.ContextActionOut = models_0.ContextAction = models_0.ContextIdentifier = models_0.VariantType = models_0.ResourceNotFound = models_0.InternalServerError = models_0.GroupType = void 0;
|
|
9107
9107
|
const SuperpositionServiceException_1 = requireSuperpositionServiceException();
|
|
9108
9108
|
models_0.GroupType = {
|
|
9109
9109
|
SYSTEM_GENERATED: "SYSTEM_GENERATED",
|
|
@@ -9192,6 +9192,10 @@ function requireModels_0 () {
|
|
|
9192
9192
|
MERGE: "MERGE",
|
|
9193
9193
|
REPLACE: "REPLACE",
|
|
9194
9194
|
};
|
|
9195
|
+
models_0.DimensionMatchStrategy = {
|
|
9196
|
+
Exact: "exact",
|
|
9197
|
+
Subset: "subset",
|
|
9198
|
+
};
|
|
9195
9199
|
models_0.SortBy = {
|
|
9196
9200
|
Asc: "asc",
|
|
9197
9201
|
Desc: "desc",
|
|
@@ -10002,12 +10006,14 @@ function requireAws_restJson1 () {
|
|
|
10002
10006
|
const query = (0, smithy_client_1.map)({
|
|
10003
10007
|
[_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
|
|
10004
10008
|
[_c]: [() => input.count !== void 0, () => (input[_c].toString())],
|
|
10009
|
+
[_a]: [() => input.all !== void 0, () => (input[_a].toString())],
|
|
10005
10010
|
[_p]: [, input[_p]],
|
|
10006
10011
|
[_so]: [, input[_so]],
|
|
10007
10012
|
[_sb]: [, input[_sb]],
|
|
10008
10013
|
[_cb]: [, input[_cb]],
|
|
10009
10014
|
[_lmb]: [, input[_lmb]],
|
|
10010
10015
|
[_pl]: [, input[_pl]],
|
|
10016
|
+
[_dms]: [, input[_dms]],
|
|
10011
10017
|
});
|
|
10012
10018
|
let body;
|
|
10013
10019
|
b.m("GET")
|
|
@@ -10078,6 +10084,7 @@ function requireAws_restJson1 () {
|
|
|
10078
10084
|
[_so]: [, input[_so]],
|
|
10079
10085
|
[_sb]: [, input[_sb]],
|
|
10080
10086
|
[_geo]: [() => input.global_experiments_only !== void 0, () => (input[_geo].toString())],
|
|
10087
|
+
[_dms]: [, input[_dms]],
|
|
10081
10088
|
});
|
|
10082
10089
|
let body;
|
|
10083
10090
|
b.m("GET")
|
|
@@ -12762,6 +12769,7 @@ function requireAws_restJson1 () {
|
|
|
12762
12769
|
const _cb = "created_by";
|
|
12763
12770
|
const _ci = "context_id";
|
|
12764
12771
|
const _ct = "config_tags";
|
|
12772
|
+
const _dms = "dimension_match_strategy";
|
|
12765
12773
|
const _egi = "experiment_group_ids";
|
|
12766
12774
|
const _ei = "experiment_ids";
|
|
12767
12775
|
const _en = "experiment_name";
|