@aya-flights/ngx-goox-lib 2.19.174 → 2.19.176

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 (51) hide show
  1. package/fesm2022/aya-flights-ngx-goox-lib.mjs +4858 -4790
  2. package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
  3. package/lib/AccountsEndPoint.d.ts +7 -7
  4. package/lib/AccountsFilter.d.ts +1 -1
  5. package/lib/Airplane.d.ts +4 -4
  6. package/lib/AirplanesEndPoint.d.ts +7 -7
  7. package/lib/AuditLog.d.ts +1 -1
  8. package/lib/AuditLogsEndPoint.d.ts +1 -1
  9. package/lib/Booking.d.ts +2 -2
  10. package/lib/BookingSlots.d.ts +1 -1
  11. package/lib/BookingSlotsEndPoint.d.ts +1 -1
  12. package/lib/BookingsEndPoint.d.ts +2 -2
  13. package/lib/Campaign.d.ts +1 -1
  14. package/lib/Certificate.d.ts +1 -1
  15. package/lib/CertificatesFilter.d.ts +1 -1
  16. package/lib/Contact.d.ts +5 -5
  17. package/lib/ContactsEndPoint.d.ts +3 -3
  18. package/lib/ContactsGroupsEndPoint.d.ts +1 -1
  19. package/lib/Credit.d.ts +1 -1
  20. package/lib/Document.d.ts +1 -1
  21. package/lib/DocumentsEndPoint.d.ts +1 -1
  22. package/lib/Flight.d.ts +6 -6
  23. package/lib/FlightBilling.d.ts +1 -1
  24. package/lib/FlightPlan.d.ts +2 -2
  25. package/lib/FlightRisk.d.ts +3 -3
  26. package/lib/FlightsEndPoint.d.ts +8 -8
  27. package/lib/FlightsFilter.d.ts +2 -2
  28. package/lib/Lead.d.ts +1 -1
  29. package/lib/LeadsEndPoint.d.ts +4 -4
  30. package/lib/LookupsEndPoint.d.ts +1 -1
  31. package/lib/Maintenance.d.ts +2 -2
  32. package/lib/MessageConfirm.d.ts +1 -1
  33. package/lib/MessageConfirmsEndPoint.d.ts +1 -1
  34. package/lib/Metar.d.ts +10 -0
  35. package/lib/MetarReport.d.ts +8 -0
  36. package/lib/MyBookingsEndPoint.d.ts +4 -4
  37. package/lib/MyFlightsEndPoint.d.ts +3 -3
  38. package/lib/MyInfoEndPoint.d.ts +6 -1
  39. package/lib/MyStudentsEndPoint.d.ts +1 -1
  40. package/lib/Price.d.ts +1 -1
  41. package/lib/RiskAssessment.d.ts +4 -4
  42. package/lib/StorageItem.d.ts +1 -1
  43. package/lib/SystemConfig.d.ts +1 -1
  44. package/lib/SystemMessagesEndPoint.d.ts +1 -1
  45. package/lib/TafReport.d.ts +8 -0
  46. package/lib/TransactionTypeCode.d.ts +1 -1
  47. package/lib/UserEndPoint.d.ts +1 -1
  48. package/lib/UsersEndPoint.d.ts +1 -1
  49. package/lib/index.d.ts +121 -118
  50. package/lib/services.export.d.ts +24 -24
  51. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -1,164 +1,167 @@
1
- export * from './TimeFrame';
2
- export * from './TimeDataPoint';
3
- export * from './TimeSeries';
4
1
  export * from './BaseEntity';
5
2
  export * from './BaseEntityEx';
6
3
  export * from './Tuple';
7
4
  export * from './ColumnDef';
8
- export * from './FlightCategoryCode';
9
- export * from './LessonTypeCode';
5
+ export * from './TimeFrame';
6
+ export * from './TimeDataPoint';
7
+ export * from './TimeSeries';
8
+ export * from './AirplaneStatusCode';
9
+ export * from './AirplaneValidationFlag';
10
+ export * from './FilterFlag';
11
+ export * from './FlightStateCode';
10
12
  export * from './MessageTypeCode';
11
- export * from './PermissionFlag';
12
13
  export * from './PriorityCode';
