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

Commit

Permalink
Merge pull request #94 from freee/auto-generated
Browse files Browse the repository at this point in the history
2.25.0
  • Loading branch information
sereru authored Feb 24, 2023
2 parents 7d5109a + 046b886 commit 5fda599
Show file tree
Hide file tree
Showing 117 changed files with 808 additions and 311 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ensureUniqueParams: false
allowUnicodeIdentifiers: true
snapshotVersion: true
artifactVersion: 2.24.0
artifactVersion: 2.25.0
groupId: "jp.co.freee"
artifactId: "freee-accounting-sdk"
apiPackage: "jp.co.freee.accounting.api"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.25.0
リリース日時 2023-02-24 12:53:33
対象差分
https://github.com/freee/freee-api-schema/releases/tag/v0.0.111

## 2.24.0
リリース日時 2023-02-09 08:25:56
対象差分
Expand Down
2 changes: 1 addition & 1 deletion samples/basic-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>jp.co.freee</groupId>
<artifactId>freee-accounting-sdk</artifactId>
<version>2.24.0</version>
<version>2.25.0</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion samples/basic-websample-rx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>jp.co.freee</groupId>
<artifactId>freee-accounting-sdk</artifactId>
<version>2.24.0</version>
<version>2.25.0</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/basic-websample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>jp.co.freee</groupId>
<artifactId>freee-accounting-sdk</artifactId>
<version>2.24.0</version>
<version>2.25.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions sdk/docs/AccountItemsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Method | HTTP request | Description
------------- | ------------- | -------------
[**createAccountItem**](AccountItemsApi.md#createAccountItem) | **POST** api/1/account_items | 勘定科目の作成
[**destroyAccountItem**](AccountItemsApi.md#destroyAccountItem) | **DELETE** api/1/account_items/{id} | 勘定科目の削除
[**getAccountItem**](AccountItemsApi.md#getAccountItem) | **GET** api/1/account_items/{id} | 勘定科目の詳細情報の取得
[**getAccountItem**](AccountItemsApi.md#getAccountItem) | **GET** api/1/account_items/{id} | 勘定科目の取得
[**getAccountItems**](AccountItemsApi.md#getAccountItems) | **GET** api/1/account_items | 勘定科目一覧の取得
[**updateAccountItem**](AccountItemsApi.md#updateAccountItem) | **PUT** api/1/account_items/{id} | 勘定科目の更新

Expand Down Expand Up @@ -163,7 +163,7 @@ null (empty response body)

> AccountItemResponse getAccountItem(id, companyId)
勘定科目の詳細情報の取得
勘定科目の取得

### Example

Expand Down
4 changes: 2 additions & 2 deletions sdk/docs/ApprovalRequestsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Method | HTTP request | Description
[**getApprovalRequest**](ApprovalRequestsApi.md#getApprovalRequest) | **GET** api/1/approval_requests/{id} | 各種申請の取得
[**getApprovalRequestForm**](ApprovalRequestsApi.md#getApprovalRequestForm) | **GET** api/1/approval_requests/forms/{id} | 各種申請の申請フォームの取得
[**getApprovalRequestForms**](ApprovalRequestsApi.md#getApprovalRequestForms) | **GET** api/1/approval_requests/forms | 各種申請の申請フォーム一覧の取得
[**getApprovalRequests**](ApprovalRequestsApi.md#getApprovalRequests) | **GET** api/1/approval_requests | 各種申請の一覧
[**getApprovalRequests**](ApprovalRequestsApi.md#getApprovalRequests) | **GET** api/1/approval_requests | 各種申請一覧の取得
[**updateApprovalRequest**](ApprovalRequestsApi.md#updateApprovalRequest) | **PUT** api/1/approval_requests/{id} | 各種申請の更新
[**updateApprovalRequestAction**](ApprovalRequestsApi.md#updateApprovalRequestAction) | **POST** api/1/approval_requests/{id}/actions | 各種申請の承認操作

Expand Down Expand Up @@ -394,7 +394,7 @@ Name | Type | Description | Notes

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

### Example

Expand Down
4 changes: 2 additions & 2 deletions sdk/docs/CompaniesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All URIs are relative to *https://api.freee.co.jp*
Method | HTTP request | Description
------------- | ------------- | -------------
[**getCompanies**](CompaniesApi.md#getCompanies) | **GET** api/1/companies | 事業所一覧の取得
[**getCompany**](CompaniesApi.md#getCompany) | **GET** api/1/companies/{id} | 事業所の詳細情報の取得
[**getCompany**](CompaniesApi.md#getCompany) | **GET** api/1/companies/{id} | 事業所の取得



Expand Down Expand Up @@ -82,7 +82,7 @@ This endpoint does not need any parameter.

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

### Example

Expand Down
2 changes: 1 addition & 1 deletion sdk/docs/Deal.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Name | Type | Description | Notes
**partnerCode** | **String** | 取引先コード | [optional]
**partnerId** | **Integer** | 取引先ID |
**payments** | [**List&lt;DealPayments&gt;**](DealPayments.md) | 取引の支払行 | [optional]
**receipts** | [**List&lt;DealReceipts&gt;**](DealReceipts.md) | 証憑ファイル(ファイルボックスのファイル) | [optional]
**receipts** | [**List&lt;DealReceipts&gt;**](DealReceipts.md) | ファイルボックス(証憑ファイル) | [optional]
**refNumber** | **String** | 管理番号 | [optional]
**renews** | [**List&lt;DealRenews&gt;**](DealRenews.md) | 取引の+更新行 | [optional]
**status** | [**StatusEnum**](#StatusEnum) | 決済状況 (未決済: unsettled, 完了: settled) |
Expand Down
2 changes: 1 addition & 1 deletion sdk/docs/DealCreateParams.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Name | Type | Description | Notes
**partnerCode** | **String** | 取引先コード | [optional]
**partnerId** | **Integer** | 取引先ID | [optional]
**payments** | [**List&lt;DealCreateParamsPayments&gt;**](DealCreateParamsPayments.md) | 支払行一覧(配列):未指定の場合、未決済の取引を作成します。 | [optional]
**receiptIds** | **List&lt;Integer&gt;** | 証憑ファイルID(ファイルボックスのファイルID)(配列) | [optional]
**receiptIds** | **List&lt;Integer&gt;** | ファイルボックス(証憑ファイル)ID(配列) | [optional]
**refNumber** | **String** | 管理番号 | [optional]
**type** | [**TypeEnum**](#TypeEnum) | 収支区分 (収入: income, 支出: expense) |

Expand Down
2 changes: 1 addition & 1 deletion sdk/docs/DealCreateResponseDeal.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Name | Type | Description | Notes
**partnerCode** | **String** | 取引先コード | [optional]
**partnerId** | **Integer** | 取引先ID |
**payments** | [**List&lt;DealPayments&gt;**](DealPayments.md) | 取引の支払行 | [optional]
**receipts** | [**List&lt;DealCreateResponseDealReceipts&gt;**](DealCreateResponseDealReceipts.md) | 証憑ファイル(ファイルボックスのファイル) | [optional]
**receipts** | [**List&lt;DealCreateResponseDealReceipts&gt;**](DealCreateResponseDealReceipts.md) | ファイルボックス(証憑ファイル) | [optional]
**refNumber** | **String** | 管理番号 | [optional]
**status** | [**StatusEnum**](#StatusEnum) | 決済状況 (未決済: unsettled, 完了: settled) |
**type** | [**TypeEnum**](#TypeEnum) | 収支区分 (収入: income, 支出: expense) | [optional]
Expand Down
2 changes: 1 addition & 1 deletion sdk/docs/DealCreateResponseDealReceipts.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**createdAt** | **String** | 作成日時(ISO8601形式) |
**description** | **String** | メモ | [optional]
**id** | **Integer** | 証憑ファイルID(ファイルボックスのファイルID) |
**id** | **Integer** | ファイルボックス(証憑ファイル)ID |
**issueDate** | **String** | 発生日 | [optional]
**mimeType** | **String** | MIMEタイプ |
**origin** | [**OriginEnum**](#OriginEnum) | アップロード元種別 |
Expand Down
4 changes: 2 additions & 2 deletions sdk/docs/DealReceipts.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**createdAt** | **String** | 作成日時(ISO8601形式) |
**description** | **String** | メモ | [optional]
**fileSrc** | **String** | ファイルのダウンロードURL(freeeにログインした状態でのみ閲覧可能です。) &lt;br&gt; &lt;br&gt; file_srcは廃止予定の属性になります。&lt;br&gt; file_srcに替わり、証憑ファイル(ファイルボックスのファイル)のダウンロード APIをご利用ください。&lt;br&gt; 証憑ファイル(ファイルボックスのファイル)のダウンロードAPIを利用することで、以下のようになります。 &lt;ul&gt; &lt;li&gt;アプリケーション利用者はfreee APIアプリケーションにログインしていれば、証憑ダウンロード毎にfreeeに改めてログインすることなくファイルが参照できるようになります。&lt;/li&gt; &lt;/ul&gt; |
**id** | **Integer** | 証憑ファイルID(ファイルボックスのファイルID) |
**fileSrc** | **String** | ファイルのダウンロードURL(freeeにログインした状態でのみ閲覧可能です。) &lt;br&gt; &lt;br&gt; file_srcは廃止予定の属性になります。&lt;br&gt; file_srcに替わり、ファイルボックス(証憑ファイル)のダウンロード APIをご利用ください。&lt;br&gt; ファイルボックス(証憑ファイル)のダウンロードAPIを利用することで、以下のようになります。 &lt;ul&gt; &lt;li&gt;アプリケーション利用者はfreee APIアプリケーションにログインしていれば、証憑ダウンロード毎にfreeeに改めてログインすることなくファイルが参照できるようになります。&lt;/li&gt; &lt;/ul&gt; |
**id** | **Integer** | ファイルボックス(証憑ファイル)ID |
**issueDate** | **String** | 発生日 | [optional]
**mimeType** | **String** | MIMEタイプ |
**origin** | [**OriginEnum**](#OriginEnum) | アップロード元種別 |
Expand Down
2 changes: 1 addition & 1 deletion sdk/docs/DealUpdateParams.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Name | Type | Description | Notes
**issueDate** | **String** | 発生日 (yyyy-mm-dd) |
**partnerCode** | **String** | 取引先コード | [optional]
**partnerId** | **Integer** | 取引先ID | [optional]
**receiptIds** | **List&lt;Integer&gt;** | 証憑ファイルID(ファイルボックスのファイルID)(配列) | [optional]
**receiptIds** | **List&lt;Integer&gt;** | ファイルボックス(証憑ファイル)ID(配列) | [optional]
**refNumber** | **String** | 管理番号 | [optional]
**type** | [**TypeEnum**](#TypeEnum) | 収支区分 (収入: income, 支出: expense) |

Expand Down
28 changes: 14 additions & 14 deletions sdk/docs/DealsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ All URIs are relative to *https://api.freee.co.jp*

Method | HTTP request | Description
------------- | ------------- | -------------
[**createDeal**](DealsApi.md#createDeal) | **POST** api/1/deals | 取引(収入支出)の作成
[**destroyDeal**](DealsApi.md#destroyDeal) | **DELETE** api/1/deals/{id} | 取引(収入支出)の削除
[**getDeal**](DealsApi.md#getDeal) | **GET** api/1/deals/{id} | 取引(収入支出)の取得
[**getDeals**](DealsApi.md#getDeals) | **GET** api/1/deals | 取引(収入支出)一覧の取得
[**updateDeal**](DealsApi.md#updateDeal) | **PUT** api/1/deals/{id} | 取引(収入支出)の更新
[**createDeal**](DealsApi.md#createDeal) | **POST** api/1/deals | 取引(収入支出)の作成
[**destroyDeal**](DealsApi.md#destroyDeal) | **DELETE** api/1/deals/{id} | 取引(収入支出)の削除
[**getDeal**](DealsApi.md#getDeal) | **GET** api/1/deals/{id} | 取引(収入支出)の取得
[**getDeals**](DealsApi.md#getDeals) | **GET** api/1/deals | 取引(収入支出)一覧の取得
[**updateDeal**](DealsApi.md#updateDeal) | **PUT** api/1/deals/{id} | 取引(収入支出)の更新



## createDeal

> DealCreateResponse createDeal(dealCreateParams)
取引(収入支出)の作成
取引(収入支出)の作成

### Example

Expand All @@ -39,7 +39,7 @@ public class Example {
oauth2.setAccessToken("YOUR ACCESS TOKEN");

DealsApi apiInstance = new DealsApi(defaultClient);
DealCreateParams dealCreateParams = new DealCreateParams(); // DealCreateParams | 取引(収入支出)の作成
DealCreateParams dealCreateParams = new DealCreateParams(); // DealCreateParams | 取引(収入支出)の作成
try {
DealCreateResponse result = apiInstance.createDeal(dealCreateParams);
System.out.println(result);
Expand All @@ -59,7 +59,7 @@ public class Example {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**dealCreateParams** | [**DealCreateParams**](DealCreateParams.md)| 取引(収入支出)の作成 | [optional]
**dealCreateParams** | [**DealCreateParams**](DealCreateParams.md)| 取引(収入支出)の作成 | [optional]

### Return type

Expand Down Expand Up @@ -90,7 +90,7 @@ Name | Type | Description | Notes

> destroyDeal(id, companyId)
取引(収入支出)の削除
取引(収入支出)の削除

### Example

Expand Down Expand Up @@ -165,7 +165,7 @@ null (empty response body)

> DealResponse getDeal(id, companyId, accruals)
取引(収入支出)の取得
取引(収入支出)の取得

### Example

Expand Down Expand Up @@ -243,7 +243,7 @@ Name | Type | Description | Notes

> InlineResponse2001 getDeals(companyId, partnerId, accountItemId, partnerCode, status, type, startIssueDate, endIssueDate, startDueDate, endDueDate, startRenewDate, endRenewDate, offset, limit, registeredFrom, accruals)
取引(収入支出)一覧の取得
取引(収入支出)一覧の取得

### Example

Expand Down Expand Up @@ -347,7 +347,7 @@ Name | Type | Description | Notes

> DealResponse updateDeal(id, dealUpdateParams)
取引(収入支出)の更新
取引(収入支出)の更新

### Example

Expand All @@ -371,7 +371,7 @@ public class Example {

DealsApi apiInstance = new DealsApi(defaultClient);
Integer id = 56; // Integer | 取引ID
DealUpdateParams dealUpdateParams = new DealUpdateParams(); // DealUpdateParams | 取引(収入支出)の更新
DealUpdateParams dealUpdateParams = new DealUpdateParams(); // DealUpdateParams | 取引(収入支出)の更新
try {
DealResponse result = apiInstance.updateDeal(id, dealUpdateParams);
System.out.println(result);
Expand All @@ -392,7 +392,7 @@ public class Example {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **Integer**| 取引ID |
**dealUpdateParams** | [**DealUpdateParams**](DealUpdateParams.md)| 取引(収入支出)の更新 | [optional]
**dealUpdateParams** | [**DealUpdateParams**](DealUpdateParams.md)| 取引(収入支出)の更新 | [optional]

### Return type

Expand Down
6 changes: 3 additions & 3 deletions sdk/docs/ExpenseApplicationCreateParams.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Name | Type | Description | Notes
**issueDate** | **String** | 申請日 (yyyy-mm-dd)&lt;br&gt; 指定しない場合は当日の日付が登録されます。 | [optional]
**parentId** | **Integer** | 親申請ID(法人向けプロフェッショナル, 法人向け エンタープライズプラン)&lt;br&gt; &lt;ul&gt; &lt;li&gt;承認済みの既存各種申請IDのみ指定可能です。&lt;/li&gt; &lt;li&gt;各種申請一覧APIを利用して取得してください。&lt;/li&gt; &lt;/ul&gt; | [optional]
**sectionId** | **Integer** | 部門ID | [optional]
**segment1TagId** | **Long** | セグメント1ID(法人向けプロフェッショナル, 法人向けエンタープライズプラン)&lt;br&gt; セグメントタグ一覧APIを利用して取得してください&lt;br&gt; &lt;a href&#x3D;\&quot;https://support.freee.co.jp/hc/ja/articles/360020679611\&quot; target&#x3D;\&quot;_blank\&quot;&gt;セグメント(分析用タグ)の設定&lt;/a&gt;&lt;br&gt; | [optional]
**segment2TagId** | **Long** | セグメント2ID(法人向け エンタープライズプラン)&lt;br&gt; セグメントタグ一覧APIを利用して取得してください&lt;br&gt; &lt;a href&#x3D;\&quot;https://support.freee.co.jp/hc/ja/articles/360020679611\&quot; target&#x3D;\&quot;_blank\&quot;&gt;セグメント(分析用タグ)の設定&lt;/a&gt;&lt;br&gt; | [optional]
**segment3TagId** | **Long** | セグメント3ID(法人向け エンタープライズプラン)&lt;br&gt; セグメントタグ一覧APIを利用して取得してください&lt;br&gt; &lt;a href&#x3D;\&quot;https://support.freee.co.jp/hc/ja/articles/360020679611\&quot; target&#x3D;\&quot;_blank\&quot;&gt;セグメント(分析用タグ)の設定&lt;/a&gt;&lt;br&gt; | [optional]
**segment1TagId** | **Long** | セグメント1ID(法人向けプロフェッショナル, 法人向けエンタープライズプラン)&lt;br&gt; セグメントタグ一覧の取得APIを利用して取得してください&lt;br&gt; &lt;a href&#x3D;\&quot;https://support.freee.co.jp/hc/ja/articles/360020679611\&quot; target&#x3D;\&quot;_blank\&quot;&gt;セグメント(分析用タグ)の設定&lt;/a&gt;&lt;br&gt; | [optional]
**segment2TagId** | **Long** | セグメント2ID(法人向け エンタープライズプラン)&lt;br&gt; セグメントタグ一覧の取得APIを利用して取得してください&lt;br&gt; &lt;a href&#x3D;\&quot;https://support.freee.co.jp/hc/ja/articles/360020679611\&quot; target&#x3D;\&quot;_blank\&quot;&gt;セグメント(分析用タグ)の設定&lt;/a&gt;&lt;br&gt; | [optional]
**segment3TagId** | **Long** | セグメント3ID(法人向け エンタープライズプラン)&lt;br&gt; セグメントタグ一覧の取得APIを利用して取得してください&lt;br&gt; &lt;a href&#x3D;\&quot;https://support.freee.co.jp/hc/ja/articles/360020679611\&quot; target&#x3D;\&quot;_blank\&quot;&gt;セグメント(分析用タグ)の設定&lt;/a&gt;&lt;br&gt; | [optional]
**tagIds** | **List&lt;Integer&gt;** | メモタグID | [optional]
**title** | **String** | 申請タイトル (250文字以内) |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Type | Description | Notes
**amount** | **Integer** | 金額 | [optional]
**description** | **String** | 内容 (250文字以内) | [optional]
**expenseApplicationLineTemplateId** | **Integer** | 経費科目ID | [optional]
**receiptId** | **Integer** | 証憑ファイルID(ファイルボックスのファイルID) | [optional]
**receiptId** | **Integer** | ファイルボックス(証憑ファイル)ID | [optional]
**transactionDate** | **String** | 日付 (yyyy-mm-dd) | [optional]


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**description** | **String** | 内容 | [optional]
**expenseApplicationLineTemplateId** | **Integer** | 経費科目ID | [optional]
**id** | **Long** | 経費申請の項目行ID |
**receiptId** | **Integer** | 証憑ファイルID(ファイルボックスのファイルID) | [optional]
**receiptId** | **Integer** | ファイルボックス(証憑ファイル)ID | [optional]
**transactionDate** | **String** | 日付 (yyyy-mm-dd) | [optional]


Expand Down
Loading

0 comments on commit 5fda599

Please sign in to comment.