@aya-flights/ngx-goox-lib 2.18.97 → 2.18.99

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