@aya-flights/ngx-goox-lib 2.19.108 → 2.19.110

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