flexinet-api 0.0.2297 → 0.0.2314
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 +4 -4
- package/dist/api.js +4 -4
- package/dist/esm/api.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
## flexinet-api@v0.0.
|
1
|
+
## flexinet-api@v0.0.2314
|
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@v0.0.
|
39
|
+
npm install flexinet-api@v0.0.2314 --save
|
40
40
|
```
|
41
41
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
@@ -8065,7 +8065,7 @@ export const NotificationApiAxiosParamCreator = function (configuration?: Config
|
|
8065
8065
|
const localVarHeaderParameter = {} as any;
|
8066
8066
|
const localVarQueryParameter = {} as any;
|
8067
8067
|
|
8068
|
-
// authentication
|
8068
|
+
// authentication systemJWT required
|
8069
8069
|
// http bearer authentication required
|
8070
8070
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
8071
8071
|
|
@@ -8102,7 +8102,7 @@ export const NotificationApiAxiosParamCreator = function (configuration?: Config
|
|
8102
8102
|
const localVarHeaderParameter = {} as any;
|
8103
8103
|
const localVarQueryParameter = {} as any;
|
8104
8104
|
|
8105
|
-
// authentication
|
8105
|
+
// authentication systemJWT required
|
8106
8106
|
// http bearer authentication required
|
8107
8107
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
8108
8108
|
|
@@ -8319,7 +8319,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration?: Confi
|
|
8319
8319
|
const localVarHeaderParameter = {} as any;
|
8320
8320
|
const localVarQueryParameter = {} as any;
|
8321
8321
|
|
8322
|
-
// authentication
|
8322
|
+
// authentication systemJWT required
|
8323
8323
|
// http bearer authentication required
|
8324
8324
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
8325
8325
|
|
@@ -8472,7 +8472,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration?: Confi
|
|
8472
8472
|
const localVarHeaderParameter = {} as any;
|
8473
8473
|
const localVarQueryParameter = {} as any;
|
8474
8474
|
|
8475
|
-
// authentication
|
8475
|
+
// authentication systemJWT required
|
8476
8476
|
// http bearer authentication required
|
8477
8477
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
8478
8478
|
|
package/dist/api.js
CHANGED
@@ -2920,7 +2920,7 @@ const NotificationApiAxiosParamCreator = function (configuration) {
|
|
2920
2920
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
2921
2921
|
const localVarHeaderParameter = {};
|
2922
2922
|
const localVarQueryParameter = {};
|
2923
|
-
// authentication
|
2923
|
+
// authentication systemJWT required
|
2924
2924
|
// http bearer authentication required
|
2925
2925
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
2926
2926
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
@@ -2951,7 +2951,7 @@ const NotificationApiAxiosParamCreator = function (configuration) {
|
|
2951
2951
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
2952
2952
|
const localVarHeaderParameter = {};
|
2953
2953
|
const localVarQueryParameter = {};
|
2954
|
-
// authentication
|
2954
|
+
// authentication systemJWT required
|
2955
2955
|
// http bearer authentication required
|
2956
2956
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
2957
2957
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
@@ -3149,7 +3149,7 @@ const NotificationsApiAxiosParamCreator = function (configuration) {
|
|
3149
3149
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
3150
3150
|
const localVarHeaderParameter = {};
|
3151
3151
|
const localVarQueryParameter = {};
|
3152
|
-
// authentication
|
3152
|
+
// authentication systemJWT required
|
3153
3153
|
// http bearer authentication required
|
3154
3154
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
3155
3155
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
@@ -3276,7 +3276,7 @@ const NotificationsApiAxiosParamCreator = function (configuration) {
|
|
3276
3276
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
3277
3277
|
const localVarHeaderParameter = {};
|
3278
3278
|
const localVarQueryParameter = {};
|
3279
|
-
// authentication
|
3279
|
+
// authentication systemJWT required
|
3280
3280
|
// http bearer authentication required
|
3281
3281
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
3282
3282
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
package/dist/esm/api.js
CHANGED
@@ -2879,7 +2879,7 @@ export const NotificationApiAxiosParamCreator = function (configuration) {
|
|
2879
2879
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
2880
2880
|
const localVarHeaderParameter = {};
|
2881
2881
|
const localVarQueryParameter = {};
|
2882
|
-
// authentication
|
2882
|
+
// authentication systemJWT required
|
2883
2883
|
// http bearer authentication required
|
2884
2884
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
2885
2885
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
@@ -2910,7 +2910,7 @@ export const NotificationApiAxiosParamCreator = function (configuration) {
|
|
2910
2910
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
2911
2911
|
const localVarHeaderParameter = {};
|
2912
2912
|
const localVarQueryParameter = {};
|
2913
|
-
// authentication
|
2913
|
+
// authentication systemJWT required
|
2914
2914
|
// http bearer authentication required
|
2915
2915
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
2916
2916
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
@@ -3104,7 +3104,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
|
|
3104
3104
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
3105
3105
|
const localVarHeaderParameter = {};
|
3106
3106
|
const localVarQueryParameter = {};
|
3107
|
-
// authentication
|
3107
|
+
// authentication systemJWT required
|
3108
3108
|
// http bearer authentication required
|
3109
3109
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
3110
3110
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
@@ -3231,7 +3231,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
|
|
3231
3231
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
3232
3232
|
const localVarHeaderParameter = {};
|
3233
3233
|
const localVarQueryParameter = {};
|
3234
|
-
// authentication
|
3234
|
+
// authentication systemJWT required
|
3235
3235
|
// http bearer authentication required
|
3236
3236
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
3237
3237
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|