flexinet-api 0.0.984-prerelease0 → 0.0.990-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 +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/esm/api.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
## flexinet-api@0.0.
|
1
|
+
## flexinet-api@0.0.990-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.990-prerelease0 --save
|
40
40
|
```
|
41
41
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
package/dist/api.d.ts
CHANGED
@@ -1463,7 +1463,7 @@ export interface Product {
|
|
1463
1463
|
* @type {number}
|
1464
1464
|
* @memberof Product
|
1465
1465
|
*/
|
1466
|
-
'quantity'
|
1466
|
+
'quantity': number;
|
1467
1467
|
}
|
1468
1468
|
/**
|
1469
1469
|
* The details necessary to transform a Product request into a Product in case it is accepted.
|
package/dist/esm/api.d.ts
CHANGED
@@ -1463,7 +1463,7 @@ export interface Product {
|
|
1463
1463
|
* @type {number}
|
1464
1464
|
* @memberof Product
|
1465
1465
|
*/
|
1466
|
-
'quantity'
|
1466
|
+
'quantity': number;
|
1467
1467
|
}
|
1468
1468
|
/**
|
1469
1469
|
* The details necessary to transform a Product request into a Product in case it is accepted.
|