@aya-flights/ngx-goox-lib 2.19.190 → 2.19.192

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