@shipstatic/ship 0.3.15 → 0.3.16

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/dist/browser.d.ts CHANGED
@@ -213,6 +213,7 @@ declare class ApiHttp extends SimpleEvents {
213
213
  removeDeployment(id: string): Promise<void>;
214
214
  setDomain(name: string, deployment?: string, tags?: string[]): Promise<Domain>;
215
215
  getDomain(name: string): Promise<Domain>;
216
+ updateDomainTags(name: string, tags: string[]): Promise<Domain>;
216
217
  listDomains(): Promise<DomainListResponse>;
217
218
  removeDomain(name: string): Promise<void>;
218
219
  verifyDomain(name: string): Promise<{