@aya-flights/ngx-goox-lib 2.19.1 → 2.19.2-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 (225) hide show
  1. package/config.d.ts +5 -4
  2. package/fesm2022/aya-flights-ngx-goox-lib.mjs +6287 -4579
  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/{SystemConfig.d.ts → model/SystemConfig.d.ts} +2 -3
  90. package/lib/{SystemMessage.d.ts → model/SystemMessage.d.ts} +5 -5
  91. package/lib/model/TafReport.d.ts +8 -0
  92. package/lib/model/TimeDataPoint.d.ts +5 -0
  93. package/lib/model/TimePeriodCode.d.ts +11 -0
  94. package/lib/{TimeSeries.d.ts → model/TimeSeries.d.ts} +2 -2
  95. package/lib/model/Timestamp.d.ts +3 -0
  96. package/lib/{TokenData.d.ts → model/TokenData.d.ts} +2 -2
  97. package/lib/{TransactionTypeCode.d.ts → model/TransactionTypeCode.d.ts} +2 -1
  98. package/lib/model/Tuple.d.ts +5 -0
  99. package/lib/model/TypeRatingFlag.d.ts +10 -0
  100. package/lib/{User.d.ts → model/User.d.ts} +5 -6
  101. package/lib/model/UsersFilter.d.ts +14 -0
  102. package/lib/{ValidationFlag.d.ts → model/ValidationFlag.d.ts} +1 -8
  103. package/lib/model/WBConfig.d.ts +20 -0
  104. package/lib/model/errorStruct.d.ts +5 -0
  105. package/lib/{index.d.ts → model/index.d.ts} +132 -124
  106. package/lib/{AccountsEndPoint.d.ts → services/AccountsEndPoint.d.ts} +20 -11
  107. package/lib/services/AirplanesEndPoint.d.ts +75 -0
  108. package/lib/{AuditLogsEndPoint.d.ts → services/AuditLogsEndPoint.d.ts} +7 -5
  109. package/lib/{BookingSlotsEndPoint.d.ts → services/BookingSlotsEndPoint.d.ts} +21 -6
  110. package/lib/{BookingsEndPoint.d.ts → services/BookingsEndPoint.d.ts} +25 -9
  111. package/lib/{CampaignsEndPoint.d.ts → services/CampaignsEndPoint.d.ts} +8 -5
  112. package/lib/{CertificatesEndPoint.d.ts → services/CertificatesEndPoint.d.ts} +9 -5
  113. package/lib/{ContactsEndPoint.d.ts → services/ContactsEndPoint.d.ts} +25 -14
  114. package/lib/services/ContactsGroupsEndPoint.d.ts +44 -0
  115. package/lib/{CreditsEndPoint.d.ts → services/CreditsEndPoint.d.ts} +11 -4
  116. package/lib/{DocumentsEndPoint.d.ts → services/DocumentsEndPoint.d.ts} +16 -4
  117. package/lib/{FlightTicketsEndPoint.d.ts → services/FlightTicketsEndPoint.d.ts} +9 -5
  118. package/lib/{FlightsEndPoint.d.ts → services/FlightsEndPoint.d.ts} +44 -13
  119. package/lib/{GroupsEndPoint.d.ts → services/GroupsEndPoint.d.ts} +12 -5
  120. package/lib/services/LeadsEndPoint.d.ts +110 -0
  121. package/lib/{LookupsEndPoint.d.ts → services/LookupsEndPoint.d.ts} +8 -5
  122. package/lib/{MaintenancesEndPoint.d.ts → services/MaintenancesEndPoint.d.ts} +10 -5
  123. package/lib/services/McpToolsEndPoint.d.ts +25 -0
  124. package/lib/{MessageConfirmsEndPoint.d.ts → services/MessageConfirmsEndPoint.d.ts} +19 -5
  125. package/lib/services/MyAuthEndPoint.d.ts +37 -0
  126. package/lib/services/MyBookingsEndPoint.d.ts +65 -0
  127. package/lib/services/MyCertificatesEndPoint.d.ts +52 -0
  128. package/lib/{MyCreditsEndPoint.d.ts → services/MyCreditsEndPoint.d.ts} +6 -4
  129. package/lib/services/MyFlightsEndPoint.d.ts +70 -0
  130. package/lib/services/MyInfoEndPoint.d.ts +27 -0
  131. package/lib/services/MyMessagesEndPoint.d.ts +28 -0
  132. package/lib/services/MyStudentsEndPoint.d.ts +35 -0
  133. package/lib/{PriceListEndPoint.d.ts → services/PriceListEndPoint.d.ts} +9 -5
  134. package/lib/services/SyllabusEndPoint.d.ts +45 -0
  135. package/lib/{SystemConfigsEndPoint.d.ts → services/SystemConfigsEndPoint.d.ts} +7 -4
  136. package/lib/{SystemEndPoint.d.ts → services/SystemEndPoint.d.ts} +4 -3
  137. package/lib/{SystemMessagesEndPoint.d.ts → services/SystemMessagesEndPoint.d.ts} +14 -6
  138. package/lib/{UserEndPoint.d.ts → services/UserEndPoint.d.ts} +6 -5
  139. package/lib/{UsersEndPoint.d.ts → services/UsersEndPoint.d.ts} +12 -7
  140. package/lib/services/index.d.ts +34 -0
  141. package/ngx-goox-lib.module.d.ts +3 -4
  142. package/package.json +1 -1
  143. package/public-api.d.ts +3 -3
  144. package/{utils/rest-util.d.ts → rest-utils.d.ts} +3 -3
  145. package/lib/AccountFilter.d.ts +0 -6
  146. package/lib/AirplaneFilter.d.ts +0 -7
  147. package/lib/AirplanesEndPoint.d.ts +0 -61
  148. package/lib/AuditLogFilter.d.ts +0 -11
  149. package/lib/BaseFilter.d.ts +0 -4
  150. package/lib/BookingFilter.d.ts +0 -13
  151. package/lib/CertificateFilter.d.ts +0 -9
  152. package/lib/Contact.d.ts +0 -39
  153. package/lib/ContactFilter.d.ts +0 -7
  154. package/lib/CreditFilter.d.ts +0 -9
  155. package/lib/Enums.d.ts +0 -1
  156. package/lib/FlightFilter.d.ts +0 -18
  157. package/lib/FlightRisk.d.ts +0 -23
  158. package/lib/LeadFilter.d.ts +0 -10
  159. package/lib/LeadsEndPoint.d.ts +0 -66
  160. package/lib/Lesson.d.ts +0 -12
  161. package/lib/MaintenanceFilter.d.ts +0 -12
  162. package/lib/MyAuthEndPoint.d.ts +0 -24
  163. package/lib/MyBookingsEndPoint.d.ts +0 -38
  164. package/lib/MyFlightsEndPoint.d.ts +0 -43
  165. package/lib/OnBoard.d.ts +0 -7
  166. package/lib/PostFlightData.d.ts +0 -37
  167. package/lib/PostFlightInfo.d.ts +0 -42
  168. package/lib/PreFlightData.d.ts +0 -37
  169. package/lib/ReFuel.d.ts +0 -6
  170. package/lib/TimeDataPoint.d.ts +0 -5
  171. package/lib/Tuple.d.ts +0 -5
  172. package/lib/UserFilter.d.ts +0 -12
  173. package/lib/services.export.d.ts +0 -28
  174. package/utils/index.d.ts +0 -7
  175. /package/lib/{ADSBCategoryCode.d.ts → model/ADSBCategoryCode.d.ts} +0 -0
  176. /package/lib/{ADSBSourceFlag.d.ts → model/ADSBSourceFlag.d.ts} +0 -0
  177. /package/lib/{AccountStatusCode.d.ts → model/AccountStatusCode.d.ts} +0 -0
  178. /package/lib/{Address.d.ts → model/Address.d.ts} +0 -0
  179. /package/lib/{AirplaneStatusCode.d.ts → model/AirplaneStatusCode.d.ts} +0 -0
  180. /package/lib/{AirplaneValidationFlag.d.ts → model/AirplaneValidationFlag.d.ts} +0 -0
  181. /package/lib/{AnyKeyValue.d.ts → model/AnyKeyValue.d.ts} +0 -0
  182. /package/lib/{BaseEntity.d.ts → model/BaseEntity.d.ts} +0 -0
  183. /package/lib/{BaseEntityEx.d.ts → model/BaseEntityEx.d.ts} +0 -0
  184. /package/lib/{BillingRecord.d.ts → model/BillingRecord.d.ts} +0 -0
  185. /package/lib/{BillingStatusCode.d.ts → model/BillingStatusCode.d.ts} +0 -0
  186. /package/lib/{BookingTypeFlag.d.ts → model/BookingTypeFlag.d.ts} +0 -0
  187. /package/lib/{CampaignStatusCode.d.ts → model/CampaignStatusCode.d.ts} +0 -0
  188. /package/lib/{CampaignTypeCode.d.ts → model/CampaignTypeCode.d.ts} +0 -0
  189. /package/lib/{ConfirmStatusCode.d.ts → model/ConfirmStatusCode.d.ts} +0 -0
  190. /package/lib/{CrewDutyDayRisks.d.ts → model/CrewDutyDayRisks.d.ts} +0 -0
  191. /package/lib/{CurrencyCode.d.ts → model/CurrencyCode.d.ts} +0 -0
  192. /package/lib/{DepartureRisks.d.ts → model/DepartureRisks.d.ts} +0 -0
  193. /package/lib/{DestinationRisks.d.ts → model/DestinationRisks.d.ts} +0 -0
  194. /package/lib/{DocumentRevision.d.ts → model/DocumentRevision.d.ts} +0 -0
  195. /package/lib/{Engine.d.ts → model/Engine.d.ts} +0 -0
  196. /package/lib/{FilterFlag.d.ts → model/FilterFlag.d.ts} +0 -0
  197. /package/lib/{FlightStateCode.d.ts → model/FlightStateCode.d.ts} +0 -0
  198. /package/lib/{FlightStatusCode.d.ts → model/FlightStatusCode.d.ts} +0 -0
  199. /package/lib/{Fuel.d.ts → model/Fuel.d.ts} +0 -0
  200. /package/lib/{IntKeyValue.d.ts → model/IntKeyValue.d.ts} +0 -0
  201. /package/lib/{LeadStatusCode.d.ts → model/LeadStatusCode.d.ts} +0 -0
  202. /package/lib/{Location.d.ts → model/Location.d.ts} +0 -0
  203. /package/lib/{LoginParams.d.ts → model/LoginParams.d.ts} +0 -0
  204. /package/lib/{Magneto.d.ts → model/Magneto.d.ts} +0 -0
  205. /package/lib/{MaintenanceActionCode.d.ts → model/MaintenanceActionCode.d.ts} +0 -0
  206. /package/lib/{MessageTypeCode.d.ts → model/MessageTypeCode.d.ts} +0 -0
  207. /package/lib/{Mitigation.d.ts → model/Mitigation.d.ts} +0 -0
  208. /package/lib/{ModuleCode.d.ts → model/ModuleCode.d.ts} +0 -0
  209. /package/lib/{OperatorCode.d.ts → model/OperatorCode.d.ts} +0 -0
  210. /package/lib/{PaymentMethodCode.d.ts → model/PaymentMethodCode.d.ts} +0 -0
  211. /package/lib/{PermissionFlag.d.ts → model/PermissionFlag.d.ts} +0 -0
  212. /package/lib/{PilotQualificationsRisks.d.ts → model/PilotQualificationsRisks.d.ts} +0 -0
  213. /package/lib/{PriorityCode.d.ts → model/PriorityCode.d.ts} +0 -0
  214. /package/lib/{Propeller.d.ts → model/Propeller.d.ts} +0 -0
  215. /package/lib/{SpecialRisks.d.ts → model/SpecialRisks.d.ts} +0 -0
  216. /package/lib/{StatusCode.d.ts → model/StatusCode.d.ts} +0 -0
  217. /package/lib/{StringKeyValue.d.ts → model/StringKeyValue.d.ts} +0 -0
  218. /package/lib/{TOLData.d.ts → model/TOLData.d.ts} +0 -0
  219. /package/lib/{TicketStatusCode.d.ts → model/TicketStatusCode.d.ts} +0 -0
  220. /package/lib/{TimeFrame.d.ts → model/TimeFrame.d.ts} +0 -0
  221. /package/lib/{TripRisks.d.ts → model/TripRisks.d.ts} +0 -0
  222. /package/lib/{UserRoleFlag.d.ts → model/UserRoleFlag.d.ts} +0 -0
  223. /package/lib/{UserStatusCode.d.ts → model/UserStatusCode.d.ts} +0 -0
  224. /package/lib/{UserTypeCode.d.ts → model/UserTypeCode.d.ts} +0 -0
  225. /package/lib/{WeatherRisks.d.ts → model/WeatherRisks.d.ts} +0 -0
