@aya-flights/ngx-goox-lib 2.19.171 → 2.19.172

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