@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: '
|
|
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
|
package/build/types/liveType.js
CHANGED
|
@@ -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)
|