@aya-flights/ngx-goox-lib 2.19.104 → 2.19.105

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