@aya-flights/ngx-goox-lib 2.19.191 → 2.19.192
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/fesm2022/aya-flights-ngx-goox-lib.mjs +109 -109
- package/package.json +1 -1
|
@@ -5114,10 +5114,10 @@ class RestUtil {
|
|
|
5114
5114
|
}
|
|
5115
5115
|
return contentType;
|
|
5116
5116
|
}
|
|
5117
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5118
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5117
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RestUtil, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5118
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RestUtil }); }
|
|
5119
5119
|
}
|
|
5120
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: RestUtil, decorators: [{
|
|
5121
5121
|
type: Injectable
|
|
5122
5122
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
5123
5123
|
|
|
@@ -5129,10 +5129,10 @@ class GooxConfig {
|
|
|
5129
5129
|
constructor() {
|
|
5130
5130
|
this.api = '';
|
|
5131
5131
|
}
|
|
5132
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5133
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5132
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: GooxConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5133
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: GooxConfig }); }
|
|
5134
5134
|
}
|
|
5135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: GooxConfig, decorators: [{
|
|
5136
5136
|
type: Injectable
|
|
5137
5137
|
}] });
|
|
5138
5138
|
|
|
@@ -5307,10 +5307,10 @@ class AccountsEndPoint {
|
|
|
5307
5307
|
}
|
|
5308
5308
|
return this.rest.get(`${this.baseUrl}/${id}/documents`, ...params);
|
|
5309
5309
|
}
|
|
5310
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5311
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5310
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AccountsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5311
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AccountsEndPoint }); }
|
|
5312
5312
|
}
|
|
5313
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AccountsEndPoint, decorators: [{
|
|
5314
5314
|
type: Injectable
|
|
5315
5315
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
5316
5316
|
type: Inject,
|
|
@@ -5608,10 +5608,10 @@ class FlightsEndPoint {
|
|
|
5608
5608
|
setPostFlight(body) {
|
|
5609
5609
|
return this.rest.post(`${this.baseUrl}/post-flight`, typeof body === 'object' ? JSON.stringify(body) : body);
|
|
5610
5610
|
}
|
|
5611
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5612
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5611
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: FlightsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5612
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: FlightsEndPoint }); }
|
|
5613
5613
|
}
|
|
5614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5614
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: FlightsEndPoint, decorators: [{
|
|
5615
5615
|
type: Injectable
|
|
5616
5616
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
5617
5617
|
type: Inject,
|
|
@@ -5696,10 +5696,10 @@ class GroupsEndPoint {
|
|
|
5696
5696
|
}
|
|
5697
5697
|
return this.rest.get(`${this.baseUrl}/lookup`, ...params);
|
|
5698
5698
|
}
|
|
5699
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5700
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5699
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: GroupsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5700
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: GroupsEndPoint }); }
|
|
5701
5701
|
}
|
|
5702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5702
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: GroupsEndPoint, decorators: [{
|
|
5703
5703
|
type: Injectable
|
|
5704
5704
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
5705
5705
|
type: Inject,
|
|
@@ -5891,10 +5891,10 @@ class LeadsEndPoint {
|
|
|
5891
5891
|
countBySource(year, month) {
|
|
5892
5892
|
return this.rest.get(`${this.baseUrl}/count-by-source/${year}/${month}`);
|
|
5893
5893
|
}
|
|
5894
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5895
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5894
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: LeadsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5895
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: LeadsEndPoint }); }
|
|
5896
5896
|
}
|
|
5897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: LeadsEndPoint, decorators: [{
|
|
5898
5898
|
type: Injectable
|
|
5899
5899
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
5900
5900
|
type: Inject,
|
|
@@ -5987,10 +5987,10 @@ class MaintenancesEndPoint {
|
|
|
5987
5987
|
deleteReference(id) {
|
|
5988
5988
|
return this.rest.delete(`${this.baseUrl}/${id}/reference`);
|
|
5989
5989
|
}
|
|
5990
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
5991
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
5990
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MaintenancesEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5991
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MaintenancesEndPoint }); }
|
|
5992
5992
|
}
|
|
5993
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
5993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MaintenancesEndPoint, decorators: [{
|
|
5994
5994
|
type: Injectable
|
|
5995
5995
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
5996
5996
|
type: Inject,
|
|
@@ -6093,10 +6093,10 @@ class UsersEndPoint {
|
|
|
6093
6093
|
groupsLookup() {
|
|
6094
6094
|
return this.rest.get(`${this.baseUrl}/groups-lookup`);
|
|
6095
6095
|
}
|
|
6096
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6097
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6096
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: UsersEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6097
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: UsersEndPoint }); }
|
|
6098
6098
|
}
|
|
6099
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6099
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: UsersEndPoint, decorators: [{
|
|
6100
6100
|
type: Injectable
|
|
6101
6101
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
6102
6102
|
type: Inject,
|
|
@@ -6143,10 +6143,10 @@ class MyAuthEndPoint {
|
|
|
6143
6143
|
getNotifications() {
|
|
6144
6144
|
return this.rest.get(`${this.baseUrl}/notifications`);
|
|
6145
6145
|
}
|
|
6146
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6147
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6146
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyAuthEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6147
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyAuthEndPoint }); }
|
|
6148
6148
|
}
|
|
6149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyAuthEndPoint, decorators: [{
|
|
6150
6150
|
type: Injectable
|
|
6151
6151
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
6152
6152
|
type: Inject,
|
|
@@ -6255,10 +6255,10 @@ class AuditLogsEndPoint {
|
|
|
6255
6255
|
}
|
|
6256
6256
|
return this.rest.get(`${this.baseUrl}/histogram`, ...params);
|
|
6257
6257
|
}
|
|
6258
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6259
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6258
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AuditLogsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6259
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AuditLogsEndPoint }); }
|
|
6260
6260
|
}
|
|
6261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AuditLogsEndPoint, decorators: [{
|
|
6262
6262
|
type: Injectable
|
|
6263
6263
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
6264
6264
|
type: Inject,
|
|
@@ -6343,10 +6343,10 @@ class CampaignsEndPoint {
|
|
|
6343
6343
|
}
|
|
6344
6344
|
return this.rest.get(`${this.baseUrl}/lookup`, ...params);
|
|
6345
6345
|
}
|
|
6346
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6347
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6346
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CampaignsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6347
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CampaignsEndPoint }); }
|
|
6348
6348
|
}
|
|
6349
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6349
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CampaignsEndPoint, decorators: [{
|
|
6350
6350
|
type: Injectable
|
|
6351
6351
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
6352
6352
|
type: Inject,
|
|
@@ -6439,10 +6439,10 @@ class CertificatesEndPoint {
|
|
|
6439
6439
|
deleteReference(id) {
|
|
6440
6440
|
return this.rest.delete(`${this.baseUrl}/${id}/reference`);
|
|
6441
6441
|
}
|
|
6442
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6443
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6442
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CertificatesEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6443
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CertificatesEndPoint }); }
|
|
6444
6444
|
}
|
|
6445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CertificatesEndPoint, decorators: [{
|
|
6446
6446
|
type: Injectable
|
|
6447
6447
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
6448
6448
|
type: Inject,
|
|
@@ -6518,10 +6518,10 @@ class LookupsEndPoint {
|
|
|
6518
6518
|
}
|
|
6519
6519
|
return this.rest.get(`${this.baseUrl}/group`, ...params);
|
|
6520
6520
|
}
|
|
6521
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6522
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6521
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: LookupsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6522
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: LookupsEndPoint }); }
|
|
6523
6523
|
}
|
|
6524
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: LookupsEndPoint, decorators: [{
|
|
6525
6525
|
type: Injectable
|
|
6526
6526
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
6527
6527
|
type: Inject,
|
|
@@ -6599,10 +6599,10 @@ class SyllabusEndPoint {
|
|
|
6599
6599
|
getStudentPlan(id) {
|
|
6600
6600
|
return this.rest.get(`${this.baseUrl}/spl-plan/${id}`);
|
|
6601
6601
|
}
|
|
6602
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6603
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6602
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SyllabusEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6603
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SyllabusEndPoint }); }
|
|
6604
6604
|
}
|
|
6605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SyllabusEndPoint, decorators: [{
|
|
6606
6606
|
type: Injectable
|
|
6607
6607
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
6608
6608
|
type: Inject,
|
|
@@ -6728,10 +6728,10 @@ class MyFlightsEndPoint {
|
|
|
6728
6728
|
downloadStudentSheetXlsx() {
|
|
6729
6729
|
return this.rest.download(`export`, `${this.baseUrl}student-sheet/xlsx`);
|
|
6730
6730
|
}
|
|
6731
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6732
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6731
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyFlightsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6732
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyFlightsEndPoint }); }
|
|
6733
6733
|
}
|
|
6734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6734
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyFlightsEndPoint, decorators: [{
|
|
6735
6735
|
type: Injectable
|
|
6736
6736
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
6737
6737
|
type: Inject,
|
|
@@ -6859,10 +6859,10 @@ class BookingSlotsEndPoint {
|
|
|
6859
6859
|
}
|
|
6860
6860
|
return this.rest.post(`${this.baseUrl}/unbook`, '', ...params);
|
|
6861
6861
|
}
|
|
6862
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6863
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6862
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: BookingSlotsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6863
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: BookingSlotsEndPoint }); }
|
|
6864
6864
|
}
|
|
6865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: BookingSlotsEndPoint, decorators: [{
|
|
6866
6866
|
type: Injectable
|
|
6867
6867
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
6868
6868
|
type: Inject,
|
|
@@ -6960,10 +6960,10 @@ class DocumentsEndPoint {
|
|
|
6960
6960
|
}
|
|
6961
6961
|
return this.rest.get(`${this.baseUrl}/library`, ...params);
|
|
6962
6962
|
}
|
|
6963
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
6964
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
6963
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DocumentsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6964
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DocumentsEndPoint }); }
|
|
6965
6965
|
}
|
|
6966
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
6966
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DocumentsEndPoint, decorators: [{
|
|
6967
6967
|
type: Injectable
|
|
6968
6968
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
6969
6969
|
type: Inject,
|
|
@@ -7032,10 +7032,10 @@ class PriceListEndPoint {
|
|
|
7032
7032
|
}
|
|
7033
7033
|
return this.rest.get(`${this.baseUrl}`, ...params);
|
|
7034
7034
|
}
|
|
7035
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7036
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7035
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: PriceListEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7036
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: PriceListEndPoint }); }
|
|
7037
7037
|
}
|
|
7038
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: PriceListEndPoint, decorators: [{
|
|
7039
7039
|
type: Injectable
|
|
7040
7040
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
7041
7041
|
type: Inject,
|
|
@@ -7059,10 +7059,10 @@ class UserEndPoint {
|
|
|
7059
7059
|
authorize(body) {
|
|
7060
7060
|
return this.rest.post(`${this.baseUrl}/authorize`, typeof body === 'object' ? JSON.stringify(body) : body);
|
|
7061
7061
|
}
|
|
7062
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7063
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7062
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: UserEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7063
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: UserEndPoint }); }
|
|
7064
7064
|
}
|
|
7065
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7065
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: UserEndPoint, decorators: [{
|
|
7066
7066
|
type: Injectable
|
|
7067
7067
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
7068
7068
|
type: Inject,
|
|
@@ -7152,10 +7152,10 @@ class MyCertificatesEndPoint {
|
|
|
7152
7152
|
deleteReference(id) {
|
|
7153
7153
|
return this.rest.delete(`${this.baseUrl}/${id}/reference`);
|
|
7154
7154
|
}
|
|
7155
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7156
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7155
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyCertificatesEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7156
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyCertificatesEndPoint }); }
|
|
7157
7157
|
}
|
|
7158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyCertificatesEndPoint, decorators: [{
|
|
7159
7159
|
type: Injectable
|
|
7160
7160
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
7161
7161
|
type: Inject,
|
|
@@ -7387,10 +7387,10 @@ class ContactsEndPoint {
|
|
|
7387
7387
|
downloadStudentSheetCsv(id) {
|
|
7388
7388
|
return this.rest.download(`export`, `${this.baseUrl}/${id}/student-sheet/csv`);
|
|
7389
7389
|
}
|
|
7390
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7391
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7390
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ContactsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7391
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ContactsEndPoint }); }
|
|
7392
7392
|
}
|
|
7393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7393
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ContactsEndPoint, decorators: [{
|
|
7394
7394
|
type: Injectable
|
|
7395
7395
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
7396
7396
|
type: Inject,
|
|
@@ -7413,10 +7413,10 @@ class SystemEndPoint {
|
|
|
7413
7413
|
lookup(entity, id) {
|
|
7414
7414
|
return this.rest.get(`${this.baseUrl}/lookup/${entity}/${id}`);
|
|
7415
7415
|
}
|
|
7416
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7417
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7416
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SystemEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7417
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SystemEndPoint }); }
|
|
7418
7418
|
}
|
|
7419
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SystemEndPoint, decorators: [{
|
|
7420
7420
|
type: Injectable
|
|
7421
7421
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
7422
7422
|
type: Inject,
|
|
@@ -7553,10 +7553,10 @@ class MyBookingsEndPoint {
|
|
|
7553
7553
|
getAirplane(id) {
|
|
7554
7554
|
return this.rest.get(`${this.baseUrl}/airplanes/${id}`);
|
|
7555
7555
|
}
|
|
7556
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7557
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7556
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyBookingsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7557
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyBookingsEndPoint }); }
|
|
7558
7558
|
}
|
|
7559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyBookingsEndPoint, decorators: [{
|
|
7560
7560
|
type: Injectable
|
|
7561
7561
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
7562
7562
|
type: Inject,
|
|
@@ -7650,10 +7650,10 @@ class SystemMessagesEndPoint {
|
|
|
7650
7650
|
publish(id) {
|
|
7651
7651
|
return this.rest.post(`${this.baseUrl}/${id}/publish`, '');
|
|
7652
7652
|
}
|
|
7653
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7654
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7653
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SystemMessagesEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7654
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SystemMessagesEndPoint }); }
|
|
7655
7655
|
}
|
|
7656
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SystemMessagesEndPoint, decorators: [{
|
|
7657
7657
|
type: Injectable
|
|
7658
7658
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
7659
7659
|
type: Inject,
|
|
@@ -7692,10 +7692,10 @@ class MyCreditsEndPoint {
|
|
|
7692
7692
|
}
|
|
7693
7693
|
return this.rest.get(`${this.baseUrl}`, ...params);
|
|
7694
7694
|
}
|
|
7695
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7696
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7695
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyCreditsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7696
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyCreditsEndPoint }); }
|
|
7697
7697
|
}
|
|
7698
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7698
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyCreditsEndPoint, decorators: [{
|
|
7699
7699
|
type: Injectable
|
|
7700
7700
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
7701
7701
|
type: Inject,
|
|
@@ -7780,10 +7780,10 @@ class ContactsGroupsEndPoint {
|
|
|
7780
7780
|
}
|
|
7781
7781
|
return this.rest.get(`${this.baseUrl}/lookup`, ...params);
|
|
7782
7782
|
}
|
|
7783
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7784
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7783
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ContactsGroupsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7784
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ContactsGroupsEndPoint }); }
|
|
7785
7785
|
}
|
|
7786
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7786
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ContactsGroupsEndPoint, decorators: [{
|
|
7787
7787
|
type: Injectable
|
|
7788
7788
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
7789
7789
|
type: Inject,
|
|
@@ -7968,10 +7968,10 @@ class AirplanesEndPoint {
|
|
|
7968
7968
|
}
|
|
7969
7969
|
return this.rest.get(`${this.baseUrl}/${id}/maintenance`, ...params);
|
|
7970
7970
|
}
|
|
7971
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
7972
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
7971
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AirplanesEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7972
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AirplanesEndPoint }); }
|
|
7973
7973
|
}
|
|
7974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
7974
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AirplanesEndPoint, decorators: [{
|
|
7975
7975
|
type: Injectable
|
|
7976
7976
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
7977
7977
|
type: Inject,
|
|
@@ -8010,10 +8010,10 @@ class MyInfoEndPoint {
|
|
|
8010
8010
|
metar() {
|
|
8011
8011
|
return this.rest.get(`${this.baseUrl}/metar`);
|
|
8012
8012
|
}
|
|
8013
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8014
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
8013
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyInfoEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8014
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyInfoEndPoint }); }
|
|
8015
8015
|
}
|
|
8016
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8016
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyInfoEndPoint, decorators: [{
|
|
8017
8017
|
type: Injectable
|
|
8018
8018
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
8019
8019
|
type: Inject,
|
|
@@ -8048,10 +8048,10 @@ class MyMessagesEndPoint {
|
|
|
8048
8048
|
confirm(id) {
|
|
8049
8049
|
return this.rest.post(`${this.baseUrl}/${id}`, '');
|
|
8050
8050
|
}
|
|
8051
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8052
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
8051
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyMessagesEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8052
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyMessagesEndPoint }); }
|
|
8053
8053
|
}
|
|
8054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8054
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyMessagesEndPoint, decorators: [{
|
|
8055
8055
|
type: Injectable
|
|
8056
8056
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
8057
8057
|
type: Inject,
|
|
@@ -8102,10 +8102,10 @@ class MyStudentsEndPoint {
|
|
|
8102
8102
|
downloadStudentSheetCsv(id) {
|
|
8103
8103
|
return this.rest.download(`export`, `${this.baseUrl}/${id}/student-sheet/csv`);
|
|
8104
8104
|
}
|
|
8105
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8106
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
8105
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyStudentsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8106
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyStudentsEndPoint }); }
|
|
8107
8107
|
}
|
|
8108
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MyStudentsEndPoint, decorators: [{
|
|
8109
8109
|
type: Injectable
|
|
8110
8110
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
8111
8111
|
type: Inject,
|
|
@@ -8295,10 +8295,10 @@ class BookingsEndPoint {
|
|
|
8295
8295
|
launch(body) {
|
|
8296
8296
|
return this.rest.post(`${this.baseUrl}/launch`, typeof body === 'object' ? JSON.stringify(body) : body);
|
|
8297
8297
|
}
|
|
8298
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8299
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
8298
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: BookingsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8299
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: BookingsEndPoint }); }
|
|
8300
8300
|
}
|
|
8301
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: BookingsEndPoint, decorators: [{
|
|
8302
8302
|
type: Injectable
|
|
8303
8303
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
8304
8304
|
type: Inject,
|
|
@@ -8388,10 +8388,10 @@ class CreditsEndPoint {
|
|
|
8388
8388
|
recalculateCreditsForFlights(accountId) {
|
|
8389
8389
|
return this.rest.post(`${this.baseUrl}/fill-credits-for-flights/${accountId}`, '');
|
|
8390
8390
|
}
|
|
8391
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8392
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
8391
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CreditsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8392
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CreditsEndPoint }); }
|
|
8393
8393
|
}
|
|
8394
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8394
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: CreditsEndPoint, decorators: [{
|
|
8395
8395
|
type: Injectable
|
|
8396
8396
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
8397
8397
|
type: Inject,
|
|
@@ -8460,10 +8460,10 @@ class FlightTicketsEndPoint {
|
|
|
8460
8460
|
}
|
|
8461
8461
|
return this.rest.get(`${this.baseUrl}`, ...params);
|
|
8462
8462
|
}
|
|
8463
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8464
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
8463
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: FlightTicketsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8464
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: FlightTicketsEndPoint }); }
|
|
8465
8465
|
}
|
|
8466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8466
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: FlightTicketsEndPoint, decorators: [{
|
|
8467
8467
|
type: Injectable
|
|
8468
8468
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
8469
8469
|
type: Inject,
|
|
@@ -8556,10 +8556,10 @@ class MessageConfirmsEndPoint {
|
|
|
8556
8556
|
confirmContactMessage(id, msgId) {
|
|
8557
8557
|
return this.rest.post(`${this.baseUrl}/${id}/messages/${msgId}`, '');
|
|
8558
8558
|
}
|
|
8559
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8560
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
8559
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MessageConfirmsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8560
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MessageConfirmsEndPoint }); }
|
|
8561
8561
|
}
|
|
8562
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8562
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MessageConfirmsEndPoint, decorators: [{
|
|
8563
8563
|
type: Injectable
|
|
8564
8564
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
8565
8565
|
type: Inject,
|
|
@@ -8619,10 +8619,10 @@ class SystemConfigsEndPoint {
|
|
|
8619
8619
|
}
|
|
8620
8620
|
return this.rest.get(`${this.baseUrl}`, ...params);
|
|
8621
8621
|
}
|
|
8622
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
8623
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
8622
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SystemConfigsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8623
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SystemConfigsEndPoint }); }
|
|
8624
8624
|
}
|
|
8625
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
8625
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SystemConfigsEndPoint, decorators: [{
|
|
8626
8626
|
type: Injectable
|
|
8627
8627
|
}], ctorParameters: () => [{ type: GooxConfig, decorators: [{
|
|
8628
8628
|
type: Inject,
|
|
@@ -9139,11 +9139,11 @@ class NgxGooxLibModule {
|
|
|
9139
9139
|
]
|
|
9140
9140
|
};
|
|
9141
9141
|
}
|
|
9142
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
9143
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
9144
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
9142
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NgxGooxLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9143
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule, HttpClientModule] }); }
|
|
9144
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule, HttpClientModule] }); }
|
|
9145
9145
|
}
|
|
9146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
9146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NgxGooxLibModule, decorators: [{
|
|
9147
9147
|
type: NgModule,
|
|
9148
9148
|
args: [{
|
|
9149
9149
|
imports: [CommonModule, HttpClientModule]
|