@wrcb/cb-common 1.0.520 → 1.0.522

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.
@@ -211,10 +211,10 @@ TenantDataService.tenantDataMap = {
211
211
  },
212
212
  RATING_CRITERIA: {
213
213
  criteriaOptions: [
214
- 'Qualidade do Serviço',
215
- 'Comunicação',
216
- 'Custo-Benefício',
217
- 'Limpeza'
214
+ 'ServiceQuality',
215
+ 'Service',
216
+ 'Prices',
217
+ 'Cleaning'
218
218
  ],
219
219
  minCriteriaCount: 1,
220
220
  maxCriteriaCount: 5
@@ -275,9 +275,9 @@ TenantDataService.tenantDataMap = {
275
275
  RATING_CRITERIA: {
276
276
  criteriaOptions: [
277
277
  'Performance',
278
- 'Interação',
279
- 'Qualidade do Áudio/Vídeo',
280
- 'Simpatia'
278
+ 'Interaction',
279
+ 'MediaQuality',
280
+ 'Sympathy'
281
281
  ],
282
282
  minCriteriaCount: 1,
283
283
  maxCriteriaCount: 5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrcb/cb-common",
3
- "version": "1.0.520",
3
+ "version": "1.0.522",
4
4
  "description": "Common resources between services",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",