@saritasa/crm-delmar-core-sdk 0.0.198 → 0.0.199
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/README.md +2 -2
- package/api/branch-periods-api.service.d.ts +4 -9
- package/api/branches-api.service.d.ts +4 -9
- package/api/client-notes-api.service.d.ts +4 -9
- package/api/clients-api.service.d.ts +4 -9
- package/api/components-api.service.d.ts +4 -9
- package/api/departments-api.service.d.ts +4 -9
- package/api/dismissal-reasons-api.service.d.ts +4 -9
- package/api/export-job-reports-departments-api.service.d.ts +4 -9
- package/api/export-job-reports-users-api.service.d.ts +4 -9
- package/api/export-jobs-api.service.d.ts +4 -9
- package/api/export-project-resources-api.service.d.ts +4 -9
- package/api/export-projects-api.service.d.ts +4 -9
- package/api/export-tasks-api.service.d.ts +4 -9
- package/api/export-user-periods-api.service.d.ts +4 -9
- package/api/export-users-api.service.d.ts +4 -9
- package/api/jira-client-api.service.d.ts +4 -9
- package/api/jira-instances-api.service.d.ts +4 -9
- package/api/jobs-api.service.d.ts +4 -9
- package/api/locations-api.service.d.ts +4 -9
- package/api/notifications-api.service.d.ts +4 -9
- package/api/permission-data-api.service.d.ts +4 -9
- package/api/profile-api.service.d.ts +4 -9
- package/api/project-notes-api.service.d.ts +4 -9
- package/api/project-priorities-api.service.d.ts +4 -9
- package/api/project-resources-api.service.d.ts +4 -9
- package/api/projects-api.service.d.ts +4 -9
- package/api/roles-api.service.d.ts +4 -9
- package/api/s3-api.service.d.ts +4 -9
- package/api/search-periods-api.service.d.ts +4 -9
- package/api/sso-api.service.d.ts +4 -9
- package/api/tasks-api.service.d.ts +4 -9
- package/api/token-api.service.d.ts +4 -9
- package/api/user-capacities-api.service.d.ts +4 -9
- package/api/user-logins-api.service.d.ts +4 -9
- package/api/user-periods-api.service.d.ts +4 -9
- package/api/user-scores-api.service.d.ts +4 -9
- package/api/user-timezone-setting-api.service.d.ts +4 -9
- package/api/user-timezones-api.service.d.ts +4 -9
- package/api/users-api.service.d.ts +4 -9
- package/api/vendors-api.service.d.ts +4 -9
- package/api/who-am-i-api.service.d.ts +4 -9
- package/api/work-types-api.service.d.ts +4 -9
- package/api.base.service.d.ts +12 -0
- package/configuration.d.ts +3 -1
- package/esm2022/api/branch-periods-api.service.mjs +34 -188
- package/esm2022/api/branches-api.service.mjs +48 -238
- package/esm2022/api/client-notes-api.service.mjs +21 -125
- package/esm2022/api/clients-api.service.mjs +110 -432
- package/esm2022/api/components-api.service.mjs +35 -175
- package/esm2022/api/departments-api.service.mjs +37 -197
- package/esm2022/api/dismissal-reasons-api.service.mjs +37 -197
- package/esm2022/api/export-job-reports-departments-api.service.mjs +46 -216
- package/esm2022/api/export-job-reports-users-api.service.mjs +46 -216
- package/esm2022/api/export-jobs-api.service.mjs +44 -210
- package/esm2022/api/export-project-resources-api.service.mjs +38 -192
- package/esm2022/api/export-projects-api.service.mjs +38 -192
- package/esm2022/api/export-tasks-api.service.mjs +42 -204
- package/esm2022/api/export-user-periods-api.service.mjs +36 -186
- package/esm2022/api/export-users-api.service.mjs +38 -192
- package/esm2022/api/jira-client-api.service.mjs +10 -84
- package/esm2022/api/jira-instances-api.service.mjs +19 -119
- package/esm2022/api/jobs-api.service.mjs +114 -436
- package/esm2022/api/locations-api.service.mjs +37 -197
- package/esm2022/api/notifications-api.service.mjs +50 -244
- package/esm2022/api/permission-data-api.service.mjs +10 -84
- package/esm2022/api/profile-api.service.mjs +15 -107
- package/esm2022/api/project-notes-api.service.mjs +21 -125
- package/esm2022/api/project-priorities-api.service.mjs +22 -128
- package/esm2022/api/project-resources-api.service.mjs +31 -163
- package/esm2022/api/projects-api.service.mjs +62 -288
- package/esm2022/api/roles-api.service.mjs +37 -197
- package/esm2022/api/s3-api.service.mjs +10 -84
- package/esm2022/api/search-periods-api.service.mjs +11 -87
- package/esm2022/api/sso-api.service.mjs +17 -106
- package/esm2022/api/tasks-api.service.mjs +66 -276
- package/esm2022/api/token-api.service.mjs +13 -91
- package/esm2022/api/user-capacities-api.service.mjs +43 -207
- package/esm2022/api/user-logins-api.service.mjs +31 -163
- package/esm2022/api/user-periods-api.service.mjs +44 -226
- package/esm2022/api/user-scores-api.service.mjs +49 -225
- package/esm2022/api/user-timezone-setting-api.service.mjs +15 -107
- package/esm2022/api/user-timezones-api.service.mjs +21 -125
- package/esm2022/api/users-api.service.mjs +53 -245
- package/esm2022/api/vendors-api.service.mjs +35 -191
- package/esm2022/api/who-am-i-api.service.mjs +10 -84
- package/esm2022/api/work-types-api.service.mjs +38 -200
- package/esm2022/api.base.service.mjs +68 -0
- package/esm2022/configuration.mjs +9 -1
- package/esm2022/model/billing-frequency-enum.dto.mjs +1 -1
- package/esm2022/model/billing-method-enum.dto.mjs +1 -1
- package/esm2022/model/billing-type-enum.dto.mjs +1 -1
- package/esm2022/model/branch-period-type-enum.dto.mjs +1 -1
- package/esm2022/model/client-status-enum.dto.mjs +1 -1
- package/esm2022/model/config-enum.dto.mjs +1 -1
- package/esm2022/model/error-code401-enum.dto.mjs +1 -1
- package/esm2022/model/export-status-enum.dto.mjs +1 -1
- package/esm2022/model/file-format-enum.dto.mjs +1 -1
- package/esm2022/model/job-type-enum.dto.mjs +1 -1
- package/esm2022/model/notification-type-enum.dto.mjs +1 -1
- package/esm2022/model/period-model-enum.dto.mjs +1 -1
- package/esm2022/model/period-type-enum.dto.mjs +1 -1
- package/esm2022/model/permission-enum.dto.mjs +1 -1
- package/esm2022/model/permission-group-enum.dto.mjs +1 -1
- package/esm2022/model/priority-enum.dto.mjs +1 -1
- package/esm2022/model/project-status-enum.dto.mjs +1 -1
- package/esm2022/model/scope-enum.dto.mjs +1 -1
- package/esm2022/model/state-enum.dto.mjs +1 -1
- package/esm2022/model/user-period-status-enum.dto.mjs +1 -1
- package/esm2022/model/user-period-type-enum.dto.mjs +1 -1
- package/esm2022/model/user-status-enum.dto.mjs +1 -1
- package/esm2022/model/user-timezone-setting-ordering-enum.dto.mjs +1 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +1493 -7593
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { BranchPeriodDto } from "../model/branch-period.dto";
|
|
4
4
|
import { PaginatedBranchPeriodListDto } from "../model/paginated-branch-period-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { BranchPeriodsApiServiceInterface, BranchPeriodsCreateRequestParams, BranchPeriodsDestroyRequestParams, BranchPeriodsListRequestParams, BranchPeriodsRetrieveRequestParams, BranchPeriodsUpdateRequestParams } from "./branch-periods-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class BranchPeriodsApiService implements BranchPeriodsApiServiceInterface {
|
|
9
|
+
export declare class BranchPeriodsApiService extends BaseService implements BranchPeriodsApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Api viewset for BranchPeriod model.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,20 +1,15 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { BranchDto } from "../model/branch.dto";
|
|
4
4
|
import { PaginatedBranchListDto } from "../model/paginated-branch-list.dto";
|
|
5
5
|
import { PaginatedBranchUserStatsListDto } from "../model/paginated-branch-user-stats-list.dto";
|
|
6
6
|
import { Configuration } from "../configuration";
|
|
7
|
+
import { BaseService } from "../api.base.service";
|
|
7
8
|
import { BranchesApiServiceInterface, BranchesChangeActiveStatusCreateRequestParams, BranchesCreateRequestParams, BranchesListRequestParams, BranchesRetrieveRequestParams, BranchesUpdateRequestParams, BranchesUsersStatsListRequestParams } from "./branches-api.serviceInterface";
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class BranchesApiService implements BranchesApiServiceInterface {
|
|
10
|
+
export declare class BranchesApiService extends BaseService implements BranchesApiServiceInterface {
|
|
10
11
|
protected httpClient: HttpClient;
|
|
11
|
-
|
|
12
|
-
defaultHeaders: HttpHeaders;
|
|
13
|
-
configuration: Configuration;
|
|
14
|
-
encoder: HttpParameterCodec;
|
|
15
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
16
|
-
private addToHttpParams;
|
|
17
|
-
private addToHttpParamsRecursive;
|
|
12
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
18
13
|
/**
|
|
19
14
|
* Activate/deactivate branch.
|
|
20
15
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { ClientNoteDto } from "../model/client-note.dto";
|
|
4
4
|
import { PaginatedClientNoteListDto } from "../model/paginated-client-note-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { ClientNotesApiServiceInterface, ClientNotesListRequestParams, ClientNotesRetrieveRequestParams } from "./client-notes-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ClientNotesApiService implements ClientNotesApiServiceInterface {
|
|
9
|
+
export declare class ClientNotesApiService extends BaseService implements ClientNotesApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Api viewset for client\'s notes.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { ClientDto } from "../model/client.dto";
|
|
4
4
|
import { ClientSerializerWithMonthStatsDto } from "../model/client-serializer-with-month-stats.dto";
|
|
@@ -6,17 +6,12 @@ import { ClientSerializerWithStatsDto } from "../model/client-serializer-with-st
|
|
|
6
6
|
import { PaginatedClientListDto } from "../model/paginated-client-list.dto";
|
|
7
7
|
import { PaginatedClientSerializerWithStatsListDto } from "../model/paginated-client-serializer-with-stats-list.dto";
|
|
8
8
|
import { Configuration } from "../configuration";
|
|
9
|
+
import { BaseService } from "../api.base.service";
|
|
9
10
|
import { ClientsApiServiceInterface, ClientsCreateRequestParams, ClientsListRequestParams, ClientsRetrieveRequestParams, ClientsUpdateRequestParams, ClientsWithMonthStatsRetrieveRequestParams, ClientsWithStatsListRequestParams, ClientsWithStatsRetrieveRequestParams } from "./clients-api.serviceInterface";
|
|
10
11
|
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class ClientsApiService implements ClientsApiServiceInterface {
|
|
12
|
+
export declare class ClientsApiService extends BaseService implements ClientsApiServiceInterface {
|
|
12
13
|
protected httpClient: HttpClient;
|
|
13
|
-
|
|
14
|
-
defaultHeaders: HttpHeaders;
|
|
15
|
-
configuration: Configuration;
|
|
16
|
-
encoder: HttpParameterCodec;
|
|
17
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
18
|
-
private addToHttpParams;
|
|
19
|
-
private addToHttpParamsRecursive;
|
|
14
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
20
15
|
/**
|
|
21
16
|
* View set API for Client model.
|
|
22
17
|
* @param requestParameters
|
|
@@ -1,20 +1,15 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { ComponentDto } from "../model/component.dto";
|
|
4
4
|
import { PaginatedComponentJobHourlyReportListDto } from "../model/paginated-component-job-hourly-report-list.dto";
|
|
5
5
|
import { PaginatedComponentListDto } from "../model/paginated-component-list.dto";
|
|
6
6
|
import { Configuration } from "../configuration";
|
|
7
|
+
import { BaseService } from "../api.base.service";
|
|
7
8
|
import { ComponentsApiServiceInterface, ComponentsJobHourlyReportsListRequestParams, ComponentsListRequestParams, ComponentsRetrieveRequestParams } from "./components-api.serviceInterface";
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class ComponentsApiService implements ComponentsApiServiceInterface {
|
|
10
|
+
export declare class ComponentsApiService extends BaseService implements ComponentsApiServiceInterface {
|
|
10
11
|
protected httpClient: HttpClient;
|
|
11
|
-
|
|
12
|
-
defaultHeaders: HttpHeaders;
|
|
13
|
-
configuration: Configuration;
|
|
14
|
-
encoder: HttpParameterCodec;
|
|
15
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
16
|
-
private addToHttpParams;
|
|
17
|
-
private addToHttpParamsRecursive;
|
|
12
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
18
13
|
/**
|
|
19
14
|
* Get Job hourly reports.
|
|
20
15
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { DepartmentDto } from "../model/department.dto";
|
|
4
4
|
import { PaginatedDepartmentListDto } from "../model/paginated-department-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { DepartmentsApiServiceInterface, DepartmentsChangeActiveStatusCreateRequestParams, DepartmentsCreateRequestParams, DepartmentsListRequestParams, DepartmentsRetrieveRequestParams, DepartmentsUpdateRequestParams } from "./departments-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class DepartmentsApiService implements DepartmentsApiServiceInterface {
|
|
9
|
+
export declare class DepartmentsApiService extends BaseService implements DepartmentsApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Activate/deactivate department.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { DismissalReasonDto } from "../model/dismissal-reason.dto";
|
|
4
4
|
import { PaginatedDismissalReasonListDto } from "../model/paginated-dismissal-reason-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { DismissalReasonsApiServiceInterface, DismissalReasonsChangeActiveStatusCreateRequestParams, DismissalReasonsCreateRequestParams, DismissalReasonsListRequestParams, DismissalReasonsRetrieveRequestParams, DismissalReasonsUpdateRequestParams } from "./dismissal-reasons-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class DismissalReasonsApiService implements DismissalReasonsApiServiceInterface {
|
|
9
|
+
export declare class DismissalReasonsApiService extends BaseService implements DismissalReasonsApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Activate/deactivate dismissal reason.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { ExportJobDto } from "../model/export-job.dto";
|
|
4
4
|
import { PaginatedExportJobListDto } from "../model/paginated-export-job-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { ExportJobReportsDepartmentsApiServiceInterface, ExportJobReportsDepartmentsCancelCreateRequestParams, ExportJobReportsDepartmentsListRequestParams, ExportJobReportsDepartmentsRetrieveRequestParams, ExportJobReportsDepartmentsStartCreateRequestParams } from "./export-job-reports-departments-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ExportJobReportsDepartmentsApiService implements ExportJobReportsDepartmentsApiServiceInterface {
|
|
9
|
+
export declare class ExportJobReportsDepartmentsApiService extends BaseService implements ExportJobReportsDepartmentsApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Cancel export job that is in progress.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { ExportJobDto } from "../model/export-job.dto";
|
|
4
4
|
import { PaginatedExportJobListDto } from "../model/paginated-export-job-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { ExportJobReportsUsersApiServiceInterface, ExportJobReportsUsersCancelCreateRequestParams, ExportJobReportsUsersListRequestParams, ExportJobReportsUsersRetrieveRequestParams, ExportJobReportsUsersStartCreateRequestParams } from "./export-job-reports-users-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ExportJobReportsUsersApiService implements ExportJobReportsUsersApiServiceInterface {
|
|
9
|
+
export declare class ExportJobReportsUsersApiService extends BaseService implements ExportJobReportsUsersApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Cancel export job that is in progress.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { ExportJobDto } from "../model/export-job.dto";
|
|
4
4
|
import { PaginatedExportJobListDto } from "../model/paginated-export-job-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { ExportJobsApiServiceInterface, ExportJobsCancelCreateRequestParams, ExportJobsListRequestParams, ExportJobsRetrieveRequestParams, ExportJobsStartCreateRequestParams } from "./export-jobs-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ExportJobsApiService implements ExportJobsApiServiceInterface {
|
|
9
|
+
export declare class ExportJobsApiService extends BaseService implements ExportJobsApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Cancel export job that is in progress.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { ExportJobDto } from "../model/export-job.dto";
|
|
4
4
|
import { PaginatedExportJobListDto } from "../model/paginated-export-job-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { ExportProjectResourcesApiServiceInterface, ExportProjectResourcesCancelCreateRequestParams, ExportProjectResourcesListRequestParams, ExportProjectResourcesRetrieveRequestParams, ExportProjectResourcesStartCreateRequestParams } from "./export-project-resources-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ExportProjectResourcesApiService implements ExportProjectResourcesApiServiceInterface {
|
|
9
|
+
export declare class ExportProjectResourcesApiService extends BaseService implements ExportProjectResourcesApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Cancel export job that is in progress.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { ExportJobDto } from "../model/export-job.dto";
|
|
4
4
|
import { PaginatedExportJobListDto } from "../model/paginated-export-job-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { ExportProjectsApiServiceInterface, ExportProjectsCancelCreateRequestParams, ExportProjectsListRequestParams, ExportProjectsRetrieveRequestParams, ExportProjectsStartCreateRequestParams } from "./export-projects-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ExportProjectsApiService implements ExportProjectsApiServiceInterface {
|
|
9
|
+
export declare class ExportProjectsApiService extends BaseService implements ExportProjectsApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Cancel export job that is in progress.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { ExportJobDto } from "../model/export-job.dto";
|
|
4
4
|
import { PaginatedExportJobListDto } from "../model/paginated-export-job-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { ExportTasksApiServiceInterface, ExportTasksCancelCreateRequestParams, ExportTasksListRequestParams, ExportTasksRetrieveRequestParams, ExportTasksStartCreateRequestParams } from "./export-tasks-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ExportTasksApiService implements ExportTasksApiServiceInterface {
|
|
9
|
+
export declare class ExportTasksApiService extends BaseService implements ExportTasksApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Cancel export job that is in progress.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { ExportJobDto } from "../model/export-job.dto";
|
|
4
4
|
import { PaginatedExportJobListDto } from "../model/paginated-export-job-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { ExportUserPeriodsApiServiceInterface, ExportUserPeriodsCancelCreateRequestParams, ExportUserPeriodsListRequestParams, ExportUserPeriodsRetrieveRequestParams, ExportUserPeriodsStartCreateRequestParams } from "./export-user-periods-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ExportUserPeriodsApiService implements ExportUserPeriodsApiServiceInterface {
|
|
9
|
+
export declare class ExportUserPeriodsApiService extends BaseService implements ExportUserPeriodsApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Cancel export job that is in progress.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { ExportJobDto } from "../model/export-job.dto";
|
|
4
4
|
import { PaginatedExportJobListDto } from "../model/paginated-export-job-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { ExportUsersApiServiceInterface, ExportUsersCancelCreateRequestParams, ExportUsersListRequestParams, ExportUsersRetrieveRequestParams, ExportUsersStartCreateRequestParams } from "./export-users-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ExportUsersApiService implements ExportUsersApiServiceInterface {
|
|
9
|
+
export declare class ExportUsersApiService extends BaseService implements ExportUsersApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Cancel export job that is in progress.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { CreateJiraProjectDto } from "../model/create-jira-project.dto";
|
|
4
4
|
import { Configuration } from "../configuration";
|
|
5
|
+
import { BaseService } from "../api.base.service";
|
|
5
6
|
import { JiraClientApiServiceInterface, JiraClientCreateProjectCreateRequestParams } from "./jira-client-api.serviceInterface";
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class JiraClientApiService implements JiraClientApiServiceInterface {
|
|
8
|
+
export declare class JiraClientApiService extends BaseService implements JiraClientApiServiceInterface {
|
|
8
9
|
protected httpClient: HttpClient;
|
|
9
|
-
|
|
10
|
-
defaultHeaders: HttpHeaders;
|
|
11
|
-
configuration: Configuration;
|
|
12
|
-
encoder: HttpParameterCodec;
|
|
13
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
14
|
-
private addToHttpParams;
|
|
15
|
-
private addToHttpParamsRecursive;
|
|
10
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
16
11
|
/**
|
|
17
12
|
* Create new project in jira.
|
|
18
13
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { JiraInstanceDto } from "../model/jira-instance.dto";
|
|
4
4
|
import { PaginatedJiraInstanceListDto } from "../model/paginated-jira-instance-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { JiraInstancesApiServiceInterface, JiraInstancesListRequestParams, JiraInstancesRetrieveRequestParams } from "./jira-instances-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class JiraInstancesApiService implements JiraInstancesApiServiceInterface {
|
|
9
|
+
export declare class JiraInstancesApiService extends BaseService implements JiraInstancesApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Api viewset for JiraInstance model.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { BillableChartDto } from "../model/billable-chart.dto";
|
|
4
4
|
import { JobDto } from "../model/job.dto";
|
|
@@ -7,17 +7,12 @@ import { JobReportUserDto } from "../model/job-report-user.dto";
|
|
|
7
7
|
import { PaginatedJobListDto } from "../model/paginated-job-list.dto";
|
|
8
8
|
import { ProductionChartDto } from "../model/production-chart.dto";
|
|
9
9
|
import { Configuration } from "../configuration";
|
|
10
|
+
import { BaseService } from "../api.base.service";
|
|
10
11
|
import { JobsApiServiceInterface, JobsBillableChartListRequestParams, JobsListRequestParams, JobsProductionChartListRequestParams, JobsReportDepartmentsListRequestParams, JobsReportUsersListRequestParams, JobsRetrieveRequestParams } from "./jobs-api.serviceInterface";
|
|
11
12
|
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class JobsApiService implements JobsApiServiceInterface {
|
|
13
|
+
export declare class JobsApiService extends BaseService implements JobsApiServiceInterface {
|
|
13
14
|
protected httpClient: HttpClient;
|
|
14
|
-
|
|
15
|
-
defaultHeaders: HttpHeaders;
|
|
16
|
-
configuration: Configuration;
|
|
17
|
-
encoder: HttpParameterCodec;
|
|
18
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
19
|
-
private addToHttpParams;
|
|
20
|
-
private addToHttpParamsRecursive;
|
|
15
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
21
16
|
/**
|
|
22
17
|
* Get billable chart. It will return billable, unbillable and total billed time for each time span.
|
|
23
18
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { LocationDto } from "../model/location.dto";
|
|
4
4
|
import { PaginatedLocationListDto } from "../model/paginated-location-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { LocationsApiServiceInterface, LocationsCreateRequestParams, LocationsDestroyRequestParams, LocationsListRequestParams, LocationsRetrieveRequestParams, LocationsUpdateRequestParams } from "./locations-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class LocationsApiService implements LocationsApiServiceInterface {
|
|
9
|
+
export declare class LocationsApiService extends BaseService implements LocationsApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* ViewSet for Location model.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { NotificationDto } from "../model/notification.dto";
|
|
4
4
|
import { PaginatedNotificationListDto } from "../model/paginated-notification-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { NotificationsApiServiceInterface, NotificationsDestroyRequestParams, NotificationsListRequestParams, NotificationsReadCreateRequestParams, NotificationsRetrieveRequestParams, NotificationsUnreadCreateRequestParams } from "./notifications-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class NotificationsApiService implements NotificationsApiServiceInterface {
|
|
9
|
+
export declare class NotificationsApiService extends BaseService implements NotificationsApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Delete all notifications.
|
|
19
14
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { PermissionDataDto } from "../model/permission-data.dto";
|
|
4
4
|
import { Configuration } from "../configuration";
|
|
5
|
+
import { BaseService } from "../api.base.service";
|
|
5
6
|
import { PermissionDataApiServiceInterface } from "./permission-data-api.serviceInterface";
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class PermissionDataApiService implements PermissionDataApiServiceInterface {
|
|
8
|
+
export declare class PermissionDataApiService extends BaseService implements PermissionDataApiServiceInterface {
|
|
8
9
|
protected httpClient: HttpClient;
|
|
9
|
-
|
|
10
|
-
defaultHeaders: HttpHeaders;
|
|
11
|
-
configuration: Configuration;
|
|
12
|
-
encoder: HttpParameterCodec;
|
|
13
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
14
|
-
private addToHttpParams;
|
|
15
|
-
private addToHttpParamsRecursive;
|
|
10
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
16
11
|
/**
|
|
17
12
|
* Get permission data.
|
|
18
13
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { ProfileDto } from "../model/profile.dto";
|
|
4
4
|
import { Configuration } from "../configuration";
|
|
5
|
+
import { BaseService } from "../api.base.service";
|
|
5
6
|
import { ProfileApiServiceInterface, ProfileUpdateRequestParams } from "./profile-api.serviceInterface";
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class ProfileApiService implements ProfileApiServiceInterface {
|
|
8
|
+
export declare class ProfileApiService extends BaseService implements ProfileApiServiceInterface {
|
|
8
9
|
protected httpClient: HttpClient;
|
|
9
|
-
|
|
10
|
-
defaultHeaders: HttpHeaders;
|
|
11
|
-
configuration: Configuration;
|
|
12
|
-
encoder: HttpParameterCodec;
|
|
13
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
14
|
-
private addToHttpParams;
|
|
15
|
-
private addToHttpParamsRecursive;
|
|
10
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
16
11
|
/**
|
|
17
12
|
* Viewset for managing current user.
|
|
18
13
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { PaginatedProjectNoteListDto } from "../model/paginated-project-note-list.dto";
|
|
4
4
|
import { ProjectNoteDto } from "../model/project-note.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { ProjectNotesApiServiceInterface, ProjectNotesListRequestParams, ProjectNotesRetrieveRequestParams } from "./project-notes-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ProjectNotesApiService implements ProjectNotesApiServiceInterface {
|
|
9
|
+
export declare class ProjectNotesApiService extends BaseService implements ProjectNotesApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Api viewset for project\'s notes.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { PaginatedSimpleProjectPriorityListDto } from "../model/paginated-simple-project-priority-list.dto";
|
|
4
4
|
import { SimpleProjectPriorityDto } from "../model/simple-project-priority.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { ProjectPrioritiesApiServiceInterface, ProjectPrioritiesListRequestParams, ProjectPrioritiesRetrieveRequestParams } from "./project-priorities-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ProjectPrioritiesApiService implements ProjectPrioritiesApiServiceInterface {
|
|
9
|
+
export declare class ProjectPrioritiesApiService extends BaseService implements ProjectPrioritiesApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Api viewset for ProjectPriority model.
|
|
19
14
|
* @param requestParameters
|