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

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