@aya-flights/ngx-goox-lib 2.20.9-ang-18 → 2.20.10-ang-18
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/esm2022/lib/model/Account.mjs +1 -1
- package/esm2022/lib/model/AccountsFilter.mjs +1 -1
- package/esm2022/lib/model/Airplane.mjs +1 -1
- package/esm2022/lib/model/AirplanesFilter.mjs +1 -1
- package/esm2022/lib/model/AuditLogFilter.mjs +1 -1
- package/esm2022/lib/model/BaseEntityEx.mjs +1 -1
- package/esm2022/lib/model/BaseFilter.mjs +1 -1
- package/esm2022/lib/model/Booking.mjs +1 -1
- package/esm2022/lib/model/BookingPlan.mjs +1 -1
- package/esm2022/lib/model/BookingsFilter.mjs +1 -1
- package/esm2022/lib/model/CertificatesFilter.mjs +1 -1
- package/esm2022/lib/model/Contact.mjs +1 -1
- package/esm2022/lib/model/ContactsFilter.mjs +1 -1
- package/esm2022/lib/model/Credit.mjs +1 -1
- package/esm2022/lib/model/CreditsFilter.mjs +1 -1
- package/esm2022/lib/model/Flight.mjs +1 -2
- package/esm2022/lib/model/FlightPlan.mjs +1 -1
- package/esm2022/lib/model/FlightRisk.mjs +1 -1
- package/esm2022/lib/model/FlightTicket.mjs +1 -1
- package/esm2022/lib/model/FlightsFilter.mjs +1 -1
- package/esm2022/lib/model/Lead.mjs +1 -1
- package/esm2022/lib/model/LeadsFilter.mjs +1 -1
- package/esm2022/lib/model/Maintenance.mjs +1 -1
- package/esm2022/lib/model/MaintenancesFilter.mjs +1 -1
- package/esm2022/lib/model/PreFlightInfo.mjs +1 -1
- package/esm2022/lib/model/StudentSheet.mjs +19 -0
- package/esm2022/lib/model/Syllabus.mjs +1 -1
- package/esm2022/lib/model/SyllabusFilter.mjs +1 -1
- package/esm2022/lib/model/SyllabusTrack.mjs +10 -2
- package/esm2022/lib/model/TokenData.mjs +1 -1
- package/esm2022/lib/model/UsersFilter.mjs +1 -1
- package/esm2022/lib/model/index.mjs +124 -123
- package/esm2022/lib/services/AccountsEndPoint.mjs +1 -1
- package/esm2022/lib/services/AirplanesEndPoint.mjs +1 -1
- package/esm2022/lib/services/AuditLogsEndPoint.mjs +1 -1
- package/esm2022/lib/services/BookingSlotsEndPoint.mjs +1 -1
- package/esm2022/lib/services/BookingsEndPoint.mjs +1 -1
- package/esm2022/lib/services/CampaignsEndPoint.mjs +1 -1
- package/esm2022/lib/services/ContactsEndPoint.mjs +12 -2
- package/esm2022/lib/services/ContactsGroupsEndPoint.mjs +1 -1
- package/esm2022/lib/services/CreditsEndPoint.mjs +1 -1
- package/esm2022/lib/services/FlightTicketsEndPoint.mjs +1 -1
- package/esm2022/lib/services/FlightsEndPoint.mjs +1 -1
- package/esm2022/lib/services/GroupsEndPoint.mjs +1 -1
- package/esm2022/lib/services/LeadsEndPoint.mjs +1 -1
- package/esm2022/lib/services/LookupsEndPoint.mjs +1 -1
- package/esm2022/lib/services/MaintenancesEndPoint.mjs +1 -1
- package/esm2022/lib/services/MessageConfirmsEndPoint.mjs +1 -1
- package/esm2022/lib/services/MyBookingsEndPoint.mjs +1 -1
- package/esm2022/lib/services/MyCreditsEndPoint.mjs +1 -1
- package/esm2022/lib/services/MyFlightsEndPoint.mjs +1 -1
- package/esm2022/lib/services/MyStudentsEndPoint.mjs +1 -1
- package/esm2022/lib/services/SyllabusEndPoint.mjs +7 -1
- package/esm2022/lib/services/SystemConfigsEndPoint.mjs +1 -1
- package/esm2022/lib/services/SystemMessagesEndPoint.mjs +1 -1
- package/esm2022/lib/services/UserEndPoint.mjs +1 -1
- package/esm2022/lib/services/UsersEndPoint.mjs +1 -1
- package/esm2022/lib/services/index.mjs +26 -26
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +5783 -5743
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/model/Account.d.ts +2 -2
- package/lib/model/AccountsFilter.d.ts +2 -2
- package/lib/model/Airplane.d.ts +3 -3
- package/lib/model/AirplanesFilter.d.ts +2 -2
- package/lib/model/AuditLogFilter.d.ts +2 -2
- package/lib/model/BaseEntityEx.d.ts +2 -2
- package/lib/model/BaseFilter.d.ts +2 -2
- package/lib/model/Booking.d.ts +1 -1
- package/lib/model/BookingPlan.d.ts +1 -1
- package/lib/model/BookingsFilter.d.ts +2 -2
- package/lib/model/CertificatesFilter.d.ts +2 -2
- package/lib/model/Contact.d.ts +2 -2
- package/lib/model/ContactsFilter.d.ts +2 -2
- package/lib/model/Credit.d.ts +1 -1
- package/lib/model/CreditsFilter.d.ts +2 -2
- package/lib/model/Flight.d.ts +5 -7
- package/lib/model/FlightPlan.d.ts +3 -3
- package/lib/model/FlightRisk.d.ts +4 -4
- package/lib/model/FlightTicket.d.ts +1 -1
- package/lib/model/FlightsFilter.d.ts +4 -4
- package/lib/model/Lead.d.ts +2 -2
- package/lib/model/LeadsFilter.d.ts +2 -2
- package/lib/model/Maintenance.d.ts +1 -1
- package/lib/model/MaintenancesFilter.d.ts +2 -2
- package/lib/model/PreFlightInfo.d.ts +1 -1
- package/lib/model/StudentSheet.d.ts +13 -0
- package/lib/model/Syllabus.d.ts +1 -1
- package/lib/model/SyllabusFilter.d.ts +2 -2
- package/lib/model/SyllabusTrack.d.ts +9 -1
- package/lib/model/TokenData.d.ts +1 -1
- package/lib/model/UsersFilter.d.ts +3 -3
- package/lib/model/index.d.ts +123 -122
- package/lib/services/AccountsEndPoint.d.ts +8 -8
- package/lib/services/AirplanesEndPoint.d.ts +9 -9
- package/lib/services/AuditLogsEndPoint.d.ts +2 -2
- package/lib/services/BookingSlotsEndPoint.d.ts +1 -1
- package/lib/services/BookingsEndPoint.d.ts +5 -5
- package/lib/services/CampaignsEndPoint.d.ts +1 -1
- package/lib/services/ContactsEndPoint.d.ts +16 -11
- package/lib/services/ContactsGroupsEndPoint.d.ts +2 -2
- package/lib/services/CreditsEndPoint.d.ts +1 -1
- package/lib/services/FlightTicketsEndPoint.d.ts +2 -2
- package/lib/services/FlightsEndPoint.d.ts +10 -10
- package/lib/services/GroupsEndPoint.d.ts +2 -2
- package/lib/services/LeadsEndPoint.d.ts +3 -3
- package/lib/services/LookupsEndPoint.d.ts +2 -2
- package/lib/services/MaintenancesEndPoint.d.ts +3 -3
- package/lib/services/MessageConfirmsEndPoint.d.ts +3 -3
- package/lib/services/MyBookingsEndPoint.d.ts +5 -5
- package/lib/services/MyCreditsEndPoint.d.ts +1 -1
- package/lib/services/MyFlightsEndPoint.d.ts +5 -5
- package/lib/services/MyStudentsEndPoint.d.ts +2 -2
- package/lib/services/SyllabusEndPoint.d.ts +7 -3
- package/lib/services/SystemConfigsEndPoint.d.ts +1 -1
- package/lib/services/SystemMessagesEndPoint.d.ts +2 -2
- package/lib/services/UserEndPoint.d.ts +1 -1
- package/lib/services/UsersEndPoint.d.ts +2 -2
- package/lib/services/index.d.ts +25 -25
- package/package.json +1 -1
package/lib/model/Account.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AccountStatusCode } from './AccountStatusCode';
|
|
2
|
-
import { Address } from './Address';
|
|
3
1
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
4
2
|
import { AccountTypeCode } from './AccountTypeCode';
|
|
3
|
+
import { AccountStatusCode } from './AccountStatusCode';
|
|
4
|
+
import { Address } from './Address';
|
|
5
5
|
import { ColumnDef } from './ColumnDef';
|
|
6
6
|
export declare class Account extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
@@ -7,6 +7,6 @@ export declare class AccountsFilter {
|
|
|
7
7
|
sort: string;
|
|
8
8
|
page: number;
|
|
9
9
|
size: number;
|
|
10
|
-
props:
|
|
11
|
-
constructor(search?: string, status?: AccountStatusCode[], type?: AccountTypeCode[], sort?: string, page?: number, size?: number, props?:
|
|
10
|
+
props: any;
|
|
11
|
+
constructor(search?: string, status?: AccountStatusCode[], type?: AccountTypeCode[], sort?: string, page?: number, size?: number, props?: any);
|
|
12
12
|
}
|
package/lib/model/Airplane.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Engine } from './Engine';
|
|
2
|
-
import { Magneto } from './Magneto';
|
|
3
1
|
import { TypeRatingFlag } from './TypeRatingFlag';
|
|
4
2
|
import { AirplaneStatusCode } from './AirplaneStatusCode';
|
|
3
|
+
import { Engine } from './Engine';
|
|
4
|
+
import { Magneto } from './Magneto';
|
|
5
5
|
import { Propeller } from './Propeller';
|
|
6
6
|
import { Fuel } from './Fuel';
|
|
7
7
|
import { WBConfig } from './WBConfig';
|
|
8
|
-
import { BaseEntityEx } from './BaseEntityEx';
|
|
9
8
|
import { AirplaneValidationFlag } from './AirplaneValidationFlag';
|
|
9
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
10
10
|
import { ColumnDef } from './ColumnDef';
|
|
11
11
|
export declare class Airplane extends BaseEntityEx {
|
|
12
12
|
name: string;
|
|
@@ -6,6 +6,6 @@ export declare class AirplanesFilter {
|
|
|
6
6
|
sort: string;
|
|
7
7
|
page: number;
|
|
8
8
|
size: number;
|
|
9
|
-
props:
|
|
10
|
-
constructor(search?: string, status?: AirplaneStatusCode[], isActive?: boolean, sort?: string, page?: number, size?: number, props?:
|
|
9
|
+
props: any;
|
|
10
|
+
constructor(search?: string, status?: AirplaneStatusCode[], isActive?: boolean, sort?: string, page?: number, size?: number, props?: any);
|
|
11
11
|
}
|
|
@@ -10,6 +10,6 @@ export declare class AuditLogFilter {
|
|
|
10
10
|
sort: string;
|
|
11
11
|
page: number;
|
|
12
12
|
size: number;
|
|
13
|
-
props:
|
|
14
|
-
constructor(search?: string, period?: TimeFrame, userId?: string, action?: string, itemType?: string, itemId?: string, itemName?: string, sort?: string, page?: number, size?: number, props?:
|
|
13
|
+
props: any;
|
|
14
|
+
constructor(search?: string, period?: TimeFrame, userId?: string, action?: string, itemType?: string, itemId?: string, itemName?: string, sort?: string, page?: number, size?: number, props?: any);
|
|
15
15
|
}
|
|
@@ -3,6 +3,6 @@ export declare class BaseEntityEx {
|
|
|
3
3
|
createdOn: number;
|
|
4
4
|
updatedOn: number;
|
|
5
5
|
flag: number;
|
|
6
|
-
props:
|
|
7
|
-
constructor(id?: string, createdOn?: number, updatedOn?: number, flag?: number, props?:
|
|
6
|
+
props: any;
|
|
7
|
+
constructor(id?: string, createdOn?: number, updatedOn?: number, flag?: number, props?: any);
|
|
8
8
|
}
|
|
@@ -2,6 +2,6 @@ export declare class BaseFilter {
|
|
|
2
2
|
sort: string;
|
|
3
3
|
page: number;
|
|
4
4
|
size: number;
|
|
5
|
-
props:
|
|
6
|
-
constructor(sort?: string, page?: number, size?: number, props?:
|
|
5
|
+
props: any;
|
|
6
|
+
constructor(sort?: string, page?: number, size?: number, props?: any);
|
|
7
7
|
}
|
package/lib/model/Booking.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { BookingTypeFlag } from './BookingTypeFlag';
|
|
1
2
|
import { BookingStatusCode } from './BookingStatusCode';
|
|
2
3
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
3
|
-
import { BookingTypeFlag } from './BookingTypeFlag';
|
|
4
4
|
import { ColumnDef } from './ColumnDef';
|
|
5
5
|
export declare class Booking extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
1
2
|
import { FlightStatusCode } from './FlightStatusCode';
|
|
2
3
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
3
4
|
import { BookingTypeFlag } from './BookingTypeFlag';
|
|
4
5
|
import { BookingStatusCode } from './BookingStatusCode';
|
|
5
|
-
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
6
6
|
import { ColumnDef } from './ColumnDef';
|
|
7
7
|
export declare class BookingPlan extends BaseEntityEx {
|
|
8
8
|
name: string;
|
|
@@ -10,6 +10,6 @@ export declare class BookingsFilter {
|
|
|
10
10
|
sort: string;
|
|
11
11
|
page: number;
|
|
12
12
|
size: number;
|
|
13
|
-
props:
|
|
14
|
-
constructor(search?: string, period?: TimeFrame, accountId?: string, contactId?: string, airplaneId?: string, status?: BookingStatusCode[], sort?: string, page?: number, size?: number, props?:
|
|
13
|
+
props: any;
|
|
14
|
+
constructor(search?: string, period?: TimeFrame, accountId?: string, contactId?: string, airplaneId?: string, status?: BookingStatusCode[], sort?: string, page?: number, size?: number, props?: any);
|
|
15
15
|
}
|
|
@@ -10,6 +10,6 @@ export declare class CertificatesFilter {
|
|
|
10
10
|
sort: string;
|
|
11
11
|
page: number;
|
|
12
12
|
size: number;
|
|
13
|
-
props:
|
|
14
|
-
constructor(search?: string, contactId?: string, status?: StatusCode[], type?: ValidationFlag[], valid?: TimeFrame, sort?: string, page?: number, size?: number, props?:
|
|
13
|
+
props: any;
|
|
14
|
+
constructor(search?: string, contactId?: string, status?: StatusCode[], type?: ValidationFlag[], valid?: TimeFrame, sort?: string, page?: number, size?: number, props?: any);
|
|
15
15
|
}
|
package/lib/model/Contact.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ValidationFlag } from './ValidationFlag';
|
|
2
|
-
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
3
1
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
4
2
|
import { AccountStatusCode } from './AccountStatusCode';
|
|
5
3
|
import { Address } from './Address';
|
|
6
4
|
import { TypeRatingFlag } from './TypeRatingFlag';
|
|
7
5
|
import { LicenseKindFlag } from './LicenseKindFlag';
|
|
8
6
|
import { MedicalCertClassCode } from './MedicalCertClassCode';
|
|
7
|
+
import { ValidationFlag } from './ValidationFlag';
|
|
8
|
+
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
9
9
|
import { ColumnDef } from './ColumnDef';
|
|
10
10
|
export declare class Contact extends BaseEntityEx {
|
|
11
11
|
accountId: string;
|
|
@@ -12,6 +12,6 @@ export declare class ContactsFilter {
|
|
|
12
12
|
sort: string;
|
|
13
13
|
page: number;
|
|
14
14
|
size: number;
|
|
15
|
-
props:
|
|
16
|
-
constructor(search?: string, status?: StatusCode[], isPilot?: boolean, plan?: FlightCategoryCode[], typesRating?: TypeRatingFlag[], licenseKinds?: LicenseKindFlag[], sort?: string, page?: number, size?: number, props?:
|
|
15
|
+
props: any;
|
|
16
|
+
constructor(search?: string, status?: StatusCode[], isPilot?: boolean, plan?: FlightCategoryCode[], typesRating?: TypeRatingFlag[], licenseKinds?: LicenseKindFlag[], sort?: string, page?: number, size?: number, props?: any);
|
|
17
17
|
}
|
package/lib/model/Credit.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { CurrencyCode } from './CurrencyCode';
|
|
2
1
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
3
2
|
import { TransactionTypeCode } from './TransactionTypeCode';
|
|
3
|
+
import { CurrencyCode } from './CurrencyCode';
|
|
4
4
|
import { ColumnDef } from './ColumnDef';
|
|
5
5
|
export declare class Credit extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
@@ -10,6 +10,6 @@ export declare class CreditsFilter {
|
|
|
10
10
|
sort: string;
|
|
11
11
|
page: number;
|
|
12
12
|
size: number;
|
|
13
|
-
props:
|
|
14
|
-
constructor(search?: string, accountId?: string, flightId?: string, type?: TransactionTypeCode[], period?: TimeFrame, reference?: string, sort?: string, page?: number, size?: number, props?:
|
|
13
|
+
props: any;
|
|
14
|
+
constructor(search?: string, accountId?: string, flightId?: string, type?: TransactionTypeCode[], period?: TimeFrame, reference?: string, sort?: string, page?: number, size?: number, props?: any);
|
|
15
15
|
}
|
package/lib/model/Flight.d.ts
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
2
|
+
import { FlightTypeCode } from './FlightTypeCode';
|
|
3
3
|
import { BillingStatusCode } from './BillingStatusCode';
|
|
4
4
|
import { TOLData } from './TOLData';
|
|
5
5
|
import { Lesson } from './Lesson';
|
|
6
|
-
import {
|
|
6
|
+
import { FlightClassCode } from './FlightClassCode';
|
|
7
7
|
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
8
|
+
import { FlightStatusCode } from './FlightStatusCode';
|
|
9
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
11
10
|
import { ColumnDef } from './ColumnDef';
|
|
12
11
|
export declare class Flight extends BaseEntityEx {
|
|
13
12
|
name: string;
|
|
@@ -42,7 +41,6 @@ export declare class Flight extends BaseEntityEx {
|
|
|
42
41
|
oilLevel: number;
|
|
43
42
|
lesson: Lesson;
|
|
44
43
|
pilotCertCheck: number;
|
|
45
|
-
riskAssessment: RiskAssessment;
|
|
46
44
|
preFlightReporter: string;
|
|
47
45
|
postFlightReporter: string;
|
|
48
46
|
instructorReporter: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { FlightStateCode } from './FlightStateCode';
|
|
2
|
-
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
3
|
-
import { TOLData } from './TOLData';
|
|
4
1
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
5
2
|
import { FlightTypeCode } from './FlightTypeCode';
|
|
6
3
|
import { FlightStatusCode } from './FlightStatusCode';
|
|
4
|
+
import { FlightStateCode } from './FlightStateCode';
|
|
5
|
+
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
6
|
+
import { TOLData } from './TOLData';
|
|
7
7
|
import { ColumnDef } from './ColumnDef';
|
|
8
8
|
export declare class FlightPlan extends BaseEntityEx {
|
|
9
9
|
name: string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { CrewDutyDayRisks } from './CrewDutyDayRisks';
|
|
2
|
+
import { DestinationRisks } from './DestinationRisks';
|
|
2
3
|
import { SpecialRisks } from './SpecialRisks';
|
|
3
|
-
import { Mitigation } from './Mitigation';
|
|
4
|
-
import { BaseEntityEx } from './BaseEntityEx';
|
|
5
|
-
import { PilotQualificationsRisks } from './PilotQualificationsRisks';
|
|
6
4
|
import { DepartureRisks } from './DepartureRisks';
|
|
7
|
-
import { DestinationRisks } from './DestinationRisks';
|
|
8
5
|
import { TripRisks } from './TripRisks';
|
|
9
6
|
import { WeatherRisks } from './WeatherRisks';
|
|
7
|
+
import { Mitigation } from './Mitigation';
|
|
8
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
9
|
+
import { PilotQualificationsRisks } from './PilotQualificationsRisks';
|
|
10
10
|
import { ColumnDef } from './ColumnDef';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
|
12
12
|
timestamp: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BaseEntityEx } from './BaseEntityEx';
|
|
2
1
|
import { TicketStatusCode } from './TicketStatusCode';
|
|
2
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
3
3
|
import { ColumnDef } from './ColumnDef';
|
|
4
4
|
export declare class FlightTicket extends BaseEntityEx {
|
|
5
5
|
name: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BillingStatusCode } from './BillingStatusCode';
|
|
2
|
-
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
3
1
|
import { TimeFrame } from './TimeFrame';
|
|
4
2
|
import { FlightTypeCode } from './FlightTypeCode';
|
|
5
3
|
import { FlightStatusCode } from './FlightStatusCode';
|
|
4
|
+
import { BillingStatusCode } from './BillingStatusCode';
|
|
5
|
+
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
6
6
|
export declare class FlightsFilter {
|
|
7
7
|
search: string;
|
|
8
8
|
period: TimeFrame;
|
|
@@ -16,6 +16,6 @@ export declare class FlightsFilter {
|
|
|
16
16
|
sort: string;
|
|
17
17
|
page: number;
|
|
18
18
|
size: number;
|
|
19
|
-
props:
|
|
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?:
|
|
19
|
+
props: any;
|
|
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?: any);
|
|
21
21
|
}
|
package/lib/model/Lead.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Address } from './Address';
|
|
2
|
-
import { LeadStatusCode } from './LeadStatusCode';
|
|
3
1
|
import { FollowUpAction } from './FollowUpAction';
|
|
4
2
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
3
|
+
import { Address } from './Address';
|
|
4
|
+
import { LeadStatusCode } from './LeadStatusCode';
|
|
5
5
|
import { ColumnDef } from './ColumnDef';
|
|
6
6
|
export declare class Lead extends BaseEntityEx {
|
|
7
7
|
firstName: string;
|
|
@@ -5,6 +5,6 @@ export declare class LeadsFilter {
|
|
|
5
5
|
sort: string;
|
|
6
6
|
page: number;
|
|
7
7
|
size: number;
|
|
8
|
-
props:
|
|
9
|
-
constructor(search?: string, status?: LeadStatusCode[], sort?: string, page?: number, size?: number, props?:
|
|
8
|
+
props: any;
|
|
9
|
+
constructor(search?: string, status?: LeadStatusCode[], sort?: string, page?: number, size?: number, props?: any);
|
|
10
10
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { StatusCode } from './StatusCode';
|
|
2
1
|
import { MaintenanceActionCode } from './MaintenanceActionCode';
|
|
3
2
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
3
|
+
import { StatusCode } from './StatusCode';
|
|
4
4
|
import { ColumnDef } from './ColumnDef';
|
|
5
5
|
export declare class Maintenance extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
@@ -10,6 +10,6 @@ export declare class MaintenancesFilter {
|
|
|
10
10
|
sort: string;
|
|
11
11
|
page: number;
|
|
12
12
|
size: number;
|
|
13
|
-
props:
|
|
14
|
-
constructor(search?: string, airplaneId?: string, action?: MaintenanceActionCode[], status?: StatusCode[], valid?: TimeFrame, sort?: string, page?: number, size?: number, props?:
|
|
13
|
+
props: any;
|
|
14
|
+
constructor(search?: string, airplaneId?: string, action?: MaintenanceActionCode[], status?: StatusCode[], valid?: TimeFrame, sort?: string, page?: number, size?: number, props?: any);
|
|
15
15
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
1
2
|
import { FlightTypeCode } from './FlightTypeCode';
|
|
2
3
|
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
3
|
-
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
4
4
|
export declare class PreFlightInfo {
|
|
5
5
|
flightId: string;
|
|
6
6
|
flightNumber: number;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
2
|
+
import { SyllabusTrack } from './SyllabusTrack';
|
|
3
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
4
|
+
import { ColumnDef } from './ColumnDef';
|
|
5
|
+
export declare class StudentSheet extends BaseEntityEx {
|
|
6
|
+
plan: FlightCategoryCode;
|
|
7
|
+
airplaneType: string;
|
|
8
|
+
accountId: string;
|
|
9
|
+
studentId: string;
|
|
10
|
+
studentName: string;
|
|
11
|
+
topics: SyllabusTrack[];
|
|
12
|
+
}
|
|
13
|
+
export declare function GetStudentSheetColumnsDef(): ColumnDef[];
|
package/lib/model/Syllabus.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
2
1
|
import { InstructionTypeCode } from './InstructionTypeCode';
|
|
3
2
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
3
|
+
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
4
4
|
import { ColumnDef } from './ColumnDef';
|
|
5
5
|
export declare class Syllabus extends BaseEntityEx {
|
|
6
6
|
plan: FlightCategoryCode;
|
|
@@ -7,6 +7,6 @@ export declare class SyllabusFilter {
|
|
|
7
7
|
sort: string;
|
|
8
8
|
page: number;
|
|
9
9
|
size: number;
|
|
10
|
-
props:
|
|
11
|
-
constructor(search?: string, plan?: FlightCategoryCode[], type?: InstructionTypeCode[], sort?: string, page?: number, size?: number, props?:
|
|
10
|
+
props: any;
|
|
11
|
+
constructor(search?: string, plan?: FlightCategoryCode[], type?: InstructionTypeCode[], sort?: string, page?: number, size?: number, props?: any);
|
|
12
12
|
}
|
|
@@ -4,9 +4,17 @@ import { ColumnDef } from './ColumnDef';
|
|
|
4
4
|
export declare class SyllabusTrack extends BaseEntityEx {
|
|
5
5
|
plan: FlightCategoryCode;
|
|
6
6
|
topicId: string;
|
|
7
|
-
|
|
7
|
+
studentId: string;
|
|
8
8
|
instructorId: string;
|
|
9
9
|
flightId: string;
|
|
10
10
|
approvedOn: number;
|
|
11
|
+
instructedFlightTime: number;
|
|
12
|
+
instrumentsFlightTime: number;
|
|
13
|
+
soloFlightTime: number;
|
|
14
|
+
instructedNavTime: number;
|
|
15
|
+
soloNavTime: number;
|
|
16
|
+
nightFlightTime: number;
|
|
17
|
+
totalFlightTime: number;
|
|
18
|
+
totalHobbs: number;
|
|
11
19
|
}
|
|
12
20
|
export declare function GetSyllabusTrackColumnsDef(): ColumnDef[];
|
package/lib/model/TokenData.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { UserTypeCode } from './UserTypeCode';
|
|
1
2
|
import { UserStatusCode } from './UserStatusCode';
|
|
2
3
|
import { TimeFrame } from './TimeFrame';
|
|
3
|
-
import { UserTypeCode } from './UserTypeCode';
|
|
4
4
|
export declare class UsersFilter {
|
|
5
5
|
search: string;
|
|
6
6
|
type: UserTypeCode[];
|
|
@@ -9,6 +9,6 @@ export declare class UsersFilter {
|
|
|
9
9
|
sort: string;
|
|
10
10
|
page: number;
|
|
11
11
|
size: number;
|
|
12
|
-
props:
|
|
13
|
-
constructor(search?: string, type?: UserTypeCode[], status?: UserStatusCode[], lastSignIn?: TimeFrame, sort?: string, page?: number, size?: number, props?:
|
|
12
|
+
props: any;
|
|
13
|
+
constructor(search?: string, type?: UserTypeCode[], status?: UserStatusCode[], lastSignIn?: TimeFrame, sort?: string, page?: number, size?: number, props?: any);
|
|
14
14
|
}
|