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

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