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