flexinet-api 0.0.466-prerelease0 → 0.0.470-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.470-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.470-prerelease0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -175,6 +175,12 @@ export interface BalanceUpdateRequest {
|
|
|
175
175
|
* @memberof BalanceUpdateRequest
|
|
176
176
|
*/
|
|
177
177
|
'beneficiaryKind': BeneficiaryKind;
|
|
178
|
+
/**
|
|
179
|
+
*
|
|
180
|
+
* @type {TransactionKind}
|
|
181
|
+
* @memberof BalanceUpdateRequest
|
|
182
|
+
*/
|
|
183
|
+
'transactionKind'?: TransactionKind;
|
|
178
184
|
}
|
|
179
185
|
|
|
180
186
|
|
|
@@ -792,6 +798,12 @@ export interface MetricsAggregation {
|
|
|
792
798
|
* @memberof MetricsAggregation
|
|
793
799
|
*/
|
|
794
800
|
'perPeriod': { [key: string]: MetricsCollection; };
|
|
801
|
+
/**
|
|
802
|
+
*
|
|
803
|
+
* @type {MetricsCollection}
|
|
804
|
+
* @memberof MetricsAggregation
|
|
805
|
+
*/
|
|
806
|
+
'total': MetricsCollection;
|
|
795
807
|
}
|
|
796
808
|
/**
|
|
797
809
|
*
|
package/dist/api.d.ts
CHANGED
|
@@ -158,6 +158,12 @@ export interface BalanceUpdateRequest {
|
|
|
158
158
|
* @memberof BalanceUpdateRequest
|
|
159
159
|
*/
|
|
160
160
|
'beneficiaryKind': BeneficiaryKind;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {TransactionKind}
|
|
164
|
+
* @memberof BalanceUpdateRequest
|
|
165
|
+
*/
|
|
166
|
+
'transactionKind'?: TransactionKind;
|
|
161
167
|
}
|
|
162
168
|
/**
|
|
163
169
|
*
|
|
@@ -750,6 +756,12 @@ export interface MetricsAggregation {
|
|
|
750
756
|
'perPeriod': {
|
|
751
757
|
[key: string]: MetricsCollection;
|
|
752
758
|
};
|
|
759
|
+
/**
|
|
760
|
+
*
|
|
761
|
+
* @type {MetricsCollection}
|
|
762
|
+
* @memberof MetricsAggregation
|
|
763
|
+
*/
|
|
764
|
+
'total': MetricsCollection;
|
|
753
765
|
}
|
|
754
766
|
/**
|
|
755
767
|
*
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -158,6 +158,12 @@ export interface BalanceUpdateRequest {
|
|
|
158
158
|
* @memberof BalanceUpdateRequest
|
|
159
159
|
*/
|
|
160
160
|
'beneficiaryKind': BeneficiaryKind;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {TransactionKind}
|
|
164
|
+
* @memberof BalanceUpdateRequest
|
|
165
|
+
*/
|
|
166
|
+
'transactionKind'?: TransactionKind;
|
|
161
167
|
}
|
|
162
168
|
/**
|
|
163
169
|
*
|
|
@@ -750,6 +756,12 @@ export interface MetricsAggregation {
|
|
|
750
756
|
'perPeriod': {
|
|
751
757
|
[key: string]: MetricsCollection;
|
|
752
758
|
};
|
|
759
|
+
/**
|
|
760
|
+
*
|
|
761
|
+
* @type {MetricsCollection}
|
|
762
|
+
* @memberof MetricsAggregation
|
|
763
|
+
*/
|
|
764
|
+
'total': MetricsCollection;
|
|
753
765
|
}
|
|
754
766
|
/**
|
|
755
767
|
*
|