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

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