@comet/brevo-api 3.0.0-canary-20240920122446 → 3.0.0-canary-20241017075628
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/lib/brevo-api/brevo-api-campaigns.service.d.ts.map +1 -1
- package/lib/brevo-api/brevo-api-campaigns.service.js +152 -96
- package/lib/brevo-api/brevo-api-campaigns.service.js.map +1 -1
- package/lib/brevo-api/brevo-api-contact.service.d.ts +2 -2
- package/lib/brevo-api/brevo-api-contact.service.d.ts.map +1 -1
- package/lib/brevo-api/brevo-api-contact.service.js +158 -76
- package/lib/brevo-api/brevo-api-contact.service.js.map +1 -1
- package/lib/brevo-api/brevo-api-transactional-mails.service.d.ts.map +1 -1
- package/lib/brevo-api/brevo-api-transactional-mails.service.js +21 -10
- package/lib/brevo-api/brevo-api-transactional-mails.service.js.map +1 -1
- package/lib/brevo-api/brevo-api.utils.d.ts +3 -0
- package/lib/brevo-api/brevo-api.utils.d.ts.map +1 -1
- package/lib/brevo-api/brevo-api.utils.js +21 -2
- package/lib/brevo-api/brevo-api.utils.js.map +1 -1
- package/lib/brevo-contact/brevo-contact-import.console.d.ts.map +1 -1
- package/lib/brevo-contact/brevo-contact-import.console.js +10 -6
- package/lib/brevo-contact/brevo-contact-import.console.js.map +1 -1
- package/lib/brevo-contact/brevo-contact-import.controller.d.ts.map +1 -1
- package/lib/brevo-contact/brevo-contact-import.controller.js +13 -16
- package/lib/brevo-contact/brevo-contact-import.controller.js.map +1 -1
- package/lib/brevo-contact/brevo-contact-import.service.d.ts +27 -11
- package/lib/brevo-contact/brevo-contact-import.service.d.ts.map +1 -1
- package/lib/brevo-contact/brevo-contact-import.service.js +168 -77
- package/lib/brevo-contact/brevo-contact-import.service.js.map +1 -1
- package/lib/brevo-contact/brevo-contact.resolver.d.ts.map +1 -1
- package/lib/brevo-contact/brevo-contact.resolver.js +5 -1
- package/lib/brevo-contact/brevo-contact.resolver.js.map +1 -1
- package/lib/brevo-contact/brevo-contacts.service.d.ts +1 -2
- package/lib/brevo-contact/brevo-contacts.service.d.ts.map +1 -1
- package/lib/brevo-contact/brevo-contacts.service.js +2 -2
- package/lib/brevo-contact/brevo-contacts.service.js.map +1 -1
- package/lib/target-group/target-group.resolver.d.ts.map +1 -1
- package/lib/target-group/target-group.resolver.js +3 -0
- package/lib/target-group/target-group.resolver.js.map +1 -1
- package/lib/target-group/target-groups.service.d.ts.map +1 -1
- package/lib/target-group/target-groups.service.js +85 -50
- package/lib/target-group/target-groups.service.js.map +1 -1
- package/lib/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comet/brevo-api",
|
|
3
|
-
"version": "3.0.0-canary-
|
|
3
|
+
"version": "3.0.0-canary-20241017075628",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/vivid-planet/comet-brevo-module/",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"@nestjs/graphql": "^10.0.0",
|
|
40
40
|
"@nestjs/platform-express": "^9.0.0",
|
|
41
41
|
"@types/jest": "^29.5.0",
|
|
42
|
+
"@types/lodash.isequal": "^4.0.0",
|
|
42
43
|
"@types/mime-db": "^1.43.5",
|
|
43
44
|
"@types/node-fetch": "^2.5.12",
|
|
44
45
|
"@types/rimraf": "^3.0.0",
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
"graphql": "^15.5.0",
|
|
53
54
|
"jest": "^29.5.0",
|
|
54
55
|
"jest-junit": "^15.0.0",
|
|
56
|
+
"lodash.isequal": "^4.5.0",
|
|
55
57
|
"nestjs-console": "^8.0.0",
|
|
56
58
|
"pg-error-constants": "^1.0.0",
|
|
57
59
|
"prettier": "^2.0.0",
|