superposition-provider 0.88.1 → 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")
@@ -10074,6 +10080,8 @@ function requireAws_restJson1 () {
10074
10080
  [_cb]: [, input[_cb]],
10075
10081
  [_so]: [, input[_so]],
10076
10082
  [_sb]: [, input[_sb]],
10083
+ [_geo]: [() => input.global_experiments_only !== void 0, () => (input[_geo].toString())],
10084
+ [_dms]: [, input[_dms]],
10077
10085
  });
10078
10086
  let body;
10079
10087
  b.m("GET")
@@ -12758,10 +12766,12 @@ function requireAws_restJson1 () {
12758
12766
  const _cb = "created_by";
12759
12767
  const _ci = "context_id";
12760
12768
  const _ct = "config_tags";
12769
+ const _dms = "dimension_match_strategy";
12761
12770
  const _egi = "experiment_group_ids";
12762
12771
  const _ei = "experiment_ids";
12763
12772
  const _en = "experiment_name";
12764
12773
  const _fd = "from_date";
12774
+ const _geo = "global_experiments_only";
12765
12775
  const _gt = "group_type";
12766
12776
  const _lm = "last-modified";
12767
12777
  const _lm_ = "last_modified";