@cinerino/sdk 3.22.0-alpha.4 → 3.24.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -8,12 +8,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
8
8
 
9
9
  ### Added
10
10
 
11
+ - イベントIDと確認番号での注文照会を追加
12
+
11
13
  ### Changed
12
14
 
13
- - 口座ルーティングを最適化(:accountTypeを削除)
14
- - 決済承認レスポンスを最適化
15
- - ttts予約承認を標準予約承認パラメータにも対応
16
- - 予約承認にexpectsMinimalResponseパラメータを追加
15
+ - 経理レポート検索条件拡張
17
16
 
18
17
  ### Deprecated
19
18
 
@@ -23,6 +22,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
23
22
 
24
23
  ### Security
25
24
 
25
+ ## v3.23.0 - 2021-10-04
26
+
27
+ ### Added
28
+
29
+ - プロダクトのcreateIfNotExistを追加
30
+
31
+ ## v3.22.0 - 2021-09-26
32
+
33
+ ### Changed
34
+
35
+ - 口座ルーティングを最適化(:accountTypeを削除)
36
+ - 決済承認レスポンスを最適化
37
+ - 予約承認にexpectsMinimalResponseパラメータを追加
38
+
39
+ ### Removed
40
+
41
+ - ttts専用注文取引サービスを廃止
42
+
26
43
  ## v3.21.0 - 2021-09-13
27
44
 
28
45
  ### Removed