@aya-flights/ngx-goox-lib 2.19.56 → 2.19.57

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