Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 5fda599

Browse files
authored
Merge pull request #94 from freee/auto-generated
2.25.0
2 parents 7d5109a + 046b886 commit 5fda599

File tree

117 files changed

+808
-311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+808
-311
lines changed

.openapi-generator/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ensureUniqueParams: false
22
allowUnicodeIdentifiers: true
33
snapshotVersion: true
4-
artifactVersion: 2.24.0
4+
artifactVersion: 2.25.0
55
groupId: "jp.co.freee"
66
artifactId: "freee-accounting-sdk"
77
apiPackage: "jp.co.freee.accounting.api"

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.25.0
2+
リリース日時 2023-02-24 12:53:33
3+
対象差分
4+
https://github.com/freee/freee-api-schema/releases/tag/v0.0.111
5+
16
## 2.24.0
27
リリース日時 2023-02-09 08:25:56
38
対象差分

samples/basic-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>jp.co.freee</groupId>
1818
<artifactId>freee-accounting-sdk</artifactId>
19-
<version>2.24.0</version>
19+
<version>2.25.0</version>
2020
</dependency>
2121
</dependencies>
2222
<build>

samples/basic-websample-rx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>jp.co.freee</groupId>
4848
<artifactId>freee-accounting-sdk</artifactId>
49-
<version>2.24.0</version>
49+
<version>2.25.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.webjars</groupId>

samples/basic-websample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>jp.co.freee</groupId>
6565
<artifactId>freee-accounting-sdk</artifactId>
66-
<version>2.24.0</version>
66+
<version>2.25.0</version>
6767
</dependency>
6868

6969
<dependency>

sdk/docs/AccountItemsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Method | HTTP request | Description
66
------------- | ------------- | -------------
77
[**createAccountItem**](AccountItemsApi.md#createAccountItem) | **POST** api/1/account_items | 勘定科目の作成
88
[**destroyAccountItem**](AccountItemsApi.md#destroyAccountItem) | **DELETE** api/1/account_items/{id} | 勘定科目の削除
9-
[**getAccountItem**](AccountItemsApi.md#getAccountItem) | **GET** api/1/account_items/{id} | 勘定科目の詳細情報の取得
9+
[**getAccountItem**](AccountItemsApi.md#getAccountItem) | **GET** api/1/account_items/{id} | 勘定科目の取得
1010
[**getAccountItems**](AccountItemsApi.md#getAccountItems) | **GET** api/1/account_items | 勘定科目一覧の取得
1111
[**updateAccountItem**](AccountItemsApi.md#updateAccountItem) | **PUT** api/1/account_items/{id} | 勘定科目の更新
1212

@@ -163,7 +163,7 @@ null (empty response body)
163163

164164
> AccountItemResponse getAccountItem(id, companyId)
165165
166-
勘定科目の詳細情報の取得
166+
勘定科目の取得
167167

168168
### Example
169169

sdk/docs/ApprovalRequestsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Method | HTTP request | Description
99
[**getApprovalRequest**](ApprovalRequestsApi.md#getApprovalRequest) | **GET** api/1/approval_requests/{id} | 各種申請の取得
1010
[**getApprovalRequestForm**](ApprovalRequestsApi.md#getApprovalRequestForm) | **GET** api/1/approval_requests/forms/{id} | 各種申請の申請フォームの取得
1111
[**getApprovalRequestForms**](ApprovalRequestsApi.md#getApprovalRequestForms) | **GET** api/1/approval_requests/forms | 各種申請の申請フォーム一覧の取得
12-
[**getApprovalRequests**](ApprovalRequestsApi.md#getApprovalRequests) | **GET** api/1/approval_requests | 各種申請の一覧
12+
[**getApprovalRequests**](ApprovalRequestsApi.md#getApprovalRequests) | **GET** api/1/approval_requests | 各種申請一覧の取得
1313
[**updateApprovalRequest**](ApprovalRequestsApi.md#updateApprovalRequest) | **PUT** api/1/approval_requests/{id} | 各種申請の更新
1414
[**updateApprovalRequestAction**](ApprovalRequestsApi.md#updateApprovalRequestAction) | **POST** api/1/approval_requests/{id}/actions | 各種申請の承認操作
1515

@@ -394,7 +394,7 @@ Name | Type | Description | Notes
394394

395395
> ApprovalRequestsIndexResponse getApprovalRequests(companyId, status, applicationNumber, title, formId, startApplicationDate, endApplicationDate, applicantId, minAmount, maxAmount, approverId, offset, limit)
396396
397-
各種申請の一覧
397+
各種申請一覧の取得
398398

399399
### Example
400400

sdk/docs/CompaniesApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All URIs are relative to *https://api.freee.co.jp*
55
Method | HTTP request | Description
66
------------- | ------------- | -------------
77
[**getCompanies**](CompaniesApi.md#getCompanies) | **GET** api/1/companies | 事業所一覧の取得
8-
[**getCompany**](CompaniesApi.md#getCompany) | **GET** api/1/companies/{id} | 事業所の詳細情報の取得
8+
[**getCompany**](CompaniesApi.md#getCompany) | **GET** api/1/companies/{id} | 事業所の取得
99

1010

1111

@@ -82,7 +82,7 @@ This endpoint does not need any parameter.
8282

8383
> CompanyResponse getCompany(id, details, accountItems, taxes, items, partners, sections, tags, walletables)
8484
85-
事業所の詳細情報の取得
85+
事業所の取得
8686

8787
### Example
8888

sdk/docs/Deal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
1717
**partnerCode** | **String** | 取引先コード | [optional]
1818
**partnerId** | **Integer** | 取引先ID |
1919
**payments** | [**List&lt;DealPayments&gt;**](DealPayments.md) | 取引の支払行 | [optional]
20-
**receipts** | [**List&lt;DealReceipts&gt;**](DealReceipts.md) | 証憑ファイル(ファイルボックスのファイル) | [optional]
20+
**receipts** | [**List&lt;DealReceipts&gt;**](DealReceipts.md) | ファイルボックス(証憑ファイル) | [optional]
2121
**refNumber** | **String** | 管理番号 | [optional]
2222
**renews** | [**List&lt;DealRenews&gt;**](DealRenews.md) | 取引の+更新行 | [optional]
2323
**status** | [**StatusEnum**](#StatusEnum) | 決済状況 (未決済: unsettled, 完了: settled) |

sdk/docs/DealCreateParams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
1414
**partnerCode** | **String** | 取引先コード | [optional]
1515
**partnerId** | **Integer** | 取引先ID | [optional]
1616
**payments** | [**List&lt;DealCreateParamsPayments&gt;**](DealCreateParamsPayments.md) | 支払行一覧(配列):未指定の場合、未決済の取引を作成します。 | [optional]
17-
**receiptIds** | **List&lt;Integer&gt;** | 証憑ファイルID(ファイルボックスのファイルID)(配列) | [optional]
17+
**receiptIds** | **List&lt;Integer&gt;** | ファイルボックス(証憑ファイル)ID(配列) | [optional]
1818
**refNumber** | **String** | 管理番号 | [optional]
1919
**type** | [**TypeEnum**](#TypeEnum) | 収支区分 (収入: income, 支出: expense) |
2020

0 commit comments

Comments
 (0)