@aya-flights/ngx-goox-lib 2.18.199 → 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.
- package/config.d.ts +5 -4
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +5673 -6134
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/{ADSBState.d.ts → model/ADSBState.d.ts} +1 -1
- package/lib/{Account.d.ts → model/Account.d.ts} +6 -6
- package/lib/{AccountsFilter.d.ts → model/AccountsFilter.d.ts} +2 -2
- package/{utils → lib/model}/ActionResponse.d.ts +2 -0
- package/lib/{Airplane.d.ts → model/Airplane.d.ts} +10 -11
- package/lib/{AirplanesFilter.d.ts → model/AirplanesFilter.d.ts} +1 -1
- package/lib/{AuditLog.d.ts → model/AuditLog.d.ts} +3 -4
- package/lib/{AuditLogFilter.d.ts → model/AuditLogFilter.d.ts} +1 -1
- package/{utils → lib/model}/BaseRestResponse.d.ts +1 -0
- package/lib/{Billing.d.ts → model/Billing.d.ts} +1 -1
- package/lib/{Booking.d.ts → model/Booking.d.ts} +4 -5
- package/lib/{BookingPlan.d.ts → model/BookingPlan.d.ts} +5 -6
- package/lib/{BookingSlot.d.ts → model/BookingSlot.d.ts} +2 -3
- package/lib/{BookingSlots.d.ts → model/BookingSlots.d.ts} +3 -4
- package/lib/{BookingSlotsSet.d.ts → model/BookingSlotsSet.d.ts} +3 -4
- package/lib/{BookingsFilter.d.ts → model/BookingsFilter.d.ts} +2 -2
- package/lib/{Campaign.d.ts → model/Campaign.d.ts} +5 -6
- package/lib/{Certificate.d.ts → model/Certificate.d.ts} +4 -5
- package/lib/{CertificatesFilter.d.ts → model/CertificatesFilter.d.ts} +3 -3
- package/lib/{ColumnDef.d.ts → model/ColumnDef.d.ts} +2 -2
- package/lib/{Contact.d.ts → model/Contact.d.ts} +9 -10
- package/lib/{ContactGroup.d.ts → model/ContactGroup.d.ts} +3 -4
- package/lib/{ContactsFilter.d.ts → model/ContactsFilter.d.ts} +4 -4
- package/lib/{Credit.d.ts → model/Credit.d.ts} +4 -5
- package/lib/{CreditsFilter.d.ts → model/CreditsFilter.d.ts} +2 -2
- package/lib/model/Distribution.d.ts +7 -0
- package/lib/{Document.d.ts → model/Document.d.ts} +3 -4
- package/{utils → lib/model}/Entities.d.ts +1 -0
- package/lib/model/EntitiesRequest.d.ts +4 -0
- package/{utils → lib/model}/EntitiesResponse.d.ts +2 -0
- package/lib/model/EntityAction.d.ts +3 -0
- package/lib/model/EntityRequest.d.ts +4 -0
- package/{utils → lib/model}/EntityResponse.d.ts +2 -4
- package/lib/{Flight.d.ts → model/Flight.d.ts} +11 -12
- package/lib/{FlightBilling.d.ts → model/FlightBilling.d.ts} +3 -4
- package/lib/{FlightPassenger.d.ts → model/FlightPassenger.d.ts} +2 -3
- package/lib/{FlightPlan.d.ts → model/FlightPlan.d.ts} +7 -8
- package/lib/model/FlightRisk.d.ts +22 -0
- package/lib/{FlightTicket.d.ts → model/FlightTicket.d.ts} +3 -4
- package/lib/{FlightsFilter.d.ts → model/FlightsFilter.d.ts} +5 -5
- package/lib/{Group.d.ts → model/Group.d.ts} +4 -5
- 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} +5 -6
- package/lib/{LeadAction.d.ts → model/LeadAction.d.ts} +2 -3
- package/lib/{LeadsFilter.d.ts → model/LeadsFilter.d.ts} +1 -1
- package/lib/{Lesson.d.ts → model/Lesson.d.ts} +3 -3
- package/lib/model/LocalTime.d.ts +3 -0
- package/lib/{LogBookRecord.d.ts → model/LogBookRecord.d.ts} +2 -3
- package/lib/{Lookup.d.ts → model/Lookup.d.ts} +2 -3
- package/lib/{LookupGroup.d.ts → model/LookupGroup.d.ts} +3 -3
- package/lib/{Maintenance.d.ts → model/Maintenance.d.ts} +4 -5
- package/lib/{MaintenancesFilter.d.ts → model/MaintenancesFilter.d.ts} +3 -3
- package/lib/{MessageConfirm.d.ts → model/MessageConfirm.d.ts} +5 -6
- package/lib/model/Metar.d.ts +9 -0
- package/lib/{Notification.d.ts → model/Notification.d.ts} +5 -6
- package/lib/{Permission.d.ts → model/Permission.d.ts} +2 -2
- package/lib/{PostFlightInfo.d.ts → model/PostFlightInfo.d.ts} +4 -4
- package/lib/{PreFlightInfo.d.ts → model/PreFlightInfo.d.ts} +3 -3
- package/lib/{Price.d.ts → model/Price.d.ts} +3 -4
- package/lib/{RiskAssessment.d.ts → model/RiskAssessment.d.ts} +8 -8
- package/{utils → lib/model}/SimpleEntity.d.ts +1 -0
- package/lib/{StorageItem.d.ts → model/StorageItem.d.ts} +2 -3
- package/lib/{Syllabus.d.ts → model/Syllabus.d.ts} +5 -5
- package/lib/{SyllabusFilter.d.ts → model/SyllabusFilter.d.ts} +2 -2
- package/lib/{SystemConfig.d.ts → model/SystemConfig.d.ts} +2 -3
- package/lib/{SystemMessage.d.ts → model/SystemMessage.d.ts} +4 -5
- 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/model/Tuple.d.ts +5 -0
- package/lib/{User.d.ts → model/User.d.ts} +5 -6
- package/lib/{UsersFilter.d.ts → model/UsersFilter.d.ts} +3 -3
- package/lib/{WBConfig.d.ts → model/WBConfig.d.ts} +1 -1
- package/lib/model/errorStruct.d.ts +5 -0
- package/lib/{index.d.ts → model/index.d.ts} +124 -143
- package/lib/{AccountsEndPoint.d.ts → services/AccountsEndPoint.d.ts} +18 -15
- package/lib/{AirplanesEndPoint.d.ts → services/AirplanesEndPoint.d.ts} +18 -15
- package/lib/{AuditLogsEndPoint.d.ts → services/AuditLogsEndPoint.d.ts} +7 -5
- package/lib/{BookingSlotsEndPoint.d.ts → services/BookingSlotsEndPoint.d.ts} +9 -6
- package/lib/{BookingsEndPoint.d.ts → services/BookingsEndPoint.d.ts} +10 -7
- package/lib/{CampaignsEndPoint.d.ts → services/CampaignsEndPoint.d.ts} +8 -5
- package/lib/{CertificatesEndPoint.d.ts → services/CertificatesEndPoint.d.ts} +9 -6
- package/lib/{ContactsEndPoint.d.ts → services/ContactsEndPoint.d.ts} +22 -19
- package/lib/{ContactsGroupsEndPoint.d.ts → services/ContactsGroupsEndPoint.d.ts} +8 -5
- package/lib/{CreditsEndPoint.d.ts → services/CreditsEndPoint.d.ts} +8 -5
- package/lib/{DocumentsEndPoint.d.ts → services/DocumentsEndPoint.d.ts} +8 -5
- package/lib/{FlightTicketsEndPoint.d.ts → services/FlightTicketsEndPoint.d.ts} +8 -5
- package/lib/{FlightsEndPoint.d.ts → services/FlightsEndPoint.d.ts} +23 -19
- package/lib/{GroupsEndPoint.d.ts → services/GroupsEndPoint.d.ts} +8 -5
- package/lib/{LeadsEndPoint.d.ts → services/LeadsEndPoint.d.ts} +14 -11
- package/lib/{LookupsEndPoint.d.ts → services/LookupsEndPoint.d.ts} +8 -5
- package/lib/{MaintenancesEndPoint.d.ts → services/MaintenancesEndPoint.d.ts} +10 -7
- package/lib/services/McpToolsEndPoint.d.ts +25 -0
- package/lib/{MessageConfirmsEndPoint.d.ts → services/MessageConfirmsEndPoint.d.ts} +10 -7
- package/lib/{MyAuthEndPoint.d.ts → services/MyAuthEndPoint.d.ts} +9 -6
- package/lib/{MyBookingsEndPoint.d.ts → services/MyBookingsEndPoint.d.ts} +12 -9
- package/lib/{MyCertificatesEndPoint.d.ts → services/MyCertificatesEndPoint.d.ts} +9 -6
- package/lib/{MyCreditsEndPoint.d.ts → services/MyCreditsEndPoint.d.ts} +6 -4
- package/lib/{MyFlightsEndPoint.d.ts → services/MyFlightsEndPoint.d.ts} +15 -12
- package/lib/{MyInfoEndPoint.d.ts → services/MyInfoEndPoint.d.ts} +8 -6
- package/lib/{MyMessagesEndPoint.d.ts → services/MyMessagesEndPoint.d.ts} +8 -5
- package/lib/{MyStudentsEndPoint.d.ts → services/MyStudentsEndPoint.d.ts} +9 -7
- package/lib/{PriceListEndPoint.d.ts → services/PriceListEndPoint.d.ts} +8 -5
- package/lib/{SyllabusEndPoint.d.ts → services/SyllabusEndPoint.d.ts} +9 -6
- 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} +9 -6
- package/lib/{UserEndPoint.d.ts → services/UserEndPoint.d.ts} +6 -5
- package/lib/{UsersEndPoint.d.ts → services/UsersEndPoint.d.ts} +10 -7
- package/lib/services/index.d.ts +34 -0
- package/ngx-goox-lib.module.d.ts +3 -4
- package/package.json +4 -6
- package/public-api.d.ts +3 -3
- package/{utils/rest-util.d.ts → rest-utils.d.ts} +5 -5
- package/esm2022/aya-flights-ngx-goox-lib.mjs +0 -5
- package/esm2022/config.mjs +0 -13
- 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 -34
- package/esm2022/lib/AccountStatusCode.mjs +0 -35
- package/esm2022/lib/AccountTypeCode.mjs +0 -39
- package/esm2022/lib/AccountsEndPoint.mjs +0 -185
- package/esm2022/lib/AccountsFilter.mjs +0 -27
- package/esm2022/lib/Address.mjs +0 -21
- package/esm2022/lib/Airplane.mjs +0 -43
- package/esm2022/lib/AirplaneStatusCode.mjs +0 -31
- package/esm2022/lib/AirplaneValidationFlag.mjs +0 -119
- package/esm2022/lib/AirplanesEndPoint.mjs +0 -192
- package/esm2022/lib/AirplanesFilter.mjs +0 -27
- package/esm2022/lib/AnyKeyValue.mjs +0 -12
- package/esm2022/lib/AssessmentCode.mjs +0 -31
- package/esm2022/lib/AuditLog.mjs +0 -28
- package/esm2022/lib/AuditLogFilter.mjs +0 -39
- 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 -18
- 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 -38
- package/esm2022/lib/BookingPlan.mjs +0 -34
- package/esm2022/lib/BookingSlot.mjs +0 -27
- package/esm2022/lib/BookingSlots.mjs +0 -22
- package/esm2022/lib/BookingSlotsEndPoint.mjs +0 -135
- package/esm2022/lib/BookingSlotsSet.mjs +0 -24
- package/esm2022/lib/BookingStatusCode.mjs +0 -55
- package/esm2022/lib/BookingTypeFlag.mjs +0 -51
- package/esm2022/lib/BookingsEndPoint.mjs +0 -197
- package/esm2022/lib/BookingsFilter.mjs +0 -36
- package/esm2022/lib/Boundaries.mjs +0 -12
- 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/CertificatesEndPoint.mjs +0 -100
- package/esm2022/lib/CertificatesFilter.mjs +0 -33
- package/esm2022/lib/ColumnDef.mjs +0 -26
- package/esm2022/lib/ConfirmStatusCode.mjs +0 -31
- package/esm2022/lib/Contact.mjs +0 -47
- package/esm2022/lib/ContactGroup.mjs +0 -22
- package/esm2022/lib/ContactsEndPoint.mjs +0 -251
- package/esm2022/lib/ContactsFilter.mjs +0 -36
- package/esm2022/lib/ContactsGroupsEndPoint.mjs +0 -92
- package/esm2022/lib/Credit.mjs +0 -36
- package/esm2022/lib/CreditsEndPoint.mjs +0 -97
- package/esm2022/lib/CreditsFilter.mjs +0 -36
- 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/Distribution.mjs +0 -15
- package/esm2022/lib/Document.mjs +0 -31
- package/esm2022/lib/DocumentRevision.mjs +0 -27
- package/esm2022/lib/DocumentsEndPoint.mjs +0 -105
- package/esm2022/lib/Engine.mjs +0 -21
- package/esm2022/lib/Enums.mjs +0 -463
- package/esm2022/lib/ErrorCode.mjs +0 -67
- package/esm2022/lib/FilterFlag.mjs +0 -119
- package/esm2022/lib/Flight.mjs +0 -57
- package/esm2022/lib/FlightBilling.mjs +0 -31
- package/esm2022/lib/FlightCategoryCode.mjs +0 -163
- package/esm2022/lib/FlightClassCode.mjs +0 -47
- 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 -39
- package/esm2022/lib/FlightsEndPoint.mjs +0 -331
- package/esm2022/lib/FlightsFilter.mjs +0 -45
- package/esm2022/lib/FollowUpAction.mjs +0 -15
- package/esm2022/lib/Fuel.mjs +0 -27
- package/esm2022/lib/Group.mjs +0 -24
- package/esm2022/lib/GroupsEndPoint.mjs +0 -92
- package/esm2022/lib/InstructionTypeCode.mjs +0 -31
- package/esm2022/lib/IntEnumValue.mjs +0 -12
- package/esm2022/lib/IntKeyValue.mjs +0 -12
- package/esm2022/lib/Lead.mjs +0 -37
- package/esm2022/lib/LeadAction.mjs +0 -24
- package/esm2022/lib/LeadStatusCode.mjs +0 -47
- package/esm2022/lib/LeadsEndPoint.mjs +0 -199
- package/esm2022/lib/LeadsFilter.mjs +0 -24
- package/esm2022/lib/Lesson.mjs +0 -45
- package/esm2022/lib/LessonSubjectCode.mjs +0 -383
- package/esm2022/lib/LessonTypeCode.mjs +0 -59
- package/esm2022/lib/LicenseKindFlag.mjs +0 -63
- 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/MaintenancesEndPoint.mjs +0 -100
- package/esm2022/lib/MaintenancesFilter.mjs +0 -33
- package/esm2022/lib/MedicalCertClassCode.mjs +0 -31
- package/esm2022/lib/MessageConfirm.mjs +0 -27
- package/esm2022/lib/MessageConfirmsEndPoint.mjs +0 -100
- package/esm2022/lib/MessageTypeCode.mjs +0 -47
- package/esm2022/lib/Metar.mjs +0 -22
- package/esm2022/lib/MetarReport.mjs +0 -21
- package/esm2022/lib/Mitigation.mjs +0 -27
- package/esm2022/lib/ModuleCode.mjs +0 -71
- package/esm2022/lib/MyAuthEndPoint.mjs +0 -54
- package/esm2022/lib/MyBookingsEndPoint.mjs +0 -144
- package/esm2022/lib/MyCertificatesEndPoint.mjs +0 -97
- package/esm2022/lib/MyCreditsEndPoint.mjs +0 -46
- package/esm2022/lib/MyFlightsEndPoint.mjs +0 -133
- package/esm2022/lib/MyInfoEndPoint.mjs +0 -46
- package/esm2022/lib/MyMessagesEndPoint.mjs +0 -42
- package/esm2022/lib/MyStudentsEndPoint.mjs +0 -58
- package/esm2022/lib/Notification.mjs +0 -25
- package/esm2022/lib/NotificationTypeCode.mjs +0 -39
- 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/Point.mjs +0 -12
- package/esm2022/lib/PostFlightInfo.mjs +0 -117
- package/esm2022/lib/PreFlightInfo.mjs +0 -99
- 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/RiskAssessment.mjs +0 -33
- package/esm2022/lib/SpecialRisks.mjs +0 -15
- package/esm2022/lib/StatusCode.mjs +0 -39
- package/esm2022/lib/StorageItem.mjs +0 -26
- package/esm2022/lib/StringKeyValue.mjs +0 -12
- package/esm2022/lib/Syllabus.mjs +0 -26
- package/esm2022/lib/SyllabusEndPoint.mjs +0 -85
- package/esm2022/lib/SyllabusFilter.mjs +0 -27
- 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 -26
- package/esm2022/lib/SystemMessagesEndPoint.mjs +0 -101
- package/esm2022/lib/TOLData.mjs +0 -24
- package/esm2022/lib/TafReport.mjs +0 -21
- 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 -47
- package/esm2022/lib/TripRisks.mjs +0 -21
- package/esm2022/lib/Tuple.mjs +0 -12
- package/esm2022/lib/TypeRatingFlag.mjs +0 -35
- package/esm2022/lib/User.mjs +0 -29
- package/esm2022/lib/UserEndPoint.mjs +0 -31
- 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/UsersFilter.mjs +0 -30
- package/esm2022/lib/ValidationFlag.mjs +0 -67
- package/esm2022/lib/WBConfig.mjs +0 -54
- package/esm2022/lib/WeatherRisks.mjs +0 -36
- package/esm2022/lib/index.mjs +0 -172
- package/esm2022/lib/services.export.mjs +0 -69
- package/esm2022/ngx-goox-lib.module.mjs +0 -28
- package/esm2022/public-api.mjs +0 -8
- 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/Distribution.d.ts +0 -6
- package/lib/Enums.d.ts +0 -1
- package/lib/FlightRisk.d.ts +0 -23
- package/lib/Metar.d.ts +0 -10
- package/lib/TimeDataPoint.d.ts +0 -5
- package/lib/Tuple.d.ts +0 -5
- package/lib/services.export.d.ts +0 -34
- 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/lib/{AccountTypeCode.d.ts → model/AccountTypeCode.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/{AssessmentCode.d.ts → model/AssessmentCode.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/{BaseFilter.d.ts → model/BaseFilter.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/{BookingStatusCode.d.ts → model/BookingStatusCode.d.ts} +0 -0
- /package/lib/{BookingTypeFlag.d.ts → model/BookingTypeFlag.d.ts} +0 -0
- /package/lib/{Boundaries.d.ts → model/Boundaries.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/lib/{ErrorCode.d.ts → model/ErrorCode.d.ts} +0 -0
- /package/lib/{FilterFlag.d.ts → model/FilterFlag.d.ts} +0 -0
- /package/lib/{FlightCategoryCode.d.ts → model/FlightCategoryCode.d.ts} +0 -0
- /package/lib/{FlightClassCode.d.ts → model/FlightClassCode.d.ts} +0 -0
- /package/lib/{FlightPurposeCode.d.ts → model/FlightPurposeCode.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/{FlightTypeCode.d.ts → model/FlightTypeCode.d.ts} +0 -0
- /package/lib/{FollowUpAction.d.ts → model/FollowUpAction.d.ts} +0 -0
- /package/lib/{Fuel.d.ts → model/Fuel.d.ts} +0 -0
- /package/lib/{InstructionTypeCode.d.ts → model/InstructionTypeCode.d.ts} +0 -0
- /package/lib/{IntEnumValue.d.ts → model/IntEnumValue.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/{LessonSubjectCode.d.ts → model/LessonSubjectCode.d.ts} +0 -0
- /package/lib/{LessonTypeCode.d.ts → model/LessonTypeCode.d.ts} +0 -0
- /package/lib/{LicenseKindFlag.d.ts → model/LicenseKindFlag.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/{MedicalCertClassCode.d.ts → model/MedicalCertClassCode.d.ts} +0 -0
- /package/lib/{MessageTypeCode.d.ts → model/MessageTypeCode.d.ts} +0 -0
- /package/lib/{MetarReport.d.ts → model/MetarReport.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/{NotificationTypeCode.d.ts → model/NotificationTypeCode.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/{Point.d.ts → model/Point.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/{TafReport.d.ts → model/TafReport.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/{TransactionTypeCode.d.ts → model/TransactionTypeCode.d.ts} +0 -0
- /package/lib/{TripRisks.d.ts → model/TripRisks.d.ts} +0 -0
- /package/lib/{TypeRatingFlag.d.ts → model/TypeRatingFlag.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/{ValidationFlag.d.ts → model/ValidationFlag.d.ts} +0 -0
- /package/lib/{WeatherRisks.d.ts → model/WeatherRisks.d.ts} +0 -0
|
@@ -1,171 +1,152 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './TimeDataPoint';
|
|
8
|
-
export * from './ErrorCode';
|
|
9
|
-
export * from './FlightCategoryCode';
|
|
10
|
-
export * from './LeadStatusCode';
|
|
1
|
+
export * from './ValidationFlag';
|
|
2
|
+
export * from './ConfirmStatusCode';
|
|
3
|
+
export * from './AirplaneValidationFlag';
|
|
4
|
+
export * from './FlightClassCode';
|
|
5
|
+
export * from './FlightTypeCode';
|
|
6
|
+
export * from './MessageTypeCode';
|
|
11
7
|
export * from './NotificationTypeCode';
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './
|
|
8
|
+
export * from './StatusCode';
|
|
9
|
+
export * from './TimePeriodCode';
|
|
10
|
+
export * from './AccountStatusCode';
|
|
14
11
|
export * from './BillingStatusCode';
|
|
15
|
-
export * from './LessonSubjectCode';
|
|
16
|
-
export * from './MedicalCertClassCode';
|
|
17
|
-
export * from './BookingStatusCode';
|
|
18
|
-
export * from './FlightStatusCode';
|
|
19
|
-
export * from './FlightTypeCode';
|
|
20
12
|
export * from './TransactionTypeCode';
|
|
13
|
+
export * from './UserStatusCode';
|
|
21
14
|
export * from './ADSBCategoryCode';
|
|
22
|
-
export * from './
|
|
23
|
-
export * from './TicketStatusCode';
|
|
24
|
-
export * from './UserRoleFlag';
|
|
15
|
+
export * from './ADSBSourceFlag';
|
|
25
16
|
export * from './AccountTypeCode';
|
|
17
|
+
export * from './CampaignTypeCode';
|
|
18
|
+
export * from './FilterFlag';
|
|
19
|
+
export * from './FlightPurposeCode';
|
|
20
|
+
export * from './OperatorCode';
|
|
26
21
|
export * from './BookingTypeFlag';
|
|
27
|
-
export * from './
|
|
28
|
-
export * from './CurrencyCode';
|
|
22
|
+
export * from './LessonSubjectCode';
|
|
29
23
|
export * from './LessonTypeCode';
|
|
24
|
+
export * from './PaymentMethodCode';
|
|
25
|
+
export * from './TicketStatusCode';
|
|
26
|
+
export * from './UserRoleFlag';
|
|
27
|
+
export * from './AssessmentCode';
|
|
28
|
+
export * from './CampaignStatusCode';
|
|
29
|
+
export * from './ErrorCode';
|
|
30
|
+
export * from './FlightCategoryCode';
|
|
31
|
+
export * from './LeadStatusCode';
|
|
32
|
+
export * from './ModuleCode';
|
|
30
33
|
export * from './PriorityCode';
|
|
31
|
-
export * from './
|
|
32
|
-
export * from './ValidationFlag';
|
|
33
|
-
export * from './FlightPurposeCode';
|
|
34
|
+
export * from './CurrencyCode';
|
|
34
35
|
export * from './InstructionTypeCode';
|
|
35
|
-
export * from './LicenseKindFlag';
|
|
36
36
|
export * from './MaintenanceActionCode';
|
|
37
|
-
export * from './
|
|
38
|
-
export * from './
|
|
39
|
-
export * from './
|
|
40
|
-
export * from './
|
|
41
|
-
export * from './
|
|
42
|
-
export * from './StatusCode';
|
|
43
|
-
export * from './UserStatusCode';
|
|
44
|
-
export * from './AirplaneValidationFlag';
|
|
45
|
-
export * from './CampaignStatusCode';
|
|
46
|
-
export * from './FilterFlag';
|
|
47
|
-
export * from './FlightClassCode';
|
|
48
|
-
export * from './MessageTypeCode';
|
|
49
|
-
export * from './OperatorCode';
|
|
37
|
+
export * from './MedicalCertClassCode';
|
|
38
|
+
export * from './LicenseKindFlag';
|
|
39
|
+
export * from './BookingStatusCode';
|
|
40
|
+
export * from './FlightStateCode';
|
|
41
|
+
export * from './TypeRatingFlag';
|
|
50
42
|
export * from './AirplaneStatusCode';
|
|
51
|
-
export * from './
|
|
52
|
-
export * from './
|
|
53
|
-
export * from './
|
|
54
|
-
export * from './
|
|
55
|
-
export * from './AirplanesFilter';
|
|
56
|
-
export * from './Magneto';
|
|
57
|
-
export * from './Fuel';
|
|
58
|
-
export * from './WBConfig';
|
|
43
|
+
export * from './FlightStatusCode';
|
|
44
|
+
export * from './PermissionFlag';
|
|
45
|
+
export * from './UserTypeCode';
|
|
46
|
+
export * from './FlightRisk';
|
|
59
47
|
export * from './FollowUpAction';
|
|
48
|
+
export * from './Price';
|
|
49
|
+
export * from './JsonDoc';
|
|
50
|
+
export * from './AirplanesFilter';
|
|
51
|
+
export * from './AuditLogFilter';
|
|
60
52
|
export * from './MetarReport';
|
|
61
|
-
export * from './
|
|
62
|
-
export * from './
|
|
63
|
-
export * from './
|
|
64
|
-
export * from './
|
|
53
|
+
export * from './Account';
|
|
54
|
+
export * from './Lead';
|
|
55
|
+
export * from './ActionResponse';
|
|
56
|
+
export * from './EntitiesResponse';
|
|
57
|
+
export * from './Boundaries';
|
|
58
|
+
export * from './PreFlightInfo';
|
|
59
|
+
export * from './FlightTicket';
|
|
65
60
|
export * from './Metar';
|
|
66
|
-
export * from './
|
|
67
|
-
export * from './
|
|
68
|
-
export * from './
|
|
69
|
-
export * from './
|
|
61
|
+
export * from './errorStruct';
|
|
62
|
+
export * from './Tuple';
|
|
63
|
+
export * from './MaintenancesFilter';
|
|
64
|
+
export * from './Credit';
|
|
65
|
+
export * from './LogBookRecord';
|
|
70
66
|
export * from './User';
|
|
71
|
-
export * from './
|
|
67
|
+
export * from './EntityResponse';
|
|
68
|
+
export * from './AnyKeyValue';
|
|
69
|
+
export * from './ColumnDef';
|
|
70
|
+
export * from './Location';
|
|
71
|
+
export * from './Point';
|
|
72
|
+
export * from './PostFlightInfo';
|
|
73
|
+
export * from './BookingSlots';
|
|
74
|
+
export * from './SpecialRisks';
|
|
75
|
+
export * from './Mitigation';
|
|
72
76
|
export * from './TokenData';
|
|
73
|
-
export * from './
|
|
74
|
-
export * from './
|
|
77
|
+
export * from './Airplane';
|
|
78
|
+
export * from './Engine';
|
|
79
|
+
export * from './Booking';
|
|
80
|
+
export * from './Contact';
|
|
81
|
+
export * from './RiskAssessment';
|
|
75
82
|
export * from './PilotQualificationsRisks';
|
|
76
|
-
export * from './
|
|
77
|
-
export * from './
|
|
78
|
-
export * from './
|
|
83
|
+
export * from './Syllabus';
|
|
84
|
+
export * from './BaseEntity';
|
|
85
|
+
export * from './TimeSeries';
|
|
86
|
+
export * from './AccountsFilter';
|
|
79
87
|
export * from './StorageItem';
|
|
80
|
-
export * from './
|
|
81
|
-
export * from './
|
|
88
|
+
export * from './Magneto';
|
|
89
|
+
export * from './Campaign';
|
|
90
|
+
export * from './Flight';
|
|
82
91
|
export * from './Billing';
|
|
83
|
-
export * from './
|
|
92
|
+
export * from './TimeDataPoint';
|
|
93
|
+
export * from './ContactGroup';
|
|
94
|
+
export * from './CrewDutyDayRisks';
|
|
95
|
+
export * from './SystemConfig';
|
|
96
|
+
export * from './EntityRequest';
|
|
97
|
+
export * from './EntitiesRequest';
|
|
98
|
+
export * from './BaseFilter';
|
|
99
|
+
export * from './ContactsFilter';
|
|
100
|
+
export * from './IntEnumValue';
|
|
101
|
+
export * from './Propeller';
|
|
102
|
+
export * from './Distribution';
|
|
103
|
+
export * from './WeatherRisks';
|
|
104
|
+
export * from './Lookup';
|
|
105
|
+
export * from './SystemMessage';
|
|
106
|
+
export * from './Json';
|
|
107
|
+
export * from './EntityAction';
|
|
84
108
|
export * from './LeadsFilter';
|
|
85
|
-
export * from './
|
|
86
|
-
export * from './
|
|
87
|
-
export * from './
|
|
109
|
+
export * from './FlightBilling';
|
|
110
|
+
export * from './BaseRestResponse';
|
|
111
|
+
export * from './Timestamp';
|
|
112
|
+
export * from './BookingSlot';
|
|
113
|
+
export * from './Lesson';
|
|
114
|
+
export * from './DepartureRisks';
|
|
88
115
|
export * from './DestinationRisks';
|
|
89
|
-
export * from './
|
|
90
|
-
export * from './
|
|
91
|
-
export * from './
|
|
92
|
-
export * from './
|
|
93
|
-
export * from './TripRisks';
|
|
94
|
-
export * from './Mitigation';
|
|
95
|
-
export * from './SystemConfig';
|
|
96
|
-
export * from './AccountsFilter';
|
|
116
|
+
export * from './LookupGroup';
|
|
117
|
+
export * from './FlightsFilter';
|
|
118
|
+
export * from './SimpleEntity';
|
|
119
|
+
export * from './CreditsFilter';
|
|
97
120
|
export * from './SyllabusFilter';
|
|
121
|
+
export * from './Fuel';
|
|
122
|
+
export * from './LeadAction';
|
|
98
123
|
export * from './StringKeyValue';
|
|
124
|
+
export * from './TripRisks';
|
|
125
|
+
export * from './FlightPlan';
|
|
126
|
+
export * from './Group';
|
|
127
|
+
export * from './Notification';
|
|
99
128
|
export * from './LoginParams';
|
|
100
|
-
export * from './
|
|
101
|
-
export * from './Certificate';
|
|
102
|
-
export * from './Distribution';
|
|
103
|
-
export * from './WeatherRisks';
|
|
104
|
-
export * from './Price';
|
|
105
|
-
export * from './Boundaries';
|
|
106
|
-
export * from './Propeller';
|
|
107
|
-
export * from './BookingSlotsSet';
|
|
129
|
+
export * from './WBConfig';
|
|
108
130
|
export * from './DocumentRevision';
|
|
109
|
-
export * from './
|
|
110
|
-
export * from './
|
|
111
|
-
export * from './
|
|
112
|
-
export * from './
|
|
113
|
-
export * from './
|
|
114
|
-
export * from './
|
|
115
|
-
export * from './
|
|
116
|
-
export * from './
|
|
117
|
-
export * from './
|
|
118
|
-
export * from './
|
|
119
|
-
export * from './SpecialRisks';
|
|
120
|
-
export * from './FlightTicket';
|
|
131
|
+
export * from './Maintenance';
|
|
132
|
+
export * from './BaseEntityEx';
|
|
133
|
+
export * from './Entities';
|
|
134
|
+
export * from './TimeFrame';
|
|
135
|
+
export * from './Address';
|
|
136
|
+
export * from './TafReport';
|
|
137
|
+
export * from './BookingSlotsSet';
|
|
138
|
+
export * from './Certificate';
|
|
139
|
+
export * from './Document';
|
|
140
|
+
export * from './ADSBState';
|
|
121
141
|
export * from './CertificatesFilter';
|
|
122
|
-
export * from './Point';
|
|
123
|
-
export * from './PostFlightInfo';
|
|
124
|
-
export * from './PreFlightInfo';
|
|
125
|
-
export * from './BookingSlot';
|
|
126
|
-
export * from './CrewDutyDayRisks';
|
|
127
|
-
export * from './FlightRisk';
|
|
128
|
-
export * from './LogBookRecord';
|
|
129
142
|
export * from './UsersFilter';
|
|
143
|
+
export * from './IntKeyValue';
|
|
144
|
+
export * from './BookingPlan';
|
|
130
145
|
export * from './BillingRecord';
|
|
131
|
-
export * from './
|
|
132
|
-
export * from './
|
|
133
|
-
export * from './
|
|
134
|
-
export * from './
|
|
135
|
-
export * from './
|
|
136
|
-
export * from './
|
|
137
|
-
export * from './
|
|
138
|
-
export * from './CertificatesEndPoint';
|
|
139
|
-
export * from './MyCertificatesEndPoint';
|
|
140
|
-
export * from './MyFlightsEndPoint';
|
|
141
|
-
export * from './BookingSlotsEndPoint';
|
|
142
|
-
export * from './FlightsEndPoint';
|
|
143
|
-
export * from './MaintenancesEndPoint';
|
|
144
|
-
export * from './SystemConfigsEndPoint';
|
|
145
|
-
export * from './UsersEndPoint';
|
|
146
|
-
export * from './AirplanesEndPoint';
|
|
147
|
-
export * from './BookingsEndPoint';
|
|
148
|
-
export * from './DocumentsEndPoint';
|
|
149
|
-
export * from './FlightTicketsEndPoint';
|
|
150
|
-
export * from './MessageConfirmsEndPoint';
|
|
151
|
-
export * from './PriceListEndPoint';
|
|
152
|
-
export * from './MyStudentsEndPoint';
|
|
153
|
-
export * from './AuditLogsEndPoint';
|
|
154
|
-
export * from './CampaignsEndPoint';
|
|
155
|
-
export * from './LookupsEndPoint';
|
|
156
|
-
export * from './MyAuthEndPoint';
|
|
157
|
-
export * from './GroupsEndPoint';
|
|
158
|
-
export * from './AccountsEndPoint';
|
|
159
|
-
export * from './ContactsEndPoint';
|
|
160
|
-
export * from './CreditsEndPoint';
|
|
161
|
-
export * from './SyllabusEndPoint';
|
|
162
|
-
export * from './MyMessagesEndPoint';
|
|
163
|
-
export * from './SystemMessagesEndPoint';
|
|
164
|
-
export * from './MyBookingsEndPoint';
|
|
165
|
-
export * from './MyCreditsEndPoint';
|
|
166
|
-
export * from './MyInfoEndPoint';
|
|
167
|
-
export * from './LeadsEndPoint';
|
|
168
|
-
export * from './UserEndPoint';
|
|
169
|
-
export * from './ContactsGroupsEndPoint';
|
|
170
|
-
export * from './SystemEndPoint';
|
|
171
|
-
export * from './Enums';
|
|
146
|
+
export * from './MessageConfirm';
|
|
147
|
+
export * from './FlightPassenger';
|
|
148
|
+
export * from './LocalTime';
|
|
149
|
+
export * from './BookingsFilter';
|
|
150
|
+
export * from './Permission';
|
|
151
|
+
export * from './AuditLog';
|
|
152
|
+
export * from './TOLData';
|
|
@@ -1,22 +1,25 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { FlightPurposeCode } from '../model';
|
|
4
|
+
import { Flight } from '../model';
|
|
5
|
+
import { Credit } from '../model';
|
|
6
|
+
import { Document } from '../model';
|
|
7
|
+
import { EntityResponse } from '../model';
|
|
8
|
+
import { ActionResponse } from '../model';
|
|
9
|
+
import { AccountStatusCode } from '../model';
|
|
10
|
+
import { AccountTypeCode } from '../model';
|
|
11
|
+
import { EntitiesResponse } from '../model';
|
|
12
|
+
import { StringKeyValue } from '../model';
|
|
13
|
+
import { FlightStatusCode } from '../model';
|
|
14
|
+
import { FlightStateCode } from '../model';
|
|
15
|
+
import { Account } from '../model';
|
|
16
|
+
import { FlightTypeCode } from '../model';
|
|
14
17
|
import * as i0 from "@angular/core";
|
|
15
18
|
export declare class AccountsEndPoint {
|
|
16
19
|
private config;
|
|
17
20
|
private rest;
|
|
18
21
|
private baseUrl;
|
|
19
|
-
constructor(config:
|
|
22
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
20
23
|
/**
|
|
21
24
|
* Get new and empty account template
|
|
22
25
|
*/
|
|
@@ -56,7 +59,7 @@ export declare class AccountsEndPoint {
|
|
|
56
59
|
/**
|
|
57
60
|
* Download account credit history as XLSX document
|
|
58
61
|
*/
|
|
59
|
-
downloadCreditsXlsx(id?: string): import("rxjs").Observable<import("@angular/common/
|
|
62
|
+
downloadCreditsXlsx(id?: string): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
|
|
60
63
|
/**
|
|
61
64
|
* Find related documents
|
|
62
65
|
*/
|
|
@@ -1,23 +1,26 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { FlightTypeCode } from '../model';
|
|
4
|
+
import { FlightStatusCode } from '../model';
|
|
5
|
+
import { EntityResponse } from '../model';
|
|
6
|
+
import { Airplane } from '../model';
|
|
7
|
+
import { Flight } from '../model';
|
|
8
|
+
import { ActionResponse } from '../model';
|
|
9
|
+
import { AirplaneStatusCode } from '../model';
|
|
10
|
+
import { StringKeyValue } from '../model';
|
|
11
|
+
import { Document } from '../model';
|
|
12
|
+
import { StatusCode } from '../model';
|
|
13
|
+
import { EntitiesResponse } from '../model';
|
|
14
|
+
import { FlightStateCode } from '../model';
|
|
15
|
+
import { FlightPurposeCode } from '../model';
|
|
16
|
+
import { MaintenanceActionCode } from '../model';
|
|
17
|
+
import { Maintenance } from '../model';
|
|
15
18
|
import * as i0 from "@angular/core";
|
|
16
19
|
export declare class AirplanesEndPoint {
|
|
17
20
|
private config;
|
|
18
21
|
private rest;
|
|
19
22
|
private baseUrl;
|
|
20
|
-
constructor(config:
|
|
23
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
21
24
|
/**
|
|
22
25
|
* region Endpoint REST handlers ---------------------------------------------------------------------------------------
|
|
23
26
|
* Get new and empty account template
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { AuditLog } from '
|
|
4
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { AuditLog } from '../model';
|
|
4
|
+
import { EntityResponse } from '../model';
|
|
5
|
+
import { EntitiesResponse } from '../model';
|
|
6
|
+
import { TimeSeries } 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 { BookingSlotsSet } from '../model';
|
|
4
|
+
import { EntityResponse } from '../model';
|
|
5
|
+
import { BookingSlot } from '../model';
|
|
6
|
+
import { ActionResponse } from '../model';
|
|
7
|
+
import { EntitiesResponse } from '../model';
|
|
8
|
+
import { BookingSlots } 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
|
*/
|
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { BookingPlan } from '../model';
|
|
4
|
+
import { EntityResponse } from '../model';
|
|
5
|
+
import { Booking } from '../model';
|
|
6
|
+
import { BookingStatusCode } from '../model';
|
|
7
|
+
import { ActionResponse } from '../model';
|
|
8
|
+
import { EntitiesResponse } from '../model';
|
|
9
|
+
import { TimeSeries } from '../model';
|
|
7
10
|
import * as i0 from "@angular/core";
|
|
8
11
|
export declare class BookingsEndPoint {
|
|
9
12
|
private config;
|
|
10
13
|
private rest;
|
|
11
14
|
private baseUrl;
|
|
12
|
-
constructor(config:
|
|
15
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
13
16
|
/**
|
|
14
17
|
* Get new and empty account template
|
|
15
18
|
*/
|
|
@@ -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,13 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { Certificate } from '
|
|
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';
|
|
5
8
|
import * as i0 from "@angular/core";
|
|
6
9
|
export declare class CertificatesEndPoint {
|
|
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 certificate template
|
|
13
16
|
*/
|
|
@@ -39,7 +42,7 @@ export declare class CertificatesEndPoint {
|
|
|
39
42
|
/**
|
|
40
43
|
* Download certificate reference document
|
|
41
44
|
*/
|
|
42
|
-
download(id?: string): import("rxjs").Observable<import("@angular/common/
|
|
45
|
+
download(id?: string): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
|
|
43
46
|
/**
|
|
44
47
|
* Delete certificate reference document
|
|
45
48
|
*/
|
|
@@ -1,25 +1,28 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntityResponse } from '../model';
|
|
4
|
+
import { LicenseKindFlag } from '../model';
|
|
5
|
+
import { StringKeyValue } from '../model';
|
|
6
|
+
import { FlightStateCode } from '../model';
|
|
7
|
+
import { FlightPurposeCode } from '../model';
|
|
8
|
+
import { Flight } from '../model';
|
|
9
|
+
import { MessageConfirm } from '../model';
|
|
10
|
+
import { TypeRatingFlag } from '../model';
|
|
11
|
+
import { FlightTypeCode } from '../model';
|
|
12
|
+
import { StatusCode } from '../model';
|
|
13
|
+
import { Certificate } from '../model';
|
|
14
|
+
import { Document } from '../model';
|
|
15
|
+
import { Contact } from '../model';
|
|
16
|
+
import { ActionResponse } from '../model';
|
|
17
|
+
import { FlightCategoryCode } from '../model';
|
|
18
|
+
import { EntitiesResponse } from '../model';
|
|
19
|
+
import { FlightStatusCode } from '../model';
|
|
17
20
|
import * as i0 from "@angular/core";
|
|
18
21
|
export declare class ContactsEndPoint {
|
|
19
22
|
private config;
|
|
20
23
|
private rest;
|
|
21
24
|
private baseUrl;
|
|
22
|
-
constructor(config:
|
|
25
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
23
26
|
/**
|
|
24
27
|
* Get new and empty contact template
|
|
25
28
|
*/
|
|
@@ -75,11 +78,11 @@ export declare class ContactsEndPoint {
|
|
|
75
78
|
/**
|
|
76
79
|
* Download student sheet as XLSX document
|
|
77
80
|
*/
|
|
78
|
-
downloadStudentSheetXlsx(id?: string): import("rxjs").Observable<import("@angular/common/
|
|
81
|
+
downloadStudentSheetXlsx(id?: string): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
|
|
79
82
|
/**
|
|
80
83
|
* Download student sheet as CSV document
|
|
81
84
|
*/
|
|
82
|
-
downloadStudentSheetCsv(id?: string): import("rxjs").Observable<import("@angular/common/
|
|
85
|
+
downloadStudentSheetCsv(id?: string): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
|
|
83
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContactsEndPoint, never>;
|
|
84
87
|
static ɵprov: i0.ɵɵInjectableDeclaration<ContactsEndPoint>;
|
|
85
88
|
}
|
|
@@ -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 { ActionResponse } from '../model';
|
|
4
|
+
import { EntitiesResponse } from '../model';
|
|
5
|
+
import { StringKeyValue } from '../model';
|
|
6
|
+
import { EntityResponse } from '../model';
|
|
7
|
+
import { ContactGroup } from '../model';
|
|
5
8
|
import * as i0 from "@angular/core";
|
|
6
9
|
export declare class ContactsGroupsEndPoint {
|
|
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 flight template
|
|
13
16
|
*/
|
|
@@ -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
|
*/
|
|
@@ -38,7 +41,7 @@ export declare class CreditsEndPoint {
|
|
|
38
41
|
/**
|
|
39
42
|
* Download credit reference document
|
|
40
43
|
*/
|
|
41
|
-
download(id?: string): import("rxjs").Observable<import("@angular/common/
|
|
44
|
+
download(id?: string): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
|
|
42
45
|
/**
|
|
43
46
|
* Delete reference document
|
|
44
47
|
*/
|