@comet/brevo-api 3.0.0-canary-20241209120906 → 3.0.0-canary-20241213130519
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-contact.service.d.ts +1 -0
- package/lib/brevo-api/brevo-api-contact.service.d.ts.map +1 -1
- package/lib/brevo-api/brevo-api-contact.service.js +11 -0
- package/lib/brevo-api/brevo-api-contact.service.js.map +1 -1
- package/lib/brevo-contact/brevo-contact.module.d.ts.map +1 -1
- package/lib/brevo-contact/brevo-contact.module.js +3 -0
- package/lib/brevo-contact/brevo-contact.module.js.map +1 -1
- package/lib/brevo-contact/brevo-contact.resolver.d.ts +3 -1
- package/lib/brevo-contact/brevo-contact.resolver.d.ts.map +1 -1
- package/lib/brevo-contact/brevo-contact.resolver.js +119 -2
- package/lib/brevo-contact/brevo-contact.resolver.js.map +1 -1
- package/lib/brevo-contact/brevo-contacts.service.d.ts +5 -0
- package/lib/brevo-contact/brevo-contacts.service.d.ts.map +1 -1
- package/lib/brevo-contact/brevo-contacts.service.js +9 -2
- package/lib/brevo-contact/brevo-contacts.service.js.map +1 -1
- package/lib/brevo-contact/dto/brevo-test-contact-input.factory.d.ts +18 -0
- package/lib/brevo-contact/dto/brevo-test-contact-input.factory.d.ts.map +1 -0
- package/lib/brevo-contact/dto/brevo-test-contact-input.factory.js +62 -0
- package/lib/brevo-contact/dto/brevo-test-contact-input.factory.js.map +1 -0
- package/lib/mikro-orm/migrations/Migration20240830112400.d.ts +5 -0
- package/lib/mikro-orm/migrations/Migration20240830112400.d.ts.map +1 -0
- package/lib/mikro-orm/migrations/Migration20240830112400.js +23 -0
- package/lib/mikro-orm/migrations/Migration20240830112400.js.map +1 -0
- package/lib/mikro-orm/migrations/migrations.d.ts.map +1 -1
- package/lib/mikro-orm/migrations/migrations.js +2 -0
- package/lib/mikro-orm/migrations/migrations.js.map +1 -1
- package/lib/target-group/dto/target-group.filter.d.ts +2 -1
- package/lib/target-group/dto/target-group.filter.d.ts.map +1 -1
- package/lib/target-group/dto/target-group.filter.js +7 -0
- package/lib/target-group/dto/target-group.filter.js.map +1 -1
- package/lib/target-group/entity/target-group-entity.factory.d.ts +1 -0
- package/lib/target-group/entity/target-group-entity.factory.d.ts.map +1 -1
- package/lib/target-group/entity/target-group-entity.factory.js +5 -0
- package/lib/target-group/entity/target-group-entity.factory.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 -2
- package/lib/target-group/target-group.resolver.js.map +1 -1
- package/lib/target-group/target-groups.service.d.ts +2 -1
- package/lib/target-group/target-groups.service.d.ts.map +1 -1
- package/lib/target-group/target-groups.service.js +20 -3
- package/lib/target-group/target-groups.service.js.map +1 -1
- package/lib/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
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-20241213130519",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/vivid-planet/comet-brevo-module/",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"class-validator": "^0.14.1",
|
|
48
48
|
"eslint": "^8.0.0",
|
|
49
49
|
"express": "^4.21.1",
|
|
50
|
-
"graphql": "^15.
|
|
50
|
+
"graphql": "^15.9.0",
|
|
51
51
|
"jest": "^29.7.0",
|
|
52
52
|
"jest-junit": "^15.0.0",
|
|
53
53
|
"lodash.isequal": "^4.5.0",
|