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

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