@aya-flights/ngx-goox-lib 2.18.132 → 2.18.134

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