@driveflux/pdf 1.6.52 → 1.6.54

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.
@@ -0,0 +1,10 @@
1
+ export declare const mockTermsOfUse: {
2
+ items: {
3
+ content: string;
4
+ items: {
5
+ content: string;
6
+ items: never[];
7
+ }[];
8
+ }[];
9
+ };
10
+ //# sourceMappingURL=tou.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tou.d.ts","sourceRoot":"","sources":["../../src/__mocks__/tou.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;CAuB1B,CAAA"}
@@ -0,0 +1,22 @@
1
+ export var mockTermsOfUse = {
2
+ items: [
3
+ {
4
+ content: 'Terms of Use',
5
+ items: [
6
+ {
7
+ content: 'These Terms of Use define and govern the relationship, rules and regulations of the interactions by FLUX and its Members.',
8
+ items: []
9
+ }
10
+ ]
11
+ },
12
+ {
13
+ content: 'Introduction',
14
+ items: [
15
+ {
16
+ content: 'FLUX is an online business functioning as a technology provider that facilitates vehicle subscriptions.',
17
+ items: []
18
+ }
19
+ ]
20
+ }
21
+ ]
22
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/pdf",
3
- "version": "1.6.52",
3
+ "version": "1.6.54",
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.36",
15
+ "@driveflux/db": "2.2.38",
16
16
  "@driveflux/env": "1.5.0",
17
17
  "@driveflux/format-money": "5.4.1",
18
18
  "@driveflux/time": "4.4.1",