flexinet-api 0.0.1536-prerelease0-dev → 0.0.1538-prerelease0-dev
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 +10 -10
- package/dist/api.d.ts +10 -10
- package/dist/esm/api.d.ts +10 -10
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
## flexinet-api@0.0.
|
1
|
+
## flexinet-api@0.0.1538-prerelease0-dev
|
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.1538-prerelease0-dev --save
|
40
40
|
```
|
41
41
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
@@ -781,10 +781,10 @@ export type Condition = typeof Condition[keyof typeof Condition];
|
|
781
781
|
export interface CustomDealMinTargetValueResponse {
|
782
782
|
/**
|
783
783
|
*
|
784
|
-
* @type {
|
784
|
+
* @type {string}
|
785
785
|
* @memberof CustomDealMinTargetValueResponse
|
786
786
|
*/
|
787
|
-
'minTargetValue':
|
787
|
+
'minTargetValue': string;
|
788
788
|
}
|
789
789
|
/**
|
790
790
|
* @type CustomDealRestriction
|
@@ -976,10 +976,10 @@ export interface Metrics {
|
|
976
976
|
'participationCountPerProgress'?: { [key: string]: number; };
|
977
977
|
/**
|
978
978
|
*
|
979
|
-
* @type {
|
979
|
+
* @type {string}
|
980
980
|
* @memberof Metrics
|
981
981
|
*/
|
982
|
-
'salesValue'?:
|
982
|
+
'salesValue'?: string;
|
983
983
|
}
|
984
984
|
/**
|
985
985
|
*
|
@@ -1077,10 +1077,10 @@ export interface MinTurnoverRestrictionValue {
|
|
1077
1077
|
'tagValue': string;
|
1078
1078
|
/**
|
1079
1079
|
*
|
1080
|
-
* @type {
|
1080
|
+
* @type {string}
|
1081
1081
|
* @memberof MinTurnoverRestrictionValue
|
1082
1082
|
*/
|
1083
|
-
'minTurnoverPercent':
|
1083
|
+
'minTurnoverPercent': string;
|
1084
1084
|
/**
|
1085
1085
|
*
|
1086
1086
|
* @type {CustomDealRestrictionPriority}
|
@@ -3332,10 +3332,10 @@ export interface TagRuleValueNumber {
|
|
3332
3332
|
'kind': TagRuleKind;
|
3333
3333
|
/**
|
3334
3334
|
*
|
3335
|
-
* @type {
|
3335
|
+
* @type {string}
|
3336
3336
|
* @memberof TagRuleValueNumber
|
3337
3337
|
*/
|
3338
|
-
'value':
|
3338
|
+
'value': string;
|
3339
3339
|
}
|
3340
3340
|
|
3341
3341
|
|
@@ -3487,10 +3487,10 @@ export interface Target {
|
|
3487
3487
|
export interface TargetLevel {
|
3488
3488
|
/**
|
3489
3489
|
*
|
3490
|
-
* @type {
|
3490
|
+
* @type {string}
|
3491
3491
|
* @memberof TargetLevel
|
3492
3492
|
*/
|
3493
|
-
'value':
|
3493
|
+
'value': string;
|
3494
3494
|
/**
|
3495
3495
|
*
|
3496
3496
|
* @type {BonusValue}
|
package/dist/api.d.ts
CHANGED
@@ -732,10 +732,10 @@ export type Condition = typeof Condition[keyof typeof Condition];
|
|
732
732
|
export interface CustomDealMinTargetValueResponse {
|
733
733
|
/**
|
734
734
|
*
|
735
|
-
* @type {
|
735
|
+
* @type {string}
|
736
736
|
* @memberof CustomDealMinTargetValueResponse
|
737
737
|
*/
|
738
|
-
'minTargetValue':
|
738
|
+
'minTargetValue': string;
|
739
739
|
}
|
740
740
|
/**
|
741
741
|
* @type CustomDealRestriction
|
@@ -916,10 +916,10 @@ export interface Metrics {
|
|
916
916
|
};
|
917
917
|
/**
|
918
918
|
*
|
919
|
-
* @type {
|
919
|
+
* @type {string}
|
920
920
|
* @memberof Metrics
|
921
921
|
*/
|
922
|
-
'salesValue'?:
|
922
|
+
'salesValue'?: string;
|
923
923
|
}
|
924
924
|
/**
|
925
925
|
*
|
@@ -1018,10 +1018,10 @@ export interface MinTurnoverRestrictionValue {
|
|
1018
1018
|
'tagValue': string;
|
1019
1019
|
/**
|
1020
1020
|
*
|
1021
|
-
* @type {
|
1021
|
+
* @type {string}
|
1022
1022
|
* @memberof MinTurnoverRestrictionValue
|
1023
1023
|
*/
|
1024
|
-
'minTurnoverPercent':
|
1024
|
+
'minTurnoverPercent': string;
|
1025
1025
|
/**
|
1026
1026
|
*
|
1027
1027
|
* @type {CustomDealRestrictionPriority}
|
@@ -3158,10 +3158,10 @@ export interface TagRuleValueNumber {
|
|
3158
3158
|
'kind': TagRuleKind;
|
3159
3159
|
/**
|
3160
3160
|
*
|
3161
|
-
* @type {
|
3161
|
+
* @type {string}
|
3162
3162
|
* @memberof TagRuleValueNumber
|
3163
3163
|
*/
|
3164
|
-
'value':
|
3164
|
+
'value': string;
|
3165
3165
|
}
|
3166
3166
|
/**
|
3167
3167
|
*
|
@@ -3303,10 +3303,10 @@ export interface Target {
|
|
3303
3303
|
export interface TargetLevel {
|
3304
3304
|
/**
|
3305
3305
|
*
|
3306
|
-
* @type {
|
3306
|
+
* @type {string}
|
3307
3307
|
* @memberof TargetLevel
|
3308
3308
|
*/
|
3309
|
-
'value':
|
3309
|
+
'value': string;
|
3310
3310
|
/**
|
3311
3311
|
*
|
3312
3312
|
* @type {BonusValue}
|
package/dist/esm/api.d.ts
CHANGED
@@ -732,10 +732,10 @@ export type Condition = typeof Condition[keyof typeof Condition];
|
|
732
732
|
export interface CustomDealMinTargetValueResponse {
|
733
733
|
/**
|
734
734
|
*
|
735
|
-
* @type {
|
735
|
+
* @type {string}
|
736
736
|
* @memberof CustomDealMinTargetValueResponse
|
737
737
|
*/
|
738
|
-
'minTargetValue':
|
738
|
+
'minTargetValue': string;
|
739
739
|
}
|
740
740
|
/**
|
741
741
|
* @type CustomDealRestriction
|
@@ -916,10 +916,10 @@ export interface Metrics {
|
|
916
916
|
};
|
917
917
|
/**
|
918
918
|
*
|
919
|
-
* @type {
|
919
|
+
* @type {string}
|
920
920
|
* @memberof Metrics
|
921
921
|
*/
|
922
|
-
'salesValue'?:
|
922
|
+
'salesValue'?: string;
|
923
923
|
}
|
924
924
|
/**
|
925
925
|
*
|
@@ -1018,10 +1018,10 @@ export interface MinTurnoverRestrictionValue {
|
|
1018
1018
|
'tagValue': string;
|
1019
1019
|
/**
|
1020
1020
|
*
|
1021
|
-
* @type {
|
1021
|
+
* @type {string}
|
1022
1022
|
* @memberof MinTurnoverRestrictionValue
|
1023
1023
|
*/
|
1024
|
-
'minTurnoverPercent':
|
1024
|
+
'minTurnoverPercent': string;
|
1025
1025
|
/**
|
1026
1026
|
*
|
1027
1027
|
* @type {CustomDealRestrictionPriority}
|
@@ -3158,10 +3158,10 @@ export interface TagRuleValueNumber {
|
|
3158
3158
|
'kind': TagRuleKind;
|
3159
3159
|
/**
|
3160
3160
|
*
|
3161
|
-
* @type {
|
3161
|
+
* @type {string}
|
3162
3162
|
* @memberof TagRuleValueNumber
|
3163
3163
|
*/
|
3164
|
-
'value':
|
3164
|
+
'value': string;
|
3165
3165
|
}
|
3166
3166
|
/**
|
3167
3167
|
*
|
@@ -3303,10 +3303,10 @@ export interface Target {
|
|
3303
3303
|
export interface TargetLevel {
|
3304
3304
|
/**
|
3305
3305
|
*
|
3306
|
-
* @type {
|
3306
|
+
* @type {string}
|
3307
3307
|
* @memberof TargetLevel
|
3308
3308
|
*/
|
3309
|
-
'value':
|
3309
|
+
'value': string;
|
3310
3310
|
/**
|
3311
3311
|
*
|
3312
3312
|
* @type {BonusValue}
|