@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,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { AccountTypeCode } from './AccountTypeCode';
|
|
2
|
+
import { AccountStatusCode } from './AccountStatusCode';
|
|
3
|
+
import { Address } from './Address';
|
|
4
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
5
|
+
import { ColumnDef } from './ColumnDef';
|
|
6
6
|
export declare class Account extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
enName: string;
|
|
@@ -15,9 +15,9 @@ export declare class Account extends BaseEntityEx {
|
|
|
15
15
|
address: Address;
|
|
16
16
|
campaignId: string;
|
|
17
17
|
currentCredit: number;
|
|
18
|
+
currentHobbs: number;
|
|
18
19
|
baseRate: number;
|
|
19
20
|
discount: number;
|
|
20
21
|
invoiceId: string;
|
|
21
|
-
get(field: string): any;
|
|
22
22
|
}
|
|
23
23
|
export declare function GetAccountColumnsDef(): ColumnDef[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AccountStatusCode } from '
|
|
2
|
-
import { AccountTypeCode } from '
|
|
1
|
+
import { AccountStatusCode } from './AccountStatusCode';
|
|
2
|
+
import { AccountTypeCode } from './AccountTypeCode';
|
|
3
3
|
export declare class AccountsFilter {
|
|
4
4
|
search: string;
|
|
5
5
|
status: AccountStatusCode[];
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
1
|
+
import { TypeRatingFlag } from './TypeRatingFlag';
|
|
2
|
+
import { AirplaneStatusCode } from './AirplaneStatusCode';
|
|
3
|
+
import { AirplaneValidationFlag } from './AirplaneValidationFlag';
|
|
4
|
+
import { Magneto } from './Magneto';
|
|
5
|
+
import { Fuel } from './Fuel';
|
|
6
|
+
import { WBConfig } from './WBConfig';
|
|
7
|
+
import { Engine } from './Engine';
|
|
8
|
+
import { Propeller } from './Propeller';
|
|
9
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
10
|
+
import { ColumnDef } from './ColumnDef';
|
|
11
11
|
export declare class Airplane extends BaseEntityEx {
|
|
12
12
|
name: string;
|
|
13
13
|
description: string;
|
|
@@ -32,6 +32,5 @@ export declare class Airplane extends BaseEntityEx {
|
|
|
32
32
|
fuel: Fuel;
|
|
33
33
|
documents: string[];
|
|
34
34
|
wbConfig: WBConfig;
|
|
35
|
-
get(field: string): any;
|
|
36
35
|
}
|
|
37
36
|
export declare function GetAirplaneColumnsDef(): ColumnDef[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { UserTypeCode } from './UserTypeCode';
|
|
2
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
3
|
+
import { ColumnDef } from './ColumnDef';
|
|
4
4
|
export declare class AuditLog extends BaseEntityEx {
|
|
5
5
|
userId: string;
|
|
6
6
|
userType: UserTypeCode;
|
|
@@ -10,6 +10,5 @@ export declare class AuditLog extends BaseEntityEx {
|
|
|
10
10
|
itemName: string;
|
|
11
11
|
beforeChange: string;
|
|
12
12
|
afterChange: string;
|
|
13
|
-
get(field: string): any;
|
|
14
13
|
}
|
|
15
14
|
export declare function GetAuditLogColumnsDef(): ColumnDef[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { BookingTypeFlag } from './BookingTypeFlag';
|
|
2
|
+
import { BookingStatusCode } from './BookingStatusCode';
|
|
3
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
4
|
+
import { ColumnDef } from './ColumnDef';
|
|
5
5
|
export declare class Booking extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
accountId: string;
|
|
@@ -21,6 +21,5 @@ export declare class Booking extends BaseEntityEx {
|
|
|
21
21
|
flightId: string;
|
|
22
22
|
slotId: string;
|
|
23
23
|
leadId: string;
|
|
24
|
-
get(field: string): any;
|
|
25
24
|
}
|
|
26
25
|
export declare function GetBookingColumnsDef(): ColumnDef[];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { FlightPurposeCode } from '
|
|
2
|
-
import { FlightStatusCode } from '
|
|
3
|
-
import { BaseEntityEx } from '
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
2
|
+
import { FlightStatusCode } from './FlightStatusCode';
|
|
3
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
4
|
+
import { BookingTypeFlag } from './BookingTypeFlag';
|
|
5
|
+
import { ColumnDef } from './ColumnDef';
|
|
6
6
|
export declare class BookingPlan extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
description: string;
|
|
@@ -18,6 +18,5 @@ export declare class BookingPlan extends BaseEntityEx {
|
|
|
18
18
|
flightId: string;
|
|
19
19
|
flightPurpose: FlightPurposeCode;
|
|
20
20
|
flightStatus: FlightStatusCode;
|
|
21
|
-
get(field: string): any;
|
|
22
21
|
}
|
|
23
22
|
export declare function GetBookingPlanColumnsDef(): ColumnDef[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
2
|
+
import { ColumnDef } from './ColumnDef';
|
|
3
3
|
export declare class BookingSlot extends BaseEntityEx {
|
|
4
4
|
from: number;
|
|
5
5
|
to: number;
|
|
@@ -8,6 +8,5 @@ export declare class BookingSlot extends BaseEntityEx {
|
|
|
8
8
|
accountId: string;
|
|
9
9
|
contactId: string;
|
|
10
10
|
bookingId: string;
|
|
11
|
-
get(field: string): any;
|
|
12
11
|
}
|
|
13
12
|
export declare function GetBookingSlotColumnsDef(): ColumnDef[];
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { ColumnDef } from '
|
|
1
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
2
|
+
import { BookingSlot } from './BookingSlot';
|
|
3
|
+
import { ColumnDef } from './ColumnDef';
|
|
4
4
|
export declare class BookingSlots extends BaseEntityEx {
|
|
5
5
|
day: number;
|
|
6
6
|
slots: BookingSlot[];
|
|
7
|
-
get(field: string): any;
|
|
8
7
|
}
|
|
9
8
|
export declare function GetBookingSlotsColumnsDef(): ColumnDef[];
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { ColumnDef } from '
|
|
1
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
2
|
+
import { BookingSlot } from './BookingSlot';
|
|
3
|
+
import { ColumnDef } from './ColumnDef';
|
|
4
4
|
export declare class BookingSlotsSet extends BaseEntityEx {
|
|
5
5
|
year: number;
|
|
6
6
|
month: number;
|
|
7
7
|
addSlots: BookingSlot[];
|
|
8
8
|
delSlots: BookingSlot[];
|
|
9
|
-
get(field: string): any;
|
|
10
9
|
}
|
|
11
10
|
export declare function GetBookingSlotsSetColumnsDef(): ColumnDef[];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { CurrencyCode } from './CurrencyCode';
|
|
2
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
3
|
+
import { CampaignTypeCode } from './CampaignTypeCode';
|
|
4
|
+
import { CampaignStatusCode } from './CampaignStatusCode';
|
|
5
|
+
import { ColumnDef } from './ColumnDef';
|
|
6
6
|
export declare class Campaign extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
type: CampaignTypeCode;
|
|
@@ -16,6 +16,5 @@ export declare class Campaign extends BaseEntityEx {
|
|
|
16
16
|
expectedCost: number;
|
|
17
17
|
actualCost: number;
|
|
18
18
|
currency: CurrencyCode;
|
|
19
|
-
get(field: string): any;
|
|
20
19
|
}
|
|
21
20
|
export declare function GetCampaignColumnsDef(): ColumnDef[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ValidationFlag } from '
|
|
2
|
-
import { StatusCode } from '
|
|
3
|
-
import { BaseEntityEx } from '
|
|
4
|
-
import { ColumnDef } from '
|
|
1
|
+
import { ValidationFlag } from './ValidationFlag';
|
|
2
|
+
import { StatusCode } from './StatusCode';
|
|
3
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
4
|
+
import { ColumnDef } from './ColumnDef';
|
|
5
5
|
export declare class Certificate extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
type: ValidationFlag;
|
|
@@ -13,6 +13,5 @@ export declare class Certificate extends BaseEntityEx {
|
|
|
13
13
|
notifyAt: number;
|
|
14
14
|
subject: string;
|
|
15
15
|
message: string;
|
|
16
|
-
get(field: string): any;
|
|
17
16
|
}
|
|
18
17
|
export declare function GetCertificateColumnsDef(): ColumnDef[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { StatusCode } from '
|
|
2
|
-
import { ValidationFlag } from '
|
|
3
|
-
import { TimeFrame } from '
|
|
1
|
+
import { StatusCode } from './StatusCode';
|
|
2
|
+
import { ValidationFlag } from './ValidationFlag';
|
|
3
|
+
import { TimeFrame } from './TimeFrame';
|
|
4
4
|
export declare class CertificatesFilter {
|
|
5
5
|
search: string;
|
|
6
6
|
contactId: string;
|
|
@@ -5,6 +5,6 @@ export declare class ColumnDef {
|
|
|
5
5
|
format: string;
|
|
6
6
|
sort: number;
|
|
7
7
|
filterOp: number;
|
|
8
|
-
filter:
|
|
9
|
-
constructor(icon?: string, name?: string, type?: string, format?: string, sort?: number, filterOp?: number, filter?:
|
|
8
|
+
filter: any;
|
|
9
|
+
constructor(icon?: string, name?: string, type?: string, format?: string, sort?: number, filterOp?: number, filter?: any);
|
|
10
10
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { ColumnDef } from '
|
|
1
|
+
import { TypeRatingFlag } from './TypeRatingFlag';
|
|
2
|
+
import { LicenseKindFlag } from './LicenseKindFlag';
|
|
3
|
+
import { MedicalCertClassCode } from './MedicalCertClassCode';
|
|
4
|
+
import { ValidationFlag } from './ValidationFlag';
|
|
5
|
+
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
6
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
7
|
+
import { AccountStatusCode } from './AccountStatusCode';
|
|
8
|
+
import { Address } from './Address';
|
|
9
|
+
import { ColumnDef } from './ColumnDef';
|
|
10
10
|
export declare class Contact extends BaseEntityEx {
|
|
11
11
|
accountId: string;
|
|
12
12
|
name: string;
|
|
@@ -35,6 +35,5 @@ export declare class Contact extends BaseEntityEx {
|
|
|
35
35
|
authorizedToFlyBy: string;
|
|
36
36
|
authorizedPhotographyBy: string;
|
|
37
37
|
updateFlags: number;
|
|
38
|
-
get(field: string): any;
|
|
39
38
|
}
|
|
40
39
|
export declare function GetContactColumnsDef(): ColumnDef[];
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { StringKeyValue } from '
|
|
2
|
-
import { BaseEntityEx } from '
|
|
3
|
-
import { ColumnDef } from '
|
|
1
|
+
import { StringKeyValue } from './StringKeyValue';
|
|
2
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
3
|
+
import { ColumnDef } from './ColumnDef';
|
|
4
4
|
export declare class ContactGroup extends BaseEntityEx {
|
|
5
5
|
name: string;
|
|
6
6
|
contacts: StringKeyValue[];
|
|
7
|
-
get(field: string): any;
|
|
8
7
|
}
|
|
9
8
|
export declare function GetContactGroupColumnsDef(): ColumnDef[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { StatusCode } from '
|
|
2
|
-
import { FlightCategoryCode } from '
|
|
3
|
-
import { TypeRatingFlag } from '
|
|
4
|
-
import { LicenseKindFlag } from '
|
|
1
|
+
import { StatusCode } from './StatusCode';
|
|
2
|
+
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
3
|
+
import { TypeRatingFlag } from './TypeRatingFlag';
|
|
4
|
+
import { LicenseKindFlag } from './LicenseKindFlag';
|
|
5
5
|
export declare class ContactsFilter {
|
|
6
6
|
search: string;
|
|
7
7
|
status: StatusCode[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { TransactionTypeCode } from './TransactionTypeCode';
|
|
2
|
+
import { CurrencyCode } from './CurrencyCode';
|
|
3
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
4
|
+
import { ColumnDef } from './ColumnDef';
|
|
5
5
|
export declare class Credit extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
|
@@ -19,6 +19,5 @@ export declare class Credit extends BaseEntityEx {
|
|
|
19
19
|
transactionOn: number;
|
|
20
20
|
reference: string;
|
|
21
21
|
documentId: string;
|
|
22
|
-
get(field: string): any;
|
|
23
22
|
}
|
|
24
23
|
export declare function GetCreditColumnsDef(): ColumnDef[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { DocumentRevision } from './DocumentRevision';
|
|
2
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
3
|
+
import { ColumnDef } from './ColumnDef';
|
|
4
4
|
export declare class Document extends BaseEntityEx {
|
|
5
5
|
name: string;
|
|
6
6
|
description: string;
|
|
@@ -13,6 +13,5 @@ export declare class Document extends BaseEntityEx {
|
|
|
13
13
|
activeRevision: string;
|
|
14
14
|
activeUrl: string;
|
|
15
15
|
activeMimeType: string;
|
|
16
|
-
get(field: string): any;
|
|
17
16
|
}
|
|
18
17
|
export declare function GetDocumentColumnsDef(): ColumnDef[];
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BaseRestResponse } from './BaseRestResponse';
|
|
2
|
+
import { ColumnDef } from './ColumnDef';
|
|
2
3
|
export declare class EntitiesResponse<T> extends BaseRestResponse {
|
|
3
4
|
page: number;
|
|
4
5
|
size: number;
|
|
@@ -6,3 +7,4 @@ export declare class EntitiesResponse<T> extends BaseRestResponse {
|
|
|
6
7
|
total: number;
|
|
7
8
|
list: T[];
|
|
8
9
|
}
|
|
10
|
+
export declare function GetEntitiesResponseColumnsDef(): ColumnDef[];
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { BaseRestResponse } from './BaseRestResponse';
|
|
2
|
+
import { ColumnDef } from './ColumnDef';
|
|
2
3
|
export declare class EntityResponse<T> extends BaseRestResponse {
|
|
3
|
-
page: number;
|
|
4
|
-
size: number;
|
|
5
|
-
pages: number;
|
|
6
|
-
total: number;
|
|
7
4
|
entity: T;
|
|
8
5
|
}
|
|
6
|
+
export declare function GetEntityResponseColumnsDef(): ColumnDef[];
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
1
|
+
import { FlightCategoryCode } from './FlightCategoryCode';
|
|
2
|
+
import { BillingStatusCode } from './BillingStatusCode';
|
|
3
|
+
import { TOLData } from './TOLData';
|
|
4
|
+
import { Lesson } from './Lesson';
|
|
5
|
+
import { RiskAssessment } from './RiskAssessment';
|
|
6
|
+
import { FlightClassCode } from './FlightClassCode';
|
|
7
|
+
import { FlightTypeCode } from './FlightTypeCode';
|
|
8
|
+
import { FlightStatusCode } from './FlightStatusCode';
|
|
9
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
10
|
+
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
11
|
+
import { ColumnDef } from './ColumnDef';
|
|
12
12
|
export declare class Flight extends BaseEntityEx {
|
|
13
13
|
name: string;
|
|
14
14
|
description: string;
|
|
@@ -47,6 +47,5 @@ export declare class Flight extends BaseEntityEx {
|
|
|
47
47
|
postFlightReporter: string;
|
|
48
48
|
instructorReporter: string;
|
|
49
49
|
bookingReference: string;
|
|
50
|
-
get(field: string): any;
|
|
51
50
|
}
|
|
52
51
|
export declare function GetFlightColumnsDef(): ColumnDef[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BillingRecord } from '
|
|
2
|
-
import { BaseEntityEx } from '
|
|
3
|
-
import { ColumnDef } from '
|
|
1
|
+
import { BillingRecord } from './BillingRecord';
|
|
2
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
3
|
+
import { ColumnDef } from './ColumnDef';
|
|
4
4
|
export declare class FlightBilling extends BaseEntityEx {
|
|
5
5
|
invoiceRecords: BillingRecord[];
|
|
6
6
|
invoiceDate: number;
|
|
@@ -12,6 +12,5 @@ export declare class FlightBilling extends BaseEntityEx {
|
|
|
12
12
|
pilotPaymentStatus: string;
|
|
13
13
|
firstOfficerPayment: number;
|
|
14
14
|
firstOfficerPaymentStatus: string;
|
|
15
|
-
get(field: string): any;
|
|
16
15
|
}
|
|
17
16
|
export declare function GetFlightBillingColumnsDef(): ColumnDef[];
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { BaseEntityEx } from '
|
|
2
|
-
import { ColumnDef } from '
|
|
1
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
2
|
+
import { ColumnDef } from './ColumnDef';
|
|
3
3
|
export declare class FlightPassenger extends BaseEntityEx {
|
|
4
4
|
flightId: string;
|
|
5
5
|
flightNumber: number;
|
|
6
6
|
name: string;
|
|
7
7
|
mobile: string;
|
|
8
8
|
email: string;
|
|
9
|
-
get(field: string): any;
|
|
10
9
|
}
|
|
11
10
|
export declare function GetFlightPassengerColumnsDef(): ColumnDef[];
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
1
|
+
import { FlightTypeCode } from './FlightTypeCode';
|
|
2
|
+
import { FlightStatusCode } from './FlightStatusCode';
|
|
3
|
+
import { FlightStateCode } from './FlightStateCode';
|
|
4
|
+
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
5
|
+
import { TOLData } from './TOLData';
|
|
6
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
7
|
+
import { ColumnDef } from './ColumnDef';
|
|
8
8
|
export declare class FlightPlan extends BaseEntityEx {
|
|
9
9
|
name: string;
|
|
10
10
|
description: string;
|
|
@@ -29,6 +29,5 @@ export declare class FlightPlan extends BaseEntityEx {
|
|
|
29
29
|
crew: string[];
|
|
30
30
|
takeoff: TOLData;
|
|
31
31
|
landing: TOLData;
|
|
32
|
-
get(field: string): any;
|
|
33
32
|
}
|
|
34
33
|
export declare function GetFlightPlanColumnsDef(): ColumnDef[];
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PilotQualificationsRisks } from './PilotQualificationsRisks';
|
|
2
|
+
import { CrewDutyDayRisks } from './CrewDutyDayRisks';
|
|
3
|
+
import { DepartureRisks } from './DepartureRisks';
|
|
4
|
+
import { SpecialRisks } from './SpecialRisks';
|
|
5
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
6
|
+
import { DestinationRisks } from './DestinationRisks';
|
|
7
|
+
import { TripRisks } from './TripRisks';
|
|
8
|
+
import { WeatherRisks } from './WeatherRisks';
|
|
9
|
+
import { Mitigation } from './Mitigation';
|
|
10
|
+
import { ColumnDef } from './ColumnDef';
|
|
11
|
+
export declare class FlightRisk extends BaseEntityEx {
|
|
12
|
+
timestamp: number;
|
|
13
|
+
pilotQualifications: PilotQualificationsRisks;
|
|
14
|
+
crewDutyDay: CrewDutyDayRisks;
|
|
15
|
+
departure: DepartureRisks;
|
|
16
|
+
destination: DestinationRisks;
|
|
17
|
+
trip: TripRisks;
|
|
18
|
+
weather: WeatherRisks;
|
|
19
|
+
other: SpecialRisks;
|
|
20
|
+
mitigation: Mitigation;
|
|
21
|
+
}
|
|
22
|
+
export declare function GetFlightRiskColumnsDef(): ColumnDef[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { ColumnDef } from '
|
|
1
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
2
|
+
import { TicketStatusCode } from './TicketStatusCode';
|
|
3
|
+
import { ColumnDef } from './ColumnDef';
|
|
4
4
|
export declare class FlightTicket extends BaseEntityEx {
|
|
5
5
|
name: string;
|
|
6
6
|
description: string;
|
|
@@ -11,6 +11,5 @@ export declare class FlightTicket extends BaseEntityEx {
|
|
|
11
11
|
customerName: string;
|
|
12
12
|
customerEmail: string;
|
|
13
13
|
customerMobile: string;
|
|
14
|
-
get(field: string): any;
|
|
15
14
|
}
|
|
16
15
|
export declare function GetFlightTicketColumnsDef(): ColumnDef[];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TimeFrame } from '
|
|
2
|
-
import { FlightTypeCode } from '
|
|
3
|
-
import { FlightStatusCode } from '
|
|
4
|
-
import { BillingStatusCode } from '
|
|
5
|
-
import { FlightPurposeCode } from '
|
|
1
|
+
import { TimeFrame } from './TimeFrame';
|
|
2
|
+
import { FlightTypeCode } from './FlightTypeCode';
|
|
3
|
+
import { FlightStatusCode } from './FlightStatusCode';
|
|
4
|
+
import { BillingStatusCode } from './BillingStatusCode';
|
|
5
|
+
import { FlightPurposeCode } from './FlightPurposeCode';
|
|
6
6
|
export declare class FlightsFilter {
|
|
7
7
|
search: string;
|
|
8
8
|
period: TimeFrame;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { Permission } from '
|
|
2
|
-
import { StringKeyValue } from '
|
|
3
|
-
import { BaseEntityEx } from '
|
|
4
|
-
import { ColumnDef } from '
|
|
1
|
+
import { Permission } from './Permission';
|
|
2
|
+
import { StringKeyValue } from './StringKeyValue';
|
|
3
|
+
import { BaseEntityEx } from './BaseEntityEx';
|
|
4
|
+
import { ColumnDef } from './ColumnDef';
|
|
5
5
|
export declare class Group extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
email: string;
|
|
8
8
|
permissions: Permission[];
|
|
9
9
|
members: StringKeyValue[];
|
|
10
|
-
get(field: string): any;
|
|
11
10
|
}
|
|
12
11
|
export declare function GetGroupColumnsDef(): ColumnDef[];
|