@@ -1,16 +1,14 @@
1
- import { FlightStateCode } from '.';
2
- import { BillingStatusCode } from '.';
3
- import { Lesson } from '.';
4
- import { Billing } from '.';
5
- import { RiskAssessment } from '.';
6
- import { BaseEntityEx } from '.';
7
- import { ColumnDef } from '.';
8
- import { FlightTypeCode } from '.';
9
- import { FlightStatusCode } from '.';
10
- import { FlightPurposeCode } from '.';
11
- import { OnBoard } from '.';
12
- import { TOLData } from '.';
13
- import { ReFuel } from '.';
1
+ import { FlightCategoryCode } from './FlightCategoryCode';
2
+ import { BillingStatusCode } from './BillingStatusCode';
3
+ import { TOLData } from './TOLData';
4
+ import { Lesson } from './Lesson';
5
+ import { RiskAssessment } from './RiskAssessment';
6
+ import { FlightClassCode } from './FlightClassCode';
7
+ import { FlightTypeCode } from './FlightTypeCode';
8
+ import { FlightStatusCode } from './FlightStatusCode';
9
+ import { BaseEntityEx } from './BaseEntityEx';
10
+ import { FlightPurposeCode } from './FlightPurposeCode';
11
+ import { ColumnDef } from './ColumnDef';
14
12
  export declare class Flight extends BaseEntityEx {
15
13
  name: string;
16
14
  description: string;
@@ -18,36 +16,36 @@ export declare class Flight extends BaseEntityEx {
18
16
  flightString: string;
19
17
  flightTime: number;
20
18
  destination: string;
19
+ isPatterns: boolean;
21
20
  accountId: string;
22
21
  airplaneId: string;
23
22
  captain: string;
24
23
  firstOfficer: string;
24
+ passengers: string[];
25
+ crew: string[];
26
+ purpose: FlightPurposeCode;
27
+ purposeOt: string;
28
+ flightClass: FlightClassCode;
29
+ flightCategory: FlightCategoryCode;
25
30
  type: FlightTypeCode;
26
31
  status: FlightStatusCode;
27
- state: FlightStateCode;
28
32
  billingStatus: BillingStatusCode;
29
- purpose: FlightPurposeCode;
30
- purposeOt: string;
31
- onBoard: OnBoard;
32
33
  attendingTime: string;
33
34
  boardingTime: string;
34
35
  takeoff: TOLData;
35
36
  landing: TOLData;
36
37
  wbConfig: string;
37
38
  wbManual: string;
38
- hasCompetency: boolean;
39
- hasFlightPlan: boolean;
40
39
  preFlightNotes: string;
41
40
  operationNotes: string;
42
- fuelStatus: ReFuel;
43
- oilStatus: ReFuel;
41
+ fuelLevel: number;
42
+ oilLevel: number;
44
43
  lesson: Lesson;
45
- billing: Billing;
46
44
  pilotCertCheck: number;
47
45
  riskAssessment: RiskAssessment;
48
46
  preFlightReporter: string;
49
47
  postFlightReporter: string;
48
+ instructorReporter: string;
50
49
  bookingReference: string;
51
- get(field: string): any;
52
50
  }
53
51
  export declare function GetFlightColumnsDef(): ColumnDef[];
@@ -1,6 +1,6 @@
1
- import { ColumnDef } from '.';
2
- import { BillingRecord } from '.';
3
- import { BaseEntityEx } from '.';
1
+ import { BillingRecord } from './BillingRecord';
2
+ import { BaseEntityEx } from './BaseEntityEx';
3
+ import { ColumnDef } from './ColumnDef';
4
4
  export declare class FlightBilling extends BaseEntityEx {
5
5
  invoiceRecords: BillingRecord[];
6
6
  invoiceDate: number;
@@ -12,6 +12,5 @@ export declare class FlightBilling extends BaseEntityEx {
12
12
  pilotPaymentStatus: string;
13
13
  firstOfficerPayment: number;
14
14
  firstOfficerPaymentStatus: string;
15
- get(field: string): any;
16
15
  }
17
16
  export declare function GetFlightBillingColumnsDef(): ColumnDef[];
@@ -0,0 +1,42 @@
1
+ import { Tuple } from '.';
2
+ export declare enum FlightCategoryCode {
3
+ UNDEFINED = 0,
4
+ PRIVATE = 32,
5
+ COMMERCIAL = 64,
6
+ COMMERCIAL_PHOTO = 65,
7
+ COMMERCIAL_TAXI = 66,
8
+ COMMERCIAL_OTHER = 67,
9
+ COMMERCIAL_TRANSFER = 68,
10
+ INTRODUCTORY = 128,
11
+ EXAM = 256,
12
+ EXAM_ANN_PROFICIENCY = 257,
13
+ EXAM_ANN_IFR = 258,
14
+ EXAM_CAA_PPL = 259,
15
+ EXAM_CAA_CPL = 260,
16
+ EXAM_CAA_CFI = 261,
17
+ EXAM_CAA_IFR = 262,
18
+ EXAM_CAA_CONVERSION = 263,
19
+ INSTRUCTION = 512,
20
+ INSTRUCTION_PPL = 513,
21
+ INSTRUCTION_CPL = 514,
22
+ INSTRUCTION_CFI = 515,
23
+ INSTRUCTION_IFR = 516,
24
+ INSTRUCTION_UL_CONV = 517,
25
+ INSTRUCTION_COPTER_CONV = 518,
26
+ INSTRUCTION_CPL_5 = 519,
27
+ INSTRUCTION_IFR_5 = 520,
28
+ INSTRUCTION_CPL_10 = 521,
29
+ INSTRUCTION_IFR_10 = 522,
30
+ INSTRUCTION_CPL_15 = 523,
31
+ INSTRUCTION_IFR_15 = 524,
32
+ INSTRUCTION_CPL_20 = 525,
33
+ INSTRUCTION_IFR_20 = 526,
34
+ INSTRUCTION_PPL_25 = 527,
35
+ INSTRUCTION_ADD_RATING = 540,
36
+ MAINTENANCE = 1024,
37
+ MAINTENANCE_ENGINE_RUNNING = 1025,
38
+ MAINTENANCE_TRANSFER = 1026,
39
+ OTHER = 2048
40
+ }
41
+ export declare function GetFlightCategoryCodes(): Tuple<FlightCategoryCode, string>[];
42
+ export declare function MapFlightCategoryCodes(): Map<FlightCategoryCode, string>;
@@ -0,0 +1,13 @@
1
+ import { Tuple } from '.';
2
+ export declare enum FlightClassCode {
3
+ UNDEFINED = 0,
4
+ PRIVATE = 32,
5
+ COMMERCIAL = 64,
6
+ INTRODUCTORY = 128,
7
+ EXAM = 256,
8
+ INSTRUCTION = 512,
9
+ MAINTENANCE = 1024,
10
+ OTHER = 2048
11
+ }
12
+ export declare function GetFlightClassCodes(): Tuple<FlightClassCode, string>[];
13
+ export declare function MapFlightClassCodes(): Map<FlightClassCode, string>;
@@ -1,11 +1,10 @@
1
- import { BaseEntityEx } from '.';
2
- import { ColumnDef } from '.';
1
+ import { BaseEntityEx } from './BaseEntityEx';
2
+ import { ColumnDef } from './ColumnDef';
3
3
  export declare class FlightPassenger extends BaseEntityEx {
4
4
  flightId: string;
5
5
  flightNumber: number;
6
6
  name: string;
7
7
  mobile: string;
8
8
  email: string;
9
- get(field: string): any;
10
9
  }
11
10
  export declare function GetFlightPassengerColumnsDef(): ColumnDef[];
@@ -1,10 +1,10 @@
1
- import { ColumnDef } from '.';
2
- import { FlightTypeCode } from '.';
3
- import { FlightStatusCode } from '.';
4
- import { FlightStateCode } from '.';
5
- import { FlightPurposeCode } from '.';
6
- import { TOLData } from '.';
7
- import { BaseEntityEx } from '.';
1
+ import { FlightTypeCode } from './FlightTypeCode';
2
+ import { FlightStatusCode } from './FlightStatusCode';
3
+ import { FlightStateCode } from './FlightStateCode';
4
+ import { FlightPurposeCode } from './FlightPurposeCode';
5
+ import { TOLData } from './TOLData';
6
+ import { BaseEntityEx } from './BaseEntityEx';
7
+ import { ColumnDef } from './ColumnDef';
8
8
  export declare class FlightPlan extends BaseEntityEx {
9
9
  name: string;
10
10
  description: string;
@@ -29,6 +29,5 @@ export declare class FlightPlan extends BaseEntityEx {
29
29
  crew: string[];
30
30
  takeoff: TOLData;
31
31
  landing: TOLData;
32
- get(field: string): any;
33
32
  }
34
33
  export declare function GetFlightPlanColumnsDef(): ColumnDef[];
@@ -2,7 +2,7 @@ import { Tuple } from '.';
2
2
  export declare enum FlightPurposeCode {
3
3
  UNDEFINED = 0,
4
4
  INTRODUCTORY = 1,
5
- FLIGHT_LESSON = 2,
5
+ INSTRUCTION = 2,
6
6
  RENTAL = 3,
7
7
  PRIVATE = 4,
8
8
  VERTICAL_PHOTO = 5,
@@ -0,0 +1,22 @@
1
+ import { PilotQualificationsRisks } from './PilotQualificationsRisks';
2
+ import { CrewDutyDayRisks } from './CrewDutyDayRisks';
3
+ import { DepartureRisks } from './DepartureRisks';
4
+ import { SpecialRisks } from './SpecialRisks';
5
+ import { BaseEntityEx } from './BaseEntityEx';
6
+ import { DestinationRisks } from './DestinationRisks';
7
+ import { TripRisks } from './TripRisks';
8
+ import { WeatherRisks } from './WeatherRisks';
9
+ import { Mitigation } from './Mitigation';
10
+ import { ColumnDef } from './ColumnDef';
11
+ export declare class FlightRisk extends BaseEntityEx {
12
+ timestamp: number;
13
+ pilotQualifications: PilotQualificationsRisks;
14
+ crewDutyDay: CrewDutyDayRisks;
15
+ departure: DepartureRisks;
16
+ destination: DestinationRisks;
17
+ trip: TripRisks;
18
+ weather: WeatherRisks;
19
+ other: SpecialRisks;
20
+ mitigation: Mitigation;
21
+ }
22
+ export declare function GetFlightRiskColumnsDef(): ColumnDef[];
@@ -1,6 +1,6 @@
1
- import { TicketStatusCode } from '.';
2
- import { BaseEntityEx } from '.';
3
- import { ColumnDef } from '.';
1
+ import { BaseEntityEx } from './BaseEntityEx';
2
+ import { TicketStatusCode } from './TicketStatusCode';
3
+ import { ColumnDef } from './ColumnDef';
4
4
  export declare class FlightTicket extends BaseEntityEx {
5
5
  name: string;
6
6
  description: string;
@@ -11,6 +11,5 @@ export declare class FlightTicket extends BaseEntityEx {
11
11
  customerName: string;
12
12
  customerEmail: string;
13
13
  customerMobile: string;
14
- get(field: string): any;
15
14
  }
16
15
  export declare function GetFlightTicketColumnsDef(): ColumnDef[];
@@ -2,16 +2,10 @@ import { Tuple } from '.';
2
2
  export declare enum FlightTypeCode {
3
3
  UNDEFINED = 0,
4
4
  GENERAL = 1,
5
- OTHER = 2,
6
- PRIVATE = 3,
7
- PRIVATE_IFR = 4,
8
- COMMERCIAL = 5,
9
- COMMERCIAL_IFR = 6,
10
- INSTRUCTION = 7,
11
- INSTRUCTION_CVFR = 8,
12
- INSTRUCTION_IFR = 9,
13
- INSTRUCTION_NAV = 10,
14
- INSTRUCTION_NIGHT = 11
5
+ CVFR = 100,
6
+ IFR = 101,
7
+ NAV = 102,
8
+ NIGHT = 103
15
9
  }
16
10
  export declare function GetFlightTypeCodes(): Tuple<FlightTypeCode, string>[];
17
11
  export declare function MapFlightTypeCodes(): Map<FlightTypeCode, string>;
@@ -0,0 +1,21 @@
1
+ import { TimeFrame } from './TimeFrame';
2
+ import { FlightTypeCode } from './FlightTypeCode';
3
+ import { FlightStatusCode } from './FlightStatusCode';
4
+ import { BillingStatusCode } from './BillingStatusCode';
5
+ import { FlightPurposeCode } from './FlightPurposeCode';
6
+ export declare class FlightsFilter {
7
+ search: string;
8
+ period: TimeFrame;
9
+ accountId: string;
10
+ contactId: string;
11
+ airplaneId: string;
12
+ type: FlightTypeCode[];
13
+ status: FlightStatusCode[];
14
+ billing: BillingStatusCode[];
15
+ purpose: FlightPurposeCode[];
16
+ sort: string;
17
+ page: number;
18
+ size: number;
19
+ props: Map<string, object>;
20
+ constructor(search?: string, period?: TimeFrame, accountId?: string, contactId?: string, airplaneId?: string, type?: FlightTypeCode[], status?: FlightStatusCode[], billing?: BillingStatusCode[], purpose?: FlightPurposeCode[], sort?: string, page?: number, size?: number, props?: Map<string, object>);
21
+ }
@@ -0,0 +1,6 @@
1
+ export declare class FollowUpAction {
2
+ reportedOn: number;
3
+ reportedBy: string;
4
+ description: string;
5
+ constructor(reportedOn?: number, reportedBy?: string, description?: string);
6
+ }
@@ -1,12 +1,11 @@
1
- import { StringKeyValue } from '.';
2
- import { BaseEntityEx } from '.';
3
- import { ColumnDef } from '.';
4
- import { Permission } from '.';
1
+ import { Permission } from './Permission';
2
+ import { StringKeyValue } from './StringKeyValue';
3
+ import { BaseEntityEx } from './BaseEntityEx';
4
+ import { ColumnDef } from './ColumnDef';
5
5
  export declare class Group extends BaseEntityEx {
6
6
  name: string;
7
7
  email: string;
8
8
  permissions: Permission[];
9
9
  members: StringKeyValue[];
10
- get(field: string): any;
11
10
  }
12
11
  export declare function GetGroupColumnsDef(): ColumnDef[];
@@ -0,0 +1,9 @@
1
+ import { Tuple } from '.';
2
+ export declare enum InstructionTypeCode {
3
+ UNDEFINED = 0,
4
+ FLIGHT = 1,
5
+ CLASS = 2,
6
+ SIMULATOR = 3
7
+ }
8
+ export declare function GetInstructionTypeCodes(): Tuple<InstructionTypeCode, string>[];
9
+ export declare function MapInstructionTypeCodes(): Map<InstructionTypeCode, string>;
@@ -0,0 +1,5 @@
1
+ export declare class IntEnumValue {
2
+ key: number;
3
+ value: number;
4
+ constructor(key?: number, value?: number);
5
+ }
@@ -0,0 +1,3 @@
1
+ export declare class Json {
2
+ constructor();
3
+ }
@@ -0,0 +1,5 @@
1
+ export declare class JsonDoc {
2
+ id: string;
3
+ data: string;
4
+ constructor(id?: string, data?: string);
5
+ }
@@ -1,7 +1,8 @@
1
- import { Address } from '.';
2
- import { LeadStatusCode } from '.';
3
- import { BaseEntityEx } from '.';
4
- import { ColumnDef } from '.';
1
+ import { Address } from './Address';
2
+ import { LeadStatusCode } from './LeadStatusCode';
3
+ import { FollowUpAction } from './FollowUpAction';
4
+ import { BaseEntityEx } from './BaseEntityEx';
5
+ import { ColumnDef } from './ColumnDef';
5
6
  export declare class Lead extends BaseEntityEx {
6
7
  firstName: string;
7
8
  lastName: string;
@@ -18,10 +19,7 @@ export declare class Lead extends BaseEntityEx {
18
19
  referredBy: string;
19
20
  notes: string;
20
21
  assignedTo: string;
21
- price: number;
22
- commission: number;
23
- totalCost: number;
24
- commissionPaid: boolean;
25
- get(field: string): any;
22
+ actions: FollowUpAction[];
23
+ bookingReference: string;
26
24
  }
27
25
  export declare function GetLeadColumnsDef(): ColumnDef[];
@@ -1,10 +1,9 @@
1
- import { BaseEntityEx } from '.';
2
- import { ColumnDef } from '.';
1
+ import { BaseEntityEx } from './BaseEntityEx';
2
+ import { ColumnDef } from './ColumnDef';
3
3
  export declare class LeadAction extends BaseEntityEx {
4
4
  leadId: string;
5
5
  reportedOn: number;
6
6
  reportedBy: string;
7
7
  description: string;
8
- get(field: string): any;
9
8
  }
10
9
  export declare function GetLeadActionColumnsDef(): ColumnDef[];
@@ -0,0 +1,10 @@
1
+ import { LeadStatusCode } from './LeadStatusCode';
2
+ export declare class LeadsFilter {
3
+ search: string;
4
+ status: LeadStatusCode[];
5
+ sort: string;
6
+ page: number;
7
+ size: number;
8
+ props: Map<string, object>;
9
+ constructor(search?: string, status?: LeadStatusCode[], sort?: string, page?: number, size?: number, props?: Map<string, object>);
10
+ }
@@ -0,0 +1,19 @@
1
+ import { FlightCategoryCode } from './FlightCategoryCode';
2
+ import { AssessmentCode } from './AssessmentCode';
3
+ import { FlightTypeCode } from './FlightTypeCode';
4
+ export declare class Lesson {
5
+ number: number;
6
+ type: FlightTypeCode;
7
+ instructionPlan: FlightCategoryCode;
8
+ topicId: string;
9
+ assessment: AssessmentCode;
10
+ comments: string;
11
+ flightCounter: number;
12
+ instructedFlightTime: number;
13
+ instrumentsFlightTime: number;
14
+ soloFlightTime: number;
15
+ instructedNavTime: number;
16
+ soloNavTime: number;
17
+ nightTime: number;
18
+ constructor(number?: number, type?: FlightTypeCode, instructionPlan?: FlightCategoryCode, topicId?: string, assessment?: AssessmentCode, comments?: string, flightCounter?: number, instructedFlightTime?: number, instrumentsFlightTime?: number, soloFlightTime?: number, instructedNavTime?: number, soloNavTime?: number, nightTime?: number);
19
+ }
@@ -0,0 +1,97 @@
1
+ import { Tuple } from '.';
2
+ export declare enum LessonSubjectCode {
3
+ UNDEFINED = 0,
4
+ PPL_01 = 1,
5
+ PPL_02 = 2,
6
+ PPL_03 = 3,
7
+ PPL_04 = 4,
8
+ PPL_05 = 5,
9
+ PPL_06 = 6,
10
+ PPL_07 = 7,
11
+ PPL_08 = 8,
12
+ PPL_09 = 9,
13
+ PPL_10 = 10,
14
+ PPL_11 = 11,
15
+ PPL_12 = 12,
16
+ PPL_13 = 13,
17
+ PPL_14 = 14,
18
+ PPL_15 = 15,
19
+ PPL_16 = 16,
20
+ PPL_17 = 17,
21
+ PPL_18 = 18,
22
+ PPL_19 = 19,
23
+ PPL_20 = 20,
24
+ PPL_21 = 21,
25
+ PPL_22 = 22,
26
+ PPL_23 = 23,
27
+ PPL_24 = 24,
28
+ PPL_25 = 25,
29
+ PPL_26 = 26,
30
+ PPL_27 = 27,
31
+ PPL_28 = 28,
32
+ PPL_29 = 29,
33
+ PPL_30 = 30,
34
+ PPL_31 = 31,
35
+ PPL_32 = 32,
36
+ PPL_33 = 33,
37
+ PPL_34 = 34,
38
+ PPL_35 = 35,
39
+ PPL_36 = 36,
40
+ PPL_37 = 37,
41
+ PPL_38 = 38,
42
+ PPL_39 = 39,
43
+ PPL_AZM_01 = 51,
44
+ PPL_AZM_02 = 52,
45
+ PPL_AZM_03 = 53,
46
+ PPL_AZM_04 = 54,
47
+ PPL_AZM_05 = 55,
48
+ PPL_AZM_06 = 56,
49
+ PPL_AZM_07 = 57,
50
+ PPL_AZM_08 = 58,
51
+ PPL_AZM_09 = 59,
52
+ PPL_AZM_10 = 60,
53
+ PPL_AZM_11 = 61,
54
+ PPL_AZM_12 = 62,
55
+ PPL_AZM_13 = 63,
56
+ PPL_AZM_14 = 64,
57
+ PPL_AZM_15 = 65,
58
+ PPL_AZM_16 = 66,
59
+ CPL_01 = 101,
60
+ CPL_02 = 102,
61
+ CPL_03 = 103,
62
+ CPL_04 = 104,
63
+ CPL_05 = 105,
64
+ CPL_06 = 106,
65
+ CPL_07 = 107,
66
+ CPL_08 = 108,
67
+ CPL_09 = 109,
68
+ CPL_10 = 110,
69
+ CPL_11 = 111,
70
+ CPL_12 = 112,
71
+ CPL_13 = 113,
72
+ IFR_05_01 = 201,
73
+ IFR_05_02 = 202,
74
+ IFR_05_03 = 203,
75
+ IFR_05_04 = 204,
76
+ IFR_05_05 = 205,
77
+ IFR_20_01 = 221,
78
+ IFR_20_02 = 222,
79
+ IFR_20_03 = 223,
80
+ IFR_20_04 = 224,
81
+ IFR_20_05 = 225,
82
+ IFR_20_06 = 226,
83
+ IFR_20_07 = 227,
84
+ IFR_20_08 = 228,
85
+ IFR_20_09 = 229,
86
+ IFR_20_10 = 230,
87
+ IFR_20_11 = 231,
88
+ IFR_20_12 = 232,
89
+ IFR_20_13 = 233,
90
+ IFR_20_14 = 234,
91
+ IFR_20_15 = 235,
92
+ IFR_20_16 = 236,
93
+ IFR_20_17 = 237,
94
+ IFR_20_18 = 238
95
+ }
96
+ export declare function GetLessonSubjectCodes(): Tuple<LessonSubjectCode, string>[];
97
+ export declare function MapLessonSubjectCodes(): Map<LessonSubjectCode, string>;
@@ -0,0 +1,16 @@
1
+ import { Tuple } from '.';
2
+ export declare enum LessonTypeCode {
3
+ UNDEFINED = 0,
4
+ CVFR = 100,
5
+ IFR = 101,
6
+ NAV = 102,
7
+ NIGHT = 103,
8
+ INSTRUCTION = 1,
9
+ INSTRUCTION_CVFR = 2,
10
+ INSTRUCTION_IFR = 3,
11
+ INSTRUCTION_NAV = 4,
12
+ INSTRUCTION_NIGHT = 5,
13
+ OTHER = 6
14
+ }
15
+ export declare function GetLessonTypeCodes(): Tuple<LessonTypeCode, string>[];
16
+ export declare function MapLessonTypeCodes(): Map<LessonTypeCode, string>;
@@ -0,0 +1,17 @@
1
+ import { Tuple } from '.';
2
+ export declare enum LicenseKindFlag {
3
+ UNDEFINED = 0,
4
+ SPL = 1,
5
+ LAPL = 2,
6
+ PPL = 4,
7
+ IR = 8,
8
+ NR = 16,
9
+ ME = 32,
10
+ CPL = 64,
11
+ ATP = 128,
12
+ CFI = 256,
13
+ CFII = 512,
14
+ FTE = 1024
15
+ }
16
+ export declare function GetLicenseKindFlags(): Tuple<LicenseKindFlag, string>[];
17
+ export declare function MapLicenseKindFlags(): Map<LicenseKindFlag, string>;
@@ -0,0 +1,3 @@
1
+ export declare class LocalTime {
2
+ constructor();
3
+ }
@@ -1,5 +1,5 @@
1
- import { BaseEntityEx } from '.';
2
- import { ColumnDef } from '.';
1
+ import { BaseEntityEx } from './BaseEntityEx';
2
+ import { ColumnDef } from './ColumnDef';
3
3
  export declare class LogBookRecord extends BaseEntityEx {
4
4
  accountId: string;
5
5
  contactId: string;
@@ -20,6 +20,5 @@ export declare class LogBookRecord extends BaseEntityEx {
20
20
  ifrTime: number;
21
21
  simulator: number;
22
22
  remarks: string;
23
- get(field: string): any;
24
23
  }
25
24
  export declare function GetLogBookRecordColumnsDef(): ColumnDef[];
@@ -1,11 +1,10 @@
1
- import { BaseEntityEx } from '.';
2
- import { ColumnDef } from '.';
1
+ import { BaseEntityEx } from './BaseEntityEx';
2
+ import { ColumnDef } from './ColumnDef';
3
3
  export declare class Lookup extends BaseEntityEx {
4
4
  domain: string;
5
5
  group: string;
6
6
  key: string;
7
7
  value: string;
8
8
  counter: number;
9
- get(field: string): any;
10
9
  }
11
10
  export declare function GetLookupColumnsDef(): ColumnDef[];
@@ -1,6 +1,6 @@
1
- import { Lookup } from '.';
2
- import { BaseEntity } from '.';
3
- import { ColumnDef } from '.';
1
+ import { Lookup } from './Lookup';
2
+ import { BaseEntity } from './BaseEntity';
3
+ import { ColumnDef } from './ColumnDef';
4
4
  export declare class LookupGroup extends BaseEntity {
5
5
  group: string;
6
6
  value: Lookup[];
@@ -1,7 +1,7 @@
1
- import { MaintenanceActionCode } from '.';
2
- import { BaseEntityEx } from '.';
3
- import { ColumnDef } from '.';
4
- import { StatusCode } from '.';
1
+ import { StatusCode } from './StatusCode';
2
+ import { MaintenanceActionCode } from './MaintenanceActionCode';
3
+ import { BaseEntityEx } from './BaseEntityEx';
4
+ import { ColumnDef } from './ColumnDef';
5
5
  export declare class Maintenance extends BaseEntityEx {
6
6
  name: string;
7
7
  description: string;
@@ -18,6 +18,5 @@ export declare class Maintenance extends BaseEntityEx {
18
18
  notifyAt: number;
19
19
  subject: string;
20
20
  message: string;
21
- get(field: string): any;
22
21
  }
23
22
  export declare function GetMaintenanceColumnsDef(): ColumnDef[];
@@ -0,0 +1,15 @@
1
+ import { MaintenanceActionCode } from './MaintenanceActionCode';
2
+ import { StatusCode } from './StatusCode';
3
+ import { TimeFrame } from './TimeFrame';
4
+ export declare class MaintenancesFilter {
5
+ search: string;
6
+ airplaneId: string;
7
+ action: MaintenanceActionCode[];
8
+ status: StatusCode[];
9
+ valid: TimeFrame;
10
+ sort: string;
11
+ page: number;
12
+ size: number;
13
+ props: Map<string, object>;
14
+ constructor(search?: string, airplaneId?: string, action?: MaintenanceActionCode[], status?: StatusCode[], valid?: TimeFrame, sort?: string, page?: number, size?: number, props?: Map<string, object>);
15
+ }
@@ -0,0 +1,9 @@
1
+ import { Tuple } from '.';
2
+ export declare enum MedicalCertClassCode {
3
+ UNDEFINED = 0,
4
+ CLASS_ATP = 1,
5
+ CLASS_CPL = 2,
6
+ CLASS_PPL = 3
7
+ }
8
+ export declare function GetMedicalCertClassCodes(): Tuple<MedicalCertClassCode, string>[];
9
+ export declare function MapMedicalCertClassCodes(): Map<MedicalCertClassCode, string>;