@aya-flights/ngx-goox-lib 2.18.173 → 2.18.176

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