Skip to content

Commit

Permalink
chore: apply changeset and fix biome
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiyou committed Aug 5, 2024
1 parent 8779140 commit 0779015
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-rivers-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@portone/server-sdk": minor
---

서버 SDK REST API 래퍼 구현
11 changes: 2 additions & 9 deletions packages/server-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
"type": "module",
"version": "0.1.0",
"description": "PortOne JavaScript SDK for server-side usage",
"keywords": [
"PortOne",
"payment",
"포트원",
"결제 연동"
],
"keywords": ["PortOne", "payment", "포트원", "결제 연동"],
"author": {
"name": "portone-dx",
"email": "[email protected]"
Expand Down Expand Up @@ -41,9 +36,7 @@
"unbuild": "^2.0.0",
"vitest": "^2.0.5"
},
"files": [
"dist"
],
"files": ["dist"],
"sideEffects": false,
"license": "(Apache-2.0 OR MIT)"
}
8 changes: 4 additions & 4 deletions packages/server-sdk/src/client.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import type {
ApiRequestMethod,
SdkPaths,
QuerySchema,
BodySchema,
ResponseSchema,
PathSchema,
EffectiveQuerySchema,
PathSchema,
QuerySchema,
ResponseSchema,
SdkPaths,
} from "./api";
import type { components, operations } from "./schema";

Expand Down
2 changes: 1 addition & 1 deletion packages/server-sdk/src/payments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import {
BillingKeyAlreadyDeletedError,
BillingKeyNotFoundError,
CancelAmountExceedsCancellableAmountError,
CancellableAmountConsistencyBrokenError,
CancelTaxAmountExceedsCancellableTaxAmountError,
CancelTaxFreeAmountExceedsCancellableTaxFreeAmountError,
CancellableAmountConsistencyBrokenError,
ChannelNotFoundError,
ForbiddenError,
InvalidInputError,
Expand Down

0 comments on commit 0779015

Please sign in to comment.