13
- export * from './TransactionTypeCode';
14
- export * from './TypeRatingFlag';
15
14
  export * from './ValidationFlag';
16
- export * from './BookingStatusCode';
17
- export * from './CampaignStatusCode';
18
- export * from './FlightTypeCode';
19
- export * from './MaintenanceActionCode';
15
+ export * from './CampaignTypeCode';
20
16
  export * from './ConfirmStatusCode';
21
17
  export * from './ErrorCode';
22
- export * from './FlightStatusCode';
23
- export * from './OperatorCode';
24
18
  export * from './FlightClassCode';
25
19
  export * from './FlightPurposeCode';
20
+ export * from './FlightStatusCode';
21
+ export * from './TransactionTypeCode';
22
+ export * from './BillingStatusCode';
23
+ export * from './InstructionTypeCode';
24
+ export * from './OperatorCode';
25
+ export * from './TicketStatusCode';
26
+ export * from './UserTypeCode';
27
+ export * from './AssessmentCode';
28
+ export * from './BookingTypeFlag';
29
+ export * from './CampaignStatusCode';
26
30
  export * from './MedicalCertClassCode';
31
+ export * from './FlightCategoryCode';
32
+ export * from './ModuleCode';
27
33
  export * from './NotificationTypeCode';
34
+ export * from './PaymentMethodCode';
28
35
  export * from './ADSBSourceFlag';
29
- export * from './AccountStatusCode';
30
- export * from './AirplaneStatusCode';
31
- export * from './CurrencyCode';
32
- export * from './TicketStatusCode';
36
+ export * from './LeadStatusCode';
37
+ export * from './LessonTypeCode';
33
38
  export * from './LicenseKindFlag';
39
+ export * from './MaintenanceActionCode';
40
+ export * from './StatusCode';
34
41
  export * from './UserStatusCode';
35
- export * from './ADSBCategoryCode';
42
+ export * from './AccountStatusCode';
36
43
  export * from './AccountTypeCode';
37
- export * from './BookingTypeFlag';
38
- export * from './FilterFlag';
39
- export * from './ModuleCode';
40
- export * from './StatusCode';
41
- export * from './AssessmentCode';
42
- export * from './BillingStatusCode';
43
- export * from './CampaignTypeCode';
44
- export * from './FlightStateCode';
45
- export * from './AirplaneValidationFlag';
46
- export * from './LeadStatusCode';
47
- export * from './PaymentMethodCode';
48
- export * from './InstructionTypeCode';
44
+ export * from './BookingStatusCode';
45
+ export * from './CurrencyCode';
49
46
  export * from './LessonSubjectCode';
47
+ export * from './PermissionFlag';
50
48
  export * from './UserRoleFlag';
51
- export * from './UserTypeCode';
49
+ export * from './ADSBCategoryCode';
50
+ export * from './FlightTypeCode';
51
+ export * from './TypeRatingFlag';
52
52
  export * from './CreditsFilter';
53
- export * from './Magneto';
54
- export * from './Propeller';
55
- export * from './Contact';
56
- export * from './BillingRecord';
57
- export * from './FlightsFilter';
58
53
  export * from './UsersFilter';
54
+ export * from './Permission';
55
+ export * from './Engine';
56
+ export * from './SpecialRisks';
57
+ export * from './TafReport';
58
+ export * from './BookingSlots';
59
+ export * from './Lesson';
60
+ export * from './User';
61
+ export * from './Address';
62
+ export * from './AnyKeyValue';
63
+ export * from './IntKeyValue';
64
+ export * from './PreFlightInfo';
65
+ export * from './Billing';
66
+ export * from './FlightRisk';
67
+ export * from './LookupGroup';
68
+ export * from './FlightsFilter';
59
69
  export * from './Point';
70
+ export * from './WBConfig';
71
+ export * from './Notification';
72
+ export * from './FlightPassenger';
73
+ export * from './AuditLogFilter';
74
+ export * from './BookingsFilter';
60
75
  export * from './StorageItem';
61
- export * from './Campaign';
62
- export * from './FollowUpAction';
63
- export * from './SystemMessage';
76
+ export * from './ContactGroup';
77
+ export * from './Credit';
78
+ export * from './TOLData';
79
+ export * from './FlightPlan';
64
80
  export * from './MaintenancesFilter';
