@revxui/api-clients-ts 3.0.8 → 3.0.9
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.
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @revxui/api-clients-ts@3.0.
|
|
1
|
+
# @revxui/api-clients-ts@3.0.9
|
|
2
2
|
|
|
3
3
|
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
|
|
@@ -24,7 +24,7 @@ Navigate to the folder of your consuming project and run one of next commands.
|
|
|
24
24
|
_published:_
|
|
25
25
|
|
|
26
26
|
```console
|
|
27
|
-
npm install @revxui/api-clients-ts@3.0.
|
|
27
|
+
npm install @revxui/api-clients-ts@3.0.9 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
|
@@ -316,7 +316,7 @@ class Configuration {
|
|
|
316
316
|
* Do not edit the class manually.
|
|
317
317
|
*/
|
|
318
318
|
class BaseService {
|
|
319
|
-
basePath = 'https://
|
|
319
|
+
basePath = 'https://apiv2stage3.atomex.net';
|
|
320
320
|
defaultHeaders = new HttpHeaders();
|
|
321
321
|
configuration;
|
|
322
322
|
encoder;
|