@jealous-robot-dev/shared-types-responses 1.57.12 → 1.57.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,8 +22,6 @@ export interface EventManagerData {
22
22
  is_restricted: boolean;
23
23
  fee?: HostingPriceLimits;
24
24
  events: EventInManager[];
25
- categories: EventTypes[];
26
- audiences: ServiceAudience[];
27
25
  }
28
26
  export interface EventManagerCustomTime {
29
27
  limits: CurrencyLmits;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.57.12",
3
+ "version": "1.57.13",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",