@aya-flights/ngx-goox-lib 2.19.2 → 2.19.3-exp

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 (226) hide show
  1. package/config.d.ts +5 -4
  2. package/fesm2022/aya-flights-ngx-goox-lib.mjs +5922 -4181
  3. package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
  4. package/lib/{ADSBState.d.ts → model/ADSBState.d.ts} +1 -1
  5. package/lib/{Account.d.ts → model/Account.d.ts} +9 -10
  6. package/lib/model/AccountTypeCode.d.ts +11 -0
  7. package/lib/model/AccountsFilter.d.ts +12 -0
  8. package/{utils → lib/model}/ActionResponse.d.ts +2 -0
  9. package/lib/{Airplane.d.ts → model/Airplane.d.ts} +12 -9
  10. package/lib/model/AirplanesFilter.d.ts +11 -0
  11. package/lib/{AssessmentCode.d.ts → model/AssessmentCode.d.ts} +3 -7
  12. package/lib/{AuditLog.d.ts → model/AuditLog.d.ts} +3 -4
  13. package/lib/model/AuditLogFilter.d.ts +15 -0
  14. package/lib/model/BaseFilter.d.ts +7 -0
  15. package/{utils → lib/model}/BaseRestResponse.d.ts +1 -0
  16. package/lib/{Billing.d.ts → model/Billing.d.ts} +1 -1
  17. package/lib/{Booking.d.ts → model/Booking.d.ts} +11 -6
  18. package/lib/model/BookingPlan.d.ts +22 -0
  19. package/lib/{BookingSlot.d.ts → model/BookingSlot.d.ts} +3 -3
  20. package/lib/{BookingSlots.d.ts → model/BookingSlots.d.ts} +3 -4
  21. package/lib/{BookingSlotsSet.d.ts → model/BookingSlotsSet.d.ts} +3 -4
  22. package/lib/{BookingStatusCode.d.ts → model/BookingStatusCode.d.ts} +4 -2
  23. package/lib/model/BookingsFilter.d.ts +15 -0
  24. package/lib/model/Boundaries.d.ts +5 -0
  25. package/lib/{Campaign.d.ts → model/Campaign.d.ts} +5 -6
  26. package/lib/{Certificate.d.ts → model/Certificate.d.ts} +4 -5
  27. package/lib/model/CertificatesFilter.d.ts +15 -0
  28. package/lib/{ColumnDef.d.ts → model/ColumnDef.d.ts} +2 -2
  29. package/lib/model/Contact.d.ts +39 -0
  30. package/lib/model/ContactGroup.d.ts +8 -0
  31. package/lib/model/ContactsFilter.d.ts +17 -0
  32. package/lib/{Credit.d.ts → model/Credit.d.ts} +5 -5
  33. package/lib/model/CreditsFilter.d.ts +15 -0
  34. package/lib/model/Distribution.d.ts +7 -0
  35. package/lib/{Document.d.ts → model/Document.d.ts} +3 -4
  36. package/{utils → lib/model}/Entities.d.ts +1 -0
  37. package/lib/model/EntitiesRequest.d.ts +4 -0
  38. package/{utils → lib/model}/EntitiesResponse.d.ts +2 -0
  39. package/lib/model/EntityAction.d.ts +3 -0
  40. package/lib/model/EntityRequest.d.ts +4 -0
  41. package/{utils → lib/model}/EntityResponse.d.ts +2 -4
  42. package/lib/{ErrorCode.d.ts → model/ErrorCode.d.ts} +5 -1
  43. package/lib/{Flight.d.ts → model/Flight.d.ts} +21 -23
  44. package/lib/{FlightBilling.d.ts → model/FlightBilling.d.ts} +3 -4
  45. package/lib/model/FlightCategoryCode.d.ts +42 -0
  46. package/lib/model/FlightClassCode.d.ts +13 -0
  47. package/lib/{FlightPassenger.d.ts → model/FlightPassenger.d.ts} +2 -3
  48. package/lib/{FlightPlan.d.ts → model/FlightPlan.d.ts} +7 -8
  49. package/lib/{FlightPurposeCode.d.ts → model/FlightPurposeCode.d.ts} +1 -1
  50. package/lib/model/FlightRisk.d.ts +22 -0
  51. package/lib/{FlightTicket.d.ts → model/FlightTicket.d.ts} +3 -4
  52. package/lib/{FlightTypeCode.d.ts → model/FlightTypeCode.d.ts} +4 -10
  53. package/lib/model/FlightsFilter.d.ts +21 -0
  54. package/lib/model/FollowUpAction.d.ts +6 -0
  55. package/lib/{Group.d.ts → model/Group.d.ts} +4 -5
  56. package/lib/model/InstructionTypeCode.d.ts +9 -0
  57. package/lib/model/IntEnumValue.d.ts +5 -0
  58. package/lib/model/Json.d.ts +3 -0
  59. package/lib/model/JsonDoc.d.ts +5 -0
  60. package/lib/{Lead.d.ts → model/Lead.d.ts} +7 -9
  61. package/lib/{LeadAction.d.ts → model/LeadAction.d.ts} +2 -3
  62. package/lib/model/LeadsFilter.d.ts +10 -0
  63. package/lib/model/Lesson.d.ts +19 -0
  64. package/lib/model/LessonSubjectCode.d.ts +97 -0
  65. package/lib/model/LessonTypeCode.d.ts +16 -0
  66. package/lib/model/LicenseKindFlag.d.ts +17 -0
  67. package/lib/model/LocalTime.d.ts +3 -0
  68. package/lib/{LogBookRecord.d.ts → model/LogBookRecord.d.ts} +2 -3
  69. package/lib/{Lookup.d.ts → model/Lookup.d.ts} +2 -3
  70. package/lib/{LookupGroup.d.ts → model/LookupGroup.d.ts} +3 -3
  71. package/lib/{Maintenance.d.ts → model/Maintenance.d.ts} +4 -5
  72. package/lib/model/MaintenancesFilter.d.ts +15 -0
  73. package/lib/model/MedicalCertClassCode.d.ts +9 -0
  74. package/lib/{MessageConfirm.d.ts → model/MessageConfirm.d.ts} +5 -8
  75. package/lib/model/Metar.d.ts +9 -0
  76. package/lib/model/MetarReport.d.ts +8 -0
  77. package/lib/model/Notification.d.ts +13 -0
  78. package/lib/model/NotificationTypeCode.d.ts +11 -0
  79. package/lib/{Permission.d.ts → model/Permission.d.ts} +2 -2
  80. package/lib/model/Point.d.ts +5 -0
  81. package/lib/model/PostFlightInfo.d.ts +44 -0
  82. package/lib/{PreFlightInfo.d.ts → model/PreFlightInfo.d.ts} +10 -10
  83. package/lib/{Price.d.ts → model/Price.d.ts} +3 -4
  84. package/lib/{RiskAssessment.d.ts → model/RiskAssessment.d.ts} +8 -8
  85. package/{utils → lib/model}/SimpleEntity.d.ts +1 -0
  86. package/lib/model/StorageItem.d.ts +11 -0
  87. package/lib/model/Syllabus.d.ts +14 -0
  88. package/lib/model/SyllabusFilter.d.ts +12 -0
  89. package/lib/model/SyllabusTrack.d.ts +12 -0
  90. package/lib/{SystemConfig.d.ts → model/SystemConfig.d.ts} +2 -3
  91. package/lib/{SystemMessage.d.ts → model/SystemMessage.d.ts} +5 -5
  92. package/lib/model/TafReport.d.ts +8 -0
  93. package/lib/model/TimeDataPoint.d.ts +5 -0
  94. package/lib/model/TimePeriodCode.d.ts +11 -0
  95. package/lib/{TimeSeries.d.ts → model/TimeSeries.d.ts} +2 -2
  96. package/lib/model/Timestamp.d.ts +3 -0
  97. package/lib/{TokenData.d.ts → model/TokenData.d.ts} +2 -2
  98. package/lib/{TransactionTypeCode.d.ts → model/TransactionTypeCode.d.ts} +2 -1
  99. package/lib/model/Tuple.d.ts +5 -0
  100. package/lib/model/TypeRatingFlag.d.ts +10 -0
  101. package/lib/{User.d.ts → model/User.d.ts} +5 -6
  102. package/lib/model/UsersFilter.d.ts +14 -0
  103. package/lib/{ValidationFlag.d.ts → model/ValidationFlag.d.ts} +1 -8
  104. package/lib/model/WBConfig.d.ts +20 -0
  105. package/lib/model/errorStruct.d.ts +5 -0
  106. package/lib/{index.d.ts → model/index.d.ts} +131 -122
  107. package/lib/{AccountsEndPoint.d.ts → services/AccountsEndPoint.d.ts} +20 -11
  108. package/lib/services/AirplanesEndPoint.d.ts +75 -0
  109. package/lib/{AuditLogsEndPoint.d.ts → services/AuditLogsEndPoint.d.ts} +7 -5
  110. package/lib/{BookingSlotsEndPoint.d.ts → services/BookingSlotsEndPoint.d.ts} +21 -6
  111. package/lib/{BookingsEndPoint.d.ts → services/BookingsEndPoint.d.ts} +25 -9
  112. package/lib/{CampaignsEndPoint.d.ts → services/CampaignsEndPoint.d.ts} +8 -5
  113. package/lib/{CertificatesEndPoint.d.ts → services/CertificatesEndPoint.d.ts} +9 -5
  114. package/lib/{ContactsEndPoint.d.ts → services/ContactsEndPoint.d.ts} +30 -14
  115. package/lib/services/ContactsGroupsEndPoint.d.ts +44 -0
  116. package/lib/{CreditsEndPoint.d.ts → services/CreditsEndPoint.d.ts} +11 -4
  117. package/lib/{DocumentsEndPoint.d.ts → services/DocumentsEndPoint.d.ts} +16 -4
  118. package/lib/{FlightTicketsEndPoint.d.ts → services/FlightTicketsEndPoint.d.ts} +9 -5
  119. package/lib/{FlightsEndPoint.d.ts → services/FlightsEndPoint.d.ts} +44 -13
  120. package/lib/{GroupsEndPoint.d.ts → services/GroupsEndPoint.d.ts} +12 -5
  121. package/lib/services/LeadsEndPoint.d.ts +110 -0
  122. package/lib/{LookupsEndPoint.d.ts → services/LookupsEndPoint.d.ts} +8 -5
  123. package/lib/{MaintenancesEndPoint.d.ts → services/MaintenancesEndPoint.d.ts} +10 -5
  124. package/lib/services/McpToolsEndPoint.d.ts +25 -0
  125. package/lib/{MessageConfirmsEndPoint.d.ts → services/MessageConfirmsEndPoint.d.ts} +19 -5
  126. package/lib/services/MyAuthEndPoint.d.ts +37 -0
  127. package/lib/services/MyBookingsEndPoint.d.ts +65 -0
  128. package/lib/services/MyCertificatesEndPoint.d.ts +52 -0
  129. package/lib/{MyCreditsEndPoint.d.ts → services/MyCreditsEndPoint.d.ts} +6 -4
  130. package/lib/services/MyFlightsEndPoint.d.ts +70 -0
  131. package/lib/services/MyInfoEndPoint.d.ts +27 -0
  132. package/lib/services/MyMessagesEndPoint.d.ts +28 -0
  133. package/lib/services/MyStudentsEndPoint.d.ts +35 -0
  134. package/lib/{PriceListEndPoint.d.ts → services/PriceListEndPoint.d.ts} +9 -5
  135. package/lib/services/SyllabusEndPoint.d.ts +45 -0
  136. package/lib/{SystemConfigsEndPoint.d.ts → services/SystemConfigsEndPoint.d.ts} +7 -4
  137. package/lib/{SystemEndPoint.d.ts → services/SystemEndPoint.d.ts} +4 -3
  138. package/lib/{SystemMessagesEndPoint.d.ts → services/SystemMessagesEndPoint.d.ts} +14 -6
  139. package/lib/{UserEndPoint.d.ts → services/UserEndPoint.d.ts} +6 -5
  140. package/lib/{UsersEndPoint.d.ts → services/UsersEndPoint.d.ts} +12 -7
  141. package/lib/services/index.d.ts +34 -0
  142. package/ngx-goox-lib.module.d.ts +3 -4
  143. package/package.json +1 -1
  144. package/public-api.d.ts +3 -3
  145. package/{utils/rest-util.d.ts → rest-utils.d.ts} +3 -3
  146. package/lib/AccountFilter.d.ts +0 -6
  147. package/lib/AirplaneFilter.d.ts +0 -7
  148. package/lib/AirplanesEndPoint.d.ts +0 -61
  149. package/lib/AuditLogFilter.d.ts +0 -11
  150. package/lib/BaseFilter.d.ts +0 -4
  151. package/lib/BookingFilter.d.ts +0 -13
  152. package/lib/CertificateFilter.d.ts +0 -9
  153. package/lib/Contact.d.ts +0 -39
  154. package/lib/ContactFilter.d.ts +0 -7
  155. package/lib/CreditFilter.d.ts +0 -9
  156. package/lib/Enums.d.ts +0 -1
  157. package/lib/FlightFilter.d.ts +0 -18
  158. package/lib/FlightRisk.d.ts +0 -23
  159. package/lib/LeadFilter.d.ts +0 -10
  160. package/lib/LeadsEndPoint.d.ts +0 -66
  161. package/lib/Lesson.d.ts +0 -12
  162. package/lib/MaintenanceFilter.d.ts +0 -12
  163. package/lib/MyAuthEndPoint.d.ts +0 -24
  164. package/lib/MyBookingsEndPoint.d.ts +0 -38
  165. package/lib/MyFlightsEndPoint.d.ts +0 -43
  166. package/lib/OnBoard.d.ts +0 -7
  167. package/lib/PostFlightData.d.ts +0 -37
  168. package/lib/PostFlightInfo.d.ts +0 -42
  169. package/lib/PreFlightData.d.ts +0 -37
  170. package/lib/ReFuel.d.ts +0 -6
  171. package/lib/TimeDataPoint.d.ts +0 -5
  172. package/lib/Tuple.d.ts +0 -5
  173. package/lib/UserFilter.d.ts +0 -12
  174. package/lib/services.export.d.ts +0 -28
  175. package/utils/index.d.ts +0 -7
  176. /package/lib/{ADSBCategoryCode.d.ts → model/ADSBCategoryCode.d.ts} +0 -0
  177. /package/lib/{ADSBSourceFlag.d.ts → model/ADSBSourceFlag.d.ts} +0 -0
  178. /package/lib/{AccountStatusCode.d.ts → model/AccountStatusCode.d.ts} +0 -0
  179. /package/lib/{Address.d.ts → model/Address.d.ts} +0 -0
  180. /package/lib/{AirplaneStatusCode.d.ts → model/AirplaneStatusCode.d.ts} +0 -0
  181. /package/lib/{AirplaneValidationFlag.d.ts → model/AirplaneValidationFlag.d.ts} +0 -0
  182. /package/lib/{AnyKeyValue.d.ts → model/AnyKeyValue.d.ts} +0 -0
  183. /package/lib/{BaseEntity.d.ts → model/BaseEntity.d.ts} +0 -0
  184. /package/lib/{BaseEntityEx.d.ts → model/BaseEntityEx.d.ts} +0 -0
  185. /package/lib/{BillingRecord.d.ts → model/BillingRecord.d.ts} +0 -0
  186. /package/lib/{BillingStatusCode.d.ts → model/BillingStatusCode.d.ts} +0 -0
  187. /package/lib/{BookingTypeFlag.d.ts → model/BookingTypeFlag.d.ts} +0 -0
  188. /package/lib/{CampaignStatusCode.d.ts → model/CampaignStatusCode.d.ts} +0 -0
  189. /package/lib/{CampaignTypeCode.d.ts → model/CampaignTypeCode.d.ts} +0 -0
  190. /package/lib/{ConfirmStatusCode.d.ts → model/ConfirmStatusCode.d.ts} +0 -0
  191. /package/lib/{CrewDutyDayRisks.d.ts → model/CrewDutyDayRisks.d.ts} +0 -0
  192. /package/lib/{CurrencyCode.d.ts → model/CurrencyCode.d.ts} +0 -0
  193. /package/lib/{DepartureRisks.d.ts → model/DepartureRisks.d.ts} +0 -0
  194. /package/lib/{DestinationRisks.d.ts → model/DestinationRisks.d.ts} +0 -0
  195. /package/lib/{DocumentRevision.d.ts → model/DocumentRevision.d.ts} +0 -0
  196. /package/lib/{Engine.d.ts → model/Engine.d.ts} +0 -0
  197. /package/lib/{FilterFlag.d.ts → model/FilterFlag.d.ts} +0 -0
  198. /package/lib/{FlightStateCode.d.ts → model/FlightStateCode.d.ts} +0 -0
  199. /package/lib/{FlightStatusCode.d.ts → model/FlightStatusCode.d.ts} +0 -0
  200. /package/lib/{Fuel.d.ts → model/Fuel.d.ts} +0 -0
  201. /package/lib/{IntKeyValue.d.ts → model/IntKeyValue.d.ts} +0 -0
  202. /package/lib/{LeadStatusCode.d.ts → model/LeadStatusCode.d.ts} +0 -0
  203. /package/lib/{Location.d.ts → model/Location.d.ts} +0 -0
  204. /package/lib/{LoginParams.d.ts → model/LoginParams.d.ts} +0 -0
  205. /package/lib/{Magneto.d.ts → model/Magneto.d.ts} +0 -0
  206. /package/lib/{MaintenanceActionCode.d.ts → model/MaintenanceActionCode.d.ts} +0 -0
  207. /package/lib/{MessageTypeCode.d.ts → model/MessageTypeCode.d.ts} +0 -0
  208. /package/lib/{Mitigation.d.ts → model/Mitigation.d.ts} +0 -0
  209. /package/lib/{ModuleCode.d.ts → model/ModuleCode.d.ts} +0 -0
  210. /package/lib/{OperatorCode.d.ts → model/OperatorCode.d.ts} +0 -0
  211. /package/lib/{PaymentMethodCode.d.ts → model/PaymentMethodCode.d.ts} +0 -0
  212. /package/lib/{PermissionFlag.d.ts → model/PermissionFlag.d.ts} +0 -0
  213. /package/lib/{PilotQualificationsRisks.d.ts → model/PilotQualificationsRisks.d.ts} +0 -0
  214. /package/lib/{PriorityCode.d.ts → model/PriorityCode.d.ts} +0 -0
  215. /package/lib/{Propeller.d.ts → model/Propeller.d.ts} +0 -0
  216. /package/lib/{SpecialRisks.d.ts → model/SpecialRisks.d.ts} +0 -0
  217. /package/lib/{StatusCode.d.ts → model/StatusCode.d.ts} +0 -0
  218. /package/lib/{StringKeyValue.d.ts → model/StringKeyValue.d.ts} +0 -0
  219. /package/lib/{TOLData.d.ts → model/TOLData.d.ts} +0 -0
  220. /package/lib/{TicketStatusCode.d.ts → model/TicketStatusCode.d.ts} +0 -0
  221. /package/lib/{TimeFrame.d.ts → model/TimeFrame.d.ts} +0 -0
  222. /package/lib/{TripRisks.d.ts → model/TripRisks.d.ts} +0 -0
  223. /package/lib/{UserRoleFlag.d.ts → model/UserRoleFlag.d.ts} +0 -0
  224. /package/lib/{UserStatusCode.d.ts → model/UserStatusCode.d.ts} +0 -0
  225. /package/lib/{UserTypeCode.d.ts → model/UserTypeCode.d.ts} +0 -0
  226. /package/lib/{WeatherRisks.d.ts → model/WeatherRisks.d.ts} +0 -0
