-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #902 from NUTFes/feat/kubosaka/intro-orval-generate
swrとorval導入
Showing
154 changed files
with
13,137 additions
and
849 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,5 +40,6 @@ | |
} | ||
} | ||
] | ||
} | ||
}, | ||
"ignorePatterns": ["src/generated"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
module.exports = { | ||
file: { | ||
input: '../../openapi/openapi.yaml', | ||
output: { | ||
target: './src/generated/hooks.ts', | ||
schemas: './src/generated/model', | ||
client: 'swr', | ||
httpClient: 'fetch', | ||
override: { | ||
mutator: { | ||
path: './src/mutator/custom-instance.ts', | ||
name: 'customFetch', | ||
}, | ||
}, | ||
}, | ||
}, | ||
}; |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface Activity { | ||
design?: number; | ||
expense: number; | ||
feature: string; | ||
isDone: boolean; | ||
remark: string; | ||
sponsorID: number; | ||
url?: string; | ||
userID: number; | ||
} |
16 changes: 16 additions & 0 deletions
16
view/next-project/src/generated/model/activityInformation.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface ActivityInformation { | ||
activityID?: number; | ||
bucketName?: string; | ||
designProgress?: number; | ||
fileInformation?: string; | ||
fileName?: string; | ||
fileType?: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface ActivityStyle { | ||
activityID: number; | ||
sponsorStyleID: number; | ||
} |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/deleteActivitiesId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteActivitiesId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/deleteActivityInformationsId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteActivityInformationsId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/deleteActivityStylesId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteActivityStylesId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteBudgetsId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteBureausId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/deleteDepartmentsId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteDepartmentsId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/deleteDivisionsId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteDivisionsId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteExpensesId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/deleteFestivalItemsId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteFestivalItemsId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/deleteFinancailRecordsId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteFinancailRecordsId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/deleteFundInformationsId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteFundInformationsId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteReceiptsId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteSourcesId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteSponsorsId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/deleteSponsorstylesId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteSponsorstylesId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/deleteTeachersDelete200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteTeachersDelete200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteTeachersId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/deleteUsersDelete200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteUsersDelete200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteUsersId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteYearsId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/deleteYearsPeriodsId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type DeleteYearsPeriodsId200 = { [key: string]: unknown }; |
11 changes: 11 additions & 0 deletions
11
view/next-project/src/generated/model/destroyTeacherIDs.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface DestroyTeacherIDs { | ||
deleteIDs: number[]; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface DestroyUserIDs { | ||
deleteIDs: number[]; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface Division { | ||
financialRecordID: number; | ||
name: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
import type { DivisionWithBalance } from './divisionWithBalance'; | ||
import type { Total } from './total'; | ||
|
||
export interface DivisionDetails { | ||
divisions?: DivisionWithBalance[]; | ||
total?: Total; | ||
} |
16 changes: 16 additions & 0 deletions
16
view/next-project/src/generated/model/divisionWithBalance.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface DivisionWithBalance { | ||
balance?: number; | ||
budget?: number; | ||
expense?: number; | ||
financialRecord?: string; | ||
id?: number; | ||
name?: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface FestivalItem { | ||
amount: number; | ||
divisionId: number; | ||
memo?: string; | ||
name: string; | ||
} |
14 changes: 14 additions & 0 deletions
14
view/next-project/src/generated/model/festivalItemDetails.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
import type { FestivalItemWithBalance } from './festivalItemWithBalance'; | ||
import type { Total } from './total'; | ||
|
||
export interface FestivalItemDetails { | ||
festivalItems?: FestivalItemWithBalance[]; | ||
total?: Total; | ||
} |
18 changes: 18 additions & 0 deletions
18
view/next-project/src/generated/model/festivalItemWithBalance.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface FestivalItemWithBalance { | ||
balance?: number; | ||
budget?: number; | ||
division?: string; | ||
expense?: number; | ||
financialRecord?: string; | ||
id?: number; | ||
memo?: string; | ||
name?: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface FinancialRecord { | ||
name: string; | ||
year_id: number; | ||
} |
14 changes: 14 additions & 0 deletions
14
view/next-project/src/generated/model/financialRecordDetails.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
import type { FinancialRecordWithBalance } from './financialRecordWithBalance'; | ||
import type { Total } from './total'; | ||
|
||
export interface FinancialRecordDetails { | ||
financialRecords?: FinancialRecordWithBalance[]; | ||
total?: Total; | ||
} |
16 changes: 16 additions & 0 deletions
16
view/next-project/src/generated/model/financialRecordWithBalance.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface FinancialRecordWithBalance { | ||
balance?: number; | ||
budget?: number; | ||
expense?: number; | ||
id?: number; | ||
name?: string; | ||
year?: number; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetActivities200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getActivitiesDetails200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetActivitiesDetails200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getActivitiesDetailsYear200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetActivitiesDetailsYear200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getActivitiesFilteredDetails200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetActivitiesFilteredDetails200 = { [key: string]: unknown }; |
17 changes: 17 additions & 0 deletions
17
view/next-project/src/generated/model/getActivitiesFilteredDetailsIsDone.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetActivitiesFilteredDetailsIsDone = | ||
(typeof GetActivitiesFilteredDetailsIsDone)[keyof typeof GetActivitiesFilteredDetailsIsDone]; | ||
|
||
// eslint-disable-next-line @typescript-eslint/no-redeclare | ||
export const GetActivitiesFilteredDetailsIsDone = { | ||
all: 'all', | ||
true: true, | ||
false: false, | ||
} as const; |
23 changes: 23 additions & 0 deletions
23
view/next-project/src/generated/model/getActivitiesFilteredDetailsParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
import type { GetActivitiesFilteredDetailsIsDone } from './getActivitiesFilteredDetailsIsDone'; | ||
|
||
export type GetActivitiesFilteredDetailsParams = { | ||
/** | ||
* 完了状態を表すフラグ | ||
*/ | ||
is_done?: GetActivitiesFilteredDetailsIsDone; | ||
/** | ||
* スポンサースタイルIDの配列 | ||
*/ | ||
sponsor_style_id?: number[]; | ||
/** | ||
* キーワード検索用の文字列 | ||
*/ | ||
keyword?: string; | ||
}; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getActivitiesFilteredDetailsYear200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetActivitiesFilteredDetailsYear200 = { [key: string]: unknown }; |
17 changes: 17 additions & 0 deletions
17
view/next-project/src/generated/model/getActivitiesFilteredDetailsYearIsDone.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetActivitiesFilteredDetailsYearIsDone = | ||
(typeof GetActivitiesFilteredDetailsYearIsDone)[keyof typeof GetActivitiesFilteredDetailsYearIsDone]; | ||
|
||
// eslint-disable-next-line @typescript-eslint/no-redeclare | ||
export const GetActivitiesFilteredDetailsYearIsDone = { | ||
all: 'all', | ||
true: true, | ||
false: false, | ||
} as const; |
23 changes: 23 additions & 0 deletions
23
view/next-project/src/generated/model/getActivitiesFilteredDetailsYearParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
import type { GetActivitiesFilteredDetailsYearIsDone } from './getActivitiesFilteredDetailsYearIsDone'; | ||
|
||
export type GetActivitiesFilteredDetailsYearParams = { | ||
/** | ||
* 完了状態を表すフラグ | ||
*/ | ||
is_done?: GetActivitiesFilteredDetailsYearIsDone; | ||
/** | ||
* スポンサースタイルIDの配列 | ||
*/ | ||
sponsor_style_id?: number[]; | ||
/** | ||
* キーワード検索用の文字列 | ||
*/ | ||
keyword?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetActivitiesId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getActivityInformations200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetActivityInformations200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getActivityInformationsId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetActivityInformationsId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getActivityStyles200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetActivityStyles200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getActivityStylesId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetActivityStylesId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetBudgets200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getBudgetsDetails200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetBudgetsDetails200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getBudgetsDetailsYear200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetBudgetsDetailsYear200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetBudgetsId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getBudgetsIdDetails200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetBudgetsIdDetails200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetBureaus200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetBureausId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetDepartments200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetDepartmentsId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetExpenses200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getExpensesDetails200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetExpensesDetails200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getExpensesDetailsYear200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetExpensesDetailsYear200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getExpensesFiscalyearYear200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetExpensesFiscalyearYear200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetExpensesId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getExpensesIdDetails200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetExpensesIdDetails200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getFundInformations200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetFundInformations200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getFundInformationsDetails200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetFundInformationsDetails200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getFundInformationsDetailsYear200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetFundInformationsDetailsYear200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getFundInformationsId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetFundInformationsId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getFundInformationsIdDetails200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetFundInformationsIdDetails200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetReceipts200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetReceiptsId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getReceiptsReportsId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetReceiptsReportsId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetSources200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetSourcesId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetSponsorstyles200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getSponsorstylesId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetSponsorstylesId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/getTeachersFundRegisteredYear200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetTeachersFundRegisteredYear200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetTeachersId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type GetUsersId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export * from './activity'; | ||
export * from './activityInformation'; | ||
export * from './activityStyle'; | ||
export * from './deleteActivitiesId200'; | ||
export * from './deleteActivityInformationsId200'; | ||
export * from './deleteActivityStylesId200'; | ||
export * from './deleteBudgetsId200'; | ||
export * from './deleteBureausId200'; | ||
export * from './deleteDepartmentsId200'; | ||
export * from './deleteDivisionsId200'; | ||
export * from './deleteExpensesId200'; | ||
export * from './deleteFestivalItemsId200'; | ||
export * from './deleteFinancailRecordsId200'; | ||
export * from './deleteFundInformationsId200'; | ||
export * from './deleteReceiptsId200'; | ||
export * from './deleteSourcesId200'; | ||
export * from './deleteSponsorsId200'; | ||
export * from './deleteSponsorstylesId200'; | ||
export * from './deleteTeachersDelete200'; | ||
export * from './deleteTeachersId200'; | ||
export * from './deleteUsersDelete200'; | ||
export * from './deleteUsersId200'; | ||
export * from './deleteYearsId200'; | ||
export * from './deleteYearsPeriodsId200'; | ||
export * from './destroyTeacherIDs'; | ||
export * from './destroyUserIDs'; | ||
export * from './division'; | ||
export * from './divisionDetails'; | ||
export * from './divisionWithBalance'; | ||
export * from './festivalItem'; | ||
export * from './festivalItemDetails'; | ||
export * from './festivalItemWithBalance'; | ||
export * from './financialRecord'; | ||
export * from './financialRecordDetails'; | ||
export * from './financialRecordWithBalance'; | ||
export * from './getActivities200'; | ||
export * from './getActivitiesDetails200'; | ||
export * from './getActivitiesDetailsYear200'; | ||
export * from './getActivitiesFilteredDetails200'; | ||
export * from './getActivitiesFilteredDetailsIsDone'; | ||
export * from './getActivitiesFilteredDetailsParams'; | ||
export * from './getActivitiesFilteredDetailsYear200'; | ||
export * from './getActivitiesFilteredDetailsYearIsDone'; | ||
export * from './getActivitiesFilteredDetailsYearParams'; | ||
export * from './getActivitiesId200'; | ||
export * from './getActivityInformations200'; | ||
export * from './getActivityInformationsId200'; | ||
export * from './getActivityStyles200'; | ||
export * from './getActivityStylesId200'; | ||
export * from './getBudgets200'; | ||
export * from './getBudgetsDetails200'; | ||
export * from './getBudgetsDetailsYear200'; | ||
export * from './getBudgetsId200'; | ||
export * from './getBudgetsIdDetails200'; | ||
export * from './getBureaus200'; | ||
export * from './getBureausId200'; | ||
export * from './getDepartments200'; | ||
export * from './getDepartmentsId200'; | ||
export * from './getExpenses200'; | ||
export * from './getExpensesDetails200'; | ||
export * from './getExpensesDetailsYear200'; | ||
export * from './getExpensesFiscalyearYear200'; | ||
export * from './getExpensesId200'; | ||
export * from './getExpensesIdDetails200'; | ||
export * from './getFundInformations200'; | ||
export * from './getFundInformationsDetails200'; | ||
export * from './getFundInformationsDetailsYear200'; | ||
export * from './getFundInformationsId200'; | ||
export * from './getFundInformationsIdDetails200'; | ||
export * from './getReceipts200'; | ||
export * from './getReceiptsId200'; | ||
export * from './getReceiptsReportsId200'; | ||
export * from './getSources200'; | ||
export * from './getSourcesId200'; | ||
export * from './getSponsorstyles200'; | ||
export * from './getSponsorstylesId200'; | ||
export * from './getTeachersFundRegisteredYear200'; | ||
export * from './getTeachersId200'; | ||
export * from './getUsersId200'; | ||
export * from './passwordResetData'; | ||
export * from './postActivities200'; | ||
export * from './postActivityInformations200'; | ||
export * from './postActivityStyles200'; | ||
export * from './postBudgets200'; | ||
export * from './postBudgetsParams'; | ||
export * from './postBureaus200'; | ||
export * from './postBureausParams'; | ||
export * from './postDepartments200'; | ||
export * from './postDepartmentsParams'; | ||
export * from './postExpenses200'; | ||
export * from './postExpensesParams'; | ||
export * from './postFundInformations200'; | ||
export * from './postFundInformationsParams'; | ||
export * from './postPasswordResetId200'; | ||
export * from './postPasswordResetIdValid200'; | ||
export * from './postPasswordResetIdValidParams'; | ||
export * from './postPasswordResetRequest200'; | ||
export * from './postPasswordResetRequestParams'; | ||
export * from './postReceipts200'; | ||
export * from './postSources200'; | ||
export * from './postSourcesParams'; | ||
export * from './postSponsors200'; | ||
export * from './postSponsorstyles200'; | ||
export * from './postTeachers200'; | ||
export * from './postTeachersParams'; | ||
export * from './postUsers200'; | ||
export * from './postUsersParams'; | ||
export * from './postYears200'; | ||
export * from './postYearsParams'; | ||
export * from './postYearsPeriods200'; | ||
export * from './putActivitiesId200'; | ||
export * from './putActivityInformationsId200'; | ||
export * from './putActivityStylesId200'; | ||
export * from './putBudgetsId200'; | ||
export * from './putBudgetsIdParams'; | ||
export * from './putBureausId200'; | ||
export * from './putBureausIdParams'; | ||
export * from './putDepartmentsId200'; | ||
export * from './putDepartmentsIdParams'; | ||
export * from './putExpensesId200'; | ||
export * from './putExpensesIdParams'; | ||
export * from './putFundInformationsId200'; | ||
export * from './putFundInformationsIdParams'; | ||
export * from './putReceiptsId200'; | ||
export * from './putSourcesId200'; | ||
export * from './putSourcesIdParams'; | ||
export * from './putSponsorsId200'; | ||
export * from './putSponsorstylesId200'; | ||
export * from './putTeachersId200'; | ||
export * from './putTeachersIdParams'; | ||
export * from './putUsersId200'; | ||
export * from './putUsersIdParams'; | ||
export * from './putYearsId200'; | ||
export * from './putYearsIdParams'; | ||
export * from './putYearsPeriodsId200'; | ||
export * from './receipt'; | ||
export * from './sponsor'; | ||
export * from './sponsorStyle'; | ||
export * from './total'; | ||
export * from './yearPeriods'; |
13 changes: 13 additions & 0 deletions
13
view/next-project/src/generated/model/passwordResetData.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface PasswordResetData { | ||
confirmPassword?: string; | ||
password?: string; | ||
token?: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostActivities200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/postActivityInformations200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostActivityInformations200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/postActivityStyles200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostActivityStyles200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostBudgets200 = { [key: string]: unknown }; |
22 changes: 22 additions & 0 deletions
22
view/next-project/src/generated/model/postBudgetsParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostBudgetsParams = { | ||
/** | ||
* price | ||
*/ | ||
price: number; | ||
/** | ||
* year_id | ||
*/ | ||
year_id?: number; | ||
/** | ||
* source_id | ||
*/ | ||
source_id?: number; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostBureaus200 = { [key: string]: unknown }; |
14 changes: 14 additions & 0 deletions
14
view/next-project/src/generated/model/postBureausParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostBureausParams = { | ||
/** | ||
* name | ||
*/ | ||
name: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostDepartments200 = { [key: string]: unknown }; |
14 changes: 14 additions & 0 deletions
14
view/next-project/src/generated/model/postDepartmentsParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostDepartmentsParams = { | ||
/** | ||
* name | ||
*/ | ||
name?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostExpenses200 = { [key: string]: unknown }; |
18 changes: 18 additions & 0 deletions
18
view/next-project/src/generated/model/postExpensesParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostExpensesParams = { | ||
/** | ||
* name | ||
*/ | ||
name?: string; | ||
/** | ||
* year_id | ||
*/ | ||
year_id?: string; | ||
}; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/postFundInformations200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostFundInformations200 = { [key: string]: unknown }; |
38 changes: 38 additions & 0 deletions
38
view/next-project/src/generated/model/postFundInformationsParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostFundInformationsParams = { | ||
/** | ||
* user_id | ||
*/ | ||
user_id: number; | ||
/** | ||
* teacher_id | ||
*/ | ||
teacher_id: number; | ||
/** | ||
* price | ||
*/ | ||
price: number; | ||
/** | ||
* remark | ||
*/ | ||
remark?: string; | ||
/** | ||
* is_first_check | ||
*/ | ||
is_first_check?: boolean; | ||
/** | ||
* is_last_check | ||
*/ | ||
is_last_check?: boolean; | ||
/** | ||
* received_at | ||
*/ | ||
received_at?: string; | ||
}; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/postPasswordResetId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostPasswordResetId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/postPasswordResetIdValid200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostPasswordResetIdValid200 = { [key: string]: unknown }; |
14 changes: 14 additions & 0 deletions
14
view/next-project/src/generated/model/postPasswordResetIdValidParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostPasswordResetIdValidParams = { | ||
/** | ||
* token | ||
*/ | ||
token?: string; | ||
}; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/postPasswordResetRequest200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostPasswordResetRequest200 = { [key: string]: unknown }; |
14 changes: 14 additions & 0 deletions
14
view/next-project/src/generated/model/postPasswordResetRequestParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostPasswordResetRequestParams = { | ||
/** | ||
*/ | ||
email?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostReceipts200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostSources200 = { [key: string]: unknown }; |
14 changes: 14 additions & 0 deletions
14
view/next-project/src/generated/model/postSourcesParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostSourcesParams = { | ||
/** | ||
* name | ||
*/ | ||
name: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostSponsors200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/postSponsorstyles200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostSponsorstyles200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostTeachers200 = { [key: string]: unknown }; |
34 changes: 34 additions & 0 deletions
34
view/next-project/src/generated/model/postTeachersParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostTeachersParams = { | ||
/** | ||
* 名前 | ||
*/ | ||
name: string; | ||
/** | ||
* 役職 | ||
*/ | ||
position: string; | ||
/** | ||
* 学科ID | ||
*/ | ||
department_id?: number; | ||
/** | ||
* 部屋番号 | ||
*/ | ||
room?: string; | ||
/** | ||
* ブラックリストの真偽 | ||
*/ | ||
is_black?: boolean; | ||
/** | ||
* 備考 | ||
*/ | ||
remark?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostUsers200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostUsersParams = { | ||
/** | ||
* name | ||
*/ | ||
name: string; | ||
/** | ||
* bureau_d | ||
*/ | ||
bureau_id: number; | ||
/** | ||
* role_id | ||
*/ | ||
role_id: number; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostYears200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostYearsParams = { | ||
/** | ||
* year | ||
*/ | ||
year: number; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PostYearsPeriods200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutActivitiesId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/putActivityInformationsId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutActivityInformationsId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/putActivityStylesId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutActivityStylesId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutBudgetsId200 = { [key: string]: unknown }; |
22 changes: 22 additions & 0 deletions
22
view/next-project/src/generated/model/putBudgetsIdParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutBudgetsIdParams = { | ||
/** | ||
* price | ||
*/ | ||
price?: number; | ||
/** | ||
* year_id | ||
*/ | ||
year_id?: number; | ||
/** | ||
* source_id | ||
*/ | ||
source_id?: number; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutBureausId200 = { [key: string]: unknown }; |
14 changes: 14 additions & 0 deletions
14
view/next-project/src/generated/model/putBureausIdParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutBureausIdParams = { | ||
/** | ||
* name | ||
*/ | ||
name?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutDepartmentsId200 = { [key: string]: unknown }; |
14 changes: 14 additions & 0 deletions
14
view/next-project/src/generated/model/putDepartmentsIdParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutDepartmentsIdParams = { | ||
/** | ||
* name | ||
*/ | ||
name?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutExpensesId200 = { [key: string]: unknown }; |
18 changes: 18 additions & 0 deletions
18
view/next-project/src/generated/model/putExpensesIdParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutExpensesIdParams = { | ||
/** | ||
* name | ||
*/ | ||
name?: string; | ||
/** | ||
* year_id | ||
*/ | ||
year_id?: string; | ||
}; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/putFundInformationsId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutFundInformationsId200 = { [key: string]: unknown }; |
38 changes: 38 additions & 0 deletions
38
view/next-project/src/generated/model/putFundInformationsIdParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutFundInformationsIdParams = { | ||
/** | ||
* user_id | ||
*/ | ||
user_id: number; | ||
/** | ||
* teacher_id | ||
*/ | ||
teacher_id: number; | ||
/** | ||
* price | ||
*/ | ||
price: number; | ||
/** | ||
* remark | ||
*/ | ||
remark?: string; | ||
/** | ||
* is_first_check | ||
*/ | ||
is_first_check?: boolean; | ||
/** | ||
* is_last_check | ||
*/ | ||
is_last_check?: boolean; | ||
/** | ||
* received_at | ||
*/ | ||
received_at?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutReceiptsId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutSourcesId200 = { [key: string]: unknown }; |
14 changes: 14 additions & 0 deletions
14
view/next-project/src/generated/model/putSourcesIdParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutSourcesIdParams = { | ||
/** | ||
* name | ||
*/ | ||
name: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutSponsorsId200 = { [key: string]: unknown }; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/putSponsorstylesId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutSponsorstylesId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutTeachersId200 = { [key: string]: unknown }; |
34 changes: 34 additions & 0 deletions
34
view/next-project/src/generated/model/putTeachersIdParams.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutTeachersIdParams = { | ||
/** | ||
* 教員の名前 | ||
*/ | ||
name: string; | ||
/** | ||
* 教員の役職 | ||
*/ | ||
position: string; | ||
/** | ||
* 学科ID | ||
*/ | ||
department_id?: number; | ||
/** | ||
* 部屋番号 | ||
*/ | ||
room?: string; | ||
/** | ||
* ブラックリストに入っているか | ||
*/ | ||
is_black?: boolean; | ||
/** | ||
* 備考欄 | ||
*/ | ||
remark?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutUsersId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutUsersIdParams = { | ||
/** | ||
* name | ||
*/ | ||
name: string; | ||
/** | ||
* bureau_d | ||
*/ | ||
bureau_id: number; | ||
/** | ||
* role_id | ||
*/ | ||
role_id: number; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutYearsId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutYearsIdParams = { | ||
/** | ||
* year | ||
*/ | ||
year: number; | ||
}; |
9 changes: 9 additions & 0 deletions
9
view/next-project/src/generated/model/putYearsPeriodsId200.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export type PutYearsPeriodsId200 = { [key: string]: unknown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface Receipt { | ||
bucketName?: string; | ||
fileName?: string; | ||
fileType?: string; | ||
purchaseReportID: number; | ||
remark?: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface Sponsor { | ||
address: string; | ||
email: string; | ||
id?: number; | ||
name: string; | ||
representative: string; | ||
tel: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface SponsorStyle { | ||
feature: string; | ||
price: number; | ||
style: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface Total { | ||
balance?: number; | ||
budget?: number; | ||
expense?: number; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Generated by orval v7.3.0 🍺 | ||
* Do not edit manually. | ||
* NUTFes FinanSu API | ||
* FinanSu APIドキュメント | ||
* OpenAPI spec version: 2.0.0 | ||
*/ | ||
|
||
export interface YearPeriods { | ||
endedAt: string; | ||
startedAt: string; | ||
year: number; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
// NOTE: Supports cases where `content-type` is other than `json` | ||
const getBody = <T>(c: Response | Request): Promise<T> => { | ||
const contentType = c.headers.get('content-type'); | ||
|
||
if (contentType && contentType.includes('application/json')) { | ||
return c.json(); | ||
} | ||
|
||
if (contentType && contentType.includes('application/pdf')) { | ||
return c.blob() as Promise<T>; | ||
} | ||
|
||
return c.text() as Promise<T>; | ||
}; | ||
|
||
const getUrl = (contextUrl: string): string => { | ||
const baseURL = process.env.CSR_API_URI; | ||
const url = new URL(`${baseURL}${contextUrl}`); | ||
|
||
return url.toString(); | ||
}; | ||
|
||
// NOTE: Add headers | ||
const getHeaders = (headers?: HeadersInit): HeadersInit => { | ||
return { | ||
...headers, | ||
'Content-Type': 'application/json', | ||
}; | ||
}; | ||
|
||
export const customFetch = async <T>(url: string, options: RequestInit): Promise<T> => { | ||
const requestUrl = getUrl(url); | ||
const requestHeaders = getHeaders(options.headers); | ||
|
||
const requestInit: RequestInit = { | ||
...options, | ||
headers: requestHeaders, | ||
}; | ||
|
||
const request = new Request(requestUrl, requestInit); | ||
const response = await fetch(request); | ||
const data = await getBody<T>(response); | ||
|
||
if (!response.ok) { | ||
throw new Error(data as unknown as string); | ||
} | ||
|
||
return { status: response.status, data, headers: response.headers } as T; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters