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