@aya-flights/ngx-goox-lib 1.19.50 → 1.19.52

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