@aya-flights/ngx-goox-lib 2.18.180 → 2.18.182

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