@wix/events 1.0.37 → 1.0.39

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.
@@ -735,15 +735,15 @@ export interface SeoSettings {
735
735
  * This data will override other sources of tags (for example patterns) and will be included in the <head> section of the HTML document, while not being displayed on the page itself.
736
736
  */
737
737
  export interface SeoSchema {
738
- /** SEO tags information. */
738
+ /** SEO tag information. */
739
739
  tags?: Tag[];
740
740
  /** SEO general settings. */
741
741
  settings?: Settings;
742
742
  }
743
743
  export interface Keyword {
744
- /** Keyword value */
744
+ /** Keyword value. */
745
745
  term?: string;
746
- /** Whether the keyword is the main focused */
746
+ /** Whether the keyword is the main focus keyword. */
747
747
  isMain?: boolean;
748
748
  }
749
749
  export interface Tag {
@@ -755,7 +755,7 @@ export interface Tag {
755
755
  */
756
756
  type?: string;
757
757
  /**
758
- * A `{'key':'value'} pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
758
+ * A `{'key':'value'}` pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
759
759
  * For example: `{'name': 'description', 'content': 'the description itself'}`.
760
760
  */
761
761
  props?: Record<string, any> | null;
@@ -770,13 +770,13 @@ export interface Tag {
770
770
  }
771
771
  export interface Settings {
772
772
  /**
773
- * Whether the auto redirects feature creating `301 redirects` on a slug change is enabled.
773
+ * Whether the Auto Redirect feature, which creates `301 redirects` on a slug change, is enabled.
774
774
  *
775
775
  *
776
- * Default: enabled
776
+ * Default: `false` (Auto Redirect is enabled.)
777
777
  */
778
778
  preventAutoRedirect?: boolean;
779
- /** User-selected keyword terms for a specific page */
779
+ /** User-selected keyword terms for a specific page. */
780
780
  keywords?: Keyword[];
781
781
  }
782
782
  export interface Agenda {
@@ -719,15 +719,15 @@ export interface SeoSettings {
719
719
  * This data will override other sources of tags (for example patterns) and will be included in the <head> section of the HTML document, while not being displayed on the page itself.
720
720
  */
721
721
  export interface SeoSchema {
722
- /** SEO tags information. */
722
+ /** SEO tag information. */
723
723
  tags?: Tag[];
724
724
  /** SEO general settings. */
725
725
  settings?: Settings;
726
726
  }
727
727
  export interface Keyword {
728
- /** Keyword value */
728
+ /** Keyword value. */
729
729
  term?: string;
730
- /** Whether the keyword is the main focused */
730
+ /** Whether the keyword is the main focus keyword. */
731
731
  isMain?: boolean;
732
732
  }
733
733
  export interface Tag {
@@ -739,7 +739,7 @@ export interface Tag {
739
739
  */
740
740
  type?: string;
741
741
  /**
742
- * A `{'key':'value'} pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
742
+ * A `{'key':'value'}` pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
743
743
  * For example: `{'name': 'description', 'content': 'the description itself'}`.
744
744
  */
745
745
  props?: Record<string, any> | null;
@@ -754,13 +754,13 @@ export interface Tag {
754
754
  }
755
755
  export interface Settings {
756
756
  /**
757
- * Whether the auto redirects feature creating `301 redirects` on a slug change is enabled.
757
+ * Whether the Auto Redirect feature, which creates `301 redirects` on a slug change, is enabled.
758
758
  *
759
759
  *
760
- * Default: enabled
760
+ * Default: `false` (Auto Redirect is enabled.)
761
761
  */
762
762
  preventAutoRedirect?: boolean;
763
- /** User-selected keyword terms for a specific page */
763
+ /** User-selected keyword terms for a specific page. */
764
764
  keywords?: Keyword[];
765
765
  }
766
766
  export interface Agenda {
@@ -735,15 +735,15 @@ export interface SeoSettings {
735
735
  * This data will override other sources of tags (for example patterns) and will be included in the <head> section of the HTML document, while not being displayed on the page itself.
736
736
  */
737
737
  export interface SeoSchema {
738
- /** SEO tags information. */
738
+ /** SEO tag information. */
739
739
  tags?: Tag[];
740
740
  /** SEO general settings. */
741
741
  settings?: Settings;
742
742
  }
743
743
  export interface Keyword {
744
- /** Keyword value */
744
+ /** Keyword value. */
745
745
  term?: string;
746
- /** Whether the keyword is the main focused */
746
+ /** Whether the keyword is the main focus keyword. */
747
747
  isMain?: boolean;
748
748
  }
749
749
  export interface Tag {
@@ -755,7 +755,7 @@ export interface Tag {
755
755
  */
756
756
  type?: string;
757
757
  /**
758
- * A `{'key':'value'} pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
758
+ * A `{'key':'value'}` pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
759
759
  * For example: `{'name': 'description', 'content': 'the description itself'}`.
760
760
  */
761
761
  props?: Record<string, any> | null;
@@ -770,13 +770,13 @@ export interface Tag {
770
770
  }
771
771
  export interface Settings {
772
772
  /**
773
- * Whether the auto redirects feature creating `301 redirects` on a slug change is enabled.
773
+ * Whether the Auto Redirect feature, which creates `301 redirects` on a slug change, is enabled.
774
774
  *
775
775
  *
776
- * Default: enabled
776
+ * Default: `false` (Auto Redirect is enabled.)
777
777
  */
778
778
  preventAutoRedirect?: boolean;
779
- /** User-selected keyword terms for a specific page */
779
+ /** User-selected keyword terms for a specific page. */
780
780
  keywords?: Keyword[];
781
781
  }
782
782
  export interface Agenda {
@@ -719,15 +719,15 @@ export interface SeoSettings {
719
719
  * This data will override other sources of tags (for example patterns) and will be included in the <head> section of the HTML document, while not being displayed on the page itself.
720
720
  */
721
721
  export interface SeoSchema {
722
- /** SEO tags information. */
722
+ /** SEO tag information. */
723
723
  tags?: Tag[];
724
724
  /** SEO general settings. */
725
725
  settings?: Settings;
726
726
  }
727
727
  export interface Keyword {
728
- /** Keyword value */
728
+ /** Keyword value. */
729
729
  term?: string;
730
- /** Whether the keyword is the main focused */
730
+ /** Whether the keyword is the main focus keyword. */
731
731
  isMain?: boolean;
732
732
  }
733
733
  export interface Tag {
@@ -739,7 +739,7 @@ export interface Tag {
739
739
  */
740
740
  type?: string;
741
741
  /**
742
- * A `{'key':'value'} pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
742
+ * A `{'key':'value'}` pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
743
743
  * For example: `{'name': 'description', 'content': 'the description itself'}`.
744
744
  */
745
745
  props?: Record<string, any> | null;
@@ -754,13 +754,13 @@ export interface Tag {
754
754
  }
755
755
  export interface Settings {
756
756
  /**
757
- * Whether the auto redirects feature creating `301 redirects` on a slug change is enabled.
757
+ * Whether the Auto Redirect feature, which creates `301 redirects` on a slug change, is enabled.
758
758
  *
759
759
  *
760
- * Default: enabled
760
+ * Default: `false` (Auto Redirect is enabled.)
761
761
  */
762
762
  preventAutoRedirect?: boolean;
763
- /** User-selected keyword terms for a specific page */
763
+ /** User-selected keyword terms for a specific page. */
764
764
  keywords?: Keyword[];
765
765
  }
766
766
  export interface Agenda {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/events",
3
- "version": "1.0.37",
3
+ "version": "1.0.39",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress.public-sdk-autogen"
34
34
  }
35
35
  },
36
- "falconPackageHash": "522400df2b02f9353966596e1656b97e36d6d23d70c31538b0128557"
36
+ "falconPackageHash": "5b518fe622d16251a848f1f970aa2011b6563f85e86fa7489201c57f"
37
37
  }