Skip to content

Commit c8e0b40

Browse files
authored
Fixed migration status incorrect naming, bump to 1.0.1 (#487)
* fix: migration status field has a proper name now * version bump to 1.0.1
1 parent ac0daa0 commit c8e0b40

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

types/migration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface Migration {
2020
id: string
2121
type: "customerBankMigration"
2222
attributes: {
23-
migrationStatus: MigrationStatus
23+
status: MigrationStatus
2424
deadLine: string
2525
fromBank: string
2626
toBank: string

0 commit comments

Comments
 (0)