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/commit.bat +5 -5
- package/dist/index.d.mts +39 -12
- package/dist/index.d.ts +39 -12
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
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) => {
|