@aya-flights/ngx-goox-lib 2.18.1 → 2.18.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.
- package/config.d.ts +5 -4
- package/esm2022/aya-flights-ngx-goox-lib.mjs +1 -1
- package/esm2022/config.mjs +11 -9
- package/esm2022/lib/model/ADSBCategoryCode.mjs +43 -0
- package/esm2022/lib/model/ADSBSourceFlag.mjs +32 -0
- package/esm2022/lib/model/ADSBState.mjs +48 -0
- package/esm2022/lib/model/Account.mjs +5 -0
- package/esm2022/lib/model/AccountStatusCode.mjs +35 -0
- package/esm2022/lib/model/AccountTypeCode.mjs +39 -0
- package/esm2022/lib/model/AccountsFilter.mjs +27 -0
- package/esm2022/lib/model/ActionResponse.mjs +5 -0
- package/esm2022/lib/model/Address.mjs +21 -0
- package/esm2022/lib/model/Airplane.mjs +5 -0
- package/esm2022/lib/model/AirplaneStatusCode.mjs +31 -0
- package/esm2022/lib/model/AirplaneValidationFlag.mjs +119 -0
- package/esm2022/lib/model/AirplanesFilter.mjs +27 -0
- package/esm2022/lib/model/AnyKeyValue.mjs +12 -0
- package/esm2022/lib/model/AssessmentCode.mjs +31 -0
- package/esm2022/lib/model/AuditLog.mjs +5 -0
- package/esm2022/lib/model/AuditLogFilter.mjs +39 -0
- package/esm2022/lib/model/BaseEntity.mjs +17 -0
- package/esm2022/lib/model/BaseEntityEx.mjs +23 -0
- package/esm2022/lib/model/BaseFilter.mjs +18 -0
- package/esm2022/lib/model/BaseRestResponse.mjs +12 -0
- package/esm2022/lib/model/Billing.mjs +36 -0
- package/esm2022/lib/model/BillingRecord.mjs +24 -0
- package/esm2022/lib/model/BillingStatusCode.mjs +59 -0
- package/esm2022/lib/model/Booking.mjs +5 -0
- package/esm2022/lib/model/BookingPlan.mjs +5 -0
- package/esm2022/lib/model/BookingSlot.mjs +5 -0
- package/esm2022/lib/model/BookingSlots.mjs +5 -0
- package/esm2022/lib/model/BookingSlotsSet.mjs +5 -0
- package/esm2022/lib/model/BookingStatusCode.mjs +55 -0
- package/esm2022/lib/model/BookingTypeFlag.mjs +51 -0
- package/esm2022/lib/model/BookingsFilter.mjs +36 -0
- package/esm2022/lib/model/Boundaries.mjs +12 -0
- package/esm2022/lib/model/Campaign.mjs +5 -0
- package/esm2022/lib/model/CampaignStatusCode.mjs +35 -0
- package/esm2022/lib/model/CampaignTypeCode.mjs +31 -0
- package/esm2022/lib/model/Certificate.mjs +5 -0
- package/esm2022/lib/model/CertificatesFilter.mjs +33 -0
- package/esm2022/lib/model/ConfirmStatusCode.mjs +31 -0
- package/esm2022/lib/model/Contact.mjs +5 -0
- package/esm2022/lib/model/ContactGroup.mjs +5 -0
- package/esm2022/lib/model/ContactsFilter.mjs +36 -0
- package/esm2022/lib/model/Credit.mjs +5 -0
- package/esm2022/lib/model/CreditsFilter.mjs +36 -0
- package/esm2022/lib/model/CrewDutyDayRisks.mjs +15 -0
- package/esm2022/lib/model/CurrencyCode.mjs +31 -0
- package/esm2022/lib/model/DepartureRisks.mjs +21 -0
- package/esm2022/lib/model/DestinationRisks.mjs +42 -0
- package/esm2022/lib/model/Distribution.mjs +15 -0
- package/esm2022/lib/model/Document.mjs +5 -0
- package/esm2022/lib/model/DocumentRevision.mjs +27 -0
- package/esm2022/lib/model/Engine.mjs +21 -0
- package/esm2022/lib/model/Entities.mjs +10 -0
- package/esm2022/lib/model/EntitiesRequest.mjs +9 -0
- package/esm2022/lib/model/EntitiesResponse.mjs +5 -0
- package/esm2022/lib/model/EntityAction.mjs +6 -0
- package/esm2022/lib/model/EntityRequest.mjs +9 -0
- package/esm2022/lib/model/EntityResponse.mjs +5 -0
- package/esm2022/lib/model/ErrorCode.mjs +67 -0
- package/esm2022/lib/model/FilterFlag.mjs +119 -0
- package/esm2022/lib/model/Flight.mjs +5 -0
- package/esm2022/lib/model/FlightBilling.mjs +6 -0
- package/esm2022/lib/model/FlightCategoryCode.mjs +163 -0
- package/esm2022/lib/model/FlightClassCode.mjs +47 -0
- package/esm2022/lib/model/FlightPassenger.mjs +5 -0
- package/esm2022/lib/model/FlightPlan.mjs +5 -0
- package/esm2022/lib/model/FlightPurposeCode.mjs +67 -0
- package/esm2022/lib/model/FlightRisk.mjs +6 -0
- package/esm2022/lib/model/FlightStateCode.mjs +35 -0
- package/esm2022/lib/model/FlightStatusCode.mjs +43 -0
- package/esm2022/lib/model/FlightTicket.mjs +5 -0
- package/esm2022/lib/model/FlightTypeCode.mjs +39 -0
- package/esm2022/lib/model/FlightsFilter.mjs +45 -0
- package/esm2022/lib/model/FollowUpAction.mjs +15 -0
- package/esm2022/lib/model/Fuel.mjs +27 -0
- package/esm2022/lib/model/Group.mjs +5 -0
- package/esm2022/lib/model/InstructionTypeCode.mjs +31 -0
- package/esm2022/lib/model/IntEnumValue.mjs +12 -0
- package/esm2022/lib/model/IntKeyValue.mjs +12 -0
- package/esm2022/lib/model/Json.mjs +7 -0
- package/esm2022/lib/model/JsonDoc.mjs +13 -0
- package/esm2022/lib/model/Lead.mjs +5 -0
- package/esm2022/lib/model/LeadAction.mjs +5 -0
- package/esm2022/lib/model/LeadStatusCode.mjs +47 -0
- package/esm2022/lib/model/LeadsFilter.mjs +24 -0
- package/esm2022/lib/model/Lesson.mjs +45 -0
- package/esm2022/lib/model/LessonSubjectCode.mjs +383 -0
- package/esm2022/lib/model/LessonTypeCode.mjs +59 -0
- package/esm2022/lib/model/LicenseKindFlag.mjs +63 -0
- package/esm2022/lib/model/LocalTime.mjs +7 -0
- package/esm2022/lib/model/Location.mjs +15 -0
- package/esm2022/lib/model/LogBookRecord.mjs +5 -0
- package/esm2022/lib/model/LoginParams.mjs +15 -0
- package/esm2022/lib/model/Lookup.mjs +6 -0
- package/esm2022/lib/model/LookupGroup.mjs +5 -0
- package/esm2022/lib/model/Magneto.mjs +18 -0
- package/esm2022/lib/model/Maintenance.mjs +5 -0
- package/esm2022/lib/model/MaintenanceActionCode.mjs +43 -0
- package/esm2022/lib/model/MaintenancesFilter.mjs +33 -0
- package/esm2022/lib/model/MedicalCertClassCode.mjs +31 -0
- package/esm2022/lib/model/MessageConfirm.mjs +5 -0
- package/esm2022/lib/model/MessageTypeCode.mjs +47 -0
- package/esm2022/lib/model/Metar.mjs +5 -0
- package/esm2022/lib/model/MetarReport.mjs +21 -0
- package/esm2022/lib/model/Mitigation.mjs +27 -0
- package/esm2022/lib/model/ModuleCode.mjs +71 -0
- package/esm2022/lib/model/Notification.mjs +5 -0
- package/esm2022/lib/model/NotificationTypeCode.mjs +39 -0
- package/esm2022/lib/model/OperatorCode.mjs +15 -0
- package/esm2022/lib/model/PaymentMethodCode.mjs +43 -0
- package/esm2022/lib/model/Permission.mjs +12 -0
- package/esm2022/lib/model/PermissionFlag.mjs +43 -0
- package/esm2022/lib/model/PilotQualificationsRisks.mjs +18 -0
- package/esm2022/lib/model/Point.mjs +12 -0
- package/esm2022/lib/model/PostFlightInfo.mjs +117 -0
- package/esm2022/lib/model/PreFlightInfo.mjs +99 -0
- package/esm2022/lib/model/Price.mjs +5 -0
- package/esm2022/lib/model/PriorityCode.mjs +35 -0
- package/esm2022/lib/model/Propeller.mjs +21 -0
- package/esm2022/lib/model/RiskAssessment.mjs +33 -0
- package/esm2022/lib/model/SimpleEntity.mjs +11 -0
- package/esm2022/lib/model/SpecialRisks.mjs +15 -0
- package/esm2022/lib/model/StatusCode.mjs +39 -0
- package/esm2022/lib/model/StorageItem.mjs +5 -0
- package/esm2022/lib/model/StringKeyValue.mjs +12 -0
- package/esm2022/lib/model/Syllabus.mjs +5 -0
- package/esm2022/lib/model/SyllabusFilter.mjs +27 -0
- package/esm2022/lib/model/SystemConfig.mjs +5 -0
- package/esm2022/lib/model/SystemMessage.mjs +5 -0
- package/esm2022/lib/model/TOLData.mjs +24 -0
- package/esm2022/lib/model/TafReport.mjs +21 -0
- package/esm2022/lib/model/TicketStatusCode.mjs +27 -0
- package/esm2022/lib/model/TimeDataPoint.mjs +12 -0
- package/esm2022/lib/model/TimeFrame.mjs +12 -0
- package/esm2022/lib/model/TimePeriodCode.mjs +39 -0
- package/esm2022/lib/model/TimeSeries.mjs +15 -0
- package/esm2022/lib/model/Timestamp.mjs +7 -0
- package/esm2022/lib/model/TokenData.mjs +18 -0
- package/esm2022/lib/model/TransactionTypeCode.mjs +47 -0
- package/esm2022/lib/model/TripRisks.mjs +21 -0
- package/esm2022/lib/model/Tuple.mjs +16 -0
- package/esm2022/lib/model/TypeRatingFlag.mjs +35 -0
- package/esm2022/lib/model/User.mjs +6 -0
- package/esm2022/lib/model/UserRoleFlag.mjs +51 -0
- package/esm2022/lib/model/UserStatusCode.mjs +35 -0
- package/esm2022/lib/model/UserTypeCode.mjs +35 -0
- package/esm2022/lib/model/UsersFilter.mjs +30 -0
- package/esm2022/lib/model/ValidationFlag.mjs +67 -0
- package/esm2022/lib/model/WBConfig.mjs +54 -0
- package/esm2022/lib/model/WeatherRisks.mjs +36 -0
- package/esm2022/lib/model/errorStruct.mjs +12 -0
- package/esm2022/lib/model/index.mjs +152 -0
- package/esm2022/lib/services/AccountsEndPoint.mjs +189 -0
- package/esm2022/lib/services/AirplanesEndPoint.mjs +196 -0
- package/esm2022/lib/services/AuditLogsEndPoint.mjs +120 -0
- package/esm2022/lib/services/BookingSlotsEndPoint.mjs +139 -0
- package/esm2022/lib/services/BookingsEndPoint.mjs +201 -0
- package/esm2022/lib/services/CampaignsEndPoint.mjs +96 -0
- package/esm2022/lib/services/CertificatesEndPoint.mjs +104 -0
- package/esm2022/lib/services/ContactsEndPoint.mjs +255 -0
- package/esm2022/lib/services/ContactsGroupsEndPoint.mjs +96 -0
- package/esm2022/lib/services/CreditsEndPoint.mjs +101 -0
- package/esm2022/lib/services/DocumentsEndPoint.mjs +109 -0
- package/esm2022/lib/services/FlightTicketsEndPoint.mjs +80 -0
- package/esm2022/lib/services/FlightsEndPoint.mjs +335 -0
- package/esm2022/lib/services/GroupsEndPoint.mjs +96 -0
- package/esm2022/lib/services/LeadsEndPoint.mjs +203 -0
- package/esm2022/lib/services/LookupsEndPoint.mjs +87 -0
- package/esm2022/lib/services/MaintenancesEndPoint.mjs +104 -0
- package/esm2022/lib/services/McpToolsEndPoint.mjs +58 -0
- package/esm2022/lib/services/MessageConfirmsEndPoint.mjs +104 -0
- package/esm2022/lib/services/MyAuthEndPoint.mjs +58 -0
- package/esm2022/lib/services/MyBookingsEndPoint.mjs +148 -0
- package/esm2022/lib/services/MyCertificatesEndPoint.mjs +101 -0
- package/esm2022/lib/services/MyCreditsEndPoint.mjs +50 -0
- package/esm2022/lib/services/MyFlightsEndPoint.mjs +137 -0
- package/esm2022/lib/services/MyInfoEndPoint.mjs +50 -0
- package/esm2022/lib/services/MyMessagesEndPoint.mjs +46 -0
- package/esm2022/lib/services/MyStudentsEndPoint.mjs +62 -0
- package/esm2022/lib/services/PriceListEndPoint.mjs +80 -0
- package/esm2022/lib/services/SyllabusEndPoint.mjs +89 -0
- package/esm2022/lib/services/SystemConfigsEndPoint.mjs +71 -0
- package/esm2022/lib/services/SystemEndPoint.mjs +34 -0
- package/esm2022/lib/services/SystemMessagesEndPoint.mjs +105 -0
- package/esm2022/lib/services/UserEndPoint.mjs +35 -0
- package/esm2022/lib/services/UsersEndPoint.mjs +114 -0
- package/esm2022/lib/services/index.mjs +35 -0
- package/esm2022/ngx-goox-lib.module.mjs +10 -12
- package/esm2022/public-api.mjs +5 -5
- package/esm2022/rest-utils.mjs +137 -0
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +5087 -4063
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/{ADSBState.d.ts → model/ADSBState.d.ts} +1 -1
- package/lib/model/Account.d.ts +21 -0
- package/lib/model/AccountTypeCode.d.ts +11 -0
- package/lib/model/AccountsFilter.d.ts +12 -0
- package/lib/{Airplane.d.ts → model/Airplane.d.ts} +11 -10
- package/lib/model/AirplanesFilter.d.ts +11 -0
- package/lib/{AssessmentCode.d.ts → model/AssessmentCode.d.ts} +3 -7
- package/lib/{AuditLog.d.ts → model/AuditLog.d.ts} +2 -5
- package/lib/model/AuditLogFilter.d.ts +15 -0
- package/lib/model/BaseFilter.d.ts +7 -0
- package/{utils → lib/model}/BaseRestResponse.d.ts +1 -0
- package/lib/{Billing.d.ts → model/Billing.d.ts} +1 -1
- package/lib/model/Booking.d.ts +23 -0
- package/lib/model/BookingPlan.d.ts +20 -0
- package/lib/{BookingSlot.d.ts → model/BookingSlot.d.ts} +2 -4
- package/lib/model/BookingSlots.d.ts +6 -0
- package/lib/model/BookingSlotsSet.d.ts +8 -0
- package/lib/{BookingStatusCode.d.ts → model/BookingStatusCode.d.ts} +4 -2
- package/lib/model/BookingsFilter.d.ts +15 -0
- package/lib/model/Boundaries.d.ts +5 -0
- package/lib/{Campaign.d.ts → model/Campaign.d.ts} +4 -7
- package/lib/{Certificate.d.ts → model/Certificate.d.ts} +3 -6
- package/lib/model/CertificatesFilter.d.ts +15 -0
- package/lib/model/Contact.d.ts +37 -0
- package/lib/model/ContactGroup.d.ts +6 -0
- package/lib/model/ContactsFilter.d.ts +17 -0
- package/lib/{Credit.d.ts → model/Credit.d.ts} +4 -6
- package/lib/model/CreditsFilter.d.ts +15 -0
- package/lib/model/Distribution.d.ts +7 -0
- package/lib/{Document.d.ts → model/Document.d.ts} +2 -5
- package/{utils → lib/model}/Entities.d.ts +1 -0
- package/lib/model/EntitiesRequest.d.ts +4 -0
- package/lib/model/EntityAction.d.ts +3 -0
- package/lib/model/EntityRequest.d.ts +4 -0
- package/{utils → lib/model}/EntityResponse.d.ts +0 -4
- package/lib/{ErrorCode.d.ts → model/ErrorCode.d.ts} +5 -1
- package/lib/{Flight.d.ts → model/Flight.d.ts} +20 -24
- package/lib/{FlightBilling.d.ts → model/FlightBilling.d.ts} +2 -5
- package/lib/model/FlightCategoryCode.d.ts +42 -0
- package/lib/model/FlightClassCode.d.ts +13 -0
- package/lib/{FlightPassenger.d.ts → model/FlightPassenger.d.ts} +1 -4
- package/lib/{FlightPlan.d.ts → model/FlightPlan.d.ts} +6 -9
- package/lib/{FlightPurposeCode.d.ts → model/FlightPurposeCode.d.ts} +1 -1
- package/lib/model/FlightRisk.d.ts +20 -0
- package/lib/{FlightTicket.d.ts → model/FlightTicket.d.ts} +2 -5
- package/lib/{FlightTypeCode.d.ts → model/FlightTypeCode.d.ts} +4 -10
- package/lib/model/FlightsFilter.d.ts +21 -0
- package/lib/model/FollowUpAction.d.ts +6 -0
- package/lib/model/Group.d.ts +9 -0
- package/lib/model/InstructionTypeCode.d.ts +9 -0
- package/lib/model/IntEnumValue.d.ts +5 -0
- package/lib/model/Json.d.ts +3 -0
- package/lib/model/JsonDoc.d.ts +5 -0
- package/lib/{Lead.d.ts → model/Lead.d.ts} +6 -10
- package/lib/model/LeadAction.d.ts +7 -0
- package/lib/model/LeadsFilter.d.ts +10 -0
- package/lib/model/Lesson.d.ts +19 -0
- package/lib/model/LessonSubjectCode.d.ts +97 -0
- package/lib/model/LessonTypeCode.d.ts +16 -0
- package/lib/model/LicenseKindFlag.d.ts +17 -0
- package/lib/model/LocalTime.d.ts +3 -0
- package/lib/{LogBookRecord.d.ts → model/LogBookRecord.d.ts} +1 -4
- package/lib/model/Lookup.d.ts +8 -0
- package/lib/model/LookupGroup.d.ts +6 -0
- package/lib/{Maintenance.d.ts → model/Maintenance.d.ts} +3 -6
- package/lib/model/MaintenancesFilter.d.ts +15 -0
- package/lib/model/MedicalCertClassCode.d.ts +9 -0
- package/lib/model/MessageConfirm.d.ts +13 -0
- package/lib/model/Metar.d.ts +7 -0
- package/lib/model/MetarReport.d.ts +8 -0
- package/lib/model/Notification.d.ts +11 -0
- package/lib/model/NotificationTypeCode.d.ts +11 -0
- package/lib/{Permission.d.ts → model/Permission.d.ts} +2 -2
- package/lib/model/Point.d.ts +5 -0
- package/lib/model/PostFlightInfo.d.ts +44 -0
- package/lib/{PreFlightInfo.d.ts → model/PreFlightInfo.d.ts} +10 -10
- package/lib/model/Price.d.ts +9 -0
- package/lib/{RiskAssessment.d.ts → model/RiskAssessment.d.ts} +8 -8
- package/{utils → lib/model}/SimpleEntity.d.ts +1 -0
- package/lib/model/StorageItem.d.ts +9 -0
- package/lib/model/Syllabus.d.ts +12 -0
- package/lib/model/SyllabusFilter.d.ts +12 -0
- package/lib/model/SystemConfig.d.ts +5 -0
- package/lib/model/SystemMessage.d.ts +11 -0
- package/lib/model/TafReport.d.ts +8 -0
- package/lib/model/TimeDataPoint.d.ts +5 -0
- package/lib/model/TimePeriodCode.d.ts +11 -0
- package/lib/{TimeSeries.d.ts → model/TimeSeries.d.ts} +2 -2
- package/lib/model/Timestamp.d.ts +3 -0
- package/lib/{TokenData.d.ts → model/TokenData.d.ts} +2 -2
- package/lib/{TransactionTypeCode.d.ts → model/TransactionTypeCode.d.ts} +2 -1
- package/lib/model/Tuple.d.ts +5 -0
- package/lib/model/TypeRatingFlag.d.ts +10 -0
- package/lib/model/User.d.ts +14 -0
- package/lib/model/UsersFilter.d.ts +14 -0
- package/lib/{ValidationFlag.d.ts → model/ValidationFlag.d.ts} +1 -8
- package/lib/model/WBConfig.d.ts +20 -0
- package/lib/model/errorStruct.d.ts +5 -0
- package/lib/{index.d.ts → model/index.d.ts} +128 -121
- package/lib/{AccountsEndPoint.d.ts → services/AccountsEndPoint.d.ts} +20 -11
- package/lib/services/AirplanesEndPoint.d.ts +75 -0
- package/lib/{AuditLogsEndPoint.d.ts → services/AuditLogsEndPoint.d.ts} +7 -5
- package/lib/{BookingSlotsEndPoint.d.ts → services/BookingSlotsEndPoint.d.ts} +21 -6
- package/lib/{BookingsEndPoint.d.ts → services/BookingsEndPoint.d.ts} +25 -9
- package/lib/{CampaignsEndPoint.d.ts → services/CampaignsEndPoint.d.ts} +8 -5
- package/lib/{CertificatesEndPoint.d.ts → services/CertificatesEndPoint.d.ts} +9 -5
- package/lib/{ContactsEndPoint.d.ts → services/ContactsEndPoint.d.ts} +25 -14
- package/lib/services/ContactsGroupsEndPoint.d.ts +44 -0
- package/lib/{CreditsEndPoint.d.ts → services/CreditsEndPoint.d.ts} +11 -4
- package/lib/{DocumentsEndPoint.d.ts → services/DocumentsEndPoint.d.ts} +16 -4
- package/lib/{FlightTicketsEndPoint.d.ts → services/FlightTicketsEndPoint.d.ts} +9 -5
- package/lib/{FlightsEndPoint.d.ts → services/FlightsEndPoint.d.ts} +44 -13
- package/lib/{GroupsEndPoint.d.ts → services/GroupsEndPoint.d.ts} +12 -5
- package/lib/services/LeadsEndPoint.d.ts +110 -0
- package/lib/{LookupsEndPoint.d.ts → services/LookupsEndPoint.d.ts} +8 -5
- package/lib/{MaintenancesEndPoint.d.ts → services/MaintenancesEndPoint.d.ts} +10 -5
- package/lib/services/McpToolsEndPoint.d.ts +25 -0
- package/lib/{MessageConfirmsEndPoint.d.ts → services/MessageConfirmsEndPoint.d.ts} +19 -5
- package/lib/services/MyAuthEndPoint.d.ts +37 -0
- package/lib/services/MyBookingsEndPoint.d.ts +65 -0
- package/lib/services/MyCertificatesEndPoint.d.ts +52 -0
- package/lib/{MyCreditsEndPoint.d.ts → services/MyCreditsEndPoint.d.ts} +6 -4
- package/lib/services/MyFlightsEndPoint.d.ts +70 -0
- package/lib/services/MyInfoEndPoint.d.ts +27 -0
- package/lib/services/MyMessagesEndPoint.d.ts +28 -0
- package/lib/services/MyStudentsEndPoint.d.ts +35 -0
- package/lib/{PriceListEndPoint.d.ts → services/PriceListEndPoint.d.ts} +9 -5
- package/lib/services/SyllabusEndPoint.d.ts +45 -0
- package/lib/{SystemConfigsEndPoint.d.ts → services/SystemConfigsEndPoint.d.ts} +7 -4
- package/lib/{SystemEndPoint.d.ts → services/SystemEndPoint.d.ts} +4 -3
- package/lib/{SystemMessagesEndPoint.d.ts → services/SystemMessagesEndPoint.d.ts} +14 -6
- package/lib/{UserEndPoint.d.ts → services/UserEndPoint.d.ts} +6 -5
- package/lib/{UsersEndPoint.d.ts → services/UsersEndPoint.d.ts} +12 -7
- package/lib/services/index.d.ts +34 -0
- package/ngx-goox-lib.module.d.ts +3 -4
- package/package.json +2 -2
- package/public-api.d.ts +3 -3
- package/{utils/rest-util.d.ts → rest-utils.d.ts} +3 -3
- package/esm2022/lib/ADSBCategoryCode.mjs +0 -43
- package/esm2022/lib/ADSBSourceFlag.mjs +0 -32
- package/esm2022/lib/ADSBState.mjs +0 -48
- package/esm2022/lib/Account.mjs +0 -36
- package/esm2022/lib/AccountFilter.mjs +0 -12
- package/esm2022/lib/AccountStatusCode.mjs +0 -35
- package/esm2022/lib/AccountsEndPoint.mjs +0 -182
- package/esm2022/lib/Address.mjs +0 -21
- package/esm2022/lib/Airplane.mjs +0 -41
- package/esm2022/lib/AirplaneFilter.mjs +0 -15
- package/esm2022/lib/AirplaneStatusCode.mjs +0 -31
- package/esm2022/lib/AirplaneValidationFlag.mjs +0 -119
- package/esm2022/lib/AirplanesEndPoint.mjs +0 -186
- package/esm2022/lib/AnyKeyValue.mjs +0 -12
- package/esm2022/lib/AssessmentCode.mjs +0 -47
- package/esm2022/lib/AuditLog.mjs +0 -28
- package/esm2022/lib/AuditLogFilter.mjs +0 -27
- package/esm2022/lib/AuditLogsEndPoint.mjs +0 -116
- package/esm2022/lib/BaseEntity.mjs +0 -15
- package/esm2022/lib/BaseEntityEx.mjs +0 -21
- package/esm2022/lib/BaseFilter.mjs +0 -9
- package/esm2022/lib/Billing.mjs +0 -36
- package/esm2022/lib/BillingRecord.mjs +0 -24
- package/esm2022/lib/BillingStatusCode.mjs +0 -59
- package/esm2022/lib/Booking.mjs +0 -32
- package/esm2022/lib/BookingFilter.mjs +0 -27
- package/esm2022/lib/BookingSlot.mjs +0 -26
- package/esm2022/lib/BookingSlots.mjs +0 -22
- package/esm2022/lib/BookingSlotsEndPoint.mjs +0 -105
- package/esm2022/lib/BookingSlotsSet.mjs +0 -24
- package/esm2022/lib/BookingStatusCode.mjs +0 -47
- package/esm2022/lib/BookingTypeFlag.mjs +0 -51
- package/esm2022/lib/BookingsEndPoint.mjs +0 -169
- package/esm2022/lib/Campaign.mjs +0 -32
- package/esm2022/lib/CampaignStatusCode.mjs +0 -35
- package/esm2022/lib/CampaignTypeCode.mjs +0 -31
- package/esm2022/lib/CampaignsEndPoint.mjs +0 -92
- package/esm2022/lib/Certificate.mjs +0 -30
- package/esm2022/lib/CertificateFilter.mjs +0 -18
- package/esm2022/lib/CertificatesEndPoint.mjs +0 -97
- package/esm2022/lib/ColumnDef.mjs +0 -26
- package/esm2022/lib/ConfirmStatusCode.mjs +0 -31
- package/esm2022/lib/Contact.mjs +0 -50
- package/esm2022/lib/ContactFilter.mjs +0 -15
- package/esm2022/lib/ContactsEndPoint.mjs +0 -239
- package/esm2022/lib/Credit.mjs +0 -35
- package/esm2022/lib/CreditFilter.mjs +0 -18
- package/esm2022/lib/CreditsEndPoint.mjs +0 -91
- package/esm2022/lib/CrewDutyDayRisks.mjs +0 -15
- package/esm2022/lib/CurrencyCode.mjs +0 -31
- package/esm2022/lib/DepartureRisks.mjs +0 -21
- package/esm2022/lib/DestinationRisks.mjs +0 -42
- package/esm2022/lib/Document.mjs +0 -31
- package/esm2022/lib/DocumentRevision.mjs +0 -27
- package/esm2022/lib/DocumentsEndPoint.mjs +0 -85
- package/esm2022/lib/Engine.mjs +0 -21
- package/esm2022/lib/Enums.mjs +0 -288
- package/esm2022/lib/ErrorCode.mjs +0 -51
- package/esm2022/lib/FilterFlag.mjs +0 -119
- package/esm2022/lib/Flight.mjs +0 -56
- package/esm2022/lib/FlightBilling.mjs +0 -31
- package/esm2022/lib/FlightFilter.mjs +0 -36
- package/esm2022/lib/FlightPassenger.mjs +0 -25
- package/esm2022/lib/FlightPlan.mjs +0 -43
- package/esm2022/lib/FlightPurposeCode.mjs +0 -67
- package/esm2022/lib/FlightRisk.mjs +0 -30
- package/esm2022/lib/FlightStateCode.mjs +0 -35
- package/esm2022/lib/FlightStatusCode.mjs +0 -43
- package/esm2022/lib/FlightTicket.mjs +0 -29
- package/esm2022/lib/FlightTicketsEndPoint.mjs +0 -76
- package/esm2022/lib/FlightTypeCode.mjs +0 -63
- package/esm2022/lib/FlightsEndPoint.mjs +0 -255
- package/esm2022/lib/Fuel.mjs +0 -27
- package/esm2022/lib/Group.mjs +0 -24
- package/esm2022/lib/GroupsEndPoint.mjs +0 -86
- package/esm2022/lib/IntKeyValue.mjs +0 -12
- package/esm2022/lib/Lead.mjs +0 -39
- package/esm2022/lib/LeadAction.mjs +0 -24
- package/esm2022/lib/LeadFilter.mjs +0 -21
- package/esm2022/lib/LeadStatusCode.mjs +0 -47
- package/esm2022/lib/LeadsEndPoint.mjs +0 -141
- package/esm2022/lib/Lesson.mjs +0 -30
- package/esm2022/lib/Location.mjs +0 -15
- package/esm2022/lib/LogBookRecord.mjs +0 -39
- package/esm2022/lib/LoginParams.mjs +0 -15
- package/esm2022/lib/Lookup.mjs +0 -26
- package/esm2022/lib/LookupGroup.mjs +0 -15
- package/esm2022/lib/LookupsEndPoint.mjs +0 -83
- package/esm2022/lib/Magneto.mjs +0 -18
- package/esm2022/lib/Maintenance.mjs +0 -35
- package/esm2022/lib/MaintenanceActionCode.mjs +0 -43
- package/esm2022/lib/MaintenanceFilter.mjs +0 -24
- package/esm2022/lib/MaintenancesEndPoint.mjs +0 -97
- package/esm2022/lib/MessageConfirm.mjs +0 -29
- package/esm2022/lib/MessageConfirmsEndPoint.mjs +0 -79
- package/esm2022/lib/MessageTypeCode.mjs +0 -47
- package/esm2022/lib/Mitigation.mjs +0 -27
- package/esm2022/lib/ModuleCode.mjs +0 -71
- package/esm2022/lib/MyAuthEndPoint.mjs +0 -42
- package/esm2022/lib/MyBookingsEndPoint.mjs +0 -95
- package/esm2022/lib/MyCreditsEndPoint.mjs +0 -46
- package/esm2022/lib/MyFlightsEndPoint.mjs +0 -92
- package/esm2022/lib/OnBoard.mjs +0 -18
- package/esm2022/lib/OperatorCode.mjs +0 -15
- package/esm2022/lib/PaymentMethodCode.mjs +0 -43
- package/esm2022/lib/Permission.mjs +0 -12
- package/esm2022/lib/PermissionFlag.mjs +0 -43
- package/esm2022/lib/PilotQualificationsRisks.mjs +0 -18
- package/esm2022/lib/PostFlightData.mjs +0 -45
- package/esm2022/lib/PostFlightInfo.mjs +0 -114
- package/esm2022/lib/PreFlightData.mjs +0 -45
- package/esm2022/lib/PreFlightInfo.mjs +0 -102
- package/esm2022/lib/Price.mjs +0 -25
- package/esm2022/lib/PriceListEndPoint.mjs +0 -76
- package/esm2022/lib/PriorityCode.mjs +0 -35
- package/esm2022/lib/Propeller.mjs +0 -21
- package/esm2022/lib/ReFuel.mjs +0 -15
- package/esm2022/lib/RiskAssessment.mjs +0 -33
- package/esm2022/lib/SpecialRisks.mjs +0 -15
- package/esm2022/lib/StatusCode.mjs +0 -39
- package/esm2022/lib/StringKeyValue.mjs +0 -12
- package/esm2022/lib/SystemConfig.mjs +0 -22
- package/esm2022/lib/SystemConfigsEndPoint.mjs +0 -67
- package/esm2022/lib/SystemEndPoint.mjs +0 -30
- package/esm2022/lib/SystemMessage.mjs +0 -25
- package/esm2022/lib/SystemMessagesEndPoint.mjs +0 -95
- package/esm2022/lib/TOLData.mjs +0 -24
- package/esm2022/lib/TicketStatusCode.mjs +0 -27
- package/esm2022/lib/TimeDataPoint.mjs +0 -12
- package/esm2022/lib/TimeFrame.mjs +0 -11
- package/esm2022/lib/TimeSeries.mjs +0 -15
- package/esm2022/lib/TokenData.mjs +0 -18
- package/esm2022/lib/TransactionTypeCode.mjs +0 -43
- package/esm2022/lib/TripRisks.mjs +0 -21
- package/esm2022/lib/Tuple.mjs +0 -12
- package/esm2022/lib/User.mjs +0 -29
- package/esm2022/lib/UserEndPoint.mjs +0 -31
- package/esm2022/lib/UserFilter.mjs +0 -21
- package/esm2022/lib/UserRoleFlag.mjs +0 -51
- package/esm2022/lib/UserStatusCode.mjs +0 -35
- package/esm2022/lib/UserTypeCode.mjs +0 -35
- package/esm2022/lib/UsersEndPoint.mjs +0 -110
- package/esm2022/lib/ValidationFlag.mjs +0 -95
- package/esm2022/lib/WeatherRisks.mjs +0 -36
- package/esm2022/lib/index.mjs +0 -145
- package/esm2022/lib/services.export.mjs +0 -57
- package/esm2022/utils/ActionResponse.mjs +0 -12
- package/esm2022/utils/BaseRestResponse.mjs +0 -10
- package/esm2022/utils/Entities.mjs +0 -8
- package/esm2022/utils/EntitiesResponse.mjs +0 -18
- package/esm2022/utils/EntityResponse.mjs +0 -16
- package/esm2022/utils/SimpleEntity.mjs +0 -4
- package/esm2022/utils/index.mjs +0 -8
- package/esm2022/utils/rest-util.mjs +0 -136
- package/lib/Account.d.ts +0 -24
- package/lib/AccountFilter.d.ts +0 -6
- package/lib/AirplaneFilter.d.ts +0 -7
- package/lib/AirplanesEndPoint.d.ts +0 -61
- package/lib/AuditLogFilter.d.ts +0 -11
- package/lib/BaseFilter.d.ts +0 -4
- package/lib/Booking.d.ts +0 -20
- package/lib/BookingFilter.d.ts +0 -13
- package/lib/BookingSlots.d.ts +0 -9
- package/lib/BookingSlotsSet.d.ts +0 -11
- package/lib/CertificateFilter.d.ts +0 -9
- package/lib/ColumnDef.d.ts +0 -10
- package/lib/Contact.d.ts +0 -39
- package/lib/ContactFilter.d.ts +0 -7
- package/lib/CreditFilter.d.ts +0 -9
- package/lib/Enums.d.ts +0 -1
- package/lib/FlightFilter.d.ts +0 -18
- package/lib/FlightRisk.d.ts +0 -23
- package/lib/Group.d.ts +0 -12
- package/lib/LeadAction.d.ts +0 -10
- package/lib/LeadFilter.d.ts +0 -10
- package/lib/LeadsEndPoint.d.ts +0 -66
- package/lib/Lesson.d.ts +0 -12
- package/lib/Lookup.d.ts +0 -11
- package/lib/LookupGroup.d.ts +0 -8
- package/lib/MaintenanceFilter.d.ts +0 -12
- package/lib/MessageConfirm.d.ts +0 -18
- package/lib/MyAuthEndPoint.d.ts +0 -24
- package/lib/MyBookingsEndPoint.d.ts +0 -38
- package/lib/MyFlightsEndPoint.d.ts +0 -43
- package/lib/OnBoard.d.ts +0 -7
- package/lib/PostFlightData.d.ts +0 -37
- package/lib/PostFlightInfo.d.ts +0 -42
- package/lib/PreFlightData.d.ts +0 -37
- package/lib/Price.d.ts +0 -12
- package/lib/ReFuel.d.ts +0 -6
- package/lib/SystemConfig.d.ts +0 -8
- package/lib/SystemMessage.d.ts +0 -13
- package/lib/TimeDataPoint.d.ts +0 -5
- package/lib/Tuple.d.ts +0 -5
- package/lib/User.d.ts +0 -17
- package/lib/UserFilter.d.ts +0 -12
- package/lib/services.export.d.ts +0 -28
- package/utils/index.d.ts +0 -7
- /package/lib/{ADSBCategoryCode.d.ts → model/ADSBCategoryCode.d.ts} +0 -0
- /package/lib/{ADSBSourceFlag.d.ts → model/ADSBSourceFlag.d.ts} +0 -0
- /package/lib/{AccountStatusCode.d.ts → model/AccountStatusCode.d.ts} +0 -0
- /package/{utils → lib/model}/ActionResponse.d.ts +0 -0
- /package/lib/{Address.d.ts → model/Address.d.ts} +0 -0
- /package/lib/{AirplaneStatusCode.d.ts → model/AirplaneStatusCode.d.ts} +0 -0
- /package/lib/{AirplaneValidationFlag.d.ts → model/AirplaneValidationFlag.d.ts} +0 -0
- /package/lib/{AnyKeyValue.d.ts → model/AnyKeyValue.d.ts} +0 -0
- /package/lib/{BaseEntity.d.ts → model/BaseEntity.d.ts} +0 -0
- /package/lib/{BaseEntityEx.d.ts → model/BaseEntityEx.d.ts} +0 -0
- /package/lib/{BillingRecord.d.ts → model/BillingRecord.d.ts} +0 -0
- /package/lib/{BillingStatusCode.d.ts → model/BillingStatusCode.d.ts} +0 -0
- /package/lib/{BookingTypeFlag.d.ts → model/BookingTypeFlag.d.ts} +0 -0
- /package/lib/{CampaignStatusCode.d.ts → model/CampaignStatusCode.d.ts} +0 -0
- /package/lib/{CampaignTypeCode.d.ts → model/CampaignTypeCode.d.ts} +0 -0
- /package/lib/{ConfirmStatusCode.d.ts → model/ConfirmStatusCode.d.ts} +0 -0
- /package/lib/{CrewDutyDayRisks.d.ts → model/CrewDutyDayRisks.d.ts} +0 -0
- /package/lib/{CurrencyCode.d.ts → model/CurrencyCode.d.ts} +0 -0
- /package/lib/{DepartureRisks.d.ts → model/DepartureRisks.d.ts} +0 -0
- /package/lib/{DestinationRisks.d.ts → model/DestinationRisks.d.ts} +0 -0
- /package/lib/{DocumentRevision.d.ts → model/DocumentRevision.d.ts} +0 -0
- /package/lib/{Engine.d.ts → model/Engine.d.ts} +0 -0
- /package/{utils → lib/model}/EntitiesResponse.d.ts +0 -0
- /package/lib/{FilterFlag.d.ts → model/FilterFlag.d.ts} +0 -0
- /package/lib/{FlightStateCode.d.ts → model/FlightStateCode.d.ts} +0 -0
- /package/lib/{FlightStatusCode.d.ts → model/FlightStatusCode.d.ts} +0 -0
- /package/lib/{Fuel.d.ts → model/Fuel.d.ts} +0 -0
- /package/lib/{IntKeyValue.d.ts → model/IntKeyValue.d.ts} +0 -0
- /package/lib/{LeadStatusCode.d.ts → model/LeadStatusCode.d.ts} +0 -0
- /package/lib/{Location.d.ts → model/Location.d.ts} +0 -0
- /package/lib/{LoginParams.d.ts → model/LoginParams.d.ts} +0 -0
- /package/lib/{Magneto.d.ts → model/Magneto.d.ts} +0 -0
- /package/lib/{MaintenanceActionCode.d.ts → model/MaintenanceActionCode.d.ts} +0 -0
- /package/lib/{MessageTypeCode.d.ts → model/MessageTypeCode.d.ts} +0 -0
- /package/lib/{Mitigation.d.ts → model/Mitigation.d.ts} +0 -0
- /package/lib/{ModuleCode.d.ts → model/ModuleCode.d.ts} +0 -0
- /package/lib/{OperatorCode.d.ts → model/OperatorCode.d.ts} +0 -0
- /package/lib/{PaymentMethodCode.d.ts → model/PaymentMethodCode.d.ts} +0 -0
- /package/lib/{PermissionFlag.d.ts → model/PermissionFlag.d.ts} +0 -0
- /package/lib/{PilotQualificationsRisks.d.ts → model/PilotQualificationsRisks.d.ts} +0 -0
- /package/lib/{PriorityCode.d.ts → model/PriorityCode.d.ts} +0 -0
- /package/lib/{Propeller.d.ts → model/Propeller.d.ts} +0 -0
- /package/lib/{SpecialRisks.d.ts → model/SpecialRisks.d.ts} +0 -0
- /package/lib/{StatusCode.d.ts → model/StatusCode.d.ts} +0 -0
- /package/lib/{StringKeyValue.d.ts → model/StringKeyValue.d.ts} +0 -0
- /package/lib/{TOLData.d.ts → model/TOLData.d.ts} +0 -0
- /package/lib/{TicketStatusCode.d.ts → model/TicketStatusCode.d.ts} +0 -0
- /package/lib/{TimeFrame.d.ts → model/TimeFrame.d.ts} +0 -0
- /package/lib/{TripRisks.d.ts → model/TripRisks.d.ts} +0 -0
- /package/lib/{UserRoleFlag.d.ts → model/UserRoleFlag.d.ts} +0 -0
- /package/lib/{UserStatusCode.d.ts → model/UserStatusCode.d.ts} +0 -0
- /package/lib/{UserTypeCode.d.ts → model/UserTypeCode.d.ts} +0 -0
- /package/lib/{WeatherRisks.d.ts → model/WeatherRisks.d.ts} +0 -0
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntitiesResponse } from '../model';
|
|
4
|
+
import { FlightStatusCode } from '../model';
|
|
5
|
+
import { Flight } from '../model';
|
|
6
|
+
import { ActionResponse } from '../model';
|
|
7
|
+
import { FlightTypeCode } from '../model';
|
|
8
|
+
import { FlightPurposeCode } from '../model';
|
|
9
|
+
import { Document } from '../model';
|
|
10
|
+
import { Airplane } from '../model';
|
|
11
|
+
import { AirplaneStatusCode } from '../model';
|
|
12
|
+
import { MaintenanceActionCode } from '../model';
|
|
13
|
+
import { EntityResponse } from '../model';
|
|
14
|
+
import { StringKeyValue } from '../model';
|
|
15
|
+
import { FlightStateCode } from '../model';
|
|
16
|
+
import { StatusCode } from '../model';
|
|
17
|
+
import { Maintenance } from '../model';
|
|
18
|
+
import * as i0 from "@angular/core";
|
|
19
|
+
export declare class AirplanesEndPoint {
|
|
20
|
+
private config;
|
|
21
|
+
private rest;
|
|
22
|
+
private baseUrl;
|
|
23
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
24
|
+
/**
|
|
25
|
+
* region Endpoint REST handlers ---------------------------------------------------------------------------------------
|
|
26
|
+
* Get new and empty account template
|
|
27
|
+
*/
|
|
28
|
+
new(): import("rxjs").Observable<EntityResponse<Airplane>>;
|
|
29
|
+
/**
|
|
30
|
+
* Create new airplane
|
|
31
|
+
*/
|
|
32
|
+
create(body?: Airplane): import("rxjs").Observable<EntityResponse<Airplane>>;
|
|
33
|
+
/**
|
|
34
|
+
* Update existing airplane
|
|
35
|
+
*/
|
|
36
|
+
update(body?: Airplane): import("rxjs").Observable<EntityResponse<Airplane>>;
|
|
37
|
+
/**
|
|
38
|
+
* Update existing airplane's Weight and Balance configuration
|
|
39
|
+
*/
|
|
40
|
+
updateWBConfig(body?: Airplane): import("rxjs").Observable<EntityResponse<Airplane>>;
|
|
41
|
+
/**
|
|
42
|
+
* Delete airplane and all its content
|
|
43
|
+
*/
|
|
44
|
+
delete(id?: string): import("rxjs").Observable<ActionResponse>;
|
|
45
|
+
/**
|
|
46
|
+
* Get a single airplane by id
|
|
47
|
+
*/
|
|
48
|
+
get(id?: string): import("rxjs").Observable<EntityResponse<Airplane>>;
|
|
49
|
+
/**
|
|
50
|
+
* Find airplanes by query
|
|
51
|
+
*/
|
|
52
|
+
find(search?: string, status?: AirplaneStatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Airplane>>;
|
|
53
|
+
/**
|
|
54
|
+
* Lookup airplanes ID->Name by filter
|
|
55
|
+
*/
|
|
56
|
+
lookup(search?: string, status?: AirplaneStatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
|
|
57
|
+
/**
|
|
58
|
+
* Get minimal active airplanes data for hours statistics only
|
|
59
|
+
*/
|
|
60
|
+
hours(): import("rxjs").Observable<EntitiesResponse<Airplane>>;
|
|
61
|
+
/**
|
|
62
|
+
* Find airplane flights
|
|
63
|
+
*/
|
|
64
|
+
findFlights(id?: string, search?: string, type?: FlightTypeCode[], status?: FlightStatusCode[], state?: FlightStateCode[], purpose?: FlightPurposeCode[], from?: number, to?: number, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Flight>>;
|
|
65
|
+
/**
|
|
66
|
+
* Find airplane documents
|
|
67
|
+
*/
|
|
68
|
+
findDocuments(id?: string, search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Document>>;
|
|
69
|
+
/**
|
|
70
|
+
* Find airplane maintenance log book
|
|
71
|
+
*/
|
|
72
|
+
findMaintenance(id?: string, search?: string, status?: StatusCode[], action?: MaintenanceActionCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Maintenance>>;
|
|
73
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AirplanesEndPoint, never>;
|
|
74
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AirplanesEndPoint>;
|
|
75
|
+
}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { TimeSeries } from '
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntitiesResponse } from '../model';
|
|
4
|
+
import { TimeSeries } from '../model';
|
|
5
|
+
import { AuditLog } from '../model';
|
|
6
|
+
import { EntityResponse } from '../model';
|
|
5
7
|
import * as i0 from "@angular/core";
|
|
6
8
|
export declare class AuditLogsEndPoint {
|
|
7
9
|
private config;
|
|
8
10
|
private rest;
|
|
9
11
|
private baseUrl;
|
|
10
|
-
constructor(config:
|
|
12
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
11
13
|
/**
|
|
12
14
|
* Create new auditLog
|
|
13
15
|
*/
|
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntityResponse } from '../model';
|
|
4
|
+
import { BookingSlot } from '../model';
|
|
5
|
+
import { ActionResponse } from '../model';
|
|
6
|
+
import { EntitiesResponse } from '../model';
|
|
7
|
+
import { BookingSlots } from '../model';
|
|
8
|
+
import { BookingSlotsSet } from '../model';
|
|
6
9
|
import * as i0 from "@angular/core";
|
|
7
10
|
export declare class BookingSlotsEndPoint {
|
|
8
11
|
private config;
|
|
9
12
|
private rest;
|
|
10
13
|
private baseUrl;
|
|
11
|
-
constructor(config:
|
|
14
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
12
15
|
/**
|
|
13
16
|
* Get new and empty booking slot template
|
|
14
17
|
*/
|
|
@@ -45,6 +48,18 @@ export declare class BookingSlotsEndPoint {
|
|
|
45
48
|
* Add or remove a bulk of monthly slots for patterns
|
|
46
49
|
*/
|
|
47
50
|
setMonthlySlot(body?: BookingSlotsSet): import("rxjs").Observable<ActionResponse>;
|
|
51
|
+
/**
|
|
52
|
+
* Publish slots (make invisible slots to visible)
|
|
53
|
+
*/
|
|
54
|
+
publish(id?: string[]): import("rxjs").Observable<ActionResponse>;
|
|
55
|
+
/**
|
|
56
|
+
* UnPublish slots (make visible slots to invisible)
|
|
57
|
+
*/
|
|
58
|
+
unPublish(id?: string[]): import("rxjs").Observable<ActionResponse>;
|
|
59
|
+
/**
|
|
60
|
+
* Unbook slot will remove the booking item related to this slot, but if it is related to a flight, it will return an error
|
|
61
|
+
*/
|
|
62
|
+
unBook(id?: string): import("rxjs").Observable<ActionResponse>;
|
|
48
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<BookingSlotsEndPoint, never>;
|
|
49
64
|
static ɵprov: i0.ɵɵInjectableDeclaration<BookingSlotsEndPoint>;
|
|
50
65
|
}
|
|
@@ -1,14 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { TimeSeries } from '
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { ActionResponse } from '../model';
|
|
4
|
+
import { EntitiesResponse } from '../model';
|
|
5
|
+
import { TimeSeries } from '../model';
|
|
6
|
+
import { BookingPlan } from '../model';
|
|
7
|
+
import { EntityResponse } from '../model';
|
|
8
|
+
import { Booking } from '../model';
|
|
9
|
+
import { BookingStatusCode } from '../model';
|
|
6
10
|
import * as i0 from "@angular/core";
|
|
7
11
|
export declare class BookingsEndPoint {
|
|
8
12
|
private config;
|
|
9
13
|
private rest;
|
|
10
14
|
private baseUrl;
|
|
11
|
-
constructor(config:
|
|
15
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
12
16
|
/**
|
|
13
17
|
* Get new and empty account template
|
|
14
18
|
*/
|
|
@@ -36,11 +40,11 @@ export declare class BookingsEndPoint {
|
|
|
36
40
|
/**
|
|
37
41
|
* Find bookings by query
|
|
38
42
|
*/
|
|
39
|
-
find(search?: string, accountId?: string, contactId?: string, airplaneId?: string, from?: number, to?: number, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Booking>>;
|
|
43
|
+
find(search?: string, accountId?: string, contactId?: string, airplaneId?: string, from?: number, to?: number, status?: BookingStatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Booking>>;
|
|
40
44
|
/**
|
|
41
45
|
* Find bookings count histogram over time (up to last 30 days)
|
|
42
46
|
*/
|
|
43
|
-
histogram(search?: string, accountId?: string, contactId?: string, airplaneId?: string, from?: number, to?: number, status?: []): import("rxjs").Observable<EntityResponse<TimeSeries<number>>>;
|
|
47
|
+
histogram(search?: string, accountId?: string, contactId?: string, airplaneId?: string, from?: number, to?: number, status?: BookingStatusCode[]): import("rxjs").Observable<EntityResponse<TimeSeries<number>>>;
|
|
44
48
|
/**
|
|
45
49
|
* Get bookings schedule for specific month, the result size is limited to 1000 entries
|
|
46
50
|
*/
|
|
@@ -48,7 +52,19 @@ export declare class BookingsEndPoint {
|
|
|
48
52
|
/**
|
|
49
53
|
* Find my bookings by query
|
|
50
54
|
*/
|
|
51
|
-
myBookings(search?: string, airplaneId?: string, from?: number, to?: number, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Booking>>;
|
|
55
|
+
myBookings(search?: string, airplaneId?: string, from?: number, to?: number, status?: BookingStatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Booking>>;
|
|
56
|
+
/**
|
|
57
|
+
* Get bookings plan data for specific day
|
|
58
|
+
*/
|
|
59
|
+
getBookingPlan(year?: number, month?: number, day?: number): import("rxjs").Observable<EntitiesResponse<BookingPlan>>;
|
|
60
|
+
/**
|
|
61
|
+
* Launch flight from booking ID and returns new bookings plan data for specific day
|
|
62
|
+
*/
|
|
63
|
+
launchFromBooking(id?: string): import("rxjs").Observable<EntitiesResponse<BookingPlan>>;
|
|
64
|
+
/**
|
|
65
|
+
* Launch flight from booking
|
|
66
|
+
*/
|
|
67
|
+
launch(body?: Booking): import("rxjs").Observable<ActionResponse>;
|
|
52
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<BookingsEndPoint, never>;
|
|
53
69
|
static ɵprov: i0.ɵɵInjectableDeclaration<BookingsEndPoint>;
|
|
54
70
|
}
|
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntityResponse } from '../model';
|
|
4
|
+
import { Campaign } from '../model';
|
|
5
|
+
import { ActionResponse } from '../model';
|
|
6
|
+
import { EntitiesResponse } from '../model';
|
|
7
|
+
import { StringKeyValue } from '../model';
|
|
5
8
|
import * as i0 from "@angular/core";
|
|
6
9
|
export declare class CampaignsEndPoint {
|
|
7
10
|
private config;
|
|
8
11
|
private rest;
|
|
9
12
|
private baseUrl;
|
|
10
|
-
constructor(config:
|
|
13
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
11
14
|
/**
|
|
12
15
|
* Get new and empty Campaign template
|
|
13
16
|
*/
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntityResponse } from '../model';
|
|
4
|
+
import { Certificate } from '../model';
|
|
5
|
+
import { ActionResponse } from '../model';
|
|
6
|
+
import { StatusCode } from '../model';
|
|
7
|
+
import { EntitiesResponse } from '../model';
|
|
4
8
|
import * as i0 from "@angular/core";
|
|
5
9
|
export declare class CertificatesEndPoint {
|
|
6
10
|
private config;
|
|
7
11
|
private rest;
|
|
8
12
|
private baseUrl;
|
|
9
|
-
constructor(config:
|
|
13
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
10
14
|
/**
|
|
11
15
|
* Get new and empty certificate template
|
|
12
16
|
*/
|
|
@@ -30,7 +34,7 @@ export declare class CertificatesEndPoint {
|
|
|
30
34
|
/**
|
|
31
35
|
* Find certificates by query
|
|
32
36
|
*/
|
|
33
|
-
find(contactId?: string, search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Certificate>>;
|
|
37
|
+
find(contactId?: string, search?: string, status?: StatusCode[], valid?: boolean, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Certificate>>;
|
|
34
38
|
/**
|
|
35
39
|
* Upload certificate reference document
|
|
36
40
|
*/
|
|
@@ -1,17 +1,28 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { ActionResponse } from '../model';
|
|
4
|
+
import { TypeRatingFlag } from '../model';
|
|
5
|
+
import { StringKeyValue } from '../model';
|
|
6
|
+
import { FlightTypeCode } from '../model';
|
|
7
|
+
import { FlightStateCode } from '../model';
|
|
8
|
+
import { Flight } from '../model';
|
|
9
|
+
import { EntityResponse } from '../model';
|
|
10
|
+
import { Contact } from '../model';
|
|
11
|
+
import { LicenseKindFlag } from '../model';
|
|
12
|
+
import { FlightPurposeCode } from '../model';
|
|
13
|
+
import { MessageConfirm } from '../model';
|
|
14
|
+
import { Certificate } from '../model';
|
|
15
|
+
import { Document } from '../model';
|
|
16
|
+
import { StatusCode } from '../model';
|
|
17
|
+
import { FlightCategoryCode } from '../model';
|
|
18
|
+
import { EntitiesResponse } from '../model';
|
|
19
|
+
import { FlightStatusCode } from '../model';
|
|
9
20
|
import * as i0 from "@angular/core";
|
|
10
21
|
export declare class ContactsEndPoint {
|
|
11
22
|
private config;
|
|
12
23
|
private rest;
|
|
13
24
|
private baseUrl;
|
|
14
|
-
constructor(config:
|
|
25
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
15
26
|
/**
|
|
16
27
|
* Get new and empty contact template
|
|
17
28
|
*/
|
|
@@ -35,23 +46,23 @@ export declare class ContactsEndPoint {
|
|
|
35
46
|
/**
|
|
36
47
|
* Find contacts by query
|
|
37
48
|
*/
|
|
38
|
-
find(search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Contact>>;
|
|
49
|
+
find(search?: string, status?: StatusCode[], isPilot?: boolean, plan?: FlightCategoryCode[], typesRating?: TypeRatingFlag[], licenseKind?: LicenseKindFlag[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Contact>>;
|
|
39
50
|
/**
|
|
40
51
|
* Lookup contacts ID->Name by filter
|
|
41
52
|
*/
|
|
42
|
-
lookup(search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
|
|
53
|
+
lookup(search?: string, status?: StatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
|
|
43
54
|
/**
|
|
44
55
|
* Lookup only contacts that are active pilots ID->Name by filter
|
|
45
56
|
*/
|
|
46
|
-
lookupPilots(search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
|
|
57
|
+
lookupPilots(search?: string, status?: StatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
|
|
47
58
|
/**
|
|
48
59
|
* Find contact certificates by query
|
|
49
60
|
*/
|
|
50
|
-
findCertificates(id?: string, search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Certificate>>;
|
|
61
|
+
findCertificates(id?: string, search?: string, status?: StatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Certificate>>;
|
|
51
62
|
/**
|
|
52
63
|
* Find contact related flights by query
|
|
53
64
|
*/
|
|
54
|
-
findFlights(id?: string, search?: string, type?: [], status?: [], state?: [], purpose?: [], from?: number, to?: number, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Flight>>;
|
|
65
|
+
findFlights(id?: string, search?: string, type?: FlightTypeCode[], status?: FlightStatusCode[], state?: FlightStateCode[], purpose?: FlightPurposeCode[], from?: number, to?: number, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Flight>>;
|
|
55
66
|
/**
|
|
56
67
|
* Find message confirmations for this contact
|
|
57
68
|
*/
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { ContactGroup } from '../model';
|
|
4
|
+
import { ActionResponse } from '../model';
|
|
5
|
+
import { EntitiesResponse } from '../model';
|
|
6
|
+
import { StringKeyValue } from '../model';
|
|
7
|
+
import { EntityResponse } from '../model';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class ContactsGroupsEndPoint {
|
|
10
|
+
private config;
|
|
11
|
+
private rest;
|
|
12
|
+
private baseUrl;
|
|
13
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
14
|
+
/**
|
|
15
|
+
* Get new and empty flight template
|
|
16
|
+
*/
|
|
17
|
+
new(): import("rxjs").Observable<EntityResponse<ContactGroup>>;
|
|
18
|
+
/**
|
|
19
|
+
* Create new group
|
|
20
|
+
*/
|
|
21
|
+
create(body?: ContactGroup): import("rxjs").Observable<EntityResponse<ContactGroup>>;
|
|
22
|
+
/**
|
|
23
|
+
* Update existing group
|
|
24
|
+
*/
|
|
25
|
+
update(body?: ContactGroup): import("rxjs").Observable<EntityResponse<ContactGroup>>;
|
|
26
|
+
/**
|
|
27
|
+
* Delete group and all its content
|
|
28
|
+
*/
|
|
29
|
+
delete(id?: string): import("rxjs").Observable<ActionResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Get a single group by id
|
|
32
|
+
*/
|
|
33
|
+
get(id?: string): import("rxjs").Observable<EntityResponse<ContactGroup>>;
|
|
34
|
+
/**
|
|
35
|
+
* Find groups by query
|
|
36
|
+
*/
|
|
37
|
+
find(search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<ContactGroup>>;
|
|
38
|
+
/**
|
|
39
|
+
* Lookup contacts-groups ID->Name by filter
|
|
40
|
+
*/
|
|
41
|
+
lookup(search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContactsGroupsEndPoint, never>;
|
|
43
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ContactsGroupsEndPoint>;
|
|
44
|
+
}
|
|
@@ -1,12 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntityResponse } from '../model';
|
|
4
|
+
import { Credit } from '../model';
|
|
5
|
+
import { ActionResponse } from '../model';
|
|
6
|
+
import { EntitiesResponse } from '../model';
|
|
4
7
|
import * as i0 from "@angular/core";
|
|
5
8
|
export declare class CreditsEndPoint {
|
|
6
9
|
private config;
|
|
7
10
|
private rest;
|
|
8
11
|
private baseUrl;
|
|
9
|
-
constructor(config:
|
|
12
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
10
13
|
/**
|
|
11
14
|
* Get new and empty credit template
|
|
12
15
|
*/
|
|
@@ -43,6 +46,10 @@ export declare class CreditsEndPoint {
|
|
|
43
46
|
* Delete reference document
|
|
44
47
|
*/
|
|
45
48
|
deleteReference(id?: string): import("rxjs").Observable<ActionResponse>;
|
|
49
|
+
/**
|
|
50
|
+
* Recalculate account credits for all flights
|
|
51
|
+
*/
|
|
52
|
+
recalculateCreditsForFlights(accountId?: string): import("rxjs").Observable<ActionResponse>;
|
|
46
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreditsEndPoint, never>;
|
|
47
54
|
static ɵprov: i0.ɵɵInjectableDeclaration<CreditsEndPoint>;
|
|
48
55
|
}
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntityResponse } from '../model';
|
|
4
|
+
import { Document } from '../model';
|
|
5
|
+
import { ActionResponse } from '../model';
|
|
6
|
+
import { EntitiesResponse } from '../model';
|
|
7
|
+
import { StorageItem } from '../model';
|
|
4
8
|
import * as i0 from "@angular/core";
|
|
5
9
|
export declare class DocumentsEndPoint {
|
|
6
10
|
private config;
|
|
7
11
|
private rest;
|
|
8
12
|
private baseUrl;
|
|
9
|
-
constructor(config:
|
|
13
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
10
14
|
/**
|
|
11
15
|
* Get new and empty document template
|
|
12
16
|
*/
|
|
@@ -35,6 +39,14 @@ export declare class DocumentsEndPoint {
|
|
|
35
39
|
* Get a single document by linked entity ID
|
|
36
40
|
*/
|
|
37
41
|
linkedDocument(id?: string): import("rxjs").Observable<EntityResponse<Document>>;
|
|
42
|
+
/**
|
|
43
|
+
* Get a list of files from the base storage
|
|
44
|
+
*/
|
|
45
|
+
listFiles(root?: string): import("rxjs").Observable<EntitiesResponse<StorageItem>>;
|
|
46
|
+
/**
|
|
47
|
+
* Get a list of files and folders from the folder in Google Drive defined as Library
|
|
48
|
+
*/
|
|
49
|
+
broseLibrary(root?: string): import("rxjs").Observable<EntitiesResponse<StorageItem>>;
|
|
38
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentsEndPoint, never>;
|
|
39
51
|
static ɵprov: i0.ɵɵInjectableDeclaration<DocumentsEndPoint>;
|
|
40
52
|
}
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { TicketStatusCode } from '../model';
|
|
4
|
+
import { EntitiesResponse } from '../model';
|
|
5
|
+
import { EntityResponse } from '../model';
|
|
6
|
+
import { FlightTicket } from '../model';
|
|
7
|
+
import { ActionResponse } from '../model';
|
|
4
8
|
import * as i0 from "@angular/core";
|
|
5
9
|
export declare class FlightTicketsEndPoint {
|
|
6
10
|
private config;
|
|
7
11
|
private rest;
|
|
8
12
|
private baseUrl;
|
|
9
|
-
constructor(config:
|
|
13
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
10
14
|
/**
|
|
11
15
|
* Get new and empty flightTicket template
|
|
12
16
|
*/
|
|
@@ -30,7 +34,7 @@ export declare class FlightTicketsEndPoint {
|
|
|
30
34
|
/**
|
|
31
35
|
* Find flightTickets by query
|
|
32
36
|
*/
|
|
33
|
-
find(search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<FlightTicket>>;
|
|
37
|
+
find(search?: string, status?: TicketStatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<FlightTicket>>;
|
|
34
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<FlightTicketsEndPoint, never>;
|
|
35
39
|
static ɵprov: i0.ɵɵInjectableDeclaration<FlightTicketsEndPoint>;
|
|
36
40
|
}
|
|
@@ -1,19 +1,30 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import { AnyKeyValue } from '
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { Entities } from '../model';
|
|
4
|
+
import { BillingStatusCode } from '../model';
|
|
5
|
+
import { Point } from '../model';
|
|
6
|
+
import { FlightTicket } from '../model';
|
|
7
|
+
import { EntityResponse } from '../model';
|
|
8
|
+
import { Flight } from '../model';
|
|
9
|
+
import { ActionResponse } from '../model';
|
|
10
|
+
import { AnyKeyValue } from '../model';
|
|
11
|
+
import { FlightTypeCode } from '../model';
|
|
12
|
+
import { FlightStatusCode } from '../model';
|
|
13
|
+
import { FlightPlan } from '../model';
|
|
14
|
+
import { Contact } from '../model';
|
|
15
|
+
import { EntitiesResponse } from '../model';
|
|
16
|
+
import { TimeSeries } from '../model';
|
|
17
|
+
import { PreFlightInfo } from '../model';
|
|
18
|
+
import { PostFlightInfo } from '../model';
|
|
19
|
+
import { FlightPurposeCode } from '../model';
|
|
20
|
+
import { Distribution } from '../model';
|
|
21
|
+
import { FlightClassCode } from '../model';
|
|
11
22
|
import * as i0 from "@angular/core";
|
|
12
23
|
export declare class FlightsEndPoint {
|
|
13
24
|
private config;
|
|
14
25
|
private rest;
|
|
15
26
|
private baseUrl;
|
|
16
|
-
constructor(config:
|
|
27
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
17
28
|
/**
|
|
18
29
|
* Get new and empty flight template
|
|
19
30
|
*/
|
|
@@ -49,11 +60,15 @@ export declare class FlightsEndPoint {
|
|
|
49
60
|
/**
|
|
50
61
|
* Find flights by query
|
|
51
62
|
*/
|
|
52
|
-
find(search?: string, accountId?: string, contactId?: string, airplaneId?: string, from?: number, to?: number, type?: [], status?: [], billing?: [], purpose?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Flight>>;
|
|
63
|
+
find(search?: string, accountId?: string, contactId?: string, airplaneId?: string, from?: number, to?: number, type?: FlightTypeCode[], status?: FlightStatusCode[], billing?: BillingStatusCode[], purpose?: FlightPurposeCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Flight>>;
|
|
64
|
+
/**
|
|
65
|
+
* Download all flights by filter as XLSX document
|
|
66
|
+
*/
|
|
67
|
+
downloadFlightsXlsx(search?: string, accountId?: string, contactId?: string, airplaneId?: string, from?: number, to?: number, type?: FlightTypeCode[], status?: FlightStatusCode[], billing?: BillingStatusCode[], purpose?: FlightPurposeCode[], sort?: string): import("rxjs").Observable<import("@angular/common/http").HttpEvent<Blob>>;
|
|
53
68
|
/**
|
|
54
69
|
* Find flights count histogram over time (up to last 30 days)
|
|
55
70
|
*/
|
|
56
|
-
histogram(search?: string, accountId?: string, contactId?: string, airplaneId?: string, from?: number, to?: number, type?: [], status?: [], billing?: [], purpose?: []): import("rxjs").Observable<EntityResponse<TimeSeries<number>>>;
|
|
71
|
+
histogram(search?: string, accountId?: string, contactId?: string, airplaneId?: string, from?: number, to?: number, type?: FlightTypeCode[], status?: FlightStatusCode[], billing?: BillingStatusCode[], purpose?: FlightPurposeCode[]): import("rxjs").Observable<EntityResponse<TimeSeries<number>>>;
|
|
57
72
|
/**
|
|
58
73
|
* Get flight plans data for gantt, the result size is limited to 1000 entries
|
|
59
74
|
*/
|
|
@@ -62,6 +77,22 @@ export declare class FlightsEndPoint {
|
|
|
62
77
|
* Get flight plans schedule for specific month, the result size is limited to 1000 entries
|
|
63
78
|
*/
|
|
64
79
|
schedule(year?: number, month?: number): import("rxjs").Observable<EntitiesResponse<FlightPlan>>;
|
|
80
|
+
/**
|
|
81
|
+
* Get monthly daily flight hours for specific month, for income forecast
|
|
82
|
+
*/
|
|
83
|
+
monthlyHours(year?: number, month?: number, airplaneId?: string): import("rxjs").Observable<EntityResponse<TimeSeries<Point>>>;
|
|
84
|
+
/**
|
|
85
|
+
* Get monthly flight hours distribution by class for specific month
|
|
86
|
+
*/
|
|
87
|
+
monthlyHoursDistributionByClass(year?: number, month?: number, airplaneId?: string): import("rxjs").Observable<EntityResponse<Distribution<FlightClassCode, number>>>;
|
|
88
|
+
/**
|
|
89
|
+
* Get monthly flight hours distribution by airplane for specific month
|
|
90
|
+
*/
|
|
91
|
+
monthlyHoursDistributionByAirplane(year?: number, month?: number): import("rxjs").Observable<EntityResponse<Distribution<string, number>>>;
|
|
92
|
+
/**
|
|
93
|
+
* Get monthly flight number distribution by flight status for specific month
|
|
94
|
+
*/
|
|
95
|
+
monthlyFlightsDistributionByStatus(year?: number, month?: number, airplaneId?: string): import("rxjs").Observable<EntityResponse<Distribution<FlightStatusCode, number>>>;
|
|
65
96
|
/**
|
|
66
97
|
* Find list of contacts (pilot / first officer) on this flight
|
|
67
98
|
*/
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { StringKeyValue } from '
|
|
4
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { StringKeyValue } from '../model';
|
|
4
|
+
import { EntityResponse } from '../model';
|
|
5
|
+
import { Group } from '../model';
|
|
6
|
+
import { ActionResponse } from '../model';
|
|
7
|
+
import { EntitiesResponse } from '../model';
|
|
5
8
|
import * as i0 from "@angular/core";
|
|
6
9
|
export declare class GroupsEndPoint {
|
|
7
10
|
private config;
|
|
8
11
|
private rest;
|
|
9
12
|
private baseUrl;
|
|
10
|
-
constructor(config:
|
|
13
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
14
|
+
/**
|
|
15
|
+
* Get new and empty flight template
|
|
16
|
+
*/
|
|
17
|
+
new(): import("rxjs").Observable<EntityResponse<Group>>;
|
|
11
18
|
/**
|
|
12
19
|
* Create new group
|
|
13
20
|
*/
|