@selfcommunity/types 0.5.50-events.86 → 0.5.50-events.87

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.
@@ -120,7 +120,7 @@ export interface SCEventType {
120
120
  /**
121
121
  * The event end date.
122
122
  */
123
- end_date: string;
123
+ end_date: string | null;
124
124
  /**
125
125
  * If the event is currently running
126
126
  */
@@ -120,7 +120,7 @@ export interface SCEventType {
120
120
  /**
121
121
  * The event end date.
122
122
  */
123
- end_date: string;
123
+ end_date: string | null;
124
124
  /**
125
125
  * If the event is currently running
126
126
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/types",
3
- "version": "0.5.50-events.86+4a5835775",
3
+ "version": "0.5.50-events.87+f128a6494",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "./lib/cjs/index.js",
@@ -101,5 +101,5 @@
101
101
  "bugs": {
102
102
  "url": "https://github.com/selfcommunity/community-js/issues"
103
103
  },
104
- "gitHead": "4a58357753d508ba5d503db71876b73acd3da1be"
104
+ "gitHead": "f128a64946425ac35c598e94be2487262361cd72"
105
105
  }