Skip to content

Commit 4965b59

Browse files
authored
0.36.0 (#402)
* lint * 0.36.0
1 parent 5406f0d commit 4965b59

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unit-finance/unit-node-sdk",
3-
"version": "0.35.0",
3+
"version": "0.36.0",
44
"description": "",
55
"main": "dist/unit.js",
66
"types": "dist/unit.d.ts",

types/applicationForm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AnnualIncome, AnnualRevenue, BeneficialOwner, BusinessAnnualRevenue, BusinessVertical, CashFlow, NumberOfEmployees, Occupation, SourceOfIncome } from "./application"
1+
import { AnnualIncome, AnnualRevenue, BeneficialOwner, BusinessVertical, CashFlow, NumberOfEmployees, Occupation, SourceOfIncome } from "./application"
22
import { Address, BusinessContact, EntityType, FullName, Officer, Phone, Relationship } from "./common"
33

44
export type ApplicationFormStage =

0 commit comments

Comments
 (0)