@aya-flights/ngx-goox-lib 2.19.160 → 2.19.161

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