@hyper.software/common-helpers 2.3.4 → 2.3.5

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.
@@ -530,7 +530,7 @@ export interface ICompany extends ITimestamps {
530
530
  email?: string;
531
531
  integrations?: {
532
532
  channelManagerType: 'BNOVO' | 'CHANNEX';
533
- bnovo: {
533
+ bnovo?: {
534
534
  id: string;
535
535
  };
536
536
  stripe?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyper.software/common-helpers",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "author": "Raul Tomescu <tomescu.raul+hyper@gmail.com>",
5
5
  "description": "Hyper Software Common Javascript Helpers",
6
6
  "main": "lib/index.js",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@babel/preset-env": "^7.23.3",
38
- "@hyper.software/common-models": "^2.10.20",
38
+ "@hyper.software/common-models": "^2.10.21",
39
39
  "@hyper.software/tslint-config": "^1.0.1",
40
40
  "@sentry/types": "^7.77.0",
41
41
  "@types/cookie": "^0.5.3",