@aya-flights/ngx-goox-lib 2.18.68 → 2.18.70

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