@wix/blog 1.0.306 → 1.0.308
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.
- package/package.json +8 -8
- package/type-bundles/context.bundle.d.ts +4827 -7217
- package/type-bundles/index.bundle.d.ts +4827 -7217
- package/type-bundles/meta.bundle.d.ts +4 -4
|
@@ -1052,7 +1052,7 @@ interface Keyword$5 {
|
|
|
1052
1052
|
term?: string;
|
|
1053
1053
|
/** Whether the keyword is the main focus keyword. */
|
|
1054
1054
|
isMain?: boolean;
|
|
1055
|
-
/**
|
|
1055
|
+
/** The source that added the keyword terms to the SEO settings. */
|
|
1056
1056
|
origin?: string | null;
|
|
1057
1057
|
}
|
|
1058
1058
|
interface Tag$5 {
|
|
@@ -1430,7 +1430,7 @@ interface Keyword$4 {
|
|
|
1430
1430
|
term?: string;
|
|
1431
1431
|
/** Whether the keyword is the main focus keyword. */
|
|
1432
1432
|
isMain?: boolean;
|
|
1433
|
-
/**
|
|
1433
|
+
/** The source that added the keyword terms to the SEO settings. */
|
|
1434
1434
|
origin?: string | null;
|
|
1435
1435
|
}
|
|
1436
1436
|
interface Tag$4 {
|
|
@@ -3225,7 +3225,7 @@ interface Keyword$3 {
|
|
|
3225
3225
|
term?: string;
|
|
3226
3226
|
/** Whether the keyword is the main focus keyword. */
|
|
3227
3227
|
isMain?: boolean;
|
|
3228
|
-
/**
|
|
3228
|
+
/** The source that added the keyword terms to the SEO settings. */
|
|
3229
3229
|
origin?: string | null;
|
|
3230
3230
|
}
|
|
3231
3231
|
interface Tag$3 {
|
|
@@ -5675,7 +5675,7 @@ interface Keyword$2 {
|
|
|
5675
5675
|
term?: string;
|
|
5676
5676
|
/** Whether the keyword is the main focus keyword. */
|
|
5677
5677
|
isMain?: boolean;
|
|
5678
|
-
/**
|
|
5678
|
+
/** The source that added the keyword terms to the SEO settings. */
|
|
5679
5679
|
origin?: string | null;
|
|
5680
5680
|
}
|
|
5681
5681
|
interface Tag$2 {
|