flexinet-api 0.0.1514-prerelease0 → 0.0.1521-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 +4 -1
- package/dist/api.d.ts +3 -0
- package/dist/api.js +4 -1
- package/dist/esm/api.d.ts +3 -0
- package/dist/esm/api.js +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
## flexinet-api@0.0.
|
1
|
+
## flexinet-api@0.0.1521-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.1521-prerelease0 --save
|
40
40
|
```
|
41
41
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
@@ -893,7 +893,10 @@ export const Feature = {
|
|
893
893
|
Promotions: 'promotions',
|
894
894
|
SalesBudget: 'sales_budget',
|
895
895
|
CustomDeals: 'custom_deals',
|
896
|
-
UserInfo: 'user_info'
|
896
|
+
UserInfo: 'user_info',
|
897
|
+
ExternalInventory: 'external_inventory',
|
898
|
+
OrderEvents: 'order_events',
|
899
|
+
OrderStatusPolling: 'order_status_polling'
|
897
900
|
} as const;
|
898
901
|
|
899
902
|
export type Feature = typeof Feature[keyof typeof Feature];
|
package/dist/api.d.ts
CHANGED
@@ -839,6 +839,9 @@ export declare const Feature: {
|
|
839
839
|
readonly SalesBudget: "sales_budget";
|
840
840
|
readonly CustomDeals: "custom_deals";
|
841
841
|
readonly UserInfo: "user_info";
|
842
|
+
readonly ExternalInventory: "external_inventory";
|
843
|
+
readonly OrderEvents: "order_events";
|
844
|
+
readonly OrderStatusPolling: "order_status_polling";
|
842
845
|
};
|
843
846
|
export type Feature = typeof Feature[keyof typeof Feature];
|
844
847
|
/**
|
package/dist/api.js
CHANGED
@@ -103,7 +103,10 @@ exports.Feature = {
|
|
103
103
|
Promotions: 'promotions',
|
104
104
|
SalesBudget: 'sales_budget',
|
105
105
|
CustomDeals: 'custom_deals',
|
106
|
-
UserInfo: 'user_info'
|
106
|
+
UserInfo: 'user_info',
|
107
|
+
ExternalInventory: 'external_inventory',
|
108
|
+
OrderEvents: 'order_events',
|
109
|
+
OrderStatusPolling: 'order_status_polling'
|
107
110
|
};
|
108
111
|
/**
|
109
112
|
*
|
package/dist/esm/api.d.ts
CHANGED
@@ -839,6 +839,9 @@ export declare const Feature: {
|
|
839
839
|
readonly SalesBudget: "sales_budget";
|
840
840
|
readonly CustomDeals: "custom_deals";
|
841
841
|
readonly UserInfo: "user_info";
|
842
|
+
readonly ExternalInventory: "external_inventory";
|
843
|
+
readonly OrderEvents: "order_events";
|
844
|
+
readonly OrderStatusPolling: "order_status_polling";
|
842
845
|
};
|
843
846
|
export type Feature = typeof Feature[keyof typeof Feature];
|
844
847
|
/**
|
package/dist/esm/api.js
CHANGED
@@ -98,7 +98,10 @@ export const Feature = {
|
|
98
98
|
Promotions: 'promotions',
|
99
99
|
SalesBudget: 'sales_budget',
|
100
100
|
CustomDeals: 'custom_deals',
|
101
|
-
UserInfo: 'user_info'
|
101
|
+
UserInfo: 'user_info',
|
102
|
+
ExternalInventory: 'external_inventory',
|
103
|
+
OrderEvents: 'order_events',
|
104
|
+
OrderStatusPolling: 'order_status_polling'
|
102
105
|
};
|
103
106
|
/**
|
104
107
|
*
|