@@ -1,18 +1,15 @@
1
- import { ConfirmStatusCode } from '.';
2
- import { MessageTypeCode } from '.';
3
- import { PriorityCode } from '.';
4
- import { BaseEntityEx } from '.';
5
- import { ColumnDef } from '.';
1
+ import { ConfirmStatusCode } from './ConfirmStatusCode';
2
+ import { MessageTypeCode } from './MessageTypeCode';
3
+ import { PriorityCode } from './PriorityCode';
4
+ import { BaseEntityEx } from './BaseEntityEx';
5
+ import { ColumnDef } from './ColumnDef';
6
6
  export declare class MessageConfirm extends BaseEntityEx {
7
7
  messageId: string;
8
8
  contactId: string;
9
9
  replyStatus: ConfirmStatusCode;
10
10
  replyOn: number;
11
- replyUrl: string;
12
11
  subject: string;
13
- description: string;
14
12
  type: MessageTypeCode;
15
13
  priority: PriorityCode;
16
- get(field: string): any;
17
14
  }
18
15
  export declare function GetMessageConfirmColumnsDef(): ColumnDef[];
@@ -0,0 +1,9 @@
1
+ import { MetarReport } from './MetarReport';
2
+ import { TafReport } from './TafReport';
3
+ import { BaseEntityEx } from './BaseEntityEx';
4
+ import { ColumnDef } from './ColumnDef';
5
+ export declare class Metar extends BaseEntityEx {
6
+ metarReports: MetarReport[];
7
+ tafReports: TafReport[];
8
+ }
9
+ export declare function GetMetarColumnsDef(): ColumnDef[];
@@ -0,0 +1,8 @@
1
+ export declare class MetarReport {
2
+ id: string;
3
+ station: string;
4
+ validFrom: string;
5
+ content: string;
6
+ description: string;
7
+ constructor(id?: string, station?: string, validFrom?: string, content?: string, description?: string);
8
+ }
@@ -0,0 +1,13 @@
1
+ import { NotificationTypeCode } from './NotificationTypeCode';
2
+ import { PriorityCode } from './PriorityCode';
3
+ import { StringKeyValue } from './StringKeyValue';
4
+ import { BaseEntityEx } from './BaseEntityEx';
5
+ import { ColumnDef } from './ColumnDef';
6
+ export declare class Notification extends BaseEntityEx {
7
+ type: NotificationTypeCode;
8
+ description: string;
9
+ severity: PriorityCode;
10
+ items: StringKeyValue[];
11
+ count: number;
12
+ }
13
+ export declare function GetNotificationColumnsDef(): ColumnDef[];
@@ -0,0 +1,11 @@
1
+ import { Tuple } from '.';
2
+ export declare enum NotificationTypeCode {
3
+ UNDEFINED = 0,
4
+ GENERAL = 1,
5
+ FLIGHTS = 2,
6
+ CERTIFICATE = 4,
7
+ UNREAD = 8,
8
+ BALANCE = 16
9
+ }
10
+ export declare function GetNotificationTypeCodes(): Tuple<NotificationTypeCode, string>[];
11
+ export declare function MapNotificationTypeCodes(): Map<NotificationTypeCode, string>;
@@ -1,5 +1,5 @@
1
- import { ModuleCode } from '.';
2
- import { PermissionFlag } from '.';
1
+ import { ModuleCode } from './ModuleCode';
2
+ import { PermissionFlag } from './PermissionFlag';
3
3
  export declare class Permission {
4
4
  module: ModuleCode;
5
5
  permissions: PermissionFlag;
@@ -0,0 +1,5 @@
1
+ export declare class Point {
2
+ x: number;
3
+ y: number;
4
+ constructor(x?: number, y?: number);
5
+ }
@@ -0,0 +1,44 @@
1
+ import { FlightPurposeCode } from './FlightPurposeCode';
2
+ import { FlightTypeCode } from './FlightTypeCode';
3
+ import { FlightCategoryCode } from './FlightCategoryCode';
4
+ import { AssessmentCode } from './AssessmentCode';
5
+ export declare class PostFlightInfo {
6
+ flightId: string;
7
+ flightNumber: number;
8
+ airplane: string;
9
+ hoursToInspection: number;
10
+ purpose: FlightPurposeCode;
11
+ type: FlightTypeCode;
12
+ instructionPlan: FlightCategoryCode;
13
+ takeoffPlannedTime: number;
14
+ takeoffActualTime: number;
15
+ takeoffField: string;
16
+ takeoffHobbs: number;
17
+ landingPlannedTime: number;
18
+ landingActualTime: number;
19
+ landingField: string;
20
+ landingHobbs: number;
21
+ landingTach: number;
22
+ previousTach: number;
23
+ captainId: string;
24
+ firstOfficerId: string;
25
+ captainName: string;
26
+ firstOfficerName: string;
27
+ destination: string;
28
+ actualFuelOnBoard: number;
29
+ actualOilOnBoard: number;
30
+ lessonNumber: number;
31
+ lessonTopicId: string;
32
+ lessonFlightCounter: number;
33
+ assessment: AssessmentCode;
34
+ instructedFlightTime: number;
35
+ instrumentsFlightTime: number;
36
+ soloFlightTime: number;
37
+ instructedNavTime: number;
38
+ soloNavTime: number;
39
+ nightTime: number;
40
+ lessonComments: string;
41
+ description: string;
42
+ reportedBy: string;
43
+ constructor(flightId?: string, flightNumber?: number, airplane?: string, hoursToInspection?: number, purpose?: FlightPurposeCode, type?: FlightTypeCode, instructionPlan?: FlightCategoryCode, takeoffPlannedTime?: number, takeoffActualTime?: number, takeoffField?: string, takeoffHobbs?: number, landingPlannedTime?: number, landingActualTime?: number, landingField?: string, landingHobbs?: number, landingTach?: number, previousTach?: number, captainId?: string, firstOfficerId?: string, captainName?: string, firstOfficerName?: string, destination?: string, actualFuelOnBoard?: number, actualOilOnBoard?: number, lessonNumber?: number, lessonTopicId?: string, lessonFlightCounter?: number, lessonAssessment?: AssessmentCode, instructedFlightTime?: number, instrumentsFlightTime?: number, soloFlightTime?: number, instructedNavTime?: number, soloNavTime?: number, nightTime?: number, lessonComments?: string, description?: string, reportedBy?: string);
44
+ }
@@ -1,5 +1,6 @@
1
- import { FlightPurposeCode } from '.';
2
- import { FlightTypeCode } from '.';
1
+ import { FlightPurposeCode } from './FlightPurposeCode';
2
+ import { FlightTypeCode } from './FlightTypeCode';
3
+ import { FlightCategoryCode } from './FlightCategoryCode';
3
4
  export declare class PreFlightInfo {
4
5
  flightId: string;
5
6
  flightNumber: number;
@@ -12,26 +13,25 @@ export declare class PreFlightInfo {
12
13
  purpose: FlightPurposeCode;
13
14
  purposeOt: string;
14
15
  type: FlightTypeCode;
16
+ instructionPlan: FlightCategoryCode;
15
17
  destination: string;
16
18
  secondaryCallSign: string;
17
- captain: string;
18
- firstOfficer: string;
19
+ captainId: string;
20
+ firstOfficerId: string;
21
+ captainName: string;
22
+ firstOfficerName: string;
19
23
  estimatedFuelOnBoard: number;
20
24
  estimatedEndurance: number;
21
25
  actualFuelOnBoard: number;
22
- refuelBeforeFlight: number;
23
26
  actualOilOnBoard: number;
24
- refillOilBeforeFlight: number;
25
27
  passengers: string[];
26
28
  crew: string[];
27
29
  wbConfig: string;
28
30
  wbManual: string;
29
- lessonSubject: string;
31
+ lessonTopicId: string;
30
32
  lessonFlightCounter: number;
31
33
  preFlightNotes: string;
32
34
  operationNotes: string;
33
- hasCompetency: boolean;
34
- hasFlightPlan: boolean;
35
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
+ constructor(flightId?: string, flightNumber?: number, airplane?: string, hoursToInspection?: number, takeoffPlannedTime?: number, takeoffActualTime?: number, takeoffField?: string, landingField?: string, purpose?: FlightPurposeCode, purposeOt?: string, type?: FlightTypeCode, instructionPlan?: FlightCategoryCode, destination?: string, secondaryCallSign?: string, captainId?: string, firstOfficerId?: string, captainName?: string, firstOfficerName?: string, estimatedFuelOnBoard?: number, estimatedEndurance?: number, actualFuelOnBoard?: number, actualOilOnBoard?: number, passengers?: string[], crew?: string[], wBConfig?: string, wBManual?: string, lessonTopicId?: string, lessonFlightCounter?: number, preFlightNotes?: string, operationNotes?: string, reportedBy?: string);
37
37
  }
@@ -1,12 +1,11 @@
1
- import { FlightPurposeCode } from '.';
2
- import { BaseEntityEx } from '.';
3
- import { ColumnDef } from '.';
1
+ import { FlightPurposeCode } from './FlightPurposeCode';
2
+ import { BaseEntityEx } from './BaseEntityEx';
3
+ import { ColumnDef } from './ColumnDef';
4
4
  export declare class Price extends BaseEntityEx {
5
5
  name: string;
6
6
  airplaneId: string;
7
7
  accountId: string;
8
8
  purpose: FlightPurposeCode;
9
9
  cost: number;
10
- get(field: string): any;
11
10
  }
12
11
  export declare function GetPriceColumnsDef(): ColumnDef[];
@@ -1,11 +1,11 @@
1
- import { TripRisks } from '.';
2
- import { WeatherRisks } from '.';
3
- import { SpecialRisks } from '.';
4
- import { Mitigation } from '.';
5
- import { PilotQualificationsRisks } from '.';
6
- import { CrewDutyDayRisks } from '.';
7
- import { DepartureRisks } from '.';
8
- import { DestinationRisks } from '.';
1
+ import { SpecialRisks } from './SpecialRisks';
2
+ import { Mitigation } from './Mitigation';
3
+ import { PilotQualificationsRisks } from './PilotQualificationsRisks';
4
+ import { CrewDutyDayRisks } from './CrewDutyDayRisks';
5
+ import { DepartureRisks } from './DepartureRisks';
6
+ import { DestinationRisks } from './DestinationRisks';
7
+ import { TripRisks } from './TripRisks';
8
+ import { WeatherRisks } from './WeatherRisks';
9
9
  export declare class RiskAssessment {
10
10
  timestamp: number;
11
11
  pilotQualifications: PilotQualificationsRisks;
@@ -1,3 +1,4 @@
1
1
  export declare class SimpleEntity<T> {
2
2
  value: T;
3
+ constructor(value?: T);
3
4
  }
@@ -0,0 +1,11 @@
1
+ import { BaseEntityEx } from './BaseEntityEx';
2
+ import { ColumnDef } from './ColumnDef';
3
+ export declare class StorageItem extends BaseEntityEx {
4
+ name: string;
5
+ path: string;
6
+ icon: string;
7
+ size: number;
8
+ mimeType: string;
9
+ isFolder: boolean;
10
+ }
11
+ export declare function GetStorageItemColumnsDef(): ColumnDef[];
@@ -0,0 +1,14 @@
1
+ import { FlightCategoryCode } from './FlightCategoryCode';
2
+ import { InstructionTypeCode } from './InstructionTypeCode';
3
+ import { BaseEntityEx } from './BaseEntityEx';
4
+ import { ColumnDef } from './ColumnDef';
5
+ export declare class Syllabus extends BaseEntityEx {
6
+ plan: FlightCategoryCode;
7
+ type: InstructionTypeCode;
8
+ phase: string;
9
+ seq: string;
10
+ num: number;
11
+ name: string;
12
+ duration: number;
13
+ }
14
+ export declare function GetSyllabusColumnsDef(): ColumnDef[];
@@ -0,0 +1,12 @@
1
+ import { FlightCategoryCode } from './FlightCategoryCode';
2
+ import { InstructionTypeCode } from './InstructionTypeCode';
3
+ export declare class SyllabusFilter {
4
+ search: string;
5
+ plan: FlightCategoryCode[];
6
+ type: InstructionTypeCode[];
7
+ sort: string;
8
+ page: number;
9
+ 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>);
12
+ }
@@ -0,0 +1,12 @@
1
+ import { BaseEntityEx } from './BaseEntityEx';
2
+ import { FlightCategoryCode } from './FlightCategoryCode';
3
+ import { ColumnDef } from './ColumnDef';
4
+ export declare class SyllabusTrack extends BaseEntityEx {
5
+ plan: FlightCategoryCode;
6
+ topicId: string;
7
+ contactId: string;
8
+ instructorId: string;
9
+ flightId: string;
10
+ approvedOn: number;
11
+ }
12
+ export declare function GetSyllabusTrackColumnsDef(): ColumnDef[];
@@ -1,8 +1,7 @@
1
- import { BaseEntityEx } from '.';
2
- import { ColumnDef } from '.';
1
+ import { BaseEntityEx } from './BaseEntityEx';
2
+ import { ColumnDef } from './ColumnDef';
3
3
  export declare class SystemConfig extends BaseEntityEx {
4
4
  strVal: string;
5
5
  intVal: number;
6
- get(field: string): any;
7
6
  }
8
7
  export declare function GetSystemConfigColumnsDef(): ColumnDef[];
@@ -1,13 +1,13 @@
1
- import { MessageTypeCode } from '.';
2
- import { PriorityCode } from '.';
3
- import { BaseEntityEx } from '.';
4
- import { ColumnDef } from '.';
1
+ import { BaseEntityEx } from './BaseEntityEx';
2
+ import { MessageTypeCode } from './MessageTypeCode';
3
+ import { PriorityCode } from './PriorityCode';
4
+ import { ColumnDef } from './ColumnDef';
5
5
  export declare class SystemMessage extends BaseEntityEx {
6
6
  subject: string;
7
7
  description: string;
8
8
  type: MessageTypeCode;
9
9
  priority: PriorityCode;
10
10
  groups: string[];
11
- get(field: string): any;
11
+ publishedOn: number;
12
12
  }
13
13
  export declare function GetSystemMessageColumnsDef(): ColumnDef[];
@@ -0,0 +1,8 @@
1
+ export declare class TafReport {
2
+ id: string;
3
+ station: string;
4
+ validFrom: string;
5
+ content: string;
6
+ description: string;
7
+ constructor(id?: string, station?: string, validFrom?: string, content?: string, description?: string);
8
+ }
@@ -0,0 +1,5 @@
1
+ export declare class TimeDataPoint<V> {
2
+ timestamp: number;
3
+ value: V;
4
+ constructor(timestamp?: number, value?: V);
5
+ }
@@ -0,0 +1,11 @@
1
+ import { Tuple } from '.';
2
+ export declare enum TimePeriodCode {
3
+ UNDEFINED = 0,
4
+ MINUTE = 1,
5
+ HOUR = 2,
6
+ DAY = 3,
7
+ WEEK = 4,
8
+ MONTH = 5
9
+ }
10
+ export declare function GetTimePeriodCodes(): Tuple<TimePeriodCode, string>[];
11
+ export declare function MapTimePeriodCodes(): Map<TimePeriodCode, string>;
@@ -1,5 +1,5 @@
1
- import { TimeFrame } from '.';
2
- import { TimeDataPoint } from '.';
1
+ import { TimeFrame } from './TimeFrame';
2
+ import { TimeDataPoint } from './TimeDataPoint';
3
3
  export declare class TimeSeries<T> {
4
4
  name: string;
5
5
  range: TimeFrame;
@@ -0,0 +1,3 @@
1
+ export declare class Timestamp {
2
+ constructor();
3
+ }
@@ -1,5 +1,5 @@
1
- import { UserTypeCode } from '.';
2
- import { UserStatusCode } from '.';
1
+ import { UserTypeCode } from './UserTypeCode';
2
+ import { UserStatusCode } from './UserStatusCode';
3
3
  export declare class TokenData {
4
4
  subjectId: string;
5
5
  subjectType: UserTypeCode;
@@ -6,7 +6,8 @@ export declare enum TransactionTypeCode {
6
6
  PURCHASE = 3,
7
7
  PAYMENT = 4,
8
8
  BONUS = 5,
9
- REFUND = 6
9
+ REFUND = 6,
10
+ RESET = 7
10
11
  }
11
12
  export declare function GetTransactionTypeCodes(): Tuple<TransactionTypeCode, string>[];
12
13
  export declare function MapTransactionTypeCodes(): Map<TransactionTypeCode, string>;
@@ -0,0 +1,5 @@
1
+ export declare class Tuple<K, V> {
2
+ key: K;
3
+ value: V;
4
+ constructor(key?: K, value?: V);
5
+ }
@@ -0,0 +1,10 @@
1
+ import { Tuple } from '.';
2
+ export declare enum TypeRatingFlag {
3
+ UNDEFINED = 0,
4
+ C172P = 32,
5
+ C172XP = 64,
6
+ C207 = 128,
7
+ PA31 = 256
8
+ }
9
+ export declare function GetTypeRatingFlags(): Tuple<TypeRatingFlag, string>[];
10
+ export declare function MapTypeRatingFlags(): Map<TypeRatingFlag, string>;
@@ -1,8 +1,8 @@
1
- import { ColumnDef } from '.';
2
- import { UserTypeCode } from '.';
3
- import { UserRoleFlag } from '.';
4
- import { UserStatusCode } from '.';
5
- import { BaseEntityEx } from '.';
1
+ import { UserTypeCode } from './UserTypeCode';
2
+ import { UserRoleFlag } from './UserRoleFlag';
3
+ import { UserStatusCode } from './UserStatusCode';
4
+ import { BaseEntityEx } from './BaseEntityEx';
5
+ import { ColumnDef } from './ColumnDef';
6
6
  export declare class User extends BaseEntityEx {
7
7
  name: string;
8
8
  email: string;
@@ -12,6 +12,5 @@ export declare class User extends BaseEntityEx {
12
12
  groups: string[];
13
13
  status: UserStatusCode;
14
14
  lastSignIn: number;
15
- get(field: string): any;
16
15
  }
17
16
  export declare function GetUserColumnsDef(): ColumnDef[];
@@ -0,0 +1,14 @@
1
+ import { UserStatusCode } from './UserStatusCode';
2
+ import { TimeFrame } from './TimeFrame';
3
+ import { UserTypeCode } from './UserTypeCode';
4
+ export declare class UsersFilter {
5
+ search: string;
6
+ type: UserTypeCode[];
7
+ status: UserStatusCode[];
8
+ lastSignIn: TimeFrame;
9
+ sort: string;
10
+ page: number;
11
+ size: number;
12
+ props: Map<string, object>;
13
+ constructor(search?: string, type?: UserTypeCode[], status?: UserStatusCode[], lastSignIn?: TimeFrame, sort?: string, page?: number, size?: number, props?: Map<string, object>);
14
+ }
@@ -7,19 +7,12 @@ export declare enum ValidationFlag {
7
7
  DUAL_ENG_CERT = 8,
8
8
  INST_666_CERT = 16,
9
9
  INST_REC_CERT = 32,
10
- DAYTIME_FLY = 64,
11
- NIGHTTIME_FLY = 128,
12
- NIGHT_CVFR_CUR = 256,
13
10
  ROUTE_EXAM = 512,
14
- DI_CERT = 1024,
15
11
  INTERNATIONAL = 2048,
16
12
  ENGLISH_PROF = 4096,
17
13
  INSTRUCTOR_LICENSE = 8192,
18
- COMPANY_CHECK = 16384,
19
14
  COMPANY_EXAMIN = 32768,
20
- COMMERCIAL_172P = 65536,
21
- COMMERCIAL_172XP = 131072,
22
- COMMERCIAL_207 = 262144
15
+ RT_CERT = 65536
23
16
  }
24
17
  export declare function GetValidationFlags(): Tuple<ValidationFlag, string>[];
25
18
  export declare function MapValidationFlags(): Map<ValidationFlag, string>;
@@ -0,0 +1,20 @@
1
+ import { Point } from './Point';
2
+ export declare class WBConfig {
3
+ maxTakeoffWeight: number;
4
+ airplaneWeight: number;
5
+ frontBaggageWeight: number;
6
+ rearBaggageWeight: number;
7
+ totalBaggageWeight: number;
8
+ maxUsableFuel: number;
9
+ selfArm: number;
10
+ fuelTankArm: number;
11
+ pilotsArm: number;
12
+ passengersArm: number;
13
+ frontBaggageArm: number;
14
+ rearBaggageArm: number;
15
+ maxRearArm: number;
16
+ maxFrontArm: number;
17
+ normalEnvelope: Point[];
18
+ utilityEnvelope: Point[];
19
+ constructor(maxTakeoffWeight?: number, airplaneWeight?: number, frontBaggageWeight?: number, rearBaggageWeight?: number, totalBaggageWeight?: number, maxUsableFuel?: number, selfArm?: number, fuelTankArm?: number, pilotsArm?: number, passengersArm?: number, frontBaggageArm?: number, rearBaggageArm?: number, maxRearArm?: number, maxFrontArm?: number, normalEnvelope?: Point[], utilityEnvelope?: Point[]);
20
+ }
@@ -0,0 +1,5 @@
1
+ export declare class errorStruct {
2
+ code: number;
3
+ text: string;
4
+ constructor(code?: number, text?: string);
5
+ }