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

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