@cinerino/sdk 3.134.0-alpha.6 → 3.134.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.
|
@@ -15101,14 +15101,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
15101
15101
|
/**
|
|
15102
15102
|
* 口座取引履歴検索
|
|
15103
15103
|
*/
|
|
15104
|
-
PersonOwnershipInfoService.prototype.searchAccountMoneyTransferActions = function (params
|
|
15105
|
-
// params: factory.account.action.moneyTransfer.ISearchConditions & {
|
|
15106
|
-
// /**
|
|
15107
|
-
// * 未指定の場合`me`がセットされます
|
|
15108
|
-
// */
|
|
15109
|
-
// id?: string;
|
|
15110
|
-
// }
|
|
15111
|
-
) {
|
|
15104
|
+
PersonOwnershipInfoService.prototype.searchAccountMoneyTransferActions = function (params) {
|
|
15112
15105
|
return __awaiter(this, void 0, void 0, function () {
|
|
15113
15106
|
var id;
|
|
15114
15107
|
var _this = this;
|
package/lib/bundle.js
CHANGED
|
@@ -15101,14 +15101,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
15101
15101
|
/**
|
|
15102
15102
|
* 口座取引履歴検索
|
|
15103
15103
|
*/
|
|
15104
|
-
PersonOwnershipInfoService.prototype.searchAccountMoneyTransferActions = function (params
|
|
15105
|
-
// params: factory.account.action.moneyTransfer.ISearchConditions & {
|
|
15106
|
-
// /**
|
|
15107
|
-
// * 未指定の場合`me`がセットされます
|
|
15108
|
-
// */
|
|
15109
|
-
// id?: string;
|
|
15110
|
-
// }
|
|
15111
|
-
) {
|
|
15104
|
+
PersonOwnershipInfoService.prototype.searchAccountMoneyTransferActions = function (params) {
|
|
15112
15105
|
return __awaiter(this, void 0, void 0, function () {
|
|
15113
15106
|
var id;
|
|
15114
15107
|
var _this = this;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "3.134.0
|
|
3
|
+
"version": "3.134.0",
|
|
4
4
|
"description": "Cinerino SDK",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"browser": {
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"watchify": "^3.11.1"
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@cinerino/api-abstract-client": "3.134.0
|
|
100
|
+
"@cinerino/api-abstract-client": "3.134.0",
|
|
101
101
|
"debug": "^3.2.6",
|
|
102
102
|
"http-status": "^1.4.2",
|
|
103
103
|
"idtoken-verifier": "^2.0.3",
|