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

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