@bprotsyk/aso-core 1.2.16 → 1.2.18

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,5 +7,6 @@ export interface IOffer {
7
7
  emojiCaption?: string;
8
8
  hidden?: boolean;
9
9
  caption: string;
10
+ partner: string;
10
11
  customUrl?: string;
11
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "1.2.16",
3
+ "version": "1.2.18",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -7,5 +7,6 @@ export interface IOffer {
7
7
  emojiCaption?: string,
8
8
  hidden?: boolean,
9
9
  caption: string,
10
+ partner: string,
10
11
  customUrl?: string
11
12
  }