@jealous-robot-dev/shared-types-responses 1.23.13 → 1.23.14

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.
@@ -139,6 +139,7 @@ export interface EventManagerFormsSuspend {
139
139
  title: string;
140
140
  description: string;
141
141
  seances_to_host: string;
142
+ seances_to_cancel: string;
142
143
  };
143
144
  note: string;
144
145
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.23.13",
3
+ "version": "1.23.14",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",