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

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