@aya-flights/ngx-goox-lib 1.19.12 → 1.19.13

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