flexinet-api 0.0.513-prerelease0 → 0.0.514-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 +12 -0
- package/dist/api.d.ts +12 -0
- package/dist/esm/api.d.ts +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## flexinet-api@0.0.
|
|
1
|
+
## flexinet-api@0.0.514-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.514-prerelease0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -703,6 +703,18 @@ export interface CustomeruserDetails {
|
|
|
703
703
|
* @memberof CustomeruserDetails
|
|
704
704
|
*/
|
|
705
705
|
'email': string;
|
|
706
|
+
/**
|
|
707
|
+
*
|
|
708
|
+
* @type {string}
|
|
709
|
+
* @memberof CustomeruserDetails
|
|
710
|
+
*/
|
|
711
|
+
'firstName'?: string;
|
|
712
|
+
/**
|
|
713
|
+
*
|
|
714
|
+
* @type {string}
|
|
715
|
+
* @memberof CustomeruserDetails
|
|
716
|
+
*/
|
|
717
|
+
'lastName'?: string;
|
|
706
718
|
}
|
|
707
719
|
/**
|
|
708
720
|
*
|
package/dist/api.d.ts
CHANGED
|
@@ -661,6 +661,18 @@ export interface CustomeruserDetails {
|
|
|
661
661
|
* @memberof CustomeruserDetails
|
|
662
662
|
*/
|
|
663
663
|
'email': string;
|
|
664
|
+
/**
|
|
665
|
+
*
|
|
666
|
+
* @type {string}
|
|
667
|
+
* @memberof CustomeruserDetails
|
|
668
|
+
*/
|
|
669
|
+
'firstName'?: string;
|
|
670
|
+
/**
|
|
671
|
+
*
|
|
672
|
+
* @type {string}
|
|
673
|
+
* @memberof CustomeruserDetails
|
|
674
|
+
*/
|
|
675
|
+
'lastName'?: string;
|
|
664
676
|
}
|
|
665
677
|
/**
|
|
666
678
|
*
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -661,6 +661,18 @@ export interface CustomeruserDetails {
|
|
|
661
661
|
* @memberof CustomeruserDetails
|
|
662
662
|
*/
|
|
663
663
|
'email': string;
|
|
664
|
+
/**
|
|
665
|
+
*
|
|
666
|
+
* @type {string}
|
|
667
|
+
* @memberof CustomeruserDetails
|
|
668
|
+
*/
|
|
669
|
+
'firstName'?: string;
|
|
670
|
+
/**
|
|
671
|
+
*
|
|
672
|
+
* @type {string}
|
|
673
|
+
* @memberof CustomeruserDetails
|
|
674
|
+
*/
|
|
675
|
+
'lastName'?: string;
|
|
664
676
|
}
|
|
665
677
|
/**
|
|
666
678
|
*
|