@aya-flights/ngx-goox-lib 1.19.48 → 1.19.50

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.
@@ -3933,10 +3933,10 @@ class RestUtil {
3933
3933
  }
3934
3934
  return contentType;
3935
3935
  }
3936
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: RestUtil, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
3937
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: RestUtil }); }
3936
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: RestUtil, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
3937
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: RestUtil }); }
3938
3938
  }
3939
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: RestUtil, decorators: [{
3939
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: RestUtil, decorators: [{
3940
3940
  type: Injectable
3941
3941
  }], ctorParameters: () => [{ type: i1.HttpClient }] });
3942
3942
 
@@ -3948,10 +3948,10 @@ class GooxConfig {
3948
3948
  constructor() {
3949
3949
  this.api = '';
3950
3950
  }
3951
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: GooxConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3952
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: GooxConfig }); }
3951
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: GooxConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3952
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: GooxConfig }); }
3953
3953
  }
3954
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: GooxConfig, decorators: [{
3954
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: GooxConfig, decorators: [{
3955
3955
  type: Injectable
3956
3956
  }] });
3957
3957
 
@@ -3983,10 +3983,10 @@ class MyAuthEndPoint {
3983
3983
  verifyCode(code) {
3984
3984
  return this.rest.post(`${this.baseUrl}/verify-code/${code}`, '');
3985
3985
  }
3986
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MyAuthEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
3987
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MyAuthEndPoint }); }
3986
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MyAuthEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
3987
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MyAuthEndPoint }); }
3988
3988
  }
3989
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MyAuthEndPoint, decorators: [{
3989
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MyAuthEndPoint, decorators: [{
3990
3990
  type: Injectable
3991
3991
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
3992
3992
  type: Inject,
@@ -4076,10 +4076,10 @@ class CertificatesEndPoint {
4076
4076
  deleteReference(id) {
4077
4077
  return this.rest.delete(`${this.baseUrl}/${id}/reference`);
4078
4078
  }
4079
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: CertificatesEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4080
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: CertificatesEndPoint }); }
4079
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CertificatesEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4080
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CertificatesEndPoint }); }
4081
4081
  }
4082
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: CertificatesEndPoint, decorators: [{
4082
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CertificatesEndPoint, decorators: [{
4083
4083
  type: Injectable
4084
4084
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
4085
4085
  type: Inject,
@@ -4311,10 +4311,10 @@ class ContactsEndPoint {
4311
4311
  downloadStudentSheetCsv(id) {
4312
4312
  return this.rest.download(`export`, `${this.baseUrl}/${id}/student-sheet/csv`);
4313
4313
  }
4314
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: ContactsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4315
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: ContactsEndPoint }); }
4314
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ContactsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4315
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ContactsEndPoint }); }
4316
4316
  }
4317
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: ContactsEndPoint, decorators: [{
4317
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ContactsEndPoint, decorators: [{
4318
4318
  type: Injectable
4319
4319
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
4320
4320
  type: Inject,
@@ -4374,10 +4374,10 @@ class SystemConfigsEndPoint {
4374
4374
  }
4375
4375
  return this.rest.get(`${this.baseUrl}`, ...params);
4376
4376
  }
4377
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: SystemConfigsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4378
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: SystemConfigsEndPoint }); }
4377
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SystemConfigsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4378
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SystemConfigsEndPoint }); }
4379
4379
  }
4380
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: SystemConfigsEndPoint, decorators: [{
4380
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SystemConfigsEndPoint, decorators: [{
4381
4381
  type: Injectable
4382
4382
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
4383
4383
  type: Inject,
@@ -4556,10 +4556,10 @@ class AirplanesEndPoint {
4556
4556
  }
4557
4557
  return this.rest.get(`${this.baseUrl}/${id}/maintenance`, ...params);
4558
4558
  }
4559
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: AirplanesEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4560
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: AirplanesEndPoint }); }
4559
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: AirplanesEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4560
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: AirplanesEndPoint }); }
4561
4561
  }
4562
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: AirplanesEndPoint, decorators: [{
4562
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: AirplanesEndPoint, decorators: [{
4563
4563
  type: Injectable
4564
4564
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
4565
4565
  type: Inject,
@@ -4662,10 +4662,10 @@ class UsersEndPoint {
4662
4662
  groupsLookup() {
4663
4663
  return this.rest.get(`${this.baseUrl}/groups-lookup`);
4664
4664
  }
4665
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: UsersEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4666
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: UsersEndPoint }); }
4665
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: UsersEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4666
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: UsersEndPoint }); }
4667
4667
  }
