@wix/auto_sdk_blog_draft-posts 1.0.38 → 1.0.40

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.
@@ -1944,21 +1944,21 @@ interface Tag {
1944
1944
  * For example: `{"name": "description", "content": "the description itself"}`.
1945
1945
  */
1946
1946
  props?: Record<string, any> | null;
1947
- /** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
1947
+ /** SEO tag metadata. For example, `{"height": 300, "width": 240}`. */
1948
1948
  meta?: Record<string, any> | null;
1949
1949
  /** SEO tag inner content. For example, `<title> inner content </title>`. */
1950
1950
  children?: string;
1951
- /** Whether the tag is a custom tag. */
1951
+ /** Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages). */
1952
1952
  custom?: boolean;
1953
- /** Whether the tag is disabled. */
1953
+ /** Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines. */
1954
1954
  disabled?: boolean;
1955
1955
  }
1956
1956
  interface Settings {
1957
1957
  /**
1958
- * Whether the Auto Redirect feature, which creates `301 redirects` on a slug change, is enabled.
1958
+ * Whether the [automatical redirect visits](https://support.wix.com/en/article/customizing-your-pages-seo-settings-in-the-seo-panel) from the old URL to the new one is enabled.
1959
1959
  *
1960
1960
  *
1961
- * Default: `false` (Auto Redirect is enabled.)
1961
+ * Default: `false` (automatical redirect is enabled).
1962
1962
  */
1963
1963
  preventAutoRedirect?: boolean;
1964
1964
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_blog_draft-posts",
3
- "version": "1.0.38",
3
+ "version": "1.0.40",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@wix/sdk-runtime": "^0.3.55",
33
- "@wix/sdk-types": "^1.13.28"
33
+ "@wix/sdk-types": "^1.13.35"
34
34
  },
35
35
  "devDependencies": {
36
36
  "tsup": "^8.4.0",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.blog.v3.draft"
51
51
  }
52
52
  },
53
- "falconPackageHash": "5eac21cf7d49fe1f7573f3ec843b0274320d62fb1e29ac710b4af717"
53
+ "falconPackageHash": "41495b7e0a99647ce72a8e68b1a529f925cacbe640d5a108093229f7"
54
54
  }