@aya-flights/ngx-goox-lib 2.19.96 → 2.19.97

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