Skip to content

Commit 7f0b406

Browse files
committed
Updated version of airone api client package
1 parent 3773dd7 commit 7f0b406

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

frontend/src/repository/AironeApiClient.ts

-4
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,11 @@ import {
1212
EntityApiV2ListRequest,
1313
EntityAttrCreate,
1414
EntityAttrUpdate,
15-
EntityCreate,
1615
EntityDetail,
17-
EntityUpdate,
1816
EntryApi,
1917
EntryBase,
2018
EntryCopy,
21-
EntryCreate,
2219
EntryRetrieve,
23-
EntryUpdate,
2420
GetEntryAttrReferral,
2521
Group,
2622
GroupApi,

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"zod": "^3.22.4"
7979
},
8080
"dependencies": {
81-
"@dmm-com/airone-apiclient-typescript-fetch": "^0.0.9",
81+
"@dmm-com/airone-apiclient-typescript-fetch": "^0.0.10",
8282
"@emotion/react": "^11.10.5",
8383
"@emotion/styled": "^11.10.5",
8484
"@jest/globals": "^27.0.6",

0 commit comments

Comments
 (0)