@aya-flights/ngx-goox-lib 2.19.167 → 2.19.168

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