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

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