@aya-flights/ngx-goox-lib 1.19.31 → 1.19.33

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/lib/Account.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import { ColumnDef } from '.';
2
- import { AccountStatusCode } from '.';
3
1
  import { Address } from '.';
4
2
  import { BaseEntityEx } from '.';
3
+ import { ColumnDef } from '.';
4
+ import { AccountStatusCode } from '.';
5
5
  export declare class Account extends BaseEntityEx {
6
6
  name: string;
7
7
  enName: string;
@@ -1,8 +1,8 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { Document } from '.';
4
3
  import { Account } from '.';
5
4
  import { Flight } from '.';
5
+ import { Document } from '.';
6
6
  import { StringKeyValue } from '.';
7
7
  import { Credit } from '.';
8
8
  import * as i0 from "@angular/core";
package/lib/Airplane.d.ts CHANGED
@@ -1,11 +1,11 @@
1
+ import { Engine } from '.';
2
+ import { Magneto } from '.';
1
3
  import { Propeller } from '.';
2
4
  import { Fuel } from '.';
3
5
  import { BaseEntityEx } from '.';
4
6
  import { ColumnDef } from '.';
5
7
  import { AirplaneStatusCode } from '.';
6
8
  import { AirplaneValidationFlag } from '.';
7
- import { Engine } from '.';
8
- import { Magneto } from '.';
9
9
  export declare class Airplane extends BaseEntityEx {
10
10
  name: string;
11
11
  description: string;
@@ -1,10 +1,10 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
+ import { Airplane } from '.';
4
+ import { Flight } from '.';
5
+ import { Maintenance } from '.';
3
6
  import { StringKeyValue } from '.';
4
7
  import { Document } from '.';
5
- import { Maintenance } from '.';
6
- import { Flight } from '.';
7
- import { Airplane } from '.';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class AirplanesEndPoint {
10
10
  private config;
package/lib/AuditLog.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import { UserTypeCode } from '.';
2
1
  import { BaseEntityEx } from '.';
3
2
  import { ColumnDef } from '.';
3
+ import { UserTypeCode } from '.';
4
4
  export declare class AuditLog extends BaseEntityEx {
5
5
  userId: string;
6
6
  userType: UserTypeCode;
@@ -1,7 +1,7 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { TimeSeries } from '.';
4
3
  import { AuditLog } from '.';
4
+ import { TimeSeries } from '.';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class AuditLogsEndPoint {
7
7
  private config;
@@ -1,8 +1,8 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
+ import { TimeSeries } from '.';
3
4
  import { Booking } from '.';
4
5
  import { BookingStatusCode } from '.';
5
- import { TimeSeries } from '.';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class BookingsEndPoint {
8
8
  private config;
package/lib/Contact.d.ts CHANGED
@@ -1,8 +1,8 @@
1
+ import { ColumnDef } from '.';
1
2
  import { AccountStatusCode } from '.';
2
3
  import { Address } from '.';
3
4
  import { ValidationFlag } from '.';
4
5
  import { BaseEntityEx } from '.';
5
- import { ColumnDef } from '.';
6
6
  export declare class Contact extends BaseEntityEx {
7
7
  accountId: string;
8
8
  name: string;
@@ -1,10 +1,10 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { MessageConfirm } from '.';
4
- import { Contact } from '.';
5
3
  import { Certificate } from '.';
4
+ import { Contact } from '.';
6
5
  import { StringKeyValue } from '.';
7
6
  import { Flight } from '.';
7
+ import { MessageConfirm } from '.';
8
8
  import { Document } from '.';
9
9
  import * as i0 from "@angular/core";
10
10
  export declare class ContactsEndPoint {
package/lib/Credit.d.ts CHANGED
@@ -1,7 +1,7 @@
1
+ import { ColumnDef } from '.';
1
2
  import { TransactionTypeCode } from '.';
2
3
  import { CurrencyCode } from '.';
3
4
  import { BaseEntityEx } from '.';
4
- import { ColumnDef } from '.';
5
5
  export declare class Credit extends BaseEntityEx {
6
6
  name: string;
7
7
  description: string;
package/lib/Document.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import { DocumentRevision } from '.';
2
1
  import { BaseEntityEx } from '.';
3
2
  import { ColumnDef } from '.';
3
+ import { DocumentRevision } from '.';
4
4
  export declare class Document extends BaseEntityEx {
5
5
  name: string;
6
6
  description: string;
package/lib/Flight.d.ts CHANGED
@@ -1,16 +1,16 @@
1
- import { FlightTypeCode } from '.';
2
- import { FlightStateCode } from '.';
3
- import { BillingStatusCode } from '.';
4
- import { OnBoard } from '.';
5
- import { Billing } from '.';
6
- import { BaseEntityEx } from '.';
7
- import { ColumnDef } from '.';
8
- import { FlightStatusCode } from '.';
9
- import { FlightPurposeCode } from '.';
10
1
  import { TOLData } from '.';
11
2
  import { ReFuel } from '.';
12
3
  import { Lesson } from '.';
4
+ import { Billing } from '.';
13
5
  import { RiskAssessment } from '.';
6
+ import { BaseEntityEx } from '.';
7
+ import { FlightStatusCode } from '.';
8
+ import { BillingStatusCode } from '.';
9
+ import { FlightPurposeCode } from '.';
10
+ import { OnBoard } from '.';
11
+ import { ColumnDef } from '.';
12
+ import { FlightTypeCode } from '.';
13
+ import { FlightStateCode } from '.';
14
14
  export declare class Flight extends BaseEntityEx {
15
15
  name: string;
16
16
  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 { ColumnDef } from '.';
2
1
  import { FlightTypeCode } from '.';
3
2
  import { FlightStatusCode } from '.';
4
3
  import { FlightStateCode } from '.';
5
4
  import { FlightPurposeCode } from '.';
6
5
  import { TOLData } from '.';
7
6
  import { BaseEntityEx } from '.';
7
+ import { ColumnDef } from '.';
8
8
  export declare class FlightPlan extends BaseEntityEx {
9
9
  name: string;
10
10
  description: string;
@@ -1,13 +1,13 @@
1
- import { PilotQualificationsRisks } from '.';
2
- import { DepartureRisks } from '.';
3
- import { TripRisks } from '.';
4
- import { ColumnDef } from '.';
5
- import { BaseEntityEx } from '.';
6
- import { CrewDutyDayRisks } from '.';
7
- import { DestinationRisks } from '.';
8
1
  import { WeatherRisks } from '.';
9
2
  import { SpecialRisks } from '.';
10
3
  import { Mitigation } from '.';
4
+ import { ColumnDef } from '.';
5
+ import { TripRisks } from '.';
6
+ import { CrewDutyDayRisks } from '.';
7
+ import { DepartureRisks } from '.';
8
+ import { DestinationRisks } from '.';
9
+ import { BaseEntityEx } from '.';
10
+ import { PilotQualificationsRisks } from '.';
11
11
  export declare class FlightRisk extends BaseEntityEx {
12
12
  timestamp: number;
13
13
  pilotQualifications: PilotQualificationsRisks;
@@ -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,13 +1,13 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
+ import { PreFlightInfo } from '.';
4
+ import { PostFlightInfo } from '.';
3
5
  import { Flight } from '.';
4
6
  import { TimeSeries } from '.';
5
- import { FlightPlan } from '.';
6
- import { FlightTicket } from '.';
7
7
  import { Contact } from '.';
8
- import { PreFlightInfo } from '.';
9
- import { PostFlightInfo } from '.';
8
+ import { FlightTicket } from '.';
10
9
  import { AnyKeyValue } from '.';
10
+ import { FlightPlan } from '.';
11
11
  import * as i0 from "@angular/core";
12
12
  export declare class FlightsEndPoint {
13
13
  private config;
package/lib/Group.d.ts CHANGED
@@ -1,7 +1,7 @@
1
+ import { ColumnDef } from '.';
1
2
  import { Permission } from '.';
2
3
  import { StringKeyValue } from '.';
3
4
  import { BaseEntityEx } from '.';
4
- import { ColumnDef } from '.';
5
5
  export declare class Group extends BaseEntityEx {
6
6
  name: string;
7
7
  email: string;
package/lib/Lead.d.ts CHANGED
@@ -1,7 +1,7 @@
1
+ import { LeadStatusCode } from '.';
1
2
  import { BaseEntityEx } from '.';
2
3
  import { ColumnDef } from '.';
3
4
  import { Address } from '.';
4
- import { LeadStatusCode } from '.';
5
5
  export declare class Lead extends BaseEntityEx {
6
6
  firstName: string;
7
7
  lastName: string;
@@ -1,5 +1,5 @@
1
- import { LeadStatusCode } from '.';
2
1
  import { TimeFrame } from '.';
2
+ import { LeadStatusCode } from '.';
3
3
  export declare class LeadFilter {
4
4
  search: string;
5
5
  createdOn: TimeFrame;
@@ -1,7 +1,7 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { LookupGroup } from '.';
4
3
  import { Lookup } from '.';
4
+ import { LookupGroup } from '.';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class LookupsEndPoint {
7
7
  private config;
@@ -1,6 +1,6 @@
1
+ import { TimeFrame } from '.';
1
2
  import { StatusCode } from '.';
2
3
  import { MaintenanceActionCode } from '.';
3
- import { TimeFrame } from '.';
4
4
  export declare class MaintenanceFilter {
5
5
  search: string;
6
6
  airplaneId: string;
@@ -0,0 +1,20 @@
1
+ import { RestUtil, EntityResponse, EntitiesResponse } from '../utils';
2
+ import { GooxConfig } from '../config';
3
+ import { Credit } from '.';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MyCreditsEndPoint {
6
+ private config;
7
+ private rest;
8
+ private baseUrl;
9
+ constructor(config: GooxConfig, rest: RestUtil);
10
+ /**
11
+ * Get a single credit by id
12
+ */
13
+ get(id?: string): import("rxjs").Observable<EntityResponse<Credit>>;
14
+ /**
15
+ * Find my credits by query
16
+ */
17
+ find(sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Credit>>;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<MyCreditsEndPoint, never>;
19
+ static ɵprov: i0.ɵɵInjectableDeclaration<MyCreditsEndPoint>;
20
+ }
@@ -1,9 +1,9 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { PreFlightInfo } from '.';
4
3
  import { PostFlightInfo } from '.';
5
4
  import { Flight } from '.';
6
5
  import { FlightPlan } from '.';
6
+ import { PreFlightInfo } from '.';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class MyFlightsEndPoint {
9
9
  private config;
@@ -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;
@@ -37,5 +37,6 @@ export declare class PostFlightInfo {
37
37
  soloFlightTime: number;
38
38
  lessonComments: string;
39
39
  description: string;
40
- constructor(flightId?: string, flightNumber?: number, airplane?: string, hoursToInspection?: number, purpose?: FlightPurposeCode, type?: FlightTypeCode, takeoffPlannedTime?: number, takeoffActualTime?: number, takeoffField?: string, takeoffHobbs?: number, takeoffTach?: number, landingPlannedTime?: number, landingActualTime?: number, landingField?: string, landingHobbs?: number, landingTach?: number, captain?: string, firstOfficer?: string, destination?: string, singleEngineHours?: number, multiEngineHours?: number, flightHoursLastMonth?: number, refuelBeforeFlight?: number, refuelAfterFlight?: number, refillOilBeforeFlight?: number, refillOilAfterFlight?: number, lessonNumber?: number, lessonSubject?: string, lessonFlightCounter?: number, lessonAssessment?: AssessmentCode, instructedFlightTime?: number, instrumentsFlightTime?: number, soloFlightTime?: number, lessonComments?: string, description?: string);
40
+ reportedBy: string;
41
+ constructor(flightId?: string, flightNumber?: number, airplane?: string, hoursToInspection?: number, purpose?: FlightPurposeCode, type?: FlightTypeCode, takeoffPlannedTime?: number, takeoffActualTime?: number, takeoffField?: string, takeoffHobbs?: number, takeoffTach?: number, landingPlannedTime?: number, landingActualTime?: number, landingField?: string, landingHobbs?: number, landingTach?: number, captain?: string, firstOfficer?: string, destination?: string, singleEngineHours?: number, multiEngineHours?: number, flightHoursLastMonth?: number, refuelBeforeFlight?: number, refuelAfterFlight?: number, refillOilBeforeFlight?: number, refillOilAfterFlight?: number, lessonNumber?: number, lessonSubject?: string, lessonFlightCounter?: number, lessonAssessment?: AssessmentCode, instructedFlightTime?: number, instrumentsFlightTime?: number, soloFlightTime?: number, lessonComments?: string, description?: string, reportedBy?: string);
41
42
  }
@@ -1,11 +1,11 @@
1
- import { FlightTypeCode } from '.';
2
- import { FlightPurposeCode } from '.';
3
- import { OnBoard } from '.';
4
- import { TOLData } from '.';
5
1
  import { ReFuel } from '.';
6
2
  import { Lesson } from '.';
7
3
  import { BaseEntityEx } from '.';
8
4
  import { ColumnDef } from '.';
5
+ import { FlightTypeCode } from '.';
6
+ import { FlightPurposeCode } from '.';
7
+ import { OnBoard } from '.';
8
+ import { TOLData } from '.';
9
9
  export declare class PreFlightData extends BaseEntityEx {
10
10
  name: string;
11
11
  description: string;
@@ -32,5 +32,6 @@ export declare class PreFlightInfo {
32
32
  operationNotes: string;
33
33
  hasCompetency: boolean;
34
34
  hasFlightPlan: boolean;
35
- constructor(flightId?: string, flightNumber?: number, airplane?: string, hoursToInspection?: number, takeoffPlannedTime?: number, takeoffActualTime?: number, takeoffField?: string, landingField?: string, purpose?: FlightPurposeCode, purposeOt?: string, type?: FlightTypeCode, destination?: string, secondaryCallSign?: string, captain?: string, firstOfficer?: string, estimatedFuelOnBoard?: number, estimatedEndurance?: number, actualFuelOnBoard?: number, refuelBeforeFlight?: number, actualOilOnBoard?: number, refillOilBeforeFlight?: number, passengers?: string[], crew?: string[], wBConfig?: string, wBManual?: string, lessonSubject?: string, lessonFlightCounter?: number, preFlightNotes?: string, operationNotes?: string, hasCompetency?: boolean, hasFlightPlan?: boolean);
35
+ reportedBy: string;
36
+ constructor(flightId?: string, flightNumber?: number, airplane?: string, hoursToInspection?: number, takeoffPlannedTime?: number, takeoffActualTime?: number, takeoffField?: string, landingField?: string, purpose?: FlightPurposeCode, purposeOt?: string, type?: FlightTypeCode, destination?: string, secondaryCallSign?: string, captain?: string, firstOfficer?: string, estimatedFuelOnBoard?: number, estimatedEndurance?: number, actualFuelOnBoard?: number, refuelBeforeFlight?: number, actualOilOnBoard?: number, refillOilBeforeFlight?: number, passengers?: string[], crew?: string[], wBConfig?: string, wBManual?: string, lessonSubject?: string, lessonFlightCounter?: number, preFlightNotes?: string, operationNotes?: string, hasCompetency?: boolean, hasFlightPlan?: boolean, reportedBy?: string);
36
37
  }
@@ -1,11 +1,11 @@
1
+ import { SpecialRisks } from '.';
2
+ import { Mitigation } from '.';
3
+ import { PilotQualificationsRisks } from '.';
1
4
  import { CrewDutyDayRisks } from '.';
2
5
  import { DepartureRisks } from '.';
3
6
  import { DestinationRisks } from '.';
4
7
  import { TripRisks } from '.';
5
8
  import { WeatherRisks } from '.';
6
- import { SpecialRisks } from '.';
7
- import { Mitigation } from '.';
8
- import { PilotQualificationsRisks } from '.';
9
9
  export declare class RiskAssessment {
10
10
  timestamp: number;
11
11
  pilotQualifications: PilotQualificationsRisks;
@@ -1,7 +1,7 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { SystemMessage } from '.';
4
3
  import { MessageConfirm } from '.';
4
+ import { SystemMessage } from '.';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class SystemMessagesEndPoint {
7
7
  private config;
@@ -1,5 +1,5 @@
1
- import { TimeFrame } from '.';
2
1
  import { TimeDataPoint } from '.';
2
+ import { TimeFrame } from '.';
3
3
  export declare class TimeSeries<T> {
4
4
  name: string;
5
5
  range: TimeFrame;
package/lib/User.d.ts CHANGED
@@ -1,8 +1,8 @@
1
+ import { UserTypeCode } from '.';
2
+ import { UserRoleFlag } from '.';
1
3
  import { UserStatusCode } from '.';
2
4
  import { BaseEntityEx } from '.';
3
5
  import { ColumnDef } from '.';
4
- import { UserTypeCode } from '.';
5
- import { UserRoleFlag } from '.';
6
6
  export declare class User extends BaseEntityEx {
7
7
  name: string;
8
8
  email: string;
@@ -1,7 +1,7 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { User } from '.';
4
3
  import { StringKeyValue } from '.';
4
+ import { User } from '.';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class UsersEndPoint {
7
7
  private config;