fansunited-widget-either-or 2.5.1 → 2.6.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.
@@ -131,6 +131,12 @@ export default class LabelsModel {
131
131
  searchSportal365ImagesErrorMessage: string;
132
132
  usersExportMessage: string;
133
133
  usersExportErrorMessage: string;
134
+ createFromTemplate: string;
135
+ browseEitherOrGames: string;
136
+ noTemplateGamesFound: string;
137
+ expand: string;
138
+ import: string;
139
+ translateAndImport: string;
134
140
  clientFeaturesNotFoundMessage: string;
135
141
  featureDisabled: string;
136
142
  noPermissionMessage: string;
@@ -1,7 +1,6 @@
1
1
  import { IBranding } from 'fansunited-management-components/src/models/IBranding';
2
2
  import { IEitherOrOption, IEitherOrPoints } from 'fansunited-management-components/src/models/minigames/eitherors/EitherOrRequestBody';
3
- import { default as ImagesModel } from 'fansunited-sdk-esm/Core/Global/Models/Images/ImagesModel';
4
- import { default as ContextModel } from 'fansunited-sdk-esm/Core/Namespaces/Activity/Models/RequestBody/Context/ContextModel';
3
+ import { ContextModel, ImagesModel } from 'fansunited-sdk-esm';
5
4
  export interface IRelation {
6
5
  entity_id: string;
7
6
  entity_type: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fansunited-widget-either-or",
3
- "version": "2.5.1",
3
+ "version": "2.6.0",
4
4
  "main": "either-or-manager.es.js",
5
5
  "author": "Fans United",
6
6
  "description": "",