@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.
@@ -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
  }
@@ -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) => {