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

Commit 1edeea2

Browse files
authored
Merge pull request #93 from freee/auto-generated
2.27.0
2 parents 1b31037 + befd3b4 commit 1edeea2

11 files changed

+22
-11
lines changed

.openapi-generator/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
invokerPackage: Freee\Accounting
22
gitUserId: freee
33
gitRepoId: freee-accounting-sdk-php
4-
artifactVersion: v2.26.0
4+
artifactVersion: v2.27.0

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.27.0
2+
リリース日時 2023-03-16 12:14:29
3+
対象差分
4+
https://github.com/freee/freee-api-schema/releases/tag/v0.0.113
5+
16
## 2.26.0
27
リリース日時 2023-03-02 07:49:17
38
対象差分

README_auto-generated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,5 +545,5 @@ vendor/bin/phpunit
545545
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
546546

547547
- API version: `v1.0`
548-
- Package version: `v2.26.0`
548+
- Package version: `v2.27.0`
549549
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freee/freee-accounting-sdk",
3-
"version": "v2.26.0",
3+
"version": "v2.27.0",
44
"description": "Accounting freee PHP SDK",
55
"keywords": [
66
"openapitools",

docs/Model/PaymentRequestCreateParamsPaymentRequestLines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**amount** | **int** | 金額 |
99
**description** | **string** | 内容 | [optional]
1010
**item_id** | **int** | 品目ID | [optional]
11-
**line_type** | **string** | '行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)'<br> 'デフォルトは deal_line: 支払依頼の通常取引行 です' | [optional]
11+
**line_type** | **string** | '行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'<br> 'デフォルトは deal_line: 支払依頼の通常取引行 です'<br> '※ negative_line は2023年3月下旬から利用できる予定です' | [optional]
1212
**section_id** | **int** | 部門ID | [optional]
1313
**segment_1_tag_id** | **int** | セグメント1ID<br> セグメントタグ一覧の取得APIを利用して取得してください。<br> <a href=\"https://support.freee.co.jp/hc/ja/articles/360020679611\" target=\"_blank\">セグメント(分析用タグ)の設定</a><br> | [optional]
1414
**segment_2_tag_id** | **int** | セグメント2ID(法人向けエンタープライズプラン)<br> セグメントタグ一覧の取得APIを利用して取得してください。<br> <a href=\"https://support.freee.co.jp/hc/ja/articles/360020679611\" target=\"_blank\">セグメント(分析用タグ)の設定</a><br> | [optional]

docs/Model/PaymentRequestResponsePaymentRequestPaymentRequestLines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**description** | **string** | 内容 |
1010
**id** | **int** | 支払依頼の項目行ID |
1111
**item_id** | **int** | 品目ID |
12-
**line_type** | **string** | 行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行) |
12+
**line_type** | **string** | '行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'<br> '※ negative_line は2023年3月下旬から利用できる予定です' |
1313
**section_id** | **int** | 部門ID |
1414
**segment_1_tag_id** | **int** | セグメント1ID。セグメント1が使用可能なプランの時のみレスポンスに含まれます。 | [optional]
1515
**segment_2_tag_id** | **int** | セグメント2ID。セグメント2が使用可能なプランの時のみレスポンスに含まれます。 | [optional]

