@comet/brevo-api 3.0.0-canary-20241218134204 → 3.0.0-canary-20241231093633

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 (43) hide show
  1. package/lib/brevo-api/brevo-api-transactional-mails.service.d.ts +2 -0
  2. package/lib/brevo-api/brevo-api-transactional-mails.service.d.ts.map +1 -1
  3. package/lib/brevo-api/brevo-api-transactional-mails.service.js +15 -0
  4. package/lib/brevo-api/brevo-api-transactional-mails.service.js.map +1 -1
  5. package/lib/brevo-api/dto/brevo-api-email-templates-list.d.ts +24 -0
  6. package/lib/brevo-api/dto/brevo-api-email-templates-list.d.ts.map +1 -0
  7. package/lib/brevo-api/dto/brevo-api-email-templates-list.js +100 -0
  8. package/lib/brevo-api/dto/brevo-api-email-templates-list.js.map +1 -0
  9. package/lib/brevo-config/brevo-config.resolver.d.ts.map +1 -1
  10. package/lib/brevo-config/brevo-config.resolver.js +39 -3
  11. package/lib/brevo-config/brevo-config.resolver.js.map +1 -1
  12. package/lib/brevo-config/dto/brevo-config.input.d.ts +1 -0
  13. package/lib/brevo-config/dto/brevo-config.input.d.ts.map +1 -1
  14. package/lib/brevo-config/dto/brevo-config.input.js +5 -0
  15. package/lib/brevo-config/dto/brevo-config.input.js.map +1 -1
  16. package/lib/brevo-config/entities/brevo-config-entity.factory.d.ts +1 -0
  17. package/lib/brevo-config/entities/brevo-config-entity.factory.d.ts.map +1 -1
  18. package/lib/brevo-config/entities/brevo-config-entity.factory.js +5 -0
  19. package/lib/brevo-config/entities/brevo-config-entity.factory.js.map +1 -1
  20. package/lib/brevo-contact/brevo-contact-import.service.d.ts +3 -1
  21. package/lib/brevo-contact/brevo-contact-import.service.d.ts.map +1 -1
  22. package/lib/brevo-contact/brevo-contact-import.service.js +6 -2
  23. package/lib/brevo-contact/brevo-contact-import.service.js.map +1 -1
  24. package/lib/brevo-contact/brevo-contact.module.js +1 -1
  25. package/lib/brevo-contact/brevo-contact.module.js.map +1 -1
  26. package/lib/brevo-contact/brevo-contact.resolver.d.ts.map +1 -1
  27. package/lib/brevo-contact/brevo-contact.resolver.js +8 -4
  28. package/lib/brevo-contact/brevo-contact.resolver.js.map +1 -1
  29. package/lib/brevo-contact/brevo-contacts.service.d.ts +4 -1
  30. package/lib/brevo-contact/brevo-contacts.service.d.ts.map +1 -1
  31. package/lib/brevo-contact/brevo-contacts.service.js +9 -3
  32. package/lib/brevo-contact/brevo-contacts.service.js.map +1 -1
  33. package/lib/config/brevo-module.config.d.ts +0 -1
  34. package/lib/config/brevo-module.config.d.ts.map +1 -1
  35. package/lib/mikro-orm/migrations/Migration20241018110515.d.ts +5 -0
  36. package/lib/mikro-orm/migrations/Migration20241018110515.d.ts.map +1 -0
  37. package/lib/mikro-orm/migrations/Migration20241018110515.js +22 -0
  38. package/lib/mikro-orm/migrations/Migration20241018110515.js.map +1 -0
  39. package/lib/mikro-orm/migrations/migrations.d.ts.map +1 -1
  40. package/lib/mikro-orm/migrations/migrations.js +2 -0
  41. package/lib/mikro-orm/migrations/migrations.js.map +1 -1
  42. package/lib/tsconfig.build.tsbuildinfo +1 -1
  43. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/brevo-api",
3
- "version": "3.0.0-canary-20241218134204",
3
+ "version": "3.0.0-canary-20241231093633",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/vivid-planet/comet-brevo-module/",