4668
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: UsersEndPoint, decorators: [{
4668
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: UsersEndPoint, decorators: [{
4669
4669
  type: Injectable
4670
4670
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
4671
4671
  type: Inject,
@@ -4774,10 +4774,10 @@ class AuditLogsEndPoint {
4774
4774
  }
4775
4775
  return this.rest.get(`${this.baseUrl}/histogram`, ...params);
4776
4776
  }
4777
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: AuditLogsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4778
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: AuditLogsEndPoint }); }
4777
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: AuditLogsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4778
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: AuditLogsEndPoint }); }
4779
4779
  }
4780
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: AuditLogsEndPoint, decorators: [{
4780
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: AuditLogsEndPoint, decorators: [{
4781
4781
  type: Injectable
4782
4782
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
4783
4783
  type: Inject,
@@ -4856,10 +4856,10 @@ class BookingSlotsEndPoint {
4856
4856
  }
4857
4857
  return this.rest.get(`${this.baseUrl}/monthly`, ...params);
4858
4858
  }
4859
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: BookingSlotsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4860
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: BookingSlotsEndPoint }); }
4859
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: BookingSlotsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4860
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: BookingSlotsEndPoint }); }
4861
4861
  }
4862
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: BookingSlotsEndPoint, decorators: [{
4862
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: BookingSlotsEndPoint, decorators: [{
4863
4863
  type: Injectable
4864
4864
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
4865
4865
  type: Inject,
@@ -4928,10 +4928,10 @@ class PriceListEndPoint {
4928
4928
  }
4929
4929
  return this.rest.get(`${this.baseUrl}`, ...params);
4930
4930
  }
4931
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: PriceListEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4932
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: PriceListEndPoint }); }
4931
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: PriceListEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4932
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: PriceListEndPoint }); }
4933
4933
  }
4934
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: PriceListEndPoint, decorators: [{
4934
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: PriceListEndPoint, decorators: [{
4935
4935
  type: Injectable
4936
4936
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
4937
4937
  type: Inject,
@@ -4954,10 +4954,10 @@ class SystemEndPoint {
4954
4954
  lookup(entity, id) {
4955
4955
  return this.rest.get(`${this.baseUrl}/lookup/${entity}/${id}`);
4956
4956
  }
4957
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: SystemEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4958
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: SystemEndPoint }); }
4957
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SystemEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4958
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SystemEndPoint }); }
4959
4959
  }
4960
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: SystemEndPoint, decorators: [{
4960
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SystemEndPoint, decorators: [{
4961
4961
  type: Injectable
4962
4962
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
4963
4963
  type: Inject,
@@ -4981,10 +4981,10 @@ class UserEndPoint {
4981
4981
  authorize(body) {
4982
4982
  return this.rest.post(`${this.baseUrl}/authorize`, typeof body === 'object' ? JSON.stringify(body) : body);
4983
4983
  }
4984
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: UserEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4985
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: UserEndPoint }); }
4984
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: UserEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
4985
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: UserEndPoint }); }
4986
4986
  }
4987
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: UserEndPoint, decorators: [{
4987
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: UserEndPoint, decorators: [{
4988
4988
  type: Injectable
4989
4989
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
4990
4990
  type: Inject,
@@ -5069,10 +5069,10 @@ class MyFlightsEndPoint {
5069
5069
  setPostFlight(body) {
5070
5070
  return this.rest.post(`${this.baseUrl}/post-flight`, typeof body === 'object' ? JSON.stringify(body) : body);
5071
5071
  }
5072
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MyFlightsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5073
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MyFlightsEndPoint }); }
5072
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MyFlightsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5073
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MyFlightsEndPoint }); }
5074
5074
  }
5075
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MyFlightsEndPoint, decorators: [{
5075
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MyFlightsEndPoint, decorators: [{
5076
5076
  type: Injectable
5077
5077
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
5078
5078
  type: Inject,
@@ -5150,10 +5150,10 @@ class DocumentsEndPoint {
5150
5150
  linkedDocument(id) {
5151
5151
  return this.rest.get(`${this.baseUrl}/entity/${id}`);
5152
5152
  }
5153
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: DocumentsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5154
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: DocumentsEndPoint }); }
5153
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: DocumentsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5154
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: DocumentsEndPoint }); }
5155
5155
  }
5156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: DocumentsEndPoint, decorators: [{
5156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: DocumentsEndPoint, decorators: [{
5157
5157
  type: Injectable
5158
5158
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
5159
5159
  type: Inject,
@@ -5287,10 +5287,10 @@ class LeadsEndPoint {
5287
5287
  deleteAndGetActions(id) {
5288
5288
  return this.rest.delete(`${this.baseUrl}/delete_and_get_actions/${id}`);
5289
5289
  }
5290
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: LeadsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5291
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: LeadsEndPoint }); }
5290
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: LeadsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5291
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: LeadsEndPoint }); }
5292
5292
  }
