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