@borrowbetter/swsdk 0.1.2 → 0.1.3

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.
package/dist/index.d.mts CHANGED
@@ -111,7 +111,7 @@ interface UserProfile {
111
111
  emailAddress?: string;
112
112
  ssnLastFourDigits?: string;
113
113
  dob?: string;
114
- dateOfBirth?: string;
114
+ ssn?: string;
115
115
  creditScore?: number;
116
116
  model?: CreditScoreModel;
117
117
  addresses?: SpinwheelAddress[];
package/dist/index.d.ts CHANGED
@@ -111,7 +111,7 @@ interface UserProfile {
111
111
  emailAddress?: string;
112
112
  ssnLastFourDigits?: string;
113
113
  dob?: string;
114
- dateOfBirth?: string;
114
+ ssn?: string;
115
115
  creditScore?: number;
116
116
  model?: CreditScoreModel;
117
117
  addresses?: SpinwheelAddress[];
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@borrowbetter/swsdk",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Spinwheel credit data and debt profile SDK",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/BorrowBetter/swsdk"
8
+ "url": "git+https://github.com/BorrowBetter/swsdk.git"
9
9
  },
10
10
  "homepage": "https://github.com/BorrowBetter/swsdk#readme",
11
11
  "main": "./dist/index.js",