@experteam-mx/ngx-services 20.0.0 → 20.0.1

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 (170) hide show
  1. package/README.md +24 -24
  2. package/esm2022/experteam-mx-ngx-services.mjs +5 -0
  3. package/esm2022/lib/apis/api-billing-do.service.mjs +41 -0
  4. package/esm2022/lib/apis/api-billing-gt.service.mjs +61 -0
  5. package/esm2022/lib/apis/api-billing-mx.service.mjs +62 -0
  6. package/esm2022/lib/apis/api-billing-pa.service.mjs +105 -0
  7. package/esm2022/lib/apis/api-billing-sv.service.mjs +83 -0
  8. package/esm2022/lib/apis/api-cash-operations.service.mjs +93 -0
  9. package/esm2022/lib/apis/api-catalogs.service.mjs +626 -0
  10. package/esm2022/lib/apis/api-companies.service.mjs +1031 -0
  11. package/esm2022/lib/apis/api-composition.service.mjs +55 -0
  12. package/esm2022/lib/apis/api-customs.service.mjs +157 -0
  13. package/esm2022/lib/apis/api-discounts.service.mjs +243 -0
  14. package/esm2022/lib/apis/api-e-tools-auto-billing.service.mjs +75 -0
  15. package/esm2022/lib/apis/api-events.service.mjs +53 -0
  16. package/esm2022/lib/apis/api-external-pickups.service.mjs +74 -0
  17. package/esm2022/lib/apis/api-inventories.service.mjs +208 -0
  18. package/esm2022/lib/apis/api-invoices.service.mjs +398 -0
  19. package/esm2022/lib/apis/api-notifications.service.mjs +104 -0
  20. package/esm2022/lib/apis/api-open-items.service.mjs +62 -0
  21. package/esm2022/lib/apis/api-reports.service.mjs +172 -0
  22. package/esm2022/lib/apis/api-security.service.mjs +245 -0
  23. package/esm2022/lib/apis/api-services.service.mjs +93 -0
  24. package/esm2022/lib/apis/api-shipments.service.mjs +116 -0
  25. package/esm2022/lib/apis/api-supplies.service.mjs +133 -0
  26. package/esm2022/lib/apis/models/api-billing-do.interfaces.mjs +2 -0
  27. package/esm2022/lib/apis/models/api-billing-do.types.mjs +2 -0
  28. package/esm2022/lib/apis/models/api-billing-mx.interfaces.mjs +2 -0
  29. package/esm2022/lib/apis/models/api-billing-mx.types.mjs +2 -0
  30. package/esm2022/lib/apis/models/api-billing-pa.interfaces.mjs +2 -0
  31. package/esm2022/lib/apis/models/api-billing-pa.types.mjs +2 -0
  32. package/esm2022/lib/apis/models/api-billing-sv.interfaces.mjs +2 -0
  33. package/esm2022/lib/apis/models/api-billing-sv.types.mjs +2 -0
  34. package/esm2022/lib/apis/models/api-billing.models.mjs +2 -0
  35. package/esm2022/lib/apis/models/api-cash-operations.interfaces.mjs +2 -0
  36. package/esm2022/lib/apis/models/api-cash-operations.types.mjs +2 -0
  37. package/esm2022/lib/apis/models/api-catalog.enum.mjs +9 -0
  38. package/esm2022/lib/apis/models/api-catalog.interfaces.mjs +2 -0
  39. package/esm2022/lib/apis/models/api-catalog.types.mjs +2 -0
  40. package/esm2022/lib/apis/models/api-companies.interfaces.mjs +2 -0
  41. package/esm2022/lib/apis/models/api-companies.types.mjs +2 -0
  42. package/esm2022/lib/apis/models/api-composition.interfaces.mjs +2 -0
  43. package/esm2022/lib/apis/models/api-composition.types.mjs +2 -0
  44. package/esm2022/lib/apis/models/api-customs.interfaces.mjs +2 -0
  45. package/esm2022/lib/apis/models/api-customs.types.mjs +2 -0
  46. package/esm2022/lib/apis/models/api-discounts.interfaces.mjs +2 -0
  47. package/esm2022/lib/apis/models/api-discounts.types.mjs +2 -0
  48. package/esm2022/lib/apis/models/api-e-tools-auto-billing.interfaces.mjs +2 -0
  49. package/esm2022/lib/apis/models/api-e-tools-auto-billing.types.mjs +2 -0
  50. package/esm2022/lib/apis/models/api-events.enum.mjs +7 -0
  51. package/esm2022/lib/apis/models/api-events.interfaces.mjs +2 -0
  52. package/esm2022/lib/apis/models/api-events.types.mjs +2 -0
  53. package/esm2022/lib/apis/models/api-external-pickups.types.mjs +2 -0
  54. package/esm2022/lib/apis/models/api-inventories.enum.mjs +22 -0
  55. package/esm2022/lib/apis/models/api-inventories.interfaces.mjs +2 -0
  56. package/esm2022/lib/apis/models/api-inventories.types.mjs +2 -0
  57. package/esm2022/lib/apis/models/api-invoices.interfaces.mjs +2 -0
  58. package/esm2022/lib/apis/models/api-invoices.types.mjs +2 -0
  59. package/esm2022/lib/apis/models/api-notifications.interfaces.mjs +2 -0
  60. package/esm2022/lib/apis/models/api-notifications.types.mjs +2 -0
  61. package/esm2022/lib/apis/models/api-open-items.interfaces.mjs +2 -0
  62. package/esm2022/lib/apis/models/api-open-items.types.mjs +2 -0
  63. package/esm2022/lib/apis/models/api-reports.interfaces.mjs +2 -0
  64. package/esm2022/lib/apis/models/api-reports.types.mjs +2 -0
  65. package/esm2022/lib/apis/models/api-security.interfaces.mjs +2 -0
  66. package/esm2022/lib/apis/models/api-security.types.mjs +2 -0
  67. package/esm2022/lib/apis/models/api-services.interfaces.mjs +2 -0
  68. package/esm2022/lib/apis/models/api-services.types.mjs +2 -0
  69. package/esm2022/lib/apis/models/api-shipments.enums.mjs +8 -0
  70. package/esm2022/lib/apis/models/api-shipments.interfaces.mjs +2 -0
  71. package/esm2022/lib/apis/models/api-shipments.types.mjs +2 -0
  72. package/esm2022/lib/apis/models/api-supplies.interfaces.mjs +2 -0
  73. package/esm2022/lib/apis/models/api-supplies.types.mjs +2 -0
  74. package/esm2022/lib/apis/models/api.models.mjs +2 -0
  75. package/esm2022/lib/cypher/crypto.service.mjs +93 -0
  76. package/esm2022/lib/helpers/files.mjs +9 -0
  77. package/esm2022/lib/helpers/http.mjs +66 -0
  78. package/esm2022/lib/interceptors/api-headers.interceptor.mjs +24 -0
  79. package/esm2022/lib/interceptors/api-token.interceptor.mjs +28 -0
  80. package/esm2022/lib/interceptors/http-caching.interceptor.mjs +37 -0
  81. package/esm2022/lib/ngx-services.models.mjs +11 -0
  82. package/esm2022/lib/ngx-services.module.mjs +33 -0
  83. package/esm2022/lib/websockets/web-sockets.service.mjs +115 -0
  84. package/esm2022/public-api.mjs +90 -0
  85. package/fesm2022/experteam-mx-ngx-services.mjs +125 -14
  86. package/fesm2022/experteam-mx-ngx-services.mjs.map +1 -1
  87. package/index.d.ts +285 -2
  88. package/lib/apis/api-billing-do.service.d.ts +24 -0
  89. package/lib/apis/api-billing-gt.service.d.ts +38 -0
  90. package/lib/apis/api-billing-mx.service.d.ts +39 -0
  91. package/lib/apis/api-billing-pa.service.d.ts +68 -0
  92. package/lib/apis/api-billing-sv.service.d.ts +55 -0
  93. package/lib/apis/api-cash-operations.service.d.ts +62 -0
  94. package/lib/apis/api-catalogs.service.d.ts +458 -0
  95. package/lib/apis/api-companies.service.d.ts +714 -0
  96. package/lib/apis/api-composition.service.d.ts +35 -0
  97. package/lib/apis/api-customs.service.d.ts +110 -0
  98. package/lib/apis/api-discounts.service.d.ts +167 -0
  99. package/lib/apis/api-e-tools-auto-billing.service.d.ts +49 -0
  100. package/lib/apis/api-events.service.d.ts +33 -0
  101. package/lib/apis/api-external-pickups.service.d.ts +46 -0
  102. package/lib/apis/api-inventories.service.d.ts +145 -0
  103. package/lib/apis/api-invoices.service.d.ts +280 -0
  104. package/lib/apis/api-notifications.service.d.ts +70 -0
  105. package/lib/apis/api-open-items.service.d.ts +41 -0
  106. package/lib/apis/api-reports.service.d.ts +120 -0
  107. package/lib/apis/api-security.service.d.ts +162 -0
  108. package/lib/apis/api-services.service.d.ts +61 -0
  109. package/lib/apis/api-shipments.service.d.ts +77 -0
  110. package/lib/apis/api-supplies.service.d.ts +93 -0
  111. package/lib/apis/models/api-billing-do.interfaces.d.ts +6 -0
  112. package/lib/apis/models/api-billing-do.types.d.ts +5 -0
  113. package/lib/apis/models/api-billing-mx.interfaces.d.ts +21 -0
  114. package/lib/apis/models/api-billing-mx.types.d.ts +13 -0
  115. package/lib/apis/models/api-billing-pa.interfaces.d.ts +26 -0
  116. package/lib/apis/models/api-billing-pa.types.d.ts +16 -0
  117. package/lib/apis/models/api-billing-sv.interfaces.d.ts +22 -0
  118. package/lib/apis/models/api-billing-sv.types.d.ts +21 -0
  119. package/lib/apis/models/api-billing.models.d.ts +27 -0
  120. package/lib/apis/models/api-cash-operations.interfaces.d.ts +40 -0
  121. package/lib/apis/models/api-cash-operations.types.d.ts +30 -0
  122. package/lib/apis/models/api-catalog.enum.d.ts +7 -0
  123. package/lib/apis/models/api-catalog.interfaces.d.ts +219 -0
  124. package/lib/apis/models/api-catalog.types.d.ts +217 -0
  125. package/lib/apis/models/api-companies.interfaces.d.ts +341 -0
  126. package/lib/apis/models/api-companies.types.d.ts +457 -0
  127. package/lib/apis/models/api-composition.interfaces.d.ts +272 -0
  128. package/lib/apis/models/api-composition.types.d.ts +9 -0
  129. package/lib/apis/models/api-customs.interfaces.d.ts +125 -0
  130. package/lib/apis/models/api-customs.types.d.ts +90 -0
  131. package/lib/apis/models/api-discounts.interfaces.d.ts +78 -0
  132. package/lib/apis/models/api-discounts.types.d.ts +89 -0
  133. package/lib/apis/models/api-e-tools-auto-billing.interfaces.d.ts +45 -0
  134. package/lib/apis/models/api-e-tools-auto-billing.types.d.ts +30 -0
  135. package/lib/apis/models/api-events.enum.d.ts +5 -0
  136. package/lib/apis/models/api-events.interfaces.d.ts +21 -0
  137. package/lib/apis/models/api-events.types.d.ts +14 -0
  138. package/lib/apis/models/api-external-pickups.types.d.ts +31 -0
  139. package/lib/apis/models/api-inventories.enum.d.ts +18 -0
  140. package/lib/apis/models/api-inventories.interfaces.d.ts +40 -0
  141. package/lib/apis/models/api-inventories.types.d.ts +62 -0
  142. package/lib/apis/models/api-invoices.interfaces.d.ts +267 -0
  143. package/lib/apis/models/api-invoices.types.d.ts +195 -0
  144. package/lib/apis/models/api-notifications.interfaces.d.ts +36 -0
  145. package/lib/apis/models/api-notifications.types.d.ts +34 -0
  146. package/lib/apis/models/api-open-items.interfaces.d.ts +32 -0
  147. package/lib/apis/models/api-open-items.types.d.ts +58 -0
  148. package/lib/apis/models/api-reports.interfaces.d.ts +342 -0
  149. package/lib/apis/models/api-reports.types.d.ts +59 -0
  150. package/lib/apis/models/api-security.interfaces.d.ts +68 -0
  151. package/lib/apis/models/api-security.types.d.ts +72 -0
  152. package/lib/apis/models/api-services.interfaces.d.ts +43 -0
  153. package/lib/apis/models/api-services.types.d.ts +57 -0
  154. package/lib/apis/models/api-shipments.enums.d.ts +6 -0
  155. package/lib/apis/models/api-shipments.interfaces.d.ts +41 -0
  156. package/lib/apis/models/api-shipments.types.d.ts +121 -0
  157. package/lib/apis/models/api-supplies.interfaces.d.ts +40 -0
  158. package/lib/apis/models/api-supplies.types.d.ts +50 -0
  159. package/lib/apis/models/api.models.d.ts +36 -0
  160. package/lib/cypher/crypto.service.d.ts +15 -0
  161. package/lib/helpers/files.d.ts +2 -0
  162. package/lib/helpers/http.d.ts +38 -0
  163. package/lib/interceptors/api-headers.interceptor.d.ts +12 -0
  164. package/lib/interceptors/api-token.interceptor.d.ts +11 -0
  165. package/lib/interceptors/http-caching.interceptor.d.ts +12 -0
  166. package/lib/ngx-services.models.d.ts +62 -0
  167. package/lib/ngx-services.module.d.ts +16 -0
  168. package/lib/websockets/web-sockets.service.d.ts +49 -0
  169. package/package.json +1 -1
  170. package/public-api.d.ts +80 -0
