flexinet-api 0.0.2331 → 0.0.2347
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 +2 -1
- package/dist/api.d.ts +1 -0
- package/dist/api.js +2 -1
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
## flexinet-api@
|
1
|
+
## flexinet-api@0.0.2347
|
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.2347 --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];
|
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
|
*
|
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
|
*
|