flexinet-api 0.0.687-prerelease0 → 0.0.689-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 -8
- package/dist/api.js +0 -6
- package/dist/esm/api.js +0 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## flexinet-api@0.0.
|
|
1
|
+
## flexinet-api@0.0.689-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.689-prerelease0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4281,10 +4281,6 @@ export const ClientApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
4281
4281
|
const localVarHeaderParameter = {} as any;
|
|
4282
4282
|
const localVarQueryParameter = {} as any;
|
|
4283
4283
|
|
|
4284
|
-
// authentication systemJWT required
|
|
4285
|
-
// http bearer authentication required
|
|
4286
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
4287
|
-
|
|
4288
4284
|
// authentication ApiKeyAuth required
|
|
4289
4285
|
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
4290
4286
|
|
|
@@ -6584,10 +6580,6 @@ export const ProductApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6584
6580
|
const localVarHeaderParameter = {} as any;
|
|
6585
6581
|
const localVarQueryParameter = {} as any;
|
|
6586
6582
|
|
|
6587
|
-
// authentication systemJWT required
|
|
6588
|
-
// http bearer authentication required
|
|
6589
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
6590
|
-
|
|
6591
6583
|
// authentication ApiKeyAuth required
|
|
6592
6584
|
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
6593
6585
|
|
package/dist/api.js
CHANGED
|
@@ -981,9 +981,6 @@ const ClientApiAxiosParamCreator = function (configuration) {
|
|
|
981
981
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
982
982
|
const localVarHeaderParameter = {};
|
|
983
983
|
const localVarQueryParameter = {};
|
|
984
|
-
// authentication systemJWT required
|
|
985
|
-
// http bearer authentication required
|
|
986
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
987
984
|
// authentication ApiKeyAuth required
|
|
988
985
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-API-Key", configuration);
|
|
989
986
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -3105,9 +3102,6 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
3105
3102
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
3106
3103
|
const localVarHeaderParameter = {};
|
|
3107
3104
|
const localVarQueryParameter = {};
|
|
3108
|
-
// authentication systemJWT required
|
|
3109
|
-
// http bearer authentication required
|
|
3110
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
3111
3105
|
// authentication ApiKeyAuth required
|
|
3112
3106
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-API-Key", configuration);
|
|
3113
3107
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
package/dist/esm/api.js
CHANGED
|
@@ -964,9 +964,6 @@ export const ClientApiAxiosParamCreator = function (configuration) {
|
|
|
964
964
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
965
965
|
const localVarHeaderParameter = {};
|
|
966
966
|
const localVarQueryParameter = {};
|
|
967
|
-
// authentication systemJWT required
|
|
968
|
-
// http bearer authentication required
|
|
969
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
970
967
|
// authentication ApiKeyAuth required
|
|
971
968
|
yield setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration);
|
|
972
969
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -3060,9 +3057,6 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
3060
3057
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
3061
3058
|
const localVarHeaderParameter = {};
|
|
3062
3059
|
const localVarQueryParameter = {};
|
|
3063
|
-
// authentication systemJWT required
|
|
3064
|
-
// http bearer authentication required
|
|
3065
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3066
3060
|
// authentication ApiKeyAuth required
|
|
3067
3061
|
yield setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration);
|
|
3068
3062
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|