@aya-flights/ngx-goox-lib 2.18.48 → 2.18.50

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