@aya-flights/ngx-goox-lib 2.18.139 → 2.18.140

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