@bondsports/types 2.2.61 → 2.2.62

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.
@@ -1,5 +1,5 @@
1
1
  export declare const MAX_TITLE_LENGTH = 60;
2
- export declare const MAX_CONTENT_LENGTH = 120;
2
+ export declare const MAX_CONTENT_LENGTH = 500;
3
3
  export declare const MIN_LENGTH = 1;
4
4
  export declare const MAX_COUNT_OF_ALERTS = 3;
5
5
  export declare const DEFAULT_RETENTION_PERIOD_IN_DAYS = 1825;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DEFAULT_CHUNK_SIZE = exports.DEFAULT_RETENTION_PERIOD_IN_DAYS = exports.MAX_COUNT_OF_ALERTS = exports.MIN_LENGTH = exports.MAX_CONTENT_LENGTH = exports.MAX_TITLE_LENGTH = void 0;
4
4
  exports.MAX_TITLE_LENGTH = 60;
5
- exports.MAX_CONTENT_LENGTH = 120;
5
+ exports.MAX_CONTENT_LENGTH = 500;
6
6
  exports.MIN_LENGTH = 1;
7
7
  exports.MAX_COUNT_OF_ALERTS = 3;
8
8
  exports.DEFAULT_RETENTION_PERIOD_IN_DAYS = 1825;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.61",
3
+ "version": "2.2.62",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {