@aya-flights/ngx-goox-lib 1.19.24 → 1.19.26

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