flexinet-api 0.0.371-prerelease0 → 0.0.372-prerelease0
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 +2 -2
- package/api.ts +0 -4
- package/dist/api.js +0 -3
- package/dist/esm/api.js +0 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## flexinet-api@0.0.
|
|
1
|
+
## flexinet-api@0.0.372-prerelease0
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install flexinet-api@0.0.
|
|
39
|
+
npm install flexinet-api@0.0.372-prerelease0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4412,10 +4412,6 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
4412
4412
|
const localVarHeaderParameter = {} as any;
|
|
4413
4413
|
const localVarQueryParameter = {} as any;
|
|
4414
4414
|
|
|
4415
|
-
// authentication jwt required
|
|
4416
|
-
// http bearer authentication required
|
|
4417
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
4418
|
-
|
|
4419
4415
|
// authentication ApiKeyAuth required
|
|
4420
4416
|
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
4421
4417
|
|
package/dist/api.js
CHANGED
|
@@ -1496,9 +1496,6 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1496
1496
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1497
1497
|
const localVarHeaderParameter = {};
|
|
1498
1498
|
const localVarQueryParameter = {};
|
|
1499
|
-
// authentication jwt required
|
|
1500
|
-
// http bearer authentication required
|
|
1501
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1502
1499
|
// authentication ApiKeyAuth required
|
|
1503
1500
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-API-Key", configuration);
|
|
1504
1501
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
package/dist/esm/api.js
CHANGED
|
@@ -1467,9 +1467,6 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1467
1467
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1468
1468
|
const localVarHeaderParameter = {};
|
|
1469
1469
|
const localVarQueryParameter = {};
|
|
1470
|
-
// authentication jwt required
|
|
1471
|
-
// http bearer authentication required
|
|
1472
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1473
1470
|
// authentication ApiKeyAuth required
|
|
1474
1471
|
yield setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration);
|
|
1475
1472
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|