@aya-flights/ngx-goox-lib 2.19.92 → 2.19.94

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