@aya-flights/ngx-goox-lib 2.19.114 → 2.19.116

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