@silexpert/core 0.4.174 → 0.4.175

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 (67) hide show
  1. package/es/types/Enum/Aspone.d.ts +4 -3
  2. package/es/types/Enum/Aspone.d.ts.map +1 -1
  3. package/es/types/Enum/Aspone.js +4 -3
  4. package/es/types/Enum/Aspone.js.map +1 -1
  5. package/es/types/Enum/BalanceSheet.js +1 -1
  6. package/es/types/Enum/BalanceSheet.js.map +1 -1
  7. package/es/types/Enum/BrandComptalib.js +1 -1
  8. package/es/types/Enum/BrandComptalib.js.map +1 -1
  9. package/es/types/Enum/MailFlag.d.ts +5 -0
  10. package/es/types/Enum/MailFlag.d.ts.map +1 -0
  11. package/es/types/Enum/MailFlag.js +6 -0
  12. package/es/types/Enum/MailFlag.js.map +1 -0
  13. package/es/types/Interface/api/webmail/CreateMailFromLambda.d.ts +25 -0
  14. package/es/types/Interface/api/webmail/CreateMailFromLambda.d.ts.map +1 -0
  15. package/es/types/Interface/api/webmail/CreateMailFromLambda.js +109 -0
  16. package/es/types/Interface/api/webmail/CreateMailFromLambda.js.map +1 -0
  17. package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts +6 -0
  18. package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts.map +1 -1
  19. package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +15 -0
  20. package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
  21. package/es/types/Interface/models/IMail.d.ts +49 -0
  22. package/es/types/Interface/models/IMail.d.ts.map +1 -0
  23. package/es/types/Interface/models/IMail.js +2 -0
  24. package/es/types/Interface/models/IMail.js.map +1 -0
  25. package/es/types/Interface/models/IMailAttachment.d.ts +12 -0
  26. package/es/types/Interface/models/IMailAttachment.d.ts.map +1 -0
  27. package/es/types/Interface/models/IMailAttachment.js +2 -0
  28. package/es/types/Interface/models/IMailAttachment.js.map +1 -0
  29. package/es/types/Interface/models/IMailContent.d.ts +9 -0
  30. package/es/types/Interface/models/IMailContent.d.ts.map +1 -0
  31. package/es/types/Interface/models/IMailContent.js +2 -0
  32. package/es/types/Interface/models/IMailContent.js.map +1 -0
  33. package/es/types/index.d.ts +5 -0
  34. package/es/types/index.d.ts.map +1 -1
  35. package/es/types/index.js +5 -0
  36. package/es/types/index.js.map +1 -1
  37. package/js/types/Enum/Aspone.js +4 -3
  38. package/js/types/Enum/Aspone.js.map +1 -1
  39. package/js/types/Enum/BalanceSheet.js +1 -1
  40. package/js/types/Enum/BalanceSheet.js.map +1 -1
  41. package/js/types/Enum/BrandComptalib.js +1 -1
  42. package/js/types/Enum/BrandComptalib.js.map +1 -1
  43. package/js/types/Enum/MailFlag.js +12 -0
  44. package/js/types/Enum/MailFlag.js.map +1 -0
  45. package/js/types/Interface/api/webmail/CreateMailFromLambda.js +61 -0
  46. package/js/types/Interface/api/webmail/CreateMailFromLambda.js.map +1 -0
  47. package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +17 -2
  48. package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
  49. package/js/types/Interface/models/IMail.js +6 -0
  50. package/js/types/Interface/models/IMail.js.map +1 -0
  51. package/js/types/Interface/models/IMailAttachment.js +6 -0
  52. package/js/types/Interface/models/IMailAttachment.js.map +1 -0
  53. package/js/types/Interface/models/IMailContent.js +6 -0
  54. package/js/types/Interface/models/IMailContent.js.map +1 -0
  55. package/js/types/index.js +60 -0
  56. package/js/types/index.js.map +1 -1
  57. package/package.json +1 -1
  58. package/ts/types/Enum/Aspone.ts +4 -3
  59. package/ts/types/Enum/BalanceSheet.ts +1 -1
  60. package/ts/types/Enum/BrandComptalib.ts +1 -1
  61. package/ts/types/Enum/MailFlag.ts +4 -0
  62. package/ts/types/Interface/api/webmail/CreateMailFromLambda.ts +87 -0
  63. package/ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts +11 -0
  64. package/ts/types/Interface/models/IMail.ts +52 -0
  65. package/ts/types/Interface/models/IMailAttachment.ts +15 -0
  66. package/ts/types/Interface/models/IMailContent.ts +12 -0
  67. package/ts/types/index.ts +5 -0
@@ -0,0 +1,12 @@
1
+ import { IMail } from './IMail';
2
+
3
+ // mailContent
4
+ export interface IMailContent {
5
+ id?: number;
6
+ textPlain?: string;
7
+ textHtml?: string;
8
+ idMail?: number;
9
+
10
+ // Associations
11
+ mail?: IMail;
12
+ }
package/ts/types/index.ts CHANGED
@@ -265,6 +265,9 @@ export * from './Interface/models/IUserTest';
265
265
  export * from './Interface/models/IVatDeclaration';
266
266
  export * from './Interface/models/IVatDeclarationCertificate';
267
267
  export * from './Interface/models/IVatDeclarationSocietyDetail';
268
+ export * from './Interface/models/IMail';
269
+ export * from './Interface/models/IMailAttachment';
270
+ export * from './Interface/models/IMailContent';
268
271
  export * from './Interface/models/IWebMail';
269
272
  export * from './Interface/models/IWebMailAttachment';
270
273
  export * from './Interface/models/IWebMailSpam';
@@ -397,6 +400,7 @@ export * from './Enum/KilometricAllowanceScale';
397
400
  export * from './Enum/VatDeclarationType';
398
401
  export * from './Enum/WebmailType';
399
402
  export * from './Enum/WebmailFlag';
403
+ export * from './Enum/MailFlag';
400
404
 
401
405
  // Interfaces API
402
406
  export * from './Interface/api/jeDeclare/ReadJeDeclare';
@@ -506,6 +510,7 @@ export * from './Interface/api/promoCode/ReadDefaultPromotion';
506
510
  export * from './Interface/api/SocietyTransaction/QuerySocietyTransactionCount';
507
511
  export * from './Interface/api/SocietyTransaction/ReadSocietyTransactionCount';
508
512
  export * from './Interface/api/webmail/CreateWebmailFromLambda';
513
+ export * from './Interface/api/webmail/CreateMailFromLambda';
509
514
  export * from './Interface/api/webmail/PostAttachmentEmailFromLambdaParams';
510
515
  export * from './Interface/api/webmail/GetMissingMailsInFinalBucket';
511
516
  export * from './Interface/api/promoCode/CreateDefaultPromoCode';