@wix/portfolio 1.0.87 → 1.0.89
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/build/cjs/context.js +0 -1
- package/build/cjs/index.js +0 -1
- package/build/cjs/meta.js +0 -1
- package/package.json +8 -8
- package/type-bundles/context.bundle.d.ts +4 -2
- package/type-bundles/index.bundle.d.ts +4 -2
- package/type-bundles/meta.bundle.d.ts +0 -12
- package/build/cjs/context.js.map +0 -1
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.js.map +0 -1
package/build/cjs/context.js
CHANGED
|
@@ -30,4 +30,3 @@ exports.projectItems = __importStar(require("@wix/portfolio_project-items/contex
|
|
|
30
30
|
exports.projects = __importStar(require("@wix/portfolio_projects/context"));
|
|
31
31
|
exports.projectInCollections = __importStar(require("@wix/portfolio_project-in-collections/context"));
|
|
32
32
|
exports.syncedProject = __importStar(require("@wix/portfolio_synced-project/context"));
|
|
33
|
-
//# sourceMappingURL=context.js.map
|
package/build/cjs/index.js
CHANGED
|
@@ -36,4 +36,3 @@ const projectInCollections = __importStar(require("@wix/portfolio_project-in-col
|
|
|
36
36
|
exports.projectInCollections = projectInCollections;
|
|
37
37
|
const syncedProject = __importStar(require("@wix/portfolio_synced-project"));
|
|
38
38
|
exports.syncedProject = syncedProject;
|
|
39
|
-
//# sourceMappingURL=index.js.map
|
package/build/cjs/meta.js
CHANGED
|
@@ -30,4 +30,3 @@ exports.projectItems = __importStar(require("@wix/portfolio_project-items/meta")
|
|
|
30
30
|
exports.projects = __importStar(require("@wix/portfolio_projects/meta"));
|
|
31
31
|
exports.projectInCollections = __importStar(require("@wix/portfolio_project-in-collections/meta"));
|
|
32
32
|
exports.syncedProject = __importStar(require("@wix/portfolio_synced-project/meta"));
|
|
33
|
-
//# sourceMappingURL=meta.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/portfolio",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.89",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/portfolio_collections": "1.0.
|
|
22
|
-
"@wix/portfolio_portfolio-settings": "1.0.
|
|
23
|
-
"@wix/portfolio_project-in-collections": "1.0.
|
|
24
|
-
"@wix/portfolio_project-items": "1.0.
|
|
25
|
-
"@wix/portfolio_projects": "1.0.
|
|
26
|
-
"@wix/portfolio_synced-project": "1.0.
|
|
21
|
+
"@wix/portfolio_collections": "1.0.24",
|
|
22
|
+
"@wix/portfolio_portfolio-settings": "1.0.13",
|
|
23
|
+
"@wix/portfolio_project-in-collections": "1.0.24",
|
|
24
|
+
"@wix/portfolio_project-items": "1.0.28",
|
|
25
|
+
"@wix/portfolio_projects": "1.0.35",
|
|
26
|
+
"@wix/portfolio_synced-project": "1.0.11"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"glob": "^10.4.1",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "0497dadd86aa7065859b0a27bda089c2da5b601141c01aa309dd6efb"
|
|
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
|
|
@@ -2517,6 +2515,8 @@ interface ServiceProvisioned$1 {
|
|
|
2517
2515
|
originInstanceId?: string;
|
|
2518
2516
|
/** A version. */
|
|
2519
2517
|
version?: string | null;
|
|
2518
|
+
/** The origin meta site id */
|
|
2519
|
+
originMetaSiteId?: string | null;
|
|
2520
2520
|
}
|
|
2521
2521
|
interface ServiceRemoved$1 {
|
|
2522
2522
|
/** Either UUID or EmbeddedServiceType. */
|
|
@@ -4704,6 +4704,8 @@ interface ServiceProvisioned {
|
|
|
4704
4704
|
originInstanceId?: string;
|
|
4705
4705
|
/** A version. */
|
|
4706
4706
|
version?: string | null;
|
|
4707
|
+
/** The origin meta site id */
|
|
4708
|
+
originMetaSiteId?: string | null;
|
|
4707
4709
|
}
|
|
4708
4710
|
interface ServiceRemoved {
|
|
4709
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
|
|
@@ -2517,6 +2515,8 @@ interface ServiceProvisioned$1 {
|
|
|
2517
2515
|
originInstanceId?: string;
|
|
2518
2516
|
/** A version. */
|
|
2519
2517
|
version?: string | null;
|
|
2518
|
+
/** The origin meta site id */
|
|
2519
|
+
originMetaSiteId?: string | null;
|
|
2520
2520
|
}
|
|
2521
2521
|
interface ServiceRemoved$1 {
|
|
2522
2522
|
/** Either UUID or EmbeddedServiceType. */
|
|
@@ -4704,6 +4704,8 @@ interface ServiceProvisioned {
|
|
|
4704
4704
|
originInstanceId?: string;
|
|
4705
4705
|
/** A version. */
|
|
4706
4706
|
version?: string | null;
|
|
4707
|
+
/** The origin meta site id */
|
|
4708
|
+
originMetaSiteId?: string | null;
|
|
4707
4709
|
}
|
|
4708
4710
|
interface ServiceRemoved {
|
|
4709
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;
|
package/build/cjs/context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kFAAkE;AAClE,+FAA+E;AAC/E,qFAAqE;AACrE,4EAA4D;AAC5D,sGAAsF;AACtF,uFAAuE"}
|
package/build/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wEAA0D;AAQxD,kCAAW;AAPb,qFAAuE;AAQrE,8CAAiB;AAPnB,2EAA6D;AAQ3D,oCAAY;AAPd,kEAAoD;AAQlD,4BAAQ;AAPV,4FAA8E;AAQ5E,oDAAoB;AAPtB,6EAA+D;AAQ7D,sCAAa"}
|
package/build/cjs/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+EAA+D;AAC/D,4FAA4E;AAC5E,kFAAkE;AAClE,yEAAyD;AACzD,mGAAmF;AACnF,oFAAoE"}
|