@aya-flights/ngx-goox-lib 1.19.64 → 2.18.1
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/esm2022/aya-flights-ngx-goox-lib.mjs +5 -0
- package/esm2022/config.mjs +13 -0
- package/esm2022/lib/ADSBCategoryCode.mjs +43 -0
- package/esm2022/lib/ADSBSourceFlag.mjs +32 -0
- package/esm2022/lib/ADSBState.mjs +48 -0
- package/esm2022/lib/Account.mjs +36 -0
- package/esm2022/lib/AccountFilter.mjs +12 -0
- package/esm2022/lib/AccountStatusCode.mjs +35 -0
- package/esm2022/lib/AccountsEndPoint.mjs +182 -0
- package/esm2022/lib/Address.mjs +21 -0
- package/esm2022/lib/Airplane.mjs +41 -0
- package/esm2022/lib/AirplaneFilter.mjs +15 -0
- package/esm2022/lib/AirplaneStatusCode.mjs +31 -0
- package/esm2022/lib/AirplaneValidationFlag.mjs +119 -0
- package/esm2022/lib/AirplanesEndPoint.mjs +186 -0
- package/esm2022/lib/AnyKeyValue.mjs +12 -0
- package/esm2022/lib/AssessmentCode.mjs +47 -0
- package/esm2022/lib/AuditLog.mjs +28 -0
- package/esm2022/lib/AuditLogFilter.mjs +27 -0
- package/esm2022/lib/AuditLogsEndPoint.mjs +116 -0
- package/esm2022/lib/BaseEntity.mjs +15 -0
- package/esm2022/lib/BaseEntityEx.mjs +21 -0
- package/esm2022/lib/BaseFilter.mjs +9 -0
- package/esm2022/lib/Billing.mjs +36 -0
- package/esm2022/lib/BillingRecord.mjs +24 -0
- package/esm2022/lib/BillingStatusCode.mjs +59 -0
- package/esm2022/lib/Booking.mjs +32 -0
- package/esm2022/lib/BookingFilter.mjs +27 -0
- package/esm2022/lib/BookingSlot.mjs +26 -0
- package/esm2022/lib/BookingSlots.mjs +22 -0
- package/esm2022/lib/BookingSlotsEndPoint.mjs +105 -0
- package/esm2022/lib/BookingSlotsSet.mjs +24 -0
- package/esm2022/lib/BookingStatusCode.mjs +47 -0
- package/esm2022/lib/BookingTypeFlag.mjs +51 -0
- package/esm2022/lib/BookingsEndPoint.mjs +169 -0
- package/esm2022/lib/Campaign.mjs +32 -0
- package/esm2022/lib/CampaignStatusCode.mjs +35 -0
- package/esm2022/lib/CampaignTypeCode.mjs +31 -0
- package/esm2022/lib/CampaignsEndPoint.mjs +92 -0
- package/esm2022/lib/Certificate.mjs +30 -0
- package/esm2022/lib/CertificateFilter.mjs +18 -0
- package/esm2022/lib/CertificatesEndPoint.mjs +97 -0
- package/esm2022/lib/ColumnDef.mjs +26 -0
- package/esm2022/lib/ConfirmStatusCode.mjs +31 -0
- package/esm2022/lib/Contact.mjs +50 -0
- package/esm2022/lib/ContactFilter.mjs +15 -0
- package/esm2022/lib/ContactsEndPoint.mjs +239 -0
- package/esm2022/lib/Credit.mjs +35 -0
- package/esm2022/lib/CreditFilter.mjs +18 -0
- package/esm2022/lib/CreditsEndPoint.mjs +91 -0
- package/esm2022/lib/CrewDutyDayRisks.mjs +15 -0
- package/esm2022/lib/CurrencyCode.mjs +31 -0
- package/esm2022/lib/DepartureRisks.mjs +21 -0
- package/esm2022/lib/DestinationRisks.mjs +42 -0
- package/esm2022/lib/Document.mjs +31 -0
- package/esm2022/lib/DocumentRevision.mjs +27 -0
- package/esm2022/lib/DocumentsEndPoint.mjs +85 -0
- package/esm2022/lib/Engine.mjs +21 -0
- package/esm2022/lib/Enums.mjs +288 -0
- package/esm2022/lib/ErrorCode.mjs +51 -0
- package/esm2022/lib/FilterFlag.mjs +119 -0
- package/esm2022/lib/Flight.mjs +56 -0
- package/esm2022/lib/FlightBilling.mjs +31 -0
- package/esm2022/lib/FlightFilter.mjs +36 -0
- package/esm2022/lib/FlightPassenger.mjs +25 -0
- package/esm2022/lib/FlightPlan.mjs +43 -0
- package/esm2022/lib/FlightPurposeCode.mjs +67 -0
- package/esm2022/lib/FlightRisk.mjs +30 -0
- package/esm2022/lib/FlightStateCode.mjs +35 -0
- package/esm2022/lib/FlightStatusCode.mjs +43 -0
- package/esm2022/lib/FlightTicket.mjs +29 -0
- package/esm2022/lib/FlightTicketsEndPoint.mjs +76 -0
- package/esm2022/lib/FlightTypeCode.mjs +63 -0
- package/esm2022/lib/FlightsEndPoint.mjs +255 -0
- package/esm2022/lib/Fuel.mjs +27 -0
- package/esm2022/lib/Group.mjs +24 -0
- package/esm2022/lib/GroupsEndPoint.mjs +86 -0
- package/esm2022/lib/IntKeyValue.mjs +12 -0
- package/esm2022/lib/Lead.mjs +39 -0
- package/esm2022/lib/LeadAction.mjs +24 -0
- package/esm2022/lib/LeadFilter.mjs +21 -0
- package/esm2022/lib/LeadStatusCode.mjs +47 -0
- package/esm2022/lib/LeadsEndPoint.mjs +141 -0
- package/esm2022/lib/Lesson.mjs +30 -0
- package/esm2022/lib/Location.mjs +15 -0
- package/esm2022/lib/LogBookRecord.mjs +39 -0
- package/esm2022/lib/LoginParams.mjs +15 -0
- package/esm2022/lib/Lookup.mjs +26 -0
- package/esm2022/lib/LookupGroup.mjs +15 -0
- package/esm2022/lib/LookupsEndPoint.mjs +83 -0
- package/esm2022/lib/Magneto.mjs +18 -0
- package/esm2022/lib/Maintenance.mjs +35 -0
- package/esm2022/lib/MaintenanceActionCode.mjs +43 -0
- package/esm2022/lib/MaintenanceFilter.mjs +24 -0
- package/esm2022/lib/MaintenancesEndPoint.mjs +97 -0
- package/esm2022/lib/MessageConfirm.mjs +29 -0
- package/esm2022/lib/MessageConfirmsEndPoint.mjs +79 -0
- package/esm2022/lib/MessageTypeCode.mjs +47 -0
- package/esm2022/lib/Mitigation.mjs +27 -0
- package/esm2022/lib/ModuleCode.mjs +71 -0
- package/esm2022/lib/MyAuthEndPoint.mjs +42 -0
- package/esm2022/lib/MyBookingsEndPoint.mjs +95 -0
- package/esm2022/lib/MyCreditsEndPoint.mjs +46 -0
- package/esm2022/lib/MyFlightsEndPoint.mjs +92 -0
- package/esm2022/lib/OnBoard.mjs +18 -0
- package/esm2022/lib/OperatorCode.mjs +15 -0
- package/esm2022/lib/PaymentMethodCode.mjs +43 -0
- package/esm2022/lib/Permission.mjs +12 -0
- package/esm2022/lib/PermissionFlag.mjs +43 -0
- package/esm2022/lib/PilotQualificationsRisks.mjs +18 -0
- package/esm2022/lib/PostFlightData.mjs +45 -0
- package/esm2022/lib/PostFlightInfo.mjs +114 -0
- package/esm2022/lib/PreFlightData.mjs +45 -0
- package/esm2022/lib/PreFlightInfo.mjs +102 -0
- package/esm2022/lib/Price.mjs +25 -0
- package/esm2022/lib/PriceListEndPoint.mjs +76 -0
- package/esm2022/lib/PriorityCode.mjs +35 -0
- package/esm2022/lib/Propeller.mjs +21 -0
- package/esm2022/lib/ReFuel.mjs +15 -0
- package/esm2022/lib/RiskAssessment.mjs +33 -0
- package/esm2022/lib/SpecialRisks.mjs +15 -0
- package/esm2022/lib/StatusCode.mjs +39 -0
- package/esm2022/lib/StringKeyValue.mjs +12 -0
- package/esm2022/lib/SystemConfig.mjs +22 -0
- package/esm2022/lib/SystemConfigsEndPoint.mjs +67 -0
- package/esm2022/lib/SystemEndPoint.mjs +30 -0
- package/esm2022/lib/SystemMessage.mjs +25 -0
- package/esm2022/lib/SystemMessagesEndPoint.mjs +95 -0
- package/esm2022/lib/TOLData.mjs +24 -0
- package/esm2022/lib/TicketStatusCode.mjs +27 -0
- package/esm2022/lib/TimeDataPoint.mjs +12 -0
- package/esm2022/lib/TimeFrame.mjs +11 -0
- package/esm2022/lib/TimeSeries.mjs +15 -0
- package/esm2022/lib/TokenData.mjs +18 -0
- package/esm2022/lib/TransactionTypeCode.mjs +43 -0
- package/esm2022/lib/TripRisks.mjs +21 -0
- package/esm2022/lib/Tuple.mjs +12 -0
- package/esm2022/lib/User.mjs +29 -0
- package/esm2022/lib/UserEndPoint.mjs +31 -0
- package/esm2022/lib/UserFilter.mjs +21 -0
- package/esm2022/lib/UserRoleFlag.mjs +51 -0
- package/esm2022/lib/UserStatusCode.mjs +35 -0
- package/esm2022/lib/UserTypeCode.mjs +35 -0
- package/esm2022/lib/UsersEndPoint.mjs +110 -0
- package/esm2022/lib/ValidationFlag.mjs +95 -0
- package/esm2022/lib/WeatherRisks.mjs +36 -0
- package/esm2022/lib/index.mjs +145 -0
- package/esm2022/lib/services.export.mjs +57 -0
- package/esm2022/ngx-goox-lib.module.mjs +28 -0
- package/esm2022/public-api.mjs +8 -0
- package/esm2022/utils/ActionResponse.mjs +12 -0
- package/esm2022/utils/BaseRestResponse.mjs +10 -0
- package/esm2022/utils/Entities.mjs +8 -0
- package/esm2022/utils/EntitiesResponse.mjs +18 -0
- package/esm2022/utils/EntityResponse.mjs +16 -0
- package/esm2022/utils/SimpleEntity.mjs +4 -0
- package/esm2022/utils/index.mjs +8 -0
- package/esm2022/utils/rest-util.mjs +136 -0
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +4127 -4126
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +1 -1
- package/lib/AccountsEndPoint.d.ts +3 -3
- package/lib/Airplane.d.ts +2 -2
- package/lib/AirplanesEndPoint.d.ts +1 -1
- package/lib/AuditLog.d.ts +1 -1
- package/lib/Booking.d.ts +1 -1
- package/lib/BookingSlot.d.ts +1 -0
- package/lib/BookingSlots.d.ts +1 -1
- package/lib/BookingSlotsSet.d.ts +1 -1
- package/lib/BookingsEndPoint.d.ts +1 -1
- package/lib/Campaign.d.ts +1 -1
- package/lib/CampaignsEndPoint.d.ts +1 -1
- package/lib/CertificatesEndPoint.d.ts +1 -1
- package/lib/Contact.d.ts +1 -1
- package/lib/ContactsEndPoint.d.ts +3 -3
- package/lib/CreditsEndPoint.d.ts +1 -1
- package/lib/Document.d.ts +1 -1
- package/lib/Flight.d.ts +6 -6
- package/lib/FlightBilling.d.ts +1 -1
- package/lib/FlightFilter.d.ts +2 -2
- package/lib/FlightPlan.d.ts +2 -2
- package/lib/FlightRisk.d.ts +4 -4
- package/lib/FlightsEndPoint.d.ts +4 -4
- package/lib/Group.d.ts +1 -1
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/Maintenance.d.ts +1 -1
- package/lib/MaintenancesEndPoint.d.ts +1 -1
- package/lib/MyFlightsEndPoint.d.ts +1 -1
- package/lib/PostFlightInfo.d.ts +1 -1
- package/lib/PreFlightData.d.ts +4 -4
- package/lib/RiskAssessment.d.ts +1 -1
- package/lib/UserFilter.d.ts +1 -1
- package/lib/UsersEndPoint.d.ts +1 -1
- package/lib/index.d.ts +106 -106
- package/lib/services.export.d.ts +19 -19
- package/package.json +5 -3
- package/utils/rest-util.d.ts +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -1,144 +1,144 @@
|
|
|
1
|
-
export * from './ColumnDef';
|
|
2
1
|
export * from './TimeFrame';
|
|
3
2
|
export * from './TimeDataPoint';
|
|
4
3
|
export * from './TimeSeries';
|
|
5
4
|
export * from './BaseEntity';
|
|
6
5
|
export * from './BaseEntityEx';
|
|
7
6
|
export * from './Tuple';
|
|
7
|
+
export * from './ColumnDef';
|
|
8
|
+
export * from './MessageTypeCode';
|
|
9
|
+
export * from './OperatorCode';
|
|
10
|
+
export * from './CurrencyCode';
|
|
11
|
+
export * from './ErrorCode';
|
|
12
|
+
export * from './MaintenanceActionCode';
|
|
13
|
+
export * from './PaymentMethodCode';
|
|
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';
|
|
21
|
+
export * from './ModuleCode';
|
|
8
22
|
export * from './PriorityCode';
|
|
9
23
|
export * from './ValidationFlag';
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './OperatorCode';
|
|
24
|
+
export * from './AirplaneStatusCode';
|
|
25
|
+
export * from './BookingStatusCode';
|
|
26
|
+
export * from './ADSBCategoryCode';
|
|
14
27
|
export * from './FlightPurposeCode';
|
|
28
|
+
export * from './FlightStatusCode';
|
|
29
|
+
export * from './StatusCode';
|
|
15
30
|
export * from './TransactionTypeCode';
|
|
16
31
|
export * from './UserRoleFlag';
|
|
17
|
-
export * from './ADSBCategoryCode';
|
|
18
32
|
export * from './ADSBSourceFlag';
|
|
19
|
-
export * from './AirplaneStatusCode';
|
|
20
|
-
export * from './BookingStatusCode';
|
|
21
|
-
export * from './FilterFlag';
|
|
22
|
-
export * from './StatusCode';
|
|
23
|
-
export * from './PermissionFlag';
|
|
24
|
-
export * from './UserStatusCode';
|
|
25
|
-
export * from './UserTypeCode';
|
|
26
33
|
export * from './AccountStatusCode';
|
|
27
|
-
export * from './
|
|
28
|
-
export * from './MaintenanceActionCode';
|
|
29
|
-
export * from './PaymentMethodCode';
|
|
30
|
-
export * from './AirplaneValidationFlag';
|
|
31
|
-
export * from './ConfirmStatusCode';
|
|
32
|
-
export * from './FlightTypeCode';
|
|
33
|
-
export * from './MessageTypeCode';
|
|
34
|
+
export * from './CampaignStatusCode';
|
|
34
35
|
export * from './CampaignTypeCode';
|
|
36
|
+
export * from './ConfirmStatusCode';
|
|
35
37
|
export * from './LeadStatusCode';
|
|
36
|
-
export * from './
|
|
37
|
-
export * from './
|
|
38
|
-
export * from './
|
|
39
|
-
export * from './
|
|
40
|
-
export * from './
|
|
41
|
-
export * from './
|
|
42
|
-
export * from './BaseFilter';
|
|
43
|
-
export * from './Engine';
|
|
44
|
-
export * from './WeatherRisks';
|
|
45
|
-
export * from './FlightBilling';
|
|
46
|
-
export * from './Group';
|
|
47
|
-
export * from './LoginParams';
|
|
38
|
+
export * from './UserStatusCode';
|
|
39
|
+
export * from './UserTypeCode';
|
|
40
|
+
export * from './AirplaneValidationFlag';
|
|
41
|
+
export * from './BookingTypeFlag';
|
|
42
|
+
export * from './FlightFilter';
|
|
43
|
+
export * from './Fuel';
|
|
48
44
|
export * from './AuditLog';
|
|
49
|
-
export * from './
|
|
45
|
+
export * from './Permission';
|
|
50
46
|
export * from './BookingSlot';
|
|
51
|
-
export * from './
|
|
52
|
-
export * from './
|
|
53
|
-
export * from './
|
|
47
|
+
export * from './DestinationRisks';
|
|
48
|
+
export * from './MessageConfirm';
|
|
49
|
+
export * from './Address';
|
|
50
|
+
export * from './Contact';
|
|
54
51
|
export * from './OnBoard';
|
|
55
|
-
export * from './
|
|
56
|
-
export * from './
|
|
57
|
-
export * from './TOLData';
|
|
58
|
-
export * from './RiskAssessment';
|
|
59
|
-
export * from './Lookup';
|
|
60
|
-
export * from './TokenData';
|
|
61
|
-
export * from './Fuel';
|
|
62
|
-
export * from './BookingSlots';
|
|
63
|
-
export * from './Credit';
|
|
64
|
-
export * from './PreFlightData';
|
|
65
|
-
export * from './Price';
|
|
66
|
-
export * from './User';
|
|
67
|
-
export * from './Permission';
|
|
68
|
-
export * from './Propeller';
|
|
69
|
-
export * from './CrewDutyDayRisks';
|
|
70
|
-
export * from './PostFlightData';
|
|
71
|
-
export * from './AnyKeyValue';
|
|
72
|
-
export * from './Billing';
|
|
73
|
-
export * from './BillingRecord';
|
|
74
|
-
export * from './AirplaneFilter';
|
|
52
|
+
export * from './WeatherRisks';
|
|
53
|
+
export * from './SpecialRisks';
|
|
75
54
|
export * from './BookingFilter';
|
|
76
|
-
export * from './
|
|
77
|
-
export * from './UserFilter';
|
|
78
|
-
export * from './PreFlightInfo';
|
|
79
|
-
export * from './PilotQualificationsRisks';
|
|
80
|
-
export * from './FlightRisk';
|
|
81
|
-
export * from './LogBookRecord';
|
|
82
|
-
export * from './Maintenance';
|
|
55
|
+
export * from './CertificateFilter';
|
|
83
56
|
export * from './LeadFilter';
|
|
84
|
-
export * from './Document';
|
|
85
|
-
export * from './ContactFilter';
|
|
86
57
|
export * from './Location';
|
|
87
|
-
export * from './
|
|
58
|
+
export * from './FlightPlan';
|
|
59
|
+
export * from './FlightRisk';
|
|
88
60
|
export * from './BookingSlotsSet';
|
|
89
|
-
export * from './
|
|
90
|
-
export * from './
|
|
91
|
-
export * from './LookupGroup';
|
|
61
|
+
export * from './RiskAssessment';
|
|
62
|
+
export * from './CrewDutyDayRisks';
|
|
92
63
|
export * from './SystemConfig';
|
|
64
|
+
export * from './Certificate';
|
|
65
|
+
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';
|
|
93
74
|
export * from './SystemMessage';
|
|
75
|
+
export * from './ADSBState';
|
|
94
76
|
export * from './StringKeyValue';
|
|
95
|
-
export * from './PostFlightInfo';
|
|
96
|
-
export * from './Contact';
|
|
97
|
-
export * from './MaintenanceFilter';
|
|
98
|
-
export * from './IntKeyValue';
|
|
99
|
-
export * from './Magneto';
|
|
100
|
-
export * from './Campaign';
|
|
101
|
-
export * from './TripRisks';
|
|
102
|
-
export * from './FlightPlan';
|
|
103
|
-
export * from './DepartureRisks';
|
|
104
|
-
export * from './DestinationRisks';
|
|
105
|
-
export * from './Address';
|
|
106
|
-
export * from './CertificateFilter';
|
|
107
|
-
export * from './FlightFilter';
|
|
108
77
|
export * from './Flight';
|
|
109
|
-
export * from './
|
|
110
|
-
export * from './
|
|
78
|
+
export * from './Lesson';
|
|
79
|
+
export * from './LookupGroup';
|
|
80
|
+
export * from './BaseFilter';
|
|
81
|
+
export * from './IntKeyValue';
|
|
82
|
+
export * from './LoginParams';
|
|
83
|
+
export * from './PreFlightInfo';
|
|
84
|
+
export * from './TOLData';
|
|
111
85
|
export * from './FlightTicket';
|
|
112
86
|
export * from './Lead';
|
|
87
|
+
export * from './Engine';
|
|
88
|
+
export * from './Campaign';
|
|
89
|
+
export * from './DocumentRevision';
|
|
113
90
|
export * from './LeadAction';
|
|
114
|
-
export * from './
|
|
115
|
-
export * from './
|
|
116
|
-
export * from './
|
|
117
|
-
export * from './
|
|
91
|
+
export * from './Maintenance';
|
|
92
|
+
export * from './FlightPassenger';
|
|
93
|
+
export * from './User';
|
|
94
|
+
export * from './AirplaneFilter';
|
|
95
|
+
export * from './UserFilter';
|
|
96
|
+
export * from './Magneto';
|
|
97
|
+
export * from './BillingRecord';
|
|
98
|
+
export * from './PilotQualificationsRisks';
|
|
99
|
+
export * from './FlightBilling';
|
|
100
|
+
export * from './PreFlightData';
|
|
101
|
+
export * from './BookingSlots';
|
|
102
|
+
export * from './Document';
|
|
103
|
+
export * from './Price';
|
|
104
|
+
export * from './Credit';
|
|
105
|
+
export * from './DepartureRisks';
|
|
106
|
+
export * from './CreditFilter';
|
|
107
|
+
export * from './PostFlightInfo';
|
|
108
|
+
export * from './Account';
|
|
109
|
+
export * from './TripRisks';
|
|
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';
|
|
118
119
|
export * from './LookupsEndPoint';
|
|
119
|
-
export * from './
|
|
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';
|
|
120
127
|
export * from './MessageConfirmsEndPoint';
|
|
121
128
|
export * from './UsersEndPoint';
|
|
122
|
-
export * from './
|
|
123
|
-
export * from './
|
|
129
|
+
export * from './FlightsEndPoint';
|
|
130
|
+
export * from './GroupsEndPoint';
|
|
131
|
+
export * from './SystemEndPoint';
|
|
124
132
|
export * from './MyAuthEndPoint';
|
|
125
|
-
export * from './MyFlightsEndPoint';
|
|
126
|
-
export * from './AuditLogsEndPoint';
|
|
127
|
-
export * from './CertificatesEndPoint';
|
|
128
|
-
export * from './LeadsEndPoint';
|
|
129
|
-
export * from './MaintenancesEndPoint';
|
|
130
|
-
export * from './SystemMessagesEndPoint';
|
|
131
|
-
export * from './BookingSlotsEndPoint';
|
|
132
133
|
export * from './ContactsEndPoint';
|
|
133
|
-
export * from './CreditsEndPoint';
|
|
134
|
-
export * from './FlightTicketsEndPoint';
|
|
135
|
-
export * from './SystemConfigsEndPoint';
|
|
136
134
|
export * from './DocumentsEndPoint';
|
|
135
|
+
export * from './UserEndPoint';
|
|
136
|
+
export * from './AuditLogsEndPoint';
|
|
137
137
|
export * from './PriceListEndPoint';
|
|
138
|
-
export * from './
|
|
138
|
+
export * from './SystemConfigsEndPoint';
|
|
139
|
+
export * from './MyCreditsEndPoint';
|
|
140
|
+
export * from './BookingSlotsEndPoint';
|
|
139
141
|
export * from './CampaignsEndPoint';
|
|
140
|
-
export * from './
|
|
141
|
-
export * from './
|
|
142
|
-
export * from './BookingsEndPoint';
|
|
143
|
-
export * from './MyBookingsEndPoint';
|
|
142
|
+
export * from './CertificatesEndPoint';
|
|
143
|
+
export * from './LeadsEndPoint';
|
|
144
144
|
export * from './Enums';
|
package/lib/services.export.d.ts
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { UsersEndPoint } from '.';
|
|
2
|
+
import { GroupsEndPoint } from '.';
|
|
3
|
+
import { SystemEndPoint } from '.';
|
|
3
4
|
import { MyAuthEndPoint } from '.';
|
|
4
|
-
import {
|
|
5
|
+
import { FlightsEndPoint } from '.';
|
|
6
|
+
import { UserEndPoint } from '.';
|
|
7
|
+
import { ContactsEndPoint } from '.';
|
|
8
|
+
import { DocumentsEndPoint } from '.';
|
|
9
|
+
import { SystemConfigsEndPoint } from '.';
|
|
10
|
+
import { MyCreditsEndPoint } from '.';
|
|
5
11
|
import { AuditLogsEndPoint } from '.';
|
|
12
|
+
import { PriceListEndPoint } from '.';
|
|
6
13
|
import { CertificatesEndPoint } from '.';
|
|
7
14
|
import { LeadsEndPoint } from '.';
|
|
8
|
-
import { MaintenancesEndPoint } from '.';
|
|
9
|
-
import { SystemConfigsEndPoint } from '.';
|
|
10
15
|
import { BookingSlotsEndPoint } from '.';
|
|
11
|
-
import { ContactsEndPoint } from '.';
|
|
12
|
-
import { CreditsEndPoint } from '.';
|
|
13
|
-
import { FlightTicketsEndPoint } from '.';
|
|
14
|
-
import { DocumentsEndPoint } from '.';
|
|
15
|
-
import { PriceListEndPoint } from '.';
|
|
16
|
-
import { AirplanesEndPoint } from '.';
|
|
17
16
|
import { CampaignsEndPoint } from '.';
|
|
18
|
-
import {
|
|
17
|
+
import { LookupsEndPoint } from '.';
|
|
18
|
+
import { SystemMessagesEndPoint } from '.';
|
|
19
|
+
import { MyBookingsEndPoint } from '.';
|
|
19
20
|
import { AccountsEndPoint } from '.';
|
|
21
|
+
import { MaintenancesEndPoint } from '.';
|
|
22
|
+
import { MyFlightsEndPoint } from '.';
|
|
20
23
|
import { BookingsEndPoint } from '.';
|
|
21
|
-
import {
|
|
22
|
-
import { FlightsEndPoint } from '.';
|
|
23
|
-
import { LookupsEndPoint } from '.';
|
|
24
|
-
import { MyCreditsEndPoint } from '.';
|
|
25
|
-
import { GroupsEndPoint } from '.';
|
|
24
|
+
import { CreditsEndPoint } from '.';
|
|
26
25
|
import { MessageConfirmsEndPoint } from '.';
|
|
27
|
-
import {
|
|
28
|
-
|
|
26
|
+
import { AirplanesEndPoint } from '.';
|
|
27
|
+
import { FlightTicketsEndPoint } from '.';
|
|
28
|
+
export declare const Services: (typeof MyBookingsEndPoint | typeof AccountsEndPoint | typeof LookupsEndPoint | typeof SystemMessagesEndPoint | typeof BookingsEndPoint | typeof CreditsEndPoint | typeof MaintenancesEndPoint | typeof MyFlightsEndPoint | typeof AirplanesEndPoint | typeof FlightTicketsEndPoint | typeof MessageConfirmsEndPoint | typeof UsersEndPoint | typeof FlightsEndPoint | typeof GroupsEndPoint | typeof SystemEndPoint | typeof MyAuthEndPoint | typeof ContactsEndPoint | typeof DocumentsEndPoint | typeof UserEndPoint | typeof AuditLogsEndPoint | typeof PriceListEndPoint | typeof SystemConfigsEndPoint | typeof MyCreditsEndPoint | typeof BookingSlotsEndPoint | typeof CampaignsEndPoint | typeof CertificatesEndPoint | typeof LeadsEndPoint)[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aya-flights/ngx-goox-lib",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.18.1",
|
|
4
4
|
"description": "Angular client library for GooX backend",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -13,8 +13,8 @@
|
|
|
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
20
|
"tslib": "~2.6.3"
|
|
@@ -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/utils/rest-util.d.ts
CHANGED
|
@@ -4,8 +4,8 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class RestUtil {
|
|
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>;
|