@jealous-robot-dev/shared-types-responses 1.23.6 → 1.23.7

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,6 @@
1
1
  import { Language, QueryResponse } from '../common';
2
2
  import { PhrasedEventType, EventPhrasedTimemode, EventTypes, EventTimeModes } from './events';
3
+ import { HostEventPics, HostEventTime } from './host-an-event';
3
4
  export declare enum EventManagerSortFields {
4
5
  LANGUAGE = "lang",
5
6
  TYPE = "type",
@@ -113,6 +114,7 @@ export declare enum EventManagerAction {
113
114
  RESUME = "resume"
114
115
  }
115
116
  export declare const EMAListed: EventManagerAction[];
117
+ export declare type UpdatableEventValue = string | HostEventPics[] | HostEventPics | number | HostEventTime | string[];
116
118
  export interface EventManagerFromsCommonPassword {
117
119
  enter_pw: string;
118
120
  pw_is_invalid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.23.6",
3
+ "version": "1.23.7",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",