@aya-flights/ngx-goox-lib 2.18.159 → 2.18.161

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