@@ -0,0 +1,714 @@
1
+ import { Environment } from '../ngx-services.models';
2
+ import { HttpClient } from '@angular/common/http';
3
+ import { AccountCategoriesOut, AccountEntitiesIn, AccountEntitiesOut, AccountIn, AccountOut, AccountsOut, AccountTypeIn, AccountTypeOut, AccountTypesOut, BoardingProcessIdIn, BoardingProcessIn, CompanyCountriesOut, CompanyCountryIn, CompanyCountryOut, CompanyCountryTaxesOut, CompanyIn, CompanyOut, CountryReferenceCurrenciesOut, CountryReferenceCurrencyIn, CountryReferenceCurrencyOut, CountryReferenceExtraChargeIn, CountryReferenceExtraChargeOut, CountryReferenceIn, CountryReferenceOut, CountryReferenceProductIn, CountryReferenceProductOut, CountryReferenceProductsOut, CountryReferencesOut, EmployeeCustomersIn, EmployeeCustomersOut, EmployeeIn, EmployeeOut, EmployeesCustomersOut, EmployeesOut, ExchangeIn, ExchangeOut, ExchangesOut, ExtraChargeEntitiesIn, ExtraChargeEntitiesOut, InstallationIn, InstallationOut, InstallationsOut, LocationEmployeeBatchIn, LocationEmployeeOut, LocationEmployeesOut, LocationIn, LocationOut, LocationsOut, ParameterConfigIn, ParameterConfigOut, ParameterConfigsOut, ParametersByLevelIn, ParametersOut, ParametersValuesIn, ParametersValuesOut, ParameterValueIn, ParameterValueOut, ProductEntitiesIn, ProductEntitiesOut, SupplyEntitiesIn, SupplyEntitiesOut, SystemEntitiesIn, SystemEntitiesOut, SystemIn, SystemOut, SystemsOut, TDXAccountSettingsIn, TDXAccountSettingsOut, TDXAccountsSettingsOut, WorkflowConfigsBatchIn, WorkflowConfigsOut, WorkflowsOut } from './models/api-companies.types';
4
+ import { QueryParams } from './models/api.models';
5
+ import { Observable } from 'rxjs';
6
+ import { CountryCurrencyRate, CountryReferenceExtraCharge, EmployeeCustomerDhl } from './models/api-companies.interfaces';
7
+ import * as i0 from "@angular/core";
8
+ export declare class ApiCompaniesService {
9
+ private environments;
10
+ private http;
11
+ constructor(environments: Environment, http: HttpClient);
12
+ /**
13
+ * Retrieves the URL for the companies API from the environment configurations.
14
+ *
15
+ * @return {string} The URL of the companies API.
16
+ */
17
+ get url(): string;
18
+ /**
19
+ * Fetches the installations based on the provided query parameters.
20
+ *
21
+ * @param {QueryParams} params - The parameters used to filter the installations query.
22
+ * @return {Observable<InstallationsOut>} An observable that emits the installation's data.
23
+ */
24
+ getInstallations(params: QueryParams): Observable<InstallationsOut>;
25
+ /**
26
+ * Retrieves the installation details based on the given installation ID.
27
+ *
28
+ * @param {number} id - The unique identifier of the installation to retrieve.
29
+ * @returns {Observable<InstallationOut>} An observable of the installation details.
30
+ */
31
+ getInstallation(id: number): Observable<InstallationOut>;
32
+ /**
33
+ * Sends a post-installation request to the server and retrieves the installation details.
34
+ *
35
+ * @param {InstallationIn} body - The installation details to be sent in the request body.
36
+ * @return {Observable<InstallationOut>} An observable that emits the response containing installation output details.
37
+ */
38
+ postInstallation(body: InstallationIn): Observable<InstallationOut>;
39
+ /**
40
+ * Updates an existing installation record by its ID.
41
+ *
42
+ * @param id The unique identifier of the installation to update.
43
+ * @param body The data payload containing the updated installation information.
44
+ * @return An observable that emits the updated installation data upon a successful update.
45
+ */
46
+ putInstallation(id: number, body: InstallationIn): Observable<InstallationOut>;
47
+ /**
48
+ * Deletes an installation by its unique identifier.
49
+ *
50
+ * @param {number} id - The unique identifier of the installation to be deleted.
51
+ * @return {Observable<{}>} An observable that emits the response after the installation is deleted.
52
+ */
53
+ deleteInstallation(id: number): Observable<{}>;
54
+ /**
55
+ * Retrieves a list of locations based on the provided query parameters.
56
+ *
57
+ * @param {QueryParams} params - The parameters to use for querying locations.
58
+ * @return {Observable<LocationsOut>} An observable that emits the location's data.
59
+ */
60
+ getLocations(params: QueryParams): Observable<LocationsOut>;
61
+ /**
62
+ * Fetches the location details for a given location ID.
63
+ *
64
+ * @param {number} id - The unique identifier of the location.
65
+ * @return {Observable<LocationOut>} An Observable containing the location details.
66
+ */
67
+ getLocation(id: number): Observable<LocationOut>;
68
+ /**
69
+ * Sends a location object to the server and returns the created location data.
70
+ *
71
+ * @param {LocationIn} body - The location input object to be sent in the request body.
72
+ * @return {Observable<LocationOut>} An observable emitting the created location output object.
73
+ */
74
+ postLocation(body: LocationIn): Observable<LocationOut>;
75
+ /**
76
+ * Updates the location information for the specified ID.
77
+ *
78
+ * @param {number} id - The unique identifier of the location to be updated.
79
+ * @param {LocationIn} body - The updated location data to be sent in the request body.
80
+ * @return {Observable<LocationOut>} An observable containing the updated location information.
81
+ */
82
+ putLocation(id: number, body: LocationIn): Observable<LocationOut>;
83
+ /**
84
+ * Deletes a location by its unique identifier.
85
+ *
86
+ * @param {number} id - The unique identifier of the location to be deleted.
87
+ * @return {Observable<{}>} An observable that emits an empty object upon successful deletion.
88
+ */
89
+ deleteLocation(id: number): Observable<{}>;
90
+ /**
91
+ * Retrieves a list of active supply entities.
92
+ *
93
+ * @param {QueryParams} params - The query parameters to filter supply entities.
94
+ * @return {Observable<SupplyEntitiesOut>} Observable emitting supply entities data.
95
+ */
96
+ getSupplyEntitiesActives(params: QueryParams): Observable<SupplyEntitiesOut>;
97
+ /**
98
+ * Retrieves supply entities based on the provided query parameters.
99
+ *
100
+ * @param {QueryParams} params - The query parameters used to filter and fetch the supply entities.
101
+ * @return {Observable<SupplyEntitiesOut>} An observable that emits the supply entities data.
102
+ */
103
+ getSupplyEntities(params: QueryParams): Observable<SupplyEntitiesOut>;
104
+ /**
105
+ * Sends supply entities information to the server and receives the processed supply entities data in response.
106
+ *
107
+ * @param {SupplyEntitiesIn} body - The supply entities data to be sent to the server.
108
+ * @return {Observable<SupplyEntitiesOut>} An observable containing the processed supply entities data.
109
+ */
110
+ putSupplyEntities(body: SupplyEntitiesIn): Observable<SupplyEntitiesOut>;
111
+ /**
112
+ * Fetches a list of employees based on the specified query parameters.
113
+ *
114
+ * @param {QueryParams} params - The parameters to filter and sort the employees.
115
+ * @return {Observable<EmployeesOut>} An observable that emits the list of employees.
116
+ */
117
+ getEmployees(params: QueryParams): Observable<EmployeesOut>;
118
+ /**
119
+ * Fetches an employee's details based on the provided employee ID.
120
+ *
121
+ * @param {number} id - The unique identifier of the employee.
122
+ * @return {Observable<EmployeeOut>} An observable that emits the employee's details.
123
+ */
124
+ getEmployee(id: number): Observable<EmployeeOut>;
125
+ /**
126
+ * Sends a POST request to create a new employee record.
127
+ *
128
+ * @param {EmployeeIn} body - The data of the employee to be created.
129
+ * @return {Observable<EmployeeOut>} An observable containing the created employee data.
130
+ */
131
+ postEmployee(body: EmployeeIn): Observable<EmployeeOut>;
132
+ /**
133
+ * Updates an existing employee record with the specified data.
134
+ *
135
+ * @param {number} id - The unique identifier of the employee to be updated.
136
+ * @param {EmployeeIn} body - The employee data to update the record with.
137
+ * @return {Observable<EmployeeOut>} An observable containing the updated employee data.
138
+ */
139
+ putEmployee(id: number, body: EmployeeIn): Observable<EmployeeOut>;
140
+ /**
141
+ * Deletes an employee based on the provided ID.
142
+ *
143
+ * @param {number} id - The unique identifier of the employee to delete.
144
+ * @return {Observable<{}>} An observable containing the response data after the employee is deleted.
145
+ */
146
+ deleteEmployee(id: number): Observable<{}>;
147
+ /**
148
+ * Retrieves the list of employees for a specified location based on provided query parameters.
149
+ *
150
+ * @param {QueryParams} params - The query parameters used to filter and retrieve the location employees.
151
+ * @returns {Observable<LocationEmployeesOut>} An observable that emits the list of employees for the specified location.
152
+ */
153
+ getLocationEmployees(params: QueryParams): Observable<LocationEmployeesOut>;
154
+ /**
155
+ * Fetches the location employee details for a given employee ID.
156
+ *
157
+ * @param {number} id - The unique identifier of the employee whose location details are to be retrieved.
158
+ * @return {Observable<LocationEmployeeOut>} An observable containing the location employee details.
159
+ */
160
+ getLocationEmployee(id: number): Observable<LocationEmployeeOut>;
161
+ /**
162
+ * Deletes a specific location employee by their unique identifier.
163
+ *
164
+ * @param {number} id - The unique identifier of the employee to be deleted.
165
+ * @return {Observable<{}>} - An observable emitting the server's response after the deletion.
166
+ */
167
+ deleteLocationEmployee(id: number): Observable<{}>;
168
+ /**
169
+ * Sends a batch of location-employee associations to the server for processing.
170
+ *
171
+ * @param {LocationEmployeeBatchIn} body - The object containing a batch of location-employee data to be posted.
172
+ * @return {Observable<EmployeeOut>} An observable emitting the processed employee data from the server's response.
173
+ */
174
+ postLocationEmployeeBatch(body: LocationEmployeeBatchIn): Observable<EmployeeOut>;
175
+ /**
176
+ * Retrieves a list of countries where the company operates.
177
+ *
178
+ * @param {QueryParams} params - The query parameters for the API request.
179
+ * @return {Observable<CompanyCountriesOut>} An observable containing the list of company countries.
180
+ */
181
+ getCompanyCountries(params: QueryParams): Observable<CompanyCountriesOut>;
182
+ /**
183
+ * Retrieves the country information for a specified company by its ID.
184
+ *
185
+ * @param {number} id - The unique identifier of the company.
186
+ * @return {Observable<CompanyCountryOut>} An observable containing the country information of the company.
187
+ */
188
+ getCompanyCountry(id: number): Observable<CompanyCountryOut>;
189
+ /**
190
+ * Sends a request to update or create a company country entry on the server.
191
+ *
192
+ * @param {CompanyCountryIn} body The data object representing the company country information to be sent to the server.
193
+ * @return {Observable<CompanyCountryOut>} An observable containing the server response with the updated or created company country data.
194
+ */
195
+ postCompanyCountry(body: CompanyCountryIn): Observable<CompanyCountryOut>;
196
+ /**
197
+ * Updates the country information for a specific company.
198
+ *
199
+ * @param {number} id - The unique identifier of the company whose country information needs to be updated.
200
+ * @param {CompanyCountryIn} body - The updated country information to be applied to the company.
201
+ * @return {Observable<CompanyCountryOut>} An observable that emits the updated company country information.
202
+ */
203
+ putCompanyCountry(id: number, body: CompanyCountryIn): Observable<CompanyCountryOut>;
204
+ /**
205
+ * Deletes a company-country association by its unique identifier.
206
+ *
207
+ * @param {number} id - The unique identifier of the company-country record to be deleted.
208
+ * @return {Observable<{}>} An observable emitting the result of the delete operation.
209
+ */
210
+ deleteCompanyCountry(id: number): Observable<{}>;
211
+ /**
212
+ * Fetches the reference currencies for a given country.
213
+ *
214
+ * @param {QueryParams} params - The query parameters to include in the request.
215
+ * @return {Observable<CountryReferenceCurrenciesOut>} The observable containing the country reference currencies data.
216
+ */
217
+ getCountryReferenceCurrencies(params: QueryParams): Observable<CountryReferenceCurrenciesOut>;
218
+ /**
219
+ * Retrieves the reference currency details for a specific country using its ID.
220
+ *
221
+ * @param {number} id - The unique identifier of the country.
222
+ * @return {Observable<CountryReferenceCurrencyOut>} An observable emitting the country's reference currency details.
223
+ */
224
+ getCountryReferenceCurrency(id: number): Observable<CountryReferenceCurrencyOut>;
225
+ /**
226
+ * Retrieves a list of currencies for different countries along with their current exchange rates.
227
+ *
228
+ * @param {QueryParams} params - The query parameters used to fetch the country reference currencies.
229
+ * @return {Observable<CountryCurrencyRate[]>} An observable that emits an array of country currency rates.
230
+ */
231
+ getCountryCurrenciesWithRate(params: QueryParams): Observable<CountryCurrencyRate[]>;
232
+ /**
233
+ * Updates the reference currency for a specified country.
234
+ *
235
+ * @param {number} id - The unique identifier of the country.
236
+ * @param {CountryReferenceCurrencyIn} body - The data for updating the country's reference currency.
237
+ * @return {Observable<CountryReferenceCurrencyOut>} An Observable emitting the updated country reference currency data.
238
+ */
239
+ putCountryReferenceCurrency(id: number, body: CountryReferenceCurrencyIn): Observable<CountryReferenceCurrencyOut>;
240
+ /**
241
+ * Sends a POST request to create a country reference currency.
242
+ *
243
+ * @param {CountryReferenceCurrencyIn} body - The payload containing the country reference currency data.
244
+ * @return {Observable<CountryReferenceCurrencyOut>} An observable emitting the created country reference currency.
245
+ */
246
+ postCountryReferenceCurrency(body: CountryReferenceCurrencyIn): Observable<CountryReferenceCurrencyOut>;
247
+ /**
248
+ * Sends a POST request to create or update a country reference extra charge.
249
+ *
250
+ * @param {CountryReferenceExtraChargeIn} body - The request payload containing details about the country reference extra charge.
251
+ * @return {Observable<CountryReferenceExtraChargeOut>} An observable containing the response with the created or updated country reference extra charge.
252
+ */
253
+ postCountryReferenceExtraCharge(body: CountryReferenceExtraChargeIn): Observable<CountryReferenceExtraChargeOut>;
254
+ /**
255
+ * Updates a country reference extra charge by its ID.
256
+ *
257
+ * @param {number} id - The unique identifier of the country reference extra charge to be updated.
258
+ * @param {CountryReferenceExtraChargeIn} body - The data to update the country reference extra charge with.
259
+ * @return {Observable<CountryReferenceExtraChargeOut>} An observable that emits the updated country reference extra charge.
260
+ */
261
+ putCountryReferenceExtraCharge(id: number, body: CountryReferenceExtraChargeIn): Observable<CountryReferenceExtraChargeOut>;
262
+ /**
263
+ * Enables or disables a country reference extra charge based on the provided parameters.
264
+ *
265
+ * @param {CountryReferenceExtraCharge} extraCharge - The country reference extra charge object to be updated.
266
+ * @param {boolean} [isActive] - Optional parameter to explicitly set the active status of the extra charge.
267
+ * If not provided, the current active status will be toggled.
268
+ * @return {Observable<EmployeeCustomersOut>} An Observable that emits the updated employee customers output.
269
+ */
270
+ patchCountryReferenceExtraCharge(extraCharge: CountryReferenceExtraCharge, isActive?: boolean): Observable<EmployeeCustomersOut>;
271
+ /**
272
+ * Fetches exchange data based on the provided query parameters.
273
+ *
274
+ * @param {QueryParams} params - The query parameters for retrieving exchange data.
275
+ * @return {Observable<ExchangesOut>} An observable containing the exchange data.
276
+ */
277
+ getExchanges(params: QueryParams): Observable<ExchangesOut>;
278
+ /**
279
+ * Sends a POST request to create or update an exchange.
280
+ *
281
+ * @param {ExchangeIn} body - The request body containing the exchange data to be sent.
282
+ * @return {Observable<ExchangeOut>} An observable that emits the response containing the created or updated exchange data.
283
+ */
284
+ postExchange(body: ExchangeIn): Observable<ExchangeOut>;
285
+ /**
286
+ * Updates an existing exchange with new data.
287
+ *
288
+ * @param {number} id - The unique identifier of the exchange to update.
289
+ * @param {ExchangeIn} body - The data to update the exchange with.
290
+ * @return {Observable<ExchangeOut>} An observable that emits the updated exchange data.
291
+ */
292
+ putExchange(id: number, body: ExchangeIn): Observable<ExchangeOut>;
293
+ /**
294
+ * Retrieves the current exchanges based on the given query parameters.
295
+ *
296
+ * @param {QueryParams} params - The query parameters to filter the exchanges.
297
+ *
298
+ * @returns {Observable<ExchangesOut>} - An observable that emits the API response data containing the current exchanges.
299
+ */
300
+ getCurrentExchanges(params: QueryParams): Observable<ExchangesOut>;
301
+ /**
302
+ * Fetches the country-specific tax information for a company.
303
+ *
304
+ * @param {QueryParams} params - The parameters used to filter and query the taxes.
305
+ * @return {Observable<CompanyCountryTaxesOut>} An observable that emits the tax information.
306
+ */
307
+ getCompanyCountryTaxes(params: QueryParams): Observable<CompanyCountryTaxesOut>;
308
+ /**
309
+ * Fetches account information based on the provided query parameters.
310
+ *
311
+ * @param {QueryParams} params - The query parameters for fetching account data.
312
+ * @return {Observable<AccountsOut>} An observable emitting the account data.
313
+ */
314
+ getAccounts(params: QueryParams): Observable<AccountsOut>;
315
+ /**
316
+ * Fetches the account information for the specified account ID.
317
+ *
318
+ * @param {number} id - The unique identifier of the account to retrieve.
319
+ * @return {Observable<AccountOut>} An observable that emits the account details.
320
+ */
321
+ getAccount(id: number): Observable<AccountOut>;
322
+ /**
323
+ * Creates a new account by sending account details in the body.
324
+ *
325
+ * @param {AccountIn} body - The account information to be sent in the request body.
326
+ * @return {Observable<AccountOut>} Observable that emits the created account details upon success.
327
+ */
328
+ postAccount(body: AccountIn): Observable<AccountOut>;
329
+ /**
330
+ * Updates an account with the specified ID using the provided data.
331
+ *
332
+ * @param {number} id - The unique identifier of the account to be updated.
333
+ * @param {AccountIn} body - The data to update the account with.
334
+ * @return {Observable<AccountOut>} An observable emitting the updated account details.
335
+ */
336
+ putAccount(id: number, body: AccountIn): Observable<AccountOut>;
337
+ /**
338
+ * Fetches account entity data from the server based on the provided query parameters.
339
+ *
340
+ * @param {QueryParams} params - The query parameters to be sent with the HTTP request.
341
+ * @return {Observable<AccountEntitiesOut>} An observable that emits the account entities data.
342
+ */
343
+ getAccountEntities(params: QueryParams): Observable<AccountEntitiesOut>;
344
+ /**
345
+ * Updates an account entity using the provided details.
346
+ *
347
+ * @param {AccountEntitiesIn} body The account entity data to be updated.
348
+ * @return {Observable<AccountEntitiesOut>} An observable containing the updated account entity details.
349
+ */
350
+ putAccountEntity(body: AccountEntitiesIn): Observable<AccountEntitiesOut>;
351
+ /**
352
+ * Retrieves the list of active account entities based on the provided query parameters.
353
+ *
354
+ * @param {QueryParams} params - The parameters to filter and query active account entities.
355
+ * @return {Observable<AccountEntitiesOut>} An observable that emits the list of active account entities.
356
+ */
357
+ getAccountEntitiesActives(params: QueryParams): Observable<AccountEntitiesOut>;
358
+ /**
359
+ * Fetches a list of account categories based on the provided query parameters.
360
+ *
361
+ * @param {QueryParams} params - The query parameters used to filter the account categories.
362
+ * @return {Observable<AccountCategoriesOut>} An observable that emits the fetched account categories data.
363
+ */
364
+ getAccountCategories(params: QueryParams): Observable<AccountCategoriesOut>;
365
+ /**
366
+ * Retrieves a list of account types from the server.
367
+ *
368
+ * @param {QueryParams} params - The query parameters to filter or customize the request.
369
+ * @return {Observable<AccountTypesOut>} An observable emitting the account types data.
370
+ */
371
+ getAccountTypes(params: QueryParams): Observable<AccountTypesOut>;
372
+ /**
373
+ * Retrieves the account type for the given account ID.
374
+ *
375
+ * @param {number} id - The unique identifier of the account.
376
+ * @return {Observable<AccountTypeOut>} An observable that emits the account type data.
377
+ */
378
+ getAccountType(id: number): Observable<AccountTypeOut>;
379
+ /**
380
+ * Sends a POST request to create a new account type.
381
+ *
382
+ * @param {AccountTypeIn} body - The data for the account type to be created.
383
+ * @return {Observable<AccountTypeOut>} An observable that emits the created account type object.
384
+ */
385
+ postAccountType(body: AccountTypeIn): Observable<AccountTypeOut>;
386
+ /**
387
+ * Updates an account type with the specified ID using the provided data.
388
+ *
389
+ * @param {number} id - The unique identifier of the account type to update.
390
+ * @param {AccountTypeIn} body - The data to update the account type with.
391
+ * @return {Observable<AccountTypeOut>} An observable containing the updated account type data.
392
+ */
393
+ putAccountType(id: number, body: AccountTypeIn): Observable<AccountTypeOut>;
394
+ /**
395
+ * Retrieves parameters based on the provided query parameters.
396
+ *
397
+ * @param {QueryParams} params - The query parameters used to filter or fetch the desired parameters.
398
+ * @return {Observable<ParametersOut>} An observable that emits the fetched parameters.
399
+ */
400
+ getParameters(params: QueryParams): Observable<ParametersOut>;
401
+ /**
402
+ * Retrieves the parameter values based on the provided parameter names.
403
+ *
404
+ * @param {Object} params - An object containing the required parameters.
405
+ * @param {string[]} params.paramNames - An array of parameter names for which the values need to be fetched.
406
+ * @return {Observable<ParametersValuesOut>} An observable that emits the fetched parameter values.
407
+ */
408
+ postParametersValues({ paramNames }: ParametersValuesIn): Observable<ParametersValuesOut>;
409
+ /**
410
+ * Retrieves parameter values based on the provided level configuration.
411
+ *
412
+ * @param {ParametersByLevelIn} parameters - The input object containing the criteria or level details to retrieve the parameters.
413
+ * @return {Observable<ParametersValuesOut>} An observable that emits the parameter values fetched from the server.
414
+ */
415
+ postParameterValueByModel(parameters: ParametersByLevelIn): Observable<ParametersValuesOut>;
416
+ /**
417
+ * Retrieves the value of a specified parameter.
418
+ *
419
+ * @param {Object} input - The input object containing the parameter details.
420
+ * @param {string} input.paramName - The name of the parameter whose value is to be retrieved.
421
+ * @return {Observable<ParameterValueOut>} An observable emitting the value of the specified parameter.
422
+ */
423
+ getParameterValue({ paramName, }: ParameterValueIn): Observable<ParameterValueOut>;
424
+ /**
425
+ * Retrieves a list of country references based on the given query parameters.
426
+ *
427
+ * @param {QueryParams} params - The query parameters for retrieving country references.
428
+ * @return {Observable<CountryReferencesOut>} An observable containing the country reference data.
429
+ */
430
+ getCountryReferences(params: QueryParams): Observable<CountryReferencesOut>;
431
+ /**
432
+ * Fetches the country reference data for a given country ID.
433
+ *
434
+ * @param {number} id - The unique identifier of the country for which the reference data is to be retrieved.
435
+ * @return {Observable<CountryReferenceOut>} An observable containing the country reference data.
436
+ */
437
+ getCountryReference(id: number): Observable<CountryReferenceOut>;
438
+ /**
439
+ * Updates a country reference resource with the specified ID and data.
440
+ *
441
+ * @param {number} id - The unique identifier of the country reference to be updated.
442
+ * @param {CountryReferenceIn} body - The data to update the country reference with.
443
+ * @return {Observable<CountryReferenceOut>} An observable that emits the updated country reference object.
444
+ */
445
+ putCountryReference(id: number, body: CountryReferenceIn): Observable<CountryReferenceOut>;
446
+ /**
447
+ * Fetches the list of workflows based on the provided query parameters.
448
+ *
449
+ * @param {QueryParams} params - The query parameters used to filter workflows.
450
+ * @return {Observable<WorkflowsOut>} An observable containing the workflow data.
451
+ */
452
+ getWorkflows(params: QueryParams): Observable<WorkflowsOut>;
453
+ /**
454
+ * Fetches the list of employee customer
455
+ *
456
+ * @param {QueryParams} params - The query parameters used to filter employee customers.
457
+ * @return {Observable<EmployeeCustomersOut>} An observable containing the employee customer data.
458
+ */
459
+ getEmployeesCustomers(params: QueryParams): Observable<EmployeesCustomersOut>;
460
+ /**
461
+ * Sends a POST request to create or update employee customer records and processes the server response.
462
+ *
463
+ * @param {EmployeeCustomersIn} body - The request payload containing employee customer data to be sent to the server.
464
+ * @return {Observable<EmployeeCustomersOut>} An observable that emits the updated employee customer data on successful response.
465
+ */
466
+ postEmployeeCustomers(body: EmployeeCustomersIn): Observable<EmployeeCustomersOut>;
467
+ /**
468
+ * Updates the employee-customer association record identified by the given ID with the provided data.
469
+ *
470
+ * @param {number} id - The identifier of the employee-customer record to update.
471
+ * @param {EmployeeCustomersIn} body - The data to update the employee-customer record with.
472
+ * @return {Observable<EmployeeCustomersOut>} An observable that emits the updated employee-customer data.
473
+ */
474
+ putEmployeeCustomers(id: number, body: EmployeeCustomersIn): Observable<EmployeeCustomersOut>;
475
+ /**
476
+ * Fetches the employee-customer details based on the provided employee customer ID.
477
+ *
478
+ * @param {number} id - The identifier of the employee-customer record to update.
479
+ * @return {Observable<EmployeeCustomersOut>} An observable that emits the updated employee-customer data.
480
+ */
481
+ getEmployeeCustomer(id: number): Observable<EmployeeCustomersOut>;
482
+ /**
483
+ * Enables or disables an employee customer's active state.
484
+ *
485
+ * @param {EmployeeCustomerDhl} employee - The employee customer object to be updated.
486
+ * @param {boolean} [isActive] - Optional parameter to explicitly set the active state.
487
+ * If null or undefined, the active state will be toggled.
488
+ * @return {Observable<EmployeeCustomersOut>} An observable containing the updated employee customer output.
489
+ */
490
+ patchEmployeeCustomers(employee: EmployeeCustomerDhl, isActive?: boolean): Observable<EmployeeCustomersOut>;
491
+ /**
492
+ * Submits a file containing employee customer data for a specific country to the server.
493
+ *
494
+ * @param {number} countryId - The identifier of the country for which the data is being uploaded.
495
+ * @param {File} file - The file contains employee customer data to be uploaded.
496
+ * @return {Observable<BoardingProcessIdIn>} Observable that emits the processed boarding process ID on success.
497
+ */
498
+ postEmployeeCustomersLoad(countryId: number, file: File): Observable<BoardingProcessIdIn>;
499
+ /**
500
+ * Downloads a file containing customer data for a specific employee based on the provided country ID.
501
+ *
502
+ * @param {number} id - The ID of the country used as a filter for fetching the employee's customers.
503
+ * @return {Observable<Blob>} An observable that emits the file blob containing the customer data.
504
+ */
505
+ getEmployeeCustomersDownload(id: number): Observable<Blob>;
506
+ /**
507
+ * Retrieves the boarding process details for a given ID.
508
+ *
509
+ * @param {number} id - The unique identifier of the boarding process to retrieve.
510
+ * @return {Observable<BoardingProcessIn>} An observable containing the boarding process details.
511
+ */
512
+ getBoardingProcess(id: number): Observable<BoardingProcessIn>;
513
+ /**
514
+ * Fetches a list of systems based on the provided query parameters.
515
+ *
516
+ * @param {QueryParams} params - The parameters used to filter the systems.
517
+ * @return {Observable<SystemsOut>} An observable that emits the retrieved systems data.
518
+ */
519
+ getSystems(params: QueryParams): Observable<SystemsOut>;
520
+ /**
521
+ * Retrieves the system by the specified ID.
522
+ *
523
+ * @param {number} id - The unique identifier of the system to be retrieved.
524
+ * @return {Observable<SystemOut>} An observable that emits the requested system information.
525
+ */
526
+ getSystem(id: number): Observable<SystemOut>;
527
+ /**
528
+ * Sends a POST request to create or update a system.
529
+ *
530
+ * @param {SystemIn} body - The data representing the system to be created or updated.
531
+ * @return {Observable<SystemOut>} An observable emitting the resulting system output after the API request succeeds.
532
+ */
533
+ postSystem(body: SystemIn): Observable<SystemOut>;
534
+ /**
535
+ * Updates the system identified by the given ID with the provided request body and returns the updated system details.
536
+ *
537
+ * @param {number} id - The unique identifier of the system to be updated.
538
+ * @param {SystemIn} body - The payload containing the updated system details.
539
+ * @return {Observable<SystemOut>} An observable emitting the updated system data.
540
+ */
541
+ putSystem(id: number, body: SystemIn): Observable<SystemOut>;
542
+ /**
543
+ * Retrieves a list of system entities based on the specified query parameters.
544
+ *
545
+ * @param {QueryParams} params - The query parameters used to filter or specify the system entities to retrieve.
546
+ * @return {Observable<SystemEntitiesOut>} An Observable that emits the retrieved system entities.
547
+ */
548
+ getSystemEntities(params: QueryParams): Observable<SystemEntitiesOut>;
549
+ /**
550
+ * Updates the system entities by sending the provided data to the server.
551
+ *
552
+ * @param {SystemEntitiesIn} body - The data object representing the system entities to be updated.
553
+ * @return {Observable<SystemEntitiesOut>} An observable containing the updated system entities data.
554
+ */
555
+ putSystemEntities(body: SystemEntitiesIn): Observable<SystemEntitiesOut>;
556
+ /**
557
+ * Retrieves workflow configurations based on the provided query parameters.
558
+ *
559
+ * @param {QueryParams} params - The query parameters to filter the workflow configurations.
560
+ * @return {Observable<WorkflowConfigsOut>} An observable emitting the workflow configurations.
561
+ */
562
+ getWorkflowConfigs(params: QueryParams): Observable<WorkflowConfigsOut>;
563
+ /**
564
+ * Sends a batch of workflow configuration data to the server for processing.
565
+ *
566
+ * @param {WorkflowConfigsBatchIn} body - The input data containing a batch of workflow configurations to be sent.
567
+ * @return {Observable<WorkflowConfigsOut>} An observable that emits the processed batch of workflow configuration data as a response.
568
+ */
569
+ postWorkflowConfigsBatch(body: WorkflowConfigsBatchIn): Observable<WorkflowConfigsOut>;
570
+ /**
571
+ * Sends a POST request to create a new company and returns the created company's details.
572
+ *
573
+ * @param {CompanyIn} body - The payload containing the details of the company to be created.
574
+ * @return {Observable<CompanyOut>} An Observable emitting the response with the created company's details.
575
+ */
576
+ postCompany(body: CompanyIn): Observable<CompanyOut>;
577
+ /**
578
+ * Updates the details of an existing company using its ID.
579
+ *
580
+ * @param {number} id - The unique identifier of the company to update.
581
+ * @param {CompanyIn} body - The object containing the updated company data.
582
+ * @return {Observable<CompanyOut>} An observable that emits the updated company details.
583
+ */
584
+ putCompany(id: number, body: CompanyIn): Observable<CompanyOut>;
585
+ /**
586
+ * Deletes a company by its unique identifier.
587
+ *
588
+ * @param {number} id - The unique identifier of the company to be deleted.
589
+ * @return {Observable<{}>} An observable that emits an empty object upon successful deletion or an error if the operation fails.
590
+ */
591
+ deleteCompany(id: number): Observable<{}>;
592
+ /**
593
+ * Fetches product entities from the server based on the provided query parameters.
594
+ *
595
+ * @param {QueryParams} params The query parameters used to modify the request for product entities.
596
+ * @return {Observable<ProductEntitiesOut>} An observable that emits the product entities retrieved from the server.
597
+ */
598
+ getProductEntities(params: QueryParams): Observable<ProductEntitiesOut>;
599
+ /**
600
+ * Sends a PUT request to update product entities and returns the updated entity.
601
+ *
602
+ * @param {ProductEntitiesIn} body - The payload containing the data to update the product entity.
603
+ * @return {Observable<ProductEntitiesOut>} Observable that emits the updated product entity.
604
+ */
605
+ putProductEntities(body: ProductEntitiesIn): Observable<ProductEntitiesOut>;
606
+ /**
607
+ * Retrieves the country reference products based on the given query parameters.
608
+ *
609
+ * @param {QueryParams} params The query parameters used to filter and retrieve the country reference products.
610
+ * @return {Observable<CountryReferenceProductsOut>} An observable emitting the fetched country reference products data.
611
+ */
612
+ getCountryReferenceProducts(params: QueryParams): Observable<CountryReferenceProductsOut>;
613
+ /**
614
+ * Sends a request to update or create country reference products.
615
+ *
616
+ * @param {CountryReferenceProductIn} body - The payload containing the details of the country reference products to post.
617
+ * @return {Observable<CountryReferenceProductOut>} An observable that emits the updated or created country reference product data.
618
+ */
619
+ postCountryReferenceProducts(body: CountryReferenceProductIn): Observable<CountryReferenceProductOut>;
620
+ /**
621
+ * Updates a country reference product with the specified ID using the provided data.
622
+ *
623
+ * @param {number} id - The unique identifier of the country reference product to update.
624
+ * @param {CountryReferenceProductIn} body - The updated country reference product data to be sent in the request body.
625
+ * @return {Observable<CountryReferenceProductOut>} An observable emitting the updated country reference product.
626
+ */
627
+ putCountryReferenceProducts(id: number, body: CountryReferenceProductIn): Observable<CountryReferenceProductOut>;
628
+ /**
629
+ * Fetches the extra charge entities from the server based on the provided query parameters.
630
+ *
631
+ * @param {QueryParams} params - An object containing the query parameters to filter the extra charge entities.
632
+ * @return {Observable<ExtraChargeEntitiesOut>} An observable that emits the extra charge entities retrieved from the server.
633
+ */
634
+ getExtraChargeEntities(params: QueryParams): Observable<ExtraChargeEntitiesOut>;
635
+ /**
636
+ * Updates extra charge entities by sending the provided data to the server.
637
+ *
638
+ * @param {ExtraChargeEntitiesIn} body - The data to update the extra charge entities.
639
+ * @return {Observable<ExtraChargeEntitiesOut>} An observable that emits the updated extra charge entities.
640
+ */
641
+ putExtraChargeEntities(body: ExtraChargeEntitiesIn): Observable<ExtraChargeEntitiesOut>;
642
+ /**
643
+ * Retrieves the parameter configurations based on the provided query parameters.
644
+ *
645
+ * @param {QueryParams} params - The query parameters to filter the parameter configurations.
646
+ * @return {Observable<ParameterConfigsOut>} An observable that emits the parameter configurations data.
647
+ */
648
+ getParameterConfigs(params: QueryParams): Observable<ParameterConfigsOut>;
649
+ /**
650
+ * Sends a POST request to create or update a parameter configuration.
651
+ *
652
+ * @param {ParameterConfigIn} body - The input data object containing the parameter configuration to be sent in the request body.
653
+ * @return {Observable<ParameterConfigOut>} An observable that emits the server's response containing the updated or newly created parameter configuration.
654
+ */
655
+ postParameterConfig(body: ParameterConfigIn): Observable<ParameterConfigOut>;
656
+ /**
657
+ * Updates the configuration of a parameter with the provided ID and input data.
658
+ *
659
+ * @param {number} id - The unique identifier of the parameter configuration to be updated.
660
+ * @param {ParameterConfigIn} body - The input data containing the updated configuration for the parameter.
661
+ * @return {Observable<ParameterConfigOut>} An observable that emits the updated parameter configuration.
662
+ */
663
+ putParameterConfig(id: number, body: ParameterConfigIn): Observable<ParameterConfigOut>;
664
+ /**
665
+ * Deletes a parameter configuration specified by its ID.
666
+ *
667
+ * @param {number} id - The unique identifier of the parameter configuration to be deleted.
668
+ * @return {Observable<ParameterConfigOut>} An observable containing the deleted parameter configuration data.
669
+ */
670
+ deleteParameterConfig(id: number): Observable<ParameterConfigOut>;
671
+ /**
672
+ * Retrieves a list of TDX account settings based on the given query parameters.
673
+ *
674
+ * @param {QueryParams} params - Query parameters used to filter or paginate the results.
675
+ * @returns {Observable<TDXAccountsSettingsOut>} An observable containing the list of TDX account settings.
676
+ */
677
+ getTDXAccountsSettings(params: QueryParams): Observable<TDXAccountsSettingsOut>;
678
+ /**
679
+ * Retrieves a single TDX account setting by its ID.
680
+ *
681
+ * @param {number} id - The unique identifier of the TDX account setting to be retrieved.
682
+ * @returns {Observable<TDXAccountSettingsOut>} An observable containing the requested TDX account setting.
683
+ */
684
+ getTDXAccountSettings(id: number): Observable<TDXAccountSettingsOut>;
685
+ /**
686
+ * Creates a new TDX account setting with the provided data.
687
+ *
688
+ * @param {TDXAccountSettingsIn} body - The data used to create the new TDX account setting.
689
+ * @returns {Observable<TDXAccountSettingsOut>} An observable containing the newly created TDX account setting.
690
+ */
691
+ postTDXAccountSettings(body: TDXAccountSettingsIn): Observable<TDXAccountSettingsOut>;
692
+ /**
693
+ * Updates an existing TDX account setting identified by its ID.
694
+ *
695
+ * @param {number} id - The unique identifier of the TDX account setting to be updated.
696
+ * @param {TDXAccountSettingsIn} body - The updated data for the TDX account setting.
697
+ * @returns {Observable<TDXAccountSettingsOut>} An observable containing the updated TDX account setting.
698
+ */
699
+ putTDXAccountSettings(id: number, body: TDXAccountSettingsIn): Observable<TDXAccountSettingsOut>;
700
+ /**
701
+ * Retrieves the employees of a specific location using a provided token.
702
+ *
703
+ * @param params - Input parameters for the request, defined by the `LocationEmployeesIn` interface.
704
+ * @returns An `Observable<LocationEmployeesOut>` that emits the employees
705
+ * associated with the given location.
706
+ * @returns The response type is `ApiSuccess<LocationEmployeesOut>`, from which the `data` field is extracted.
707
+ */
708
+ getLocationEmployeesByToken(params: {
709
+ token: string;
710
+ queryParams: QueryParams;
711
+ }): Observable<LocationEmployeesOut>;
712
+ static ɵfac: i0.ɵɵFactoryDeclaration<ApiCompaniesService, never>;
713
+ static ɵprov: i0.ɵɵInjectableDeclaration<ApiCompaniesService>;
714
+ }