@aya-flights/ngx-goox-lib 2.18.106 → 2.18.108

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