@saritasa/crm-delmar-core-sdk 0.0.21 → 0.0.23
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/esm2022/api/branch-periods-api.service.mjs +3 -3
- package/esm2022/api/branches-api.service.mjs +3 -3
- package/esm2022/api/departments-api.service.mjs +3 -3
- package/esm2022/api/dismissal-reasons-api.service.mjs +3 -3
- package/esm2022/api/jira-client-api.service.mjs +5 -5
- package/esm2022/api/jira-instances-api.service.mjs +3 -3
- package/esm2022/api/locations-api.service.mjs +3 -3
- package/esm2022/api/permission-data-api.service.mjs +5 -5
- package/esm2022/api/profile-api.service.mjs +3 -3
- package/esm2022/api/projects-api.service.mjs +3 -3
- package/esm2022/api/roles-api.service.mjs +3 -3
- package/esm2022/api/s3-api.service.mjs +3 -3
- package/esm2022/api/search-periods-api.service.mjs +3 -3
- package/esm2022/api/sso-api.service.mjs +7 -7
- package/esm2022/api/token-api.service.mjs +3 -3
- package/esm2022/api/user-capacities-api.service.mjs +3 -3
- package/esm2022/api/user-logins-api.service.mjs +3 -3
- package/esm2022/api/user-periods-api.service.mjs +3 -3
- package/esm2022/api/user-timezone-setting-api.service.mjs +3 -3
- package/esm2022/api/user-timezones-api.service.mjs +3 -3
- package/esm2022/api/users-api.service.mjs +3 -3
- package/esm2022/api/vendors-api.service.mjs +3 -3
- package/esm2022/api/who-am-i-api.service.mjs +3 -3
- package/esm2022/api/work-types-api.service.mjs +3 -3
- package/esm2022/api.module.mjs +4 -4
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +81 -81
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -568,10 +568,10 @@ class BranchPeriodsApiService {
|
|
|
568
568
|
reportProgress: reportProgress,
|
|
569
569
|
});
|
|
570
570
|
}
|
|
571
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
572
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
571
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: BranchPeriodsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
572
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: BranchPeriodsApiService, providedIn: "root" });
|
|
573
573
|
}
|
|
574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: BranchPeriodsApiService, decorators: [{
|
|
575
575
|
type: Injectable,
|
|
576
576
|
args: [{
|
|
577
577
|
providedIn: "root",
|
|
@@ -1104,10 +1104,10 @@ class BranchesApiService {
|
|
|
1104
1104
|
reportProgress: reportProgress,
|
|
1105
1105
|
});
|
|
1106
1106
|
}
|
|
1107
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1108
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1107
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: BranchesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1108
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: BranchesApiService, providedIn: "root" });
|
|
1109
1109
|
}
|
|
1110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: BranchesApiService, decorators: [{
|
|
1111
1111
|
type: Injectable,
|
|
1112
1112
|
args: [{
|
|
1113
1113
|
providedIn: "root",
|
|
@@ -1541,10 +1541,10 @@ class DepartmentsApiService {
|
|
|
1541
1541
|
reportProgress: reportProgress,
|
|
1542
1542
|
});
|
|
1543
1543
|
}
|
|
1544
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1545
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1544
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: DepartmentsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1545
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: DepartmentsApiService, providedIn: "root" });
|
|
1546
1546
|
}
|
|
1547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1547
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: DepartmentsApiService, decorators: [{
|
|
1548
1548
|
type: Injectable,
|
|
1549
1549
|
args: [{
|
|
1550
1550
|
providedIn: "root",
|
|
@@ -1980,10 +1980,10 @@ class DismissalReasonsApiService {
|
|
|
1980
1980
|
reportProgress: reportProgress,
|
|
1981
1981
|
});
|
|
1982
1982
|
}
|
|
1983
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1984
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
1983
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: DismissalReasonsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1984
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: DismissalReasonsApiService, providedIn: "root" });
|
|
1985
1985
|
}
|
|
1986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1986
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: DismissalReasonsApiService, decorators: [{
|
|
1987
1987
|
type: Injectable,
|
|
1988
1988
|
args: [{
|
|
1989
1989
|
providedIn: "root",
|
|
@@ -2125,7 +2125,7 @@ class JiraClientApiService {
|
|
|
2125
2125
|
responseType_ = "blob";
|
|
2126
2126
|
}
|
|
2127
2127
|
}
|
|
2128
|
-
let localVarPath = `/api/v1/jira-client/create-project
|
|
2128
|
+
let localVarPath = `/api/v1/jira-client/create-project/`;
|
|
2129
2129
|
return this.httpClient.request("post", `${this.configuration.basePath}${localVarPath}`, {
|
|
2130
2130
|
context: localVarHttpContext,
|
|
2131
2131
|
body: createJiraProjectRequestDto,
|
|
@@ -2137,10 +2137,10 @@ class JiraClientApiService {
|
|
|
2137
2137
|
reportProgress: reportProgress,
|
|
2138
2138
|
});
|
|
2139
2139
|
}
|
|
2140
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2141
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
2140
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: JiraClientApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2141
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: JiraClientApiService, providedIn: "root" });
|
|
2142
2142
|
}
|
|
2143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: JiraClientApiService, decorators: [{
|
|
2144
2144
|
type: Injectable,
|
|
2145
2145
|
args: [{
|
|
2146
2146
|
providedIn: "root",
|
|
@@ -2353,10 +2353,10 @@ class JiraInstancesApiService {
|
|
|
2353
2353
|
reportProgress: reportProgress,
|
|
2354
2354
|
});
|
|
2355
2355
|
}
|
|
2356
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2357
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
2356
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: JiraInstancesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2357
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: JiraInstancesApiService, providedIn: "root" });
|
|
2358
2358
|
}
|
|
2359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: JiraInstancesApiService, decorators: [{
|
|
2360
2360
|
type: Injectable,
|
|
2361
2361
|
args: [{
|
|
2362
2362
|
providedIn: "root",
|
|
@@ -2790,10 +2790,10 @@ class LocationsApiService {
|
|
|
2790
2790
|
reportProgress: reportProgress,
|
|
2791
2791
|
});
|
|
2792
2792
|
}
|
|
2793
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2794
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
2793
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LocationsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2794
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LocationsApiService, providedIn: "root" });
|
|
2795
2795
|
}
|
|
2796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: LocationsApiService, decorators: [{
|
|
2797
2797
|
type: Injectable,
|
|
2798
2798
|
args: [{
|
|
2799
2799
|
providedIn: "root",
|
|
@@ -2920,7 +2920,7 @@ class PermissionDataApiService {
|
|
|
2920
2920
|
responseType_ = "blob";
|
|
2921
2921
|
}
|
|
2922
2922
|
}
|
|
2923
|
-
let localVarPath = `/api/v1/permission-data
|
|
2923
|
+
let localVarPath = `/api/v1/permission-data/`;
|
|
2924
2924
|
return this.httpClient.request("get", `${this.configuration.basePath}${localVarPath}`, {
|
|
2925
2925
|
context: localVarHttpContext,
|
|
2926
2926
|
responseType: responseType_,
|
|
@@ -2931,10 +2931,10 @@ class PermissionDataApiService {
|
|
|
2931
2931
|
reportProgress: reportProgress,
|
|
2932
2932
|
});
|
|
2933
2933
|
}
|
|
2934
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2935
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
2934
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: PermissionDataApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2935
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: PermissionDataApiService, providedIn: "root" });
|
|
2936
2936
|
}
|
|
2937
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2937
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: PermissionDataApiService, decorators: [{
|
|
2938
2938
|
type: Injectable,
|
|
2939
2939
|
args: [{
|
|
2940
2940
|
providedIn: "root",
|
|
@@ -3140,10 +3140,10 @@ class ProfileApiService {
|
|
|
3140
3140
|
reportProgress: reportProgress,
|
|
3141
3141
|
});
|
|
3142
3142
|
}
|
|
3143
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3144
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
3143
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ProfileApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3144
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ProfileApiService, providedIn: "root" });
|
|
3145
3145
|
}
|
|
3146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ProfileApiService, decorators: [{
|
|
3147
3147
|
type: Injectable,
|
|
3148
3148
|
args: [{
|
|
3149
3149
|
providedIn: "root",
|
|
@@ -3356,10 +3356,10 @@ class ProjectsApiService {
|
|
|
3356
3356
|
reportProgress: reportProgress,
|
|
3357
3357
|
});
|
|
3358
3358
|
}
|
|
3359
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3360
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
3359
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ProjectsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3360
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ProjectsApiService, providedIn: "root" });
|
|
3361
3361
|
}
|
|
3362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3362
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ProjectsApiService, decorators: [{
|
|
3363
3363
|
type: Injectable,
|
|
3364
3364
|
args: [{
|
|
3365
3365
|
providedIn: "root",
|
|
@@ -3793,10 +3793,10 @@ class RolesApiService {
|
|
|
3793
3793
|
reportProgress: reportProgress,
|
|
3794
3794
|
});
|
|
3795
3795
|
}
|
|
3796
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3797
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
3796
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: RolesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3797
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: RolesApiService, providedIn: "root" });
|
|
3798
3798
|
}
|
|
3799
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3799
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: RolesApiService, decorators: [{
|
|
3800
3800
|
type: Injectable,
|
|
3801
3801
|
args: [{
|
|
3802
3802
|
providedIn: "root",
|
|
@@ -3950,10 +3950,10 @@ class S3ApiService {
|
|
|
3950
3950
|
reportProgress: reportProgress,
|
|
3951
3951
|
});
|
|
3952
3952
|
}
|
|
3953
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3954
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
3953
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: S3ApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3954
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: S3ApiService, providedIn: "root" });
|
|
3955
3955
|
}
|
|
3956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: S3ApiService, decorators: [{
|
|
3957
3957
|
type: Injectable,
|
|
3958
3958
|
args: [{
|
|
3959
3959
|
providedIn: "root",
|
|
@@ -4147,10 +4147,10 @@ class SearchPeriodsApiService {
|
|
|
4147
4147
|
reportProgress: reportProgress,
|
|
4148
4148
|
});
|
|
4149
4149
|
}
|
|
4150
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4151
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
4150
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: SearchPeriodsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4151
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: SearchPeriodsApiService, providedIn: "root" });
|
|
4152
4152
|
}
|
|
4153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: SearchPeriodsApiService, decorators: [{
|
|
4154
4154
|
type: Injectable,
|
|
4155
4155
|
args: [{
|
|
4156
4156
|
providedIn: "root",
|
|
@@ -4282,7 +4282,7 @@ class SsoApiService {
|
|
|
4282
4282
|
responseType_ = "blob";
|
|
4283
4283
|
}
|
|
4284
4284
|
}
|
|
4285
|
-
let localVarPath = `/api/v1/sso/code-exchange
|
|
4285
|
+
let localVarPath = `/api/v1/sso/code-exchange/`;
|
|
4286
4286
|
return this.httpClient.request("post", `${this.configuration.basePath}${localVarPath}`, {
|
|
4287
4287
|
context: localVarHttpContext,
|
|
4288
4288
|
body: openIDCodeExchangeRequestDto,
|
|
@@ -4340,7 +4340,7 @@ class SsoApiService {
|
|
|
4340
4340
|
responseType_ = "blob";
|
|
4341
4341
|
}
|
|
4342
4342
|
}
|
|
4343
|
-
let localVarPath = `/api/v1/sso/debug
|
|
4343
|
+
let localVarPath = `/api/v1/sso/debug/`;
|
|
4344
4344
|
return this.httpClient.request("post", `${this.configuration.basePath}${localVarPath}`, {
|
|
4345
4345
|
context: localVarHttpContext,
|
|
4346
4346
|
body: debugLoginRequestDto,
|
|
@@ -4395,7 +4395,7 @@ class SsoApiService {
|
|
|
4395
4395
|
responseType_ = "blob";
|
|
4396
4396
|
}
|
|
4397
4397
|
}
|
|
4398
|
-
let localVarPath = `/api/v1/sso/start
|
|
4398
|
+
let localVarPath = `/api/v1/sso/start/`;
|
|
4399
4399
|
return this.httpClient.request("post", `${this.configuration.basePath}${localVarPath}`, {
|
|
4400
4400
|
context: localVarHttpContext,
|
|
4401
4401
|
body: loginOpenIDRequestDto,
|
|
@@ -4407,10 +4407,10 @@ class SsoApiService {
|
|
|
4407
4407
|
reportProgress: reportProgress,
|
|
4408
4408
|
});
|
|
4409
4409
|
}
|
|
4410
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4411
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
4410
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: SsoApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4411
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: SsoApiService, providedIn: "root" });
|
|
4412
4412
|
}
|
|
4413
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: SsoApiService, decorators: [{
|
|
4414
4414
|
type: Injectable,
|
|
4415
4415
|
args: [{
|
|
4416
4416
|
providedIn: "root",
|
|
@@ -4612,10 +4612,10 @@ class TokenApiService {
|
|
|
4612
4612
|
reportProgress: reportProgress,
|
|
4613
4613
|
});
|
|
4614
4614
|
}
|
|
4615
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4616
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
4615
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TokenApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4616
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TokenApiService, providedIn: "root" });
|
|
4617
4617
|
}
|
|
4618
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4618
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: TokenApiService, decorators: [{
|
|
4619
4619
|
type: Injectable,
|
|
4620
4620
|
args: [{
|
|
4621
4621
|
providedIn: "root",
|
|
@@ -5035,10 +5035,10 @@ class UserCapacitiesApiService {
|
|
|
5035
5035
|
reportProgress: reportProgress,
|
|
5036
5036
|
});
|
|
5037
5037
|
}
|
|
5038
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5039
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
5038
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UserCapacitiesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5039
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UserCapacitiesApiService, providedIn: "root" });
|
|
5040
5040
|
}
|
|
5041
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5041
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UserCapacitiesApiService, decorators: [{
|
|
5042
5042
|
type: Injectable,
|
|
5043
5043
|
args: [{
|
|
5044
5044
|
providedIn: "root",
|
|
@@ -5371,10 +5371,10 @@ class UserLoginsApiService {
|
|
|
5371
5371
|
reportProgress: reportProgress,
|
|
5372
5372
|
});
|
|
5373
5373
|
}
|
|
5374
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5375
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
5374
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UserLoginsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5375
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UserLoginsApiService, providedIn: "root" });
|
|
5376
5376
|
}
|
|
5377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UserLoginsApiService, decorators: [{
|
|
5378
5378
|
type: Injectable,
|
|
5379
5379
|
args: [{
|
|
5380
5380
|
providedIn: "root",
|
|
@@ -5587,10 +5587,10 @@ class UserPeriodsApiService {
|
|
|
5587
5587
|
reportProgress: reportProgress,
|
|
5588
5588
|
});
|
|
5589
5589
|
}
|
|
5590
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5591
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
5590
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UserPeriodsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5591
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UserPeriodsApiService, providedIn: "root" });
|
|
5592
5592
|
}
|
|
5593
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5593
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UserPeriodsApiService, decorators: [{
|
|
5594
5594
|
type: Injectable,
|
|
5595
5595
|
args: [{
|
|
5596
5596
|
providedIn: "root",
|
|
@@ -5797,10 +5797,10 @@ class UserTimezoneSettingApiService {
|
|
|
5797
5797
|
reportProgress: reportProgress,
|
|
5798
5798
|
});
|
|
5799
5799
|
}
|
|
5800
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
5801
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
5800
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UserTimezoneSettingApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5801
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UserTimezoneSettingApiService, providedIn: "root" });
|
|
5802
5802
|
}
|
|
5803
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5803
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UserTimezoneSettingApiService, decorators: [{
|
|
5804
5804
|
type: Injectable,
|
|
5805
5805
|
args: [{
|
|
5806
5806
|
providedIn: "root",
|
|
@@ -6035,10 +6035,10 @@ class UserTimezonesApiService {
|
|
|
6035
6035
|
reportProgress: reportProgress,
|
|
6036
6036
|
});
|
|
6037
6037
|
}
|
|
6038
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
6039
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
6038
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UserTimezonesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6039
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UserTimezonesApiService, providedIn: "root" });
|
|
6040
6040
|
}
|
|
6041
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
6041
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UserTimezonesApiService, decorators: [{
|
|
6042
6042
|
type: Injectable,
|
|
6043
6043
|
args: [{
|
|
6044
6044
|
providedIn: "root",
|
|
@@ -6439,10 +6439,10 @@ class UsersApiService {
|
|
|
6439
6439
|
reportProgress: reportProgress,
|
|
6440
6440
|
});
|
|
6441
6441
|
}
|
|
6442
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
6443
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
6442
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UsersApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6443
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UsersApiService, providedIn: "root" });
|
|
6444
6444
|
}
|
|
6445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
6445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: UsersApiService, decorators: [{
|
|
6446
6446
|
type: Injectable,
|
|
6447
6447
|
args: [{
|
|
6448
6448
|
providedIn: "root",
|
|
@@ -6862,10 +6862,10 @@ class VendorsApiService {
|
|
|
6862
6862
|
reportProgress: reportProgress,
|
|
6863
6863
|
});
|
|
6864
6864
|
}
|
|
6865
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
6866
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
6865
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: VendorsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6866
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: VendorsApiService, providedIn: "root" });
|
|
6867
6867
|
}
|
|
6868
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
6868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: VendorsApiService, decorators: [{
|
|
6869
6869
|
type: Injectable,
|
|
6870
6870
|
args: [{
|
|
6871
6871
|
providedIn: "root",
|
|
@@ -7003,10 +7003,10 @@ class WhoAmIApiService {
|
|
|
7003
7003
|
reportProgress: reportProgress,
|
|
7004
7004
|
});
|
|
7005
7005
|
}
|
|
7006
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7007
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
7006
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: WhoAmIApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7007
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: WhoAmIApiService, providedIn: "root" });
|
|
7008
7008
|
}
|
|
7009
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
7009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: WhoAmIApiService, decorators: [{
|
|
7010
7010
|
type: Injectable,
|
|
7011
7011
|
args: [{
|
|
7012
7012
|
providedIn: "root",
|
|
@@ -7440,10 +7440,10 @@ class WorkTypesApiService {
|
|
|
7440
7440
|
reportProgress: reportProgress,
|
|
7441
7441
|
});
|
|
7442
7442
|
}
|
|
7443
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7444
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
7443
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: WorkTypesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7444
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: WorkTypesApiService, providedIn: "root" });
|
|
7445
7445
|
}
|
|
7446
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
7446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: WorkTypesApiService, decorators: [{
|
|
7447
7447
|
type: Injectable,
|
|
7448
7448
|
args: [{
|
|
7449
7449
|
providedIn: "root",
|
|
@@ -14648,11 +14648,11 @@ class ApiModule {
|
|
|
14648
14648
|
"See also https://github.com/angular/angular/issues/20575");
|
|
14649
14649
|
}
|
|
14650
14650
|
}
|
|
14651
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
14652
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
14653
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
14651
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiModule, deps: [{ token: ApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14652
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: ApiModule });
|
|
14653
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiModule });
|
|
14654
14654
|
}
|
|
14655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
14655
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiModule, decorators: [{
|
|
14656
14656
|
type: NgModule,
|
|
14657
14657
|
args: [{
|
|
14658
14658
|
imports: [],
|