automation-lib 6.6.303 → 6.6.304
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -13009,7 +13009,7 @@ interface IViewViewableBlogPostDto {
|
|
|
13009
13009
|
}>;
|
|
13010
13010
|
}
|
|
13011
13011
|
interface FindBlogPostDto extends IFindBaseDto {
|
|
13012
|
-
sttPost:
|
|
13012
|
+
sttPost: string;
|
|
13013
13013
|
title: string;
|
|
13014
13014
|
description: string;
|
|
13015
13015
|
slug: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -13009,7 +13009,7 @@ interface IViewViewableBlogPostDto {
|
|
|
13009
13009
|
}>;
|
|
13010
13010
|
}
|
|
13011
13011
|
interface FindBlogPostDto extends IFindBaseDto {
|
|
13012
|
-
sttPost:
|
|
13012
|
+
sttPost: string;
|
|
13013
13013
|
title: string;
|
|
13014
13014
|
description: string;
|
|
13015
13015
|
slug: string;
|