flexinet-api 0.0.1452-prerelease0 → 0.0.1465-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.1465-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.1465-prerelease0 --save
|
40
40
|
```
|
41
41
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
@@ -2081,6 +2081,12 @@ export interface Profile {
|
|
2081
2081
|
* @interface Progress
|
2082
2082
|
*/
|
2083
2083
|
export interface Progress {
|
2084
|
+
/**
|
2085
|
+
*
|
2086
|
+
* @type {string}
|
2087
|
+
* @memberof Progress
|
2088
|
+
*/
|
2089
|
+
'promotionId': string;
|
2084
2090
|
/**
|
2085
2091
|
*
|
2086
2092
|
* @type {string}
|
@@ -4152,6 +4158,12 @@ export interface UserOrder {
|
|
4152
4158
|
* @memberof UserOrder
|
4153
4159
|
*/
|
4154
4160
|
'clientID': string;
|
4161
|
+
/**
|
4162
|
+
*
|
4163
|
+
* @type {OrderStatus}
|
4164
|
+
* @memberof UserOrder
|
4165
|
+
*/
|
4166
|
+
'status'?: OrderStatus;
|
4155
4167
|
}
|
4156
4168
|
|
4157
4169
|
|
package/dist/api.d.ts
CHANGED
@@ -1964,6 +1964,12 @@ export interface Profile {
|
|
1964
1964
|
* @interface Progress
|
1965
1965
|
*/
|
1966
1966
|
export interface Progress {
|
1967
|
+
/**
|
1968
|
+
*
|
1969
|
+
* @type {string}
|
1970
|
+
* @memberof Progress
|
1971
|
+
*/
|
1972
|
+
'promotionId': string;
|
1967
1973
|
/**
|
1968
1974
|
*
|
1969
1975
|
* @type {string}
|
@@ -3954,6 +3960,12 @@ export interface UserOrder {
|
|
3954
3960
|
* @memberof UserOrder
|
3955
3961
|
*/
|
3956
3962
|
'clientID': string;
|
3963
|
+
/**
|
3964
|
+
*
|
3965
|
+
* @type {OrderStatus}
|
3966
|
+
* @memberof UserOrder
|
3967
|
+
*/
|
3968
|
+
'status'?: OrderStatus;
|
3957
3969
|
}
|
3958
3970
|
/**
|
3959
3971
|
*
|
package/dist/esm/api.d.ts
CHANGED
@@ -1964,6 +1964,12 @@ export interface Profile {
|
|
1964
1964
|
* @interface Progress
|
1965
1965
|
*/
|
1966
1966
|
export interface Progress {
|
1967
|
+
/**
|
1968
|
+
*
|
1969
|
+
* @type {string}
|
1970
|
+
* @memberof Progress
|
1971
|
+
*/
|
1972
|
+
'promotionId': string;
|
1967
1973
|
/**
|
1968
1974
|
*
|
1969
1975
|
* @type {string}
|
@@ -3954,6 +3960,12 @@ export interface UserOrder {
|
|
3954
3960
|
* @memberof UserOrder
|
3955
3961
|
*/
|
3956
3962
|
'clientID': string;
|
3963
|
+
/**
|
3964
|
+
*
|
3965
|
+
* @type {OrderStatus}
|
3966
|
+
* @memberof UserOrder
|
3967
|
+
*/
|
3968
|
+
'status'?: OrderStatus;
|
3957
3969
|
}
|
3958
3970
|
/**
|
3959
3971
|
*
|