automation-lib 6.6.314 → 6.6.317

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.js CHANGED
@@ -2593,6 +2593,7 @@ var EBlogPostState = /* @__PURE__ */ ((EBlogPostState2) => {
2593
2593
  var EMediaTypeLibraryPost = /* @__PURE__ */ ((EMediaTypeLibraryPost2) => {
2594
2594
  EMediaTypeLibraryPost2["Image"] = "Image";
2595
2595
  EMediaTypeLibraryPost2["Video"] = "Video";
2596
+ EMediaTypeLibraryPost2["Audio"] = "Audio";
2596
2597
  return EMediaTypeLibraryPost2;
2597
2598
  })(EMediaTypeLibraryPost || {});
2598
2599
  var EViewableTypePost = /* @__PURE__ */ ((EViewableTypePost2) => {
package/dist/index.mjs CHANGED
@@ -2332,6 +2332,7 @@ var EBlogPostState = /* @__PURE__ */ ((EBlogPostState2) => {
2332
2332
  var EMediaTypeLibraryPost = /* @__PURE__ */ ((EMediaTypeLibraryPost2) => {
2333
2333
  EMediaTypeLibraryPost2["Image"] = "Image";
2334
2334
  EMediaTypeLibraryPost2["Video"] = "Video";
2335
+ EMediaTypeLibraryPost2["Audio"] = "Audio";
2335
2336
  return EMediaTypeLibraryPost2;
2336
2337
  })(EMediaTypeLibraryPost || {});
2337
2338
  var EViewableTypePost = /* @__PURE__ */ ((EViewableTypePost2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.314",
3
+ "version": "6.6.317",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",