fansunited-widget-either-or 2.1.0 → 2.3.0

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.
@@ -216,5 +216,13 @@ export default class LabelsModel {
216
216
  translateTo: string;
217
217
  exportUsersWithMinPoints: string;
218
218
  exportUsersWithMinPointsDescription: string;
219
+ exportUsersLeads: string;
220
+ exportAllUsersLeads: string;
221
+ exportAllUsersLeadsDescription: string;
222
+ usersLeadsExportMessage: string;
223
+ usersLeadsExportErrorMessage: string;
224
+ related: string;
225
+ relationship: string;
226
+ relatedEntitiesErrorMessage: string;
219
227
  constructor(labels?: LabelsModel);
220
228
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fansunited-widget-either-or",
3
- "version": "2.1.0",
3
+ "version": "2.3.0",
4
4
  "main": "either-or-manager.es.js",
5
5
  "author": "Fans United",
6
6
  "description": "",