gunsmith-common 2.3.14 → 2.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.
@@ -1030,6 +1030,9 @@ class WorkOrderService {
1030
1030
  createBillingTransaction(workOrderId, billingTransaction) {
1031
1031
  return this.http.post(`${this.url}/${workOrderId}/billing/transaction`, billingTransaction);
1032
1032
  }
1033
+ getBillingReceipt(workOrderId) {
1034
+ return this.http.get(`${this.url}/${workOrderId}/billing/receipt`, { responseType: "blob" });
1035
+ }
1033
1036
  }
1034
1037
  WorkOrderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WorkOrderService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1035
1038
  WorkOrderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WorkOrderService, providedIn: 'root' });