flexinet-api 0.0.855-prerelease0 → 0.0.868-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 CHANGED
@@ -1,4 +1,4 @@
1
- ## flexinet-api@0.0.855-prerelease0
1
+ ## flexinet-api@0.0.868-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.855-prerelease0 --save
39
+ npm install flexinet-api@0.0.868-prerelease0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -883,7 +883,8 @@ export type EventCreationRequestDetails = TransactionEventDetails;
883
883
  export const Feature = {
884
884
  Promotions: 'promotions',
885
885
  SalesBudget: 'sales_budget',
886
- CustomDeals: 'custom_deals'
886
+ CustomDeals: 'custom_deals',
887
+ UserInfo: 'user_info'
887
888
  } as const;
888
889
 
889
890
  export type Feature = typeof Feature[keyof typeof Feature];
package/dist/api.d.ts CHANGED
@@ -826,6 +826,7 @@ export declare const Feature: {
826
826
  readonly Promotions: "promotions";
827
827
  readonly SalesBudget: "sales_budget";
828
828
  readonly CustomDeals: "custom_deals";
829
+ readonly UserInfo: "user_info";
829
830
  };
830
831
  export type Feature = typeof Feature[keyof typeof Feature];
831
832
  /**
package/dist/api.js CHANGED
@@ -101,7 +101,8 @@ exports.EventCreationRequestKindEnum = {
101
101
  exports.Feature = {
102
102
  Promotions: 'promotions',
103
103
  SalesBudget: 'sales_budget',
104
- CustomDeals: 'custom_deals'
104
+ CustomDeals: 'custom_deals',
105
+ UserInfo: 'user_info'
105
106
  };
106
107
  /**
107
108
  *
package/dist/esm/api.d.ts CHANGED
@@ -826,6 +826,7 @@ export declare const Feature: {
826
826
  readonly Promotions: "promotions";
827
827
  readonly SalesBudget: "sales_budget";
828
828
  readonly CustomDeals: "custom_deals";
829
+ readonly UserInfo: "user_info";
829
830
  };
830
831
  export type Feature = typeof Feature[keyof typeof Feature];
831
832
  /**
package/dist/esm/api.js CHANGED
@@ -96,7 +96,8 @@ export const EventCreationRequestKindEnum = {
96
96
  export const Feature = {
97
97
  Promotions: 'promotions',
98
98
  SalesBudget: 'sales_budget',
99
- CustomDeals: 'custom_deals'
99
+ CustomDeals: 'custom_deals',
100
+ UserInfo: 'user_info'
100
101
  };
101
102
  /**
102
103
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.855-prerelease0",
3
+ "version": "0.0.868-prerelease0",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {