@driveflux/pdf 1.2.26 → 1.2.28-next.0

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,wBAi0B1B,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,wBAw0B1B,CAAA"}
@@ -65,6 +65,7 @@ export var subscription = {
65
65
  ipAddress: null
66
66
  },
67
67
  id: 'S5Y9TWWSK',
68
+ // subscriptionTag: 'new',
68
69
  object: 'subscription',
69
70
  version: 3,
70
71
  started: true,
@@ -183,6 +184,12 @@ export var subscription = {
183
184
  groups: [
184
185
  'member'
185
186
  ],
187
+ maritalStatus: null,
188
+ emergencyContactName: null,
189
+ emergencyPhoneNumber: null,
190
+ jobTitle: null,
191
+ industry: null,
192
+ estimatedSalary: 10000.2,
186
193
  permissions: [
187
194
  {
188
195
  action: 'read',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/pdf",
3
- "version": "1.2.26",
3
+ "version": "1.2.28-next.0",
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.6.4",
15
+ "@driveflux/db": "1.6.6-next.0",
16
16
  "@driveflux/env": "1.2.2",
17
17
  "@driveflux/format-money": "5.2.1",
18
18
  "@driveflux/time": "4.2.1",
@@ -1,3 +0,0 @@
1
- {
2
- "type": "commonjs"
3
- }