@aya-flights/ngx-goox-lib 2.19.33 → 2.19.43

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