automation-lib 5.8.5 → 5.8.7

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
@@ -11218,6 +11218,20 @@ interface FindManagerImageAIInstagramDto extends IFindBaseDto {
11218
11218
  username: string;
11219
11219
  }>;
11220
11220
  sheetUrl: string;
11221
+ countStatusUseFolderImage: {
11222
+ subject: {
11223
+ countUse: number;
11224
+ countDraft: number;
11225
+ };
11226
+ scene: {
11227
+ countUse: number;
11228
+ countDraft: number;
11229
+ };
11230
+ style: {
11231
+ countUse: number;
11232
+ countDraft: number;
11233
+ };
11234
+ };
11221
11235
  sheetName: string;
11222
11236
  folders: {
11223
11237
  subject: {
package/dist/index.d.ts CHANGED
@@ -11218,6 +11218,20 @@ interface FindManagerImageAIInstagramDto extends IFindBaseDto {
11218
11218
  username: string;
11219
11219
  }>;
11220
11220
  sheetUrl: string;
11221
+ countStatusUseFolderImage: {
11222
+ subject: {
11223
+ countUse: number;
11224
+ countDraft: number;
11225
+ };
11226
+ scene: {
11227
+ countUse: number;
11228
+ countDraft: number;
11229
+ };
11230
+ style: {
11231
+ countUse: number;
11232
+ countDraft: number;
11233
+ };
11234
+ };
11221
11235
  sheetName: string;
11222
11236
  folders: {
11223
11237
  subject: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.8.5",
3
+ "version": "5.8.7",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",