@cinerino/sdk 3.43.0-alpha.2 → 3.43.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/README.md +0 -1
- package/lib/bundle.js +373 -373
- package/package.json +2 -2
- package/CHANGELOG.md +0 -935
- package/example/.gitignore +0 -1
- package/example/playground/.gitignore +0 -15
package/lib/bundle.js
CHANGED
|
@@ -1880,7 +1880,7 @@ exports.transactionTasksExportationStatus = transactionTasksExportationStatus_1.
|
|
|
1880
1880
|
exports.assetTransactionType = assetTransactionType_1.default;
|
|
1881
1881
|
exports.unitCode = unitCode_1.UnitCode;
|
|
1882
1882
|
|
|
1883
|
-
},{"./cognito":14,"./factory/account":15,"./factory/accountStatusType":
|
|
1883
|
+
},{"./cognito":14,"./factory/account":15,"./factory/accountStatusType":21,"./factory/accountTitle":22,"./factory/accountType":23,"./factory/action/authorize/award/point":24,"./factory/action/authorize/offer/moneyTransfer":25,"./factory/action/authorize/offer/product":26,"./factory/action/authorize/offer/seatReservation":27,"./factory/action/authorize/paymentMethod/any":28,"./factory/action/cancel/reservation":29,"./factory/action/check/paymentMethod/movieTicket":30,"./factory/action/check/token":31,"./factory/action/consume/use/reservation":32,"./factory/action/interact/confirm/moneyTransfer":33,"./factory/action/interact/confirm/pay":34,"./factory/action/interact/confirm/registerService":35,"./factory/action/interact/confirm/reservation":36,"./factory/action/interact/inform":37,"./factory/action/interact/register/programMembership":38,"./factory/action/interact/register/service":39,"./factory/action/interact/unRegister/programMembership":40,"./factory/action/reserve":41,"./factory/action/trade/order":42,"./factory/action/trade/pay":43,"./factory/action/trade/refund":44,"./factory/action/transfer/give/pointAward":45,"./factory/action/transfer/moneyTransfer":46,"./factory/action/transfer/print/ticket":47,"./factory/action/transfer/return/moneyTransfer":48,"./factory/action/transfer/return/order":49,"./factory/action/transfer/return/paymentMethod":50,"./factory/action/transfer/return/pointAward":51,"./factory/action/transfer/return/reservation":52,"./factory/action/transfer/send/message/email":53,"./factory/action/transfer/send/order":54,"./factory/action/update/delete/member":55,"./factory/actionStatusType":56,"./factory/actionType":57,"./factory/assetTransaction/cancelReservation":58,"./factory/assetTransaction/moneyTransfer":59,"./factory/assetTransaction/pay":60,"./factory/assetTransaction/refund":61,"./factory/assetTransaction/registerService":62,"./factory/assetTransaction/reserve":63,"./factory/assetTransactionType":64,"./factory/authorization":65,"./factory/categoryCode":66,"./factory/clientUser":67,"./factory/creativeWork/message/email":68,"./factory/creativeWork/movie":69,"./factory/creativeWork/softwareApplication/webApplication":70,"./factory/creativeWorkType":71,"./factory/customer":72,"./factory/encodingFormat":73,"./factory/errorCode":85,"./factory/errors":86,"./factory/event/screeningEvent":87,"./factory/event/screeningEventSeries":88,"./factory/eventStatusType":89,"./factory/eventType":90,"./factory/iam":91,"./factory/invoice":92,"./factory/itemAvailability":93,"./factory/language":94,"./factory/merchantReturnPolicy":95,"./factory/monetaryAmount":96,"./factory/offer":97,"./factory/offerCatalog":98,"./factory/offerType":99,"./factory/order":100,"./factory/orderStatus":101,"./factory/organization":102,"./factory/organizationType":103,"./factory/ownershipInfo":104,"./factory/paymentMethod/paymentCard/creditCard":105,"./factory/paymentMethod/paymentCard/movieTicket":106,"./factory/paymentStatusType":107,"./factory/permit":108,"./factory/person":109,"./factory/personType":110,"./factory/place/movieTheater":111,"./factory/place/screeningRoom":112,"./factory/place/screeningRoomSection":113,"./factory/place/seat":114,"./factory/placeType":115,"./factory/priceCurrency":116,"./factory/priceSpecificationType":117,"./factory/product":118,"./factory/programMembership":119,"./factory/project":120,"./factory/propertyValue":121,"./factory/qualitativeValue":122,"./factory/quantitativeValue":123,"./factory/report/accountingReport":124,"./factory/reservationStatusType":125,"./factory/reservationType":126,"./factory/seller":127,"./factory/service/paymentService":128,"./factory/service/webAPI":129,"./factory/serviceType":130,"./factory/sortType":131,"./factory/task/accountMoneyTransfer":132,"./factory/task/aggregateScreeningEvent":133,"./factory/task/aggregateUseActionsOnEvent":134,"./factory/task/cancelAccountMoneyTransfer":135,"./factory/task/cancelMoneyTransfer":136,"./factory/task/cancelPendingReservation":137,"./factory/task/cancelReservation":138,"./factory/task/confirmCancelReserve":139,"./factory/task/importEventCapacitiesFromCOA":140,"./factory/task/importEventsFromCOA":141,"./factory/task/importOffersFromCOA":142,"./factory/task/moneyTransfer":143,"./factory/task/orderProgramMembership":144,"./factory/task/pay":145,"./factory/task/refund":146,"./factory/task/registerService":147,"./factory/task/reserve":148,"./factory/task/sendEmailMessage":149,"./factory/task/triggerWebhook":150,"./factory/task/voidPayment":151,"./factory/taskName":152,"./factory/taskStatus":153,"./factory/thing":154,"./factory/transaction/moneyTransfer":155,"./factory/transaction/placeOrder":156,"./factory/transaction/returnOrder":157,"./factory/transactionStatusType":158,"./factory/transactionTasksExportationStatus":159,"./factory/transactionType":160,"./factory/unitCode":161,"@waiter/factory":258}],14:[function(require,module,exports){
|
|
1884
1884
|
"use strict";
|
|
1885
1885
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1886
1886
|
|
|
@@ -1905,7 +1905,38 @@ var transaction;
|
|
|
1905
1905
|
})(transaction = exports.transaction || (exports.transaction = {}));
|
|
1906
1906
|
exports.transactionType = transactionType_1.default;
|
|
1907
1907
|
|
|
1908
|
-
},{"./account/action/moneyTransfer":
|
|
1908
|
+
},{"./account/action/moneyTransfer":16,"./account/transaction/deposit":17,"./account/transaction/transfer":18,"./account/transaction/withdraw":19,"./account/transactionType":20}],16:[function(require,module,exports){
|
|
1909
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
1910
|
+
},{"dup":14}],17:[function(require,module,exports){
|
|
1911
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
1912
|
+
},{"dup":14}],18:[function(require,module,exports){
|
|
1913
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
1914
|
+
},{"dup":14}],19:[function(require,module,exports){
|
|
1915
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
1916
|
+
},{"dup":14}],20:[function(require,module,exports){
|
|
1917
|
+
"use strict";
|
|
1918
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1919
|
+
/**
|
|
1920
|
+
* 取引タイプ
|
|
1921
|
+
*/
|
|
1922
|
+
var TransactionType;
|
|
1923
|
+
(function (TransactionType) {
|
|
1924
|
+
/**
|
|
1925
|
+
* 出金取引
|
|
1926
|
+
*/
|
|
1927
|
+
TransactionType["Withdraw"] = "Withdraw";
|
|
1928
|
+
/**
|
|
1929
|
+
* 入金取引
|
|
1930
|
+
*/
|
|
1931
|
+
TransactionType["Deposit"] = "Deposit";
|
|
1932
|
+
/**
|
|
1933
|
+
* 転送取引
|
|
1934
|
+
*/
|
|
1935
|
+
TransactionType["Transfer"] = "Transfer";
|
|
1936
|
+
})(TransactionType || (TransactionType = {}));
|
|
1937
|
+
exports.default = TransactionType;
|
|
1938
|
+
|
|
1939
|
+
},{}],21:[function(require,module,exports){
|
|
1909
1940
|
"use strict";
|
|
1910
1941
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1911
1942
|
/**
|
|
@@ -1924,9 +1955,9 @@ var AccountStatusType;
|
|
|
1924
1955
|
})(AccountStatusType || (AccountStatusType = {}));
|
|
1925
1956
|
exports.default = AccountStatusType;
|
|
1926
1957
|
|
|
1927
|
-
},{}],
|
|
1958
|
+
},{}],22:[function(require,module,exports){
|
|
1928
1959
|
arguments[4][14][0].apply(exports,arguments)
|
|
1929
|
-
},{"dup":14}],
|
|
1960
|
+
},{"dup":14}],23:[function(require,module,exports){
|
|
1930
1961
|
"use strict";
|
|
1931
1962
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1932
1963
|
exports.AccountType = void 0;
|
|
@@ -1947,85 +1978,7 @@ var AccountType;
|
|
|
1947
1978
|
AccountType["Transactional"] = "Transactional";
|
|
1948
1979
|
})(AccountType = exports.AccountType || (exports.AccountType = {}));
|
|
1949
1980
|
|
|
1950
|
-
},{}],
|
|
1951
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
1952
|
-
},{"dup":14}],20:[function(require,module,exports){
|
|
1953
|
-
"use strict";
|
|
1954
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1955
|
-
/**
|
|
1956
|
-
* 取引タイプ
|
|
1957
|
-
*/
|
|
1958
|
-
var TransactionType;
|
|
1959
|
-
(function (TransactionType) {
|
|
1960
|
-
/**
|
|
1961
|
-
* 出金取引
|
|
1962
|
-
*/
|
|
1963
|
-
TransactionType["Withdraw"] = "Withdraw";
|
|
1964
|
-
/**
|
|
1965
|
-
* 入金取引
|
|
1966
|
-
*/
|
|
1967
|
-
TransactionType["Deposit"] = "Deposit";
|
|
1968
|
-
/**
|
|
1969
|
-
* 転送取引
|
|
1970
|
-
*/
|
|
1971
|
-
TransactionType["Transfer"] = "Transfer";
|
|
1972
|
-
})(TransactionType || (TransactionType = {}));
|
|
1973
|
-
exports.default = TransactionType;
|
|
1974
|
-
|
|
1975
|
-
},{}],21:[function(require,module,exports){
|
|
1976
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
1977
|
-
},{"dup":14}],22:[function(require,module,exports){
|
|
1978
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
1979
|
-
},{"dup":14}],23:[function(require,module,exports){
|
|
1980
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
1981
|
-
},{"dup":14}],24:[function(require,module,exports){
|
|
1982
|
-
"use strict";
|
|
1983
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1984
|
-
/**
|
|
1985
|
-
* アクションステータス
|
|
1986
|
-
*/
|
|
1987
|
-
var ActionStatusType;
|
|
1988
|
-
(function (ActionStatusType) {
|
|
1989
|
-
ActionStatusType["ActiveActionStatus"] = "ActiveActionStatus";
|
|
1990
|
-
ActionStatusType["CompletedActionStatus"] = "CompletedActionStatus";
|
|
1991
|
-
ActionStatusType["FailedActionStatus"] = "FailedActionStatus";
|
|
1992
|
-
ActionStatusType["PotentialActionStatus"] = "PotentialActionStatus";
|
|
1993
|
-
ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
|
|
1994
|
-
})(ActionStatusType || (ActionStatusType = {}));
|
|
1995
|
-
exports.default = ActionStatusType;
|
|
1996
|
-
|
|
1997
|
-
},{}],25:[function(require,module,exports){
|
|
1998
|
-
"use strict";
|
|
1999
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2000
|
-
/**
|
|
2001
|
-
* アクションタイプ
|
|
2002
|
-
*/
|
|
2003
|
-
var ActionType;
|
|
2004
|
-
(function (ActionType) {
|
|
2005
|
-
ActionType["AuthorizeAction"] = "AuthorizeAction";
|
|
2006
|
-
ActionType["CancelAction"] = "CancelAction";
|
|
2007
|
-
ActionType["CheckAction"] = "CheckAction";
|
|
2008
|
-
ActionType["ConfirmAction"] = "ConfirmAction";
|
|
2009
|
-
ActionType["CreateAction"] = "CreateAction";
|
|
2010
|
-
ActionType["DeleteAction"] = "DeleteAction";
|
|
2011
|
-
ActionType["GiveAction"] = "GiveAction";
|
|
2012
|
-
ActionType["InformAction"] = "InformAction";
|
|
2013
|
-
ActionType["MoneyTransfer"] = "MoneyTransfer";
|
|
2014
|
-
ActionType["OrderAction"] = "OrderAction";
|
|
2015
|
-
ActionType["PayAction"] = "PayAction";
|
|
2016
|
-
ActionType["PrintAction"] = "PrintAction";
|
|
2017
|
-
ActionType["RefundAction"] = "RefundAction";
|
|
2018
|
-
ActionType["RegisterAction"] = "RegisterAction";
|
|
2019
|
-
ActionType["ReserveAction"] = "ReserveAction";
|
|
2020
|
-
ActionType["ReturnAction"] = "ReturnAction";
|
|
2021
|
-
ActionType["SendAction"] = "SendAction";
|
|
2022
|
-
ActionType["UnRegisterAction"] = "UnRegisterAction";
|
|
2023
|
-
ActionType["UpdateAction"] = "UpdateAction";
|
|
2024
|
-
ActionType["UseAction"] = "UseAction";
|
|
2025
|
-
})(ActionType || (ActionType = {}));
|
|
2026
|
-
exports.default = ActionType;
|
|
2027
|
-
|
|
2028
|
-
},{}],26:[function(require,module,exports){
|
|
1981
|
+
},{}],24:[function(require,module,exports){
|
|
2029
1982
|
"use strict";
|
|
2030
1983
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2031
1984
|
exports.ObjectType = void 0;
|
|
@@ -2034,11 +1987,11 @@ var ObjectType;
|
|
|
2034
1987
|
ObjectType["PointAward"] = "PointAward";
|
|
2035
1988
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
2036
1989
|
|
|
2037
|
-
},{}],
|
|
1990
|
+
},{}],25:[function(require,module,exports){
|
|
2038
1991
|
arguments[4][14][0].apply(exports,arguments)
|
|
2039
|
-
},{"dup":14}],
|
|
1992
|
+
},{"dup":14}],26:[function(require,module,exports){
|
|
2040
1993
|
arguments[4][14][0].apply(exports,arguments)
|
|
2041
|
-
},{"dup":14}],
|
|
1994
|
+
},{"dup":14}],27:[function(require,module,exports){
|
|
2042
1995
|
"use strict";
|
|
2043
1996
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2044
1997
|
exports.ObjectType = void 0;
|
|
@@ -2047,7 +2000,7 @@ var ObjectType;
|
|
|
2047
2000
|
ObjectType["SeatReservation"] = "SeatReservation";
|
|
2048
2001
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
2049
2002
|
|
|
2050
|
-
},{}],
|
|
2003
|
+
},{}],28:[function(require,module,exports){
|
|
2051
2004
|
"use strict";
|
|
2052
2005
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2053
2006
|
exports.ServiceIdentifier = exports.ResultType = void 0;
|
|
@@ -2062,17 +2015,17 @@ var ServiceIdentifier;
|
|
|
2062
2015
|
ServiceIdentifier["MovieTicket"] = "MovieTicket";
|
|
2063
2016
|
})(ServiceIdentifier = exports.ServiceIdentifier || (exports.ServiceIdentifier = {}));
|
|
2064
2017
|
|
|
2065
|
-
},{}],
|
|
2018
|
+
},{}],29:[function(require,module,exports){
|
|
2019
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2020
|
+
},{"dup":14}],30:[function(require,module,exports){
|
|
2021
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2022
|
+
},{"dup":14}],31:[function(require,module,exports){
|
|
2066
2023
|
arguments[4][14][0].apply(exports,arguments)
|
|
2067
2024
|
},{"dup":14}],32:[function(require,module,exports){
|
|
2068
2025
|
arguments[4][14][0].apply(exports,arguments)
|
|
2069
2026
|
},{"dup":14}],33:[function(require,module,exports){
|
|
2070
2027
|
arguments[4][14][0].apply(exports,arguments)
|
|
2071
2028
|
},{"dup":14}],34:[function(require,module,exports){
|
|
2072
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2073
|
-
},{"dup":14}],35:[function(require,module,exports){
|
|
2074
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2075
|
-
},{"dup":14}],36:[function(require,module,exports){
|
|
2076
2029
|
"use strict";
|
|
2077
2030
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2078
2031
|
exports.ObjectType = void 0;
|
|
@@ -2081,7 +2034,11 @@ var ObjectType;
|
|
|
2081
2034
|
ObjectType["PaymentMethod"] = "PaymentMethod";
|
|
2082
2035
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
2083
2036
|
|
|
2084
|
-
},{}],
|
|
2037
|
+
},{}],35:[function(require,module,exports){
|
|
2038
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2039
|
+
},{"dup":14}],36:[function(require,module,exports){
|
|
2040
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2041
|
+
},{"dup":14}],37:[function(require,module,exports){
|
|
2085
2042
|
arguments[4][14][0].apply(exports,arguments)
|
|
2086
2043
|
},{"dup":14}],38:[function(require,module,exports){
|
|
2087
2044
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -2098,17 +2055,17 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
2098
2055
|
},{"dup":14}],44:[function(require,module,exports){
|
|
2099
2056
|
arguments[4][14][0].apply(exports,arguments)
|
|
2100
2057
|
},{"dup":14}],45:[function(require,module,exports){
|
|
2101
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2102
|
-
},{"dup":14}],46:[function(require,module,exports){
|
|
2103
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2104
|
-
},{"dup":14}],47:[function(require,module,exports){
|
|
2105
2058
|
"use strict";
|
|
2106
2059
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2107
2060
|
exports.ObjectType = void 0;
|
|
2108
2061
|
var point_1 = require("../../authorize/award/point");
|
|
2109
2062
|
exports.ObjectType = point_1.ObjectType;
|
|
2110
2063
|
|
|
2111
|
-
},{"../../authorize/award/point":
|
|
2064
|
+
},{"../../authorize/award/point":24}],46:[function(require,module,exports){
|
|
2065
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2066
|
+
},{"dup":14}],47:[function(require,module,exports){
|
|
2067
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2068
|
+
},{"dup":14}],48:[function(require,module,exports){
|
|
2112
2069
|
arguments[4][14][0].apply(exports,arguments)
|
|
2113
2070
|
},{"dup":14}],49:[function(require,module,exports){
|
|
2114
2071
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -2125,10 +2082,65 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
2125
2082
|
},{"dup":14}],55:[function(require,module,exports){
|
|
2126
2083
|
arguments[4][14][0].apply(exports,arguments)
|
|
2127
2084
|
},{"dup":14}],56:[function(require,module,exports){
|
|
2085
|
+
"use strict";
|
|
2086
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2087
|
+
/**
|
|
2088
|
+
* アクションステータス
|
|
2089
|
+
*/
|
|
2090
|
+
var ActionStatusType;
|
|
2091
|
+
(function (ActionStatusType) {
|
|
2092
|
+
ActionStatusType["ActiveActionStatus"] = "ActiveActionStatus";
|
|
2093
|
+
ActionStatusType["CompletedActionStatus"] = "CompletedActionStatus";
|
|
2094
|
+
ActionStatusType["FailedActionStatus"] = "FailedActionStatus";
|
|
2095
|
+
ActionStatusType["PotentialActionStatus"] = "PotentialActionStatus";
|
|
2096
|
+
ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
|
|
2097
|
+
})(ActionStatusType || (ActionStatusType = {}));
|
|
2098
|
+
exports.default = ActionStatusType;
|
|
2099
|
+
|
|
2100
|
+
},{}],57:[function(require,module,exports){
|
|
2101
|
+
"use strict";
|
|
2102
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2103
|
+
/**
|
|
2104
|
+
* アクションタイプ
|
|
2105
|
+
*/
|
|
2106
|
+
var ActionType;
|
|
2107
|
+
(function (ActionType) {
|
|
2108
|
+
ActionType["AuthorizeAction"] = "AuthorizeAction";
|
|
2109
|
+
ActionType["CancelAction"] = "CancelAction";
|
|
2110
|
+
ActionType["CheckAction"] = "CheckAction";
|
|
2111
|
+
ActionType["ConfirmAction"] = "ConfirmAction";
|
|
2112
|
+
ActionType["CreateAction"] = "CreateAction";
|
|
2113
|
+
ActionType["DeleteAction"] = "DeleteAction";
|
|
2114
|
+
ActionType["GiveAction"] = "GiveAction";
|
|
2115
|
+
ActionType["InformAction"] = "InformAction";
|
|
2116
|
+
ActionType["MoneyTransfer"] = "MoneyTransfer";
|
|
2117
|
+
ActionType["OrderAction"] = "OrderAction";
|
|
2118
|
+
ActionType["PayAction"] = "PayAction";
|
|
2119
|
+
ActionType["PrintAction"] = "PrintAction";
|
|
2120
|
+
ActionType["RefundAction"] = "RefundAction";
|
|
2121
|
+
ActionType["RegisterAction"] = "RegisterAction";
|
|
2122
|
+
ActionType["ReserveAction"] = "ReserveAction";
|
|
2123
|
+
ActionType["ReturnAction"] = "ReturnAction";
|
|
2124
|
+
ActionType["SendAction"] = "SendAction";
|
|
2125
|
+
ActionType["UnRegisterAction"] = "UnRegisterAction";
|
|
2126
|
+
ActionType["UpdateAction"] = "UpdateAction";
|
|
2127
|
+
ActionType["UseAction"] = "UseAction";
|
|
2128
|
+
})(ActionType || (ActionType = {}));
|
|
2129
|
+
exports.default = ActionType;
|
|
2130
|
+
|
|
2131
|
+
},{}],58:[function(require,module,exports){
|
|
2132
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2133
|
+
},{"dup":14}],59:[function(require,module,exports){
|
|
2134
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2135
|
+
},{"dup":14}],60:[function(require,module,exports){
|
|
2136
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2137
|
+
},{"dup":14}],61:[function(require,module,exports){
|
|
2128
2138
|
arguments[4][14][0].apply(exports,arguments)
|
|
2129
|
-
},{"dup":14}],
|
|
2139
|
+
},{"dup":14}],62:[function(require,module,exports){
|
|
2140
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2141
|
+
},{"dup":14}],63:[function(require,module,exports){
|
|
2130
2142
|
arguments[4][14][0].apply(exports,arguments)
|
|
2131
|
-
},{"dup":14}],
|
|
2143
|
+
},{"dup":14}],64:[function(require,module,exports){
|
|
2132
2144
|
"use strict";
|
|
2133
2145
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2134
2146
|
/**
|
|
@@ -2165,19 +2177,7 @@ var AssetTransactionType;
|
|
|
2165
2177
|
})(AssetTransactionType || (AssetTransactionType = {}));
|
|
2166
2178
|
exports.default = AssetTransactionType;
|
|
2167
2179
|
|
|
2168
|
-
},{}],
|
|
2169
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2170
|
-
},{"dup":14}],60:[function(require,module,exports){
|
|
2171
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2172
|
-
},{"dup":14}],61:[function(require,module,exports){
|
|
2173
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2174
|
-
},{"dup":14}],62:[function(require,module,exports){
|
|
2175
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2176
|
-
},{"dup":14}],63:[function(require,module,exports){
|
|
2177
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2178
|
-
},{"dup":14}],64:[function(require,module,exports){
|
|
2179
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2180
|
-
},{"dup":14}],65:[function(require,module,exports){
|
|
2180
|
+
},{}],65:[function(require,module,exports){
|
|
2181
2181
|
arguments[4][14][0].apply(exports,arguments)
|
|
2182
2182
|
},{"dup":14}],66:[function(require,module,exports){
|
|
2183
2183
|
"use strict";
|
|
@@ -2242,20 +2242,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
2242
2242
|
},{}],68:[function(require,module,exports){
|
|
2243
2243
|
"use strict";
|
|
2244
2244
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2245
|
-
/**
|
|
2246
|
-
* 著作物タイプ
|
|
2247
|
-
*/
|
|
2248
|
-
var CreativeWorkType;
|
|
2249
|
-
(function (CreativeWorkType) {
|
|
2250
|
-
CreativeWorkType["EmailMessage"] = "EmailMessage";
|
|
2251
|
-
CreativeWorkType["Movie"] = "Movie";
|
|
2252
|
-
CreativeWorkType["WebApplication"] = "WebApplication";
|
|
2253
|
-
})(CreativeWorkType || (CreativeWorkType = {}));
|
|
2254
|
-
exports.default = CreativeWorkType;
|
|
2255
|
-
|
|
2256
|
-
},{}],69:[function(require,module,exports){
|
|
2257
|
-
"use strict";
|
|
2258
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2259
2245
|
exports.AboutIdentifier = void 0;
|
|
2260
2246
|
var AboutIdentifier;
|
|
2261
2247
|
(function (AboutIdentifier) {
|
|
@@ -2265,11 +2251,25 @@ var AboutIdentifier;
|
|
|
2265
2251
|
AboutIdentifier["OnEventStatusChanged"] = "OnEventStatusChanged";
|
|
2266
2252
|
})(AboutIdentifier = exports.AboutIdentifier || (exports.AboutIdentifier = {}));
|
|
2267
2253
|
|
|
2268
|
-
},{}],
|
|
2254
|
+
},{}],69:[function(require,module,exports){
|
|
2269
2255
|
arguments[4][14][0].apply(exports,arguments)
|
|
2270
|
-
},{"dup":14}],
|
|
2256
|
+
},{"dup":14}],70:[function(require,module,exports){
|
|
2271
2257
|
arguments[4][14][0].apply(exports,arguments)
|
|
2272
|
-
},{"dup":14}],
|
|
2258
|
+
},{"dup":14}],71:[function(require,module,exports){
|
|
2259
|
+
"use strict";
|
|
2260
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2261
|
+
/**
|
|
2262
|
+
* 著作物タイプ
|
|
2263
|
+
*/
|
|
2264
|
+
var CreativeWorkType;
|
|
2265
|
+
(function (CreativeWorkType) {
|
|
2266
|
+
CreativeWorkType["EmailMessage"] = "EmailMessage";
|
|
2267
|
+
CreativeWorkType["Movie"] = "Movie";
|
|
2268
|
+
CreativeWorkType["WebApplication"] = "WebApplication";
|
|
2269
|
+
})(CreativeWorkType || (CreativeWorkType = {}));
|
|
2270
|
+
exports.default = CreativeWorkType;
|
|
2271
|
+
|
|
2272
|
+
},{}],72:[function(require,module,exports){
|
|
2273
2273
|
arguments[4][14][0].apply(exports,arguments)
|
|
2274
2274
|
},{"dup":14}],73:[function(require,module,exports){
|
|
2275
2275
|
"use strict";
|
|
@@ -2316,27 +2316,6 @@ var Video;
|
|
|
2316
2316
|
|
|
2317
2317
|
},{}],74:[function(require,module,exports){
|
|
2318
2318
|
"use strict";
|
|
2319
|
-
/**
|
|
2320
|
-
* エラーコード
|
|
2321
|
-
*/
|
|
2322
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2323
|
-
var ErrorCode;
|
|
2324
|
-
(function (ErrorCode) {
|
|
2325
|
-
ErrorCode["AlreadyInUse"] = "AlreadyInUse";
|
|
2326
|
-
ErrorCode["Argument"] = "Argument";
|
|
2327
|
-
ErrorCode["ArgumentNull"] = "ArgumentNull";
|
|
2328
|
-
ErrorCode["Forbidden"] = "Forbidden";
|
|
2329
|
-
ErrorCode["GatewayTimeout"] = "GatewayTimeout";
|
|
2330
|
-
ErrorCode["NotFound"] = "NotFound";
|
|
2331
|
-
ErrorCode["NotImplemented"] = "NotImplemented";
|
|
2332
|
-
ErrorCode["RateLimitExceeded"] = "RateLimitExceeded";
|
|
2333
|
-
ErrorCode["ServiceUnavailable"] = "ServiceUnavailable";
|
|
2334
|
-
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
2335
|
-
})(ErrorCode || (ErrorCode = {}));
|
|
2336
|
-
exports.default = ErrorCode;
|
|
2337
|
-
|
|
2338
|
-
},{}],75:[function(require,module,exports){
|
|
2339
|
-
"use strict";
|
|
2340
2319
|
var __extends = (this && this.__extends) || (function () {
|
|
2341
2320
|
var extendStatics = function (d, b) {
|
|
2342
2321
|
extendStatics = Object.setPrototypeOf ||
|
|
@@ -2379,7 +2358,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
2379
2358
|
}(chevre_1.ChevreError));
|
|
2380
2359
|
exports.default = AlreadyInUseError;
|
|
2381
2360
|
|
|
2382
|
-
},{"../errorCode":
|
|
2361
|
+
},{"../errorCode":85,"./chevre":77,"setprototypeof":287}],75:[function(require,module,exports){
|
|
2383
2362
|
"use strict";
|
|
2384
2363
|
var __extends = (this && this.__extends) || (function () {
|
|
2385
2364
|
var extendStatics = function (d, b) {
|
|
@@ -2422,7 +2401,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
2422
2401
|
}(chevre_1.ChevreError));
|
|
2423
2402
|
exports.default = ArgumentError;
|
|
2424
2403
|
|
|
2425
|
-
},{"../errorCode":
|
|
2404
|
+
},{"../errorCode":85,"./chevre":77,"setprototypeof":287}],76:[function(require,module,exports){
|
|
2426
2405
|
"use strict";
|
|
2427
2406
|
var __extends = (this && this.__extends) || (function () {
|
|
2428
2407
|
var extendStatics = function (d, b) {
|
|
@@ -2465,7 +2444,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
2465
2444
|
}(chevre_1.ChevreError));
|
|
2466
2445
|
exports.default = ArgumentNullError;
|
|
2467
2446
|
|
|
2468
|
-
},{"../errorCode":
|
|
2447
|
+
},{"../errorCode":85,"./chevre":77,"setprototypeof":287}],77:[function(require,module,exports){
|
|
2469
2448
|
"use strict";
|
|
2470
2449
|
var __extends = (this && this.__extends) || (function () {
|
|
2471
2450
|
var extendStatics = function (d, b) {
|
|
@@ -2504,7 +2483,7 @@ var ChevreError = /** @class */ (function (_super) {
|
|
|
2504
2483
|
}(Error));
|
|
2505
2484
|
exports.ChevreError = ChevreError;
|
|
2506
2485
|
|
|
2507
|
-
},{"setprototypeof":287}],
|
|
2486
|
+
},{"setprototypeof":287}],78:[function(require,module,exports){
|
|
2508
2487
|
"use strict";
|
|
2509
2488
|
var __extends = (this && this.__extends) || (function () {
|
|
2510
2489
|
var extendStatics = function (d, b) {
|
|
@@ -2546,7 +2525,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
2546
2525
|
}(chevre_1.ChevreError));
|
|
2547
2526
|
exports.default = ForbiddenError;
|
|
2548
2527
|
|
|
2549
|
-
},{"../errorCode":
|
|
2528
|
+
},{"../errorCode":85,"./chevre":77,"setprototypeof":287}],79:[function(require,module,exports){
|
|
2550
2529
|
"use strict";
|
|
2551
2530
|
var __extends = (this && this.__extends) || (function () {
|
|
2552
2531
|
var extendStatics = function (d, b) {
|
|
@@ -2588,7 +2567,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
|
|
|
2588
2567
|
}(chevre_1.ChevreError));
|
|
2589
2568
|
exports.default = GatewayTimeoutError;
|
|
2590
2569
|
|
|
2591
|
-
},{"../errorCode":
|
|
2570
|
+
},{"../errorCode":85,"./chevre":77,"setprototypeof":287}],80:[function(require,module,exports){
|
|
2592
2571
|
"use strict";
|
|
2593
2572
|
var __extends = (this && this.__extends) || (function () {
|
|
2594
2573
|
var extendStatics = function (d, b) {
|
|
@@ -2631,7 +2610,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
2631
2610
|
}(chevre_1.ChevreError));
|
|
2632
2611
|
exports.default = NotFoundError;
|
|
2633
2612
|
|
|
2634
|
-
},{"../errorCode":
|
|
2613
|
+
},{"../errorCode":85,"./chevre":77,"setprototypeof":287}],81:[function(require,module,exports){
|
|
2635
2614
|
"use strict";
|
|
2636
2615
|
var __extends = (this && this.__extends) || (function () {
|
|
2637
2616
|
var extendStatics = function (d, b) {
|
|
@@ -2673,7 +2652,7 @@ var NotImplementedError = /** @class */ (function (_super) {
|
|
|
2673
2652
|
}(chevre_1.ChevreError));
|
|
2674
2653
|
exports.default = NotImplementedError;
|
|
2675
2654
|
|
|
2676
|
-
},{"../errorCode":
|
|
2655
|
+
},{"../errorCode":85,"./chevre":77,"setprototypeof":287}],82:[function(require,module,exports){
|
|
2677
2656
|
"use strict";
|
|
2678
2657
|
var __extends = (this && this.__extends) || (function () {
|
|
2679
2658
|
var extendStatics = function (d, b) {
|
|
@@ -2715,7 +2694,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
2715
2694
|
}(chevre_1.ChevreError));
|
|
2716
2695
|
exports.default = RateLimitExceededError;
|
|
2717
2696
|
|
|
2718
|
-
},{"../errorCode":
|
|
2697
|
+
},{"../errorCode":85,"./chevre":77,"setprototypeof":287}],83:[function(require,module,exports){
|
|
2719
2698
|
"use strict";
|
|
2720
2699
|
var __extends = (this && this.__extends) || (function () {
|
|
2721
2700
|
var extendStatics = function (d, b) {
|
|
@@ -2757,7 +2736,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
2757
2736
|
}(chevre_1.ChevreError));
|
|
2758
2737
|
exports.default = ServiceUnavailableError;
|
|
2759
2738
|
|
|
2760
|
-
},{"../errorCode":
|
|
2739
|
+
},{"../errorCode":85,"./chevre":77,"setprototypeof":287}],84:[function(require,module,exports){
|
|
2761
2740
|
"use strict";
|
|
2762
2741
|
var __extends = (this && this.__extends) || (function () {
|
|
2763
2742
|
var extendStatics = function (d, b) {
|
|
@@ -2799,7 +2778,28 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
2799
2778
|
}(chevre_1.ChevreError));
|
|
2800
2779
|
exports.default = UnauthorizedError;
|
|
2801
2780
|
|
|
2802
|
-
},{"../errorCode":
|
|
2781
|
+
},{"../errorCode":85,"./chevre":77,"setprototypeof":287}],85:[function(require,module,exports){
|
|
2782
|
+
"use strict";
|
|
2783
|
+
/**
|
|
2784
|
+
* エラーコード
|
|
2785
|
+
*/
|
|
2786
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2787
|
+
var ErrorCode;
|
|
2788
|
+
(function (ErrorCode) {
|
|
2789
|
+
ErrorCode["AlreadyInUse"] = "AlreadyInUse";
|
|
2790
|
+
ErrorCode["Argument"] = "Argument";
|
|
2791
|
+
ErrorCode["ArgumentNull"] = "ArgumentNull";
|
|
2792
|
+
ErrorCode["Forbidden"] = "Forbidden";
|
|
2793
|
+
ErrorCode["GatewayTimeout"] = "GatewayTimeout";
|
|
2794
|
+
ErrorCode["NotFound"] = "NotFound";
|
|
2795
|
+
ErrorCode["NotImplemented"] = "NotImplemented";
|
|
2796
|
+
ErrorCode["RateLimitExceeded"] = "RateLimitExceeded";
|
|
2797
|
+
ErrorCode["ServiceUnavailable"] = "ServiceUnavailable";
|
|
2798
|
+
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
2799
|
+
})(ErrorCode || (ErrorCode = {}));
|
|
2800
|
+
exports.default = ErrorCode;
|
|
2801
|
+
|
|
2802
|
+
},{}],86:[function(require,module,exports){
|
|
2803
2803
|
"use strict";
|
|
2804
2804
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2805
2805
|
exports.Unauthorized = exports.Chevre = exports.ServiceUnavailable = exports.RateLimitExceeded = exports.NotImplemented = exports.NotFound = exports.GatewayTimeout = exports.Forbidden = exports.ArgumentNull = exports.Argument = exports.AlreadyInUse = void 0;
|
|
@@ -2829,7 +2829,11 @@ exports.ServiceUnavailable = serviceUnavailable_1.default;
|
|
|
2829
2829
|
var unauthorized_1 = require("./error/unauthorized");
|
|
2830
2830
|
exports.Unauthorized = unauthorized_1.default;
|
|
2831
2831
|
|
|
2832
|
-
},{"./error/alreadyInUse":
|
|
2832
|
+
},{"./error/alreadyInUse":74,"./error/argument":75,"./error/argumentNull":76,"./error/chevre":77,"./error/forbidden":78,"./error/gatewayTimeout":79,"./error/notFound":80,"./error/notImplemented":81,"./error/rateLimitExceeded":82,"./error/serviceUnavailable":83,"./error/unauthorized":84}],87:[function(require,module,exports){
|
|
2833
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2834
|
+
},{"dup":14}],88:[function(require,module,exports){
|
|
2835
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2836
|
+
},{"dup":14}],89:[function(require,module,exports){
|
|
2833
2837
|
"use strict";
|
|
2834
2838
|
/**
|
|
2835
2839
|
* イベントステータス
|
|
@@ -2844,7 +2848,7 @@ var EventStatusType;
|
|
|
2844
2848
|
})(EventStatusType || (EventStatusType = {}));
|
|
2845
2849
|
exports.default = EventStatusType;
|
|
2846
2850
|
|
|
2847
|
-
},{}],
|
|
2851
|
+
},{}],90:[function(require,module,exports){
|
|
2848
2852
|
"use strict";
|
|
2849
2853
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2850
2854
|
/**
|
|
@@ -2857,11 +2861,7 @@ var EventType;
|
|
|
2857
2861
|
})(EventType || (EventType = {}));
|
|
2858
2862
|
exports.default = EventType;
|
|
2859
2863
|
|
|
2860
|
-
},{}],
|
|
2861
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2862
|
-
},{"dup":14}],90:[function(require,module,exports){
|
|
2863
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2864
|
-
},{"dup":14}],91:[function(require,module,exports){
|
|
2864
|
+
},{}],91:[function(require,module,exports){
|
|
2865
2865
|
"use strict";
|
|
2866
2866
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2867
2867
|
exports.RoleType = void 0;
|
|
@@ -3052,6 +3052,14 @@ var PersonType;
|
|
|
3052
3052
|
exports.default = PersonType;
|
|
3053
3053
|
|
|
3054
3054
|
},{}],111:[function(require,module,exports){
|
|
3055
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3056
|
+
},{"dup":14}],112:[function(require,module,exports){
|
|
3057
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3058
|
+
},{"dup":14}],113:[function(require,module,exports){
|
|
3059
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3060
|
+
},{"dup":14}],114:[function(require,module,exports){
|
|
3061
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3062
|
+
},{"dup":14}],115:[function(require,module,exports){
|
|
3055
3063
|
"use strict";
|
|
3056
3064
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3057
3065
|
exports.PlaceType = void 0;
|
|
@@ -3068,15 +3076,7 @@ var PlaceType;
|
|
|
3068
3076
|
PlaceType["Seat"] = "Seat";
|
|
3069
3077
|
})(PlaceType = exports.PlaceType || (exports.PlaceType = {}));
|
|
3070
3078
|
|
|
3071
|
-
},{}],
|
|
3072
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3073
|
-
},{"dup":14}],113:[function(require,module,exports){
|
|
3074
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3075
|
-
},{"dup":14}],114:[function(require,module,exports){
|
|
3076
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3077
|
-
},{"dup":14}],115:[function(require,module,exports){
|
|
3078
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3079
|
-
},{"dup":14}],116:[function(require,module,exports){
|
|
3079
|
+
},{}],116:[function(require,module,exports){
|
|
3080
3080
|
"use strict";
|
|
3081
3081
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3082
3082
|
/**
|
|
@@ -3217,8 +3217,6 @@ exports.default = ReservationType;
|
|
|
3217
3217
|
},{}],127:[function(require,module,exports){
|
|
3218
3218
|
arguments[4][14][0].apply(exports,arguments)
|
|
3219
3219
|
},{"dup":14}],128:[function(require,module,exports){
|
|
3220
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3221
|
-
},{"dup":14}],129:[function(require,module,exports){
|
|
3222
3220
|
"use strict";
|
|
3223
3221
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3224
3222
|
exports.PaymentServiceType = void 0;
|
|
@@ -3230,7 +3228,7 @@ var PaymentServiceType;
|
|
|
3230
3228
|
PaymentServiceType["PaymentCard"] = "PaymentCard";
|
|
3231
3229
|
})(PaymentServiceType = exports.PaymentServiceType || (exports.PaymentServiceType = {}));
|
|
3232
3230
|
|
|
3233
|
-
},{}],
|
|
3231
|
+
},{}],129:[function(require,module,exports){
|
|
3234
3232
|
"use strict";
|
|
3235
3233
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3236
3234
|
exports.Identifier = void 0;
|
|
@@ -3240,7 +3238,9 @@ var Identifier;
|
|
|
3240
3238
|
Identifier["Chevre"] = "Chevre";
|
|
3241
3239
|
})(Identifier = exports.Identifier || (exports.Identifier = {}));
|
|
3242
3240
|
|
|
3243
|
-
},{}],
|
|
3241
|
+
},{}],130:[function(require,module,exports){
|
|
3242
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3243
|
+
},{"dup":14}],131:[function(require,module,exports){
|
|
3244
3244
|
"use strict";
|
|
3245
3245
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3246
3246
|
/**
|
|
@@ -3254,6 +3254,46 @@ var SortType;
|
|
|
3254
3254
|
exports.default = SortType;
|
|
3255
3255
|
|
|
3256
3256
|
},{}],132:[function(require,module,exports){
|
|
3257
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3258
|
+
},{"dup":14}],133:[function(require,module,exports){
|
|
3259
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3260
|
+
},{"dup":14}],134:[function(require,module,exports){
|
|
3261
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3262
|
+
},{"dup":14}],135:[function(require,module,exports){
|
|
3263
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3264
|
+
},{"dup":14}],136:[function(require,module,exports){
|
|
3265
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3266
|
+
},{"dup":14}],137:[function(require,module,exports){
|
|
3267
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3268
|
+
},{"dup":14}],138:[function(require,module,exports){
|
|
3269
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3270
|
+
},{"dup":14}],139:[function(require,module,exports){
|
|
3271
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3272
|
+
},{"dup":14}],140:[function(require,module,exports){
|
|
3273
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3274
|
+
},{"dup":14}],141:[function(require,module,exports){
|
|
3275
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3276
|
+
},{"dup":14}],142:[function(require,module,exports){
|
|
3277
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3278
|
+
},{"dup":14}],143:[function(require,module,exports){
|
|
3279
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3280
|
+
},{"dup":14}],144:[function(require,module,exports){
|
|
3281
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3282
|
+
},{"dup":14}],145:[function(require,module,exports){
|
|
3283
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3284
|
+
},{"dup":14}],146:[function(require,module,exports){
|
|
3285
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3286
|
+
},{"dup":14}],147:[function(require,module,exports){
|
|
3287
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3288
|
+
},{"dup":14}],148:[function(require,module,exports){
|
|
3289
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3290
|
+
},{"dup":14}],149:[function(require,module,exports){
|
|
3291
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3292
|
+
},{"dup":14}],150:[function(require,module,exports){
|
|
3293
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3294
|
+
},{"dup":14}],151:[function(require,module,exports){
|
|
3295
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3296
|
+
},{"dup":14}],152:[function(require,module,exports){
|
|
3257
3297
|
"use strict";
|
|
3258
3298
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3259
3299
|
/**
|
|
@@ -3369,7 +3409,7 @@ var TaskName;
|
|
|
3369
3409
|
})(TaskName || (TaskName = {}));
|
|
3370
3410
|
exports.default = TaskName;
|
|
3371
3411
|
|
|
3372
|
-
},{}],
|
|
3412
|
+
},{}],153:[function(require,module,exports){
|
|
3373
3413
|
"use strict";
|
|
3374
3414
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3375
3415
|
/**
|
|
@@ -3384,61 +3424,44 @@ var TaskStatus;
|
|
|
3384
3424
|
/**
|
|
3385
3425
|
* 実行中
|
|
3386
3426
|
*/
|
|
3387
|
-
TaskStatus["Running"] = "Running";
|
|
3388
|
-
/**
|
|
3389
|
-
* 実行済
|
|
3390
|
-
*/
|
|
3391
|
-
TaskStatus["Executed"] = "Executed";
|
|
3392
|
-
/**
|
|
3393
|
-
* 実行中止
|
|
3394
|
-
*/
|
|
3395
|
-
TaskStatus["Aborted"] = "Aborted";
|
|
3396
|
-
})(TaskStatus || (TaskStatus = {}));
|
|
3397
|
-
exports.default = TaskStatus;
|
|
3398
|
-
|
|
3399
|
-
},{}],
|
|
3400
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3401
|
-
},{"dup":14}],135:[function(require,module,exports){
|
|
3402
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3403
|
-
},{"dup":14}],136:[function(require,module,exports){
|
|
3404
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3405
|
-
},{"dup":14}],137:[function(require,module,exports){
|
|
3406
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3407
|
-
},{"dup":14}],138:[function(require,module,exports){
|
|
3408
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3409
|
-
},{"dup":14}],139:[function(require,module,exports){
|
|
3410
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3411
|
-
},{"dup":14}],140:[function(require,module,exports){
|
|
3412
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3413
|
-
},{"dup":14}],141:[function(require,module,exports){
|
|
3414
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3415
|
-
},{"dup":14}],142:[function(require,module,exports){
|
|
3416
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3417
|
-
},{"dup":14}],143:[function(require,module,exports){
|
|
3418
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3419
|
-
},{"dup":14}],144:[function(require,module,exports){
|
|
3420
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3421
|
-
},{"dup":14}],145:[function(require,module,exports){
|
|
3422
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3423
|
-
},{"dup":14}],146:[function(require,module,exports){
|
|
3424
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3425
|
-
},{"dup":14}],147:[function(require,module,exports){
|
|
3426
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3427
|
-
},{"dup":14}],148:[function(require,module,exports){
|
|
3428
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3429
|
-
},{"dup":14}],149:[function(require,module,exports){
|
|
3430
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3431
|
-
},{"dup":14}],150:[function(require,module,exports){
|
|
3432
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3433
|
-
},{"dup":14}],151:[function(require,module,exports){
|
|
3434
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3435
|
-
},{"dup":14}],152:[function(require,module,exports){
|
|
3427
|
+
TaskStatus["Running"] = "Running";
|
|
3428
|
+
/**
|
|
3429
|
+
* 実行済
|
|
3430
|
+
*/
|
|
3431
|
+
TaskStatus["Executed"] = "Executed";
|
|
3432
|
+
/**
|
|
3433
|
+
* 実行中止
|
|
3434
|
+
*/
|
|
3435
|
+
TaskStatus["Aborted"] = "Aborted";
|
|
3436
|
+
})(TaskStatus || (TaskStatus = {}));
|
|
3437
|
+
exports.default = TaskStatus;
|
|
3438
|
+
|
|
3439
|
+
},{}],154:[function(require,module,exports){
|
|
3436
3440
|
arguments[4][14][0].apply(exports,arguments)
|
|
3437
|
-
},{"dup":14}],
|
|
3441
|
+
},{"dup":14}],155:[function(require,module,exports){
|
|
3438
3442
|
arguments[4][14][0].apply(exports,arguments)
|
|
3439
|
-
},{"dup":14}],
|
|
3443
|
+
},{"dup":14}],156:[function(require,module,exports){
|
|
3440
3444
|
arguments[4][14][0].apply(exports,arguments)
|
|
3441
|
-
},{"dup":14}],
|
|
3445
|
+
},{"dup":14}],157:[function(require,module,exports){
|
|
3446
|
+
"use strict";
|
|
3447
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3448
|
+
exports.Reason = void 0;
|
|
3449
|
+
/**
|
|
3450
|
+
* 返品理由
|
|
3451
|
+
*/
|
|
3452
|
+
var Reason;
|
|
3453
|
+
(function (Reason) {
|
|
3454
|
+
/**
|
|
3455
|
+
* カスタマー都合での返品
|
|
3456
|
+
*/
|
|
3457
|
+
Reason["Customer"] = "Customer";
|
|
3458
|
+
/**
|
|
3459
|
+
* 販売者都合での返品
|
|
3460
|
+
*/
|
|
3461
|
+
Reason["Seller"] = "Seller";
|
|
3462
|
+
})(Reason = exports.Reason || (exports.Reason = {}));
|
|
3463
|
+
|
|
3464
|
+
},{}],158:[function(require,module,exports){
|
|
3442
3465
|
"use strict";
|
|
3443
3466
|
/**
|
|
3444
3467
|
* 取引ステータス
|
|
@@ -3453,7 +3476,7 @@ var TransactionStatusType;
|
|
|
3453
3476
|
})(TransactionStatusType || (TransactionStatusType = {}));
|
|
3454
3477
|
exports.default = TransactionStatusType;
|
|
3455
3478
|
|
|
3456
|
-
},{}],
|
|
3479
|
+
},{}],159:[function(require,module,exports){
|
|
3457
3480
|
"use strict";
|
|
3458
3481
|
/**
|
|
3459
3482
|
* 取引タスクエクスポートステータス
|
|
@@ -3476,7 +3499,7 @@ var TransactionTasksExportationStatus;
|
|
|
3476
3499
|
})(TransactionTasksExportationStatus || (TransactionTasksExportationStatus = {}));
|
|
3477
3500
|
exports.default = TransactionTasksExportationStatus;
|
|
3478
3501
|
|
|
3479
|
-
},{}],
|
|
3502
|
+
},{}],160:[function(require,module,exports){
|
|
3480
3503
|
"use strict";
|
|
3481
3504
|
/**
|
|
3482
3505
|
* 取引タイプ
|
|
@@ -3499,29 +3522,6 @@ var TransactionType;
|
|
|
3499
3522
|
})(TransactionType || (TransactionType = {}));
|
|
3500
3523
|
exports.default = TransactionType;
|
|
3501
3524
|
|
|
3502
|
-
},{}],158:[function(require,module,exports){
|
|
3503
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3504
|
-
},{"dup":14}],159:[function(require,module,exports){
|
|
3505
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3506
|
-
},{"dup":14}],160:[function(require,module,exports){
|
|
3507
|
-
"use strict";
|
|
3508
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3509
|
-
exports.Reason = void 0;
|
|
3510
|
-
/**
|
|
3511
|
-
* 返品理由
|
|
3512
|
-
*/
|
|
3513
|
-
var Reason;
|
|
3514
|
-
(function (Reason) {
|
|
3515
|
-
/**
|
|
3516
|
-
* カスタマー都合での返品
|
|
3517
|
-
*/
|
|
3518
|
-
Reason["Customer"] = "Customer";
|
|
3519
|
-
/**
|
|
3520
|
-
* 販売者都合での返品
|
|
3521
|
-
*/
|
|
3522
|
-
Reason["Seller"] = "Seller";
|
|
3523
|
-
})(Reason = exports.Reason || (exports.Reason = {}));
|
|
3524
|
-
|
|
3525
3525
|
},{}],161:[function(require,module,exports){
|
|
3526
3526
|
"use strict";
|
|
3527
3527
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -4170,7 +4170,7 @@ var service;
|
|
|
4170
4170
|
service.UserPool = UserPool;
|
|
4171
4171
|
})(service = exports.service || (exports.service = {}));
|
|
4172
4172
|
|
|
4173
|
-
},{"./chevre/account":165,"./chevre/accountAction":166,"./chevre/accountTitle":167,"./chevre/accountingReport":168,"./chevre/action":169,"./chevre/assetTransaction":170,"./chevre/assetTransaction/cancelReservation":171,"./chevre/assetTransaction/moneyTransfer":172,"./chevre/assetTransaction/pay":173,"./chevre/assetTransaction/refund":174,"./chevre/assetTransaction/registerService":175,"./chevre/assetTransaction/reserve":176,"./chevre/authorization":177,"./chevre/categoryCode":178,"./chevre/creativeWork":179,"./chevre/customer":180,"./chevre/emailMessage":181,"./chevre/event":182,"./chevre/iam":183,"./chevre/me":184,"./chevre/offer":185,"./chevre/offerCatalog":186,"./chevre/order":187,"./chevre/ownershipInfo":188,"./chevre/permit":189,"./chevre/person":190,"./chevre/person/ownershipInfo":191,"./chevre/place":192,"./chevre/priceSpecification":193,"./chevre/product":194,"./chevre/project":195,"./chevre/reservation":196,"./chevre/seller":197,"./chevre/task":198,"./chevre/token":199,"./chevre/transaction/moneyTransfer":
|
|
4173
|
+
},{"./chevre/account":165,"./chevre/accountAction":166,"./chevre/accountTitle":167,"./chevre/accountingReport":168,"./chevre/action":169,"./chevre/assetTransaction":170,"./chevre/assetTransaction/cancelReservation":171,"./chevre/assetTransaction/moneyTransfer":172,"./chevre/assetTransaction/pay":173,"./chevre/assetTransaction/refund":174,"./chevre/assetTransaction/registerService":175,"./chevre/assetTransaction/reserve":176,"./chevre/authorization":177,"./chevre/categoryCode":178,"./chevre/creativeWork":179,"./chevre/customer":180,"./chevre/emailMessage":181,"./chevre/event":182,"./chevre/iam":183,"./chevre/me":184,"./chevre/offer":185,"./chevre/offerCatalog":186,"./chevre/order":187,"./chevre/ownershipInfo":188,"./chevre/permit":189,"./chevre/person":190,"./chevre/person/ownershipInfo":191,"./chevre/place":192,"./chevre/priceSpecification":193,"./chevre/product":194,"./chevre/project":195,"./chevre/reservation":196,"./chevre/seller":197,"./chevre/task":198,"./chevre/token":199,"./chevre/transaction/moneyTransfer":200,"./chevre/transaction/placeOrder":201,"./chevre/transaction/returnOrder":202,"./chevre/transactionNumber":203,"./chevre/userPool":204,"./factory":205}],165:[function(require,module,exports){
|
|
4174
4174
|
"use strict";
|
|
4175
4175
|
var __extends = (this && this.__extends) || (function () {
|
|
4176
4176
|
var extendStatics = function (d, b) {
|
|
@@ -10530,29 +10530,60 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10530
10530
|
}
|
|
10531
10531
|
};
|
|
10532
10532
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10533
|
-
exports.
|
|
10533
|
+
exports.MoneyTransferTransactionService = void 0;
|
|
10534
10534
|
var http_status_1 = require("http-status");
|
|
10535
|
-
var
|
|
10535
|
+
var factory = require("../../factory");
|
|
10536
|
+
var service_1 = require("../../service");
|
|
10536
10537
|
/**
|
|
10537
|
-
*
|
|
10538
|
+
* 通貨転送取引サービス
|
|
10538
10539
|
*/
|
|
10539
|
-
var
|
|
10540
|
-
__extends(
|
|
10541
|
-
function
|
|
10542
|
-
|
|
10540
|
+
var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
10541
|
+
__extends(MoneyTransferTransactionService, _super);
|
|
10542
|
+
function MoneyTransferTransactionService() {
|
|
10543
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
10544
|
+
_this.typeOf = factory.transactionType.MoneyTransfer;
|
|
10545
|
+
return _this;
|
|
10543
10546
|
}
|
|
10544
10547
|
/**
|
|
10545
|
-
*
|
|
10548
|
+
* 取引検索
|
|
10546
10549
|
*/
|
|
10547
|
-
|
|
10550
|
+
MoneyTransferTransactionService.prototype.search = function (params) {
|
|
10548
10551
|
return __awaiter(this, void 0, void 0, function () {
|
|
10549
10552
|
var _this = this;
|
|
10550
10553
|
return __generator(this, function (_a) {
|
|
10551
10554
|
return [2 /*return*/, this.fetch({
|
|
10552
|
-
uri:
|
|
10553
|
-
method: '
|
|
10554
|
-
|
|
10555
|
-
expectedStatusCodes: [http_status_1.
|
|
10555
|
+
uri: "/transactions/" + this.typeOf,
|
|
10556
|
+
method: 'GET',
|
|
10557
|
+
qs: params,
|
|
10558
|
+
expectedStatusCodes: [http_status_1.OK]
|
|
10559
|
+
})
|
|
10560
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () {
|
|
10561
|
+
var _a;
|
|
10562
|
+
return __generator(this, function (_b) {
|
|
10563
|
+
switch (_b.label) {
|
|
10564
|
+
case 0:
|
|
10565
|
+
_a = {};
|
|
10566
|
+
return [4 /*yield*/, response.json()];
|
|
10567
|
+
case 1: return [2 /*return*/, (_a.data = _b.sent(),
|
|
10568
|
+
_a)];
|
|
10569
|
+
}
|
|
10570
|
+
});
|
|
10571
|
+
}); })];
|
|
10572
|
+
});
|
|
10573
|
+
});
|
|
10574
|
+
};
|
|
10575
|
+
/**
|
|
10576
|
+
* 取引に対するアクションを検索する
|
|
10577
|
+
*/
|
|
10578
|
+
MoneyTransferTransactionService.prototype.searchActionsByTransactionId = function (params) {
|
|
10579
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
10580
|
+
var _this = this;
|
|
10581
|
+
return __generator(this, function (_a) {
|
|
10582
|
+
return [2 /*return*/, this.fetch({
|
|
10583
|
+
uri: "/transactions/" + this.typeOf + "/" + params.id + "/actions",
|
|
10584
|
+
method: 'GET',
|
|
10585
|
+
qs: params,
|
|
10586
|
+
expectedStatusCodes: [http_status_1.OK]
|
|
10556
10587
|
})
|
|
10557
10588
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
10558
10589
|
return [2 /*return*/, response.json()];
|
|
@@ -10560,11 +10591,11 @@ var TransactionNumberService = /** @class */ (function (_super) {
|
|
|
10560
10591
|
});
|
|
10561
10592
|
});
|
|
10562
10593
|
};
|
|
10563
|
-
return
|
|
10594
|
+
return MoneyTransferTransactionService;
|
|
10564
10595
|
}(service_1.Service));
|
|
10565
|
-
exports.
|
|
10596
|
+
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
10566
10597
|
|
|
10567
|
-
},{"
|
|
10598
|
+
},{"../../factory":205,"../../service":212,"http-status":273}],201:[function(require,module,exports){
|
|
10568
10599
|
"use strict";
|
|
10569
10600
|
var __extends = (this && this.__extends) || (function () {
|
|
10570
10601
|
var extendStatics = function (d, b) {
|
|
@@ -10618,24 +10649,24 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10618
10649
|
}
|
|
10619
10650
|
};
|
|
10620
10651
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10621
|
-
exports.
|
|
10652
|
+
exports.PlaceOrderTransactionService = void 0;
|
|
10622
10653
|
var http_status_1 = require("http-status");
|
|
10623
10654
|
var factory = require("../../factory");
|
|
10624
10655
|
var service_1 = require("../../service");
|
|
10625
10656
|
/**
|
|
10626
|
-
*
|
|
10657
|
+
* 注文取引サービス
|
|
10627
10658
|
*/
|
|
10628
|
-
var
|
|
10629
|
-
__extends(
|
|
10630
|
-
function
|
|
10659
|
+
var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
10660
|
+
__extends(PlaceOrderTransactionService, _super);
|
|
10661
|
+
function PlaceOrderTransactionService() {
|
|
10631
10662
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
10632
|
-
_this.typeOf = factory.transactionType.
|
|
10663
|
+
_this.typeOf = factory.transactionType.PlaceOrder;
|
|
10633
10664
|
return _this;
|
|
10634
10665
|
}
|
|
10635
10666
|
/**
|
|
10636
10667
|
* 取引検索
|
|
10637
10668
|
*/
|
|
10638
|
-
|
|
10669
|
+
PlaceOrderTransactionService.prototype.search = function (params) {
|
|
10639
10670
|
return __awaiter(this, void 0, void 0, function () {
|
|
10640
10671
|
var _this = this;
|
|
10641
10672
|
return __generator(this, function (_a) {
|
|
@@ -10663,7 +10694,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
10663
10694
|
/**
|
|
10664
10695
|
* 取引に対するアクションを検索する
|
|
10665
10696
|
*/
|
|
10666
|
-
|
|
10697
|
+
PlaceOrderTransactionService.prototype.searchActionsByTransactionId = function (params) {
|
|
10667
10698
|
return __awaiter(this, void 0, void 0, function () {
|
|
10668
10699
|
var _this = this;
|
|
10669
10700
|
return __generator(this, function (_a) {
|
|
@@ -10679,9 +10710,9 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
10679
10710
|
});
|
|
10680
10711
|
});
|
|
10681
10712
|
};
|
|
10682
|
-
return
|
|
10713
|
+
return PlaceOrderTransactionService;
|
|
10683
10714
|
}(service_1.Service));
|
|
10684
|
-
exports.
|
|
10715
|
+
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
10685
10716
|
|
|
10686
10717
|
},{"../../factory":205,"../../service":212,"http-status":273}],202:[function(require,module,exports){
|
|
10687
10718
|
"use strict";
|
|
@@ -10737,24 +10768,24 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10737
10768
|
}
|
|
10738
10769
|
};
|
|
10739
10770
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10740
|
-
exports.
|
|
10771
|
+
exports.ReturnOrderTransactionService = void 0;
|
|
10741
10772
|
var http_status_1 = require("http-status");
|
|
10742
10773
|
var factory = require("../../factory");
|
|
10743
10774
|
var service_1 = require("../../service");
|
|
10744
10775
|
/**
|
|
10745
|
-
*
|
|
10776
|
+
* 注文返品取引サービス
|
|
10746
10777
|
*/
|
|
10747
|
-
var
|
|
10748
|
-
__extends(
|
|
10749
|
-
function
|
|
10778
|
+
var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
10779
|
+
__extends(ReturnOrderTransactionService, _super);
|
|
10780
|
+
function ReturnOrderTransactionService() {
|
|
10750
10781
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
10751
|
-
_this.typeOf = factory.transactionType.
|
|
10782
|
+
_this.typeOf = factory.transactionType.ReturnOrder;
|
|
10752
10783
|
return _this;
|
|
10753
10784
|
}
|
|
10754
10785
|
/**
|
|
10755
10786
|
* 取引検索
|
|
10756
10787
|
*/
|
|
10757
|
-
|
|
10788
|
+
ReturnOrderTransactionService.prototype.search = function (params) {
|
|
10758
10789
|
return __awaiter(this, void 0, void 0, function () {
|
|
10759
10790
|
var _this = this;
|
|
10760
10791
|
return __generator(this, function (_a) {
|
|
@@ -10779,28 +10810,9 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
10779
10810
|
});
|
|
10780
10811
|
});
|
|
10781
10812
|
};
|
|
10782
|
-
|
|
10783
|
-
* 取引に対するアクションを検索する
|
|
10784
|
-
*/
|
|
10785
|
-
PlaceOrderTransactionService.prototype.searchActionsByTransactionId = function (params) {
|
|
10786
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
10787
|
-
var _this = this;
|
|
10788
|
-
return __generator(this, function (_a) {
|
|
10789
|
-
return [2 /*return*/, this.fetch({
|
|
10790
|
-
uri: "/transactions/" + this.typeOf + "/" + params.id + "/actions",
|
|
10791
|
-
method: 'GET',
|
|
10792
|
-
qs: params,
|
|
10793
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
10794
|
-
})
|
|
10795
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
10796
|
-
return [2 /*return*/, response.json()];
|
|
10797
|
-
}); }); })];
|
|
10798
|
-
});
|
|
10799
|
-
});
|
|
10800
|
-
};
|
|
10801
|
-
return PlaceOrderTransactionService;
|
|
10813
|
+
return ReturnOrderTransactionService;
|
|
10802
10814
|
}(service_1.Service));
|
|
10803
|
-
exports.
|
|
10815
|
+
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
10804
10816
|
|
|
10805
10817
|
},{"../../factory":205,"../../service":212,"http-status":273}],203:[function(require,module,exports){
|
|
10806
10818
|
"use strict";
|
|
@@ -10856,53 +10868,41 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
10856
10868
|
}
|
|
10857
10869
|
};
|
|
10858
10870
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10859
|
-
exports.
|
|
10871
|
+
exports.TransactionNumberService = void 0;
|
|
10860
10872
|
var http_status_1 = require("http-status");
|
|
10861
|
-
var
|
|
10862
|
-
var service_1 = require("../../service");
|
|
10873
|
+
var service_1 = require("../service");
|
|
10863
10874
|
/**
|
|
10864
|
-
*
|
|
10875
|
+
* 取引番号サービス
|
|
10865
10876
|
*/
|
|
10866
|
-
var
|
|
10867
|
-
__extends(
|
|
10868
|
-
function
|
|
10869
|
-
|
|
10870
|
-
_this.typeOf = factory.transactionType.ReturnOrder;
|
|
10871
|
-
return _this;
|
|
10877
|
+
var TransactionNumberService = /** @class */ (function (_super) {
|
|
10878
|
+
__extends(TransactionNumberService, _super);
|
|
10879
|
+
function TransactionNumberService() {
|
|
10880
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
10872
10881
|
}
|
|
10873
10882
|
/**
|
|
10874
|
-
*
|
|
10883
|
+
* 発行
|
|
10875
10884
|
*/
|
|
10876
|
-
|
|
10885
|
+
TransactionNumberService.prototype.publish = function (params) {
|
|
10877
10886
|
return __awaiter(this, void 0, void 0, function () {
|
|
10878
10887
|
var _this = this;
|
|
10879
10888
|
return __generator(this, function (_a) {
|
|
10880
10889
|
return [2 /*return*/, this.fetch({
|
|
10881
|
-
uri:
|
|
10882
|
-
method: '
|
|
10883
|
-
|
|
10884
|
-
expectedStatusCodes: [http_status_1.
|
|
10890
|
+
uri: '/transactionNumbers',
|
|
10891
|
+
method: 'POST',
|
|
10892
|
+
body: params,
|
|
10893
|
+
expectedStatusCodes: [http_status_1.CREATED]
|
|
10885
10894
|
})
|
|
10886
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () {
|
|
10887
|
-
|
|
10888
|
-
|
|
10889
|
-
switch (_b.label) {
|
|
10890
|
-
case 0:
|
|
10891
|
-
_a = {};
|
|
10892
|
-
return [4 /*yield*/, response.json()];
|
|
10893
|
-
case 1: return [2 /*return*/, (_a.data = _b.sent(),
|
|
10894
|
-
_a)];
|
|
10895
|
-
}
|
|
10896
|
-
});
|
|
10897
|
-
}); })];
|
|
10895
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
10896
|
+
return [2 /*return*/, response.json()];
|
|
10897
|
+
}); }); })];
|
|
10898
10898
|
});
|
|
10899
10899
|
});
|
|
10900
10900
|
};
|
|
10901
|
-
return
|
|
10901
|
+
return TransactionNumberService;
|
|
10902
10902
|
}(service_1.Service));
|
|
10903
|
-
exports.
|
|
10903
|
+
exports.TransactionNumberService = TransactionNumberService;
|
|
10904
10904
|
|
|
10905
|
-
},{"
|
|
10905
|
+
},{"../service":212,"http-status":273}],204:[function(require,module,exports){
|
|
10906
10906
|
"use strict";
|
|
10907
10907
|
var __extends = (this && this.__extends) || (function () {
|
|
10908
10908
|
var extendStatics = function (d, b) {
|
|
@@ -17084,25 +17084,6 @@ module.exports = {
|
|
|
17084
17084
|
arguments[4][14][0].apply(exports,arguments)
|
|
17085
17085
|
},{"dup":14}],246:[function(require,module,exports){
|
|
17086
17086
|
"use strict";
|
|
17087
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17088
|
-
/**
|
|
17089
|
-
* エラーコード
|
|
17090
|
-
*/
|
|
17091
|
-
var ErrorCode;
|
|
17092
|
-
(function (ErrorCode) {
|
|
17093
|
-
ErrorCode["AlreadyInUse"] = "AlreadyInUse";
|
|
17094
|
-
ErrorCode["Argument"] = "Argument";
|
|
17095
|
-
ErrorCode["ArgumentNull"] = "ArgumentNull";
|
|
17096
|
-
ErrorCode["Forbidden"] = "Forbidden";
|
|
17097
|
-
ErrorCode["NotFound"] = "NotFound";
|
|
17098
|
-
ErrorCode["NotImplemented"] = "NotImplemented";
|
|
17099
|
-
ErrorCode["ServiceUnavailable"] = "ServiceUnavailable";
|
|
17100
|
-
ErrorCode["RateLimitExceeded"] = "RateLimitExceeded";
|
|
17101
|
-
})(ErrorCode || (ErrorCode = {}));
|
|
17102
|
-
exports.default = ErrorCode;
|
|
17103
|
-
|
|
17104
|
-
},{}],247:[function(require,module,exports){
|
|
17105
|
-
"use strict";
|
|
17106
17087
|
var __extends = (this && this.__extends) || (function () {
|
|
17107
17088
|
var extendStatics = function (d, b) {
|
|
17108
17089
|
extendStatics = Object.setPrototypeOf ||
|
|
@@ -17142,7 +17123,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
17142
17123
|
}(waiter_1.WaiterError));
|
|
17143
17124
|
exports.default = ArgumentError;
|
|
17144
17125
|
|
|
17145
|
-
},{"../errorCode":
|
|
17126
|
+
},{"../errorCode":253,"./waiter":252,"setprototypeof":287}],247:[function(require,module,exports){
|
|
17146
17127
|
"use strict";
|
|
17147
17128
|
var __extends = (this && this.__extends) || (function () {
|
|
17148
17129
|
var extendStatics = function (d, b) {
|
|
@@ -17183,7 +17164,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
17183
17164
|
}(waiter_1.WaiterError));
|
|
17184
17165
|
exports.default = ArgumentNullError;
|
|
17185
17166
|
|
|
17186
|
-
},{"../errorCode":
|
|
17167
|
+
},{"../errorCode":253,"./waiter":252,"setprototypeof":287}],248:[function(require,module,exports){
|
|
17187
17168
|
"use strict";
|
|
17188
17169
|
var __extends = (this && this.__extends) || (function () {
|
|
17189
17170
|
var extendStatics = function (d, b) {
|
|
@@ -17223,7 +17204,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
17223
17204
|
}(waiter_1.WaiterError));
|
|
17224
17205
|
exports.default = ForbiddenError;
|
|
17225
17206
|
|
|
17226
|
-
},{"../errorCode":
|
|
17207
|
+
},{"../errorCode":253,"./waiter":252,"setprototypeof":287}],249:[function(require,module,exports){
|
|
17227
17208
|
"use strict";
|
|
17228
17209
|
var __extends = (this && this.__extends) || (function () {
|
|
17229
17210
|
var extendStatics = function (d, b) {
|
|
@@ -17264,7 +17245,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
17264
17245
|
}(waiter_1.WaiterError));
|
|
17265
17246
|
exports.default = NotFoundError;
|
|
17266
17247
|
|
|
17267
|
-
},{"../errorCode":
|
|
17248
|
+
},{"../errorCode":253,"./waiter":252,"setprototypeof":287}],250:[function(require,module,exports){
|
|
17268
17249
|
"use strict";
|
|
17269
17250
|
var __extends = (this && this.__extends) || (function () {
|
|
17270
17251
|
var extendStatics = function (d, b) {
|
|
@@ -17304,7 +17285,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
17304
17285
|
}(waiter_1.WaiterError));
|
|
17305
17286
|
exports.default = RateLimitExceededError;
|
|
17306
17287
|
|
|
17307
|
-
},{"../errorCode":
|
|
17288
|
+
},{"../errorCode":253,"./waiter":252,"setprototypeof":287}],251:[function(require,module,exports){
|
|
17308
17289
|
"use strict";
|
|
17309
17290
|
var __extends = (this && this.__extends) || (function () {
|
|
17310
17291
|
var extendStatics = function (d, b) {
|
|
@@ -17344,7 +17325,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
17344
17325
|
}(waiter_1.WaiterError));
|
|
17345
17326
|
exports.default = ServiceUnavailableError;
|
|
17346
17327
|
|
|
17347
|
-
},{"../errorCode":
|
|
17328
|
+
},{"../errorCode":253,"./waiter":252,"setprototypeof":287}],252:[function(require,module,exports){
|
|
17348
17329
|
"use strict";
|
|
17349
17330
|
var __extends = (this && this.__extends) || (function () {
|
|
17350
17331
|
var extendStatics = function (d, b) {
|
|
@@ -17377,6 +17358,25 @@ var WaiterError = /** @class */ (function (_super) {
|
|
|
17377
17358
|
}(Error));
|
|
17378
17359
|
exports.WaiterError = WaiterError;
|
|
17379
17360
|
|
|
17361
|
+
},{}],253:[function(require,module,exports){
|
|
17362
|
+
"use strict";
|
|
17363
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17364
|
+
/**
|
|
17365
|
+
* エラーコード
|
|
17366
|
+
*/
|
|
17367
|
+
var ErrorCode;
|
|
17368
|
+
(function (ErrorCode) {
|
|
17369
|
+
ErrorCode["AlreadyInUse"] = "AlreadyInUse";
|
|
17370
|
+
ErrorCode["Argument"] = "Argument";
|
|
17371
|
+
ErrorCode["ArgumentNull"] = "ArgumentNull";
|
|
17372
|
+
ErrorCode["Forbidden"] = "Forbidden";
|
|
17373
|
+
ErrorCode["NotFound"] = "NotFound";
|
|
17374
|
+
ErrorCode["NotImplemented"] = "NotImplemented";
|
|
17375
|
+
ErrorCode["ServiceUnavailable"] = "ServiceUnavailable";
|
|
17376
|
+
ErrorCode["RateLimitExceeded"] = "RateLimitExceeded";
|
|
17377
|
+
})(ErrorCode || (ErrorCode = {}));
|
|
17378
|
+
exports.default = ErrorCode;
|
|
17379
|
+
|
|
17380
17380
|
},{}],254:[function(require,module,exports){
|
|
17381
17381
|
"use strict";
|
|
17382
17382
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -17398,7 +17398,7 @@ exports.ServiceUnavailable = serviceUnavailable_1.default;
|
|
|
17398
17398
|
var waiter_1 = require("./error/waiter");
|
|
17399
17399
|
exports.Waiter = waiter_1.WaiterError;
|
|
17400
17400
|
|
|
17401
|
-
},{"./error/argument":
|
|
17401
|
+
},{"./error/argument":246,"./error/argumentNull":247,"./error/forbidden":248,"./error/notFound":249,"./error/rateLimitExceeded":250,"./error/serviceUnavailable":251,"./error/waiter":252}],255:[function(require,module,exports){
|
|
17402
17402
|
arguments[4][14][0].apply(exports,arguments)
|
|
17403
17403
|
},{"dup":14}],256:[function(require,module,exports){
|
|
17404
17404
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -17423,7 +17423,7 @@ exports.passport = passport;
|
|
|
17423
17423
|
exports.project = project;
|
|
17424
17424
|
exports.rule = rule;
|
|
17425
17425
|
|
|
17426
|
-
},{"./factory/client":245,"./factory/errorCode":
|
|
17426
|
+
},{"./factory/client":245,"./factory/errorCode":253,"./factory/errors":254,"./factory/passport":255,"./factory/project":256,"./factory/rule":257}],259:[function(require,module,exports){
|
|
17427
17427
|
'use strict'
|
|
17428
17428
|
|
|
17429
17429
|
exports.byteLength = byteLength
|