65
- export * from './SyllabusFilter';
66
- export * from './PostFlightInfo';
67
- export * from './Billing';
68
81
  export * from './Group';
69
- export * from './BookingSlot';
70
- export * from './ContactGroup';
71
- export * from './Mitigation';
72
- export * from './FlightRisk';
73
82
  export * from './ContactsFilter';
74
- export * from './WBConfig';
75
- export * from './Booking';
76
- export * from './BookingSlots';
77
- export * from './BookingSlotsSet';
78
- export * from './RiskAssessment';
83
+ export * from './AuditLog';
84
+ export * from './LeadAction';
85
+ export * from './Maintenance';
86
+ export * from './MessageConfirm';
87
+ export * from './Syllabus';
88
+ export * from './Document';
89
+ export * from './PilotQualificationsRisks';
90
+ export * from './DestinationRisks';
79
91
  export * from './Lookup';
80
- export * from './BookingsFilter';
81
- export * from './Flight';
82
- export * from './FlightPassenger';
83
- export * from './Permission';
84
- export * from './Certificate';
85
- export * from './Credit';
86
- export * from './Lesson';
92
+ export * from './Metar';
93
+ export * from './SystemConfig';
87
94
  export * from './Lead';
88
- export * from './Price';
89
- export * from './CertificatesFilter';
90
- export * from './LoginParams';
91
- export * from './DocumentRevision';
92
- export * from './LogBookRecord';
93
- export * from './MessageConfirm';
94
- export * from './AuditLogFilter';
95
+ export * from './MetarReport';
96
+ export * from './TokenData';
97
+ export * from './Magneto';
98
+ export * from './FlightBilling';
99
+ export * from './ADSBState';
95
100
  export * from './TripRisks';
96
- export * from './FlightPlan';
101
+ export * from './AccountsFilter';
102
+ export * from './Account';
103
+ export * from './Fuel';
104
+ export * from './Campaign';
105
+ export * from './Mitigation';
97
106
  export * from './FlightTicket';
98
- export * from './LookupGroup';
107
+ export * from './SyllabusFilter';
99
108
  export * from './StringKeyValue';
100
109
  export * from './Location';
101
- export * from './PilotQualificationsRisks';
102
- export * from './DepartureRisks';
103
- export * from './FlightBilling';
104
- export * from './AnyKeyValue';
105
- export * from './Account';
106
- export * from './DestinationRisks';
107
- export * from './User';
108
- export * from './PreFlightInfo';
110
+ export * from './LoginParams';
109
111
  export * from './Airplane';
110
- export * from './Engine';
111
- export * from './TOLData';
112
+ export * from './Propeller';
113
+ export * from './Booking';
114
+ export * from './BookingPlan';
115
+ export * from './RiskAssessment';
116
+ export * from './LeadsFilter';
117
+ export * from './PostFlightInfo';
118
+ export * from './BookingSlot';
119
+ export * from './Certificate';
120
+ export * from './Contact';
121
+ export * from './DepartureRisks';
112
122
  export * from './WeatherRisks';
113
- export * from './Maintenance';
114
- export * from './Notification';
115
- export * from './Fuel';
116
- export * from './AuditLog';
117
- export * from './SpecialRisks';
118
- export * from './SystemConfig';
119
- export * from './AirplanesFilter';
123
+ export * from './FollowUpAction';
124
+ export * from './LogBookRecord';
125
+ export * from './CertificatesFilter';
120
126
  export * from './IntEnumValue';
121
- export * from './LeadAction';
122
- export * from './Syllabus';
123
- export * from './ADSBState';
124
- export * from './LeadsFilter';
125
- export * from './IntKeyValue';
126
- export * from './TokenData';
127
- export * from './Document';
127
+ export * from './Flight';
128
+ export * from './SystemMessage';
129
+ export * from './AirplanesFilter';
130
+ export * from './BookingSlotsSet';
131
+ export * from './DocumentRevision';
132
+ export * from './BillingRecord';
128
133
  export * from './CrewDutyDayRisks';
