@aya-flights/ngx-goox-lib 2.19.199 → 2.20.1-ang-19

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 (204) hide show
  1. package/config.d.ts +5 -4
  2. package/fesm2022/aya-flights-ngx-goox-lib.mjs +5173 -5601
  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} +6 -6
  6. package/lib/{AccountsFilter.d.ts → model/AccountsFilter.d.ts} +2 -2
  7. package/{utils → lib/model}/ActionResponse.d.ts +2 -0
  8. package/lib/{Airplane.d.ts → model/Airplane.d.ts} +10 -11
  9. package/lib/{AirplanesFilter.d.ts → model/AirplanesFilter.d.ts} +1 -1
  10. package/lib/{AuditLog.d.ts → model/AuditLog.d.ts} +3 -4
  11. package/lib/{AuditLogFilter.d.ts → model/AuditLogFilter.d.ts} +1 -1
  12. package/{utils → lib/model}/BaseRestResponse.d.ts +1 -0
  13. package/lib/{Billing.d.ts → model/Billing.d.ts} +1 -1
  14. package/lib/{Booking.d.ts → model/Booking.d.ts} +4 -5
  15. package/lib/{BookingPlan.d.ts → model/BookingPlan.d.ts} +5 -6
  16. package/lib/{BookingSlot.d.ts → model/BookingSlot.d.ts} +2 -3
  17. package/lib/{BookingSlots.d.ts → model/BookingSlots.d.ts} +3 -4
  18. package/lib/{BookingSlotsSet.d.ts → model/BookingSlotsSet.d.ts} +3 -4
  19. package/lib/{BookingsFilter.d.ts → model/BookingsFilter.d.ts} +2 -2
  20. package/lib/{Campaign.d.ts → model/Campaign.d.ts} +5 -6
  21. package/lib/{Certificate.d.ts → model/Certificate.d.ts} +4 -5
  22. package/lib/{CertificatesFilter.d.ts → model/CertificatesFilter.d.ts} +3 -3
  23. package/lib/{ColumnDef.d.ts → model/ColumnDef.d.ts} +2 -2
  24. package/lib/{Contact.d.ts → model/Contact.d.ts} +9 -10
  25. package/lib/{ContactGroup.d.ts → model/ContactGroup.d.ts} +3 -4
  26. package/lib/{ContactsFilter.d.ts → model/ContactsFilter.d.ts} +4 -4
  27. package/lib/{Credit.d.ts → model/Credit.d.ts} +4 -5
  28. package/lib/{CreditsFilter.d.ts → model/CreditsFilter.d.ts} +2 -2
  29. package/lib/model/Distribution.d.ts +7 -0
  30. package/lib/{Document.d.ts → model/Document.d.ts} +3 -4
  31. package/{utils → lib/model}/Entities.d.ts +1 -0
  32. package/lib/model/EntitiesRequest.d.ts +4 -0
  33. package/{utils → lib/model}/EntitiesResponse.d.ts +2 -0
  34. package/lib/model/EntityAction.d.ts +3 -0
  35. package/lib/model/EntityRequest.d.ts +4 -0
  36. package/{utils → lib/model}/EntityResponse.d.ts +2 -4
  37. package/lib/{Flight.d.ts → model/Flight.d.ts} +11 -12
  38. package/lib/{FlightBilling.d.ts → model/FlightBilling.d.ts} +3 -4
  39. package/lib/{FlightPassenger.d.ts → model/FlightPassenger.d.ts} +2 -3
  40. package/lib/{FlightPlan.d.ts → model/FlightPlan.d.ts} +7 -8
  41. package/lib/model/FlightRisk.d.ts +22 -0
  42. package/lib/{FlightTicket.d.ts → model/FlightTicket.d.ts} +3 -4
  43. package/lib/{FlightsFilter.d.ts → model/FlightsFilter.d.ts} +5 -5
  44. package/lib/{Group.d.ts → model/Group.d.ts} +4 -5
  45. package/lib/model/Json.d.ts +3 -0
  46. package/lib/model/JsonDoc.d.ts +5 -0
  47. package/lib/{Lead.d.ts → model/Lead.d.ts} +5 -6
  48. package/lib/{LeadAction.d.ts → model/LeadAction.d.ts} +2 -3
  49. package/lib/{LeadsFilter.d.ts → model/LeadsFilter.d.ts} +1 -1
  50. package/lib/{Lesson.d.ts → model/Lesson.d.ts} +3 -3
  51. package/lib/model/LocalTime.d.ts +3 -0
  52. package/lib/{LogBookRecord.d.ts → model/LogBookRecord.d.ts} +2 -3
  53. package/lib/{Lookup.d.ts → model/Lookup.d.ts} +2 -3
  54. package/lib/{LookupGroup.d.ts → model/LookupGroup.d.ts} +3 -3
  55. package/lib/{Maintenance.d.ts → model/Maintenance.d.ts} +4 -5
  56. package/lib/{MaintenancesFilter.d.ts → model/MaintenancesFilter.d.ts} +3 -3
  57. package/lib/{MessageConfirm.d.ts → model/MessageConfirm.d.ts} +5 -6
  58. package/lib/model/Metar.d.ts +9 -0
  59. package/lib/{Notification.d.ts → model/Notification.d.ts} +5 -6
  60. package/lib/{Permission.d.ts → model/Permission.d.ts} +2 -2
  61. package/lib/{PostFlightInfo.d.ts → model/PostFlightInfo.d.ts} +4 -4
  62. package/lib/{PreFlightInfo.d.ts → model/PreFlightInfo.d.ts} +3 -3
  63. package/lib/{Price.d.ts → model/Price.d.ts} +3 -4
  64. package/lib/{RiskAssessment.d.ts → model/RiskAssessment.d.ts} +8 -8
  65. package/{utils → lib/model}/SimpleEntity.d.ts +1 -0
  66. package/lib/{StorageItem.d.ts → model/StorageItem.d.ts} +2 -3
  67. package/lib/{Syllabus.d.ts → model/Syllabus.d.ts} +5 -5
  68. package/lib/{SyllabusFilter.d.ts → model/SyllabusFilter.d.ts} +2 -2
  69. package/lib/model/SyllabusTrack.d.ts +12 -0
  70. package/lib/{SystemConfig.d.ts → model/SystemConfig.d.ts} +2 -3
  71. package/lib/{SystemMessage.d.ts → model/SystemMessage.d.ts} +4 -5
  72. package/lib/model/TimeDataPoint.d.ts +5 -0
  73. package/lib/model/TimePeriodCode.d.ts +11 -0
  74. package/lib/{TimeSeries.d.ts → model/TimeSeries.d.ts} +2 -2
  75. package/lib/model/Timestamp.d.ts +3 -0
  76. package/lib/{TokenData.d.ts → model/TokenData.d.ts} +2 -2
  77. package/lib/model/Tuple.d.ts +5 -0
  78. package/lib/{User.d.ts → model/User.d.ts} +5 -6
  79. package/lib/{UsersFilter.d.ts → model/UsersFilter.d.ts} +3 -3
  80. package/lib/{WBConfig.d.ts → model/WBConfig.d.ts} +1 -1
  81. package/lib/model/errorStruct.d.ts +5 -0
  82. package/lib/{index.d.ts → model/index.d.ts} +124 -142
  83. package/lib/{AccountsEndPoint.d.ts → services/AccountsEndPoint.d.ts} +17 -14
  84. package/lib/{AirplanesEndPoint.d.ts → services/AirplanesEndPoint.d.ts} +18 -15
  85. package/lib/{AuditLogsEndPoint.d.ts → services/AuditLogsEndPoint.d.ts} +7 -5
  86. package/lib/{BookingSlotsEndPoint.d.ts → services/BookingSlotsEndPoint.d.ts} +9 -6
  87. package/lib/{BookingsEndPoint.d.ts → services/BookingsEndPoint.d.ts} +10 -7
  88. package/lib/{CampaignsEndPoint.d.ts → services/CampaignsEndPoint.d.ts} +8 -5
  89. package/lib/{CertificatesEndPoint.d.ts → services/CertificatesEndPoint.d.ts} +8 -5
  90. package/lib/{ContactsEndPoint.d.ts → services/ContactsEndPoint.d.ts} +25 -17
  91. package/lib/{ContactsGroupsEndPoint.d.ts → services/ContactsGroupsEndPoint.d.ts} +8 -5
  92. package/lib/{CreditsEndPoint.d.ts → services/CreditsEndPoint.d.ts} +7 -4
  93. package/lib/{DocumentsEndPoint.d.ts → services/DocumentsEndPoint.d.ts} +8 -5
  94. package/lib/{FlightTicketsEndPoint.d.ts → services/FlightTicketsEndPoint.d.ts} +8 -5
  95. package/lib/{FlightsEndPoint.d.ts → services/FlightsEndPoint.d.ts} +22 -18
  96. package/lib/{GroupsEndPoint.d.ts → services/GroupsEndPoint.d.ts} +8 -5
  97. package/lib/{LeadsEndPoint.d.ts → services/LeadsEndPoint.d.ts} +14 -11
  98. package/lib/{LookupsEndPoint.d.ts → services/LookupsEndPoint.d.ts} +8 -5
  99. package/lib/{MaintenancesEndPoint.d.ts → services/MaintenancesEndPoint.d.ts} +9 -6
  100. package/lib/services/McpToolsEndPoint.d.ts +25 -0
  101. package/lib/{MessageConfirmsEndPoint.d.ts → services/MessageConfirmsEndPoint.d.ts} +10 -7
  102. package/lib/{MyAuthEndPoint.d.ts → services/MyAuthEndPoint.d.ts} +9 -6
  103. package/lib/{MyBookingsEndPoint.d.ts → services/MyBookingsEndPoint.d.ts} +12 -9
  104. package/lib/{MyCertificatesEndPoint.d.ts → services/MyCertificatesEndPoint.d.ts} +8 -5
  105. package/lib/{MyCreditsEndPoint.d.ts → services/MyCreditsEndPoint.d.ts} +6 -4
  106. package/lib/{MyFlightsEndPoint.d.ts → services/MyFlightsEndPoint.d.ts} +14 -11
  107. package/lib/{MyInfoEndPoint.d.ts → services/MyInfoEndPoint.d.ts} +7 -5
  108. package/lib/{MyMessagesEndPoint.d.ts → services/MyMessagesEndPoint.d.ts} +8 -5
  109. package/lib/{MyStudentsEndPoint.d.ts → services/MyStudentsEndPoint.d.ts} +7 -5
  110. package/lib/{PriceListEndPoint.d.ts → services/PriceListEndPoint.d.ts} +8 -5
  111. package/lib/{SyllabusEndPoint.d.ts → services/SyllabusEndPoint.d.ts} +9 -6
  112. package/lib/{SystemConfigsEndPoint.d.ts → services/SystemConfigsEndPoint.d.ts} +7 -4
  113. package/lib/{SystemEndPoint.d.ts → services/SystemEndPoint.d.ts} +4 -3
  114. package/lib/{SystemMessagesEndPoint.d.ts → services/SystemMessagesEndPoint.d.ts} +9 -6
  115. package/lib/{UserEndPoint.d.ts → services/UserEndPoint.d.ts} +6 -5
  116. package/lib/{UsersEndPoint.d.ts → services/UsersEndPoint.d.ts} +10 -7
  117. package/lib/services/index.d.ts +34 -0
  118. package/ngx-goox-lib.module.d.ts +3 -4
  119. package/package.json +1 -1
  120. package/public-api.d.ts +3 -3
  121. package/{utils/rest-util.d.ts → rest-utils.d.ts} +3 -3
  122. package/lib/Distribution.d.ts +0 -6
  123. package/lib/Enums.d.ts +0 -1
  124. package/lib/FlightRisk.d.ts +0 -23
  125. package/lib/Metar.d.ts +0 -10
  126. package/lib/TimeDataPoint.d.ts +0 -5
  127. package/lib/Tuple.d.ts +0 -5
  128. package/lib/services.export.d.ts +0 -34
  129. package/utils/index.d.ts +0 -7
  130. /package/lib/{ADSBCategoryCode.d.ts → model/ADSBCategoryCode.d.ts} +0 -0
  131. /package/lib/{ADSBSourceFlag.d.ts → model/ADSBSourceFlag.d.ts} +0 -0
  132. /package/lib/{AccountStatusCode.d.ts → model/AccountStatusCode.d.ts} +0 -0
  133. /package/lib/{AccountTypeCode.d.ts → model/AccountTypeCode.d.ts} +0 -0
  134. /package/lib/{Address.d.ts → model/Address.d.ts} +0 -0
  135. /package/lib/{AirplaneStatusCode.d.ts → model/AirplaneStatusCode.d.ts} +0 -0
  136. /package/lib/{AirplaneValidationFlag.d.ts → model/AirplaneValidationFlag.d.ts} +0 -0
  137. /package/lib/{AnyKeyValue.d.ts → model/AnyKeyValue.d.ts} +0 -0
  138. /package/lib/{AssessmentCode.d.ts → model/AssessmentCode.d.ts} +0 -0
  139. /package/lib/{BaseEntity.d.ts → model/BaseEntity.d.ts} +0 -0
  140. /package/lib/{BaseEntityEx.d.ts → model/BaseEntityEx.d.ts} +0 -0
  141. /package/lib/{BaseFilter.d.ts → model/BaseFilter.d.ts} +0 -0
  142. /package/lib/{BillingRecord.d.ts → model/BillingRecord.d.ts} +0 -0
  143. /package/lib/{BillingStatusCode.d.ts → model/BillingStatusCode.d.ts} +0 -0
  144. /package/lib/{BookingStatusCode.d.ts → model/BookingStatusCode.d.ts} +0 -0
  145. /package/lib/{BookingTypeFlag.d.ts → model/BookingTypeFlag.d.ts} +0 -0
  146. /package/lib/{Boundaries.d.ts → model/Boundaries.d.ts} +0 -0
  147. /package/lib/{CampaignStatusCode.d.ts → model/CampaignStatusCode.d.ts} +0 -0
  148. /package/lib/{CampaignTypeCode.d.ts → model/CampaignTypeCode.d.ts} +0 -0
  149. /package/lib/{ConfirmStatusCode.d.ts → model/ConfirmStatusCode.d.ts} +0 -0
  150. /package/lib/{CrewDutyDayRisks.d.ts → model/CrewDutyDayRisks.d.ts} +0 -0
  151. /package/lib/{CurrencyCode.d.ts → model/CurrencyCode.d.ts} +0 -0
  152. /package/lib/{DepartureRisks.d.ts → model/DepartureRisks.d.ts} +0 -0
  153. /package/lib/{DestinationRisks.d.ts → model/DestinationRisks.d.ts} +0 -0
  154. /package/lib/{DocumentRevision.d.ts → model/DocumentRevision.d.ts} +0 -0
  155. /package/lib/{Engine.d.ts → model/Engine.d.ts} +0 -0
  156. /package/lib/{ErrorCode.d.ts → model/ErrorCode.d.ts} +0 -0
  157. /package/lib/{FilterFlag.d.ts → model/FilterFlag.d.ts} +0 -0
  158. /package/lib/{FlightCategoryCode.d.ts → model/FlightCategoryCode.d.ts} +0 -0
  159. /package/lib/{FlightClassCode.d.ts → model/FlightClassCode.d.ts} +0 -0
  160. /package/lib/{FlightPurposeCode.d.ts → model/FlightPurposeCode.d.ts} +0 -0
  161. /package/lib/{FlightStateCode.d.ts → model/FlightStateCode.d.ts} +0 -0
  162. /package/lib/{FlightStatusCode.d.ts → model/FlightStatusCode.d.ts} +0 -0
  163. /package/lib/{FlightTypeCode.d.ts → model/FlightTypeCode.d.ts} +0 -0
  164. /package/lib/{FollowUpAction.d.ts → model/FollowUpAction.d.ts} +0 -0
  165. /package/lib/{Fuel.d.ts → model/Fuel.d.ts} +0 -0
  166. /package/lib/{InstructionTypeCode.d.ts → model/InstructionTypeCode.d.ts} +0 -0
  167. /package/lib/{IntEnumValue.d.ts → model/IntEnumValue.d.ts} +0 -0
  168. /package/lib/{IntKeyValue.d.ts → model/IntKeyValue.d.ts} +0 -0
  169. /package/lib/{LeadStatusCode.d.ts → model/LeadStatusCode.d.ts} +0 -0
  170. /package/lib/{LessonSubjectCode.d.ts → model/LessonSubjectCode.d.ts} +0 -0
  171. /package/lib/{LessonTypeCode.d.ts → model/LessonTypeCode.d.ts} +0 -0
  172. /package/lib/{LicenseKindFlag.d.ts → model/LicenseKindFlag.d.ts} +0 -0
  173. /package/lib/{Location.d.ts → model/Location.d.ts} +0 -0
  174. /package/lib/{LoginParams.d.ts → model/LoginParams.d.ts} +0 -0
  175. /package/lib/{Magneto.d.ts → model/Magneto.d.ts} +0 -0
  176. /package/lib/{MaintenanceActionCode.d.ts → model/MaintenanceActionCode.d.ts} +0 -0
  177. /package/lib/{MedicalCertClassCode.d.ts → model/MedicalCertClassCode.d.ts} +0 -0
  178. /package/lib/{MessageTypeCode.d.ts → model/MessageTypeCode.d.ts} +0 -0
  179. /package/lib/{MetarReport.d.ts → model/MetarReport.d.ts} +0 -0
  180. /package/lib/{Mitigation.d.ts → model/Mitigation.d.ts} +0 -0
  181. /package/lib/{ModuleCode.d.ts → model/ModuleCode.d.ts} +0 -0
  182. /package/lib/{NotificationTypeCode.d.ts → model/NotificationTypeCode.d.ts} +0 -0
  183. /package/lib/{OperatorCode.d.ts → model/OperatorCode.d.ts} +0 -0
  184. /package/lib/{PaymentMethodCode.d.ts → model/PaymentMethodCode.d.ts} +0 -0
  185. /package/lib/{PermissionFlag.d.ts → model/PermissionFlag.d.ts} +0 -0
  186. /package/lib/{PilotQualificationsRisks.d.ts → model/PilotQualificationsRisks.d.ts} +0 -0
  187. /package/lib/{Point.d.ts → model/Point.d.ts} +0 -0
  188. /package/lib/{PriorityCode.d.ts → model/PriorityCode.d.ts} +0 -0
  189. /package/lib/{Propeller.d.ts → model/Propeller.d.ts} +0 -0
  190. /package/lib/{SpecialRisks.d.ts → model/SpecialRisks.d.ts} +0 -0
  191. /package/lib/{StatusCode.d.ts → model/StatusCode.d.ts} +0 -0
  192. /package/lib/{StringKeyValue.d.ts → model/StringKeyValue.d.ts} +0 -0
  193. /package/lib/{TOLData.d.ts → model/TOLData.d.ts} +0 -0
  194. /package/lib/{TafReport.d.ts → model/TafReport.d.ts} +0 -0
  195. /package/lib/{TicketStatusCode.d.ts → model/TicketStatusCode.d.ts} +0 -0
  196. /package/lib/{TimeFrame.d.ts → model/TimeFrame.d.ts} +0 -0
  197. /package/lib/{TransactionTypeCode.d.ts → model/TransactionTypeCode.d.ts} +0 -0
  198. /package/lib/{TripRisks.d.ts → model/TripRisks.d.ts} +0 -0
  199. /package/lib/{TypeRatingFlag.d.ts → model/TypeRatingFlag.d.ts} +0 -0
  200. /package/lib/{UserRoleFlag.d.ts → model/UserRoleFlag.d.ts} +0 -0
  201. /package/lib/{UserStatusCode.d.ts → model/UserStatusCode.d.ts} +0 -0
  202. /package/lib/{UserTypeCode.d.ts → model/UserTypeCode.d.ts} +0 -0
  203. /package/lib/{ValidationFlag.d.ts → model/ValidationFlag.d.ts} +0 -0
  204. /package/lib/{WeatherRisks.d.ts → model/WeatherRisks.d.ts} +0 -0
