superposition-provider 0.107.0 → 0.108.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
@@ -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.107.0";
3183
+ var version = "0.108.0";
3184
3184
  var repository = {
3185
3185
  type: "git",
3186
3186
  url: "git+https://github.com/juspay/superposition.git"
@@ -8925,6 +8925,7 @@ function requireModels_0 () {
8925
8925
  REPLACE: "REPLACE",
8926
8926
  };
8927
8927
  models_0.DimensionMatchStrategy = {
8928
+ ANY_MATCH: "any_match",
8928
8929
  EXACT: "exact",
8929
8930
  SUBSET: "subset",
8930
8931
  };