flexinet-api 0.0.648-prerelease0 → 0.0.650-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 CHANGED
@@ -1,4 +1,4 @@
1
- ## flexinet-api@0.0.648-prerelease0
1
+ ## flexinet-api@0.0.650-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.648-prerelease0 --save
39
+ npm install flexinet-api@0.0.650-prerelease0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -5504,6 +5504,10 @@ export const NotificationApiAxiosParamCreator = function (configuration?: Config
5504
5504
  const localVarHeaderParameter = {} as any;
5505
5505
  const localVarQueryParameter = {} as any;
5506
5506
 
5507
+ // authentication customerJWT required
5508
+ // http bearer authentication required
5509
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
5510
+
5507
5511
 
5508
5512
 
5509
5513
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -5619,6 +5623,10 @@ export const NotificationApiAxiosParamCreator = function (configuration?: Config
5619
5623
  const localVarHeaderParameter = {} as any;
5620
5624
  const localVarQueryParameter = {} as any;
5621
5625
 
5626
+ // authentication customerJWT required
5627
+ // http bearer authentication required
5628
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
5629
+
5622
5630
 
5623
5631
 
5624
5632
  localVarHeaderParameter['Content-Type'] = 'application/json';
package/dist/api.js CHANGED
@@ -2164,6 +2164,9 @@ const NotificationApiAxiosParamCreator = function (configuration) {
2164
2164
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
2165
2165
  const localVarHeaderParameter = {};
2166
2166
  const localVarQueryParameter = {};
2167
+ // authentication customerJWT required
2168
+ // http bearer authentication required
2169
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
2167
2170
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
2168
2171
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2169
2172
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -2260,6 +2263,9 @@ const NotificationApiAxiosParamCreator = function (configuration) {
2260
2263
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
2261
2264
  const localVarHeaderParameter = {};
2262
2265
  const localVarQueryParameter = {};
2266
+ // authentication customerJWT required
2267
+ // http bearer authentication required
2268
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
2263
2269
  localVarHeaderParameter['Content-Type'] = 'application/json';
2264
2270
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
2265
2271
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
package/dist/esm/api.js CHANGED
@@ -2127,6 +2127,9 @@ export const NotificationApiAxiosParamCreator = function (configuration) {
2127
2127
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
2128
2128
  const localVarHeaderParameter = {};
2129
2129
  const localVarQueryParameter = {};
2130
+ // authentication customerJWT required
2131
+ // http bearer authentication required
2132
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
2130
2133
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2131
2134
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2132
2135
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -2223,6 +2226,9 @@ export const NotificationApiAxiosParamCreator = function (configuration) {
2223
2226
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
2224
2227
  const localVarHeaderParameter = {};
2225
2228
  const localVarQueryParameter = {};
2229
+ // authentication customerJWT required
2230
+ // http bearer authentication required
2231
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
2226
2232
  localVarHeaderParameter['Content-Type'] = 'application/json';
2227
2233
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2228
2234
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.648-prerelease0",
3
+ "version": "0.0.650-prerelease0",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {