@aya-flights/ngx-goox-lib 2.19.178 → 2.19.180

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