@wix/auto_sdk_portfolio_projects 1.0.30 → 1.0.32
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/index.d.ts +2 -0
- package/build/cjs/index.js +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +27 -8
- package/build/cjs/index.typings.js +1 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +14 -5
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +2 -0
- package/build/es/index.mjs +1 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +27 -8
- package/build/es/index.typings.mjs +1 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +14 -5
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +2 -0
- package/build/internal/cjs/index.js +1 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +27 -8
- package/build/internal/cjs/index.typings.js +1 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +14 -5
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +2 -0
- package/build/internal/es/index.mjs +1 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +27 -8
- package/build/internal/es/index.typings.mjs +1 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +14 -5
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -40,6 +40,8 @@ declare function bulkUpdateProjects$1(httpClient: HttpClient): BulkUpdateProject
|
|
|
40
40
|
interface BulkUpdateProjectsSignature {
|
|
41
41
|
/**
|
|
42
42
|
* Updates multiple projects.
|
|
43
|
+
*
|
|
44
|
+
* To update a single project, call Update Project.
|
|
43
45
|
*/
|
|
44
46
|
(options?: NonNullablePaths<BulkUpdateProjectsOptions, `projects.${number}.project` | `projects.${number}.project._id` | `projects.${number}.project.revision`, 5>): Promise<NonNullablePaths<BulkUpdateProjectsResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `results.${number}.project.watermark.position` | `results.${number}.project.watermark.size` | `results.${number}.project.watermark.opacity` | `results.${number}.project.watermark.imageUrl` | `results.${number}.project.watermark.enabled` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6>>;
|
|
45
47
|
}
|
package/build/cjs/index.js
CHANGED
|
@@ -759,6 +759,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
|
759
759
|
Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
|
|
760
760
|
Namespace2["MIMIR"] = "MIMIR";
|
|
761
761
|
Namespace2["TWINS"] = "TWINS";
|
|
762
|
+
Namespace2["NANO"] = "NANO";
|
|
762
763
|
return Namespace2;
|
|
763
764
|
})(Namespace || {});
|
|
764
765
|
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|