129
- export * from './Address';
130
- export * from './AccountsFilter';
131
- export * from './BookingPlan';
134
+ export * from './Price';
135
+ export * from './BookingSlotsEndPoint';
136
+ export * from './PriceListEndPoint';
137
+ export * from './SystemEndPoint';
138
+ export * from './UsersEndPoint';
139
+ export * from './MyAuthEndPoint';
140
+ export * from './MyBookingsEndPoint';
141
+ export * from './MyFlightsEndPoint';
142
+ export * from './AccountsEndPoint';
143
+ export * from './ContactsEndPoint';
144
+ export * from './GroupsEndPoint';
145
+ export * from './AirplanesEndPoint';
146
+ export * from './CertificatesEndPoint';
132
147
  export * from './ContactsGroupsEndPoint';
148
+ export * from './SystemMessagesEndPoint';
149
+ export * from './UserEndPoint';
150
+ export * from './LookupsEndPoint';
133
151
  export * from './MessageConfirmsEndPoint';
134
152
  export * from './SystemConfigsEndPoint';
135
- export * from './MyCreditsEndPoint';
136
- export * from './MyAuthEndPoint';
137
- export * from './BookingsEndPoint';
153
+ export * from './MyMessagesEndPoint';
138
154
  export * from './CreditsEndPoint';
139
155
  export * from './DocumentsEndPoint';
140
- export * from './SystemMessagesEndPoint';
141
- export * from './LookupsEndPoint';
142
- export * from './MyMessagesEndPoint';
143
- export * from './FlightsEndPoint';
156
+ export * from './LeadsEndPoint';
144
157
  export * from './SyllabusEndPoint';
145
- export * from './AirplanesEndPoint';
146
158
  export * from './AuditLogsEndPoint';
147
- export * from './CertificatesEndPoint';
148
- export * from './FlightTicketsEndPoint';
149
- export * from './AccountsEndPoint';
150
- export * from './UserEndPoint';
151
- export * from './MyInfoEndPoint';
152
- export * from './MyStudentsEndPoint';
153
- export * from './BookingSlotsEndPoint';
154
- export * from './GroupsEndPoint';
155
- export * from './PriceListEndPoint';
156
- export * from './MyBookingsEndPoint';
157
- export * from './ContactsEndPoint';
159
+ export * from './FlightsEndPoint';
158
160
  export * from './MaintenancesEndPoint';
159
- export * from './SystemEndPoint';
160
- export * from './MyFlightsEndPoint';
161
+ export * from './MyCreditsEndPoint';
162
+ export * from './MyInfoEndPoint';
163
+ export * from './BookingsEndPoint';
161
164
  export * from './CampaignsEndPoint';
162
- export * from './LeadsEndPoint';
163
- export * from './UsersEndPoint';
165
+ export * from './FlightTicketsEndPoint';
166
+ export * from './MyStudentsEndPoint';
164
167
  export * from './Enums';
@@ -1,33 +1,33 @@
1
- import { PriceListEndPoint } from '.';
2
- import { MyBookingsEndPoint } from '.';
3
- import { MyInfoEndPoint } from '.';
4
1
  import { MyStudentsEndPoint } from '.';
2
+ import { BookingsEndPoint } from '.';
3
+ import { CampaignsEndPoint } from '.';
4
+ import { FlightTicketsEndPoint } from '.';
5
5
  import { BookingSlotsEndPoint } from '.';
6
- import { GroupsEndPoint } from '.';
6
+ import { PriceListEndPoint } from '.';
7
7
  import { SystemEndPoint } from '.';
8
8
  import { MyFlightsEndPoint } from '.';
9
- import { ContactsEndPoint } from '.';
10
- import { MaintenancesEndPoint } from '.';
11
9
  import { UsersEndPoint } from '.';
12
- import { CampaignsEndPoint } from '.';
13
- import { LeadsEndPoint } from '.';
14
- import { SystemConfigsEndPoint } from '.';
15
- import { MyCreditsEndPoint } from '.';
16
- import { ContactsGroupsEndPoint } from '.';
17
- import { MessageConfirmsEndPoint } from '.';
18
- import { DocumentsEndPoint } from '.';
19
- import { SystemMessagesEndPoint } from '.';
20
10
  import { MyAuthEndPoint } from '.';
