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 #97 from freee/auto-generated
Browse files Browse the repository at this point in the history
2.27.0
  • Loading branch information
sereru authored Mar 16, 2023
2 parents be8f119 + 03ebf8e commit e4e7b3a
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 17 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.26.0
artifactVersion: 2.27.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.27.0
リリース日時 2023-03-16 12:14:32
対象差分
https://github.com/freee/freee-api-schema/releases/tag/v0.0.113

## 2.26.0
リリース日時 2023-03-02 07:21:19
対象差分
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.26.0</version>
<version>2.27.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.26.0</version>
<version>2.27.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.26.0</version>
<version>2.27.0</version>
</dependency>

<dependency>
Expand Down
3 changes: 2 additions & 1 deletion sdk/docs/PaymentRequestCreateParamsPaymentRequestLines.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**amount** | **Long** | 金額 |
**description** | **String** | 内容 | [optional]
**itemId** | **Integer** | 品目ID | [optional]
**lineType** | [**LineTypeEnum**](#LineTypeEnum) | &#39;行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)&#39;&lt;br&gt; &#39;デフォルトは deal_line: 支払依頼の通常取引行 です&#39; | [optional]
**lineType** | [**LineTypeEnum**](#LineTypeEnum) | &#39;行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)&#39;&lt;br&gt; &#39;デフォルトは deal_line: 支払依頼の通常取引行 です&#39;&lt;br&gt; &#39;※ negative_line は2023年3月下旬から利用できる予定です&#39; | [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]
Expand All @@ -26,6 +26,7 @@ Name | Type | Description | Notes
Name | Value
---- | -----
DEAL_LINE | &quot;deal_line&quot;
NEGATIVE_LINE | &quot;negative_line&quot;
WITHHOLDING_TAX | &quot;withholding_tax&quot;


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Type | Description | Notes
**description** | **String** | 内容 |
**id** | **Long** | 支払依頼の項目行ID |
**itemId** | **Integer** | 品目ID |
**lineType** | [**LineTypeEnum**](#LineTypeEnum) | 行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行) |
**lineType** | [**LineTypeEnum**](#LineTypeEnum) | &#39;行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)&#39;&lt;br&gt; &#39;※ negative_line は2023年3月下旬から利用できる予定です&#39; |
**sectionId** | **Integer** | 部門ID |
**segment1TagId** | **Long** | セグメント1ID。セグメント1が使用可能なプランの時のみレスポンスに含まれます。 | [optional]
**segment2TagId** | **Long** | セグメント2ID。セグメント2が使用可能なプランの時のみレスポンスに含まれます。 | [optional]
Expand All @@ -27,6 +27,7 @@ Name | Type | Description | Notes
Name | Value
---- | -----
DEAL_LINE | &quot;deal_line&quot;
NEGATIVE_LINE | &quot;negative_line&quot;
WITHHOLDING_TAX | &quot;withholding_tax&quot;


Expand Down
3 changes: 2 additions & 1 deletion sdk/docs/PaymentRequestUpdateParamsPaymentRequestLines.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Type | Description | Notes
**description** | **String** | 内容 | [optional]
**id** | **Long** | 支払依頼の項目行ID: 既存項目行を更新する場合に指定します。IDを指定しない項目行は、新規行として扱われ追加されます。また、payment_request_linesに含まれない既存の項目行は削除されます。更新後も残したい行は、必ず支払依頼の項目行IDを指定してpayment_request_linesに含めてください。 | [optional]
**itemId** | **Integer** | 品目ID | [optional]
**lineType** | [**LineTypeEnum**](#LineTypeEnum) | &#39;行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)&#39;&lt;br&gt; &#39;デフォルトは deal_line: 支払依頼の通常取引行 です&#39; | [optional]
**lineType** | [**LineTypeEnum**](#LineTypeEnum) | &#39;行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)&#39;&lt;br&gt; &#39;デフォルトは deal_line: 支払依頼の通常取引行 です&#39;&lt;br&gt; &#39;※ negative_line は2023年3月下旬から利用できる予定です&#39; | [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]
Expand All @@ -27,6 +27,7 @@ Name | Type | Description | Notes
Name | Value
---- | -----
DEAL_LINE | &quot;deal_line&quot;
NEGATIVE_LINE | &quot;negative_line&quot;
WITHHOLDING_TAX | &quot;withholding_tax&quot;


Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
</dependency>
</dependencies>
<properties>
<revision>2.26.0</revision>
<revision>2.27.0</revision>
<changelist>-SNAPSHOT</changelist>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ public class PaymentRequestCreateParamsPaymentRequestLines {
private Integer itemId;

/**
* &#39;行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)&#39;&lt;br&gt; &#39;デフォルトは deal_line: 支払依頼の通常取引行 です&#39;
* &#39;行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)&#39;&lt;br&gt; &#39;デフォルトは deal_line: 支払依頼の通常取引行 です&#39;&lt;br&gt; &#39;※ negative_line は2023年3月下旬から利用できる予定です&#39;
*/
@JsonAdapter(LineTypeEnum.Adapter.class)
public enum LineTypeEnum {
DEAL_LINE("deal_line"),

NEGATIVE_LINE("negative_line"),

WITHHOLDING_TAX("withholding_tax");

private String value;
Expand Down Expand Up @@ -231,11 +233,11 @@ public PaymentRequestCreateParamsPaymentRequestLines lineType(LineTypeEnum lineT
}

/**
* &#39;行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)&#39;&lt;br&gt; &#39;デフォルトは deal_line: 支払依頼の通常取引行 です&#39;
* &#39;行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)&#39;&lt;br&gt; &#39;デフォルトは deal_line: 支払依頼の通常取引行 です&#39;&lt;br&gt; &#39;※ negative_line は2023年3月下旬から利用できる予定です&#39;
* @return lineType
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "deal_line", value = "'行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)'<br> 'デフォルトは deal_line: 支払依頼の通常取引行 です' ")
@ApiModelProperty(example = "deal_line", value = "'行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'<br> 'デフォルトは deal_line: 支払依頼の通常取引行 です'<br> '※ negative_line は2023年3月下旬から利用できる予定です' ")

public LineTypeEnum getLineType() {
return lineType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ public class PaymentRequestResponsePaymentRequestPaymentRequestLines {
private Integer itemId;

/**
* 行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)
* &#39;行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)&#39;&lt;br&gt; &#39;※ negative_line は2023年3月下旬から利用できる予定です&#39;
*/
@JsonAdapter(LineTypeEnum.Adapter.class)
public enum LineTypeEnum {
DEAL_LINE("deal_line"),

NEGATIVE_LINE("negative_line"),

WITHHOLDING_TAX("withholding_tax");

private String value;
Expand Down Expand Up @@ -260,11 +262,11 @@ public PaymentRequestResponsePaymentRequestPaymentRequestLines lineType(LineType
}

/**
* 行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)
* &#39;行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)&#39;&lt;br&gt; &#39;※ negative_line は2023年3月下旬から利用できる予定です&#39;
* @return lineType
**/
@javax.annotation.Nonnull
@ApiModelProperty(example = "deal_line", required = true, value = "行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)")
@ApiModelProperty(example = "deal_line", required = true, value = "'行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'<br> '※ negative_line は2023年3月下旬から利用できる予定です' ")

public LineTypeEnum getLineType() {
return lineType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ public class PaymentRequestUpdateParamsPaymentRequestLines {
private Integer itemId;

/**
* &#39;行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)&#39;&lt;br&gt; &#39;デフォルトは deal_line: 支払依頼の通常取引行 です&#39;
* &#39;行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)&#39;&lt;br&gt; &#39;デフォルトは deal_line: 支払依頼の通常取引行 です&#39;&lt;br&gt; &#39;※ negative_line は2023年3月下旬から利用できる予定です&#39;
*/
@JsonAdapter(LineTypeEnum.Adapter.class)
public enum LineTypeEnum {
DEAL_LINE("deal_line"),

NEGATIVE_LINE("negative_line"),

WITHHOLDING_TAX("withholding_tax");

private String value;
Expand Down Expand Up @@ -260,11 +262,11 @@ public PaymentRequestUpdateParamsPaymentRequestLines lineType(LineTypeEnum lineT
}

/**
* &#39;行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)&#39;&lt;br&gt; &#39;デフォルトは deal_line: 支払依頼の通常取引行 です&#39;
* &#39;行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)&#39;&lt;br&gt; &#39;デフォルトは deal_line: 支払依頼の通常取引行 です&#39;&lt;br&gt; &#39;※ negative_line は2023年3月下旬から利用できる予定です&#39;
* @return lineType
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "deal_line", value = "'行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)'<br> 'デフォルトは deal_line: 支払依頼の通常取引行 です' ")
@ApiModelProperty(example = "deal_line", value = "'行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'<br> 'デフォルトは deal_line: 支払依頼の通常取引行 です'<br> '※ negative_line は2023年3月下旬から利用できる予定です' ")

public LineTypeEnum getLineType() {
return lineType;
Expand Down

0 comments on commit e4e7b3a

Please sign in to comment.