flexinet-api 0.0.1308 → 0.0.1310

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.1308
1
+ ## flexinet-api@0.0.1310
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.1308 --save
39
+ npm install flexinet-api@0.0.1310 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -923,7 +923,10 @@ export const Feature = {
923
923
  Promotions: 'promotions',
924
924
  SalesBudget: 'sales_budget',
925
925
  CustomDeals: 'custom_deals',
926
- UserInfo: 'user_info'
926
+ UserInfo: 'user_info',
927
+ ExternalInventory: 'external_inventory',
928
+ OrderEvents: 'order_events',
929
+ OrderStatusPolling: 'order_status_polling'
927
930
  } as const;
928
931
 
929
932
  export type Feature = typeof Feature[keyof typeof Feature];
package/dist/api.d.ts CHANGED
@@ -866,6 +866,9 @@ export declare const Feature: {
866
866
  readonly SalesBudget: "sales_budget";
867
867
  readonly CustomDeals: "custom_deals";
868
868
  readonly UserInfo: "user_info";
869
+ readonly ExternalInventory: "external_inventory";
870
+ readonly OrderEvents: "order_events";
871
+ readonly OrderStatusPolling: "order_status_polling";
869
872
  };
870
873
  export type Feature = typeof Feature[keyof typeof Feature];
871
874
  /**
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
@@ -866,6 +866,9 @@ export declare const Feature: {
866
866
  readonly SalesBudget: "sales_budget";
867
867
  readonly CustomDeals: "custom_deals";
868
868
  readonly UserInfo: "user_info";
869
+ readonly ExternalInventory: "external_inventory";
870
+ readonly OrderEvents: "order_events";
871
+ readonly OrderStatusPolling: "order_status_polling";
869
872
  };
870
873
  export type Feature = typeof Feature[keyof typeof Feature];
871
874
  /**
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
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.1308",
3
+ "version": "0.0.1310",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {