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