flexinet-api 0.0.1277 → 0.0.1279

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.1277
1
+ ## flexinet-api@0.0.1279
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.1277 --save
39
+ npm install flexinet-api@0.0.1279 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -2039,6 +2039,12 @@ export interface Profile {
2039
2039
  * @interface Progress
2040
2040
  */
2041
2041
  export interface Progress {
2042
+ /**
2043
+ *
2044
+ * @type {string}
2045
+ * @memberof Progress
2046
+ */
2047
+ 'promotionId': string;
2042
2048
  /**
2043
2049
  *
2044
2050
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -1924,6 +1924,12 @@ export interface Profile {
1924
1924
  * @interface Progress
1925
1925
  */
1926
1926
  export interface Progress {
1927
+ /**
1928
+ *
1929
+ * @type {string}
1930
+ * @memberof Progress
1931
+ */
1932
+ 'promotionId': string;
1927
1933
  /**
1928
1934
  *
1929
1935
  * @type {string}
package/dist/esm/api.d.ts CHANGED
@@ -1924,6 +1924,12 @@ export interface Profile {
1924
1924
  * @interface Progress
1925
1925
  */
1926
1926
  export interface Progress {
1927
+ /**
1928
+ *
1929
+ * @type {string}
1930
+ * @memberof Progress
1931
+ */
1932
+ 'promotionId': string;
1927
1933
  /**
1928
1934
  *
1929
1935
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.1277",
3
+ "version": "0.0.1279",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {