automation-lib 5.8.6 → 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 +12 -6
- package/dist/index.d.ts +12 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11219,12 +11219,18 @@ interface FindManagerImageAIInstagramDto extends IFindBaseDto {
|
|
|
11219
11219
|
}>;
|
|
11220
11220
|
sheetUrl: string;
|
|
11221
11221
|
countStatusUseFolderImage: {
|
|
11222
|
-
|
|
11223
|
-
|
|
11224
|
-
|
|
11225
|
-
|
|
11226
|
-
|
|
11227
|
-
|
|
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
|
+
};
|
|
11228
11234
|
};
|
|
11229
11235
|
sheetName: string;
|
|
11230
11236
|
folders: {
|
package/dist/index.d.ts
CHANGED
|
@@ -11219,12 +11219,18 @@ interface FindManagerImageAIInstagramDto extends IFindBaseDto {
|
|
|
11219
11219
|
}>;
|
|
11220
11220
|
sheetUrl: string;
|
|
11221
11221
|
countStatusUseFolderImage: {
|
|
11222
|
-
|
|
11223
|
-
|
|
11224
|
-
|
|
11225
|
-
|
|
11226
|
-
|
|
11227
|
-
|
|
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
|
+
};
|
|
11228
11234
|
};
|
|
11229
11235
|
sheetName: string;
|
|
11230
11236
|
folders: {
|