@veloceapps/api 7.0.2-4 → 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.
- package/esm2020/lib/services/quote-api.service.mjs +1 -8
- package/fesm2015/veloceapps-api.mjs +0 -7
- package/fesm2015/veloceapps-api.mjs.map +1 -1
- package/fesm2020/veloceapps-api.mjs +0 -7
- package/fesm2020/veloceapps-api.mjs.map +1 -1
- package/lib/services/quote-api.service.d.ts +0 -6
- package/package.json +1 -1
@@ -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) {
|