@veloceapps/api 3.1.15 → 3.1.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.
@@ -1,4 +1,4 @@
1
- import { BaseHttpService, HttpRequestConfigurableOptions, LineItem } from '@veloce/core';
1
+ import { BaseHttpService, LineItem } from '@veloce/core';
2
2
  import { Observable } from 'rxjs';
3
3
  import { CalculateDeltaRequest } from '../types/delta-request.types';
4
4
  import * as i0 from "@angular/core";
@@ -6,7 +6,7 @@ export declare class DeltaApiService {
6
6
  private httpService;
7
7
  private readonly SERVICE_URL;
8
8
  constructor(httpService: BaseHttpService);
9
- calculate$(request: CalculateDeltaRequest, options?: HttpRequestConfigurableOptions): Observable<LineItem[]>;
9
+ calculate$(request: CalculateDeltaRequest): Observable<LineItem[]>;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<DeltaApiService, never>;
11
11
  static ɵprov: i0.ɵɵInjectableDeclaration<DeltaApiService>;
12
12
  }
@@ -1,4 +1,4 @@
1
- import { BaseHttpService, HttpRequestConfigurableOptions, PriceList, PriceSummary } from '@veloce/core';
1
+ import { BaseHttpService, PriceList, PriceSummary } from '@veloce/core';
2
2
  import { Observable } from 'rxjs';
3
3
  import { PriceCalculateRequest } from '../types/price.types';
4
4
  import * as i0 from "@angular/core";
@@ -6,7 +6,7 @@ export declare class PriceApiService {
6
6
  private httpService;
7
7
  private readonly SERVICE_URL;
8
8
  constructor(httpService: BaseHttpService);
9
- calculate(request: PriceCalculateRequest, options?: HttpRequestConfigurableOptions): Observable<PriceSummary>;
9
+ calculate(request: PriceCalculateRequest): Observable<PriceSummary>;
10
10
  getPriceLists(): Observable<PriceList[]>;
11
11
  getPriceList(id: string): Observable<PriceList>;
12
12
  getSellingTermByEndDate(planId?: string, offeringId?: string, startDate?: string, endDate?: string, frequencyUnit?: string, frequencyDuration?: string): Observable<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloceapps/api",
3
- "version": "3.1.15",
3
+ "version": "3.1.16",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0",