flexinet-api 0.0.2286 → 0.0.2287
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 +6 -5
- package/dist/api.d.ts +1 -0
- package/dist/api.js +6 -5
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +6 -5
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
## flexinet-api@
|
1
|
+
## flexinet-api@0.0.2287
|
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@
|
39
|
+
npm install flexinet-api@0.0.2287 --save
|
40
40
|
```
|
41
41
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
@@ -1236,7 +1236,8 @@ export const Feature = {
|
|
1236
1236
|
UserInfo: 'user_info',
|
1237
1237
|
ExternalInventory: 'external_inventory',
|
1238
1238
|
OrderEvents: 'order_events',
|
1239
|
-
OrderStatusPolling: 'order_status_polling'
|
1239
|
+
OrderStatusPolling: 'order_status_polling',
|
1240
|
+
SmsSending: 'sms_sending'
|
1240
1241
|
} as const;
|
1241
1242
|
|
1242
1243
|
export type Feature = typeof Feature[keyof typeof Feature];
|
@@ -8065,7 +8066,7 @@ export const NotificationApiAxiosParamCreator = function (configuration?: Config
|
|
8065
8066
|
const localVarHeaderParameter = {} as any;
|
8066
8067
|
const localVarQueryParameter = {} as any;
|
8067
8068
|
|
8068
|
-
// authentication
|
8069
|
+
// authentication systemJWT required
|
8069
8070
|
// http bearer authentication required
|
8070
8071
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
8071
8072
|
|
@@ -8102,7 +8103,7 @@ export const NotificationApiAxiosParamCreator = function (configuration?: Config
|
|
8102
8103
|
const localVarHeaderParameter = {} as any;
|
8103
8104
|
const localVarQueryParameter = {} as any;
|
8104
8105
|
|
8105
|
-
// authentication
|
8106
|
+
// authentication systemJWT required
|
8106
8107
|
// http bearer authentication required
|
8107
8108
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
8108
8109
|
|
@@ -8319,7 +8320,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration?: Confi
|
|
8319
8320
|
const localVarHeaderParameter = {} as any;
|
8320
8321
|
const localVarQueryParameter = {} as any;
|
8321
8322
|
|
8322
|
-
// authentication
|
8323
|
+
// authentication systemJWT required
|
8323
8324
|
// http bearer authentication required
|
8324
8325
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
8325
8326
|
|
@@ -8472,7 +8473,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration?: Confi
|
|
8472
8473
|
const localVarHeaderParameter = {} as any;
|
8473
8474
|
const localVarQueryParameter = {} as any;
|
8474
8475
|
|
8475
|
-
// authentication
|
8476
|
+
// authentication systemJWT required
|
8476
8477
|
// http bearer authentication required
|
8477
8478
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
8478
8479
|
|
package/dist/api.d.ts
CHANGED
@@ -1172,6 +1172,7 @@ export declare const Feature: {
|
|
1172
1172
|
readonly ExternalInventory: "external_inventory";
|
1173
1173
|
readonly OrderEvents: "order_events";
|
1174
1174
|
readonly OrderStatusPolling: "order_status_polling";
|
1175
|
+
readonly SmsSending: "sms_sending";
|
1175
1176
|
};
|
1176
1177
|
export type Feature = typeof Feature[keyof typeof Feature];
|
1177
1178
|
/**
|
package/dist/api.js
CHANGED
@@ -117,7 +117,8 @@ exports.Feature = {
|
|
117
117
|
UserInfo: 'user_info',
|
118
118
|
ExternalInventory: 'external_inventory',
|
119
119
|
OrderEvents: 'order_events',
|
120
|
-
OrderStatusPolling: 'order_status_polling'
|
120
|
+
OrderStatusPolling: 'order_status_polling',
|
121
|
+
SmsSending: 'sms_sending'
|
121
122
|
};
|
122
123
|
/**
|
123
124
|
*
|
@@ -2920,7 +2921,7 @@ const NotificationApiAxiosParamCreator = function (configuration) {
|
|
2920
2921
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
2921
2922
|
const localVarHeaderParameter = {};
|
2922
2923
|
const localVarQueryParameter = {};
|
2923
|
-
// authentication
|
2924
|
+
// authentication systemJWT required
|
2924
2925
|
// http bearer authentication required
|
2925
2926
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
2926
2927
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
@@ -2951,7 +2952,7 @@ const NotificationApiAxiosParamCreator = function (configuration) {
|
|
2951
2952
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
2952
2953
|
const localVarHeaderParameter = {};
|
2953
2954
|
const localVarQueryParameter = {};
|
2954
|
-
// authentication
|
2955
|
+
// authentication systemJWT required
|
2955
2956
|
// http bearer authentication required
|
2956
2957
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
2957
2958
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
@@ -3149,7 +3150,7 @@ const NotificationsApiAxiosParamCreator = function (configuration) {
|
|
3149
3150
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
3150
3151
|
const localVarHeaderParameter = {};
|
3151
3152
|
const localVarQueryParameter = {};
|
3152
|
-
// authentication
|
3153
|
+
// authentication systemJWT required
|
3153
3154
|
// http bearer authentication required
|
3154
3155
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
3155
3156
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
@@ -3276,7 +3277,7 @@ const NotificationsApiAxiosParamCreator = function (configuration) {
|
|
3276
3277
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
3277
3278
|
const localVarHeaderParameter = {};
|
3278
3279
|
const localVarQueryParameter = {};
|
3279
|
-
// authentication
|
3280
|
+
// authentication systemJWT required
|
3280
3281
|
// http bearer authentication required
|
3281
3282
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
3282
3283
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
package/dist/esm/api.d.ts
CHANGED
@@ -1172,6 +1172,7 @@ export declare const Feature: {
|
|
1172
1172
|
readonly ExternalInventory: "external_inventory";
|
1173
1173
|
readonly OrderEvents: "order_events";
|
1174
1174
|
readonly OrderStatusPolling: "order_status_polling";
|
1175
|
+
readonly SmsSending: "sms_sending";
|
1175
1176
|
};
|
1176
1177
|
export type Feature = typeof Feature[keyof typeof Feature];
|
1177
1178
|
/**
|
package/dist/esm/api.js
CHANGED
@@ -112,7 +112,8 @@ export const Feature = {
|
|
112
112
|
UserInfo: 'user_info',
|
113
113
|
ExternalInventory: 'external_inventory',
|
114
114
|
OrderEvents: 'order_events',
|
115
|
-
OrderStatusPolling: 'order_status_polling'
|
115
|
+
OrderStatusPolling: 'order_status_polling',
|
116
|
+
SmsSending: 'sms_sending'
|
116
117
|
};
|
117
118
|
/**
|
118
119
|
*
|
@@ -2879,7 +2880,7 @@ export const NotificationApiAxiosParamCreator = function (configuration) {
|
|
2879
2880
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
2880
2881
|
const localVarHeaderParameter = {};
|
2881
2882
|
const localVarQueryParameter = {};
|
2882
|
-
// authentication
|
2883
|
+
// authentication systemJWT required
|
2883
2884
|
// http bearer authentication required
|
2884
2885
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
2885
2886
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
@@ -2910,7 +2911,7 @@ export const NotificationApiAxiosParamCreator = function (configuration) {
|
|
2910
2911
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
2911
2912
|
const localVarHeaderParameter = {};
|
2912
2913
|
const localVarQueryParameter = {};
|
2913
|
-
// authentication
|
2914
|
+
// authentication systemJWT required
|
2914
2915
|
// http bearer authentication required
|
2915
2916
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
2916
2917
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
@@ -3104,7 +3105,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
|
|
3104
3105
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
3105
3106
|
const localVarHeaderParameter = {};
|
3106
3107
|
const localVarQueryParameter = {};
|
3107
|
-
// authentication
|
3108
|
+
// authentication systemJWT required
|
3108
3109
|
// http bearer authentication required
|
3109
3110
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
3110
3111
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
@@ -3231,7 +3232,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
|
|
3231
3232
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
3232
3233
|
const localVarHeaderParameter = {};
|
3233
3234
|
const localVarQueryParameter = {};
|
3234
|
-
// authentication
|
3235
|
+
// authentication systemJWT required
|
3235
3236
|
// http bearer authentication required
|
3236
3237
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
3237
3238
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|