@aya-flights/ngx-goox-lib 2.19.193 → 2.19.195

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