flexinet-api 0.0.1961-prerelease0-dev → 0.0.1964-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 +6 -0
- package/dist/api.d.ts +6 -0
- package/dist/esm/api.d.ts +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
## flexinet-api@0.0.
|
1
|
+
## flexinet-api@0.0.1964-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.1964-prerelease0-dev --save
|
40
40
|
```
|
41
41
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
@@ -2902,6 +2902,12 @@ export interface ReportCreationRequest {
|
|
2902
2902
|
* @memberof ReportCreationRequest
|
2903
2903
|
*/
|
2904
2904
|
'referenceID'?: string;
|
2905
|
+
/**
|
2906
|
+
*
|
2907
|
+
* @type {number}
|
2908
|
+
* @memberof ReportCreationRequest
|
2909
|
+
*/
|
2910
|
+
'periodID'?: number;
|
2905
2911
|
}
|
2906
2912
|
/**
|
2907
2913
|
*
|
package/dist/api.d.ts
CHANGED
@@ -2741,6 +2741,12 @@ export interface ReportCreationRequest {
|
|
2741
2741
|
* @memberof ReportCreationRequest
|
2742
2742
|
*/
|
2743
2743
|
'referenceID'?: string;
|
2744
|
+
/**
|
2745
|
+
*
|
2746
|
+
* @type {number}
|
2747
|
+
* @memberof ReportCreationRequest
|
2748
|
+
*/
|
2749
|
+
'periodID'?: number;
|
2744
2750
|
}
|
2745
2751
|
/**
|
2746
2752
|
*
|
package/dist/esm/api.d.ts
CHANGED
@@ -2741,6 +2741,12 @@ export interface ReportCreationRequest {
|
|
2741
2741
|
* @memberof ReportCreationRequest
|
2742
2742
|
*/
|
2743
2743
|
'referenceID'?: string;
|
2744
|
+
/**
|
2745
|
+
*
|
2746
|
+
* @type {number}
|
2747
|
+
* @memberof ReportCreationRequest
|
2748
|
+
*/
|
2749
|
+
'periodID'?: number;
|
2744
2750
|
}
|
2745
2751
|
/**
|
2746
2752
|
*
|