@wix/portfolio 1.0.86 → 1.0.88

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/portfolio",
3
- "version": "1.0.86",
3
+ "version": "1.0.88",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -19,11 +19,11 @@
19
19
  ],
20
20
  "dependencies": {
21
21
  "@wix/portfolio_collections": "1.0.23",
22
- "@wix/portfolio_portfolio-settings": "1.0.11",
22
+ "@wix/portfolio_portfolio-settings": "1.0.12",
23
23
  "@wix/portfolio_project-in-collections": "1.0.23",
24
24
  "@wix/portfolio_project-items": "1.0.27",
25
- "@wix/portfolio_projects": "1.0.32",
26
- "@wix/portfolio_synced-project": "1.0.8"
25
+ "@wix/portfolio_projects": "1.0.34",
26
+ "@wix/portfolio_synced-project": "1.0.10"
27
27
  },
28
28
  "devDependencies": {
29
29
  "glob": "^10.4.1",
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "441204121a9a47f1e070b5a8768c99478c3d3029357eec161f3fcd5a"
51
+ "falconPackageHash": "eeccbfb4017f08f5011639f258871f3df7b83f62bf98c2d2d78a98fc"
52
52
  }
@@ -849,8 +849,6 @@ interface PortfolioSettings {
849
849
  projectItemSettings?: ProjectItemSettings;
850
850
  /** The media settings */
851
851
  mediaSettings?: MediaSettings;
852
- /** The site menu settings */
853
- siteMenuSettings?: SiteMenuSettings;
854
852
  /**
855
853
  * Represents the time this Collection was created
856
854
  * @readonly
@@ -2462,7 +2460,9 @@ declare enum Namespace$1 {
2462
2460
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
2463
2461
  * The Partners company owns this namespace.
2464
2462
  */
2465
- UGC_TEMPLATE = "UGC_TEMPLATE"
2463
+ UGC_TEMPLATE = "UGC_TEMPLATE",
2464
+ /** Codux Headless Sites */
2465
+ CODUX = "CODUX"
2466
2466
  }
2467
2467
  /** Site transferred to another user. */
2468
2468
  interface SiteTransferred$1 {
@@ -2515,6 +2515,8 @@ interface ServiceProvisioned$1 {
2515
2515
  originInstanceId?: string;
2516
2516
  /** A version. */
2517
2517
  version?: string | null;
2518
+ /** The origin meta site id */
2519
+ originMetaSiteId?: string | null;
2518
2520
  }
2519
2521
  interface ServiceRemoved$1 {
2520
2522
  /** Either UUID or EmbeddedServiceType. */
@@ -4647,7 +4649,9 @@ declare enum Namespace {
4647
4649
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
4648
4650
  * The Partners company owns this namespace.
4649
4651
  */
4650
- UGC_TEMPLATE = "UGC_TEMPLATE"
4652
+ UGC_TEMPLATE = "UGC_TEMPLATE",
4653
+ /** Codux Headless Sites */
4654
+ CODUX = "CODUX"
4651
4655
  }
4652
4656
  /** Site transferred to another user. */
4653
4657
  interface SiteTransferred {
@@ -4700,6 +4704,8 @@ interface ServiceProvisioned {
4700
4704
  originInstanceId?: string;
4701
4705
  /** A version. */
4702
4706
  version?: string | null;
4707
+ /** The origin meta site id */
4708
+ originMetaSiteId?: string | null;
4703
4709
  }
4704
4710
  interface ServiceRemoved {
4705
4711
  /** Either UUID or EmbeddedServiceType. */
@@ -849,8 +849,6 @@ interface PortfolioSettings {
849
849
  projectItemSettings?: ProjectItemSettings;
850
850
  /** The media settings */
851
851
  mediaSettings?: MediaSettings;
852
- /** The site menu settings */
853
- siteMenuSettings?: SiteMenuSettings;
854
852
  /**
855
853
  * Represents the time this Collection was created
856
854
  * @readonly
@@ -2462,7 +2460,9 @@ declare enum Namespace$1 {
2462
2460
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
2463
2461
  * The Partners company owns this namespace.
2464
2462
  */
2465
- UGC_TEMPLATE = "UGC_TEMPLATE"
2463
+ UGC_TEMPLATE = "UGC_TEMPLATE",
2464
+ /** Codux Headless Sites */
2465
+ CODUX = "CODUX"
2466
2466
  }
2467
2467
  /** Site transferred to another user. */
2468
2468
  interface SiteTransferred$1 {
@@ -2515,6 +2515,8 @@ interface ServiceProvisioned$1 {
2515
2515
  originInstanceId?: string;
2516
2516
  /** A version. */
2517
2517
  version?: string | null;
2518
+ /** The origin meta site id */
2519
+ originMetaSiteId?: string | null;
2518
2520
  }
2519
2521
  interface ServiceRemoved$1 {
2520
2522
  /** Either UUID or EmbeddedServiceType. */
@@ -4647,7 +4649,9 @@ declare enum Namespace {
4647
4649
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
4648
4650
  * The Partners company owns this namespace.
4649
4651
  */
4650
- UGC_TEMPLATE = "UGC_TEMPLATE"
4652
+ UGC_TEMPLATE = "UGC_TEMPLATE",
4653
+ /** Codux Headless Sites */
4654
+ CODUX = "CODUX"
4651
4655
  }
4652
4656
  /** Site transferred to another user. */
4653
4657
  interface SiteTransferred {
@@ -4700,6 +4704,8 @@ interface ServiceProvisioned {
4700
4704
  originInstanceId?: string;
4701
4705
  /** A version. */
4702
4706
  version?: string | null;
4707
+ /** The origin meta site id */
4708
+ originMetaSiteId?: string | null;
4703
4709
  }
4704
4710
  interface ServiceRemoved {
4705
4711
  /** Either UUID or EmbeddedServiceType. */
@@ -661,8 +661,6 @@ interface PortfolioSettings$1 {
661
661
  projectItemSettings?: ProjectItemSettings$1;
662
662
  /** The media settings */
663
663
  mediaSettings?: MediaSettings$1;
664
- /** The site menu settings */
665
- siteMenuSettings?: SiteMenuSettings$1;
666
664
  /**
667
665
  * Represents the time this Collection was created
668
666
  * @readonly
@@ -696,10 +694,6 @@ interface MediaSettings$1 {
696
694
  /** The folder ID for the media */
697
695
  folderId?: string | null;
698
696
  }
699
- interface SiteMenuSettings$1 {
700
- /** Whether to automatically update the site menu */
701
- autoUpdateMenu?: boolean | null;
702
- }
703
697
  interface CreatePortfolioSettingsRequest$1 {
704
698
  /** The portfolio settings to create */
705
699
  portfolioSettings: PortfolioSettings$1;
@@ -749,8 +743,6 @@ interface PortfolioSettings {
749
743
  projectItemSettings?: ProjectItemSettings;
750
744
  /** The media settings */
751
745
  mediaSettings?: MediaSettings;
752
- /** The site menu settings */
753
- siteMenuSettings?: SiteMenuSettings;
754
746
  /**
755
747
  * Represents the time this Collection was created
756
748
  * @readonly
@@ -784,10 +776,6 @@ interface MediaSettings {
784
776
  /** The folder ID for the media */
785
777
  folderId?: string | null;
786
778
  }
787
- interface SiteMenuSettings {
788
- /** Whether to automatically update the site menu */
789
- autoUpdateMenu?: boolean | null;
790
- }
791
779
  interface CreatePortfolioSettingsRequest {
792
780
  /** The portfolio settings to create */
793
781
  portfolioSettings: PortfolioSettings;