@jealous-robot-dev/shared-types-responses 1.55.15 → 1.55.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,12 @@
1
1
  import { EventTypes, LiveStudioParticipRole } from "@jealous-robot-dev/drophr-common";
2
+ export declare enum LiveStudioResponses {
3
+ OK = "ok",
4
+ JOIN_LATER = "join later",
5
+ INVALID_URL = "invalid url",
6
+ SESSION_ENDED = "session ended",
7
+ NOT_ALLOWED = "User not allowed",
8
+ ALREADY_JOINED = "User already joined"
9
+ }
2
10
  export interface LiveStudioMessage {
3
11
  ts: number;
4
12
  key: string;
@@ -1,2 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LiveStudioResponses = void 0;
4
+ var LiveStudioResponses;
5
+ (function (LiveStudioResponses) {
6
+ LiveStudioResponses["OK"] = "ok";
7
+ LiveStudioResponses["JOIN_LATER"] = "join later";
8
+ LiveStudioResponses["INVALID_URL"] = "invalid url";
9
+ LiveStudioResponses["SESSION_ENDED"] = "session ended";
10
+ LiveStudioResponses["NOT_ALLOWED"] = "User not allowed";
11
+ LiveStudioResponses["ALREADY_JOINED"] = "User already joined";
12
+ })(LiveStudioResponses = exports.LiveStudioResponses || (exports.LiveStudioResponses = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.55.15",
3
+ "version": "1.55.16",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",