@wrcb/cb-common 1.0.417 → 1.0.419

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.
@@ -173,7 +173,7 @@ TenantDataService.tenantDataMap = {
173
173
  },
174
174
  [tenant_1.Tenant.PrivateShow]: {
175
175
  TENANT: tenant_1.Tenant.PrivateShow,
176
- SITE_NAME: 'PrivateShow',
176
+ SITE_NAME: 'PromoteView',
177
177
  SITE_URL: 'https://privateshow.com.br',
178
178
  SITE_DESCRIPTION: 'Aqui, você nunca fica sozinho!',
179
179
  KEYWORDS: ['porn'],
@@ -190,6 +190,10 @@ TenantDataService.tenantDataMap = {
190
190
  allowedTags: userTags_1.PRIVATE_SHOW_COMMON_TAGS,
191
191
  allowedProducts: productTypes_1.DIGITAL_CONTENT_BASED_PRODUCTS
192
192
  },
193
+ [userCategory_1.UserCategory.Couple]: {
194
+ allowedTags: userTags_1.PRIVATE_SHOW_COMMON_TAGS,
195
+ allowedProducts: productTypes_1.DIGITAL_CONTENT_BASED_PRODUCTS
196
+ },
193
197
  [userCategory_1.UserCategory.Trans]: {
194
198
  allowedTags: userTags_1.PRIVATE_SHOW_COMMON_TAGS,
195
199
  allowedProducts: productTypes_1.DIGITAL_CONTENT_BASED_PRODUCTS
@@ -1,5 +1,5 @@
1
1
  export declare enum LiveType {
2
- Free = "Free",
3
- Private = "Private",
4
- VIP = "VIP"
2
+ Free = "Free",// apenas para atrair novos viewers
3
+ VIP = "VIP",// para quem paga para ver o show
4
+ Private = "Private"
5
5
  }
@@ -4,6 +4,6 @@ exports.LiveType = void 0;
4
4
  var LiveType;
5
5
  (function (LiveType) {
6
6
  LiveType["Free"] = "Free";
7
- LiveType["Private"] = "Private";
8
7
  LiveType["VIP"] = "VIP";
8
+ LiveType["Private"] = "Private"; // para ver o show e ligar sua webcam também
9
9
  })(LiveType || (exports.LiveType = LiveType = {}));
@@ -1,6 +1,7 @@
1
1
  export declare enum UserCategory {
2
2
  Male = "Male",
3
3
  Female = "Female",
4
+ Couple = "Couple",
4
5
  Trans = "Trans",
5
6
  Tour = "Tour",// venda de passeios produto 1 (geolocalização do cliente após venda abrir chat)
6
7
  Restaurant = "Restaurant",// agendamento de mesas produto 2 (geolocalização da empresa)
@@ -6,6 +6,7 @@ var UserCategory;
6
6
  // Private show (venda de imagens e videos Produto 4)
7
7
  UserCategory["Male"] = "Male";
8
8
  UserCategory["Female"] = "Female";
9
+ UserCategory["Couple"] = "Couple";
9
10
  UserCategory["Trans"] = "Trans";
10
11
  // Tourisms
11
12
  UserCategory["Tour"] = "Tour";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrcb/cb-common",
3
- "version": "1.0.417",
3
+ "version": "1.0.419",
4
4
  "description": "Common resources between services",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",