@smartico/public-api 0.0.112 → 0.0.113

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.
@@ -322,6 +322,7 @@ var SAWWinSoundType;
322
322
  SAWWinSoundType[SAWWinSoundType["Positive"] = 2] = "Positive";
323
323
  SAWWinSoundType[SAWWinSoundType["HighlyPositive"] = 3] = "HighlyPositive";
324
324
  SAWWinSoundType[SAWWinSoundType["NoSound"] = 4] = "NoSound";
325
+ SAWWinSoundType[SAWWinSoundType["Custom"] = 5] = "Custom";
325
326
  })(SAWWinSoundType || (SAWWinSoundType = {}));
326
327
  const SAWWinSoundFiles = {
327
328
  [SAWWinSoundType.NoSound]: null,