@aya-flights/ngx-goox-lib 2.19.159 → 2.19.160

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