@aya-flights/ngx-goox-lib 2.18.116 → 2.18.118

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