@wix/portfolio 1.0.117 → 1.0.119
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.119",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@wix/portfolio_collections": "1.0.38",
|
|
25
25
|
"@wix/portfolio_portfolio-settings": "1.0.24",
|
|
26
|
-
"@wix/portfolio_project-in-collections": "1.0.
|
|
26
|
+
"@wix/portfolio_project-in-collections": "1.0.41",
|
|
27
27
|
"@wix/portfolio_project-items": "1.0.44",
|
|
28
|
-
"@wix/portfolio_projects": "1.0.
|
|
29
|
-
"@wix/portfolio_synced-project": "1.0.
|
|
28
|
+
"@wix/portfolio_projects": "1.0.57",
|
|
29
|
+
"@wix/portfolio_synced-project": "1.0.20"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"glob": "^10.4.1",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"fqdn": ""
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
"falconPackageHash": "
|
|
54
|
+
"falconPackageHash": "73fd66adb94cf73fe055b58281ecb69aa6d7d2645b8fbaaf0ed99663"
|
|
55
55
|
}
|
|
@@ -2775,9 +2775,7 @@ declare enum Namespace$1 {
|
|
|
2775
2775
|
*/
|
|
2776
2776
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
2777
2777
|
/** Codux Headless Sites */
|
|
2778
|
-
CODUX = "CODUX"
|
|
2779
|
-
/** Bobb - AI Design Creator. */
|
|
2780
|
-
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
2778
|
+
CODUX = "CODUX"
|
|
2781
2779
|
}
|
|
2782
2780
|
/** Site transferred to another user. */
|
|
2783
2781
|
interface SiteTransferred$1 {
|
|
@@ -3190,7 +3188,7 @@ interface ProjectsInCollections$1 {
|
|
|
3190
3188
|
*/
|
|
3191
3189
|
sortOrder?: number | null;
|
|
3192
3190
|
/**
|
|
3193
|
-
*
|
|
3191
|
+
* Project in collection ID.
|
|
3194
3192
|
* @readonly
|
|
3195
3193
|
*/
|
|
3196
3194
|
_id?: string | null;
|
|
@@ -3807,7 +3805,7 @@ interface ProjectsInCollections {
|
|
|
3807
3805
|
*/
|
|
3808
3806
|
sortOrder?: number | null;
|
|
3809
3807
|
/**
|
|
3810
|
-
*
|
|
3808
|
+
* Project in collection ID.
|
|
3811
3809
|
* @readonly
|
|
3812
3810
|
*/
|
|
3813
3811
|
_id?: string | null;
|
|
@@ -4887,9 +4885,7 @@ declare enum Namespace {
|
|
|
4887
4885
|
*/
|
|
4888
4886
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
4889
4887
|
/** Codux Headless Sites */
|
|
4890
|
-
CODUX = "CODUX"
|
|
4891
|
-
/** Bobb - AI Design Creator. */
|
|
4892
|
-
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
4888
|
+
CODUX = "CODUX"
|
|
4893
4889
|
}
|
|
4894
4890
|
/** Site transferred to another user. */
|
|
4895
4891
|
interface SiteTransferred {
|
|
@@ -2775,9 +2775,7 @@ declare enum Namespace$1 {
|
|
|
2775
2775
|
*/
|
|
2776
2776
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
2777
2777
|
/** Codux Headless Sites */
|
|
2778
|
-
CODUX = "CODUX"
|
|
2779
|
-
/** Bobb - AI Design Creator. */
|
|
2780
|
-
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
2778
|
+
CODUX = "CODUX"
|
|
2781
2779
|
}
|
|
2782
2780
|
/** Site transferred to another user. */
|
|
2783
2781
|
interface SiteTransferred$1 {
|
|
@@ -3190,7 +3188,7 @@ interface ProjectsInCollections$1 {
|
|
|
3190
3188
|
*/
|
|
3191
3189
|
sortOrder?: number | null;
|
|
3192
3190
|
/**
|
|
3193
|
-
*
|
|
3191
|
+
* Project in collection ID.
|
|
3194
3192
|
* @readonly
|
|
3195
3193
|
*/
|
|
3196
3194
|
_id?: string | null;
|
|
@@ -3807,7 +3805,7 @@ interface ProjectsInCollections {
|
|
|
3807
3805
|
*/
|
|
3808
3806
|
sortOrder?: number | null;
|
|
3809
3807
|
/**
|
|
3810
|
-
*
|
|
3808
|
+
* Project in collection ID.
|
|
3811
3809
|
* @readonly
|
|
3812
3810
|
*/
|
|
3813
3811
|
_id?: string | null;
|
|
@@ -4887,9 +4885,7 @@ declare enum Namespace {
|
|
|
4887
4885
|
*/
|
|
4888
4886
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
4889
4887
|
/** Codux Headless Sites */
|
|
4890
|
-
CODUX = "CODUX"
|
|
4891
|
-
/** Bobb - AI Design Creator. */
|
|
4892
|
-
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
4888
|
+
CODUX = "CODUX"
|
|
4893
4889
|
}
|
|
4894
4890
|
/** Site transferred to another user. */
|
|
4895
4891
|
interface SiteTransferred {
|
|
@@ -2086,7 +2086,7 @@ interface ProjectsInCollections$3 {
|
|
|
2086
2086
|
*/
|
|
2087
2087
|
sortOrder?: number | null;
|
|
2088
2088
|
/**
|
|
2089
|
-
*
|
|
2089
|
+
* Project in collection ID.
|
|
2090
2090
|
* @readonly
|
|
2091
2091
|
*/
|
|
2092
2092
|
id?: string | null;
|
|
@@ -2601,7 +2601,7 @@ interface ProjectsInCollections$2 {
|
|
|
2601
2601
|
*/
|
|
2602
2602
|
sortOrder?: number | null;
|
|
2603
2603
|
/**
|
|
2604
|
-
*
|
|
2604
|
+
* Project in collection ID.
|
|
2605
2605
|
* @readonly
|
|
2606
2606
|
*/
|
|
2607
2607
|
_id?: string | null;
|
|
@@ -2773,7 +2773,7 @@ interface ProjectsInCollections$1 {
|
|
|
2773
2773
|
*/
|
|
2774
2774
|
sortOrder?: number | null;
|
|
2775
2775
|
/**
|
|
2776
|
-
*
|
|
2776
|
+
* Project in collection ID.
|
|
2777
2777
|
* @readonly
|
|
2778
2778
|
*/
|
|
2779
2779
|
id?: string | null;
|
|
@@ -3097,7 +3097,7 @@ interface ProjectsInCollections {
|
|
|
3097
3097
|
*/
|
|
3098
3098
|
sortOrder?: number | null;
|
|
3099
3099
|
/**
|
|
3100
|
-
*
|
|
3100
|
+
* Project in collection ID.
|
|
3101
3101
|
* @readonly
|
|
3102
3102
|
*/
|
|
3103
3103
|
_id?: string | null;
|