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.
@@ -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
@@ -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",