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

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