@aya-flights/ngx-goox-lib 2.18.169 → 2.18.171

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