@wix/portfolio 1.0.85 → 1.0.87

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.85",
3
+ "version": "1.0.87",
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.10",
22
+ "@wix/portfolio_portfolio-settings": "1.0.11",
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.33",
26
+ "@wix/portfolio_synced-project": "1.0.9"
27
27
  },
28
28
  "devDependencies": {
29
29
  "glob": "^10.4.1",
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "d142fc664f1dc0d7e503fd0ea81063c155ba9ba0dad52288f9cdceb5"
51
+ "falconPackageHash": "233fcc1bced0ca1b50b571ddf3ada25fe4ed2ed3b221192b12cbc73d"
52
52
  }
@@ -840,7 +840,10 @@ declare namespace context$5 {
840
840
  }
841
841
 
842
842
  interface PortfolioSettings {
843
- /** The revision of the portfolio settings */
843
+ /**
844
+ * The revision of the portfolio settings
845
+ * @readonly
846
+ */
844
847
  revision?: string | null;
845
848
  /** The project item settings */
846
849
  projectItemSettings?: ProjectItemSettings;
@@ -2459,7 +2462,9 @@ declare enum Namespace$1 {
2459
2462
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
2460
2463
  * The Partners company owns this namespace.
2461
2464
  */
2462
- UGC_TEMPLATE = "UGC_TEMPLATE"
2465
+ UGC_TEMPLATE = "UGC_TEMPLATE",
2466
+ /** Codux Headless Sites */
2467
+ CODUX = "CODUX"
2463
2468
  }
2464
2469
  /** Site transferred to another user. */
2465
2470
  interface SiteTransferred$1 {
@@ -4644,7 +4649,9 @@ declare enum Namespace {
4644
4649
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
4645
4650
  * The Partners company owns this namespace.
4646
4651
  */
4647
- UGC_TEMPLATE = "UGC_TEMPLATE"
4652
+ UGC_TEMPLATE = "UGC_TEMPLATE",
4653
+ /** Codux Headless Sites */
4654
+ CODUX = "CODUX"
4648
4655
  }
4649
4656
  /** Site transferred to another user. */
4650
4657
  interface SiteTransferred {
@@ -840,7 +840,10 @@ declare namespace index_d$5 {
840
840
  }
841
841
 
842
842
  interface PortfolioSettings {
843
- /** The revision of the portfolio settings */
843
+ /**
844
+ * The revision of the portfolio settings
845
+ * @readonly
846
+ */
844
847
  revision?: string | null;
845
848
  /** The project item settings */
846
849
  projectItemSettings?: ProjectItemSettings;
@@ -2459,7 +2462,9 @@ declare enum Namespace$1 {
2459
2462
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
2460
2463
  * The Partners company owns this namespace.
2461
2464
  */
2462
- UGC_TEMPLATE = "UGC_TEMPLATE"
2465
+ UGC_TEMPLATE = "UGC_TEMPLATE",
2466
+ /** Codux Headless Sites */
2467
+ CODUX = "CODUX"
2463
2468
  }
2464
2469
  /** Site transferred to another user. */
2465
2470
  interface SiteTransferred$1 {
@@ -4644,7 +4649,9 @@ declare enum Namespace {
4644
4649
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
4645
4650
  * The Partners company owns this namespace.
4646
4651
  */
4647
- UGC_TEMPLATE = "UGC_TEMPLATE"
4652
+ UGC_TEMPLATE = "UGC_TEMPLATE",
4653
+ /** Codux Headless Sites */
4654
+ CODUX = "CODUX"
4648
4655
  }
4649
4656
  /** Site transferred to another user. */
4650
4657
  interface SiteTransferred {
@@ -652,7 +652,10 @@ declare namespace meta$5 {
652
652
  }
653
653
 
654
654
  interface PortfolioSettings$1 {
655
- /** The revision of the portfolio settings */
655
+ /**
656
+ * The revision of the portfolio settings
657
+ * @readonly
658
+ */
656
659
  revision?: string | null;
657
660
  /** The project item settings */
658
661
  projectItemSettings?: ProjectItemSettings$1;
@@ -737,7 +740,10 @@ interface UpdatePortfolioSettingsResponseNonNullableFields$1 {
737
740
  }
738
741
 
739
742
  interface PortfolioSettings {
740
- /** The revision of the portfolio settings */
743
+ /**
744
+ * The revision of the portfolio settings
745
+ * @readonly
746
+ */
741
747
  revision?: string | null;
742
748
  /** The project item settings */
743
749
  projectItemSettings?: ProjectItemSettings;