docs/Model/PaymentRequestUpdateParamsPaymentRequestLines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**description** | **string** | 内容 | [optional]
1010
**id** | **int** | 支払依頼の項目行ID: 既存項目行を更新する場合に指定します。IDを指定しない項目行は、新規行として扱われ追加されます。また、payment_request_linesに含まれない既存の項目行は削除されます。更新後も残したい行は、必ず支払依頼の項目行IDを指定してpayment_request_linesに含めてください。 | [optional]
1111
**item_id** | **int** | 品目ID | [optional]
12-
**line_type** | **string** | '行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)'<br> 'デフォルトは deal_line: 支払依頼の通常取引行 です' | [optional]
12+
**line_type** | **string** | '行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'<br> 'デフォルトは deal_line: 支払依頼の通常取引行 です'<br> '※ negative_line は2023年3月下旬から利用できる予定です' | [optional]
1313
**section_id** | **int** | 部門ID | [optional]
1414
**segment_1_tag_id** | **int** | セグメント1ID<br> セグメントタグ一覧の取得APIを利用して取得してください。<br> <a href=\"https://support.freee.co.jp/hc/ja/articles/360020679611\" target=\"_blank\">セグメント(分析用タグ)の設定</a><br> | [optional]
1515
**segment_2_tag_id** | **int** | セグメント2ID(法人向けエンタープライズプラン)<br> セグメントタグ一覧の取得APIを利用して取得してください。<br> <a href=\"https://support.freee.co.jp/hc/ja/articles/360020679611\" target=\"_blank\">セグメント(分析用タグ)の設定</a><br> | [optional]

lib/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class Configuration
9090
*
9191
* @var string
9292
*/
93-
protected $userAgent = 'OpenAPI-Generator/v2.26.0/PHP';
93+
protected $userAgent = 'OpenAPI-Generator/v2.27.0/PHP';
9494

9595
/**
9696
* Debug switch (default set to false)
@@ -399,7 +399,7 @@ public static function toDebugReport()
399399
$report .= ' OS: ' . php_uname() . PHP_EOL;
400400
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
401401
$report .= ' The version of the OpenAPI document: v1.0' . PHP_EOL;
402-
$report .= ' SDK Package Version: v2.26.0' . PHP_EOL;
402+
$report .= ' SDK Package Version: v2.27.0' . PHP_EOL;
403403
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
404404

405405
return $report;

lib/Model/PaymentRequestCreateParamsPaymentRequestLines.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ public function getModelName()
213213
}
214214

215215
const LINE_TYPE_DEAL_LINE = 'deal_line';
216+
const LINE_TYPE_NEGATIVE_LINE = 'negative_line';
216217
const LINE_TYPE_WITHHOLDING_TAX = 'withholding_tax';
217218

218219
/**
@@ -224,6 +225,7 @@ public function getLineTypeAllowableValues()
224225
{
225226
return [
226227
self::LINE_TYPE_DEAL_LINE,
228+
self::LINE_TYPE_NEGATIVE_LINE,
227229
self::LINE_TYPE_WITHHOLDING_TAX,
228230
];
229231
}
@@ -489,7 +491,7 @@ public function getLineType()
489491
/**
490492
* Sets line_type
491493
*
492-
* @param string|null $line_type '行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)'<br> 'デフォルトは deal_line: 支払依頼の通常取引行 です'
494+
* @param string|null $line_type '行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'<br> 'デフォルトは deal_line: 支払依頼の通常取引行 です'<br> '※ negative_line は2023年3月下旬から利用できる予定です'
493495
*
494496
* @return self
495497
*/

lib/Model/PaymentRequestResponsePaymentRequestPaymentRequestLines.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ public function getModelName()
218218
}
219219

220220
const LINE_TYPE_DEAL_LINE = 'deal_line';
221+
const LINE_TYPE_NEGATIVE_LINE = 'negative_line';
221222
const LINE_TYPE_WITHHOLDING_TAX = 'withholding_tax';
222223

223224
/**
@@ -229,6 +230,7 @@ public function getLineTypeAllowableValues()
229230
{
230231
return [
231232
self::LINE_TYPE_DEAL_LINE,
233+
self::LINE_TYPE_NEGATIVE_LINE,
232234
self::LINE_TYPE_WITHHOLDING_TAX,
233235
];
234236
}
@@ -559,7 +561,7 @@ public function getLineType()
559561
/**
560562
* Sets line_type
561563
*
562-
* @param string $line_type 行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)
564+
* @param string $line_type '行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'<br> '※ negative_line は2023年3月下旬から利用できる予定です'
563565
*
564566
* @return self
565567
*/

0 commit comments

Comments
 (0)