@silexpert/core 1.1.155 → 1.1.156

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.
Files changed (64) hide show
  1. package/dist/cjs/types/Enum/BrandClementine.d.ts +61 -0
  2. package/dist/cjs/types/Enum/BrandClementine.d.ts.map +1 -1
  3. package/dist/cjs/types/Enum/BrandClementine.js +5 -0
  4. package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
  5. package/dist/cjs/types/Enum/BrandLegalstart.d.ts +1 -0
  6. package/dist/cjs/types/Enum/BrandLegalstart.d.ts.map +1 -1
  7. package/dist/cjs/types/Enum/BrandLegalstart.js +1 -0
  8. package/dist/cjs/types/Enum/BrandLegalstart.js.map +1 -1
  9. package/dist/cjs/types/Enum/BrandPourcentage.d.ts +4 -0
  10. package/dist/cjs/types/Enum/BrandPourcentage.d.ts.map +1 -1
  11. package/dist/cjs/types/Enum/BrandPourcentage.js +6 -0
  12. package/dist/cjs/types/Enum/BrandPourcentage.js.map +1 -1
  13. package/dist/cjs/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts +1 -0
  14. package/dist/cjs/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts.map +1 -1
  15. package/dist/cjs/types/Interface/api/thirdParty/CreateThirdPartyForm.js +4 -0
  16. package/dist/cjs/types/Interface/api/thirdParty/CreateThirdPartyForm.js.map +1 -1
  17. package/dist/cjs/types/Interface/api/thirdParty/UpdateThirdPartyForm.d.ts +1 -0
  18. package/dist/cjs/types/Interface/api/thirdParty/UpdateThirdPartyForm.d.ts.map +1 -1
  19. package/dist/cjs/types/Interface/api/thirdParty/UpdateThirdPartyForm.js +4 -0
  20. package/dist/cjs/types/Interface/api/thirdParty/UpdateThirdPartyForm.js.map +1 -1
  21. package/dist/cjs/types/Interface/api/webmail/ExportEmails.d.ts +7 -0
  22. package/dist/cjs/types/Interface/api/webmail/ExportEmails.d.ts.map +1 -0
  23. package/dist/cjs/types/Interface/api/webmail/ExportEmails.js +42 -0
  24. package/dist/cjs/types/Interface/api/webmail/ExportEmails.js.map +1 -0
  25. package/dist/cjs/types/index.d.ts +1 -0
  26. package/dist/cjs/types/index.d.ts.map +1 -1
  27. package/dist/cjs/types/index.js +1 -0
  28. package/dist/cjs/types/index.js.map +1 -1
  29. package/dist/mjs/types/Enum/BrandClementine.d.ts +61 -0
  30. package/dist/mjs/types/Enum/BrandClementine.d.ts.map +1 -1
  31. package/dist/mjs/types/Enum/BrandClementine.js +5 -0
  32. package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
  33. package/dist/mjs/types/Enum/BrandLegalstart.d.ts +1 -0
  34. package/dist/mjs/types/Enum/BrandLegalstart.d.ts.map +1 -1
  35. package/dist/mjs/types/Enum/BrandLegalstart.js +1 -0
  36. package/dist/mjs/types/Enum/BrandLegalstart.js.map +1 -1
  37. package/dist/mjs/types/Enum/BrandPourcentage.d.ts +4 -0
  38. package/dist/mjs/types/Enum/BrandPourcentage.d.ts.map +1 -1
  39. package/dist/mjs/types/Enum/BrandPourcentage.js +6 -0
  40. package/dist/mjs/types/Enum/BrandPourcentage.js.map +1 -1
  41. package/dist/mjs/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts +1 -0
  42. package/dist/mjs/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts.map +1 -1
  43. package/dist/mjs/types/Interface/api/thirdParty/CreateThirdPartyForm.js +5 -0
  44. package/dist/mjs/types/Interface/api/thirdParty/CreateThirdPartyForm.js.map +1 -1
  45. package/dist/mjs/types/Interface/api/thirdParty/UpdateThirdPartyForm.d.ts +1 -0
  46. package/dist/mjs/types/Interface/api/thirdParty/UpdateThirdPartyForm.d.ts.map +1 -1
  47. package/dist/mjs/types/Interface/api/thirdParty/UpdateThirdPartyForm.js +5 -0
  48. package/dist/mjs/types/Interface/api/thirdParty/UpdateThirdPartyForm.js.map +1 -1
  49. package/dist/mjs/types/Interface/api/webmail/ExportEmails.d.ts +7 -0
  50. package/dist/mjs/types/Interface/api/webmail/ExportEmails.d.ts.map +1 -0
  51. package/dist/mjs/types/Interface/api/webmail/ExportEmails.js +42 -0
  52. package/dist/mjs/types/Interface/api/webmail/ExportEmails.js.map +1 -0
  53. package/dist/mjs/types/index.d.ts +1 -0
  54. package/dist/mjs/types/index.d.ts.map +1 -1
  55. package/dist/mjs/types/index.js +1 -0
  56. package/dist/mjs/types/index.js.map +1 -1
  57. package/package.json +1 -1
  58. package/ts/types/Enum/BrandClementine.ts +5 -0
  59. package/ts/types/Enum/BrandLegalstart.ts +1 -0
  60. package/ts/types/Enum/BrandPourcentage.ts +6 -0
  61. package/ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts +3 -0
  62. package/ts/types/Interface/api/thirdParty/UpdateThirdPartyForm.ts +3 -0
  63. package/ts/types/Interface/api/webmail/ExportEmails.ts +27 -0
  64. package/ts/types/index.ts +1 -0
@@ -0,0 +1,27 @@
1
+ import {
2
+ IsDate,
3
+ IsInt, IsOptional,
4
+ } from 'class-validator';
5
+ import { ApiPropertyOptional } from '../../../../utils';
6
+
7
+ export class ExportEmailsParams {
8
+ @ApiPropertyOptional()
9
+ @IsOptional()
10
+ @IsInt()
11
+ idSociety?: number;
12
+
13
+ @ApiPropertyOptional()
14
+ @IsOptional()
15
+ @IsDate()
16
+ startDate?: Date;
17
+
18
+ @ApiPropertyOptional()
19
+ @IsOptional()
20
+ @IsDate()
21
+ startEnd?: Date;
22
+
23
+ @ApiPropertyOptional()
24
+ @IsOptional()
25
+ @IsInt({ each: true })
26
+ sendingType?: number[];
27
+ }
package/ts/types/index.ts CHANGED
@@ -652,6 +652,7 @@ export * from './Interface/api/salesContract/SendSalesContractParams';
652
652
  export * from './Interface/api/salesContract/GenerateSalesContractParams';
653
653
  export * from './Interface/api/webmail/CreateMailFromLambda';
654
654
  export * from './Interface/api/webmail/MigrateMailAddresses';
655
+ export * from './Interface/api/webmail/ExportEmails';
655
656
  export * from './Interface/api/webmail/PostAttachmentEmailFromLambdaParams';
656
657
  export * from './Interface/api/webmail/GetPaginatedWhereObjectParams';
657
658
  export * from './Interface/api/promoCode/CreateDefaultPromoCode';