@aya-flights/ngx-goox-lib 1.19.65 → 2.18.1-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 +5 -0
- package/esm2022/config.mjs +15 -0
- 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/AccountsService.mjs +189 -0
- package/esm2022/lib/services/AirplanesService.mjs +196 -0
- package/esm2022/lib/services/AuditLogsService.mjs +120 -0
- package/esm2022/lib/services/BookingSlotsService.mjs +139 -0
- package/esm2022/lib/services/BookingsService.mjs +201 -0
- package/esm2022/lib/services/CampaignsService.mjs +96 -0
- package/esm2022/lib/services/CertificatesService.mjs +104 -0
- package/esm2022/lib/services/ContactsGroupsService.mjs +96 -0
- package/esm2022/lib/services/ContactsService.mjs +255 -0
- package/esm2022/lib/services/CreditsService.mjs +101 -0
- package/esm2022/lib/services/DocumentsService.mjs +109 -0
- package/esm2022/lib/services/FlightTicketsService.mjs +80 -0
- package/esm2022/lib/services/FlightsService.mjs +335 -0
- package/esm2022/lib/services/GroupsService.mjs +96 -0
- package/esm2022/lib/services/LeadsService.mjs +203 -0
- package/esm2022/lib/services/LookupsService.mjs +87 -0
- package/esm2022/lib/services/MaintenancesService.mjs +104 -0
- package/esm2022/lib/services/McpToolsService.mjs +58 -0
- package/esm2022/lib/services/MessageConfirmsService.mjs +104 -0
- package/esm2022/lib/services/MyAuthService.mjs +58 -0
- package/esm2022/lib/services/MyBookingsService.mjs +148 -0
- package/esm2022/lib/services/MyCertificatesService.mjs +101 -0
- package/esm2022/lib/services/MyCreditsService.mjs +50 -0
- package/esm2022/lib/services/MyFlightsService.mjs +137 -0
- package/esm2022/lib/services/MyInfoEndPoint.mjs +50 -0
- package/esm2022/lib/services/MyMessagesEndPoint.mjs +46 -0
- package/esm2022/lib/services/MyStudentsService.mjs +62 -0
- package/esm2022/lib/services/PriceListService.mjs +80 -0
- package/esm2022/lib/services/SyllabusService.mjs +89 -0
- package/esm2022/lib/services/SystemConfigsService.mjs +71 -0
- package/esm2022/lib/services/SystemMessagesService.mjs +105 -0
- package/esm2022/lib/services/SystemService.mjs +34 -0
- package/esm2022/lib/services/UserService.mjs +35 -0
- package/esm2022/lib/services/UsersService.mjs +114 -0
- package/esm2022/lib/services/index.mjs +35 -0
- package/esm2022/ngx-goox-lib.module.mjs +26 -0
- package/esm2022/public-api.mjs +8 -0
- package/esm2022/rest-utils.mjs +137 -0
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +5399 -4375
- 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} +130 -123
- package/lib/services/AccountsService.d.ts +69 -0
- package/lib/services/AirplanesService.d.ts +75 -0
- package/lib/{AuditLogsEndPoint.d.ts → services/AuditLogsService.d.ts} +10 -8
- package/lib/{BookingSlotsEndPoint.d.ts → services/BookingSlotsService.d.ts} +24 -9
- package/lib/services/BookingsService.d.ts +70 -0
- package/lib/{CampaignsEndPoint.d.ts → services/CampaignsService.d.ts} +11 -8
- package/lib/services/CertificatesService.d.ts +52 -0
- package/lib/services/ContactsGroupsService.d.ts +44 -0
- package/lib/services/ContactsService.d.ts +88 -0
- package/lib/{CreditsEndPoint.d.ts → services/CreditsService.d.ts} +15 -8
- package/lib/{DocumentsEndPoint.d.ts → services/DocumentsService.d.ts} +19 -7
- package/lib/{FlightTicketsEndPoint.d.ts → services/FlightTicketsService.d.ts} +12 -8
- package/lib/{FlightsEndPoint.d.ts → services/FlightsService.d.ts} +47 -16
- package/lib/{GroupsEndPoint.d.ts → services/GroupsService.d.ts} +15 -8
- package/lib/services/LeadsService.d.ts +110 -0
- package/lib/{LookupsEndPoint.d.ts → services/LookupsService.d.ts} +11 -8
- package/lib/{MaintenancesEndPoint.d.ts → services/MaintenancesService.d.ts} +14 -9
- package/lib/services/McpToolsService.d.ts +25 -0
- package/lib/services/MessageConfirmsService.d.ts +50 -0
- package/lib/services/MyAuthService.d.ts +37 -0
- package/lib/services/MyBookingsService.d.ts +65 -0
- package/lib/{CertificatesEndPoint.d.ts → services/MyCertificatesService.d.ts} +13 -9
- package/lib/services/MyCreditsService.d.ts +22 -0
- package/lib/services/MyFlightsService.d.ts +70 -0
- package/lib/services/MyInfoEndPoint.d.ts +27 -0
- package/lib/services/MyMessagesEndPoint.d.ts +28 -0
- package/lib/services/MyStudentsService.d.ts +35 -0
- package/lib/{PriceListEndPoint.d.ts → services/PriceListService.d.ts} +12 -8
- package/lib/services/SyllabusService.d.ts +45 -0
- package/lib/{SystemConfigsEndPoint.d.ts → services/SystemConfigsService.d.ts} +10 -7
- package/lib/{SystemMessagesEndPoint.d.ts → services/SystemMessagesService.d.ts} +17 -9
- package/lib/services/SystemService.d.ts +16 -0
- package/lib/services/UserService.d.ts +19 -0
- package/lib/services/UsersService.d.ts +50 -0
- package/lib/services/index.d.ts +34 -0
- package/ngx-goox-lib.module.d.ts +3 -4
- package/package.json +6 -4
- package/public-api.d.ts +3 -3
- package/{utils/rest-util.d.ts → rest-utils.d.ts} +5 -5
- package/lib/Account.d.ts +0 -24
- package/lib/AccountFilter.d.ts +0 -6
- package/lib/AccountsEndPoint.d.ts +0 -60
- 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/BookingsEndPoint.d.ts +0 -54
- 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/ContactsEndPoint.d.ts +0 -77
- 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/MessageConfirmsEndPoint.d.ts +0 -36
- package/lib/MyAuthEndPoint.d.ts +0 -24
- package/lib/MyBookingsEndPoint.d.ts +0 -38
- package/lib/MyCreditsEndPoint.d.ts +0 -20
- 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/SystemEndPoint.d.ts +0 -15
- 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/UserEndPoint.d.ts +0 -18
- package/lib/UserFilter.d.ts +0 -12
- package/lib/UsersEndPoint.d.ts +0 -45
- 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
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
|
-
import { GooxConfig } from '../config';
|
|
3
|
-
import { Booking } from '.';
|
|
4
|
-
import { BookingStatusCode } from '.';
|
|
5
|
-
import { TimeSeries } from '.';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class BookingsEndPoint {
|
|
8
|
-
private config;
|
|
9
|
-
private rest;
|
|
10
|
-
private baseUrl;
|
|
11
|
-
constructor(config: GooxConfig, rest: RestUtil);
|
|
12
|
-
/**
|
|
13
|
-
* Get new and empty account template
|
|
14
|
-
*/
|
|
15
|
-
new(): import("rxjs").Observable<EntityResponse<Booking>>;
|
|
16
|
-
/**
|
|
17
|
-
* Create new booking
|
|
18
|
-
*/
|
|
19
|
-
create(body?: Booking): import("rxjs").Observable<EntityResponse<Booking>>;
|
|
20
|
-
/**
|
|
21
|
-
* Update existing booking
|
|
22
|
-
*/
|
|
23
|
-
update(body?: Booking): import("rxjs").Observable<EntityResponse<Booking>>;
|
|
24
|
-
/**
|
|
25
|
-
* Approve booking
|
|
26
|
-
*/
|
|
27
|
-
updateStatus(id?: string, status?: BookingStatusCode): import("rxjs").Observable<EntityResponse<Booking>>;
|
|
28
|
-
/**
|
|
29
|
-
* Delete booking and all its content
|
|
30
|
-
*/
|
|
31
|
-
delete(id?: string): import("rxjs").Observable<ActionResponse>;
|
|
32
|
-
/**
|
|
33
|
-
* Get a single booking by id
|
|
34
|
-
*/
|
|
35
|
-
get(id?: string): import("rxjs").Observable<EntityResponse<Booking>>;
|
|
36
|
-
/**
|
|
37
|
-
* Find bookings by query
|
|
38
|
-
*/
|
|
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>>;
|
|
40
|
-
/**
|
|
41
|
-
* Find bookings count histogram over time (up to last 30 days)
|
|
42
|
-
*/
|
|
43
|
-
histogram(search?: string, accountId?: string, contactId?: string, airplaneId?: string, from?: number, to?: number, status?: []): import("rxjs").Observable<EntityResponse<TimeSeries<number>>>;
|
|
44
|
-
/**
|
|
45
|
-
* Get bookings schedule for specific month, the result size is limited to 1000 entries
|
|
46
|
-
*/
|
|
47
|
-
schedule(year?: number, month?: number): import("rxjs").Observable<EntitiesResponse<Booking>>;
|
|
48
|
-
/**
|
|
49
|
-
* Find my bookings by query
|
|
50
|
-
*/
|
|
51
|
-
myBookings(search?: string, airplaneId?: string, from?: number, to?: number, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Booking>>;
|
|
52
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BookingsEndPoint, never>;
|
|
53
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BookingsEndPoint>;
|
|
54
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { TimeFrame } from '.';
|
|
2
|
-
import { StatusCode } from '.';
|
|
3
|
-
export declare class CertificateFilter {
|
|
4
|
-
search: string;
|
|
5
|
-
contactId: string;
|
|
6
|
-
validUntil: TimeFrame;
|
|
7
|
-
status: StatusCode[];
|
|
8
|
-
constructor(search?: string, contactId?: string, validUntil?: TimeFrame, status?: StatusCode[]);
|
|
9
|
-
}
|
package/lib/ColumnDef.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare class ColumnDef {
|
|
2
|
-
icon: string;
|
|
3
|
-
name: string;
|
|
4
|
-
type: string;
|
|
5
|
-
format: string;
|
|
6
|
-
sort: number;
|
|
7
|
-
filterOp: number;
|
|
8
|
-
filter: number | number[] | string | string[];
|
|
9
|
-
constructor(icon?: string, name?: string, type?: string, format?: string, sort?: number, filterOp?: number, filter?: number | number[] | string | string[]);
|
|
10
|
-
}
|
package/lib/Contact.d.ts
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { ColumnDef } from '.';
|
|
2
|
-
import { AccountStatusCode } from '.';
|
|
3
|
-
import { Address } from '.';
|
|
4
|
-
import { ValidationFlag } from '.';
|
|
5
|
-
import { BaseEntityEx } from '.';
|
|
6
|
-
export declare class Contact extends BaseEntityEx {
|
|
7
|
-
accountId: string;
|
|
8
|
-
name: string;
|
|
9
|
-
enName: string;
|
|
10
|
-
firstName: string;
|
|
11
|
-
lastName: string;
|
|
12
|
-
description: string;
|
|
13
|
-
title: string;
|
|
14
|
-
birthDay: number;
|
|
15
|
-
status: AccountStatusCode;
|
|
16
|
-
phone: string;
|
|
17
|
-
fax: string;
|
|
18
|
-
mobile: string;
|
|
19
|
-
email: string;
|
|
20
|
-
primaryAddress: Address;
|
|
21
|
-
singleEngineHours: number;
|
|
22
|
-
dualEngineHours: number;
|
|
23
|
-
totalFlightHours: number;
|
|
24
|
-
groups: string[];
|
|
25
|
-
idNumber: string;
|
|
26
|
-
startToFlyDate: number;
|
|
27
|
-
authorizedToFlyBy: string;
|
|
28
|
-
authorizedPhotographyBy: string;
|
|
29
|
-
pilotLicense: string;
|
|
30
|
-
licenseTypes: string[];
|
|
31
|
-
licenseGroup: string;
|
|
32
|
-
medicalCertClass: string;
|
|
33
|
-
validations: ValidationFlag;
|
|
34
|
-
isPilot: boolean;
|
|
35
|
-
instructor: string;
|
|
36
|
-
lastSignIn: number;
|
|
37
|
-
get(field: string): any;
|
|
38
|
-
}
|
|
39
|
-
export declare function GetContactColumnsDef(): ColumnDef[];
|
package/lib/ContactFilter.d.ts
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
|
-
import { GooxConfig } from '../config';
|
|
3
|
-
import { Contact } from '.';
|
|
4
|
-
import { StringKeyValue } from '.';
|
|
5
|
-
import { Certificate } from '.';
|
|
6
|
-
import { Flight } from '.';
|
|
7
|
-
import { MessageConfirm } from '.';
|
|
8
|
-
import { Document } from '.';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class ContactsEndPoint {
|
|
11
|
-
private config;
|
|
12
|
-
private rest;
|
|
13
|
-
private baseUrl;
|
|
14
|
-
constructor(config: GooxConfig, rest: RestUtil);
|
|
15
|
-
/**
|
|
16
|
-
* Get new and empty contact template
|
|
17
|
-
*/
|
|
18
|
-
new(): import("rxjs").Observable<EntityResponse<Contact>>;
|
|
19
|
-
/**
|
|
20
|
-
* Create new contact
|
|
21
|
-
*/
|
|
22
|
-
create(body?: Contact): import("rxjs").Observable<EntityResponse<Contact>>;
|
|
23
|
-
/**
|
|
24
|
-
* Update existing contact
|
|
25
|
-
*/
|
|
26
|
-
update(body?: Contact): import("rxjs").Observable<EntityResponse<Contact>>;
|
|
27
|
-
/**
|
|
28
|
-
* Delete contact and all its content
|
|
29
|
-
*/
|
|
30
|
-
delete(id?: string): import("rxjs").Observable<ActionResponse>;
|
|
31
|
-
/**
|
|
32
|
-
* Get a single contact by id
|
|
33
|
-
*/
|
|
34
|
-
get(id?: string): import("rxjs").Observable<EntityResponse<Contact>>;
|
|
35
|
-
/**
|
|
36
|
-
* Find contacts by query
|
|
37
|
-
*/
|
|
38
|
-
find(search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Contact>>;
|
|
39
|
-
/**
|
|
40
|
-
* Lookup contacts ID->Name by filter
|
|
41
|
-
*/
|
|
42
|
-
lookup(search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
|
|
43
|
-
/**
|
|
44
|
-
* Lookup only contacts that are active pilots ID->Name by filter
|
|
45
|
-
*/
|
|
46
|
-
lookupPilots(search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
|
|
47
|
-
/**
|
|
48
|
-
* Find contact certificates by query
|
|
49
|
-
*/
|
|
50
|
-
findCertificates(id?: string, search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Certificate>>;
|
|
51
|
-
/**
|
|
52
|
-
* Find contact related flights by query
|
|
53
|
-
*/
|
|
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>>;
|
|
55
|
-
/**
|
|
56
|
-
* Find message confirmations for this contact
|
|
57
|
-
*/
|
|
58
|
-
findConfirms(id?: string, search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<MessageConfirm>>;
|
|
59
|
-
/**
|
|
60
|
-
* Find related documents for this contact
|
|
61
|
-
*/
|
|
62
|
-
findDocuments(id?: string, search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Document>>;
|
|
63
|
-
/**
|
|
64
|
-
* Find contact related flights for student sheet (all flights of type LESSON that the student is captain of first officer)
|
|
65
|
-
*/
|
|
66
|
-
getStudentSheet(id?: string, sort?: string): import("rxjs").Observable<EntitiesResponse<Flight>>;
|
|
67
|
-
/**
|
|
68
|
-
* Download student sheet as XLSX document
|
|
69
|
-
*/
|
|
70
|
-
downloadStudentSheetXlsx(id?: string): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
|
|
71
|
-
/**
|
|
72
|
-
* Download student sheet as CSV document
|
|
73
|
-
*/
|
|
74
|
-
downloadStudentSheetCsv(id?: string): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
|
|
75
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContactsEndPoint, never>;
|
|
76
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ContactsEndPoint>;
|
|
77
|
-
}
|
package/lib/CreditFilter.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { TransactionTypeCode } from '.';
|
|
2
|
-
import { TimeFrame } from '.';
|
|
3
|
-
export declare class CreditFilter {
|
|
4
|
-
search: string;
|
|
5
|
-
accountId: string;
|
|
6
|
-
type: TransactionTypeCode[];
|
|
7
|
-
transactionOn: TimeFrame;
|
|
8
|
-
constructor(search?: string, accountId?: string, type?: TransactionTypeCode[], transactionOn?: TimeFrame);
|
|
9
|
-
}
|
package/lib/Enums.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function MapEnumValues(): Map<string, string>;
|
package/lib/FlightFilter.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { BillingStatusCode } from '.';
|
|
2
|
-
import { FlightPurposeCode } from '.';
|
|
3
|
-
import { TimeFrame } from '.';
|
|
4
|
-
import { FlightTypeCode } from '.';
|
|
5
|
-
import { FlightStatusCode } from '.';
|
|
6
|
-
export declare class FlightFilter {
|
|
7
|
-
search: string;
|
|
8
|
-
accountId: string;
|
|
9
|
-
airplaneId: string;
|
|
10
|
-
captain: string;
|
|
11
|
-
firstOfficer: string;
|
|
12
|
-
flightTime: TimeFrame;
|
|
13
|
-
type: FlightTypeCode[];
|
|
14
|
-
status: FlightStatusCode[];
|
|
15
|
-
billingStatus: BillingStatusCode[];
|
|
16
|
-
purpose: FlightPurposeCode[];
|
|
17
|
-
constructor(search?: string, accountId?: string, airplaneId?: string, captain?: string, firstOfficer?: string, flightTime?: TimeFrame, type?: FlightTypeCode[], status?: FlightStatusCode[], billingStatus?: BillingStatusCode[], purpose?: FlightPurposeCode[]);
|
|
18
|
-
}
|
package/lib/FlightRisk.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { CrewDutyDayRisks } from '.';
|
|
2
|
-
import { DestinationRisks } from '.';
|
|
3
|
-
import { SpecialRisks } from '.';
|
|
4
|
-
import { ColumnDef } from '.';
|
|
5
|
-
import { PilotQualificationsRisks } from '.';
|
|
6
|
-
import { DepartureRisks } from '.';
|
|
7
|
-
import { TripRisks } from '.';
|
|
8
|
-
import { WeatherRisks } from '.';
|
|
9
|
-
import { Mitigation } from '.';
|
|
10
|
-
import { BaseEntityEx } from '.';
|
|
11
|
-
export declare class FlightRisk extends BaseEntityEx {
|
|
12
|
-
timestamp: number;
|
|
13
|
-
pilotQualifications: PilotQualificationsRisks;
|
|
14
|
-
crewDutyDay: CrewDutyDayRisks;
|
|
15
|
-
departure: DepartureRisks;
|
|
16
|
-
destination: DestinationRisks;
|
|
17
|
-
trip: TripRisks;
|
|
18
|
-
weather: WeatherRisks;
|
|
19
|
-
other: SpecialRisks;
|
|
20
|
-
mitigation: Mitigation;
|
|
21
|
-
get(field: string): any;
|
|
22
|
-
}
|
|
23
|
-
export declare function GetFlightRiskColumnsDef(): ColumnDef[];
|
package/lib/Group.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { StringKeyValue } from '.';
|
|
2
|
-
import { BaseEntityEx } from '.';
|
|
3
|
-
import { ColumnDef } from '.';
|
|
4
|
-
import { Permission } from '.';
|
|
5
|
-
export declare class Group extends BaseEntityEx {
|
|
6
|
-
name: string;
|
|
7
|
-
email: string;
|
|
8
|
-
permissions: Permission[];
|
|
9
|
-
members: StringKeyValue[];
|
|
10
|
-
get(field: string): any;
|
|
11
|
-
}
|
|
12
|
-
export declare function GetGroupColumnsDef(): ColumnDef[];
|
package/lib/LeadAction.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
|
-
export declare class LeadAction extends BaseEntityEx {
|
|
4
|
-
leadId: string;
|
|
5
|
-
reportedOn: number;
|
|
6
|
-
reportedBy: string;
|
|
7
|
-
description: string;
|
|
8
|
-
get(field: string): any;
|
|
9
|
-
}
|
|
10
|
-
export declare function GetLeadActionColumnsDef(): ColumnDef[];
|
package/lib/LeadFilter.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { TimeFrame } from '.';
|
|
2
|
-
import { LeadStatusCode } from '.';
|
|
3
|
-
export declare class LeadFilter {
|
|
4
|
-
search: string;
|
|
5
|
-
createdOn: TimeFrame;
|
|
6
|
-
leadSource: string;
|
|
7
|
-
campaignId: string;
|
|
8
|
-
status: LeadStatusCode[];
|
|
9
|
-
constructor(search?: string, createdOn?: TimeFrame, leadSource?: string, campaignId?: string, status?: LeadStatusCode[]);
|
|
10
|
-
}
|
package/lib/LeadsEndPoint.d.ts
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
|
-
import { GooxConfig } from '../config';
|
|
3
|
-
import { TimeSeries } from '.';
|
|
4
|
-
import { LeadAction } from '.';
|
|
5
|
-
import { Lead } from '.';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class LeadsEndPoint {
|
|
8
|
-
private config;
|
|
9
|
-
private rest;
|
|
10
|
-
private baseUrl;
|
|
11
|
-
constructor(config: GooxConfig, rest: RestUtil);
|
|
12
|
-
/**
|
|
13
|
-
* Get new and empty lead template
|
|
14
|
-
*/
|
|
15
|
-
new(): import("rxjs").Observable<EntityResponse<Lead>>;
|
|
16
|
-
/**
|
|
17
|
-
* Create new lead
|
|
18
|
-
*/
|
|
19
|
-
create(body?: Lead): import("rxjs").Observable<EntityResponse<Lead>>;
|
|
20
|
-
/**
|
|
21
|
-
* Update existing lead
|
|
22
|
-
*/
|
|
23
|
-
update(body?: Lead): import("rxjs").Observable<EntityResponse<Lead>>;
|
|
24
|
-
/**
|
|
25
|
-
* Delete lead and all its content
|
|
26
|
-
*/
|
|
27
|
-
delete(id?: string): import("rxjs").Observable<ActionResponse>;
|
|
28
|
-
/**
|
|
29
|
-
* Get a single lead by id
|
|
30
|
-
*/
|
|
31
|
-
get(id?: string): import("rxjs").Observable<EntityResponse<Lead>>;
|
|
32
|
-
/**
|
|
33
|
-
* Find leads by query
|
|
34
|
-
*/
|
|
35
|
-
find(search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Lead>>;
|
|
36
|
-
/**
|
|
37
|
-
* Find lead count histogram over time
|
|
38
|
-
*/
|
|
39
|
-
histogram(from?: number, to?: number, search?: string, status?: []): import("rxjs").Observable<EntityResponse<TimeSeries<number>>>;
|
|
40
|
-
/**
|
|
41
|
-
* Create new lead action
|
|
42
|
-
*/
|
|
43
|
-
createAction(body?: LeadAction): import("rxjs").Observable<EntityResponse<LeadAction>>;
|
|
44
|
-
/**
|
|
45
|
-
* Update existing lead action
|
|
46
|
-
*/
|
|
47
|
-
updateAction(body?: LeadAction): import("rxjs").Observable<EntityResponse<LeadAction>>;
|
|
48
|
-
/**
|
|
49
|
-
* Delete lead action
|
|
50
|
-
*/
|
|
51
|
-
deleteAction(id?: string): import("rxjs").Observable<ActionResponse>;
|
|
52
|
-
/**
|
|
53
|
-
* Get all lead actions
|
|
54
|
-
*/
|
|
55
|
-
getActions(id?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<LeadAction>>;
|
|
56
|
-
/**
|
|
57
|
-
* Insert or update lead action and return list of all actions
|
|
58
|
-
*/
|
|
59
|
-
upsertAndGetActions(body?: LeadAction): import("rxjs").Observable<EntitiesResponse<LeadAction>>;
|
|
60
|
-
/**
|
|
61
|
-
* Delete lead action and return list of all actions
|
|
62
|
-
*/
|
|
63
|
-
deleteAndGetActions(id?: string): import("rxjs").Observable<EntitiesResponse<LeadAction>>;
|
|
64
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LeadsEndPoint, never>;
|
|
65
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LeadsEndPoint>;
|
|
66
|
-
}
|
package/lib/Lesson.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AssessmentCode } from '.';
|
|
2
|
-
export declare class Lesson {
|
|
3
|
-
number: number;
|
|
4
|
-
subject: string;
|
|
5
|
-
assessment: AssessmentCode;
|
|
6
|
-
comments: string;
|
|
7
|
-
flightCounter: number;
|
|
8
|
-
instructedFlightTime: number;
|
|
9
|
-
instrumentsFlightTime: number;
|
|
10
|
-
soloFlightTime: number;
|
|
11
|
-
constructor(number?: number, subject?: string, assessment?: AssessmentCode, comments?: string, flightCounter?: number, instructedFlightTime?: number, instrumentsFlightTime?: number, soloFlightTime?: number);
|
|
12
|
-
}
|
package/lib/Lookup.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
|
-
export declare class Lookup extends BaseEntityEx {
|
|
4
|
-
domain: string;
|
|
5
|
-
group: string;
|
|
6
|
-
key: string;
|
|
7
|
-
value: string;
|
|
8
|
-
counter: number;
|
|
9
|
-
get(field: string): any;
|
|
10
|
-
}
|
|
11
|
-
export declare function GetLookupColumnsDef(): ColumnDef[];
|
package/lib/LookupGroup.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TimeFrame } from '.';
|
|
2
|
-
import { StatusCode } from '.';
|
|
3
|
-
import { MaintenanceActionCode } from '.';
|
|
4
|
-
export declare class MaintenanceFilter {
|
|
5
|
-
search: string;
|
|
6
|
-
airplaneId: string;
|
|
7
|
-
validUntil: TimeFrame;
|
|
8
|
-
status: StatusCode[];
|
|
9
|
-
component: string;
|
|
10
|
-
action: MaintenanceActionCode[];
|
|
11
|
-
constructor(search?: string, airplaneId?: string, validUntil?: TimeFrame, status?: StatusCode[], component?: string, action?: MaintenanceActionCode[]);
|
|
12
|
-
}
|
package/lib/MessageConfirm.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ConfirmStatusCode } from '.';
|
|
2
|
-
import { MessageTypeCode } from '.';
|
|
3
|
-
import { PriorityCode } from '.';
|
|
4
|
-
import { BaseEntityEx } from '.';
|
|
5
|
-
import { ColumnDef } from '.';
|
|
6
|
-
export declare class MessageConfirm extends BaseEntityEx {
|
|
7
|
-
messageId: string;
|
|
8
|
-
contactId: string;
|
|
9
|
-
replyStatus: ConfirmStatusCode;
|
|
10
|
-
replyOn: number;
|
|
11
|
-
replyUrl: string;
|
|
12
|
-
subject: string;
|
|
13
|
-
description: string;
|
|
14
|
-
type: MessageTypeCode;
|
|
15
|
-
priority: PriorityCode;
|
|
16
|
-
get(field: string): any;
|
|
17
|
-
}
|
|
18
|
-
export declare function GetMessageConfirmColumnsDef(): ColumnDef[];
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
|
-
import { GooxConfig } from '../config';
|
|
3
|
-
import { MessageConfirm } from '.';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MessageConfirmsEndPoint {
|
|
6
|
-
private config;
|
|
7
|
-
private rest;
|
|
8
|
-
private baseUrl;
|
|
9
|
-
constructor(config: GooxConfig, rest: RestUtil);
|
|
10
|
-
/**
|
|
11
|
-
* Get new and empty messageConfirm template
|
|
12
|
-
*/
|
|
13
|
-
new(): import("rxjs").Observable<EntityResponse<MessageConfirm>>;
|
|
14
|
-
/**
|
|
15
|
-
* Create new messageConfirm
|
|
16
|
-
*/
|
|
17
|
-
create(body?: MessageConfirm): import("rxjs").Observable<EntityResponse<MessageConfirm>>;
|
|
18
|
-
/**
|
|
19
|
-
* Update existing messageConfirm
|
|
20
|
-
*/
|
|
21
|
-
update(body?: MessageConfirm): import("rxjs").Observable<EntityResponse<MessageConfirm>>;
|
|
22
|
-
/**
|
|
23
|
-
* Delete messageConfirm and all its content
|
|
24
|
-
*/
|
|
25
|
-
delete(id?: string): import("rxjs").Observable<ActionResponse>;
|
|
26
|
-
/**
|
|
27
|
-
* Get a single messageConfirm by id
|
|
28
|
-
*/
|
|
29
|
-
get(id?: string): import("rxjs").Observable<EntityResponse<MessageConfirm>>;
|
|
30
|
-
/**
|
|
31
|
-
* Find messageConfirms by query
|
|
32
|
-
*/
|
|
33
|
-
find(search?: string, messageId?: string, contactId?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<MessageConfirm>>;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MessageConfirmsEndPoint, never>;
|
|
35
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MessageConfirmsEndPoint>;
|
|
36
|
-
}
|
package/lib/MyAuthEndPoint.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { RestUtil, ActionResponse } from '../utils';
|
|
2
|
-
import { GooxConfig } from '../config';
|
|
3
|
-
import { LoginParams } from '.';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MyAuthEndPoint {
|
|
6
|
-
private config;
|
|
7
|
-
private rest;
|
|
8
|
-
private baseUrl;
|
|
9
|
-
constructor(config: GooxConfig, rest: RestUtil);
|
|
10
|
-
/**
|
|
11
|
-
* Authenticate contact
|
|
12
|
-
*/
|
|
13
|
-
authenticate(body?: LoginParams): import("rxjs").Observable<ActionResponse>;
|
|
14
|
-
/**
|
|
15
|
-
* Send SMS code
|
|
16
|
-
*/
|
|
17
|
-
sendCode(body?: LoginParams): import("rxjs").Observable<ActionResponse>;
|
|
18
|
-
/**
|
|
19
|
-
* Send SMS code
|
|
20
|
-
*/
|
|
21
|
-
verifyCode(code?: string): import("rxjs").Observable<ActionResponse>;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MyAuthEndPoint, never>;
|
|
23
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MyAuthEndPoint>;
|
|
24
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
|
-
import { GooxConfig } from '../config';
|
|
3
|
-
import { BookingSlots } from '.';
|
|
4
|
-
import { Booking } from '.';
|
|
5
|
-
import { BookingTypeFlag } from '.';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class MyBookingsEndPoint {
|
|
8
|
-
private config;
|
|
9
|
-
private rest;
|
|
10
|
-
private baseUrl;
|
|
11
|
-
constructor(config: GooxConfig, rest: RestUtil);
|
|
12
|
-
/**
|
|
13
|
-
* Create new booking
|
|
14
|
-
*/
|
|
15
|
-
create(body?: Booking): import("rxjs").Observable<EntityResponse<Booking>>;
|
|
16
|
-
/**
|
|
17
|
-
* Update existing booking
|
|
18
|
-
*/
|
|
19
|
-
update(body?: Booking): import("rxjs").Observable<EntityResponse<Booking>>;
|
|
20
|
-
/**
|
|
21
|
-
* Delete booking and all its content
|
|
22
|
-
*/
|
|
23
|
-
delete(id?: string): import("rxjs").Observable<ActionResponse>;
|
|
24
|
-
/**
|
|
25
|
-
* Get a single booking by id
|
|
26
|
-
*/
|
|
27
|
-
get(id?: string): import("rxjs").Observable<EntityResponse<Booking>>;
|
|
28
|
-
/**
|
|
29
|
-
* Find my bookings by query
|
|
30
|
-
*/
|
|
31
|
-
find(search?: string, airplaneId?: string, from?: number, to?: number, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Booking>>;
|
|
32
|
-
/**
|
|
33
|
-
* Find my bookings by query
|
|
34
|
-
*/
|
|
35
|
-
getBookingSlots(year?: number, month?: number, type?: BookingTypeFlag): import("rxjs").Observable<EntitiesResponse<BookingSlots>>;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MyBookingsEndPoint, never>;
|
|
37
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MyBookingsEndPoint>;
|
|
38
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { RestUtil, EntityResponse, EntitiesResponse } from '../utils';
|
|
2
|
-
import { GooxConfig } from '../config';
|
|
3
|
-
import { Credit } from '.';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MyCreditsEndPoint {
|
|
6
|
-
private config;
|
|
7
|
-
private rest;
|
|
8
|
-
private baseUrl;
|
|
9
|
-
constructor(config: GooxConfig, rest: RestUtil);
|
|
10
|
-
/**
|
|
11
|
-
* Get a single credit by id
|
|
12
|
-
*/
|
|
13
|
-
get(id?: string): import("rxjs").Observable<EntityResponse<Credit>>;
|
|
14
|
-
/**
|
|
15
|
-
* Find my credits by query
|
|
16
|
-
*/
|
|
17
|
-
find(sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Credit>>;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MyCreditsEndPoint, never>;
|
|
19
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MyCreditsEndPoint>;
|
|
20
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
|
-
import { GooxConfig } from '../config';
|
|
3
|
-
import { PreFlightInfo } from '.';
|
|
4
|
-
import { PostFlightInfo } from '.';
|
|
5
|
-
import { Flight } from '.';
|
|
6
|
-
import { FlightPlan } from '.';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class MyFlightsEndPoint {
|
|
9
|
-
private config;
|
|
10
|
-
private rest;
|
|
11
|
-
private baseUrl;
|
|
12
|
-
constructor(config: GooxConfig, rest: RestUtil);
|
|
13
|
-
/**
|
|
14
|
-
* Get a single flight by id
|
|
15
|
-
*/
|
|
16
|
-
get(id?: string): import("rxjs").Observable<EntityResponse<Flight>>;
|
|
17
|
-
/**
|
|
18
|
-
* Find my flights by query
|
|
19
|
-
*/
|
|
20
|
-
find(search?: string, type?: [], status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Flight>>;
|
|
21
|
-
/**
|
|
22
|
-
* Get flight plans data for gantt, the result size is limited to 1000 entries
|
|
23
|
-
*/
|
|
24
|
-
gantt(from?: number, to?: number): import("rxjs").Observable<EntitiesResponse<FlightPlan>>;
|
|
25
|
-
/**
|
|
26
|
-
* Get pre-flight info by id
|
|
27
|
-
*/
|
|
28
|
-
getPreFlight(id?: string): import("rxjs").Observable<EntityResponse<PreFlightInfo>>;
|
|
29
|
-
/**
|
|
30
|
-
* Update flight with pre-flight info
|
|
31
|
-
*/
|
|
32
|
-
setPreFlight(body?: PreFlightInfo): import("rxjs").Observable<ActionResponse>;
|
|
33
|
-
/**
|
|
34
|
-
* Get post-flight info by id
|
|
35
|
-
*/
|
|
36
|
-
getPostFlight(id?: string): import("rxjs").Observable<EntityResponse<PostFlightInfo>>;
|
|
37
|
-
/**
|
|
38
|
-
* Update flight with post-flight info
|
|
39
|
-
*/
|
|
40
|
-
setPostFlight(body?: PostFlightInfo): import("rxjs").Observable<ActionResponse>;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MyFlightsEndPoint, never>;
|
|
42
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MyFlightsEndPoint>;
|
|
43
|
-
}
|
package/lib/OnBoard.d.ts
DELETED
package/lib/PostFlightData.d.ts
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { ColumnDef } from '.';
|
|
2
|
-
import { FlightTypeCode } from '.';
|
|
3
|
-
import { FlightPurposeCode } from '.';
|
|
4
|
-
import { OnBoard } from '.';
|
|
5
|
-
import { TOLData } from '.';
|
|
6
|
-
import { ReFuel } from '.';
|
|
7
|
-
import { Lesson } from '.';
|
|
8
|
-
import { BaseEntityEx } from '.';
|
|
9
|
-
export declare class PostFlightData extends BaseEntityEx {
|
|
10
|
-
name: string;
|
|
11
|
-
description: string;
|
|
12
|
-
flightNumber: number;
|
|
13
|
-
flightString: string;
|
|
14
|
-
flightTime: number;
|
|
15
|
-
destination: string;
|
|
16
|
-
airplaneId: string;
|
|
17
|
-
captain: string;
|
|
18
|
-
firstOfficer: string;
|
|
19
|
-
type: FlightTypeCode;
|
|
20
|
-
purpose: FlightPurposeCode;
|
|
21
|
-
purposeOt: string;
|
|
22
|
-
onBoard: OnBoard;
|
|
23
|
-
attendingTime: string;
|
|
24
|
-
boardingTime: string;
|
|
25
|
-
takeoff: TOLData;
|
|
26
|
-
wbConfig: string;
|
|
27
|
-
wbManual: string;
|
|
28
|
-
hasCompetency: boolean;
|
|
29
|
-
hasFlightPlan: boolean;
|
|
30
|
-
preFlightNotes: string;
|
|
31
|
-
operationNotes: string;
|
|
32
|
-
fuelStatus: ReFuel;
|
|
33
|
-
oilStatus: ReFuel;
|
|
34
|
-
lesson: Lesson;
|
|
35
|
-
get(field: string): any;
|
|
36
|
-
}
|
|
37
|
-
export declare function GetPostFlightDataColumnsDef(): ColumnDef[];
|