@aya-flights/ngx-goox-lib 2.19.199 → 2.20.1-ang-18
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 +28 -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 +15 -0
- package/esm2022/lib/model/Address.mjs +21 -0
- package/esm2022/lib/model/Airplane.mjs +36 -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 +21 -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 +31 -0
- package/esm2022/lib/model/BookingPlan.mjs +27 -0
- package/esm2022/lib/model/BookingSlot.mjs +20 -0
- package/esm2022/lib/model/BookingSlots.mjs +15 -0
- package/esm2022/lib/model/BookingSlotsSet.mjs +17 -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 +25 -0
- package/esm2022/lib/model/CampaignStatusCode.mjs +35 -0
- package/esm2022/lib/model/CampaignTypeCode.mjs +31 -0
- package/esm2022/lib/model/Certificate.mjs +23 -0
- package/esm2022/lib/model/CertificatesFilter.mjs +33 -0
- package/esm2022/lib/model/ColumnDef.mjs +27 -0
- package/esm2022/lib/model/ConfirmStatusCode.mjs +31 -0
- package/esm2022/lib/model/Contact.mjs +40 -0
- package/esm2022/lib/model/ContactGroup.mjs +15 -0
- package/esm2022/lib/model/ContactsFilter.mjs +36 -0
- package/esm2022/lib/model/Credit.mjs +29 -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 +24 -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 +18 -0
- package/esm2022/lib/model/EntityAction.mjs +6 -0
- package/esm2022/lib/model/EntityRequest.mjs +9 -0
- package/esm2022/lib/model/EntityResponse.mjs +14 -0
- package/esm2022/lib/model/ErrorCode.mjs +67 -0
- package/esm2022/lib/model/FilterFlag.mjs +119 -0
- package/esm2022/lib/model/Flight.mjs +50 -0
- package/esm2022/lib/model/FlightBilling.mjs +24 -0
- package/esm2022/lib/model/FlightCategoryCode.mjs +163 -0
- package/esm2022/lib/model/FlightClassCode.mjs +47 -0
- package/esm2022/lib/model/FlightPassenger.mjs +18 -0
- package/esm2022/lib/model/FlightPlan.mjs +36 -0
- package/esm2022/lib/model/FlightPurposeCode.mjs +67 -0
- package/esm2022/lib/model/FlightRisk.mjs +23 -0
- package/esm2022/lib/model/FlightStateCode.mjs +35 -0
- package/esm2022/lib/model/FlightStatusCode.mjs +43 -0
- package/esm2022/lib/model/FlightTicket.mjs +22 -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 +17 -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 +30 -0
- package/esm2022/lib/model/LeadAction.mjs +17 -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 +32 -0
- package/esm2022/lib/model/LoginParams.mjs +15 -0
- package/esm2022/lib/model/Lookup.mjs +19 -0
- package/esm2022/lib/model/LookupGroup.mjs +15 -0
- package/esm2022/lib/model/Magneto.mjs +18 -0
- package/esm2022/lib/model/Maintenance.mjs +28 -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 +20 -0
- package/esm2022/lib/model/MessageTypeCode.mjs +47 -0
- package/esm2022/lib/model/Metar.mjs +15 -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 +18 -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 +18 -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 +19 -0
- package/esm2022/lib/model/StringKeyValue.mjs +12 -0
- package/esm2022/lib/model/Syllabus.mjs +20 -0
- package/esm2022/lib/model/SyllabusFilter.mjs +27 -0
- package/esm2022/lib/model/SyllabusTrack.mjs +19 -0
- package/esm2022/lib/model/SystemConfig.mjs +15 -0
- package/esm2022/lib/model/SystemMessage.mjs +19 -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 +22 -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 +154 -0
- package/esm2022/lib/services/AccountsEndPoint.mjs +189 -0
- package/esm2022/lib/services/AirplanesEndPoint.mjs +196 -0
- package/esm2022/lib/services/AuditLogsEndPoint.mjs +120 -0
- package/esm2022/lib/services/BookingSlotsEndPoint.mjs +139 -0
- package/esm2022/lib/services/BookingsEndPoint.mjs +201 -0
- package/esm2022/lib/services/CampaignsEndPoint.mjs +96 -0
- package/esm2022/lib/services/CertificatesEndPoint.mjs +104 -0
- package/esm2022/lib/services/ContactsEndPoint.mjs +271 -0
- package/esm2022/lib/services/ContactsGroupsEndPoint.mjs +96 -0
- package/esm2022/lib/services/CreditsEndPoint.mjs +101 -0
- package/esm2022/lib/services/DocumentsEndPoint.mjs +109 -0
- package/esm2022/lib/services/FlightTicketsEndPoint.mjs +80 -0
- package/esm2022/lib/services/FlightsEndPoint.mjs +335 -0
- package/esm2022/lib/services/GroupsEndPoint.mjs +96 -0
- package/esm2022/lib/services/LeadsEndPoint.mjs +203 -0
- package/esm2022/lib/services/LookupsEndPoint.mjs +87 -0
- package/esm2022/lib/services/MaintenancesEndPoint.mjs +104 -0
- package/esm2022/lib/services/McpToolsEndPoint.mjs +58 -0
- package/esm2022/lib/services/MessageConfirmsEndPoint.mjs +104 -0
- package/esm2022/lib/services/MyAuthEndPoint.mjs +58 -0
- package/esm2022/lib/services/MyBookingsEndPoint.mjs +148 -0
- package/esm2022/lib/services/MyCertificatesEndPoint.mjs +101 -0
- package/esm2022/lib/services/MyCreditsEndPoint.mjs +50 -0
- package/esm2022/lib/services/MyFlightsEndPoint.mjs +137 -0
- package/esm2022/lib/services/MyInfoEndPoint.mjs +50 -0
- package/esm2022/lib/services/MyMessagesEndPoint.mjs +46 -0
- package/esm2022/lib/services/MyStudentsEndPoint.mjs +62 -0
- package/esm2022/lib/services/PriceListEndPoint.mjs +80 -0
- package/esm2022/lib/services/SyllabusEndPoint.mjs +89 -0
- package/esm2022/lib/services/SystemConfigsEndPoint.mjs +71 -0
- package/esm2022/lib/services/SystemEndPoint.mjs +34 -0
- package/esm2022/lib/services/SystemMessagesEndPoint.mjs +105 -0
- package/esm2022/lib/services/UserEndPoint.mjs +35 -0
- package/esm2022/lib/services/UsersEndPoint.mjs +114 -0
- package/esm2022/lib/services/index.mjs +35 -0
- package/esm2022/ngx-goox-lib.module.mjs +26 -0
- package/esm2022/public-api.mjs +8 -0
- package/esm2022/rest-utils.mjs +137 -0
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +5576 -6004
- 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/model/SyllabusTrack.d.ts +12 -0
- 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 -142
- 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} +27 -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 +6 -4
- package/public-api.d.ts +3 -3
- package/{utils/rest-util.d.ts → rest-utils.d.ts} +5 -5
- 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,13 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { LoginParams } from '
|
|
4
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { LoginParams } from '../model';
|
|
4
|
+
import { EntityResponse } from '../model';
|
|
5
|
+
import { User } from '../model';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class UserEndPoint {
|
|
7
8
|
private config;
|
|
8
9
|
private rest;
|
|
9
10
|
private baseUrl;
|
|
10
|
-
constructor(config:
|
|
11
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
11
12
|
/**
|
|
12
13
|
* Authorize user, verify user exists in the system
|
|
13
14
|
* The response includes access token valid for 20 minutes. The client side should renew the token before expiration using refresh-token method
|
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { StringKeyValue } from '
|
|
6
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { UserStatusCode } from '../model';
|
|
4
|
+
import { EntitiesResponse } from '../model';
|
|
5
|
+
import { StringKeyValue } from '../model';
|
|
6
|
+
import { EntityResponse } from '../model';
|
|
7
|
+
import { User } from '../model';
|
|
8
|
+
import { ActionResponse } from '../model';
|
|
9
|
+
import { UserTypeCode } from '../model';
|
|
7
10
|
import * as i0 from "@angular/core";
|
|
8
11
|
export declare class UsersEndPoint {
|
|
9
12
|
private config;
|
|
10
13
|
private rest;
|
|
11
14
|
private baseUrl;
|
|
12
|
-
constructor(config:
|
|
15
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
13
16
|
/**
|
|
14
17
|
* Get new and empty user template
|
|
15
18
|
*/
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export * from './LookupsEndPoint';
|
|
2
|
+
export * from './MyAuthEndPoint';
|
|
3
|
+
export * from './SystemConfigsEndPoint';
|
|
4
|
+
export * from './UsersEndPoint';
|
|
5
|
+
export * from './MyMessagesEndPoint';
|
|
6
|
+
export * from './MaintenancesEndPoint';
|
|
7
|
+
export * from './SystemMessagesEndPoint';
|
|
8
|
+
export * from './AirplanesEndPoint';
|
|
9
|
+
export * from './PriceListEndPoint';
|
|
10
|
+
export * from './SyllabusEndPoint';
|
|
11
|
+
export * from './UserEndPoint';
|
|
12
|
+
export * from './MyBookingsEndPoint';
|
|
13
|
+
export * from './MyCreditsEndPoint';
|
|
14
|
+
export * from './MyFlightsEndPoint';
|
|
15
|
+
export * from './AccountsEndPoint';
|
|
16
|
+
export * from './BookingSlotsEndPoint';
|
|
17
|
+
export * from './CampaignsEndPoint';
|
|
18
|
+
export * from './ContactsGroupsEndPoint';
|
|
19
|
+
export * from './SystemEndPoint';
|
|
20
|
+
export * from './McpToolsEndPoint';
|
|
21
|
+
export * from './BookingsEndPoint';
|
|
22
|
+
export * from './ContactsEndPoint';
|
|
23
|
+
export * from './DocumentsEndPoint';
|
|
24
|
+
export * from './FlightTicketsEndPoint';
|
|
25
|
+
export * from './MyCertificatesEndPoint';
|
|
26
|
+
export * from './MyInfoEndPoint';
|
|
27
|
+
export * from './AuditLogsEndPoint';
|
|
28
|
+
export * from './MessageConfirmsEndPoint';
|
|
29
|
+
export * from './FlightsEndPoint';
|
|
30
|
+
export * from './GroupsEndPoint';
|
|
31
|
+
export * from './LeadsEndPoint';
|
|
32
|
+
export * from './MyStudentsEndPoint';
|
|
33
|
+
export * from './CertificatesEndPoint';
|
|
34
|
+
export * from './CreditsEndPoint';
|
package/ngx-goox-lib.module.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { AppConfig } from './config';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@angular/common";
|
|
5
|
-
import * as i2 from "@angular/common/http";
|
|
6
5
|
export declare class NgxGooxLibModule {
|
|
7
|
-
static forRoot(config:
|
|
6
|
+
static forRoot(config: AppConfig): ModuleWithProviders<NgxGooxLibModule>;
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxGooxLibModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxGooxLibModule, never, [typeof i1.CommonModule
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxGooxLibModule, never, [typeof i1.CommonModule], never>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgxGooxLibModule>;
|
|
11
10
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aya-flights/ngx-goox-lib",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.1-ang-18",
|
|
4
4
|
"description": "Angular client library for GooX backend",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"author": "Motty Cohen <motty@aya.flights>",
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@angular/common": "~
|
|
17
|
-
"@angular/core": "~
|
|
16
|
+
"@angular/common": "~18.1.1",
|
|
17
|
+
"@angular/core": "~18.1.1"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"tslib": "~2.
|
|
20
|
+
"tslib": "~2.8.1"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"module": "fesm2022/aya-flights-ngx-goox-lib.mjs",
|
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
},
|
|
29
29
|
".": {
|
|
30
30
|
"types": "./index.d.ts",
|
|
31
|
+
"esm2022": "./esm2022/aya-flights-ngx-goox-lib.mjs",
|
|
32
|
+
"esm": "./esm2022/aya-flights-ngx-goox-lib.mjs",
|
|
31
33
|
"default": "./fesm2022/aya-flights-ngx-goox-lib.mjs"
|
|
32
34
|
}
|
|
33
35
|
}
|
package/public-api.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class RestUtils {
|
|
5
5
|
private http;
|
|
6
6
|
constructor(http: HttpClient);
|
|
7
|
-
upload<T>(file: File, url: string, ...params: string[]): Observable<import("@angular/common/
|
|
8
|
-
download(fileName: string, url: string, ...params: string[]): Observable<import("@angular/common/
|
|
7
|
+
upload<T>(file: File, url: string, ...params: string[]): Observable<import("@angular/common/http").HttpEvent<T>>;
|
|
8
|
+
download(fileName: string, url: string, ...params: string[]): Observable<import("@angular/common/http").HttpEvent<Blob>>;
|
|
9
9
|
download2(fileName: string, url: string, ...params: string[]): void;
|
|
10
10
|
get<T>(url: string, ...params: string[]): Observable<T>;
|
|
11
11
|
post<T>(url: string, body?: string, ...params: string[]): Observable<T>;
|
|
@@ -14,6 +14,6 @@ export declare class RestUtil {
|
|
|
14
14
|
delete<T>(url: string, ...params: string[]): Observable<T>;
|
|
15
15
|
private buildUrl;
|
|
16
16
|
private getMimeType;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
18
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RestUtils, never>;
|
|
18
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<RestUtils>;
|
|
19
19
|
}
|
package/lib/Distribution.d.ts
DELETED
package/lib/Enums.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function MapEnumValues(): Map<string, string>;
|
package/lib/FlightRisk.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { PilotQualificationsRisks } from '.';
|
|
2
|
-
import { TripRisks } from '.';
|
|
3
|
-
import { WeatherRisks } from '.';
|
|
4
|
-
import { Mitigation } from '.';
|
|
5
|
-
import { CrewDutyDayRisks } from '.';
|
|
6
|
-
import { DepartureRisks } from '.';
|
|
7
|
-
import { DestinationRisks } from '.';
|
|
8
|
-
import { SpecialRisks } from '.';
|
|
9
|
-
import { BaseEntityEx } from '.';
|
|
10
|
-
import { ColumnDef } 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/Metar.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { MetarReport } from '.';
|
|
2
|
-
import { TafReport } from '.';
|
|
3
|
-
import { BaseEntityEx } from '.';
|
|
4
|
-
import { ColumnDef } from '.';
|
|
5
|
-
export declare class Metar extends BaseEntityEx {
|
|
6
|
-
metarReports: MetarReport[];
|
|
7
|
-
tafReports: TafReport[];
|
|
8
|
-
get(field: string): any;
|
|
9
|
-
}
|
|
10
|
-
export declare function GetMetarColumnsDef(): ColumnDef[];
|
package/lib/TimeDataPoint.d.ts
DELETED
package/lib/Tuple.d.ts
DELETED
package/lib/services.export.d.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { GroupsEndPoint } from '.';
|
|
2
|
-
import { AccountsEndPoint } from '.';
|
|
3
|
-
import { ContactsEndPoint } from '.';
|
|
4
|
-
import { CreditsEndPoint } from '.';
|
|
5
|
-
import { SyllabusEndPoint } from '.';
|
|
6
|
-
import { MyMessagesEndPoint } from '.';
|
|
7
|
-
import { SystemMessagesEndPoint } from '.';
|
|
8
|
-
import { MyBookingsEndPoint } from '.';
|
|
9
|
-
import { MyCreditsEndPoint } from '.';
|
|
10
|
-
import { MyInfoEndPoint } from '.';
|
|
11
|
-
import { LeadsEndPoint } from '.';
|
|
12
|
-
import { UserEndPoint } from '.';
|
|
13
|
-
import { ContactsGroupsEndPoint } from '.';
|
|
14
|
-
import { SystemEndPoint } from '.';
|
|
15
|
-
import { CertificatesEndPoint } from '.';
|
|
16
|
-
import { MyCertificatesEndPoint } from '.';
|
|
17
|
-
import { MyFlightsEndPoint } from '.';
|
|
18
|
-
import { BookingSlotsEndPoint } from '.';
|
|
19
|
-
import { FlightsEndPoint } from '.';
|
|
20
|
-
import { MaintenancesEndPoint } from '.';
|
|
21
|
-
import { SystemConfigsEndPoint } from '.';
|
|
22
|
-
import { UsersEndPoint } from '.';
|
|
23
|
-
import { AirplanesEndPoint } from '.';
|
|
24
|
-
import { BookingsEndPoint } from '.';
|
|
25
|
-
import { DocumentsEndPoint } from '.';
|
|
26
|
-
import { FlightTicketsEndPoint } from '.';
|
|
27
|
-
import { MessageConfirmsEndPoint } from '.';
|
|
28
|
-
import { PriceListEndPoint } from '.';
|
|
29
|
-
import { MyStudentsEndPoint } from '.';
|
|
30
|
-
import { AuditLogsEndPoint } from '.';
|
|
31
|
-
import { CampaignsEndPoint } from '.';
|
|
32
|
-
import { LookupsEndPoint } from '.';
|
|
33
|
-
import { MyAuthEndPoint } from '.';
|
|
34
|
-
export declare const Services: (typeof CertificatesEndPoint | typeof MyCertificatesEndPoint | typeof MyFlightsEndPoint | typeof BookingSlotsEndPoint | typeof FlightsEndPoint | typeof MaintenancesEndPoint | typeof SystemConfigsEndPoint | typeof UsersEndPoint | typeof AirplanesEndPoint | typeof BookingsEndPoint | typeof DocumentsEndPoint | typeof FlightTicketsEndPoint | typeof MessageConfirmsEndPoint | typeof PriceListEndPoint | typeof MyStudentsEndPoint | typeof AuditLogsEndPoint | typeof CampaignsEndPoint | typeof LookupsEndPoint | typeof MyAuthEndPoint | typeof GroupsEndPoint | typeof AccountsEndPoint | typeof ContactsEndPoint | typeof CreditsEndPoint | typeof SyllabusEndPoint | typeof MyMessagesEndPoint | typeof SystemMessagesEndPoint | typeof MyBookingsEndPoint | typeof MyCreditsEndPoint | typeof MyInfoEndPoint | typeof LeadsEndPoint | typeof UserEndPoint | typeof ContactsGroupsEndPoint | typeof SystemEndPoint)[];
|
package/utils/index.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|