@wix/media-collections 1.0.7 → 1.0.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/media-collections",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/media-collections_media-collections": "1.0.6"
24
+ "@wix/media-collections_media-collections": "1.0.7"
25
25
  },
26
26
  "devDependencies": {
27
27
  "glob": "^10.4.1",
@@ -46,5 +46,5 @@
46
46
  "fqdn": ""
47
47
  }
48
48
  },
49
- "falconPackageHash": "31f33f1cec1a858f54ef4d564cb18ab9e071a9359399e59d4b9606c8"
49
+ "falconPackageHash": "9c1b435dfc156d8dd81b1c0503d08dc5b54d84d769defcd88c141156"
50
50
  }
@@ -650,14 +650,6 @@ interface ExternalLink {
650
650
  /** Where this link should open, supports _self and _blank or any name the user chooses. _self means same page, _blank means new page. */
651
651
  target?: string | null;
652
652
  }
653
- interface PageLink {
654
- /** The page id we want from the site */
655
- pageId?: string;
656
- /** Where this link should open, supports _self and _blank or any name the user chooses. _self means same page, _blank means new page. */
657
- target?: string | null;
658
- /** rel of link */
659
- rel?: LinkRel[];
660
- }
661
653
  /**
662
654
  * The 'rel' attribute of the link. The rel attribute defines the relationship between a linked resource and the current document.
663
655
  * Further reading (also about different possible rel types): https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel
@@ -675,6 +667,14 @@ declare enum LinkRel {
675
667
  /** Indicates a link that resulted from advertisements or paid placements. */
676
668
  sponsored = "sponsored"
677
669
  }
670
+ interface PageLink {
671
+ /** The page id we want from the site */
672
+ pageId?: string;
673
+ /** Where this link should open, supports _self and _blank or any name the user chooses. _self means same page, _blank means new page. */
674
+ target?: string | null;
675
+ /** rel of link */
676
+ rel?: LinkRel[];
677
+ }
678
678
  interface AnchorLink {
679
679
  /** The name of the anchor */
680
680
  anchorName?: string;
@@ -1300,6 +1300,7 @@ interface VideoMetadataNonNullableFields {
1300
1300
  }
1301
1301
  interface ExternalLinkNonNullableFields {
1302
1302
  url: string;
1303
+ rel: LinkRel[];
1303
1304
  }
1304
1305
  interface PageLinkNonNullableFields {
1305
1306
  pageId: string;
@@ -650,14 +650,6 @@ interface ExternalLink {
650
650
  /** Where this link should open, supports _self and _blank or any name the user chooses. _self means same page, _blank means new page. */
651
651
  target?: string | null;
652
652
  }
653
- interface PageLink {
654
- /** The page id we want from the site */
655
- pageId?: string;
656
- /** Where this link should open, supports _self and _blank or any name the user chooses. _self means same page, _blank means new page. */
657
- target?: string | null;
658
- /** rel of link */
659
- rel?: LinkRel[];
660
- }
661
653
  /**
662
654
  * The 'rel' attribute of the link. The rel attribute defines the relationship between a linked resource and the current document.
663
655
  * Further reading (also about different possible rel types): https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel
@@ -675,6 +667,14 @@ declare enum LinkRel {
675
667
  /** Indicates a link that resulted from advertisements or paid placements. */
676
668
  sponsored = "sponsored"
677
669
  }
670
+ interface PageLink {
671
+ /** The page id we want from the site */
672
+ pageId?: string;
673
+ /** Where this link should open, supports _self and _blank or any name the user chooses. _self means same page, _blank means new page. */
674
+ target?: string | null;
675
+ /** rel of link */
676
+ rel?: LinkRel[];
677
+ }
678
678
  interface AnchorLink {
679
679
  /** The name of the anchor */
680
680
  anchorName?: string;
@@ -1300,6 +1300,7 @@ interface VideoMetadataNonNullableFields {
1300
1300
  }
1301
1301
  interface ExternalLinkNonNullableFields {
1302
1302
  url: string;
1303
+ rel: LinkRel[];
1303
1304
  }
1304
1305
  interface PageLinkNonNullableFields {
1305
1306
  pageId: string;
@@ -172,14 +172,6 @@ interface ExternalLink$1 {
172
172
  /** Where this link should open, supports _self and _blank or any name the user chooses. _self means same page, _blank means new page. */
173
173
  target?: string | null;
174
174
  }
175
- interface PageLink$1 {
176
- /** The page id we want from the site */
177
- pageId?: string;
178
- /** Where this link should open, supports _self and _blank or any name the user chooses. _self means same page, _blank means new page. */
179
- target?: string | null;
180
- /** rel of link */
181
- rel?: LinkRel$1[];
182
- }
183
175
  /**
184
176
  * The 'rel' attribute of the link. The rel attribute defines the relationship between a linked resource and the current document.
185
177
  * Further reading (also about different possible rel types): https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel
@@ -197,6 +189,14 @@ declare enum LinkRel$1 {
197
189
  /** Indicates a link that resulted from advertisements or paid placements. */
198
190
  sponsored = "sponsored"
199
191
  }
192
+ interface PageLink$1 {
193
+ /** The page id we want from the site */
194
+ pageId?: string;
195
+ /** Where this link should open, supports _self and _blank or any name the user chooses. _self means same page, _blank means new page. */
196
+ target?: string | null;
197
+ /** rel of link */
198
+ rel?: LinkRel$1[];
199
+ }
200
200
  interface AnchorLink$1 {
201
201
  /** The name of the anchor */
202
202
  anchorName?: string;
@@ -582,6 +582,7 @@ interface VideoMetadataNonNullableFields$1 {
582
582
  }
583
583
  interface ExternalLinkNonNullableFields$1 {
584
584
  url: string;
585
+ rel: LinkRel$1[];
585
586
  }
586
587
  interface PageLinkNonNullableFields$1 {
587
588
  pageId: string;
@@ -875,14 +876,6 @@ interface ExternalLink {
875
876
  /** Where this link should open, supports _self and _blank or any name the user chooses. _self means same page, _blank means new page. */
876
877
  target?: string | null;
877
878
  }
878
- interface PageLink {
879
- /** The page id we want from the site */
880
- pageId?: string;
881
- /** Where this link should open, supports _self and _blank or any name the user chooses. _self means same page, _blank means new page. */
882
- target?: string | null;
883
- /** rel of link */
884
- rel?: LinkRel[];
885
- }
886
879
  /**
887
880
  * The 'rel' attribute of the link. The rel attribute defines the relationship between a linked resource and the current document.
888
881
  * Further reading (also about different possible rel types): https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel
@@ -900,6 +893,14 @@ declare enum LinkRel {
900
893
  /** Indicates a link that resulted from advertisements or paid placements. */
901
894
  sponsored = "sponsored"
902
895
  }
896
+ interface PageLink {
897
+ /** The page id we want from the site */
898
+ pageId?: string;
899
+ /** Where this link should open, supports _self and _blank or any name the user chooses. _self means same page, _blank means new page. */
900
+ target?: string | null;
901
+ /** rel of link */
902
+ rel?: LinkRel[];
903
+ }
903
904
  interface AnchorLink {
904
905
  /** The name of the anchor */
905
906
  anchorName?: string;
@@ -1285,6 +1286,7 @@ interface VideoMetadataNonNullableFields {
1285
1286
  }
1286
1287
  interface ExternalLinkNonNullableFields {
1287
1288
  url: string;
1289
+ rel: LinkRel[];
1288
1290
  }
1289
1291
  interface PageLinkNonNullableFields {
1290
1292
  pageId: string;