@wix/portfolio 1.0.85 → 1.0.86
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.
|
|
3
|
+
"version": "1.0.86",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/portfolio_collections": "1.0.23",
|
|
22
|
-
"@wix/portfolio_portfolio-settings": "1.0.
|
|
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
25
|
"@wix/portfolio_projects": "1.0.32",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "441204121a9a47f1e070b5a8768c99478c3d3029357eec161f3fcd5a"
|
|
52
52
|
}
|
|
@@ -840,7 +840,10 @@ declare namespace context$5 {
|
|
|
840
840
|
}
|
|
841
841
|
|
|
842
842
|
interface PortfolioSettings {
|
|
843
|
-
/**
|
|
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;
|
|
@@ -840,7 +840,10 @@ declare namespace index_d$5 {
|
|
|
840
840
|
}
|
|
841
841
|
|
|
842
842
|
interface PortfolioSettings {
|
|
843
|
-
/**
|
|
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;
|
|
@@ -652,7 +652,10 @@ declare namespace meta$5 {
|
|
|
652
652
|
}
|
|
653
653
|
|
|
654
654
|
interface PortfolioSettings$1 {
|
|
655
|
-
/**
|
|
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
|
-
/**
|
|
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;
|