21
- import { BookingsEndPoint } from '.';
22
- import { CreditsEndPoint } from '.';
23
- import { LookupsEndPoint } from '.';
24
- import { MyMessagesEndPoint } from '.';
11
+ import { MyBookingsEndPoint } from '.';
12
+ import { AccountsEndPoint } from '.';
13
+ import { ContactsEndPoint } from '.';
14
+ import { GroupsEndPoint } from '.';
15
+ import { SystemMessagesEndPoint } from '.';
16
+ import { UserEndPoint } from '.';
17
+ import { AirplanesEndPoint } from '.';
25
18
  import { CertificatesEndPoint } from '.';
26
- import { FlightTicketsEndPoint } from '.';
27
- import { FlightsEndPoint } from '.';
19
+ import { ContactsGroupsEndPoint } from '.';
20
+ import { MyMessagesEndPoint } from '.';
21
+ import { LookupsEndPoint } from '.';
22
+ import { MessageConfirmsEndPoint } from '.';
23
+ import { SystemConfigsEndPoint } from '.';
28
24
  import { SyllabusEndPoint } from '.';
29
- import { AirplanesEndPoint } from '.';
25
+ import { CreditsEndPoint } from '.';
26
+ import { DocumentsEndPoint } from '.';
27
+ import { LeadsEndPoint } from '.';
28
+ import { MyCreditsEndPoint } from '.';
29
+ import { MyInfoEndPoint } from '.';
30
30
  import { AuditLogsEndPoint } from '.';
31
- import { AccountsEndPoint } from '.';
32
- import { UserEndPoint } from '.';
33
- export declare const Services: (typeof ContactsGroupsEndPoint | typeof MessageConfirmsEndPoint | typeof SystemConfigsEndPoint | typeof MyCreditsEndPoint | typeof MyAuthEndPoint | typeof BookingsEndPoint | typeof CreditsEndPoint | typeof DocumentsEndPoint | typeof SystemMessagesEndPoint | typeof LookupsEndPoint | typeof MyMessagesEndPoint | typeof FlightsEndPoint | typeof SyllabusEndPoint | typeof AirplanesEndPoint | typeof AuditLogsEndPoint | typeof CertificatesEndPoint | typeof FlightTicketsEndPoint | typeof AccountsEndPoint | typeof UserEndPoint | typeof MyInfoEndPoint | typeof MyStudentsEndPoint | typeof BookingSlotsEndPoint | typeof GroupsEndPoint | typeof PriceListEndPoint | typeof MyBookingsEndPoint | typeof ContactsEndPoint | typeof MaintenancesEndPoint | typeof SystemEndPoint | typeof MyFlightsEndPoint | typeof CampaignsEndPoint | typeof LeadsEndPoint | typeof UsersEndPoint)[];
31
+ import { FlightsEndPoint } from '.';
32
+ import { MaintenancesEndPoint } from '.';
33
+ export declare const Services: (typeof BookingSlotsEndPoint | typeof PriceListEndPoint | typeof SystemEndPoint | typeof UsersEndPoint | typeof MyAuthEndPoint | typeof MyBookingsEndPoint | typeof MyFlightsEndPoint | typeof AccountsEndPoint | typeof ContactsEndPoint | typeof GroupsEndPoint | typeof AirplanesEndPoint | typeof CertificatesEndPoint | typeof ContactsGroupsEndPoint | typeof SystemMessagesEndPoint | typeof UserEndPoint | typeof LookupsEndPoint | typeof MessageConfirmsEndPoint | typeof SystemConfigsEndPoint | typeof MyMessagesEndPoint | typeof CreditsEndPoint | typeof DocumentsEndPoint | typeof LeadsEndPoint | typeof SyllabusEndPoint | typeof AuditLogsEndPoint | typeof FlightsEndPoint | typeof MaintenancesEndPoint | typeof MyCreditsEndPoint | typeof MyInfoEndPoint | typeof BookingsEndPoint | typeof CampaignsEndPoint | typeof FlightTicketsEndPoint | typeof MyStudentsEndPoint)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aya-flights/ngx-goox-lib",
3
- "version": "2.19.174",
3
+ "version": "2.19.176",
4
4
  "description": "Angular client library for GooX backend",
5
5
  "publishConfig": {
6
6
  "access": "public"