fansunited-widget-either-or 2.10.0 → 2.11.1

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.
@@ -7,7 +7,6 @@ export default class EitherOrFactory {
7
7
  createNewRequestBody: (requestBody: RequestBody | null) => RequestBody;
8
8
  finalizeNewRequestBody: (requestBody: RequestBody, config: Features) => RequestBody;
9
9
  private reconstructImages;
10
- private reconstructBranding;
11
10
  private reconstructContext;
12
11
  createImagesModel: () => {
13
12
  main: any;
@@ -253,5 +253,7 @@ export default class LabelsModel {
253
253
  cloneEitherOrMessage: string;
254
254
  cloneEitherOrErrorMessage: string;
255
255
  translationErrorMessage: string;
256
+ brandingTemplateLabel: string;
257
+ brandingTemplatePlaceholder: string;
256
258
  constructor(labels?: LabelsModel);
257
259
  }
@@ -22,6 +22,7 @@ export default class RequestBody {
22
22
  rules: string;
23
23
  ad_content: string;
24
24
  branding: IBranding;
25
+ branding_id: string | null;
25
26
  labels: Record<string, string>;
26
27
  custom_fields: Record<string, string>;
27
28
  images: ImagesModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fansunited-widget-either-or",
3
- "version": "2.10.0",
3
+ "version": "2.11.1",
4
4
  "main": "either-or-manager.es.js",
5
5
  "author": "Fans United",
6
6
  "description": "",
@@ -1 +0,0 @@
1
- export declare const remapKeysToSpecificCase: (obj: any, type: "camel" | "snake") => any;