@aya-flights/ngx-goox-lib 2.19.195 → 2.19.197

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.
Files changed (60) hide show
  1. package/fesm2022/aya-flights-ngx-goox-lib.mjs +4898 -4844
  2. package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
  3. package/lib/Account.d.ts +2 -2
  4. package/lib/AccountsEndPoint.d.ts +7 -7
  5. package/lib/AccountsFilter.d.ts +2 -1
  6. package/lib/Airplane.d.ts +4 -4
  7. package/lib/AirplanesEndPoint.d.ts +6 -6
  8. package/lib/AirplanesFilter.d.ts +2 -1
  9. package/lib/AuditLogFilter.d.ts +2 -1
  10. package/lib/BaseFilter.d.ts +7 -0
  11. package/lib/Booking.d.ts +2 -2
  12. package/lib/BookingPlan.d.ts +1 -1
  13. package/lib/BookingSlotsEndPoint.d.ts +1 -1
  14. package/lib/BookingsEndPoint.d.ts +1 -1
  15. package/lib/BookingsFilter.d.ts +2 -1
  16. package/lib/Campaign.d.ts +2 -2
  17. package/lib/CampaignsEndPoint.d.ts +1 -1
  18. package/lib/Certificate.d.ts +1 -1
  19. package/lib/CertificatesFilter.d.ts +3 -2
  20. package/lib/Contact.d.ts +3 -3
  21. package/lib/ContactsEndPoint.d.ts +10 -10
  22. package/lib/ContactsFilter.d.ts +3 -2
  23. package/lib/CreditsFilter.d.ts +2 -1
  24. package/lib/Flight.d.ts +5 -5
  25. package/lib/FlightBilling.d.ts +1 -1
  26. package/lib/FlightRisk.d.ts +1 -1
  27. package/lib/FlightTicket.d.ts +1 -1
  28. package/lib/FlightTicketsEndPoint.d.ts +1 -1
  29. package/lib/FlightsEndPoint.d.ts +7 -7
  30. package/lib/FlightsFilter.d.ts +3 -2
  31. package/lib/Group.d.ts +2 -2
  32. package/lib/Lead.d.ts +2 -2
  33. package/lib/LeadAction.d.ts +1 -1
  34. package/lib/LeadsEndPoint.d.ts +2 -2
  35. package/lib/LeadsFilter.d.ts +2 -1
  36. package/lib/Lesson.d.ts +1 -1
  37. package/lib/MaintenancesFilter.d.ts +2 -1
  38. package/lib/MessageConfirm.d.ts +2 -2
  39. package/lib/MessageConfirmsEndPoint.d.ts +1 -1
  40. package/lib/Metar.d.ts +2 -2
  41. package/lib/MyAuthEndPoint.d.ts +1 -1
  42. package/lib/MyBookingsEndPoint.d.ts +3 -3
  43. package/lib/MyCertificatesEndPoint.d.ts +1 -1
  44. package/lib/MyFlightsEndPoint.d.ts +4 -4
  45. package/lib/MyInfoEndPoint.d.ts +1 -1
  46. package/lib/Notification.d.ts +1 -1
  47. package/lib/Permission.d.ts +1 -1
  48. package/lib/PreFlightInfo.d.ts +1 -1
  49. package/lib/RiskAssessment.d.ts +1 -1
  50. package/lib/StorageItem.d.ts +1 -1
  51. package/lib/SyllabusFilter.d.ts +2 -1
  52. package/lib/SystemMessage.d.ts +1 -1
  53. package/lib/SystemMessagesEndPoint.d.ts +1 -1
  54. package/lib/User.d.ts +2 -2
  55. package/lib/UserEndPoint.d.ts +1 -1
  56. package/lib/UsersEndPoint.d.ts +2 -2
  57. package/lib/UsersFilter.d.ts +2 -1
  58. package/lib/index.d.ts +130 -129
  59. package/lib/services.export.d.ts +23 -23
  60. package/package.json +1 -1