@@ -1,8 +1,8 @@
1
- import { Address } from '.';
2
- import { LeadStatusCode } from '.';
3
- import { FollowUpAction } from '.';
4
- import { BaseEntityEx } from '.';
5
- 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';
6
6
  export declare class Lead extends BaseEntityEx {
7
7
  firstName: string;
8
8
  lastName: string;
@@ -21,6 +21,5 @@ export declare class Lead extends BaseEntityEx {
21
21
  assignedTo: string;
22
22
  actions: FollowUpAction[];
23
23
  bookingReference: string;
24
- get(field: string): any;
25
24
  }
26
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[];
@@ -1,4 +1,4 @@
1
- import { LeadStatusCode } from '.';
1
+ import { LeadStatusCode } from './LeadStatusCode';
2
2
  export declare class LeadsFilter {
3
3
  search: string;
4
4
  status: LeadStatusCode[];
@@ -1,6 +1,6 @@
1
- import { FlightTypeCode } from '.';
2
- import { FlightCategoryCode } from '.';
3
- import { AssessmentCode } from '.';
1
+ import { FlightTypeCode } from './FlightTypeCode';
2
+ import { FlightCategoryCode } from './FlightCategoryCode';
3
+ import { AssessmentCode } from './AssessmentCode';
4
4
  export declare class Lesson {
5
5
  number: number;
6
6
  type: FlightTypeCode;
@@ -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 { BaseEntityEx } from '.';
2
- import { ColumnDef } from '.';
3
- import { StatusCode } from '.';
4
- import { MaintenanceActionCode } 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[];
@@ -1,6 +1,6 @@
1
- import { TimeFrame } from '.';
2
- import { MaintenanceActionCode } from '.';
3
- import { StatusCode } from '.';
1
+ import { MaintenanceActionCode } from './MaintenanceActionCode';
2
+ import { StatusCode } from './StatusCode';
3
+ import { TimeFrame } from './TimeFrame';
4
4
  export declare class MaintenancesFilter {
5
5
  search: string;
6
6
  airplaneId: string;
@@ -1,8 +1,8 @@
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;
@@ -11,6 +11,5 @@ export declare class MessageConfirm extends BaseEntityEx {
11
11
  subject: string;
12
12
  type: MessageTypeCode;
13
13
  priority: PriorityCode;
14
- get(field: string): any;
15
14
  }
16
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[];
@@ -1,14 +1,13 @@
1
- import { PriorityCode } from '.';
2
- import { StringKeyValue } from '.';
3
- import { BaseEntityEx } from '.';
4
- import { ColumnDef } from '.';
5
- import { NotificationTypeCode } from '.';
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
6
  export declare class Notification extends BaseEntityEx {
7
7
  type: NotificationTypeCode;
8
8
  description: string;
9
9
  severity: PriorityCode;
10
10
  items: StringKeyValue[];
11
11
  count: number;
12
- get(field: string): any;
13
12
  }
14
13
  export declare function GetNotificationColumnsDef(): ColumnDef[];
@@ -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;
@@ -1,7 +1,7 @@
1
- import { FlightPurposeCode } from '.';
2
- import { FlightTypeCode } from '.';
3
- import { FlightCategoryCode } from '.';
4
- import { AssessmentCode } from '.';
1
+ import { FlightPurposeCode } from './FlightPurposeCode';
2
+ import { FlightTypeCode } from './FlightTypeCode';
3
+ import { FlightCategoryCode } from './FlightCategoryCode';
4
+ import { AssessmentCode } from './AssessmentCode';
5
5
  export declare class PostFlightInfo {
6
6
  flightId: string;
7
7
  flightNumber: number;
@@ -1,6 +1,6 @@
1
- import { FlightPurposeCode } from '.';
2
- import { FlightTypeCode } from '.';
3
- import { FlightCategoryCode } from '.';
1
+ import { FlightPurposeCode } from './FlightPurposeCode';
2
+ import { FlightTypeCode } from './FlightTypeCode';
3
+ import { FlightCategoryCode } from './FlightCategoryCode';
4
4
  export declare class PreFlightInfo {
5
5
  flightId: string;
6
6
  flightNumber: number;
@@ -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 { PilotQualificationsRisks } from '.';
2
- import { CrewDutyDayRisks } from '.';
3
- import { DepartureRisks } from '.';
4
- import { DestinationRisks } from '.';
5
- import { TripRisks } from '.';
6
- import { WeatherRisks } from '.';
7
- import { SpecialRisks } from '.';
8
- import { Mitigation } 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
  }
@@ -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 StorageItem extends BaseEntityEx {
4
4
  name: string;
5
5
  path: string;
@@ -7,6 +7,5 @@ export declare class StorageItem extends BaseEntityEx {
7
7
  size: number;
8
8
  mimeType: string;
9
9
  isFolder: boolean;
10
- get(field: string): any;
11
10
  }
12
11
  export declare function GetStorageItemColumnsDef(): ColumnDef[];
@@ -1,14 +1,14 @@
1
- import { FlightCategoryCode } from '.';
2
- import { InstructionTypeCode } from '.';
3
- import { BaseEntityEx } from '.';
4
- import { ColumnDef } from '.';
1
+ import { FlightCategoryCode } from './FlightCategoryCode';
2
+ import { InstructionTypeCode } from './InstructionTypeCode';
3
+ import { BaseEntityEx } from './BaseEntityEx';
4
+ import { ColumnDef } from './ColumnDef';
5
5
  export declare class Syllabus extends BaseEntityEx {
6
6
  plan: FlightCategoryCode;
7
7
  type: InstructionTypeCode;
8
+ phase: string;
8
9
  seq: string;
9
10
  num: number;
10
11
  name: string;
11
12
  duration: number;
12
- get(field: string): any;
13
13
  }
14
14
  export declare function GetSyllabusColumnsDef(): ColumnDef[];
@@ -1,5 +1,5 @@
1
- import { FlightCategoryCode } from '.';
2
- import { InstructionTypeCode } from '.';
1
+ import { FlightCategoryCode } from './FlightCategoryCode';
2
+ import { InstructionTypeCode } from './InstructionTypeCode';
3
3
  export declare class SyllabusFilter {
4
4
  search: string;
5
5
  plan: FlightCategoryCode[];
@@ -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,7 +1,7 @@
1
- import { BaseEntityEx } from '.';
2
- import { ColumnDef } from '.';
3
- import { MessageTypeCode } from '.';
4
- import { PriorityCode } 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;
@@ -9,6 +9,5 @@ export declare class SystemMessage extends BaseEntityEx {
9
9
  priority: PriorityCode;
10
10
  groups: string[];
11
11
  publishedOn: number;
12
- get(field: string): any;
13
12
  }
14
13
  export declare function GetSystemMessageColumnsDef(): ColumnDef[];
@@ -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;
@@ -0,0 +1,5 @@
1
+ export declare class Tuple<K, V> {
2
+ key: K;
3
+ value: V;
4
+ constructor(key?: K, value?: V);
5
+ }
@@ -1,8 +1,8 @@
1
- import { BaseEntityEx } from '.';
2
- import { ColumnDef } from '.';
3
- import { UserTypeCode } from '.';
4
- import { UserRoleFlag } from '.';
5
- import { UserStatusCode } 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[];
@@ -1,6 +1,6 @@
1
- import { UserTypeCode } from '.';
2
- import { UserStatusCode } from '.';
3
- import { TimeFrame } from '.';
1
+ import { UserStatusCode } from './UserStatusCode';
2
+ import { TimeFrame } from './TimeFrame';
3
+ import { UserTypeCode } from './UserTypeCode';
4
4
  export declare class UsersFilter {
5
5
  search: string;
6
6
  type: UserTypeCode[];
@@ -1,4 +1,4 @@
1
- import { Point } from '.';
1
+ import { Point } from './Point';
2
2
  export declare class WBConfig {
3
3
  maxTakeoffWeight: number;
4
4
  airplaneWeight: number;
@@ -0,0 +1,5 @@
1
+ export declare class errorStruct {
2
+ code: number;
3
+ text: string;
4
+ constructor(code?: number, text?: string);
5
+ }