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 CHANGED
@@ -9100,7 +9100,7 @@ function requireModels_0 () {
9100
9100
  if (hasRequiredModels_0) return models_0;
9101
9101
  hasRequiredModels_0 = 1;
9102
9102
  Object.defineProperty(models_0, "__esModule", { value: true });
9103
- 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;
9103
+ 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;
9104
9104
  const SuperpositionServiceException_1 = requireSuperpositionServiceException();
9105
9105
  models_0.GroupType = {
9106
9106
  SYSTEM_GENERATED: "SYSTEM_GENERATED",
@@ -9189,6 +9189,10 @@ function requireModels_0 () {
9189
9189
  MERGE: "MERGE",
9190
9190
  REPLACE: "REPLACE",
9191
9191
  };
9192
+ models_0.DimensionMatchStrategy = {
9193
+ Exact: "exact",
9194
+ Subset: "subset",
9195
+ };
9192
9196
  models_0.SortBy = {
9193
9197
  Asc: "asc",
9194
9198
  Desc: "desc",
@@ -9999,12 +10003,14 @@ function requireAws_restJson1 () {
9999
10003
  const query = (0, smithy_client_1.map)({
10000
10004
  [_pa]: [() => input.page !== void 0, () => (input[_pa].toString())],
10001
10005
  [_c]: [() => input.count !== void 0, () => (input[_c].toString())],
10006
+ [_a]: [() => input.all !== void 0, () => (input[_a].toString())],
10002
10007
  [_p]: [, input[_p]],
10003
10008
  [_so]: [, input[_so]],
10004
10009
  [_sb]: [, input[_sb]],
10005
10010
  [_cb]: [, input[_cb]],
10006
10011
  [_lmb]: [, input[_lmb]],
10007
10012
  [_pl]: [, input[_pl]],
10013
+ [_dms]: [, input[_dms]],
10008
10014
  });
10009
10015
  let body;
10010
10016
  b.m("GET")
@@ -10075,6 +10081,7 @@ function requireAws_restJson1 () {
10075
10081
  [_so]: [, input[_so]],
10076
10082
  [_sb]: [, input[_sb]],
10077
10083
  [_geo]: [() => input.global_experiments_only !== void 0, () => (input[_geo].toString())],
10084
+ [_dms]: [, input[_dms]],
10078
10085
  });
10079
10086
  let body;
10080
10087
  b.m("GET")
@@ -12759,6 +12766,7 @@ function requireAws_restJson1 () {
12759
12766
  const _cb = "created_by";
12760
12767
  const _ci = "context_id";
12761
12768
  const _ct = "config_tags";
12769
+ const _dms = "dimension_match_strategy";
12762
12770
  const _egi = "experiment_group_ids";
12763
12771
  const _ei = "experiment_ids";
12764
12772
  const _en = "experiment_name";