@aya-flights/ngx-goox-lib 2.18.170 → 2.18.172

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