@driveflux/pdf 1.3.1 → 1.3.2

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.
@@ -1 +1 @@
1
- {"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../src/__mocks__/subscription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAA;AAE5D,eAAO,MAAM,YAAY,EAAE,wBAw0B1B,CAAA"}
1
+ {"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../src/__mocks__/subscription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAA;AAE5D,eAAO,MAAM,YAAY,EAAE,wBA40B1B,CAAA"}
@@ -185,6 +185,7 @@ export var subscription = {
185
185
  'member'
186
186
  ],
187
187
  maritalStatus: null,
188
+ gender: null,
188
189
  emergencyContactName: null,
189
190
  emergencyPhoneNumber: null,
190
191
  jobTitle: null,
@@ -490,7 +491,10 @@ export var subscription = {
490
491
  signUpPaymentAdded: false,
491
492
  activeSub: true,
492
493
  expiredSub: false
493
- }
494
+ },
495
+ companyName: 'FLUX',
496
+ ethnicity: null,
497
+ geoRegion: null
494
498
  },
495
499
  vehicle: {
496
500
  id: 'VM98GEJKS',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/pdf",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -12,7 +12,7 @@
12
12
  "dist"
13
13
  ],
14
14
  "dependencies": {
15
- "@driveflux/db": "1.8.1",
15
+ "@driveflux/db": "1.8.2",
16
16
  "@driveflux/env": "1.3.0",
17
17
  "@driveflux/format-money": "5.3.0",
18
18
  "@driveflux/time": "4.3.0",