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