@aya-flights/ngx-goox-lib 2.19.197 → 2.19.198

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