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

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