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

Commit be8f119

Browse files
authored
Merge pull request #96 from freee/auto-generated
2.26.0
2 parents 5fda599 + 90ce95b commit be8f119

File tree

18 files changed

+318
-9
lines changed

18 files changed

+318
-9
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.25.0
4+
artifactVersion: 2.26.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.26.0
2+
リリース日時 2023-03-02 07:21:19
3+
対象差分
4+
https://github.com/freee/freee-api-schema/releases/tag/v0.0.112
5+
16
## 2.25.0
27
リリース日時 2023-02-24 12:53:33
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.25.0</version>
19+
<version>2.26.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.25.0</version>
49+
<version>2.26.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.25.0</version>
66+
<version>2.26.0</version>
6767
</dependency>
6868

6969
<dependency>

sdk/docs/PartnerCreateParams.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
1515
**defaultTitle** | **String** | 敬称(御中、様、(空白)の3つから選択) | [optional]
1616
**email** | **String** | 担当者 メールアドレス (255文字以内) | [optional]
1717
**invoicePaymentTermAttributes** | [**PartnerCreateParamsInvoicePaymentTermAttributes**](PartnerCreateParamsInvoicePaymentTermAttributes.md) | | [optional]
18+
**invoiceRegistrationNumber** | **String** | この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。 インボイス制度適格請求書発行事業者登録番号 - 先頭T数字13桁の固定14桁の文字列 &lt;a target&#x3D;\&quot;_blank\&quot; href&#x3D;\&quot;https://www.invoice-kohyo.nta.go.jp/index.html\&quot;&gt;国税庁インボイス制度適格請求書発行事業者公表サイト&lt;/a&gt; | [optional]
1819
**longName** | **String** | 正式名称(255文字以内) | [optional]
1920
**name** | **String** | 取引先名 (255文字以内、重複不可) |
2021
**nameKana** | **String** | カナ名称(255文字以内) | [optional]
@@ -24,6 +25,7 @@ Name | Type | Description | Notes
2425
**payerWalletableId** | **Integer** | 振込元口座ID(一括振込ファイル用):(walletableのtypeが&#39;bank_account&#39;のidのみ指定できます。また、未設定にする場合は、nullを指定してください。) | [optional]
2526
**paymentTermAttributes** | [**PartnerCreateParamsPaymentTermAttributes**](PartnerCreateParamsPaymentTermAttributes.md) | | [optional]
2627
**phone** | **String** | 電話番号 | [optional]
28+
**qualifiedInvoiceIssuer** | **Boolean** | この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。 インボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者) &lt;a target&#x3D;\&quot;_blank\&quot; href&#x3D;\&quot;https://www.invoice-kohyo.nta.go.jp/index.html\&quot;&gt;国税庁インボイス制度適格請求書発行事業者公表サイト&lt;/a&gt; | [optional]
2729
**shortcut1** | **String** | ショートカット1 (255文字以内) | [optional]
2830
**shortcut2** | **String** | ショートカット2 (255文字以内) | [optional]
2931
**transferFeeHandlingSide** | [**TransferFeeHandlingSideEnum**](#TransferFeeHandlingSideEnum) | 振込手数料負担(一括振込ファイル用): (振込元(当方): payer, 振込先(先方): payee)、指定しない場合payerになります。 | [optional]

sdk/docs/PartnerResponsePartner.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
1717
**email** | **String** | 担当者 メールアドレス | [optional]
1818
**id** | **Integer** | 取引先ID |
1919
**invoicePaymentTermAttributes** | [**PartnerResponsePartnerInvoicePaymentTermAttributes**](PartnerResponsePartnerInvoicePaymentTermAttributes.md) | | [optional]
20+
**invoiceRegistrationNumber** | **String** | この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。 インボイス制度適格請求書発行事業者登録番号 - 先頭T数字13桁の固定14桁の文字列 &lt;a target&#x3D;\&quot;_blank\&quot; href&#x3D;\&quot;https://www.invoice-kohyo.nta.go.jp/index.html\&quot;&gt;国税庁インボイス制度適格請求書発行事業者公表サイト&lt;/a&gt; | [optional]
2021
**longName** | **String** | 正式名称(255文字以内) | [optional]
2122
**name** | **String** | 取引先名 |
2223
**nameKana** | **String** | カナ名称(255文字以内) | [optional]
@@ -26,6 +27,7 @@ Name | Type | Description | Notes
2627
**payerWalletableId** | **Integer** | 振込元口座ID(一括振込ファイル用):(未設定の場合は、nullです。) | [optional]
2728
**paymentTermAttributes** | [**PartnerResponsePartnerPaymentTermAttributes**](PartnerResponsePartnerPaymentTermAttributes.md) | | [optional]
2829
**phone** | **String** | 電話番号 | [optional]
30+
**qualifiedInvoiceIssuer** | **Boolean** | この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。 インボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者) &lt;a target&#x3D;\&quot;_blank\&quot; href&#x3D;\&quot;https://www.invoice-kohyo.nta.go.jp/index.html\&quot;&gt;国税庁インボイス制度適格請求書発行事業者公表サイト&lt;/a&gt; | [optional]
2931
**shortcut1** | **String** | ショートカット1 (255文字以内) | [optional]
3032
**shortcut2** | **String** | ショートカット2 (255文字以内) | [optional]
3133
**transferFeeHandlingSide** | [**TransferFeeHandlingSideEnum**](#TransferFeeHandlingSideEnum) | 振込手数料負担(一括振込ファイル用): (振込元(当方): payer, 振込先(先方): payee) | [optional]

sdk/docs/PartnerUpdateParams.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
1414
**defaultTitle** | **String** | 敬称(御中、様、(空白)の3つから選択) | [optional]
1515
**email** | **String** | 担当者 メールアドレス (255文字以内) | [optional]
1616
**invoicePaymentTermAttributes** | [**PartnerUpdateParamsInvoicePaymentTermAttributes**](PartnerUpdateParamsInvoicePaymentTermAttributes.md) | | [optional]
17+
**invoiceRegistrationNumber** | **String** | この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。 インボイス制度適格請求書発行事業者登録番号 - 先頭T数字13桁の固定14桁の文字列 &lt;a target&#x3D;\&quot;_blank\&quot; href&#x3D;\&quot;https://www.invoice-kohyo.nta.go.jp/index.html\&quot;&gt;国税庁インボイス制度適格請求書発行事業者公表サイト&lt;/a&gt; | [optional]
1718
**longName** | **String** | 正式名称(255文字以内) | [optional]
1819
**name** | **String** | 取引先名 (255文字以内、重複不可) |
1920
**nameKana** | **String** | カナ名称(255文字以内) | [optional]
@@ -23,6 +24,7 @@ Name | Type | Description | Notes
2324
**payerWalletableId** | **Integer** | 振込元口座ID(一括振込ファイル用):(walletableのtypeが&#39;bank_account&#39;のidのみ指定できます。また、未設定にする場合は、nullを指定してください。) | [optional]
2425
**paymentTermAttributes** | [**PartnerUpdateParamsPaymentTermAttributes**](PartnerUpdateParamsPaymentTermAttributes.md) | | [optional]
2526
**phone** | **String** | 電話番号 | [optional]
27+
**qualifiedInvoiceIssuer** | **Boolean** | この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。 インボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者) &lt;a target&#x3D;\&quot;_blank\&quot; href&#x3D;\&quot;https://www.invoice-kohyo.nta.go.jp/index.html\&quot;&gt;国税庁インボイス制度適格請求書発行事業者公表サイト&lt;/a&gt; | [optional]
2628
**shortcut1** | **String** | ショートカット1 (255文字以内) | [optional]
2729
**shortcut2** | **String** | ショートカット2 (255文字以内) | [optional]
2830
**transferFeeHandlingSide** | [**TransferFeeHandlingSideEnum**](#TransferFeeHandlingSideEnum) | 振込手数料負担(一括振込ファイル用): (振込元(当方): payer, 振込先(先方): payee)、指定しない場合payerになります。 | [optional]

sdk/docs/PartnersResponsePartners.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
1616
**defaultTitle** | **String** | 敬称(御中、様、(空白)の3つから選択) | [optional]
1717
**email** | **String** | 担当者 メールアドレス | [optional]
1818
**id** | **Integer** | 取引先ID |
19+
**invoiceRegistrationNumber** | **String** | この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。 インボイス制度適格請求書発行事業者登録番号 - 先頭T数字13桁の固定14桁の文字列 &lt;a target&#x3D;\&quot;_blank\&quot; href&#x3D;\&quot;https://www.invoice-kohyo.nta.go.jp/index.html\&quot;&gt;国税庁インボイス制度適格請求書発行事業者公表サイト&lt;/a&gt; | [optional]
1920
**longName** | **String** | 正式名称(255文字以内) | [optional]
2021
**name** | **String** | 取引先名 |
2122
**nameKana** | **String** | カナ名称(255文字以内) | [optional]
@@ -24,6 +25,7 @@ Name | Type | Description | Notes
2425
**partnerDocSettingAttributes** | [**PartnerCreateParamsPartnerDocSettingAttributes**](PartnerCreateParamsPartnerDocSettingAttributes.md) | | [optional]
2526
**payerWalletableId** | **Integer** | 振込元口座ID(一括振込ファイル用):(未設定の場合は、nullです。) | [optional]
2627
**phone** | **String** | 電話番号 | [optional]
28+
**qualifiedInvoiceIssuer** | **Boolean** | この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。 インボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者) &lt;a target&#x3D;\&quot;_blank\&quot; href&#x3D;\&quot;https://www.invoice-kohyo.nta.go.jp/index.html\&quot;&gt;国税庁インボイス制度適格請求書発行事業者公表サイト&lt;/a&gt; | [optional]
2729
**shortcut1** | **String** | ショートカット1 (255文字以内) | [optional]
2830
**shortcut2** | **String** | ショートカット2 (255文字以内) | [optional]
2931
**transferFeeHandlingSide** | [**TransferFeeHandlingSideEnum**](#TransferFeeHandlingSideEnum) | 振込手数料負担(一括振込ファイル用): (振込元(当方): payer, 振込先(先方): payee) | [optional]

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
</dependency>
292292
</dependencies>
293293
<properties>
294-
<revision>2.25.0</revision>
294+
<revision>2.26.0</revision>
295295
<changelist>-SNAPSHOT</changelist>
296296
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
297297
<java.version>1.8</java.version>

0 commit comments

Comments
 (0)