RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
digicust_types
Versions diffs
1.8.315 → 1.8.316
digicust_types 1.8.315 → 1.8.316
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/documents/document-code-source-context.d.ts
+1
-1
package/package.json
+1
-1
package/lib/models/digicust/documents/document-code-source-context.d.ts
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
import { DocumentCodeSource } from "./document-code-source.enum";
2
2
export interface DocumentCodeSourceContext {
3
-
documentCodeSource
: DocumentCodeSource;
3
+
source
: DocumentCodeSource;
4
4
taricQueryParams?: {
5
5
itemId?: string;
6
6
countryCode?: string;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "digicust_types",
3
-
"version": "1.8.
315
",
3
+
"version": "1.8.
316
",
4
4
"description": "",
5
5
"main": "lib/index.js",
6
6
"types": "lib/index.d.ts",