@aya-flights/ngx-goox-lib 2.19.2 → 2.19.4

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