@aya-flights/ngx-goox-lib 2.18.166 → 2.18.168

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