@aldb2b/common 1.0.917 → 1.0.919

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 (63) hide show
  1. package/build/db/CustomModel.d.ts +1 -26
  2. package/build/db/MongooseBase.d.ts +1 -26
  3. package/build/db/aggregate/AggregateConvertor.d.ts +1 -26
  4. package/build/entities/interfaces/connection-dictionary.interface.d.ts +1 -26
  5. package/build/entities/models/common/common.provider.d.ts +1 -26
  6. package/build/entities/models/common/entities/audit-trail.entity.d.ts +1 -26
  7. package/build/entities/models/common/entities/location.entity.d.ts +1 -26
  8. package/build/entities/models/companies/companies.provider.d.ts +1 -26
  9. package/build/entities/models/companies/entities/cities/city.schema.d.ts +1 -26
  10. package/build/entities/models/companies/entities/companies/company-contact-detail.schema.d.ts +0 -25
  11. package/build/entities/models/companies/entities/companies/company-statistic.entity.d.ts +0 -25
  12. package/build/entities/models/companies/entities/companies/company.entity.d.ts +1 -26
  13. package/build/entities/models/companies/entities/companies/export-capability.schema.d.ts +0 -25
  14. package/build/entities/models/companies/entities/companies/hr-data.schema.d.ts +0 -25
  15. package/build/entities/models/companies/entities/companies/investor.schema.d.ts +0 -25
  16. package/build/entities/models/companies/entities/companies/manufacturer.schema.d.ts +0 -25
  17. package/build/entities/models/companies/entities/companies/preference.schema.d.ts +0 -25
  18. package/build/entities/models/companies/entities/companies/sector.schema.d.ts +0 -25
  19. package/build/entities/models/companies/entities/companies/status-detail.schema.d.ts +0 -25
  20. package/build/entities/models/companies/entities/contacts/activity-log.schema.d.ts +0 -25
  21. package/build/entities/models/companies/entities/contacts/company-status-detail.schema.d.ts +0 -25
  22. package/build/entities/models/companies/entities/contacts/contact-detail.schema.d.ts +0 -25
  23. package/build/entities/models/companies/entities/contacts/contact.entity.d.ts +1 -26
  24. package/build/entities/models/companies/entities/contacts/device-notification.schema.d.ts +0 -25
  25. package/build/entities/models/companies/entities/contacts/location.schema.d.ts +0 -25
  26. package/build/entities/models/companies/entities/contacts/web-notification-key.schema.d.ts +0 -25
  27. package/build/entities/models/companies/entities/contacts/web-notification.schema.d.ts +0 -25
  28. package/build/entities/models/companies/entities/countries/country.schema.d.ts +1 -26
  29. package/build/entities/models/events/entities/event/event.entity.d.ts +1 -26
  30. package/build/entities/models/events/entities/eventProfile/company-profile-item.entity.d.ts +1 -26
  31. package/build/entities/models/events/entities/eventProfile/event-profile.entity.d.ts +1 -26
  32. package/build/entities/models/events/entities/eventType/event-type.entity.d.ts +1 -26
  33. package/build/entities/models/events/entities/timestamp.entity.d.ts +1 -26
  34. package/build/entities/models/events/events.provider.d.ts +1 -26
  35. package/build/entities/models/meetings/entities/meetingRequests/meeting-request.entity.d.ts +1 -26
  36. package/build/entities/models/meetings/entities/meetingRequests/rejected-contact.entity.d.ts +0 -25
  37. package/build/entities/models/meetings/entities/meetings/meeting.entity.d.ts +1 -26
  38. package/build/entities/models/meetings/entities/userAvailabilities/user-availability-timeslot.entity.d.ts +1 -26
  39. package/build/entities/models/meetings/entities/userAvailabilities/user-availability.entity.d.ts +1 -26
  40. package/build/entities/models/meetings/meetings.provider.d.ts +1 -26
  41. package/build/entities/models/model.providers.d.ts +1 -26
  42. package/build/entities/models/subscriptions/entities/companySubscriptions/company-subscription-user.entity.d.ts +0 -25
  43. package/build/entities/models/subscriptions/entities/companySubscriptions/company-subscription.entity.d.ts +1 -26
  44. package/build/entities/models/subscriptions/entities/eventSubscriptions/event-subscription.entity.d.ts +1 -26
  45. package/build/entities/models/subscriptions/entities/features/endpoint.entity.d.ts +0 -25
  46. package/build/entities/models/subscriptions/entities/features/feature.entity.d.ts +1 -26
  47. package/build/entities/models/subscriptions/entities/subscriptionLogs/subscription-log.entity.d.ts +3 -28
  48. package/build/entities/models/subscriptions/entities/subscriptionLogs/subscription-log.entity.js +0 -2
  49. package/build/entities/models/subscriptions/entities/subscriptionLogs/subscription-log.entity.js.map +1 -1
  50. package/build/entities/models/subscriptions/subscriptions.provider.d.ts +1 -26
  51. package/build/entities/models/users/entities/rolePermissions/permission.entity.d.ts +1 -26
  52. package/build/entities/models/users/entities/rolePermissions/role-permission.entity.d.ts +1 -26
  53. package/build/entities/models/users/entities/users/chat-info.entity.d.ts +1 -26
  54. package/build/entities/models/users/entities/users/event-info.entity.d.ts +0 -25
  55. package/build/entities/models/users/entities/users/user.entity.d.ts +1 -26
  56. package/build/entities/models/users/users.provider.d.ts +1 -26
  57. package/build/entities/mongoose.providers.d.ts +0 -25
  58. package/build/entities/services/generate-model.d.ts +3 -28
  59. package/build/entities/services/get-model-ref.d.ts +2 -27
  60. package/build/middlewares/inject-subscription.middleware.js +114 -107
  61. package/build/middlewares/inject-subscription.middleware.js.map +1 -1
  62. package/build/tsconfig.tsbuildinfo +1 -1
  63. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.917",
3
+ "version": "1.0.919",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",