tango-app-api-client 3.3.0-beta.1 → 3.3.0-beta.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-client",
3
- "version": "3.3.0-beta.1",
3
+ "version": "3.3.0-beta.2",
4
4
  "description": "client",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -133,7 +133,7 @@ export function featureConfigurationUpdate( {
133
133
  close, conversionCalculation, conversionCondition,
134
134
  conversionValue, infraAlertCondition, infraAlertValue, isFootfallDirectory,
135
135
  isNormalized, isPasserByData, missedOpportunityCalculation, open, isExcludedArea,
136
- isCameraDisabled, isbillingDisabled,
136
+ isCameraDisabled, isbillingDisabled, isNewDashboard,
137
137
  } ) {
138
138
  return clientModel.updateOne( { clientId: clientId },
139
139
  {
@@ -156,6 +156,7 @@ export function featureConfigurationUpdate( {
156
156
  'featureConfigs.updateFeatureConfig': false,
157
157
  'featureConfigs.isCameraDisabled': isCameraDisabled,
158
158
  'featureConfigs.isbillingDisabled': isbillingDisabled,
159
+ 'featureConfigs.isNewDashboard': isNewDashboard,
159
160
  },
160
161
  } );
161
162
  }