Skip to content

Commit 335d3c1

Browse files
committed
0.30.0
1 parent 0bcf71d commit 335d3c1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.29.0",
3+
"version": "0.30.0",
44
"description": "",
55
"main": "dist/unit.js",
66
"types": "dist/unit.d.ts",

types/common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ export type EntityType = "Corporation" | "LLC" | "Partnership" | "PubliclyTraded
426426

427427

428428
export interface RichMerchantData {
429-
name: string;
430-
website?: string;
429+
name: string
430+
website?: string
431431
logo?: string // URL of the merchant's logo.
432432
phone?: string // Phone number of the merchant.
433433
categories?: Array<{ name: string; icon: string; }> // Array of categories the merchant belongs to (from the least specific to the most specific).

0 commit comments

Comments
 (0)