@saritasa/crm-delmar-core-sdk 0.2.132 → 0.2.135
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/clients-api.serviceInterface.d.ts +1 -0
- package/api/export-margin-report-api.serviceInterface.d.ts +1 -0
- package/api/projects-api.serviceInterface.d.ts +1 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +208 -202
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -535,10 +535,10 @@ class BranchPeriodsApiService extends BaseService {
|
|
|
535
535
|
reportProgress: reportProgress,
|
|
536
536
|
});
|
|
537
537
|
}
|
|
538
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
539
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
538
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: BranchPeriodsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
539
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: BranchPeriodsApiService, providedIn: "root" });
|
|
540
540
|
}
|
|
541
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: BranchPeriodsApiService, decorators: [{
|
|
542
542
|
type: Injectable,
|
|
543
543
|
args: [{
|
|
544
544
|
providedIn: "root",
|
|
@@ -981,10 +981,10 @@ class BranchesApiService extends BaseService {
|
|
|
981
981
|
reportProgress: reportProgress,
|
|
982
982
|
});
|
|
983
983
|
}
|
|
984
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
985
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
984
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: BranchesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
985
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: BranchesApiService, providedIn: "root" });
|
|
986
986
|
}
|
|
987
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
987
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: BranchesApiService, decorators: [{
|
|
988
988
|
type: Injectable,
|
|
989
989
|
args: [{
|
|
990
990
|
providedIn: "root",
|
|
@@ -1279,10 +1279,10 @@ class ClientNotesApiService extends BaseService {
|
|
|
1279
1279
|
reportProgress: reportProgress,
|
|
1280
1280
|
});
|
|
1281
1281
|
}
|
|
1282
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1283
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1282
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ClientNotesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1283
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ClientNotesApiService, providedIn: "root" });
|
|
1284
1284
|
}
|
|
1285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ClientNotesApiService, decorators: [{
|
|
1286
1286
|
type: Injectable,
|
|
1287
1287
|
args: [{
|
|
1288
1288
|
providedIn: "root",
|
|
@@ -1639,6 +1639,7 @@ class ClientsApiService extends BaseService {
|
|
|
1639
1639
|
const projectsIsUtilized = requestParameters?.projectsIsUtilized;
|
|
1640
1640
|
const projectsProjectManagersIdIn = requestParameters?.projectsProjectManagersIdIn;
|
|
1641
1641
|
const projectsTasksJobsIsBillable = requestParameters?.projectsTasksJobsIsBillable;
|
|
1642
|
+
const reportType = requestParameters?.reportType;
|
|
1642
1643
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
1643
1644
|
if (accountManagerIn) {
|
|
1644
1645
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, [...accountManagerIn].join(COLLECTION_FORMATS["csv"]), "account_manager__in");
|
|
@@ -1658,6 +1659,7 @@ class ClientsApiService extends BaseService {
|
|
|
1658
1659
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, [...projectsProjectManagersIdIn].join(COLLECTION_FORMATS["csv"]), "projects__project_managers__id__in");
|
|
1659
1660
|
}
|
|
1660
1661
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, projectsTasksJobsIsBillable, "projects__tasks__jobs__is_billable");
|
|
1662
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, reportType, "report_type");
|
|
1661
1663
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, roundingType, "rounding_type");
|
|
1662
1664
|
let localVarHeaders = this.defaultHeaders;
|
|
1663
1665
|
// authentication (cookieAuth) required
|
|
@@ -2006,10 +2008,10 @@ class ClientsApiService extends BaseService {
|
|
|
2006
2008
|
reportProgress: reportProgress,
|
|
2007
2009
|
});
|
|
2008
2010
|
}
|
|
2009
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2010
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2011
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ClientsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2012
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ClientsApiService, providedIn: "root" });
|
|
2011
2013
|
}
|
|
2012
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ClientsApiService, decorators: [{
|
|
2013
2015
|
type: Injectable,
|
|
2014
2016
|
args: [{
|
|
2015
2017
|
providedIn: "root",
|
|
@@ -2241,10 +2243,10 @@ class ComponentsApiService extends BaseService {
|
|
|
2241
2243
|
reportProgress: reportProgress,
|
|
2242
2244
|
});
|
|
2243
2245
|
}
|
|
2244
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2245
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2246
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ComponentsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2247
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ComponentsApiService, providedIn: "root" });
|
|
2246
2248
|
}
|
|
2247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ComponentsApiService, decorators: [{
|
|
2248
2250
|
type: Injectable,
|
|
2249
2251
|
args: [{
|
|
2250
2252
|
providedIn: "root",
|
|
@@ -2542,10 +2544,10 @@ class DepartmentsApiService extends BaseService {
|
|
|
2542
2544
|
reportProgress: reportProgress,
|
|
2543
2545
|
});
|
|
2544
2546
|
}
|
|
2545
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2546
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2547
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DepartmentsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2548
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DepartmentsApiService, providedIn: "root" });
|
|
2547
2549
|
}
|
|
2548
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DepartmentsApiService, decorators: [{
|
|
2549
2551
|
type: Injectable,
|
|
2550
2552
|
args: [{
|
|
2551
2553
|
providedIn: "root",
|
|
@@ -2841,10 +2843,10 @@ class DismissalReasonsApiService extends BaseService {
|
|
|
2841
2843
|
reportProgress: reportProgress,
|
|
2842
2844
|
});
|
|
2843
2845
|
}
|
|
2844
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2845
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2846
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DismissalReasonsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2847
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DismissalReasonsApiService, providedIn: "root" });
|
|
2846
2848
|
}
|
|
2847
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DismissalReasonsApiService, decorators: [{
|
|
2848
2850
|
type: Injectable,
|
|
2849
2851
|
args: [{
|
|
2850
2852
|
providedIn: "root",
|
|
@@ -3092,10 +3094,10 @@ class ExportClientNotesApiService extends BaseService {
|
|
|
3092
3094
|
reportProgress: reportProgress,
|
|
3093
3095
|
});
|
|
3094
3096
|
}
|
|
3095
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3096
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
3097
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportClientNotesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3098
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportClientNotesApiService, providedIn: "root" });
|
|
3097
3099
|
}
|
|
3098
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportClientNotesApiService, decorators: [{
|
|
3099
3101
|
type: Injectable,
|
|
3100
3102
|
args: [{
|
|
3101
3103
|
providedIn: "root",
|
|
@@ -3349,10 +3351,10 @@ class ExportClientSummaryApiService extends BaseService {
|
|
|
3349
3351
|
reportProgress: reportProgress,
|
|
3350
3352
|
});
|
|
3351
3353
|
}
|
|
3352
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3353
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
3354
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportClientSummaryApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3355
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportClientSummaryApiService, providedIn: "root" });
|
|
3354
3356
|
}
|
|
3355
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportClientSummaryApiService, decorators: [{
|
|
3356
3358
|
type: Injectable,
|
|
3357
3359
|
args: [{
|
|
3358
3360
|
providedIn: "root",
|
|
@@ -3736,10 +3738,10 @@ class ExportClientsApiService extends BaseService {
|
|
|
3736
3738
|
reportProgress: reportProgress,
|
|
3737
3739
|
});
|
|
3738
3740
|
}
|
|
3739
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3740
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
3741
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportClientsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3742
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportClientsApiService, providedIn: "root" });
|
|
3741
3743
|
}
|
|
3742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3744
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportClientsApiService, decorators: [{
|
|
3743
3745
|
type: Injectable,
|
|
3744
3746
|
args: [{
|
|
3745
3747
|
providedIn: "root",
|
|
@@ -4000,10 +4002,10 @@ class ExportComponentHourlyReportForClientApiService extends BaseService {
|
|
|
4000
4002
|
reportProgress: reportProgress,
|
|
4001
4003
|
});
|
|
4002
4004
|
}
|
|
4003
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
4004
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
4005
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportComponentHourlyReportForClientApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4006
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportComponentHourlyReportForClientApiService, providedIn: "root" });
|
|
4005
4007
|
}
|
|
4006
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
4008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportComponentHourlyReportForClientApiService, decorators: [{
|
|
4007
4009
|
type: Injectable,
|
|
4008
4010
|
args: [{
|
|
4009
4011
|
providedIn: "root",
|
|
@@ -4264,10 +4266,10 @@ class ExportComponentHourlyReportForProjectApiService extends BaseService {
|
|
|
4264
4266
|
reportProgress: reportProgress,
|
|
4265
4267
|
});
|
|
4266
4268
|
}
|
|
4267
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
4268
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
4269
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportComponentHourlyReportForProjectApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4270
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportComponentHourlyReportForProjectApiService, providedIn: "root" });
|
|
4269
4271
|
}
|
|
4270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
4272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportComponentHourlyReportForProjectApiService, decorators: [{
|
|
4271
4273
|
type: Injectable,
|
|
4272
4274
|
args: [{
|
|
4273
4275
|
providedIn: "root",
|
|
@@ -4528,10 +4530,10 @@ class ExportDepartmentHourlyReportForClientApiService extends BaseService {
|
|
|
4528
4530
|
reportProgress: reportProgress,
|
|
4529
4531
|
});
|
|
4530
4532
|
}
|
|
4531
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
4532
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
4533
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportDepartmentHourlyReportForClientApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4534
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportDepartmentHourlyReportForClientApiService, providedIn: "root" });
|
|
4533
4535
|
}
|
|
4534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
4536
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportDepartmentHourlyReportForClientApiService, decorators: [{
|
|
4535
4537
|
type: Injectable,
|
|
4536
4538
|
args: [{
|
|
4537
4539
|
providedIn: "root",
|
|
@@ -4792,10 +4794,10 @@ class ExportDepartmentHourlyReportForProjectApiService extends BaseService {
|
|
|
4792
4794
|
reportProgress: reportProgress,
|
|
4793
4795
|
});
|
|
4794
4796
|
}
|
|
4795
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
4796
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
4797
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportDepartmentHourlyReportForProjectApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4798
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportDepartmentHourlyReportForProjectApiService, providedIn: "root" });
|
|
4797
4799
|
}
|
|
4798
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
4800
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportDepartmentHourlyReportForProjectApiService, decorators: [{
|
|
4799
4801
|
type: Injectable,
|
|
4800
4802
|
args: [{
|
|
4801
4803
|
providedIn: "root",
|
|
@@ -5054,10 +5056,10 @@ class ExportJobHourlyReportForClientApiService extends BaseService {
|
|
|
5054
5056
|
reportProgress: reportProgress,
|
|
5055
5057
|
});
|
|
5056
5058
|
}
|
|
5057
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5058
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5059
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportJobHourlyReportForClientApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5060
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportJobHourlyReportForClientApiService, providedIn: "root" });
|
|
5059
5061
|
}
|
|
5060
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5062
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportJobHourlyReportForClientApiService, decorators: [{
|
|
5061
5063
|
type: Injectable,
|
|
5062
5064
|
args: [{
|
|
5063
5065
|
providedIn: "root",
|
|
@@ -5317,10 +5319,10 @@ class ExportJobHourlyReportForProjectApiService extends BaseService {
|
|
|
5317
5319
|
reportProgress: reportProgress,
|
|
5318
5320
|
});
|
|
5319
5321
|
}
|
|
5320
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5321
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5322
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportJobHourlyReportForProjectApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5323
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportJobHourlyReportForProjectApiService, providedIn: "root" });
|
|
5322
5324
|
}
|
|
5323
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportJobHourlyReportForProjectApiService, decorators: [{
|
|
5324
5326
|
type: Injectable,
|
|
5325
5327
|
args: [{
|
|
5326
5328
|
providedIn: "root",
|
|
@@ -5614,10 +5616,10 @@ class ExportJobReportsDepartmentsApiService extends BaseService {
|
|
|
5614
5616
|
reportProgress: reportProgress,
|
|
5615
5617
|
});
|
|
5616
5618
|
}
|
|
5617
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5618
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5619
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportJobReportsDepartmentsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5620
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportJobReportsDepartmentsApiService, providedIn: "root" });
|
|
5619
5621
|
}
|
|
5620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportJobReportsDepartmentsApiService, decorators: [{
|
|
5621
5623
|
type: Injectable,
|
|
5622
5624
|
args: [{
|
|
5623
5625
|
providedIn: "root",
|
|
@@ -5911,10 +5913,10 @@ class ExportJobReportsUsersApiService extends BaseService {
|
|
|
5911
5913
|
reportProgress: reportProgress,
|
|
5912
5914
|
});
|
|
5913
5915
|
}
|
|
5914
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5915
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5916
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportJobReportsUsersApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5917
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportJobReportsUsersApiService, providedIn: "root" });
|
|
5916
5918
|
}
|
|
5917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportJobReportsUsersApiService, decorators: [{
|
|
5918
5920
|
type: Injectable,
|
|
5919
5921
|
args: [{
|
|
5920
5922
|
providedIn: "root",
|
|
@@ -6204,10 +6206,10 @@ class ExportJobsApiService extends BaseService {
|
|
|
6204
6206
|
reportProgress: reportProgress,
|
|
6205
6207
|
});
|
|
6206
6208
|
}
|
|
6207
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6208
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6209
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportJobsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6210
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportJobsApiService, providedIn: "root" });
|
|
6209
6211
|
}
|
|
6210
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportJobsApiService, decorators: [{
|
|
6211
6213
|
type: Injectable,
|
|
6212
6214
|
args: [{
|
|
6213
6215
|
providedIn: "root",
|
|
@@ -6393,6 +6395,7 @@ class ExportMarginReportApiService extends BaseService {
|
|
|
6393
6395
|
const projectsIsUtilized = requestParameters?.projectsIsUtilized;
|
|
6394
6396
|
const projectsProjectManagersIdIn = requestParameters?.projectsProjectManagersIdIn;
|
|
6395
6397
|
const projectsTasksJobsIsBillable = requestParameters?.projectsTasksJobsIsBillable;
|
|
6398
|
+
const reportType = requestParameters?.reportType;
|
|
6396
6399
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
6397
6400
|
if (accountManagerIn) {
|
|
6398
6401
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, [...accountManagerIn].join(COLLECTION_FORMATS["csv"]), "account_manager__in");
|
|
@@ -6413,6 +6416,7 @@ class ExportMarginReportApiService extends BaseService {
|
|
|
6413
6416
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, [...projectsProjectManagersIdIn].join(COLLECTION_FORMATS["csv"]), "projects__project_managers__id__in");
|
|
6414
6417
|
}
|
|
6415
6418
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, projectsTasksJobsIsBillable, "projects__tasks__jobs__is_billable");
|
|
6419
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, reportType, "report_type");
|
|
6416
6420
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, roundingType, "rounding_type");
|
|
6417
6421
|
let localVarHeaders = this.defaultHeaders;
|
|
6418
6422
|
// authentication (cookieAuth) required
|
|
@@ -6459,10 +6463,10 @@ class ExportMarginReportApiService extends BaseService {
|
|
|
6459
6463
|
reportProgress: reportProgress,
|
|
6460
6464
|
});
|
|
6461
6465
|
}
|
|
6462
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6463
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6466
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportMarginReportApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6467
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportMarginReportApiService, providedIn: "root" });
|
|
6464
6468
|
}
|
|
6465
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportMarginReportApiService, decorators: [{
|
|
6466
6470
|
type: Injectable,
|
|
6467
6471
|
args: [{
|
|
6468
6472
|
providedIn: "root",
|
|
@@ -6708,10 +6712,10 @@ class ExportProjectNotesApiService extends BaseService {
|
|
|
6708
6712
|
reportProgress: reportProgress,
|
|
6709
6713
|
});
|
|
6710
6714
|
}
|
|
6711
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6712
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6715
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportProjectNotesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6716
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportProjectNotesApiService, providedIn: "root" });
|
|
6713
6717
|
}
|
|
6714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6718
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportProjectNotesApiService, decorators: [{
|
|
6715
6719
|
type: Injectable,
|
|
6716
6720
|
args: [{
|
|
6717
6721
|
providedIn: "root",
|
|
@@ -6979,10 +6983,10 @@ class ExportProjectResourcesApiService extends BaseService {
|
|
|
6979
6983
|
reportProgress: reportProgress,
|
|
6980
6984
|
});
|
|
6981
6985
|
}
|
|
6982
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6983
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6986
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportProjectResourcesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6987
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportProjectResourcesApiService, providedIn: "root" });
|
|
6984
6988
|
}
|
|
6985
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6989
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportProjectResourcesApiService, decorators: [{
|
|
6986
6990
|
type: Injectable,
|
|
6987
6991
|
args: [{
|
|
6988
6992
|
providedIn: "root",
|
|
@@ -7259,10 +7263,10 @@ class ExportProjectStatusReportsApiService extends BaseService {
|
|
|
7259
7263
|
reportProgress: reportProgress,
|
|
7260
7264
|
});
|
|
7261
7265
|
}
|
|
7262
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7263
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7266
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportProjectStatusReportsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7267
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportProjectStatusReportsApiService, providedIn: "root" });
|
|
7264
7268
|
}
|
|
7265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportProjectStatusReportsApiService, decorators: [{
|
|
7266
7270
|
type: Injectable,
|
|
7267
7271
|
args: [{
|
|
7268
7272
|
providedIn: "root",
|
|
@@ -7516,10 +7520,10 @@ class ExportProjectSummaryApiService extends BaseService {
|
|
|
7516
7520
|
reportProgress: reportProgress,
|
|
7517
7521
|
});
|
|
7518
7522
|
}
|
|
7519
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7520
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7523
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportProjectSummaryApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7524
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportProjectSummaryApiService, providedIn: "root" });
|
|
7521
7525
|
}
|
|
7522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportProjectSummaryApiService, decorators: [{
|
|
7523
7527
|
type: Injectable,
|
|
7524
7528
|
args: [{
|
|
7525
7529
|
providedIn: "root",
|
|
@@ -7779,10 +7783,10 @@ class ExportProjectsApiService extends BaseService {
|
|
|
7779
7783
|
reportProgress: reportProgress,
|
|
7780
7784
|
});
|
|
7781
7785
|
}
|
|
7782
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7783
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7786
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportProjectsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7787
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportProjectsApiService, providedIn: "root" });
|
|
7784
7788
|
}
|
|
7785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7789
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportProjectsApiService, decorators: [{
|
|
7786
7790
|
type: Injectable,
|
|
7787
7791
|
args: [{
|
|
7788
7792
|
providedIn: "root",
|
|
@@ -8043,10 +8047,10 @@ class ExportSprintHourlyReportForClientApiService extends BaseService {
|
|
|
8043
8047
|
reportProgress: reportProgress,
|
|
8044
8048
|
});
|
|
8045
8049
|
}
|
|
8046
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8047
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
8050
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportSprintHourlyReportForClientApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8051
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportSprintHourlyReportForClientApiService, providedIn: "root" });
|
|
8048
8052
|
}
|
|
8049
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8053
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportSprintHourlyReportForClientApiService, decorators: [{
|
|
8050
8054
|
type: Injectable,
|
|
8051
8055
|
args: [{
|
|
8052
8056
|
providedIn: "root",
|
|
@@ -8307,10 +8311,10 @@ class ExportSprintHourlyReportForProjectApiService extends BaseService {
|
|
|
8307
8311
|
reportProgress: reportProgress,
|
|
8308
8312
|
});
|
|
8309
8313
|
}
|
|
8310
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8311
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
8314
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportSprintHourlyReportForProjectApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8315
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportSprintHourlyReportForProjectApiService, providedIn: "root" });
|
|
8312
8316
|
}
|
|
8313
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportSprintHourlyReportForProjectApiService, decorators: [{
|
|
8314
8318
|
type: Injectable,
|
|
8315
8319
|
args: [{
|
|
8316
8320
|
providedIn: "root",
|
|
@@ -8570,10 +8574,10 @@ class ExportTaskHourlyReportForClientApiService extends BaseService {
|
|
|
8570
8574
|
reportProgress: reportProgress,
|
|
8571
8575
|
});
|
|
8572
8576
|
}
|
|
8573
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8574
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
8577
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportTaskHourlyReportForClientApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8578
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportTaskHourlyReportForClientApiService, providedIn: "root" });
|
|
8575
8579
|
}
|
|
8576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportTaskHourlyReportForClientApiService, decorators: [{
|
|
8577
8581
|
type: Injectable,
|
|
8578
8582
|
args: [{
|
|
8579
8583
|
providedIn: "root",
|
|
@@ -8833,10 +8837,10 @@ class ExportTaskHourlyReportForProjectApiService extends BaseService {
|
|
|
8833
8837
|
reportProgress: reportProgress,
|
|
8834
8838
|
});
|
|
8835
8839
|
}
|
|
8836
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8837
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
8840
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportTaskHourlyReportForProjectApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8841
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportTaskHourlyReportForProjectApiService, providedIn: "root" });
|
|
8838
8842
|
}
|
|
8839
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8843
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportTaskHourlyReportForProjectApiService, decorators: [{
|
|
8840
8844
|
type: Injectable,
|
|
8841
8845
|
args: [{
|
|
8842
8846
|
providedIn: "root",
|
|
@@ -9132,10 +9136,10 @@ class ExportTasksApiService extends BaseService {
|
|
|
9132
9136
|
reportProgress: reportProgress,
|
|
9133
9137
|
});
|
|
9134
9138
|
}
|
|
9135
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9136
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
9139
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportTasksApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9140
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportTasksApiService, providedIn: "root" });
|
|
9137
9141
|
}
|
|
9138
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportTasksApiService, decorators: [{
|
|
9139
9143
|
type: Injectable,
|
|
9140
9144
|
args: [{
|
|
9141
9145
|
providedIn: "root",
|
|
@@ -9418,10 +9422,10 @@ class ExportUserMetricsApiService extends BaseService {
|
|
|
9418
9422
|
reportProgress: reportProgress,
|
|
9419
9423
|
});
|
|
9420
9424
|
}
|
|
9421
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9422
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
9425
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportUserMetricsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9426
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportUserMetricsApiService, providedIn: "root" });
|
|
9423
9427
|
}
|
|
9424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportUserMetricsApiService, decorators: [{
|
|
9425
9429
|
type: Injectable,
|
|
9426
9430
|
args: [{
|
|
9427
9431
|
providedIn: "root",
|
|
@@ -9699,10 +9703,10 @@ class ExportUserPeriodsApiService extends BaseService {
|
|
|
9699
9703
|
reportProgress: reportProgress,
|
|
9700
9704
|
});
|
|
9701
9705
|
}
|
|
9702
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9703
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
9706
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportUserPeriodsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9707
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportUserPeriodsApiService, providedIn: "root" });
|
|
9704
9708
|
}
|
|
9705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportUserPeriodsApiService, decorators: [{
|
|
9706
9710
|
type: Injectable,
|
|
9707
9711
|
args: [{
|
|
9708
9712
|
providedIn: "root",
|
|
@@ -9987,10 +9991,10 @@ class ExportUserScoreStatsApiService extends BaseService {
|
|
|
9987
9991
|
reportProgress: reportProgress,
|
|
9988
9992
|
});
|
|
9989
9993
|
}
|
|
9990
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9991
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
9994
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportUserScoreStatsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9995
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportUserScoreStatsApiService, providedIn: "root" });
|
|
9992
9996
|
}
|
|
9993
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9997
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportUserScoreStatsApiService, decorators: [{
|
|
9994
9998
|
type: Injectable,
|
|
9995
9999
|
args: [{
|
|
9996
10000
|
providedIn: "root",
|
|
@@ -10270,10 +10274,10 @@ class ExportUsersApiService extends BaseService {
|
|
|
10270
10274
|
reportProgress: reportProgress,
|
|
10271
10275
|
});
|
|
10272
10276
|
}
|
|
10273
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10274
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
10277
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportUsersApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10278
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportUsersApiService, providedIn: "root" });
|
|
10275
10279
|
}
|
|
10276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ExportUsersApiService, decorators: [{
|
|
10277
10281
|
type: Injectable,
|
|
10278
10282
|
args: [{
|
|
10279
10283
|
providedIn: "root",
|
|
@@ -10353,10 +10357,10 @@ class JiraClientApiService extends BaseService {
|
|
|
10353
10357
|
reportProgress: reportProgress,
|
|
10354
10358
|
});
|
|
10355
10359
|
}
|
|
10356
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10357
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
10360
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: JiraClientApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10361
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: JiraClientApiService, providedIn: "root" });
|
|
10358
10362
|
}
|
|
10359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10363
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: JiraClientApiService, decorators: [{
|
|
10360
10364
|
type: Injectable,
|
|
10361
10365
|
args: [{
|
|
10362
10366
|
providedIn: "root",
|
|
@@ -10552,10 +10556,10 @@ class JiraCompareTasksApiService extends BaseService {
|
|
|
10552
10556
|
reportProgress: reportProgress,
|
|
10553
10557
|
});
|
|
10554
10558
|
}
|
|
10555
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10556
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
10559
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: JiraCompareTasksApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10560
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: JiraCompareTasksApiService, providedIn: "root" });
|
|
10557
10561
|
}
|
|
10558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10562
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: JiraCompareTasksApiService, decorators: [{
|
|
10559
10563
|
type: Injectable,
|
|
10560
10564
|
args: [{
|
|
10561
10565
|
providedIn: "root",
|
|
@@ -10675,10 +10679,10 @@ class JiraInstancesApiService extends BaseService {
|
|
|
10675
10679
|
reportProgress: reportProgress,
|
|
10676
10680
|
});
|
|
10677
10681
|
}
|
|
10678
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10679
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
10682
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: JiraInstancesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10683
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: JiraInstancesApiService, providedIn: "root" });
|
|
10680
10684
|
}
|
|
10681
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: JiraInstancesApiService, decorators: [{
|
|
10682
10686
|
type: Injectable,
|
|
10683
10687
|
args: [{
|
|
10684
10688
|
providedIn: "root",
|
|
@@ -10848,10 +10852,10 @@ class JiraSyncIssuesApiService extends BaseService {
|
|
|
10848
10852
|
reportProgress: reportProgress,
|
|
10849
10853
|
});
|
|
10850
10854
|
}
|
|
10851
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10852
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
10855
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: JiraSyncIssuesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10856
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: JiraSyncIssuesApiService, providedIn: "root" });
|
|
10853
10857
|
}
|
|
10854
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10858
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: JiraSyncIssuesApiService, decorators: [{
|
|
10855
10859
|
type: Injectable,
|
|
10856
10860
|
args: [{
|
|
10857
10861
|
providedIn: "root",
|
|
@@ -12470,10 +12474,10 @@ class JobsApiService extends BaseService {
|
|
|
12470
12474
|
reportProgress: reportProgress,
|
|
12471
12475
|
});
|
|
12472
12476
|
}
|
|
12473
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
12474
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
12477
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: JobsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12478
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: JobsApiService, providedIn: "root" });
|
|
12475
12479
|
}
|
|
12476
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
12480
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: JobsApiService, decorators: [{
|
|
12477
12481
|
type: Injectable,
|
|
12478
12482
|
args: [{
|
|
12479
12483
|
providedIn: "root",
|
|
@@ -12763,10 +12767,10 @@ class LocationsApiService extends BaseService {
|
|
|
12763
12767
|
reportProgress: reportProgress,
|
|
12764
12768
|
});
|
|
12765
12769
|
}
|
|
12766
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
12767
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
12770
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: LocationsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12771
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: LocationsApiService, providedIn: "root" });
|
|
12768
12772
|
}
|
|
12769
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
12773
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: LocationsApiService, decorators: [{
|
|
12770
12774
|
type: Injectable,
|
|
12771
12775
|
args: [{
|
|
12772
12776
|
providedIn: "root",
|
|
@@ -12952,10 +12956,10 @@ class MonthClosuresApiService extends BaseService {
|
|
|
12952
12956
|
reportProgress: reportProgress,
|
|
12953
12957
|
});
|
|
12954
12958
|
}
|
|
12955
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
12956
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
12959
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: MonthClosuresApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12960
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: MonthClosuresApiService, providedIn: "root" });
|
|
12957
12961
|
}
|
|
12958
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
12962
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: MonthClosuresApiService, decorators: [{
|
|
12959
12963
|
type: Injectable,
|
|
12960
12964
|
args: [{
|
|
12961
12965
|
providedIn: "root",
|
|
@@ -13271,10 +13275,10 @@ class NotificationsApiService extends BaseService {
|
|
|
13271
13275
|
reportProgress: reportProgress,
|
|
13272
13276
|
});
|
|
13273
13277
|
}
|
|
13274
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
13275
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
13278
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: NotificationsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13279
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: NotificationsApiService, providedIn: "root" });
|
|
13276
13280
|
}
|
|
13277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
13281
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: NotificationsApiService, decorators: [{
|
|
13278
13282
|
type: Injectable,
|
|
13279
13283
|
args: [{
|
|
13280
13284
|
providedIn: "root",
|
|
@@ -13342,10 +13346,10 @@ class PermissionDataApiService extends BaseService {
|
|
|
13342
13346
|
reportProgress: reportProgress,
|
|
13343
13347
|
});
|
|
13344
13348
|
}
|
|
13345
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
13346
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
13349
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: PermissionDataApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13350
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: PermissionDataApiService, providedIn: "root" });
|
|
13347
13351
|
}
|
|
13348
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
13352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: PermissionDataApiService, decorators: [{
|
|
13349
13353
|
type: Injectable,
|
|
13350
13354
|
args: [{
|
|
13351
13355
|
providedIn: "root",
|
|
@@ -13508,10 +13512,10 @@ class ProfileApiService extends BaseService {
|
|
|
13508
13512
|
reportProgress: reportProgress,
|
|
13509
13513
|
});
|
|
13510
13514
|
}
|
|
13511
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
13512
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
13515
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProfileApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13516
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProfileApiService, providedIn: "root" });
|
|
13513
13517
|
}
|
|
13514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
13518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProfileApiService, decorators: [{
|
|
13515
13519
|
type: Injectable,
|
|
13516
13520
|
args: [{
|
|
13517
13521
|
providedIn: "root",
|
|
@@ -13804,10 +13808,10 @@ class ProjectNotesApiService extends BaseService {
|
|
|
13804
13808
|
reportProgress: reportProgress,
|
|
13805
13809
|
});
|
|
13806
13810
|
}
|
|
13807
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
13808
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
13811
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProjectNotesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13812
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProjectNotesApiService, providedIn: "root" });
|
|
13809
13813
|
}
|
|
13810
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
13814
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProjectNotesApiService, decorators: [{
|
|
13811
13815
|
type: Injectable,
|
|
13812
13816
|
args: [{
|
|
13813
13817
|
providedIn: "root",
|
|
@@ -13953,10 +13957,10 @@ class ProjectPrioritiesApiService extends BaseService {
|
|
|
13953
13957
|
reportProgress: reportProgress,
|
|
13954
13958
|
});
|
|
13955
13959
|
}
|
|
13956
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
13957
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
13960
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProjectPrioritiesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13961
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProjectPrioritiesApiService, providedIn: "root" });
|
|
13958
13962
|
}
|
|
13959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
13963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProjectPrioritiesApiService, decorators: [{
|
|
13960
13964
|
type: Injectable,
|
|
13961
13965
|
args: [{
|
|
13962
13966
|
providedIn: "root",
|
|
@@ -14274,10 +14278,10 @@ class ProjectResourcesApiService extends BaseService {
|
|
|
14274
14278
|
reportProgress: reportProgress,
|
|
14275
14279
|
});
|
|
14276
14280
|
}
|
|
14277
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
14278
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
14281
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProjectResourcesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14282
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProjectResourcesApiService, providedIn: "root" });
|
|
14279
14283
|
}
|
|
14280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
14284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProjectResourcesApiService, decorators: [{
|
|
14281
14285
|
type: Injectable,
|
|
14282
14286
|
args: [{
|
|
14283
14287
|
providedIn: "root",
|
|
@@ -14468,6 +14472,7 @@ class ProjectsApiService extends BaseService {
|
|
|
14468
14472
|
const offset = requestParameters?.offset;
|
|
14469
14473
|
const ordering = requestParameters?.ordering;
|
|
14470
14474
|
const projectManagers = requestParameters?.projectManagers;
|
|
14475
|
+
const reportType = requestParameters?.reportType;
|
|
14471
14476
|
const tasksJobsIsBillable = requestParameters?.tasksJobsIsBillable;
|
|
14472
14477
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
14473
14478
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, billingType, "billing_type");
|
|
@@ -14496,6 +14501,7 @@ class ProjectsApiService extends BaseService {
|
|
|
14496
14501
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, element, "project_managers");
|
|
14497
14502
|
});
|
|
14498
14503
|
}
|
|
14504
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, reportType, "report_type");
|
|
14499
14505
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, roundingType, "rounding_type");
|
|
14500
14506
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, tasksJobsIsBillable, "tasks__jobs__is_billable");
|
|
14501
14507
|
let localVarHeaders = this.defaultHeaders;
|
|
@@ -14836,10 +14842,10 @@ class ProjectsApiService extends BaseService {
|
|
|
14836
14842
|
reportProgress: reportProgress,
|
|
14837
14843
|
});
|
|
14838
14844
|
}
|
|
14839
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
14840
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
14845
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProjectsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14846
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProjectsApiService, providedIn: "root" });
|
|
14841
14847
|
}
|
|
14842
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
14848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProjectsApiService, decorators: [{
|
|
14843
14849
|
type: Injectable,
|
|
14844
14850
|
args: [{
|
|
14845
14851
|
providedIn: "root",
|
|
@@ -15129,10 +15135,10 @@ class RolesApiService extends BaseService {
|
|
|
15129
15135
|
reportProgress: reportProgress,
|
|
15130
15136
|
});
|
|
15131
15137
|
}
|
|
15132
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
15133
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
15138
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RolesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15139
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RolesApiService, providedIn: "root" });
|
|
15134
15140
|
}
|
|
15135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
15141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RolesApiService, decorators: [{
|
|
15136
15142
|
type: Injectable,
|
|
15137
15143
|
args: [{
|
|
15138
15144
|
providedIn: "root",
|
|
@@ -15292,10 +15298,10 @@ class S3ApiService extends BaseService {
|
|
|
15292
15298
|
reportProgress: reportProgress,
|
|
15293
15299
|
});
|
|
15294
15300
|
}
|
|
15295
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
15296
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
15301
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: S3ApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15302
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: S3ApiService, providedIn: "root" });
|
|
15297
15303
|
}
|
|
15298
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
15304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: S3ApiService, decorators: [{
|
|
15299
15305
|
type: Injectable,
|
|
15300
15306
|
args: [{
|
|
15301
15307
|
providedIn: "root",
|
|
@@ -15412,10 +15418,10 @@ class SearchPeriodsApiService extends BaseService {
|
|
|
15412
15418
|
reportProgress: reportProgress,
|
|
15413
15419
|
});
|
|
15414
15420
|
}
|
|
15415
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
15416
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
15421
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SearchPeriodsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15422
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SearchPeriodsApiService, providedIn: "root" });
|
|
15417
15423
|
}
|
|
15418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
15424
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SearchPeriodsApiService, decorators: [{
|
|
15419
15425
|
type: Injectable,
|
|
15420
15426
|
args: [{
|
|
15421
15427
|
providedIn: "root",
|
|
@@ -15647,10 +15653,10 @@ class SprintsApiService extends BaseService {
|
|
|
15647
15653
|
reportProgress: reportProgress,
|
|
15648
15654
|
});
|
|
15649
15655
|
}
|
|
15650
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
15651
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
15656
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SprintsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15657
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SprintsApiService, providedIn: "root" });
|
|
15652
15658
|
}
|
|
15653
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
15659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SprintsApiService, decorators: [{
|
|
15654
15660
|
type: Injectable,
|
|
15655
15661
|
args: [{
|
|
15656
15662
|
providedIn: "root",
|
|
@@ -15816,10 +15822,10 @@ class SsoApiService extends BaseService {
|
|
|
15816
15822
|
reportProgress: reportProgress,
|
|
15817
15823
|
});
|
|
15818
15824
|
}
|
|
15819
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
15820
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
15825
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SsoApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15826
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SsoApiService, providedIn: "root" });
|
|
15821
15827
|
}
|
|
15822
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
15828
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SsoApiService, decorators: [{
|
|
15823
15829
|
type: Injectable,
|
|
15824
15830
|
args: [{
|
|
15825
15831
|
providedIn: "root",
|
|
@@ -16314,10 +16320,10 @@ class TasksApiService extends BaseService {
|
|
|
16314
16320
|
reportProgress: reportProgress,
|
|
16315
16321
|
});
|
|
16316
16322
|
}
|
|
16317
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
16318
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
16323
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TasksApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16324
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TasksApiService, providedIn: "root" });
|
|
16319
16325
|
}
|
|
16320
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
16326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TasksApiService, decorators: [{
|
|
16321
16327
|
type: Injectable,
|
|
16322
16328
|
args: [{
|
|
16323
16329
|
providedIn: "root",
|
|
@@ -16440,10 +16446,10 @@ class TokenApiService extends BaseService {
|
|
|
16440
16446
|
reportProgress: reportProgress,
|
|
16441
16447
|
});
|
|
16442
16448
|
}
|
|
16443
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
16444
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
16449
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TokenApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16450
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TokenApiService, providedIn: "root" });
|
|
16445
16451
|
}
|
|
16446
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
16452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: TokenApiService, decorators: [{
|
|
16447
16453
|
type: Injectable,
|
|
16448
16454
|
args: [{
|
|
16449
16455
|
providedIn: "root",
|
|
@@ -16698,10 +16704,10 @@ class UserCapacitiesApiService extends BaseService {
|
|
|
16698
16704
|
reportProgress: reportProgress,
|
|
16699
16705
|
});
|
|
16700
16706
|
}
|
|
16701
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
16702
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
16707
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserCapacitiesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16708
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserCapacitiesApiService, providedIn: "root" });
|
|
16703
16709
|
}
|
|
16704
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
16710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserCapacitiesApiService, decorators: [{
|
|
16705
16711
|
type: Injectable,
|
|
16706
16712
|
args: [{
|
|
16707
16713
|
providedIn: "root",
|
|
@@ -16932,10 +16938,10 @@ class UserLoginsApiService extends BaseService {
|
|
|
16932
16938
|
reportProgress: reportProgress,
|
|
16933
16939
|
});
|
|
16934
16940
|
}
|
|
16935
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
16936
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
16941
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserLoginsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16942
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserLoginsApiService, providedIn: "root" });
|
|
16937
16943
|
}
|
|
16938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
16944
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserLoginsApiService, decorators: [{
|
|
16939
16945
|
type: Injectable,
|
|
16940
16946
|
args: [{
|
|
16941
16947
|
providedIn: "root",
|
|
@@ -17007,10 +17013,10 @@ class UserPeriodApproversApiService extends BaseService {
|
|
|
17007
17013
|
reportProgress: reportProgress,
|
|
17008
17014
|
});
|
|
17009
17015
|
}
|
|
17010
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
17011
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
17016
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserPeriodApproversApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17017
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserPeriodApproversApiService, providedIn: "root" });
|
|
17012
17018
|
}
|
|
17013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
17019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserPeriodApproversApiService, decorators: [{
|
|
17014
17020
|
type: Injectable,
|
|
17015
17021
|
args: [{
|
|
17016
17022
|
providedIn: "root",
|
|
@@ -17431,10 +17437,10 @@ class UserPeriodsApiService extends BaseService {
|
|
|
17431
17437
|
reportProgress: reportProgress,
|
|
17432
17438
|
});
|
|
17433
17439
|
}
|
|
17434
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
17435
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
17440
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserPeriodsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17441
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserPeriodsApiService, providedIn: "root" });
|
|
17436
17442
|
}
|
|
17437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
17443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserPeriodsApiService, decorators: [{
|
|
17438
17444
|
type: Injectable,
|
|
17439
17445
|
args: [{
|
|
17440
17446
|
providedIn: "root",
|
|
@@ -17763,10 +17769,10 @@ class UserScoresApiService extends BaseService {
|
|
|
17763
17769
|
reportProgress: reportProgress,
|
|
17764
17770
|
});
|
|
17765
17771
|
}
|
|
17766
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
17767
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
17772
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserScoresApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17773
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserScoresApiService, providedIn: "root" });
|
|
17768
17774
|
}
|
|
17769
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
17775
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserScoresApiService, decorators: [{
|
|
17770
17776
|
type: Injectable,
|
|
17771
17777
|
args: [{
|
|
17772
17778
|
providedIn: "root",
|
|
@@ -17884,10 +17890,10 @@ class UserTimezoneSettingApiService extends BaseService {
|
|
|
17884
17890
|
reportProgress: reportProgress,
|
|
17885
17891
|
});
|
|
17886
17892
|
}
|
|
17887
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
17888
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
17893
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserTimezoneSettingApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17894
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserTimezoneSettingApiService, providedIn: "root" });
|
|
17889
17895
|
}
|
|
17890
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
17896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserTimezoneSettingApiService, decorators: [{
|
|
17891
17897
|
type: Injectable,
|
|
17892
17898
|
args: [{
|
|
17893
17899
|
providedIn: "root",
|
|
@@ -18021,10 +18027,10 @@ class UserTimezonesApiService extends BaseService {
|
|
|
18021
18027
|
reportProgress: reportProgress,
|
|
18022
18028
|
});
|
|
18023
18029
|
}
|
|
18024
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
18025
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
18030
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserTimezonesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18031
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserTimezonesApiService, providedIn: "root" });
|
|
18026
18032
|
}
|
|
18027
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
18033
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UserTimezonesApiService, decorators: [{
|
|
18028
18034
|
type: Injectable,
|
|
18029
18035
|
args: [{
|
|
18030
18036
|
providedIn: "root",
|
|
@@ -18757,10 +18763,10 @@ class UsersApiService extends BaseService {
|
|
|
18757
18763
|
reportProgress: reportProgress,
|
|
18758
18764
|
});
|
|
18759
18765
|
}
|
|
18760
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
18761
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
18766
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UsersApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18767
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UsersApiService, providedIn: "root" });
|
|
18762
18768
|
}
|
|
18763
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
18769
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: UsersApiService, decorators: [{
|
|
18764
18770
|
type: Injectable,
|
|
18765
18771
|
args: [{
|
|
18766
18772
|
providedIn: "root",
|
|
@@ -19040,10 +19046,10 @@ class VendorsApiService extends BaseService {
|
|
|
19040
19046
|
reportProgress: reportProgress,
|
|
19041
19047
|
});
|
|
19042
19048
|
}
|
|
19043
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
19044
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
19049
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: VendorsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19050
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: VendorsApiService, providedIn: "root" });
|
|
19045
19051
|
}
|
|
19046
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
19052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: VendorsApiService, decorators: [{
|
|
19047
19053
|
type: Injectable,
|
|
19048
19054
|
args: [{
|
|
19049
19055
|
providedIn: "root",
|
|
@@ -19111,10 +19117,10 @@ class WhoAmIApiService extends BaseService {
|
|
|
19111
19117
|
reportProgress: reportProgress,
|
|
19112
19118
|
});
|
|
19113
19119
|
}
|
|
19114
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
19115
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
19120
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: WhoAmIApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19121
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: WhoAmIApiService, providedIn: "root" });
|
|
19116
19122
|
}
|
|
19117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
19123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: WhoAmIApiService, decorators: [{
|
|
19118
19124
|
type: Injectable,
|
|
19119
19125
|
args: [{
|
|
19120
19126
|
providedIn: "root",
|
|
@@ -19414,10 +19420,10 @@ class WorkTypesApiService extends BaseService {
|
|
|
19414
19420
|
reportProgress: reportProgress,
|
|
19415
19421
|
});
|
|
19416
19422
|
}
|
|
19417
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
19418
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
19423
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: WorkTypesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19424
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: WorkTypesApiService, providedIn: "root" });
|
|
19419
19425
|
}
|
|
19420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
19426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: WorkTypesApiService, decorators: [{
|
|
19421
19427
|
type: Injectable,
|
|
19422
19428
|
args: [{
|
|
19423
19429
|
providedIn: "root",
|
|
@@ -21242,11 +21248,11 @@ class ApiModule {
|
|
|
21242
21248
|
"See also https://github.com/angular/angular/issues/20575");
|
|
21243
21249
|
}
|
|
21244
21250
|
}
|
|
21245
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
21246
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
21247
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
21251
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ApiModule, deps: [{ token: ApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
21252
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: ApiModule });
|
|
21253
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ApiModule });
|
|
21248
21254
|
}
|
|
21249
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
21255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ApiModule, decorators: [{
|
|
21250
21256
|
type: NgModule,
|
|
21251
21257
|
args: [{
|
|
21252
21258
|
imports: [],
|