automation-lib 5.5.29 → 5.5.30
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11481,7 +11481,7 @@ interface UpsertManualContentSocialDto {
|
|
|
11481
11481
|
groupAccountId: string;
|
|
11482
11482
|
accountSocialId: string;
|
|
11483
11483
|
ideaId: string;
|
|
11484
|
-
|
|
11484
|
+
nicheIds: string[];
|
|
11485
11485
|
folderName: string;
|
|
11486
11486
|
listManualContentSocialChildren: Array<UpsertManualContentSocialChildrenDto>;
|
|
11487
11487
|
}
|
|
@@ -11575,7 +11575,7 @@ interface FindManualContentSocialDto extends IFindBaseDto {
|
|
|
11575
11575
|
folderName: string;
|
|
11576
11576
|
startStopFolder: EStartStop;
|
|
11577
11577
|
idea: string;
|
|
11578
|
-
|
|
11578
|
+
niches: string[];
|
|
11579
11579
|
type: ETypeManagerWorkClassify;
|
|
11580
11580
|
socialGroup: string;
|
|
11581
11581
|
username: string;
|
|
@@ -11696,7 +11696,7 @@ interface IManualContentSocial extends IBaseModel, ITrackingModel, IAssignUser {
|
|
|
11696
11696
|
timeStopStart: Date;
|
|
11697
11697
|
}
|
|
11698
11698
|
|
|
11699
|
-
interface IManualContentSocialNiche {
|
|
11699
|
+
interface IManualContentSocialNiche extends IBaseModel {
|
|
11700
11700
|
manualContentSocialId: string;
|
|
11701
11701
|
nicheId: string;
|
|
11702
11702
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -11481,7 +11481,7 @@ interface UpsertManualContentSocialDto {
|
|
|
11481
11481
|
groupAccountId: string;
|
|
11482
11482
|
accountSocialId: string;
|
|
11483
11483
|
ideaId: string;
|
|
11484
|
-
|
|
11484
|
+
nicheIds: string[];
|
|
11485
11485
|
folderName: string;
|
|
11486
11486
|
listManualContentSocialChildren: Array<UpsertManualContentSocialChildrenDto>;
|
|
11487
11487
|
}
|
|
@@ -11575,7 +11575,7 @@ interface FindManualContentSocialDto extends IFindBaseDto {
|
|
|
11575
11575
|
folderName: string;
|
|
11576
11576
|
startStopFolder: EStartStop;
|
|
11577
11577
|
idea: string;
|
|
11578
|
-
|
|
11578
|
+
niches: string[];
|
|
11579
11579
|
type: ETypeManagerWorkClassify;
|
|
11580
11580
|
socialGroup: string;
|
|
11581
11581
|
username: string;
|
|
@@ -11696,7 +11696,7 @@ interface IManualContentSocial extends IBaseModel, ITrackingModel, IAssignUser {
|
|
|
11696
11696
|
timeStopStart: Date;
|
|
11697
11697
|
}
|
|
11698
11698
|
|
|
11699
|
-
interface IManualContentSocialNiche {
|
|
11699
|
+
interface IManualContentSocialNiche extends IBaseModel {
|
|
11700
11700
|
manualContentSocialId: string;
|
|
11701
11701
|
nicheId: string;
|
|
11702
11702
|
}
|