@aya-flights/ngx-goox-lib 1.19.61 → 1.19.63

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