@aya-flights/ngx-goox-lib 2.20.21-ang-18 → 2.20.22-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/BookingSlots.mjs +1 -1
- package/esm2022/lib/model/BookingsFilter.mjs +1 -1
- package/esm2022/lib/model/Certificate.mjs +1 -1
- package/esm2022/lib/model/CertificatesFilter.mjs +1 -1
- package/esm2022/lib/model/Contact.mjs +1 -1
- package/esm2022/lib/model/ContactGroup.mjs +1 -1
- package/esm2022/lib/model/ContactsFilter.mjs +1 -1
- package/esm2022/lib/model/CreditsFilter.mjs +1 -1
- package/esm2022/lib/model/Flight.mjs +1 -1
- 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/LeadsFilter.mjs +1 -1
- package/esm2022/lib/model/MaintenancesFilter.mjs +1 -1
- package/esm2022/lib/model/MessageConfirm.mjs +1 -1
- package/esm2022/lib/model/Notification.mjs +1 -1
- package/esm2022/lib/model/Permission.mjs +1 -1
- package/esm2022/lib/model/PostFlightInfo.mjs +1 -1
- package/esm2022/lib/model/RiskAssessment.mjs +1 -1
- package/esm2022/lib/model/StudentSheet.mjs +1 -1
- package/esm2022/lib/model/Syllabus.mjs +1 -1
- package/esm2022/lib/model/SyllabusFilter.mjs +1 -1
- package/esm2022/lib/model/SyllabusTrack.mjs +1 -1
- package/esm2022/lib/model/User.mjs +1 -1
- package/esm2022/lib/model/UsersFilter.mjs +1 -1
- package/esm2022/lib/model/index.mjs +126 -126
- 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/CertificatesEndPoint.mjs +1 -1
- package/esm2022/lib/services/ContactsEndPoint.mjs +1 -1
- package/esm2022/lib/services/ContactsGroupsEndPoint.mjs +1 -1
- package/esm2022/lib/services/CreditsEndPoint.mjs +1 -1
- package/esm2022/lib/services/FlightsEndPoint.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/MyAuthEndPoint.mjs +1 -1
- package/esm2022/lib/services/MyBookingsEndPoint.mjs +1 -1
- package/esm2022/lib/services/MyCertificatesEndPoint.mjs +1 -1
- package/esm2022/lib/services/MyCreditsEndPoint.mjs +1 -1
- package/esm2022/lib/services/MyFlightsEndPoint.mjs +1 -1
- package/esm2022/lib/services/MyMessagesEndPoint.mjs +1 -1
- package/esm2022/lib/services/MyStudentsEndPoint.mjs +1 -1
- package/esm2022/lib/services/PriceListEndPoint.mjs +1 -1
- package/esm2022/lib/services/SyllabusEndPoint.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 +5062 -5062
- 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 +6 -6
- 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/BookingSlots.d.ts +1 -1
- package/lib/model/BookingsFilter.d.ts +2 -2
- package/lib/model/Certificate.d.ts +1 -1
- package/lib/model/CertificatesFilter.d.ts +3 -3
- package/lib/model/Contact.d.ts +4 -4
- package/lib/model/ContactGroup.d.ts +1 -1
- package/lib/model/ContactsFilter.d.ts +2 -2
- package/lib/model/CreditsFilter.d.ts +2 -2
- package/lib/model/Flight.d.ts +5 -5
- package/lib/model/FlightPlan.d.ts +1 -1
- package/lib/model/FlightRisk.d.ts +2 -2
- package/lib/model/FlightTicket.d.ts +1 -1
- package/lib/model/FlightsFilter.d.ts +4 -4
- package/lib/model/LeadsFilter.d.ts +2 -2
- package/lib/model/MaintenancesFilter.d.ts +2 -2
- package/lib/model/MessageConfirm.d.ts +2 -2
- package/lib/model/Notification.d.ts +1 -1
- package/lib/model/Permission.d.ts +1 -1
- package/lib/model/PostFlightInfo.d.ts +1 -1
- package/lib/model/RiskAssessment.d.ts +2 -2
- package/lib/model/StudentSheet.d.ts +1 -1
- package/lib/model/Syllabus.d.ts +2 -2
- package/lib/model/SyllabusFilter.d.ts +2 -2
- package/lib/model/SyllabusTrack.d.ts +1 -1
- package/lib/model/User.d.ts +1 -1
- package/lib/model/UsersFilter.d.ts +2 -2
- package/lib/model/index.d.ts +125 -125
- package/lib/services/AccountsEndPoint.d.ts +4 -4
- package/lib/services/AirplanesEndPoint.d.ts +10 -10
- package/lib/services/AuditLogsEndPoint.d.ts +1 -1
- package/lib/services/BookingSlotsEndPoint.d.ts +2 -2
- package/lib/services/BookingsEndPoint.d.ts +4 -4
- package/lib/services/CertificatesEndPoint.d.ts +1 -1
- package/lib/services/ContactsEndPoint.d.ts +10 -10
- package/lib/services/ContactsGroupsEndPoint.d.ts +2 -2
- package/lib/services/CreditsEndPoint.d.ts +2 -2
- package/lib/services/FlightsEndPoint.d.ts +10 -10
- package/lib/services/LeadsEndPoint.d.ts +5 -5
- package/lib/services/LookupsEndPoint.d.ts +1 -1
- package/lib/services/MaintenancesEndPoint.d.ts +1 -1
- package/lib/services/MessageConfirmsEndPoint.d.ts +1 -1
- package/lib/services/MyAuthEndPoint.d.ts +3 -3
- package/lib/services/MyBookingsEndPoint.d.ts +4 -4
- package/lib/services/MyCertificatesEndPoint.d.ts +2 -2
- package/lib/services/MyCreditsEndPoint.d.ts +1 -1
- package/lib/services/MyFlightsEndPoint.d.ts +4 -4
- package/lib/services/MyMessagesEndPoint.d.ts +1 -1
- package/lib/services/MyStudentsEndPoint.d.ts +1 -1
- package/lib/services/PriceListEndPoint.d.ts +1 -1
- package/lib/services/SyllabusEndPoint.d.ts +1 -1
- package/lib/services/UserEndPoint.d.ts +1 -1
- package/lib/services/UsersEndPoint.d.ts +1 -1
- 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 { AccountTypeCode } from './AccountTypeCode';
|
|
2
|
-
import { AccountStatusCode } from './AccountStatusCode';
|
|
3
1
|
import { Address } from './Address';
|
|
4
2
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
3
|
+
import { AccountTypeCode } from './AccountTypeCode';
|
|
4
|
+
import { AccountStatusCode } from './AccountStatusCode';
|
|
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: any
|
|
11
|
-
constructor(search?: string, status?: AccountStatusCode[], type?: AccountTypeCode[], sort?: string, page?: number, size?: number, props?: any);
|
|
10
|
+
props: Record<string, any>;
|
|
11
|
+
constructor(search?: string, status?: AccountStatusCode[], type?: AccountTypeCode[], sort?: string, page?: number, size?: number, props?: Record<string, any>);
|
|
12
12
|
}
|
package/lib/model/Airplane.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { TypeRatingFlag } from './TypeRatingFlag';
|
|
2
|
-
import { AirplaneStatusCode } from './AirplaneStatusCode';
|
|
3
|
-
import { Fuel } from './Fuel';
|
|
4
|
-
import { AirplaneValidationFlag } from './AirplaneValidationFlag';
|
|
5
|
-
import { Engine } from './Engine';
|
|
6
|
-
import { Magneto } from './Magneto';
|
|
7
1
|
import { Propeller } from './Propeller';
|
|
2
|
+
import { Fuel } from './Fuel';
|
|
8
3
|
import { WBConfig } from './WBConfig';
|
|
9
4
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
5
|
+
import { AirplaneStatusCode } from './AirplaneStatusCode';
|
|
6
|
+
import { AirplaneValidationFlag } from './AirplaneValidationFlag';
|
|
7
|
+
import { Magneto } from './Magneto';
|
|
8
|
+
import { TypeRatingFlag } from './TypeRatingFlag';
|
|
9
|
+
import { Engine } from './Engine';
|
|
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: any
|
|
10
|
-
constructor(search?: string, status?: AirplaneStatusCode[], isActive?: boolean, sort?: string, page?: number, size?: number, props?: any);
|
|
9
|
+
props: Record<string, any>;
|
|
10
|
+
constructor(search?: string, status?: AirplaneStatusCode[], isActive?: boolean, sort?: string, page?: number, size?: number, props?: Record<string, 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: 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);
|
|
13
|
+
props: Record<string, any>;
|
|
14
|
+
constructor(search?: string, period?: TimeFrame, userId?: string, action?: string, itemType?: string, itemId?: string, itemName?: string, sort?: string, page?: number, size?: number, props?: Record<string, 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: any
|
|
7
|
-
constructor(id?: string, createdOn?: number, updatedOn?: number, flag?: number, props?: any);
|
|
6
|
+
props: Record<string, any>;
|
|
7
|
+
constructor(id?: string, createdOn?: number, updatedOn?: number, flag?: number, props?: Record<string, 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: any
|
|
6
|
-
constructor(sort?: string, page?: number, size?: number, props?: any);
|
|
5
|
+
props: Record<string, any>;
|
|
6
|
+
constructor(sort?: string, page?: number, size?: number, props?: Record<string, any>);
|
|
7
7
|
}
|
|
@@ -10,6 +10,6 @@ export declare class BookingsFilter {
|
|
|
10
10
|
sort: string;
|
|
11
11
|
page: number;
|
|
12
12
|
size: number;
|
|
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);
|
|
13
|
+
props: Record<string, any>;
|
|
14
|
+
constructor(search?: string, period?: TimeFrame, accountId?: string, contactId?: string, airplaneId?: string, status?: BookingStatusCode[], sort?: string, page?: number, size?: number, props?: Record<string, any>);
|
|
15
15
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BaseEntityEx } from './BaseEntityEx';
|
|
2
1
|
import { ValidationFlag } from './ValidationFlag';
|
|
3
2
|
import { StatusCode } from './StatusCode';
|
|
3
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
4
4
|
import { ColumnDef } from './ColumnDef';
|
|
5
5
|
export declare class Certificate extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { StatusCode } from './StatusCode';
|
|
1
2
|
import { ValidationFlag } from './ValidationFlag';
|
|
2
3
|
import { TimeFrame } from './TimeFrame';
|
|
3
|
-
import { StatusCode } from './StatusCode';
|
|
4
4
|
export declare class CertificatesFilter {
|
|
5
5
|
search: string;
|
|
6
6
|
contactId: string;
|
|
@@ -10,6 +10,6 @@ export declare class CertificatesFilter {
|
|
|
10
10
|
sort: string;
|
|
11
11
|
page: number;
|
|
12
12
|
size: number;
|
|
13
|
-
props: any
|
|
14
|
-
constructor(search?: string, contactId?: string, status?: StatusCode[], type?: ValidationFlag[], valid?: TimeFrame, sort?: string, page?: number, size?: number, props?: any);
|
|
13
|
+
props: Record<string, any>;
|
|
14
|
+
constructor(search?: string, contactId?: string, status?: StatusCode[], type?: ValidationFlag[], valid?: TimeFrame, sort?: string, page?: number, size?: number, props?: Record<string, any>);
|
|
15
15
|
}
|
package/lib/model/Contact.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { AccountStatusCode } from './AccountStatusCode';
|
|
2
|
-
import { Address } from './Address';
|
|
3
|
-
import { TypeRatingFlag } from './TypeRatingFlag';
|
|
4
|
-
import { LicenseKindFlag } from './LicenseKindFlag';
|
|
5
1
|
import { MedicalCertClassCode } from './MedicalCertClassCode';
|
|
6
2
|
import { ValidationFlag } from './ValidationFlag';
|
|
7
3
|
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
8
4
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
5
|
+
import { AccountStatusCode } from './AccountStatusCode';
|
|
6
|
+
import { Address } from './Address';
|
|
7
|
+
import { TypeRatingFlag } from './TypeRatingFlag';
|
|
8
|
+
import { LicenseKindFlag } from './LicenseKindFlag';
|
|
9
9
|
import { ColumnDef } from './ColumnDef';
|
|
10
10
|
export declare class Contact extends BaseEntityEx {
|
|
11
11
|
accountId: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { StringKeyValue } from './StringKeyValue';
|
|
2
1
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
2
|
+
import { StringKeyValue } from './StringKeyValue';
|
|
3
3
|
import { ColumnDef } from './ColumnDef';
|
|
4
4
|
export declare class ContactGroup extends BaseEntityEx {
|
|
5
5
|
name: string;
|
|
@@ -12,6 +12,6 @@ export declare class ContactsFilter {
|
|
|
12
12
|
sort: string;
|
|
13
13
|
page: number;
|
|
14
14
|
size: number;
|
|
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);
|
|
15
|
+
props: Record<string, any>;
|
|
16
|
+
constructor(search?: string, status?: StatusCode[], isPilot?: boolean, plan?: FlightCategoryCode[], typesRating?: TypeRatingFlag[], licenseKinds?: LicenseKindFlag[], sort?: string, page?: number, size?: number, props?: Record<string, any>);
|
|
17
17
|
}
|
|
@@ -10,6 +10,6 @@ export declare class CreditsFilter {
|
|
|
10
10
|
sort: string;
|
|
11
11
|
page: number;
|
|
12
12
|
size: number;
|
|
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);
|
|
13
|
+
props: Record<string, any>;
|
|
14
|
+
constructor(search?: string, accountId?: string, flightId?: string, type?: TransactionTypeCode[], period?: TimeFrame, reference?: string, sort?: string, page?: number, size?: number, props?: Record<string, any>);
|
|
15
15
|
}
|
package/lib/model/Flight.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { FlightTypeCode } from './FlightTypeCode';
|
|
2
|
-
import { BillingStatusCode } from './BillingStatusCode';
|
|
3
1
|
import { Lesson } from './Lesson';
|
|
4
|
-
import {
|
|
5
|
-
import { FlightStatusCode } from './FlightStatusCode';
|
|
2
|
+
import { FlightClassCode } from './FlightClassCode';
|
|
6
3
|
import { TOLData } from './TOLData';
|
|
7
4
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
8
|
-
import {
|
|
5
|
+
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
9
6
|
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
7
|
+
import { FlightTypeCode } from './FlightTypeCode';
|
|
8
|
+
import { FlightStatusCode } from './FlightStatusCode';
|
|
9
|
+
import { BillingStatusCode } from './BillingStatusCode';
|
|
10
10
|
import { ColumnDef } from './ColumnDef';
|
|
11
11
|
export declare class Flight extends BaseEntityEx {
|
|
12
12
|
name: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import { FlightStateCode } from './FlightStateCode';
|
|
1
2
|
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
2
3
|
import { TOLData } from './TOLData';
|
|
3
4
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
4
5
|
import { FlightTypeCode } from './FlightTypeCode';
|
|
5
6
|
import { FlightStatusCode } from './FlightStatusCode';
|
|
6
|
-
import { FlightStateCode } from './FlightStateCode';
|
|
7
7
|
import { ColumnDef } from './ColumnDef';
|
|
8
8
|
export declare class FlightPlan extends BaseEntityEx {
|
|
9
9
|
name: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { PilotQualificationsRisks } from './PilotQualificationsRisks';
|
|
2
2
|
import { DepartureRisks } from './DepartureRisks';
|
|
3
|
-
import {
|
|
3
|
+
import { SpecialRisks } from './SpecialRisks';
|
|
4
4
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
5
5
|
import { CrewDutyDayRisks } from './CrewDutyDayRisks';
|
|
6
6
|
import { DestinationRisks } from './DestinationRisks';
|
|
7
7
|
import { TripRisks } from './TripRisks';
|
|
8
|
-
import {
|
|
8
|
+
import { WeatherRisks } from './WeatherRisks';
|
|
9
9
|
import { Mitigation } from './Mitigation';
|
|
10
10
|
import { ColumnDef } from './ColumnDef';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
|
@@ -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 { FlightPurposeCode } from './FlightPurposeCode';
|
|
2
|
+
import { TimeFrame } from './TimeFrame';
|
|
1
3
|
import { FlightTypeCode } from './FlightTypeCode';
|
|
2
4
|
import { FlightStatusCode } from './FlightStatusCode';
|
|
3
5
|
import { BillingStatusCode } from './BillingStatusCode';
|
|
4
|
-
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
5
|
-
import { TimeFrame } from './TimeFrame';
|
|
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: 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);
|
|
19
|
+
props: Record<string, 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?: Record<string, any>);
|
|
21
21
|
}
|
|
@@ -5,6 +5,6 @@ export declare class LeadsFilter {
|
|
|
5
5
|
sort: string;
|
|
6
6
|
page: number;
|
|
7
7
|
size: number;
|
|
8
|
-
props: any
|
|
9
|
-
constructor(search?: string, status?: LeadStatusCode[], sort?: string, page?: number, size?: number, props?: any);
|
|
8
|
+
props: Record<string, any>;
|
|
9
|
+
constructor(search?: string, status?: LeadStatusCode[], sort?: string, page?: number, size?: number, props?: Record<string, any>);
|
|
10
10
|
}
|
|
@@ -10,6 +10,6 @@ export declare class MaintenancesFilter {
|
|
|
10
10
|
sort: string;
|
|
11
11
|
page: number;
|
|
12
12
|
size: number;
|
|
13
|
-
props: any
|
|
14
|
-
constructor(search?: string, airplaneId?: string, action?: MaintenanceActionCode[], status?: StatusCode[], valid?: TimeFrame, sort?: string, page?: number, size?: number, props?: any);
|
|
13
|
+
props: Record<string, any>;
|
|
14
|
+
constructor(search?: string, airplaneId?: string, action?: MaintenanceActionCode[], status?: StatusCode[], valid?: TimeFrame, sort?: string, page?: number, size?: number, props?: Record<string, any>);
|
|
15
15
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ConfirmStatusCode } from './ConfirmStatusCode';
|
|
2
|
-
import { MessageTypeCode } from './MessageTypeCode';
|
|
3
1
|
import { PriorityCode } from './PriorityCode';
|
|
4
2
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
3
|
+
import { ConfirmStatusCode } from './ConfirmStatusCode';
|
|
4
|
+
import { MessageTypeCode } from './MessageTypeCode';
|
|
5
5
|
import { ColumnDef } from './ColumnDef';
|
|
6
6
|
export declare class MessageConfirm extends BaseEntityEx {
|
|
7
7
|
messageId: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { NotificationTypeCode } from './NotificationTypeCode';
|
|
1
2
|
import { PriorityCode } from './PriorityCode';
|
|
2
3
|
import { StringKeyValue } from './StringKeyValue';
|
|
3
4
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
4
|
-
import { NotificationTypeCode } from './NotificationTypeCode';
|
|
5
5
|
import { ColumnDef } from './ColumnDef';
|
|
6
6
|
export declare class Notification extends BaseEntityEx {
|
|
7
7
|
type: NotificationTypeCode;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
2
1
|
import { FlightTypeCode } from './FlightTypeCode';
|
|
3
2
|
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
4
3
|
import { AssessmentCode } from './AssessmentCode';
|
|
4
|
+
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
5
5
|
export declare class PostFlightInfo {
|
|
6
6
|
flightId: string;
|
|
7
7
|
flightNumber: number;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { DepartureRisks } from './DepartureRisks';
|
|
2
|
+
import { DestinationRisks } from './DestinationRisks';
|
|
1
3
|
import { TripRisks } from './TripRisks';
|
|
2
4
|
import { WeatherRisks } from './WeatherRisks';
|
|
3
5
|
import { SpecialRisks } from './SpecialRisks';
|
|
4
6
|
import { Mitigation } from './Mitigation';
|
|
5
7
|
import { PilotQualificationsRisks } from './PilotQualificationsRisks';
|
|
6
8
|
import { CrewDutyDayRisks } from './CrewDutyDayRisks';
|
|
7
|
-
import { DepartureRisks } from './DepartureRisks';
|
|
8
|
-
import { DestinationRisks } from './DestinationRisks';
|
|
9
9
|
export declare class RiskAssessment {
|
|
10
10
|
timestamp: number;
|
|
11
11
|
pilotQualifications: PilotQualificationsRisks;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BaseEntityEx } from './BaseEntityEx';
|
|
2
1
|
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
3
2
|
import { SyllabusTopic } from './SyllabusTopic';
|
|
4
3
|
import { SyllabusStageCode } from './SyllabusStageCode';
|
|
5
4
|
import { SyllabusTrack } from './SyllabusTrack';
|
|
5
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
6
6
|
import { ColumnDef } from './ColumnDef';
|
|
7
7
|
export declare class StudentSheet extends BaseEntityEx {
|
|
8
8
|
plan: FlightCategoryCode;
|
package/lib/model/Syllabus.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SyllabusStageCode } from './SyllabusStageCode';
|
|
2
|
-
import { BaseEntityEx } from './BaseEntityEx';
|
|
3
1
|
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
4
2
|
import { InstructionTypeCode } from './InstructionTypeCode';
|
|
3
|
+
import { SyllabusStageCode } from './SyllabusStageCode';
|
|
4
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
5
5
|
import { ColumnDef } from './ColumnDef';
|
|
6
6
|
export declare class Syllabus extends BaseEntityEx {
|
|
7
7
|
plan: FlightCategoryCode;
|
|
@@ -7,6 +7,6 @@ export declare class SyllabusFilter {
|
|
|
7
7
|
sort: string;
|
|
8
8
|
page: number;
|
|
9
9
|
size: number;
|
|
10
|
-
props: any
|
|
11
|
-
constructor(search?: string, plan?: FlightCategoryCode[], type?: InstructionTypeCode[], sort?: string, page?: number, size?: number, props?: any);
|
|
10
|
+
props: Record<string, any>;
|
|
11
|
+
constructor(search?: string, plan?: FlightCategoryCode[], type?: InstructionTypeCode[], sort?: string, page?: number, size?: number, props?: Record<string, any>);
|
|
12
12
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
1
2
|
import { InstructionTypeCode } from './InstructionTypeCode';
|
|
2
3
|
import { SyllabusStageCode } from './SyllabusStageCode';
|
|
3
4
|
import { AssessmentCode } from './AssessmentCode';
|
|
4
5
|
import { BaseEntityEx } from './BaseEntityEx';
|
|
5
|
-
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
6
6
|
import { ColumnDef } from './ColumnDef';
|
|
7
7
|
export declare class SyllabusTrack extends BaseEntityEx {
|
|
8
8
|
topicId: string;
|
package/lib/model/User.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
1
2
|
import { UserTypeCode } from './UserTypeCode';
|
|
2
3
|
import { UserRoleFlag } from './UserRoleFlag';
|
|
3
4
|
import { UserStatusCode } from './UserStatusCode';
|
|
4
|
-
import { BaseEntityEx } from './BaseEntityEx';
|
|
5
5
|
import { ColumnDef } from './ColumnDef';
|
|
6
6
|
export declare class User extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
@@ -9,6 +9,6 @@ export declare class UsersFilter {
|
|
|
9
9
|
sort: string;
|
|
10
10
|
page: number;
|
|
11
11
|
size: number;
|
|
12
|
-
props: any
|
|
13
|
-
constructor(search?: string, type?: UserTypeCode[], status?: UserStatusCode[], lastSignIn?: TimeFrame, sort?: string, page?: number, size?: number, props?: any);
|
|
12
|
+
props: Record<string, any>;
|
|
13
|
+
constructor(search?: string, type?: UserTypeCode[], status?: UserStatusCode[], lastSignIn?: TimeFrame, sort?: string, page?: number, size?: number, props?: Record<string, any>);
|
|
14
14
|
}
|