@veloceapps/api 7.0.2-3 → 7.0.2-5

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.
@@ -1791,13 +1791,6 @@ class QuoteApiService {
1791
1791
  constructor(httpService) {
1792
1792
  this.httpService = httpService;
1793
1793
  this.SERVICE_URL = '/quotes';
1794
- /**
1795
- * @deprecated
1796
- * Will be removed in next major release
1797
- * Use `getQuoteDraft` instead
1798
- */
1799
- // eslint-disable-next-line @typescript-eslint/member-ordering
1800
- this.getQuote = this.getQuoteDraft;
1801
1794
  }
1802
1795
  // request quoteId | accountId | opportunityId | orderId
1803
1796
  getQuoteDraft(objectId, params, errorHandler) {