@saritasa/crm-delmar-core-sdk 0.2.363 → 0.2.375
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/fesm2022/saritasa-crm-delmar-core-sdk.mjs +208 -208
- package/model/linked-period.dto.d.ts +1 -0
- package/model/notify-data-linked-user-period.dto.d.ts +1 -0
- package/model/notify-data-user-period.dto.d.ts +1 -0
- package/model/period.dto.d.ts +1 -0
- package/model/user-period-for-stats.dto.d.ts +4 -0
- package/model/user-period-request.dto.d.ts +4 -0
- package/model/user-period-update-request.dto.d.ts +4 -0
- package/model/user-period-update.dto.d.ts +4 -0
- package/model/user-period.dto.d.ts +4 -0
- package/model/user.dto.d.ts +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -699,10 +699,10 @@ class BranchPeriodsApiService extends BaseService {
|
|
|
699
699
|
reportProgress: reportProgress,
|
|
700
700
|
});
|
|
701
701
|
}
|
|
702
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
703
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
702
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BranchPeriodsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
703
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BranchPeriodsApiService, providedIn: "root" });
|
|
704
704
|
}
|
|
705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BranchPeriodsApiService, decorators: [{
|
|
706
706
|
type: Injectable,
|
|
707
707
|
args: [{
|
|
708
708
|
providedIn: "root",
|
|
@@ -1123,10 +1123,10 @@ class BranchesApiService extends BaseService {
|
|
|
1123
1123
|
reportProgress: reportProgress,
|
|
1124
1124
|
});
|
|
1125
1125
|
}
|
|
1126
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1127
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1126
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BranchesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1127
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BranchesApiService, providedIn: "root" });
|
|
1128
1128
|
}
|
|
1129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BranchesApiService, decorators: [{
|
|
1130
1130
|
type: Injectable,
|
|
1131
1131
|
args: [{
|
|
1132
1132
|
providedIn: "root",
|
|
@@ -1413,10 +1413,10 @@ class ClientNotesApiService extends BaseService {
|
|
|
1413
1413
|
reportProgress: reportProgress,
|
|
1414
1414
|
});
|
|
1415
1415
|
}
|
|
1416
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1417
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1416
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ClientNotesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1417
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ClientNotesApiService, providedIn: "root" });
|
|
1418
1418
|
}
|
|
1419
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ClientNotesApiService, decorators: [{
|
|
1420
1420
|
type: Injectable,
|
|
1421
1421
|
args: [{
|
|
1422
1422
|
providedIn: "root",
|
|
@@ -2040,10 +2040,10 @@ class ClientsApiService extends BaseService {
|
|
|
2040
2040
|
reportProgress: reportProgress,
|
|
2041
2041
|
});
|
|
2042
2042
|
}
|
|
2043
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2044
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2043
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ClientsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2044
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ClientsApiService, providedIn: "root" });
|
|
2045
2045
|
}
|
|
2046
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2046
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ClientsApiService, decorators: [{
|
|
2047
2047
|
type: Injectable,
|
|
2048
2048
|
args: [{
|
|
2049
2049
|
providedIn: "root",
|
|
@@ -2259,10 +2259,10 @@ class ComponentsApiService extends BaseService {
|
|
|
2259
2259
|
reportProgress: reportProgress,
|
|
2260
2260
|
});
|
|
2261
2261
|
}
|
|
2262
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2263
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2262
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ComponentsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2263
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ComponentsApiService, providedIn: "root" });
|
|
2264
2264
|
}
|
|
2265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ComponentsApiService, decorators: [{
|
|
2266
2266
|
type: Injectable,
|
|
2267
2267
|
args: [{
|
|
2268
2268
|
providedIn: "root",
|
|
@@ -2613,10 +2613,10 @@ class DepartmentsApiService extends BaseService {
|
|
|
2613
2613
|
reportProgress: reportProgress,
|
|
2614
2614
|
});
|
|
2615
2615
|
}
|
|
2616
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2617
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2616
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DepartmentsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2617
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DepartmentsApiService, providedIn: "root" });
|
|
2618
2618
|
}
|
|
2619
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DepartmentsApiService, decorators: [{
|
|
2620
2620
|
type: Injectable,
|
|
2621
2621
|
args: [{
|
|
2622
2622
|
providedIn: "root",
|
|
@@ -2908,10 +2908,10 @@ class DismissalReasonsApiService extends BaseService {
|
|
|
2908
2908
|
reportProgress: reportProgress,
|
|
2909
2909
|
});
|
|
2910
2910
|
}
|
|
2911
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2912
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
2911
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DismissalReasonsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2912
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DismissalReasonsApiService, providedIn: "root" });
|
|
2913
2913
|
}
|
|
2914
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2914
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DismissalReasonsApiService, decorators: [{
|
|
2915
2915
|
type: Injectable,
|
|
2916
2916
|
args: [{
|
|
2917
2917
|
providedIn: "root",
|
|
@@ -3151,10 +3151,10 @@ class ExportClientNotesApiService extends BaseService {
|
|
|
3151
3151
|
reportProgress: reportProgress,
|
|
3152
3152
|
});
|
|
3153
3153
|
}
|
|
3154
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3155
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
3154
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportClientNotesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3155
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportClientNotesApiService, providedIn: "root" });
|
|
3156
3156
|
}
|
|
3157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportClientNotesApiService, decorators: [{
|
|
3158
3158
|
type: Injectable,
|
|
3159
3159
|
args: [{
|
|
3160
3160
|
providedIn: "root",
|
|
@@ -3398,10 +3398,10 @@ class ExportClientSummaryApiService extends BaseService {
|
|
|
3398
3398
|
reportProgress: reportProgress,
|
|
3399
3399
|
});
|
|
3400
3400
|
}
|
|
3401
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3402
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
3401
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportClientSummaryApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3402
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportClientSummaryApiService, providedIn: "root" });
|
|
3403
3403
|
}
|
|
3404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3404
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportClientSummaryApiService, decorators: [{
|
|
3405
3405
|
type: Injectable,
|
|
3406
3406
|
args: [{
|
|
3407
3407
|
providedIn: "root",
|
|
@@ -3737,10 +3737,10 @@ class ExportClientsApiService extends BaseService {
|
|
|
3737
3737
|
reportProgress: reportProgress,
|
|
3738
3738
|
});
|
|
3739
3739
|
}
|
|
3740
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3741
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
3740
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportClientsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3741
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportClientsApiService, providedIn: "root" });
|
|
3742
3742
|
}
|
|
3743
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3743
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportClientsApiService, decorators: [{
|
|
3744
3744
|
type: Injectable,
|
|
3745
3745
|
args: [{
|
|
3746
3746
|
providedIn: "root",
|
|
@@ -3991,10 +3991,10 @@ class ExportComponentHourlyReportForClientApiService extends BaseService {
|
|
|
3991
3991
|
reportProgress: reportProgress,
|
|
3992
3992
|
});
|
|
3993
3993
|
}
|
|
3994
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3995
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
3994
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportComponentHourlyReportForClientApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3995
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportComponentHourlyReportForClientApiService, providedIn: "root" });
|
|
3996
3996
|
}
|
|
3997
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3997
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportComponentHourlyReportForClientApiService, decorators: [{
|
|
3998
3998
|
type: Injectable,
|
|
3999
3999
|
args: [{
|
|
4000
4000
|
providedIn: "root",
|
|
@@ -4245,10 +4245,10 @@ class ExportComponentHourlyReportForProjectApiService extends BaseService {
|
|
|
4245
4245
|
reportProgress: reportProgress,
|
|
4246
4246
|
});
|
|
4247
4247
|
}
|
|
4248
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
4249
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
4248
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportComponentHourlyReportForProjectApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4249
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportComponentHourlyReportForProjectApiService, providedIn: "root" });
|
|
4250
4250
|
}
|
|
4251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
4251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportComponentHourlyReportForProjectApiService, decorators: [{
|
|
4252
4252
|
type: Injectable,
|
|
4253
4253
|
args: [{
|
|
4254
4254
|
providedIn: "root",
|
|
@@ -4499,10 +4499,10 @@ class ExportDepartmentHourlyReportForClientApiService extends BaseService {
|
|
|
4499
4499
|
reportProgress: reportProgress,
|
|
4500
4500
|
});
|
|
4501
4501
|
}
|
|
4502
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
4503
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
4502
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportDepartmentHourlyReportForClientApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4503
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportDepartmentHourlyReportForClientApiService, providedIn: "root" });
|
|
4504
4504
|
}
|
|
4505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
4505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportDepartmentHourlyReportForClientApiService, decorators: [{
|
|
4506
4506
|
type: Injectable,
|
|
4507
4507
|
args: [{
|
|
4508
4508
|
providedIn: "root",
|
|
@@ -4753,10 +4753,10 @@ class ExportDepartmentHourlyReportForProjectApiService extends BaseService {
|
|
|
4753
4753
|
reportProgress: reportProgress,
|
|
4754
4754
|
});
|
|
4755
4755
|
}
|
|
4756
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
4757
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
4756
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportDepartmentHourlyReportForProjectApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4757
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportDepartmentHourlyReportForProjectApiService, providedIn: "root" });
|
|
4758
4758
|
}
|
|
4759
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
4759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportDepartmentHourlyReportForProjectApiService, decorators: [{
|
|
4760
4760
|
type: Injectable,
|
|
4761
4761
|
args: [{
|
|
4762
4762
|
providedIn: "root",
|
|
@@ -5005,10 +5005,10 @@ class ExportJobHourlyReportForClientApiService extends BaseService {
|
|
|
5005
5005
|
reportProgress: reportProgress,
|
|
5006
5006
|
});
|
|
5007
5007
|
}
|
|
5008
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5009
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5008
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportJobHourlyReportForClientApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5009
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportJobHourlyReportForClientApiService, providedIn: "root" });
|
|
5010
5010
|
}
|
|
5011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportJobHourlyReportForClientApiService, decorators: [{
|
|
5012
5012
|
type: Injectable,
|
|
5013
5013
|
args: [{
|
|
5014
5014
|
providedIn: "root",
|
|
@@ -5258,10 +5258,10 @@ class ExportJobHourlyReportForProjectApiService extends BaseService {
|
|
|
5258
5258
|
reportProgress: reportProgress,
|
|
5259
5259
|
});
|
|
5260
5260
|
}
|
|
5261
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5262
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5261
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportJobHourlyReportForProjectApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5262
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportJobHourlyReportForProjectApiService, providedIn: "root" });
|
|
5263
5263
|
}
|
|
5264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5264
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportJobHourlyReportForProjectApiService, decorators: [{
|
|
5265
5265
|
type: Injectable,
|
|
5266
5266
|
args: [{
|
|
5267
5267
|
providedIn: "root",
|
|
@@ -5533,10 +5533,10 @@ class ExportJobReportsDepartmentsApiService extends BaseService {
|
|
|
5533
5533
|
reportProgress: reportProgress,
|
|
5534
5534
|
});
|
|
5535
5535
|
}
|
|
5536
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5537
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5536
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportJobReportsDepartmentsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5537
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportJobReportsDepartmentsApiService, providedIn: "root" });
|
|
5538
5538
|
}
|
|
5539
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5539
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportJobReportsDepartmentsApiService, decorators: [{
|
|
5540
5540
|
type: Injectable,
|
|
5541
5541
|
args: [{
|
|
5542
5542
|
providedIn: "root",
|
|
@@ -5808,10 +5808,10 @@ class ExportJobReportsUsersApiService extends BaseService {
|
|
|
5808
5808
|
reportProgress: reportProgress,
|
|
5809
5809
|
});
|
|
5810
5810
|
}
|
|
5811
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5812
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5811
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportJobReportsUsersApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5812
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportJobReportsUsersApiService, providedIn: "root" });
|
|
5813
5813
|
}
|
|
5814
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5814
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportJobReportsUsersApiService, decorators: [{
|
|
5815
5815
|
type: Injectable,
|
|
5816
5816
|
args: [{
|
|
5817
5817
|
providedIn: "root",
|
|
@@ -6079,10 +6079,10 @@ class ExportJobsApiService extends BaseService {
|
|
|
6079
6079
|
reportProgress: reportProgress,
|
|
6080
6080
|
});
|
|
6081
6081
|
}
|
|
6082
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6083
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6082
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportJobsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6083
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportJobsApiService, providedIn: "root" });
|
|
6084
6084
|
}
|
|
6085
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6085
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportJobsApiService, decorators: [{
|
|
6086
6086
|
type: Injectable,
|
|
6087
6087
|
args: [{
|
|
6088
6088
|
providedIn: "root",
|
|
@@ -6332,10 +6332,10 @@ class ExportMarginReportApiService extends BaseService {
|
|
|
6332
6332
|
reportProgress: reportProgress,
|
|
6333
6333
|
});
|
|
6334
6334
|
}
|
|
6335
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6336
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6335
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportMarginReportApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6336
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportMarginReportApiService, providedIn: "root" });
|
|
6337
6337
|
}
|
|
6338
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportMarginReportApiService, decorators: [{
|
|
6339
6339
|
type: Injectable,
|
|
6340
6340
|
args: [{
|
|
6341
6341
|
providedIn: "root",
|
|
@@ -6575,10 +6575,10 @@ class ExportProjectNotesApiService extends BaseService {
|
|
|
6575
6575
|
reportProgress: reportProgress,
|
|
6576
6576
|
});
|
|
6577
6577
|
}
|
|
6578
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6579
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6578
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportProjectNotesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6579
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportProjectNotesApiService, providedIn: "root" });
|
|
6580
6580
|
}
|
|
6581
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6581
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportProjectNotesApiService, decorators: [{
|
|
6582
6582
|
type: Injectable,
|
|
6583
6583
|
args: [{
|
|
6584
6584
|
providedIn: "root",
|
|
@@ -6832,10 +6832,10 @@ class ExportProjectResourcesApiService extends BaseService {
|
|
|
6832
6832
|
reportProgress: reportProgress,
|
|
6833
6833
|
});
|
|
6834
6834
|
}
|
|
6835
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6836
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6835
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportProjectResourcesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6836
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportProjectResourcesApiService, providedIn: "root" });
|
|
6837
6837
|
}
|
|
6838
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6838
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportProjectResourcesApiService, decorators: [{
|
|
6839
6839
|
type: Injectable,
|
|
6840
6840
|
args: [{
|
|
6841
6841
|
providedIn: "root",
|
|
@@ -7093,10 +7093,10 @@ class ExportProjectStatusReportsApiService extends BaseService {
|
|
|
7093
7093
|
reportProgress: reportProgress,
|
|
7094
7094
|
});
|
|
7095
7095
|
}
|
|
7096
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7097
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7096
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportProjectStatusReportsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7097
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportProjectStatusReportsApiService, providedIn: "root" });
|
|
7098
7098
|
}
|
|
7099
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7099
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportProjectStatusReportsApiService, decorators: [{
|
|
7100
7100
|
type: Injectable,
|
|
7101
7101
|
args: [{
|
|
7102
7102
|
providedIn: "root",
|
|
@@ -7340,10 +7340,10 @@ class ExportProjectSummaryApiService extends BaseService {
|
|
|
7340
7340
|
reportProgress: reportProgress,
|
|
7341
7341
|
});
|
|
7342
7342
|
}
|
|
7343
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7344
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7343
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportProjectSummaryApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7344
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportProjectSummaryApiService, providedIn: "root" });
|
|
7345
7345
|
}
|
|
7346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportProjectSummaryApiService, decorators: [{
|
|
7347
7347
|
type: Injectable,
|
|
7348
7348
|
args: [{
|
|
7349
7349
|
providedIn: "root",
|
|
@@ -7593,10 +7593,10 @@ class ExportProjectsApiService extends BaseService {
|
|
|
7593
7593
|
reportProgress: reportProgress,
|
|
7594
7594
|
});
|
|
7595
7595
|
}
|
|
7596
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7597
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7596
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportProjectsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7597
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportProjectsApiService, providedIn: "root" });
|
|
7598
7598
|
}
|
|
7599
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7599
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportProjectsApiService, decorators: [{
|
|
7600
7600
|
type: Injectable,
|
|
7601
7601
|
args: [{
|
|
7602
7602
|
providedIn: "root",
|
|
@@ -7847,10 +7847,10 @@ class ExportSprintHourlyReportForClientApiService extends BaseService {
|
|
|
7847
7847
|
reportProgress: reportProgress,
|
|
7848
7848
|
});
|
|
7849
7849
|
}
|
|
7850
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7851
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7850
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportSprintHourlyReportForClientApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7851
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportSprintHourlyReportForClientApiService, providedIn: "root" });
|
|
7852
7852
|
}
|
|
7853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7853
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportSprintHourlyReportForClientApiService, decorators: [{
|
|
7854
7854
|
type: Injectable,
|
|
7855
7855
|
args: [{
|
|
7856
7856
|
providedIn: "root",
|
|
@@ -8101,10 +8101,10 @@ class ExportSprintHourlyReportForProjectApiService extends BaseService {
|
|
|
8101
8101
|
reportProgress: reportProgress,
|
|
8102
8102
|
});
|
|
8103
8103
|
}
|
|
8104
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8105
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
8104
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportSprintHourlyReportForProjectApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8105
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportSprintHourlyReportForProjectApiService, providedIn: "root" });
|
|
8106
8106
|
}
|
|
8107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportSprintHourlyReportForProjectApiService, decorators: [{
|
|
8108
8108
|
type: Injectable,
|
|
8109
8109
|
args: [{
|
|
8110
8110
|
providedIn: "root",
|
|
@@ -8354,10 +8354,10 @@ class ExportTaskHourlyReportForClientApiService extends BaseService {
|
|
|
8354
8354
|
reportProgress: reportProgress,
|
|
8355
8355
|
});
|
|
8356
8356
|
}
|
|
8357
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8358
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
8357
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportTaskHourlyReportForClientApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8358
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportTaskHourlyReportForClientApiService, providedIn: "root" });
|
|
8359
8359
|
}
|
|
8360
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportTaskHourlyReportForClientApiService, decorators: [{
|
|
8361
8361
|
type: Injectable,
|
|
8362
8362
|
args: [{
|
|
8363
8363
|
providedIn: "root",
|
|
@@ -8607,10 +8607,10 @@ class ExportTaskHourlyReportForProjectApiService extends BaseService {
|
|
|
8607
8607
|
reportProgress: reportProgress,
|
|
8608
8608
|
});
|
|
8609
8609
|
}
|
|
8610
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8611
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
8610
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportTaskHourlyReportForProjectApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8611
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportTaskHourlyReportForProjectApiService, providedIn: "root" });
|
|
8612
8612
|
}
|
|
8613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportTaskHourlyReportForProjectApiService, decorators: [{
|
|
8614
8614
|
type: Injectable,
|
|
8615
8615
|
args: [{
|
|
8616
8616
|
providedIn: "root",
|
|
@@ -8882,10 +8882,10 @@ class ExportTasksApiService extends BaseService {
|
|
|
8882
8882
|
reportProgress: reportProgress,
|
|
8883
8883
|
});
|
|
8884
8884
|
}
|
|
8885
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8886
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
8885
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportTasksApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8886
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportTasksApiService, providedIn: "root" });
|
|
8887
8887
|
}
|
|
8888
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8888
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportTasksApiService, decorators: [{
|
|
8889
8889
|
type: Injectable,
|
|
8890
8890
|
args: [{
|
|
8891
8891
|
providedIn: "root",
|
|
@@ -9148,10 +9148,10 @@ class ExportUserMetricsApiService extends BaseService {
|
|
|
9148
9148
|
reportProgress: reportProgress,
|
|
9149
9149
|
});
|
|
9150
9150
|
}
|
|
9151
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9152
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
9151
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportUserMetricsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9152
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportUserMetricsApiService, providedIn: "root" });
|
|
9153
9153
|
}
|
|
9154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportUserMetricsApiService, decorators: [{
|
|
9155
9155
|
type: Injectable,
|
|
9156
9156
|
args: [{
|
|
9157
9157
|
providedIn: "root",
|
|
@@ -9409,10 +9409,10 @@ class ExportUserPeriodsApiService extends BaseService {
|
|
|
9409
9409
|
reportProgress: reportProgress,
|
|
9410
9410
|
});
|
|
9411
9411
|
}
|
|
9412
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9413
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
9412
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportUserPeriodsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9413
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportUserPeriodsApiService, providedIn: "root" });
|
|
9414
9414
|
}
|
|
9415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9415
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportUserPeriodsApiService, decorators: [{
|
|
9416
9416
|
type: Injectable,
|
|
9417
9417
|
args: [{
|
|
9418
9418
|
providedIn: "root",
|
|
@@ -9677,10 +9677,10 @@ class ExportUserScoreStatsApiService extends BaseService {
|
|
|
9677
9677
|
reportProgress: reportProgress,
|
|
9678
9678
|
});
|
|
9679
9679
|
}
|
|
9680
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9681
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
9680
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportUserScoreStatsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9681
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportUserScoreStatsApiService, providedIn: "root" });
|
|
9682
9682
|
}
|
|
9683
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9683
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportUserScoreStatsApiService, decorators: [{
|
|
9684
9684
|
type: Injectable,
|
|
9685
9685
|
args: [{
|
|
9686
9686
|
providedIn: "root",
|
|
@@ -9940,10 +9940,10 @@ class ExportUsersApiService extends BaseService {
|
|
|
9940
9940
|
reportProgress: reportProgress,
|
|
9941
9941
|
});
|
|
9942
9942
|
}
|
|
9943
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9944
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
9943
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportUsersApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9944
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportUsersApiService, providedIn: "root" });
|
|
9945
9945
|
}
|
|
9946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExportUsersApiService, decorators: [{
|
|
9947
9947
|
type: Injectable,
|
|
9948
9948
|
args: [{
|
|
9949
9949
|
providedIn: "root",
|
|
@@ -10023,10 +10023,10 @@ class JiraClientApiService extends BaseService {
|
|
|
10023
10023
|
reportProgress: reportProgress,
|
|
10024
10024
|
});
|
|
10025
10025
|
}
|
|
10026
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10027
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
10026
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JiraClientApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10027
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JiraClientApiService, providedIn: "root" });
|
|
10028
10028
|
}
|
|
10029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10029
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JiraClientApiService, decorators: [{
|
|
10030
10030
|
type: Injectable,
|
|
10031
10031
|
args: [{
|
|
10032
10032
|
providedIn: "root",
|
|
@@ -10214,10 +10214,10 @@ class JiraCompareTasksApiService extends BaseService {
|
|
|
10214
10214
|
reportProgress: reportProgress,
|
|
10215
10215
|
});
|
|
10216
10216
|
}
|
|
10217
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10218
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
10217
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JiraCompareTasksApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10218
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JiraCompareTasksApiService, providedIn: "root" });
|
|
10219
10219
|
}
|
|
10220
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JiraCompareTasksApiService, decorators: [{
|
|
10221
10221
|
type: Injectable,
|
|
10222
10222
|
args: [{
|
|
10223
10223
|
providedIn: "root",
|
|
@@ -10337,10 +10337,10 @@ class JiraInstancesApiService extends BaseService {
|
|
|
10337
10337
|
reportProgress: reportProgress,
|
|
10338
10338
|
});
|
|
10339
10339
|
}
|
|
10340
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10341
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
10340
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JiraInstancesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10341
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JiraInstancesApiService, providedIn: "root" });
|
|
10342
10342
|
}
|
|
10343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JiraInstancesApiService, decorators: [{
|
|
10344
10344
|
type: Injectable,
|
|
10345
10345
|
args: [{
|
|
10346
10346
|
providedIn: "root",
|
|
@@ -10514,10 +10514,10 @@ class JiraResyncTasksApiService extends BaseService {
|
|
|
10514
10514
|
reportProgress: reportProgress,
|
|
10515
10515
|
});
|
|
10516
10516
|
}
|
|
10517
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10518
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
10517
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JiraResyncTasksApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10518
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JiraResyncTasksApiService, providedIn: "root" });
|
|
10519
10519
|
}
|
|
10520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JiraResyncTasksApiService, decorators: [{
|
|
10521
10521
|
type: Injectable,
|
|
10522
10522
|
args: [{
|
|
10523
10523
|
providedIn: "root",
|
|
@@ -10671,10 +10671,10 @@ class JiraSyncIssuesApiService extends BaseService {
|
|
|
10671
10671
|
reportProgress: reportProgress,
|
|
10672
10672
|
});
|
|
10673
10673
|
}
|
|
10674
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
10675
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
10674
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JiraSyncIssuesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10675
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JiraSyncIssuesApiService, providedIn: "root" });
|
|
10676
10676
|
}
|
|
10677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
10677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JiraSyncIssuesApiService, decorators: [{
|
|
10678
10678
|
type: Injectable,
|
|
10679
10679
|
args: [{
|
|
10680
10680
|
providedIn: "root",
|
|
@@ -12128,10 +12128,10 @@ class JobsApiService extends BaseService {
|
|
|
12128
12128
|
reportProgress: reportProgress,
|
|
12129
12129
|
});
|
|
12130
12130
|
}
|
|
12131
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
12132
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
12131
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JobsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12132
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JobsApiService, providedIn: "root" });
|
|
12133
12133
|
}
|
|
12134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
12134
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: JobsApiService, decorators: [{
|
|
12135
12135
|
type: Injectable,
|
|
12136
12136
|
args: [{
|
|
12137
12137
|
providedIn: "root",
|
|
@@ -12415,10 +12415,10 @@ class LocationsApiService extends BaseService {
|
|
|
12415
12415
|
reportProgress: reportProgress,
|
|
12416
12416
|
});
|
|
12417
12417
|
}
|
|
12418
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
12419
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
12418
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LocationsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12419
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LocationsApiService, providedIn: "root" });
|
|
12420
12420
|
}
|
|
12421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
12421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LocationsApiService, decorators: [{
|
|
12422
12422
|
type: Injectable,
|
|
12423
12423
|
args: [{
|
|
12424
12424
|
providedIn: "root",
|
|
@@ -12602,10 +12602,10 @@ class MonthClosuresApiService extends BaseService {
|
|
|
12602
12602
|
reportProgress: reportProgress,
|
|
12603
12603
|
});
|
|
12604
12604
|
}
|
|
12605
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
12606
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
12605
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MonthClosuresApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12606
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MonthClosuresApiService, providedIn: "root" });
|
|
12607
12607
|
}
|
|
12608
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
12608
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MonthClosuresApiService, decorators: [{
|
|
12609
12609
|
type: Injectable,
|
|
12610
12610
|
args: [{
|
|
12611
12611
|
providedIn: "root",
|
|
@@ -12913,10 +12913,10 @@ class NotificationsApiService extends BaseService {
|
|
|
12913
12913
|
reportProgress: reportProgress,
|
|
12914
12914
|
});
|
|
12915
12915
|
}
|
|
12916
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
12917
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
12916
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NotificationsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12917
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NotificationsApiService, providedIn: "root" });
|
|
12918
12918
|
}
|
|
12919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
12919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: NotificationsApiService, decorators: [{
|
|
12920
12920
|
type: Injectable,
|
|
12921
12921
|
args: [{
|
|
12922
12922
|
providedIn: "root",
|
|
@@ -12984,10 +12984,10 @@ class PermissionDataApiService extends BaseService {
|
|
|
12984
12984
|
reportProgress: reportProgress,
|
|
12985
12985
|
});
|
|
12986
12986
|
}
|
|
12987
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
12988
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
12987
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PermissionDataApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12988
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PermissionDataApiService, providedIn: "root" });
|
|
12989
12989
|
}
|
|
12990
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
12990
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PermissionDataApiService, decorators: [{
|
|
12991
12991
|
type: Injectable,
|
|
12992
12992
|
args: [{
|
|
12993
12993
|
providedIn: "root",
|
|
@@ -13150,10 +13150,10 @@ class ProfileApiService extends BaseService {
|
|
|
13150
13150
|
reportProgress: reportProgress,
|
|
13151
13151
|
});
|
|
13152
13152
|
}
|
|
13153
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
13154
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
13153
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProfileApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13154
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProfileApiService, providedIn: "root" });
|
|
13155
13155
|
}
|
|
13156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
13156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProfileApiService, decorators: [{
|
|
13157
13157
|
type: Injectable,
|
|
13158
13158
|
args: [{
|
|
13159
13159
|
providedIn: "root",
|
|
@@ -13443,10 +13443,10 @@ class ProjectFinancialMilestonesApiService extends BaseService {
|
|
|
13443
13443
|
reportProgress: reportProgress,
|
|
13444
13444
|
});
|
|
13445
13445
|
}
|
|
13446
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
13447
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
13446
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProjectFinancialMilestonesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13447
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProjectFinancialMilestonesApiService, providedIn: "root" });
|
|
13448
13448
|
}
|
|
13449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
13449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProjectFinancialMilestonesApiService, decorators: [{
|
|
13450
13450
|
type: Injectable,
|
|
13451
13451
|
args: [{
|
|
13452
13452
|
providedIn: "root",
|
|
@@ -13733,10 +13733,10 @@ class ProjectNotesApiService extends BaseService {
|
|
|
13733
13733
|
reportProgress: reportProgress,
|
|
13734
13734
|
});
|
|
13735
13735
|
}
|
|
13736
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
13737
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
13736
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProjectNotesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13737
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProjectNotesApiService, providedIn: "root" });
|
|
13738
13738
|
}
|
|
13739
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
13739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProjectNotesApiService, decorators: [{
|
|
13740
13740
|
type: Injectable,
|
|
13741
13741
|
args: [{
|
|
13742
13742
|
providedIn: "root",
|
|
@@ -13876,10 +13876,10 @@ class ProjectPrioritiesApiService extends BaseService {
|
|
|
13876
13876
|
reportProgress: reportProgress,
|
|
13877
13877
|
});
|
|
13878
13878
|
}
|
|
13879
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
13880
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
13879
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProjectPrioritiesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13880
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProjectPrioritiesApiService, providedIn: "root" });
|
|
13881
13881
|
}
|
|
13882
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
13882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProjectPrioritiesApiService, decorators: [{
|
|
13883
13883
|
type: Injectable,
|
|
13884
13884
|
args: [{
|
|
13885
13885
|
providedIn: "root",
|
|
@@ -14181,10 +14181,10 @@ class ProjectResourcesApiService extends BaseService {
|
|
|
14181
14181
|
reportProgress: reportProgress,
|
|
14182
14182
|
});
|
|
14183
14183
|
}
|
|
14184
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
14185
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
14184
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProjectResourcesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14185
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProjectResourcesApiService, providedIn: "root" });
|
|
14186
14186
|
}
|
|
14187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
14187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProjectResourcesApiService, decorators: [{
|
|
14188
14188
|
type: Injectable,
|
|
14189
14189
|
args: [{
|
|
14190
14190
|
providedIn: "root",
|
|
@@ -14776,10 +14776,10 @@ class ProjectsApiService extends BaseService {
|
|
|
14776
14776
|
reportProgress: reportProgress,
|
|
14777
14777
|
});
|
|
14778
14778
|
}
|
|
14779
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
14780
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
14779
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProjectsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14780
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProjectsApiService, providedIn: "root" });
|
|
14781
14781
|
}
|
|
14782
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
14782
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ProjectsApiService, decorators: [{
|
|
14783
14783
|
type: Injectable,
|
|
14784
14784
|
args: [{
|
|
14785
14785
|
providedIn: "root",
|
|
@@ -15063,10 +15063,10 @@ class RolesApiService extends BaseService {
|
|
|
15063
15063
|
reportProgress: reportProgress,
|
|
15064
15064
|
});
|
|
15065
15065
|
}
|
|
15066
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
15067
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
15066
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RolesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15067
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RolesApiService, providedIn: "root" });
|
|
15068
15068
|
}
|
|
15069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
15069
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RolesApiService, decorators: [{
|
|
15070
15070
|
type: Injectable,
|
|
15071
15071
|
args: [{
|
|
15072
15072
|
providedIn: "root",
|
|
@@ -15226,10 +15226,10 @@ class S3ApiService extends BaseService {
|
|
|
15226
15226
|
reportProgress: reportProgress,
|
|
15227
15227
|
});
|
|
15228
15228
|
}
|
|
15229
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
15230
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
15229
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: S3ApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15230
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: S3ApiService, providedIn: "root" });
|
|
15231
15231
|
}
|
|
15232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
15232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: S3ApiService, decorators: [{
|
|
15233
15233
|
type: Injectable,
|
|
15234
15234
|
args: [{
|
|
15235
15235
|
providedIn: "root",
|
|
@@ -15326,10 +15326,10 @@ class SearchPeriodsApiService extends BaseService {
|
|
|
15326
15326
|
reportProgress: reportProgress,
|
|
15327
15327
|
});
|
|
15328
15328
|
}
|
|
15329
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
15330
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
15329
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SearchPeriodsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15330
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SearchPeriodsApiService, providedIn: "root" });
|
|
15331
15331
|
}
|
|
15332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
15332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SearchPeriodsApiService, decorators: [{
|
|
15333
15333
|
type: Injectable,
|
|
15334
15334
|
args: [{
|
|
15335
15335
|
providedIn: "root",
|
|
@@ -15545,10 +15545,10 @@ class SprintsApiService extends BaseService {
|
|
|
15545
15545
|
reportProgress: reportProgress,
|
|
15546
15546
|
});
|
|
15547
15547
|
}
|
|
15548
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
15549
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
15548
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SprintsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15549
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SprintsApiService, providedIn: "root" });
|
|
15550
15550
|
}
|
|
15551
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
15551
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SprintsApiService, decorators: [{
|
|
15552
15552
|
type: Injectable,
|
|
15553
15553
|
args: [{
|
|
15554
15554
|
providedIn: "root",
|
|
@@ -15714,10 +15714,10 @@ class SsoApiService extends BaseService {
|
|
|
15714
15714
|
reportProgress: reportProgress,
|
|
15715
15715
|
});
|
|
15716
15716
|
}
|
|
15717
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
15718
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
15717
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SsoApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15718
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SsoApiService, providedIn: "root" });
|
|
15719
15719
|
}
|
|
15720
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
15720
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SsoApiService, decorators: [{
|
|
15721
15721
|
type: Injectable,
|
|
15722
15722
|
args: [{
|
|
15723
15723
|
providedIn: "root",
|
|
@@ -16140,10 +16140,10 @@ class TasksApiService extends BaseService {
|
|
|
16140
16140
|
reportProgress: reportProgress,
|
|
16141
16141
|
});
|
|
16142
16142
|
}
|
|
16143
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
16144
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
16143
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TasksApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16144
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TasksApiService, providedIn: "root" });
|
|
16145
16145
|
}
|
|
16146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
16146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TasksApiService, decorators: [{
|
|
16147
16147
|
type: Injectable,
|
|
16148
16148
|
args: [{
|
|
16149
16149
|
providedIn: "root",
|
|
@@ -16266,10 +16266,10 @@ class TokenApiService extends BaseService {
|
|
|
16266
16266
|
reportProgress: reportProgress,
|
|
16267
16267
|
});
|
|
16268
16268
|
}
|
|
16269
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
16270
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
16269
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TokenApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16270
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TokenApiService, providedIn: "root" });
|
|
16271
16271
|
}
|
|
16272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
16272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TokenApiService, decorators: [{
|
|
16273
16273
|
type: Injectable,
|
|
16274
16274
|
args: [{
|
|
16275
16275
|
providedIn: "root",
|
|
@@ -16512,10 +16512,10 @@ class UserCapacitiesApiService extends BaseService {
|
|
|
16512
16512
|
reportProgress: reportProgress,
|
|
16513
16513
|
});
|
|
16514
16514
|
}
|
|
16515
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
16516
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
16515
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserCapacitiesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16516
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserCapacitiesApiService, providedIn: "root" });
|
|
16517
16517
|
}
|
|
16518
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
16518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserCapacitiesApiService, decorators: [{
|
|
16519
16519
|
type: Injectable,
|
|
16520
16520
|
args: [{
|
|
16521
16521
|
providedIn: "root",
|
|
@@ -16726,10 +16726,10 @@ class UserLoginsApiService extends BaseService {
|
|
|
16726
16726
|
reportProgress: reportProgress,
|
|
16727
16727
|
});
|
|
16728
16728
|
}
|
|
16729
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
16730
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
16729
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserLoginsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16730
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserLoginsApiService, providedIn: "root" });
|
|
16731
16731
|
}
|
|
16732
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
16732
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserLoginsApiService, decorators: [{
|
|
16733
16733
|
type: Injectable,
|
|
16734
16734
|
args: [{
|
|
16735
16735
|
providedIn: "root",
|
|
@@ -16801,10 +16801,10 @@ class UserPeriodApproversApiService extends BaseService {
|
|
|
16801
16801
|
reportProgress: reportProgress,
|
|
16802
16802
|
});
|
|
16803
16803
|
}
|
|
16804
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
16805
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
16804
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserPeriodApproversApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16805
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserPeriodApproversApiService, providedIn: "root" });
|
|
16806
16806
|
}
|
|
16807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
16807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserPeriodApproversApiService, decorators: [{
|
|
16808
16808
|
type: Injectable,
|
|
16809
16809
|
args: [{
|
|
16810
16810
|
providedIn: "root",
|
|
@@ -17205,10 +17205,10 @@ class UserPeriodsApiService extends BaseService {
|
|
|
17205
17205
|
reportProgress: reportProgress,
|
|
17206
17206
|
});
|
|
17207
17207
|
}
|
|
17208
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
17209
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
17208
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserPeriodsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17209
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserPeriodsApiService, providedIn: "root" });
|
|
17210
17210
|
}
|
|
17211
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
17211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserPeriodsApiService, decorators: [{
|
|
17212
17212
|
type: Injectable,
|
|
17213
17213
|
args: [{
|
|
17214
17214
|
providedIn: "root",
|
|
@@ -17561,10 +17561,10 @@ class UserScoresApiService extends BaseService {
|
|
|
17561
17561
|
reportProgress: reportProgress,
|
|
17562
17562
|
});
|
|
17563
17563
|
}
|
|
17564
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
17565
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
17564
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserScoresApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17565
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserScoresApiService, providedIn: "root" });
|
|
17566
17566
|
}
|
|
17567
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
17567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserScoresApiService, decorators: [{
|
|
17568
17568
|
type: Injectable,
|
|
17569
17569
|
args: [{
|
|
17570
17570
|
providedIn: "root",
|
|
@@ -17682,10 +17682,10 @@ class UserTimezoneSettingApiService extends BaseService {
|
|
|
17682
17682
|
reportProgress: reportProgress,
|
|
17683
17683
|
});
|
|
17684
17684
|
}
|
|
17685
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
17686
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
17685
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserTimezoneSettingApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17686
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserTimezoneSettingApiService, providedIn: "root" });
|
|
17687
17687
|
}
|
|
17688
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
17688
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserTimezoneSettingApiService, decorators: [{
|
|
17689
17689
|
type: Injectable,
|
|
17690
17690
|
args: [{
|
|
17691
17691
|
providedIn: "root",
|
|
@@ -17819,10 +17819,10 @@ class UserTimezonesApiService extends BaseService {
|
|
|
17819
17819
|
reportProgress: reportProgress,
|
|
17820
17820
|
});
|
|
17821
17821
|
}
|
|
17822
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
17823
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
17822
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserTimezonesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17823
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserTimezonesApiService, providedIn: "root" });
|
|
17824
17824
|
}
|
|
17825
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
17825
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserTimezonesApiService, decorators: [{
|
|
17826
17826
|
type: Injectable,
|
|
17827
17827
|
args: [{
|
|
17828
17828
|
providedIn: "root",
|
|
@@ -18680,10 +18680,10 @@ class UsersApiService extends BaseService {
|
|
|
18680
18680
|
reportProgress: reportProgress,
|
|
18681
18681
|
});
|
|
18682
18682
|
}
|
|
18683
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
18684
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
18683
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UsersApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18684
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UsersApiService, providedIn: "root" });
|
|
18685
18685
|
}
|
|
18686
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
18686
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UsersApiService, decorators: [{
|
|
18687
18687
|
type: Injectable,
|
|
18688
18688
|
args: [{
|
|
18689
18689
|
providedIn: "root",
|
|
@@ -18961,10 +18961,10 @@ class VendorsApiService extends BaseService {
|
|
|
18961
18961
|
reportProgress: reportProgress,
|
|
18962
18962
|
});
|
|
18963
18963
|
}
|
|
18964
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
18965
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
18964
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: VendorsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18965
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: VendorsApiService, providedIn: "root" });
|
|
18966
18966
|
}
|
|
18967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
18967
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: VendorsApiService, decorators: [{
|
|
18968
18968
|
type: Injectable,
|
|
18969
18969
|
args: [{
|
|
18970
18970
|
providedIn: "root",
|
|
@@ -19032,10 +19032,10 @@ class WhoAmIApiService extends BaseService {
|
|
|
19032
19032
|
reportProgress: reportProgress,
|
|
19033
19033
|
});
|
|
19034
19034
|
}
|
|
19035
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
19036
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
19035
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: WhoAmIApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19036
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: WhoAmIApiService, providedIn: "root" });
|
|
19037
19037
|
}
|
|
19038
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
19038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: WhoAmIApiService, decorators: [{
|
|
19039
19039
|
type: Injectable,
|
|
19040
19040
|
args: [{
|
|
19041
19041
|
providedIn: "root",
|
|
@@ -19388,10 +19388,10 @@ class WorkTypesApiService extends BaseService {
|
|
|
19388
19388
|
reportProgress: reportProgress,
|
|
19389
19389
|
});
|
|
19390
19390
|
}
|
|
19391
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
19392
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
19391
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: WorkTypesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19392
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: WorkTypesApiService, providedIn: "root" });
|
|
19393
19393
|
}
|
|
19394
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
19394
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: WorkTypesApiService, decorators: [{
|
|
19395
19395
|
type: Injectable,
|
|
19396
19396
|
args: [{
|
|
19397
19397
|
providedIn: "root",
|
|
@@ -21333,11 +21333,11 @@ class ApiModule {
|
|
|
21333
21333
|
"See also https://github.com/angular/angular/issues/20575");
|
|
21334
21334
|
}
|
|
21335
21335
|
}
|
|
21336
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
21337
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
21338
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
21336
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ApiModule, deps: [{ token: ApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
21337
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: ApiModule });
|
|
21338
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ApiModule });
|
|
21339
21339
|
}
|
|
21340
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
21340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ApiModule, decorators: [{
|
|
21341
21341
|
type: NgModule,
|
|
21342
21342
|
args: [{
|
|
21343
21343
|
imports: [],
|
|
@@ -28,6 +28,7 @@ export interface NotifyDataUserPeriodDto {
|
|
|
28
28
|
file: string;
|
|
29
29
|
description: string;
|
|
30
30
|
approvers: Array<NotifyDataUserPeriodApproverDto>;
|
|
31
|
+
coverage_plan?: string;
|
|
31
32
|
linked_user_period?: NotifyDataLinkedUserPeriodDto | null;
|
|
32
33
|
linked_user_period_to?: NotifyDataLinkedUserPeriodDto | null;
|
|
33
34
|
}
|
package/model/period.dto.d.ts
CHANGED
|
@@ -35,4 +35,8 @@ export interface UserPeriodUpdateDto {
|
|
|
35
35
|
readonly linked_user_period_to_data: LinkedUserPeriodDto | null;
|
|
36
36
|
file?: string | null;
|
|
37
37
|
description?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Link to the document where user describes who will cover their projects.
|
|
40
|
+
*/
|
|
41
|
+
coverage_plan?: string;
|
|
38
42
|
}
|
|
@@ -35,4 +35,8 @@ export interface UserPeriodDto {
|
|
|
35
35
|
readonly linked_user_period_to_data: LinkedUserPeriodDto | null;
|
|
36
36
|
file?: string | null;
|
|
37
37
|
description?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Link to the document where user describes who will cover their projects.
|
|
40
|
+
*/
|
|
41
|
+
coverage_plan?: string;
|
|
38
42
|
}
|
package/model/user.dto.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/crm-delmar-core-sdk",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.2.
|
|
3
|
+
"version": "0.2.375",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.2.10)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|