@aya-flights/ngx-goox-lib 2.19.133 → 2.19.135

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