@aya-flights/ngx-goox-lib 2.18.81 → 2.18.82

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