@driveflux/pdf 1.6.22 → 1.6.23
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.
|
@@ -7,6 +7,6 @@ type Options = {
|
|
|
7
7
|
locale?: PdfTemplatesSupportedLocales;
|
|
8
8
|
quotation: QuotationWithCoupon;
|
|
9
9
|
};
|
|
10
|
-
export declare const generateQuotationPdf: ({ locale, quotation }: Options, fileName?: string) => Promise<Buffer
|
|
10
|
+
export declare const generateQuotationPdf: ({ locale, quotation }: Options, fileName?: string) => Promise<Buffer<ArrayBufferLike>>;
|
|
11
11
|
export {};
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -4,6 +4,6 @@ type Options = {
|
|
|
4
4
|
locale?: PdfTemplatesSupportedLocales;
|
|
5
5
|
subscription: SubscriptionForAgreement;
|
|
6
6
|
};
|
|
7
|
-
export declare const generateSubscriptionAgreementPdf: ({ locale, subscription }: Options, fileName?: string) => Promise<Buffer
|
|
7
|
+
export declare const generateSubscriptionAgreementPdf: ({ locale, subscription }: Options, fileName?: string) => Promise<Buffer<ArrayBufferLike>>;
|
|
8
8
|
export {};
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@driveflux/pdf",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dist"
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@driveflux/db": "2.2.
|
|
15
|
+
"@driveflux/db": "2.2.9",
|
|
16
16
|
"@driveflux/env": "1.5.0",
|
|
17
17
|
"@driveflux/format-money": "5.4.1",
|
|
18
18
|
"@driveflux/time": "4.4.1",
|