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

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