gcp-nrces-fhir
Advanced tools
Comparing version 8.1.32 to 8.1.33
@@ -173,2 +173,6 @@ /// <reference types="node" /> | ||
headerbase64Image?: string; | ||
/** | ||
* This is letter pad header preprinted | ||
*/ | ||
topMargin?: number; | ||
bottomMargin?: number; | ||
@@ -175,0 +179,0 @@ }) => Promise<string | Buffer>; |
@@ -120,2 +120,3 @@ "use strict"; | ||
base64: options.base64, | ||
topMargin: options.topMargin, | ||
bottomMargin: options.bottomMargin, | ||
@@ -122,0 +123,0 @@ esign: { |
{ | ||
"name": "gcp-nrces-fhir", | ||
"version": "8.1.32", | ||
"version": "8.1.33", | ||
"description": "Google cloud healthcare api NRCES FHIR implimenataion", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
388197
6248