@aya-flights/ngx-goox-lib 2.18.105 → 2.18.107

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