sevago-sso-fe 1.0.71 → 1.0.73

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.
@@ -1,4 +1,4 @@
1
1
  export declare enum OrderType {
2
- ASC = "asc",
3
- DESC = "desc"
2
+ ASC = "ASC",
3
+ DESC = "DESC"
4
4
  }
package/dist/index.cjs.js CHANGED
@@ -1443,8 +1443,8 @@ var SnackbarType = /* @__PURE__ */ ((SnackbarType2) => {
1443
1443
  return SnackbarType2;
1444
1444
  })(SnackbarType || {});
1445
1445
  var OrderType = /* @__PURE__ */ ((OrderType2) => {
1446
- OrderType2["ASC"] = "asc";
1447
- OrderType2["DESC"] = "desc";
1446
+ OrderType2["ASC"] = "ASC";
1447
+ OrderType2["DESC"] = "DESC";
1448
1448
  return OrderType2;
1449
1449
  })(OrderType || {});
1450
1450
  var Environment = /* @__PURE__ */ ((Environment2) => {