@aya-flights/ngx-goox-lib 2.19.155 → 2.19.157

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