automation-lib 5.3.2 → 5.3.3

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
@@ -10330,7 +10330,7 @@ interface FilterManagerWorkDto extends IFilterBaseDto {
10330
10330
  updatedBy: string[];
10331
10331
  createdAt: [Date, Date];
10332
10332
  updatedAt: [Date, Date];
10333
- typePin: Array<'Pin' | 'Like' | 'Love'>[];
10333
+ typePin: Array<'Pin' | 'Like' | 'Love'>;
10334
10334
  ideas: string[];
10335
10335
  niches: string[];
10336
10336
  subNiche: string[];
@@ -10418,7 +10418,7 @@ interface FilterSheetWorkDto extends IFilterBaseDto {
10418
10418
  updatedBy: string[];
10419
10419
  createdAt: [Date, Date];
10420
10420
  updatedAt: [Date, Date];
10421
- typePin: Array<'Pin' | 'Like' | 'Love'>[];
10421
+ typePin: Array<'Pin' | 'Like' | 'Love'>;
10422
10422
  typeSocial: ETypeSocial[];
10423
10423
  sheetWorks: string[];
10424
10424
  sheetWorksGroup: string[];
package/dist/index.d.ts CHANGED
@@ -10330,7 +10330,7 @@ interface FilterManagerWorkDto extends IFilterBaseDto {
10330
10330
  updatedBy: string[];
10331
10331
  createdAt: [Date, Date];
10332
10332
  updatedAt: [Date, Date];
10333
- typePin: Array<'Pin' | 'Like' | 'Love'>[];
10333
+ typePin: Array<'Pin' | 'Like' | 'Love'>;
10334
10334
  ideas: string[];
10335
10335
  niches: string[];
10336
10336
  subNiche: string[];
@@ -10418,7 +10418,7 @@ interface FilterSheetWorkDto extends IFilterBaseDto {
10418
10418
  updatedBy: string[];
10419
10419
  createdAt: [Date, Date];
10420
10420
  updatedAt: [Date, Date];
10421
- typePin: Array<'Pin' | 'Like' | 'Love'>[];
10421
+ typePin: Array<'Pin' | 'Like' | 'Love'>;
10422
10422
  typeSocial: ETypeSocial[];
10423
10423
  sheetWorks: string[];
10424
10424
  sheetWorksGroup: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.3.2",
3
+ "version": "5.3.3",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",