@aya-flights/ngx-goox-lib 2.19.153 → 2.19.154

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