RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
digicust_types
Versions diffs
1.7.531 → 1.7.532
digicust_types 1.7.531 → 1.7.532
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/lib/models/digicust/customs/tax-details.model.d.ts
+1
-1
package/package.json
+1
-1
package/lib/models/digicust/customs/tax-details.model.d.ts
CHANGED
Viewed
@@ -2,7 +2,7 @@ import { Meta, Money } from "..";
2
2
/**
3
3
* Information about VAT on a document
4
4
*/
5
-
export interface TaxDetailsModel {
5
+
export interface TaxDetailsModel
extends Meta<string>
{
6
6
vatRate?: Meta<number>;
7
7
vatBase?: Money;
8
8
vatAmount?: Money;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "digicust_types",
3
-
"version": "1.7.
531
",
3
+
"version": "1.7.
532
",
4
4
"description": "",
5
5
"main": "lib/index.js",
6
6
"types": "lib/index.d.ts",