flexinet-api 0.0.524-prerelease0 → 0.0.526-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 -12
- package/dist/api.d.ts +11 -11
- package/dist/esm/api.d.ts +11 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## flexinet-api@0.0.
|
|
1
|
+
## flexinet-api@0.0.526-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.526-prerelease0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -1679,12 +1679,6 @@ export interface Profile {
|
|
|
1679
1679
|
* @memberof Profile
|
|
1680
1680
|
*/
|
|
1681
1681
|
'user': User;
|
|
1682
|
-
/**
|
|
1683
|
-
*
|
|
1684
|
-
* @type {ProfileDetails}
|
|
1685
|
-
* @memberof Profile
|
|
1686
|
-
*/
|
|
1687
|
-
'details': ProfileDetails;
|
|
1688
1682
|
/**
|
|
1689
1683
|
*
|
|
1690
1684
|
* @type {Client}
|
|
@@ -1692,12 +1686,6 @@ export interface Profile {
|
|
|
1692
1686
|
*/
|
|
1693
1687
|
'client'?: Client;
|
|
1694
1688
|
}
|
|
1695
|
-
/**
|
|
1696
|
-
* @type ProfileDetails
|
|
1697
|
-
* @export
|
|
1698
|
-
*/
|
|
1699
|
-
export type ProfileDetails = CustomeruserDetails | SystemUserDetails;
|
|
1700
|
-
|
|
1701
1689
|
/**
|
|
1702
1690
|
*
|
|
1703
1691
|
* @export
|
|
@@ -3086,6 +3074,12 @@ export interface User {
|
|
|
3086
3074
|
* @memberof User
|
|
3087
3075
|
*/
|
|
3088
3076
|
'manager'?: User;
|
|
3077
|
+
/**
|
|
3078
|
+
*
|
|
3079
|
+
* @type {UserDetails}
|
|
3080
|
+
* @memberof User
|
|
3081
|
+
*/
|
|
3082
|
+
'details': UserDetails;
|
|
3089
3083
|
}
|
|
3090
3084
|
|
|
3091
3085
|
|
|
@@ -3108,6 +3102,12 @@ export interface UserBalance {
|
|
|
3108
3102
|
*/
|
|
3109
3103
|
'clientBalance'?: Balance;
|
|
3110
3104
|
}
|
|
3105
|
+
/**
|
|
3106
|
+
* @type UserDetails
|
|
3107
|
+
* @export
|
|
3108
|
+
*/
|
|
3109
|
+
export type UserDetails = CustomeruserDetails | SystemUserDetails;
|
|
3110
|
+
|
|
3111
3111
|
/**
|
|
3112
3112
|
*
|
|
3113
3113
|
* @export
|
package/dist/api.d.ts
CHANGED
|
@@ -1591,12 +1591,6 @@ export interface Profile {
|
|
|
1591
1591
|
* @memberof Profile
|
|
1592
1592
|
*/
|
|
1593
1593
|
'user': User;
|
|
1594
|
-
/**
|
|
1595
|
-
*
|
|
1596
|
-
* @type {ProfileDetails}
|
|
1597
|
-
* @memberof Profile
|
|
1598
|
-
*/
|
|
1599
|
-
'details': ProfileDetails;
|
|
1600
1594
|
/**
|
|
1601
1595
|
*
|
|
1602
1596
|
* @type {Client}
|
|
@@ -1604,11 +1598,6 @@ export interface Profile {
|
|
|
1604
1598
|
*/
|
|
1605
1599
|
'client'?: Client;
|
|
1606
1600
|
}
|
|
1607
|
-
/**
|
|
1608
|
-
* @type ProfileDetails
|
|
1609
|
-
* @export
|
|
1610
|
-
*/
|
|
1611
|
-
export type ProfileDetails = CustomeruserDetails | SystemUserDetails;
|
|
1612
1601
|
/**
|
|
1613
1602
|
*
|
|
1614
1603
|
* @export
|
|
@@ -2931,6 +2920,12 @@ export interface User {
|
|
|
2931
2920
|
* @memberof User
|
|
2932
2921
|
*/
|
|
2933
2922
|
'manager'?: User;
|
|
2923
|
+
/**
|
|
2924
|
+
*
|
|
2925
|
+
* @type {UserDetails}
|
|
2926
|
+
* @memberof User
|
|
2927
|
+
*/
|
|
2928
|
+
'details': UserDetails;
|
|
2934
2929
|
}
|
|
2935
2930
|
/**
|
|
2936
2931
|
*
|
|
@@ -2951,6 +2946,11 @@ export interface UserBalance {
|
|
|
2951
2946
|
*/
|
|
2952
2947
|
'clientBalance'?: Balance;
|
|
2953
2948
|
}
|
|
2949
|
+
/**
|
|
2950
|
+
* @type UserDetails
|
|
2951
|
+
* @export
|
|
2952
|
+
*/
|
|
2953
|
+
export type UserDetails = CustomeruserDetails | SystemUserDetails;
|
|
2954
2954
|
/**
|
|
2955
2955
|
*
|
|
2956
2956
|
* @export
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -1591,12 +1591,6 @@ export interface Profile {
|
|
|
1591
1591
|
* @memberof Profile
|
|
1592
1592
|
*/
|
|
1593
1593
|
'user': User;
|
|
1594
|
-
/**
|
|
1595
|
-
*
|
|
1596
|
-
* @type {ProfileDetails}
|
|
1597
|
-
* @memberof Profile
|
|
1598
|
-
*/
|
|
1599
|
-
'details': ProfileDetails;
|
|
1600
1594
|
/**
|
|
1601
1595
|
*
|
|
1602
1596
|
* @type {Client}
|
|
@@ -1604,11 +1598,6 @@ export interface Profile {
|
|
|
1604
1598
|
*/
|
|
1605
1599
|
'client'?: Client;
|
|
1606
1600
|
}
|
|
1607
|
-
/**
|
|
1608
|
-
* @type ProfileDetails
|
|
1609
|
-
* @export
|
|
1610
|
-
*/
|
|
1611
|
-
export type ProfileDetails = CustomeruserDetails | SystemUserDetails;
|
|
1612
1601
|
/**
|
|
1613
1602
|
*
|
|
1614
1603
|
* @export
|
|
@@ -2931,6 +2920,12 @@ export interface User {
|
|
|
2931
2920
|
* @memberof User
|
|
2932
2921
|
*/
|
|
2933
2922
|
'manager'?: User;
|
|
2923
|
+
/**
|
|
2924
|
+
*
|
|
2925
|
+
* @type {UserDetails}
|
|
2926
|
+
* @memberof User
|
|
2927
|
+
*/
|
|
2928
|
+
'details': UserDetails;
|
|
2934
2929
|
}
|
|
2935
2930
|
/**
|
|
2936
2931
|
*
|
|
@@ -2951,6 +2946,11 @@ export interface UserBalance {
|
|
|
2951
2946
|
*/
|
|
2952
2947
|
'clientBalance'?: Balance;
|
|
2953
2948
|
}
|
|
2949
|
+
/**
|
|
2950
|
+
* @type UserDetails
|
|
2951
|
+
* @export
|
|
2952
|
+
*/
|
|
2953
|
+
export type UserDetails = CustomeruserDetails | SystemUserDetails;
|
|
2954
2954
|
/**
|
|
2955
2955
|
*
|
|
2956
2956
|
* @export
|