@aya-flights/ngx-goox-lib 2.19.156 → 2.19.158

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