@wix/auto_sdk_editor-branches_branches 1.0.34 → 1.0.36

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.
@@ -70,14 +70,20 @@ interface GetDefaultBranchSignature {
70
70
  }
71
71
  declare function bulkUpdateBranchTags$1(httpClient: HttpClient): BulkUpdateBranchTagsSignature;
72
72
  interface BulkUpdateBranchTagsSignature {
73
- /** @param - List of branch IDs. */
73
+ /**
74
+ * Updates a list of branches - assigns or unassigns tags.
75
+ * @param - List of branch IDs.
76
+ */
74
77
  (branchIds: string[], options?: BulkUpdateBranchTagsOptions): Promise<NonNullablePaths<BulkUpdateBranchTagsResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6> & {
75
78
  __applicationErrorsType?: BulkUpdateBranchTagsApplicationErrors;
76
79
  }>;
77
80
  }
78
81
  declare function bulkUpdateBranchTagsByFilter$1(httpClient: HttpClient): BulkUpdateBranchTagsByFilterSignature;
79
82
  interface BulkUpdateBranchTagsByFilterSignature {
80
- /** @param - WQL filter to select branches. */
83
+ /**
84
+ * Updates a list of branches by [filter](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) - assigns or unassigns tags.
85
+ * @param - WQL filter to select branches.
86
+ */
81
87
  (filter: Record<string, any>, options?: BulkUpdateBranchTagsByFilterOptions): Promise<NonNullablePaths<BulkUpdateBranchTagsByFilterResponse, `jobId`, 2> & {
82
88
  __applicationErrorsType?: BulkUpdateBranchTagsByFilterApplicationErrors;
83
89
  }>;
@@ -94,6 +94,10 @@ function resolveWixEditorBranchesV1BranchesServiceUrl(opts) {
94
94
  {
95
95
  srcPath: "/editor/branches/v1/bulk/branches",
96
96
  destPath: "/v1/bulk/branches"
97
+ },
98
+ {
99
+ srcPath: "/branches/v1/bulk/branches",
100
+ destPath: "/v1/bulk/branches"
97
101
  }
98
102
  ],
99
103
  "*.dev.wix-code.com": [