@aya-flights/ngx-goox-lib 2.19.81 → 2.19.83

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