@wrcb/cb-common 1.0.564 → 1.0.566

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
  export declare enum LiveType {
2
2
  Free = "Free",// apenas para atrair novos viewers
3
3
  VIP = "VIP",// para quem paga para ver o show
4
+ OffLine = "OffLine",// esta off line
4
5
  Private = "Private"
5
6
  }
@@ -5,5 +5,6 @@ var LiveType;
5
5
  (function (LiveType) {
6
6
  LiveType["Free"] = "Free";
7
7
  LiveType["VIP"] = "VIP";
8
- LiveType["Private"] = "Private"; // para ver o show e ligar sua webcam também
8
+ LiveType["OffLine"] = "OffLine";
9
+ LiveType["Private"] = "Private";
9
10
  })(LiveType || (exports.LiveType = LiveType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrcb/cb-common",
3
- "version": "1.0.564",
3
+ "version": "1.0.566",
4
4
  "description": "Common resources between services",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",