@aya-flights/ngx-goox-lib 2.19.127 → 2.19.129

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