@aya-flights/ngx-goox-lib 2.18.134 → 2.18.136

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