@aya-flights/ngx-goox-lib 2.18.83 → 2.18.85

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