@aya-flights/ngx-goox-lib 2.19.168 → 2.19.170

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