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

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