@wix/stores 1.0.269 → 1.0.270

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.
@@ -1025,7 +1025,7 @@ interface Keyword$3 {
1025
1025
  term?: string;
1026
1026
  /** Whether the keyword is the main focus keyword. */
1027
1027
  isMain?: boolean;
1028
- /** Who added the keyword to the settings */
1028
+ /** The source that added the keyword terms to the SEO settings. */
1029
1029
  origin?: string | null;
1030
1030
  }
1031
1031
  interface Tag$3 {
@@ -2428,7 +2428,7 @@ interface Keyword$2 {
2428
2428
  term?: string;
2429
2429
  /** Whether the keyword is the main focus keyword. */
2430
2430
  isMain?: boolean;
2431
- /** Who added the keyword to the settings */
2431
+ /** The source that added the keyword terms to the SEO settings. */
2432
2432
  origin?: string | null;
2433
2433
  }
2434
2434
  interface Tag$2 {
@@ -12752,7 +12752,7 @@ interface Keyword$1 {
12752
12752
  term?: string;
12753
12753
  /** Whether the keyword is the main focus keyword. */
12754
12754
  isMain?: boolean;
12755
- /** Who added the keyword to the settings */
12755
+ /** The source that added the keyword terms to the SEO settings. */
12756
12756
  origin?: string | null;
12757
12757
  }
12758
12758
  interface Tag$1 {
@@ -17126,7 +17126,7 @@ interface Keyword {
17126
17126
  term?: string;
17127
17127
  /** Whether the keyword is the main focus keyword. */
17128
17128
  isMain?: boolean;
17129
- /** Who added the keyword to the settings */
17129
+ /** The source that added the keyword terms to the SEO settings. */
17130
17130
  origin?: string | null;
17131
17131
  }
17132
17132
  interface Tag {