automation-lib 6.6.510 → 6.6.511

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
@@ -20784,32 +20784,12 @@ interface FindOverviewDraftManualContentInstagramDto {
20784
20784
  totalContentFolder: number;
20785
20785
  totalNewDaily: number;
20786
20786
  totalNewMonthly: number;
20787
- statusNew: {
20788
- [EStartStop.Start]: number;
20789
- [EStartStop.Stop]: number;
20790
- total: number;
20791
- };
20792
- statusReel: {
20793
- [EStartStop.Start]: number;
20794
- [EStartStop.Stop]: number;
20795
- total: number;
20796
- };
20797
- statusSquareProduct: {
20798
- [EStartStop.Start]: number;
20799
- [EStartStop.Stop]: number;
20800
- total: number;
20801
- };
20802
20787
  statusSyncPosts: {
20803
20788
  [EDraftManualContentInstagramStatusSyncPost.DraftSync]: number;
20804
20789
  [EDraftManualContentInstagramStatusSyncPost.DoneSync]: number;
20805
20790
  [EDraftManualContentInstagramStatusSyncPost.ErrorSync]: number;
20806
20791
  total: number;
20807
20792
  };
20808
- startContentFolder: {
20809
- [EStartStop.Start]: number;
20810
- [EStartStop.Stop]: number;
20811
- total: number;
20812
- };
20813
20793
  }
20814
20794
  interface FindDraftManualContentInstagramDto extends IFindBaseDto {
20815
20795
  id: string;
package/dist/index.d.ts CHANGED
@@ -20784,32 +20784,12 @@ interface FindOverviewDraftManualContentInstagramDto {
20784
20784
  totalContentFolder: number;
20785
20785
  totalNewDaily: number;
20786
20786
  totalNewMonthly: number;
20787
- statusNew: {
20788
- [EStartStop.Start]: number;
20789
- [EStartStop.Stop]: number;
20790
- total: number;
20791
- };
20792
- statusReel: {
20793
- [EStartStop.Start]: number;
20794
- [EStartStop.Stop]: number;
20795
- total: number;
20796
- };
20797
- statusSquareProduct: {
20798
- [EStartStop.Start]: number;
20799
- [EStartStop.Stop]: number;
20800
- total: number;
20801
- };
20802
20787
  statusSyncPosts: {
20803
20788
  [EDraftManualContentInstagramStatusSyncPost.DraftSync]: number;
20804
20789
  [EDraftManualContentInstagramStatusSyncPost.DoneSync]: number;
20805
20790
  [EDraftManualContentInstagramStatusSyncPost.ErrorSync]: number;
20806
20791
  total: number;
20807
20792
  };
20808
- startContentFolder: {
20809
- [EStartStop.Start]: number;
20810
- [EStartStop.Stop]: number;
20811
- total: number;
20812
- };
20813
20793
  }
20814
20794
  interface FindDraftManualContentInstagramDto extends IFindBaseDto {
20815
20795
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.510",
3
+ "version": "6.6.511",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",