5293
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: LeadsEndPoint, decorators: [{
5293
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: LeadsEndPoint, decorators: [{
5294
5294
  type: Injectable
5295
5295
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
5296
5296
  type: Inject,
@@ -5329,10 +5329,10 @@ class MyCreditsEndPoint {
5329
5329
  }
5330
5330
  return this.rest.get(`${this.baseUrl}`, ...params);
5331
5331
  }
5332
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MyCreditsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5333
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MyCreditsEndPoint }); }
5332
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MyCreditsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5333
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MyCreditsEndPoint }); }
5334
5334
  }
5335
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MyCreditsEndPoint, decorators: [{
5335
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MyCreditsEndPoint, decorators: [{
5336
5336
  type: Injectable
5337
5337
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
5338
5338
  type: Inject,
@@ -5502,10 +5502,10 @@ class AccountsEndPoint {
5502
5502
  }
5503
5503
  return this.rest.get(`${this.baseUrl}/${id}/documents`, ...params);
5504
5504
  }
5505
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: AccountsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5506
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: AccountsEndPoint }); }
5505
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: AccountsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5506
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: AccountsEndPoint }); }
5507
5507
  }
5508
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: AccountsEndPoint, decorators: [{
5508
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: AccountsEndPoint, decorators: [{
5509
5509
  type: Injectable
5510
5510
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
5511
5511
  type: Inject,
@@ -5590,10 +5590,10 @@ class CampaignsEndPoint {
5590
5590
  }
5591
5591
  return this.rest.get(`${this.baseUrl}/lookup`, ...params);
5592
5592
  }
5593
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: CampaignsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5594
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: CampaignsEndPoint }); }
5593
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CampaignsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5594
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CampaignsEndPoint }); }
5595
5595
  }
5596
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: CampaignsEndPoint, decorators: [{
5596
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CampaignsEndPoint, decorators: [{
5597
5597
  type: Injectable
5598
5598
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
5599
5599
  type: Inject,
@@ -5662,10 +5662,10 @@ class FlightTicketsEndPoint {
5662
5662
  }
5663
5663
  return this.rest.get(`${this.baseUrl}`, ...params);
5664
5664
  }
5665
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: FlightTicketsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5666
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: FlightTicketsEndPoint }); }
5665
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: FlightTicketsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5666
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: FlightTicketsEndPoint }); }
5667
5667
  }
5668
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: FlightTicketsEndPoint, decorators: [{
5668
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: FlightTicketsEndPoint, decorators: [{
5669
5669
  type: Injectable
5670
5670
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
5671
5671
  type: Inject,
@@ -5749,10 +5749,10 @@ class CreditsEndPoint {
5749
5749
  deleteReference(id) {
5750
5750
  return this.rest.delete(`${this.baseUrl}/${id}/reference`);
5751
5751
  }
5752
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: CreditsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5753
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: CreditsEndPoint }); }
5752
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CreditsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5753
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CreditsEndPoint }); }
5754
5754
  }
5755
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: CreditsEndPoint, decorators: [{
5755
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CreditsEndPoint, decorators: [{
5756
5756
  type: Injectable
5757
5757
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
5758
5758
  type: Inject,
@@ -5828,10 +5828,10 @@ class LookupsEndPoint {
5828
5828
  }
5829
5829
  return this.rest.get(`${this.baseUrl}/group`, ...params);
5830
5830
  }
5831
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: LookupsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5832
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: LookupsEndPoint }); }
5831
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: LookupsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5832
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: LookupsEndPoint }); }
5833
5833
  }
5834
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: LookupsEndPoint, decorators: [{
5834
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: LookupsEndPoint, decorators: [{
5835
5835
  type: Injectable
5836
5836
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
5837
5837
  type: Inject,
@@ -5921,10 +5921,10 @@ class MaintenancesEndPoint {
5921
5921
  deleteReference(id) {
5922
5922
  return this.rest.delete(`${this.baseUrl}/${id}/reference`);
5923
5923
  }
5924
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MaintenancesEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5925
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MaintenancesEndPoint }); }
5924
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MaintenancesEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
5925
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MaintenancesEndPoint }); }
5926
5926
  }
