@aya-flights/ngx-goox-lib 2.19.172 → 2.19.173

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