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 CHANGED
@@ -13009,7 +13009,7 @@ interface IViewViewableBlogPostDto {
13009
13009
  }>;
13010
13010
  }
13011
13011
  interface FindBlogPostDto extends IFindBaseDto {
13012
- sttPost: number;
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: number;
13012
+ sttPost: string;
13013
13013
  title: string;
13014
13014
  description: string;
13015
13015
  slug: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.303",
3
+ "version": "6.6.304",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",