@aya-flights/ngx-goox-lib 2.18.71 → 2.18.73

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