package/lib/Account.d.ts CHANGED
@@ -1,8 +1,8 @@
1
+ import { AccountTypeCode } from '.';
2
+ import { AccountStatusCode } from '.';
1
3
  import { Address } from '.';
2
4
  import { BaseEntityEx } from '.';
3
5
  import { ColumnDef } from '.';
4
- import { AccountTypeCode } from '.';
5
- import { AccountStatusCode } from '.';
6
6
  export declare class Account extends BaseEntityEx {
7
7
  name: string;
8
8
  enName: string;
@@ -1,16 +1,16 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { AccountTypeCode } from '.';
4
- import { Flight } from '.';
5
- import { Document } from '.';
6
- import { Credit } from '.';
7
- import { Account } from '.';
8
3
  import { AccountStatusCode } from '.';
9
- import { FlightTypeCode } from '.';
4
+ import { AccountTypeCode } from '.';
10
5
  import { FlightStateCode } from '.';
11
6
  import { FlightPurposeCode } from '.';
12
- import { StringKeyValue } from '.';
7
+ import { Account } from '.';
8
+ import { FlightTypeCode } from '.';
13
9
  import { FlightStatusCode } from '.';
10
+ import { StringKeyValue } from '.';
11
+ import { Flight } from '.';
12
+ import { Credit } from '.';
13
+ import { Document } from '.';
14
14
  import * as i0 from "@angular/core";
15
15
  export declare class AccountsEndPoint {
16
16
  private config;
@@ -7,5 +7,6 @@ export declare class AccountsFilter {
7
7
  sort: string;
8
8
  page: number;
9
9
  size: number;
10
- constructor(search?: string, status?: AccountStatusCode[], type?: AccountTypeCode[], sort?: string, page?: number, size?: number);
10
+ props: Map<string, object>;
11
+ constructor(search?: string, status?: AccountStatusCode[], type?: AccountTypeCode[], sort?: string, page?: number, size?: number, props?: Map<string, object>);
11
12
  }
package/lib/Airplane.d.ts CHANGED
@@ -1,13 +1,13 @@
1
1
  import { TypeRatingFlag } from '.';
2
2
  import { AirplaneValidationFlag } from '.';
3
+ import { BaseEntityEx } from '.';
4
+ import { AirplaneStatusCode } from '.';
3
5
  import { Engine } from '.';
6
+ import { Magneto } from '.';
4
7
  import { Propeller } from '.';
8
+ import { Fuel } from '.';
5
9
  import { WBConfig } from '.';
6
10
  import { ColumnDef } from '.';
7
- import { AirplaneStatusCode } from '.';
8
- import { Magneto } from '.';
9
- import { Fuel } from '.';
10
- import { BaseEntityEx } from '.';
11
11
  export declare class Airplane extends BaseEntityEx {
12
12
  name: string;
13
13
  description: string;
@@ -1,17 +1,17 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { Airplane } from '.';
4
- import { AirplaneStatusCode } from '.';
5
- import { StringKeyValue } from '.';
6
3
  import { FlightTypeCode } from '.';
7
- import { FlightStatusCode } from '.';
8
4
  import { FlightPurposeCode } from '.';
9
5
  import { Maintenance } from '.';
10
6
  import { FlightStateCode } from '.';
11
- import { Document } from '.';
12
7
  import { StatusCode } from '.';
13
- import { MaintenanceActionCode } from '.';
8
+ import { Airplane } from '.';
9
+ import { FlightStatusCode } from '.';
14
10
  import { Flight } from '.';
11
+ import { MaintenanceActionCode } from '.';
12
+ import { StringKeyValue } from '.';
13
+ import { Document } from '.';
14
+ import { AirplaneStatusCode } from '.';
15
15
  import * as i0 from "@angular/core";
16
16
  export declare class AirplanesEndPoint {
17
17
  private config;
@@ -6,5 +6,6 @@ export declare class AirplanesFilter {
6
6
  sort: string;
7
7
  page: number;
8
8
  size: number;
9
- constructor(search?: string, status?: AirplaneStatusCode[], isActive?: boolean, sort?: string, page?: number, size?: number);
9
+ props: Map<string, object>;
10
+ constructor(search?: string, status?: AirplaneStatusCode[], isActive?: boolean, sort?: string, page?: number, size?: number, props?: Map<string, object>);
10
11
  }
@@ -10,5 +10,6 @@ export declare class AuditLogFilter {
10
10
  sort: string;
11
11
  page: number;
12
12
  size: number;
13
- constructor(search?: string, period?: TimeFrame, userId?: string, action?: string, itemType?: string, itemId?: string, itemName?: string, sort?: string, page?: number, size?: number);
13
+ props: Map<string, object>;
14
+ constructor(search?: string, period?: TimeFrame, userId?: string, action?: string, itemType?: string, itemId?: string, itemName?: string, sort?: string, page?: number, size?: number, props?: Map<string, object>);
14
15
  }
@@ -0,0 +1,7 @@
1
+ export declare class BaseFilter {
2
+ sort: string;
3
+ page: number;
4
+ size: number;
5
+ props: Map<string, object>;
6
+ constructor(sort?: string, page?: number, size?: number, props?: Map<string, object>);
7
+ }
package/lib/Booking.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import { BookingTypeFlag } from '.';
2
- import { BookingStatusCode } from '.';
3
1
  import { BaseEntityEx } from '.';
4
2
  import { ColumnDef } from '.';
3
+ import { BookingTypeFlag } from '.';
4
+ import { BookingStatusCode } from '.';
5
5
  export declare class Booking extends BaseEntityEx {
6
6
  name: string;
7
7
  accountId: string;
@@ -1,8 +1,8 @@
1
+ import { BaseEntityEx } from '.';
1
2
  import { ColumnDef } from '.';
2
3
  import { BookingTypeFlag } from '.';
3
4
  import { FlightPurposeCode } from '.';
4
5
  import { FlightStatusCode } from '.';
5
- import { BaseEntityEx } from '.';
6
6
  export declare class BookingPlan extends BaseEntityEx {
7
7
  name: string;
8
8
  description: string;
@@ -1,8 +1,8 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
+ import { BookingSlot } from '.';
3
4
  import { BookingSlots } from '.';
4
5
  import { BookingSlotsSet } from '.';
5
- import { BookingSlot } from '.';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class BookingSlotsEndPoint {
8
8
  private config;
@@ -1,9 +1,9 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
+ import { TimeSeries } from '.';
3
4
  import { BookingPlan } from '.';
4
5
  import { Booking } from '.';
5
6
  import { BookingStatusCode } from '.';
6
- import { TimeSeries } from '.';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class BookingsEndPoint {
9
9
  private config;
@@ -10,5 +10,6 @@ export declare class BookingsFilter {
10
10
  sort: string;
11
11
  page: number;
12
12
  size: number;
13
- constructor(search?: string, period?: TimeFrame, accountId?: string, contactId?: string, airplaneId?: string, status?: BookingStatusCode[], sort?: string, page?: number, size?: number);
13
+ props: Map<string, object>;
14
+ constructor(search?: string, period?: TimeFrame, accountId?: string, contactId?: string, airplaneId?: string, status?: BookingStatusCode[], sort?: string, page?: number, size?: number, props?: Map<string, object>);
14
15
  }
package/lib/Campaign.d.ts CHANGED
@@ -1,8 +1,8 @@
1
+ import { CampaignTypeCode } from '.';
2
+ import { CampaignStatusCode } from '.';
1
3
  import { CurrencyCode } from '.';
2
4
  import { BaseEntityEx } from '.';
3
5
  import { ColumnDef } from '.';
4
- import { CampaignTypeCode } from '.';
5
- import { CampaignStatusCode } from '.';
6
6
  export declare class Campaign extends BaseEntityEx {
7
7
  name: string;
8
8
  type: CampaignTypeCode;
@@ -1,7 +1,7 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { StringKeyValue } from '.';
4
3
  import { Campaign } from '.';
4
+ import { StringKeyValue } from '.';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class CampaignsEndPoint {
7
7
  private config;
@@ -1,7 +1,7 @@
1
+ import { ValidationFlag } from '.';
1
2
  import { StatusCode } from '.';
2
3
  import { BaseEntityEx } from '.';
3
4
  import { ColumnDef } from '.';
4
- import { ValidationFlag } from '.';
5
5
  export declare class Certificate extends BaseEntityEx {
6
6
  name: string;
7
7
  type: ValidationFlag;
@@ -1,6 +1,6 @@
1
- import { StatusCode } from '.';
2
1
  import { ValidationFlag } from '.';
3
2
  import { TimeFrame } from '.';
3
+ import { StatusCode } from '.';
4
4
  export declare class CertificatesFilter {
5
5
  search: string;
6
6
  contactId: string;
@@ -10,5 +10,6 @@ export declare class CertificatesFilter {
10
10
  sort: string;
11
11
  page: number;
12
12
  size: number;
13
- constructor(search?: string, contactId?: string, status?: StatusCode[], type?: ValidationFlag[], valid?: TimeFrame, sort?: string, page?: number, size?: number);
13
+ props: Map<string, object>;
14
+ constructor(search?: string, contactId?: string, status?: StatusCode[], type?: ValidationFlag[], valid?: TimeFrame, sort?: string, page?: number, size?: number, props?: Map<string, object>);
14
15
  }
package/lib/Contact.d.ts CHANGED
@@ -1,11 +1,11 @@
1
+ import { ColumnDef } from '.';
1
2
  import { AccountStatusCode } from '.';
2
3
  import { Address } from '.';
4
+ import { MedicalCertClassCode } from '.';
5
+ import { FlightCategoryCode } from '.';
3
6
  import { TypeRatingFlag } from '.';
4
7
  import { LicenseKindFlag } from '.';
5
8
  import { ValidationFlag } from '.';
6
- import { ColumnDef } from '.';
7
- import { MedicalCertClassCode } from '.';
8
- import { FlightCategoryCode } from '.';
9
9
  import { BaseEntityEx } from '.';
10
10
  export declare class Contact extends BaseEntityEx {
11
11
  accountId: string;
@@ -1,19 +1,19 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { Document } from '.';
4
- import { StatusCode } from '.';
5
- import { StringKeyValue } from '.';
6
- import { Flight } from '.';
7
3
  import { MessageConfirm } from '.';
8
- import { TypeRatingFlag } from '.';
9
- import { LicenseKindFlag } from '.';
10
- import { Certificate } from '.';
11
- import { FlightStateCode } from '.';
12
- import { Contact } from '.';
4
+ import { FlightCategoryCode } from '.';
13
5
  import { FlightTypeCode } from '.';
14
6
  import { FlightPurposeCode } from '.';
15
- import { FlightCategoryCode } from '.';
7
+ import { Flight } from '.';
8
+ import { StatusCode } from '.';
9
+ import { FlightStateCode } from '.';
10
+ import { LicenseKindFlag } from '.';
16
11
  import { FlightStatusCode } from '.';
12
+ import { Document } from '.';
13
+ import { Contact } from '.';
14
+ import { TypeRatingFlag } from '.';
15
+ import { StringKeyValue } from '.';
16
+ import { Certificate } from '.';
17
17
  import * as i0 from "@angular/core";
18
18
  export declare class ContactsEndPoint {
19
19
  private config;
@@ -1,7 +1,7 @@
1
+ import { LicenseKindFlag } from '.';
1
2
  import { StatusCode } from '.';
2
3
  import { FlightCategoryCode } from '.';
3
4
  import { TypeRatingFlag } from '.';
4
- import { LicenseKindFlag } from '.';
5
5
  export declare class ContactsFilter {
6
6
  search: string;
7
7
  status: StatusCode[];
@@ -12,5 +12,6 @@ export declare class ContactsFilter {
12
12
  sort: string;
13
13
  page: number;
14
14
  size: number;
15
- constructor(search?: string, status?: StatusCode[], isPilot?: boolean, plan?: FlightCategoryCode[], typesRating?: TypeRatingFlag[], licenseKinds?: LicenseKindFlag[], sort?: string, page?: number, size?: number);
15
+ props: Map<string, object>;
16
+ constructor(search?: string, status?: StatusCode[], isPilot?: boolean, plan?: FlightCategoryCode[], typesRating?: TypeRatingFlag[], licenseKinds?: LicenseKindFlag[], sort?: string, page?: number, size?: number, props?: Map<string, object>);
16
17
  }
@@ -10,5 +10,6 @@ export declare class CreditsFilter {
10
10
  sort: string;
11
11
  page: number;
12
12
  size: number;
13
- constructor(search?: string, accountId?: string, flightId?: string, type?: TransactionTypeCode[], period?: TimeFrame, reference?: string, sort?: string, page?: number, size?: number);
13
+ props: Map<string, object>;
14
+ constructor(search?: string, accountId?: string, flightId?: string, type?: TransactionTypeCode[], period?: TimeFrame, reference?: string, sort?: string, page?: number, size?: number, props?: Map<string, object>);
14
15
  }
package/lib/Flight.d.ts CHANGED
@@ -1,14 +1,14 @@
1
- import { BillingStatusCode } from '.';
2
- import { TOLData } from '.';
3
- import { BaseEntityEx } from '.';
1
+ import { FlightPurposeCode } from '.';
4
2
  import { FlightTypeCode } from '.';
5
3
  import { FlightStatusCode } from '.';
4
+ import { BillingStatusCode } from '.';
6
5
  import { Lesson } from '.';
7
6
  import { RiskAssessment } from '.';
8
- import { ColumnDef } from '.';
9
- import { FlightPurposeCode } from '.';
7
+ import { BaseEntityEx } from '.';
10
8
  import { FlightClassCode } from '.';
11
9
  import { FlightCategoryCode } from '.';
10
+ import { TOLData } from '.';
11
+ import { ColumnDef } from '.';
12
12
  export declare class Flight extends BaseEntityEx {
13
13
  name: string;
14
14
  description: string;
@@ -1,6 +1,6 @@
1
+ import { BillingRecord } from '.';
1
2
  import { BaseEntityEx } from '.';
2
3
  import { ColumnDef } from '.';
3
- import { BillingRecord } from '.';
4
4
  export declare class FlightBilling extends BaseEntityEx {
5
5
  invoiceRecords: BillingRecord[];
6
6
  invoiceDate: number;
@@ -1,10 +1,10 @@
1
+ import { PilotQualificationsRisks } from '.';
1
2
  import { DepartureRisks } from '.';
2
3
  import { TripRisks } from '.';
3
4
  import { WeatherRisks } from '.';
4
5
  import { Mitigation } from '.';
5
6
  import { BaseEntityEx } from '.';
6
7
  import { ColumnDef } from '.';
7
- import { PilotQualificationsRisks } from '.';
8
8
  import { CrewDutyDayRisks } from '.';
9
9
  import { DestinationRisks } from '.';
10
10
  import { SpecialRisks } from '.';
@@ -1,6 +1,6 @@
1
- import { ColumnDef } from '.';
2
1
  import { TicketStatusCode } from '.';
3
2
  import { BaseEntityEx } from '.';
3
+ import { ColumnDef } from '.';
4
4
  export declare class FlightTicket extends BaseEntityEx {
5
5
  name: string;
6
6
  description: string;
@@ -1,7 +1,7 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { TicketStatusCode } from '.';
4
3
  import { FlightTicket } from '.';
4
+ import { TicketStatusCode } from '.';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class FlightTicketsEndPoint {
7
7
  private config;
@@ -1,18 +1,18 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { FlightTicket } from '.';
4
- import { AnyKeyValue } from '.';
5
- import { BillingStatusCode } from '.';
3
+ import { FlightStatusCode } from '.';
6
4
  import { FlightPurposeCode } from '.';
5
+ import { Point } from '.';
6
+ import { BillingStatusCode } from '.';
7
7
  import { TimeSeries } from '.';
8
8
  import { Contact } from '.';
9
- import { FlightStatusCode } from '.';
10
- import { FlightPlan } from '.';
11
- import { Flight } from '.';
12
9
  import { PreFlightInfo } from '.';
10
+ import { Flight } from '.';
13
11
  import { PostFlightInfo } from '.';
12
+ import { AnyKeyValue } from '.';
14
13
  import { FlightTypeCode } from '.';
15
- import { Point } from '.';
14
+ import { FlightPlan } from '.';
15
+ import { FlightTicket } from '.';
16
16
  import * as i0 from "@angular/core";
17
17
  export declare class FlightsEndPoint {
18
18
  private config;
@@ -1,8 +1,8 @@
1
+ import { FlightPurposeCode } from '.';
1
2
  import { TimeFrame } from '.';
2
3
  import { FlightTypeCode } from '.';
3
4
  import { FlightStatusCode } from '.';
4
5
  import { BillingStatusCode } from '.';
5
- import { FlightPurposeCode } from '.';
6
6
  export declare class FlightsFilter {
7
7
  search: string;
8
8
  period: TimeFrame;
@@ -16,5 +16,6 @@ export declare class FlightsFilter {
16
16
  sort: string;
17
17
  page: number;
18
18
  size: number;
19
- constructor(search?: string, period?: TimeFrame, accountId?: string, contactId?: string, airplaneId?: string, type?: FlightTypeCode[], status?: FlightStatusCode[], billing?: BillingStatusCode[], purpose?: FlightPurposeCode[], sort?: string, page?: number, size?: number);
19
+ props: Map<string, object>;
20
+ constructor(search?: string, period?: TimeFrame, accountId?: string, contactId?: string, airplaneId?: string, type?: FlightTypeCode[], status?: FlightStatusCode[], billing?: BillingStatusCode[], purpose?: FlightPurposeCode[], sort?: string, page?: number, size?: number, props?: Map<string, object>);
20
21
  }
package/lib/Group.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import { Permission } from '.';
2
- import { StringKeyValue } from '.';
3
1
  import { BaseEntityEx } from '.';
4
2
  import { ColumnDef } from '.';
3
+ import { Permission } from '.';
4
+ import { StringKeyValue } from '.';
5
5
  export declare class Group extends BaseEntityEx {
6
6
  name: string;
7
7
  email: string;
package/lib/Lead.d.ts CHANGED
@@ -1,8 +1,8 @@
1
+ import { Address } from '.';
2
+ import { LeadStatusCode } from '.';
1
3
  import { FollowUpAction } from '.';
2
4
  import { BaseEntityEx } from '.';
3
5
  import { ColumnDef } from '.';
4
- import { Address } from '.';
5
- import { LeadStatusCode } from '.';
6
6
  export declare class Lead extends BaseEntityEx {
7
7
  firstName: string;
8
8
  lastName: string;
@@ -1,5 +1,5 @@
1
- import { BaseEntityEx } from '.';
2
1
  import { ColumnDef } from '.';
2
+ import { BaseEntityEx } from '.';
3
3
  export declare class LeadAction extends BaseEntityEx {
4
4
  leadId: string;
5
5
  reportedOn: number;
@@ -1,13 +1,13 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
+ import { LeadStatusCode } from '.';
3
4
  import { LeadAction } from '.';
4
5
  import { Booking } from '.';
5
6
  import { Point } from '.';
6
- import { LeadStatusCode } from '.';
7
- import { TimeSeries } from '.';
8
7
  import { IntEnumValue } from '.';
9
8
  import { IntKeyValue } from '.';
10
9
  import { Lead } from '.';
10
+ import { TimeSeries } from '.';
11
11
  import * as i0 from "@angular/core";
12
12
  export declare class LeadsEndPoint {
13
13
  private config;
@@ -5,5 +5,6 @@ export declare class LeadsFilter {
5
5
  sort: string;
6
6
  page: number;
7
7
  size: number;
8
- constructor(search?: string, status?: LeadStatusCode[], sort?: string, page?: number, size?: number);
8
+ props: Map<string, object>;
9
+ constructor(search?: string, status?: LeadStatusCode[], sort?: string, page?: number, size?: number, props?: Map<string, object>);
9
10
  }
package/lib/Lesson.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import { FlightCategoryCode } from '.';
2
1
  import { AssessmentCode } from '.';
3
2
  import { FlightTypeCode } from '.';
3
+ import { FlightCategoryCode } from '.';
4
4
  export declare class Lesson {
5
5
  number: number;
6
6
  type: FlightTypeCode;
@@ -10,5 +10,6 @@ export declare class MaintenancesFilter {
10
10
  sort: string;
11
11
  page: number;
12
12
  size: number;
13
- constructor(search?: string, airplaneId?: string, action?: MaintenanceActionCode[], status?: StatusCode[], valid?: TimeFrame, sort?: string, page?: number, size?: number);
13
+ props: Map<string, object>;
14
+ constructor(search?: string, airplaneId?: string, action?: MaintenanceActionCode[], status?: StatusCode[], valid?: TimeFrame, sort?: string, page?: number, size?: number, props?: Map<string, object>);
14
15
  }
@@ -1,8 +1,8 @@
1
- import { PriorityCode } from '.';
2
- import { BaseEntityEx } from '.';
3
1
  import { ColumnDef } from '.';
4
2
  import { ConfirmStatusCode } from '.';
5
3
  import { MessageTypeCode } from '.';
4
+ import { PriorityCode } from '.';
5
+ import { BaseEntityEx } from '.';
6
6
  export declare class MessageConfirm extends BaseEntityEx {
7
7
  messageId: string;
8
8
  contactId: string;
@@ -1,9 +1,9 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { ConfirmStatusCode } from '.';
4
3
  import { PriorityCode } from '.';
5
4
  import { MessageConfirm } from '.';
6
5
  import { MessageTypeCode } from '.';
6
+ import { ConfirmStatusCode } from '.';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class MessageConfirmsEndPoint {
9
9
  private config;
package/lib/Metar.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import { TafReport } from '.';
2
- import { BaseEntityEx } from '.';
3
1
  import { ColumnDef } from '.';
4
2
  import { MetarReport } from '.';
3
+ import { TafReport } from '.';
4
+ import { BaseEntityEx } from '.';
5
5
  export declare class Metar extends BaseEntityEx {
6
6
  metarReports: MetarReport[];
7
7
  tafReports: TafReport[];
@@ -1,8 +1,8 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
+ import { Contact } from '.';
3
4
  import { Notification } from '.';
4
5
  import { LoginParams } from '.';
5
- import { Contact } from '.';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class MyAuthEndPoint {
8
8
  private config;
@@ -1,11 +1,11 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { BookingTypeFlag } from '.';
4
- import { Lookup } from '.';
5
- import { BookingSlot } from '.';
6
3
  import { Airplane } from '.';
7
4
  import { BookingStatusCode } from '.';
5
+ import { Lookup } from '.';
8
6
  import { Booking } from '.';
7
+ import { BookingTypeFlag } from '.';
8
+ import { BookingSlot } from '.';
9
9
  import * as i0 from "@angular/core";
10
10
  export declare class MyBookingsEndPoint {
11
11
  private config;
@@ -1,7 +1,7 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { StatusCode } from '.';
4
3
  import { Certificate } from '.';
4
+ import { StatusCode } from '.';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class MyCertificatesEndPoint {
7
7
  private config;
@@ -1,13 +1,13 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { PostFlightInfo } from '.';
4
- import { FlightStatusCode } from '.';
5
- import { InstructionTypeCode } from '.';
3
+ import { Syllabus } from '.';
6
4
  import { PreFlightInfo } from '.';
5
+ import { FlightStatusCode } from '.';
6
+ import { PostFlightInfo } from '.';
7
7
  import { Flight } from '.';
8
8
  import { FlightTypeCode } from '.';
9
9
  import { FlightPlan } from '.';
10
- import { Syllabus } from '.';
10
+ import { InstructionTypeCode } from '.';
11
11
  import * as i0 from "@angular/core";
12
12
  export declare class MyFlightsEndPoint {
13
13
  private config;
@@ -1,7 +1,7 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { Metar } from '.';
4
3
  import { StorageItem } from '.';
4
+ import { Metar } from '.';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class MyInfoEndPoint {
7
7
  private config;
@@ -1,8 +1,8 @@
1
- import { BaseEntityEx } from '.';
2
1
  import { ColumnDef } from '.';
3
2
  import { NotificationTypeCode } from '.';
4
3
  import { PriorityCode } from '.';
5
4
  import { StringKeyValue } from '.';
5
+ import { BaseEntityEx } from '.';
6
6
  export declare class Notification extends BaseEntityEx {
7
7
  type: NotificationTypeCode;
8
8
  description: string;
@@ -1,5 +1,5 @@
1
- import { PermissionFlag } from '.';
2
1
  import { ModuleCode } from '.';
2
+ import { PermissionFlag } from '.';
3
3
  export declare class Permission {
4
4
  module: ModuleCode;
5
5
  permissions: PermissionFlag;
@@ -1,6 +1,6 @@
1
+ import { FlightCategoryCode } from '.';
1
2
  import { FlightPurposeCode } from '.';
2
3
  import { FlightTypeCode } from '.';
3
- import { FlightCategoryCode } from '.';
4
4
  export declare class PreFlightInfo {
5
5
  flightId: string;
6
6
  flightNumber: number;
@@ -1,4 +1,3 @@
1
- import { DestinationRisks } from '.';
2
1
  import { TripRisks } from '.';
3
2
  import { WeatherRisks } from '.';
4
3
  import { SpecialRisks } from '.';
@@ -6,6 +5,7 @@ import { Mitigation } from '.';
6
5
  import { PilotQualificationsRisks } from '.';
7
6
  import { CrewDutyDayRisks } from '.';
8
7
  import { DepartureRisks } from '.';
8
+ import { DestinationRisks } from '.';
9
9
  export declare class RiskAssessment {
10
10
  timestamp: number;
11
11
  pilotQualifications: PilotQualificationsRisks;
@@ -1,5 +1,5 @@
1
- import { ColumnDef } from '.';
2
1
  import { BaseEntityEx } from '.';
2
+ import { ColumnDef } from '.';
3
3
  export declare class StorageItem extends BaseEntityEx {
4
4
  name: string;
5
5
  path: string;
@@ -7,5 +7,6 @@ export declare class SyllabusFilter {
7
7
  sort: string;
8
8
  page: number;
9
9
  size: number;
10
- constructor(search?: string, plan?: FlightCategoryCode[], type?: InstructionTypeCode[], sort?: string, page?: number, size?: number);
10
+ props: Map<string, object>;
11
+ constructor(search?: string, plan?: FlightCategoryCode[], type?: InstructionTypeCode[], sort?: string, page?: number, size?: number, props?: Map<string, object>);
11
12
  }