fansunited-widget-either-or 2.8.1 → 2.9.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.
@@ -177,6 +177,7 @@ export default class LabelsModel {
177
177
  free: string;
178
178
  lead: string;
179
179
  registered: string;
180
+ paid: string;
180
181
  language: string;
181
182
  languageDescription: string;
182
183
  addOption: string;
@@ -240,5 +241,11 @@ export default class LabelsModel {
240
241
  copyToClipboard: string;
241
242
  divElementTextInfo: string;
242
243
  widgetEmbedCodeNotAvailable: string;
244
+ signInLabel: string;
245
+ signInLabelInfoMessage: string;
246
+ authenticationHandler: string;
247
+ authenticationHandlerInfoMessage: string;
248
+ configureSignIn: string;
249
+ configureSignInDisabledMessage: string;
243
250
  constructor(labels?: LabelsModel);
244
251
  }
@@ -1,5 +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 RelatedRelationshipRequest } from 'fansunited-management-components/src/models/related/RelatedEntityRelationship';
3
4
  import { ContextModel, ImagesModel } from 'fansunited-sdk-esm';
4
5
  export interface IRelation {
5
6
  entity_id: string;
@@ -21,12 +22,12 @@ export default class RequestBody {
21
22
  rules: string;
22
23
  ad_content: string;
23
24
  branding: IBranding;
24
- labels: Object;
25
- custom_fields: Object;
25
+ labels: Record<string, string>;
26
+ custom_fields: Record<string, string>;
26
27
  images: ImagesModel;
27
28
  status: string;
28
29
  flags: string[];
29
30
  options: IEitherOrOption[];
30
- related: IRelation[];
31
+ related: RelatedRelationshipRequest[];
31
32
  context: ContextModel;
32
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fansunited-widget-either-or",
3
- "version": "2.8.1",
3
+ "version": "2.9.0",
4
4
  "main": "either-or-manager.es.js",
5
5
  "author": "Fans United",
6
6
  "description": "",