5927
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MaintenancesEndPoint, decorators: [{
5927
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MaintenancesEndPoint, decorators: [{
5928
5928
  type: Injectable
5929
5929
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
5930
5930
  type: Inject,
@@ -5996,10 +5996,10 @@ class MessageConfirmsEndPoint {
5996
5996
  }
5997
5997
  return this.rest.get(`${this.baseUrl}`, ...params);
5998
5998
  }
5999
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MessageConfirmsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
6000
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MessageConfirmsEndPoint }); }
5999
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MessageConfirmsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
6000
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MessageConfirmsEndPoint }); }
6001
6001
  }
6002
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MessageConfirmsEndPoint, decorators: [{
6002
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MessageConfirmsEndPoint, decorators: [{
6003
6003
  type: Injectable
6004
6004
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
6005
6005
  type: Inject,
@@ -6161,10 +6161,10 @@ class BookingsEndPoint {
6161
6161
  }
6162
6162
  return this.rest.get(`${this.baseUrl}/my`, ...params);
6163
6163
  }
6164
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: BookingsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
6165
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: BookingsEndPoint }); }
6164
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: BookingsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
6165
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: BookingsEndPoint }); }
6166
6166
  }
6167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: BookingsEndPoint, decorators: [{
6167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: BookingsEndPoint, decorators: [{
6168
6168
  type: Injectable
6169
6169
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
6170
6170
  type: Inject,
@@ -6412,10 +6412,10 @@ class FlightsEndPoint {
6412
6412
  setPostFlight(body) {
6413
6413
  return this.rest.post(`${this.baseUrl}/post-flight`, typeof body === 'object' ? JSON.stringify(body) : body);
6414
6414
  }
6415
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: FlightsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
6416
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: FlightsEndPoint }); }
6415
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: FlightsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
6416
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: FlightsEndPoint }); }
6417
6417
  }
6418
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: FlightsEndPoint, decorators: [{
6418
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: FlightsEndPoint, decorators: [{
6419
6419
  type: Injectable
6420
6420
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
6421
6421
  type: Inject,
@@ -6494,10 +6494,10 @@ class GroupsEndPoint {
6494
6494
  }
6495
6495
  return this.rest.get(`${this.baseUrl}/lookup`, ...params);
6496
6496
  }
6497
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: GroupsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
6498
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: GroupsEndPoint }); }
6497
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: GroupsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
6498
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: GroupsEndPoint }); }
6499
6499
  }
6500
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: GroupsEndPoint, decorators: [{
6500
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: GroupsEndPoint, decorators: [{
6501
6501
  type: Injectable
6502
6502
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
6503
6503
  type: Inject,
@@ -6585,10 +6585,10 @@ class SystemMessagesEndPoint {
6585
6585
  }
6586
6586
  return this.rest.get(`${this.baseUrl}/${id}/confirms`, ...params);
6587
6587
  }
6588
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: SystemMessagesEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
6589
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: SystemMessagesEndPoint }); }
6588
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SystemMessagesEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
6589
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SystemMessagesEndPoint }); }
6590
6590
  }
6591
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: SystemMessagesEndPoint, decorators: [{
6591
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SystemMessagesEndPoint, decorators: [{
6592
6592
  type: Injectable
6593
6593
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
6594
6594
  type: Inject,
@@ -6676,10 +6676,10 @@ class MyBookingsEndPoint {
6676
6676
  }
6677
6677
  return this.rest.get(`${this.baseUrl}/booking-slots`, ...params);
6678
6678
  }
6679
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MyBookingsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
6680
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MyBookingsEndPoint }); }
6679
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MyBookingsEndPoint, deps: [{ token: 'config' }, { token: RestUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
6680
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MyBookingsEndPoint }); }
6681
6681
  }
6682
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: MyBookingsEndPoint, decorators: [{
6682
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MyBookingsEndPoint, decorators: [{
6683
6683
  type: Injectable
6684
6684
  }], ctorParameters: () => [{ type: GooxConfig, decorators: [{
6685
6685
  type: Inject,
@@ -7015,11 +7015,11 @@ class NgxGooxLibModule {
7015
7015
  ]
7016
7016
  };
7017
7017
  }
7018
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: NgxGooxLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7019
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.13", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule, HttpClientModule] }); }
7020
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule, HttpClientModule] }); }
7018
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: NgxGooxLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7019
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule, HttpClientModule] }); }
7020
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule, HttpClientModule] }); }
7021
7021
  }
7022
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: NgxGooxLibModule, decorators: [{
7022
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: NgxGooxLibModule, decorators: [{
7023
7023
  type: NgModule,
7024
7024
  args: [{
7025
7025
  imports: [CommonModule, HttpClientModule]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aya-flights/ngx-goox-lib",
3
- "version": "1.19.48",
3
+ "version": "1.19.50",
4
4
  "description": "Angular client library for GooX backend",
5
5
  "publishConfig": {
6
6
  "access": "public"